01KWJ7Z6437AKX6FBH2P5AW50G: 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: 01KWJ7ZMQWKHRVS6WGCF0ZBN0E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T20:23:58.985Zjob assigned to worker 01KWJ7ZXSHZ80GYR0E9B77CTYW [factory aws, i-0e92726a67f4b8537] (queued for 54 s)
 
22026-07-02T20:24:05.838Zstarting task 0: "setup"
32026-07-02T20:24:05.844Z++ uname -s
42026-07-02T20:24:05.853Z+ kern=SunOS
52026-07-02T20:24:05.854Z+ build_user=build
62026-07-02T20:24:05.854Z+ build_uid=12345
72026-07-02T20:24:05.854Z+ work_dir=/work
82026-07-02T20:24:05.855Z+ input_dir=/input
92026-07-02T20:24:05.855Z+ [[ 0 == 12345 ]]
102026-07-02T20:24:05.855Z+ case "$kern" in
112026-07-02T20:24:05.855Z+ groupadd -g 12345 build
122026-07-02T20:24:05.855Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T20:24:07.858Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T20:24:08.019Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T20:24:08.024Z+ home_fs=zfs
162026-07-02T20:24:08.024Z+ [[ zfs == autofs ]]
172026-07-02T20:24:08.024Z+ mkdir -p /home/build
182026-07-02T20:24:08.027Z+ chown build:build /home/build /work
192026-07-02T20:24:10.026Z+ chmod 0700 /home/build /work
202026-07-02T20:24:10.030Zprocess exited: duration 4194 ms, exit code 0
 
212026-07-02T20:24:10.037Zstarting task 1: "rust-toolchain"
222026-07-02T20:24:10.042Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T20:24:10.042Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-02T20:24:10.042Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-02T20:24:10.042Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-02T20:24:10.042Z * rust toolchain channel = "1.96.1"
272026-07-02T20:24:10.042Z * rust toolchain profile = "default"
282026-07-02T20:24:10.048Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T20:24:10.048Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T20:24:10.163Zinfo: downloading installer
312026-07-02T20:24:11.588Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T20:24:11.588Zwarn: /home/build/.rustup/settings.toml
332026-07-02T20:24:11.588Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T20:24:11.588Zwarn: instead of the one inferred from the default host triple.
352026-07-02T20:24:11.601Zinfo: profile set to default
362026-07-02T20:24:11.601Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T20:24:11.604Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T20:24:11.752Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T20:24:11.753Zinfo: downloading 6 components
402026-07-02T20:24:26.905Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T20:24:26.905Z
422026-07-02T20:24:26.944Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T20:24:26.944Z
442026-07-02T20:24:26.944Z
452026-07-02T20:24:26.944ZRust is installed now. Great!
462026-07-02T20:24:26.944Z
472026-07-02T20:24:26.944ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T20:24:26.944Zenvironment variable. This has not been done automatically.
492026-07-02T20:24:26.944Z
502026-07-02T20:24:26.945ZTo configure your current shell, you need to source
512026-07-02T20:24:26.945Zthe corresponding env file under $HOME/.cargo.
522026-07-02T20:24:26.945Z
532026-07-02T20:24:26.945ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T20:24:26.945Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T20:24:26.945Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T20:24:26.945Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T20:24:26.945Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T20:24:26.945Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T20:24:26.945Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T20:24:26.949Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T20:24:26.949Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T20:24:27.055Z+ rustup --version
632026-07-02T20:24:27.061Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T20:24:27.064Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T20:24:27.084Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T20:24:27.087Z+ cargo --version
672026-07-02T20:24:27.096Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T20:24:27.099Z+ rustc --version
692026-07-02T20:24:27.120Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T20:24:27.122Zprocess exited: duration 17086 ms, exit code 0
 
712026-07-02T20:24:27.128Zstarting task 2: "authentication"
722026-07-02T20:24:27.147Zprocess exited: duration 18 ms, exit code 0
 
732026-07-02T20:24:27.153Zstarting task 3: "clone repository"
742026-07-02T20:24:27.158Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T20:24:27.161Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T20:24:27.193ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T20:24:38.844Z+ cd /work/oxidecomputer/omicron
782026-07-02T20:24:38.844Z+ git fetch origin 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
792026-07-02T20:24:39.131ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T20:24:39.131Z * branch 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3 -> FETCH_HEAD
812026-07-02T20:24:39.148Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-02T20:24:39.151Z++ git branch --show-current
832026-07-02T20:24:39.151Z+ current=main
842026-07-02T20:24:39.151Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-02T20:24:39.151Z+ git branch -f iliana/tufaceous-v2/10.releng 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
862026-07-02T20:24:39.155Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-02T20:24:39.310ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-02T20:24:39.313Z+ git reset --hard 34efdd2cc27b3ddbb05092ac3729ff006bd64ee3
892026-07-02T20:24:39.459ZHEAD is now at 34efdd2cc nit
902026-07-02T20:24:39.463Zprocess exited: duration 12308 ms, exit code 0
 
912026-07-02T20:24:39.469Zstarting task 4: "build"
922026-07-02T20:24:39.475Z+ source .github/buildomat/ci-env.sh
932026-07-02T20:24:39.476Z++ export CARGO_TERM_COLOR=always
942026-07-02T20:24:39.476Z++ CARGO_TERM_COLOR=always
952026-07-02T20:24:39.476Z+ cargo --version
962026-07-02T20:24:39.487Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T20:24:39.490Z+ rustc --version
982026-07-02T20:24:39.512Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T20:24:39.515Z+ cargo tree --locked
1002026-07-02T20:24:39.698Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-07-02T20:24:39.973Z Updating crates.io index
1022026-07-02T20:24:39.976Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-07-02T20:24:40.256Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1042026-07-02T20:24:40.537Z Updating git repository `https://github.com/oxidecomputer/propolis`
1052026-07-02T20:24:41.446Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1062026-07-02T20:24:41.966Z Updating git repository `https://github.com/oxidecomputer/crucible`
1072026-07-02T20:24:43.658Z Updating git repository `https://github.com/oxidecomputer/opte`
1082026-07-02T20:24:44.417Z Updating git repository `https://github.com/oxidecomputer/tofino`
1092026-07-02T20:24:44.673Z Updating git repository `https://github.com/oxidecomputer/lldp`
1102026-07-02T20:24:44.967Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-07-02T20:24:46.256Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-07-02T20:24:46.491Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-07-02T20:24:46.791Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-07-02T20:24:47.048Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-07-02T20:24:47.488Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-07-02T20:24:47.960Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-07-02T20:24:48.192Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-07-02T20:24:48.425Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-07-02T20:24:48.674Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-07-02T20:24:48.933Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-07-02T20:24:49.159Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-07-02T20:24:49.392Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-07-02T20:24:49.641Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-07-02T20:24:50.008Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-07-02T20:24:50.333Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-07-02T20:24:50.556Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-07-02T20:24:50.940Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-07-02T20:24:51.181Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1292026-07-02T20:24:51.544Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1302026-07-02T20:24:52.025Z Updating git repository `https://github.com/oxidecomputer/ispf`
1312026-07-02T20:24:52.269Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1322026-07-02T20:24:52.482Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-07-02T20:24:52.837Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1342026-07-02T20:24:53.203Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352026-07-02T20:24:53.458Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-07-02T20:24:53.740Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1372026-07-02T20:24:54.001Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1382026-07-02T20:24:54.316Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1392026-07-02T20:24:54.799Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-02T20:24:55.062Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-07-02T20:24:55.334Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-07-02T20:24:55.563Z Updating git repository `https://github.com/illumos/smf-rs`
1432026-07-02T20:24:58.379Z Downloading crates ...
1442026-07-02T20:24:58.468Z Downloaded anes v0.1.6
1452026-07-02T20:24:58.471Z Downloaded async-stream-impl v0.3.6
1462026-07-02T20:24:58.474Z Downloaded aead v0.6.1
1472026-07-02T20:24:58.474Z Downloaded addr2line v0.25.1
1482026-07-02T20:24:58.483Z Downloaded aes-gcm v0.11.0
1492026-07-02T20:24:58.486Z Downloaded assert_matches v1.5.0
1502026-07-02T20:24:58.491Z Downloaded ascii-canvas v3.0.0
1512026-07-02T20:24:58.496Z Downloaded block-buffer v0.12.1
1522026-07-02T20:24:58.496Z Downloaded assert_cmd v2.1.2
1532026-07-02T20:24:58.499Z Downloaded autocfg v1.5.0
1542026-07-02T20:24:58.501Z Downloaded colorchoice v1.0.4
1552026-07-02T20:24:58.501Z Downloaded cobs v0.3.0
1562026-07-02T20:24:58.504Z Downloaded chacha20 v0.9.1
1572026-07-02T20:24:58.507Z Downloaded argon2 v0.6.0-rc.8
1582026-07-02T20:24:58.507Z Downloaded colored v3.1.1
1592026-07-02T20:24:58.510Z Downloaded ahash v0.8.12
1602026-07-02T20:24:58.512Z Downloaded compression-core v0.4.31
1612026-07-02T20:24:58.512Z Downloaded base16ct v1.0.0
1622026-07-02T20:24:58.512Z Downloaded atomic-waker v1.1.2
1632026-07-02T20:24:58.515Z Downloaded base16ct v0.2.0
1642026-07-02T20:24:58.515Z Downloaded atomicwrites v0.4.4
1652026-07-02T20:24:58.515Z Downloaded async-recursion v1.1.1
1662026-07-02T20:24:58.518Z Downloaded async-stream v0.3.6
1672026-07-02T20:24:58.521Z Downloaded async-bb8-diesel v0.2.1
1682026-07-02T20:24:58.521Z Downloaded block-buffer v0.10.4
1692026-07-02T20:24:58.523Z Downloaded async-object-pool v0.2.0
1702026-07-02T20:24:58.527Z Downloaded convert_case v0.4.0
1712026-07-02T20:24:58.529Z Downloaded ar_archive_writer v0.5.1
1722026-07-02T20:24:58.532Z Downloaded castaway v0.2.4
1732026-07-02T20:24:58.532Z Downloaded assert-json-diff v2.0.2
1742026-07-02T20:24:58.532Z Downloaded crossbeam-deque v0.8.6
1752026-07-02T20:24:58.537Z Downloaded daft v0.1.7
1762026-07-02T20:24:58.537Z Downloaded array-init v0.0.4
1772026-07-02T20:24:58.540Z Downloaded criterion v0.7.0
1782026-07-02T20:24:58.542Z Downloaded crc-catalog v2.4.0
1792026-07-02T20:24:58.542Z Downloaded critical-section v1.2.0
1802026-07-02T20:24:58.545Z Downloaded compression-codecs v0.4.37
1812026-07-02T20:24:58.545Z Downloaded concurrent-queue v2.5.0
1822026-07-02T20:24:58.548Z Downloaded backtrace-ext v0.2.1
1832026-07-02T20:24:58.548Z Downloaded arrayref v0.3.9
1842026-07-02T20:24:58.551Z Downloaded anstyle-query v1.1.5
1852026-07-02T20:24:58.551Z Downloaded cpubits v0.1.1
1862026-07-02T20:24:58.551Z Downloaded constant_time_eq v0.3.1
1872026-07-02T20:24:58.554Z Downloaded backon v1.6.0
1882026-07-02T20:24:58.554Z Downloaded async-trait v0.1.89
1892026-07-02T20:24:58.557Z Downloaded ciborium-ll v0.2.2
1902026-07-02T20:24:58.557Z Downloaded approx v0.5.1
1912026-07-02T20:24:58.560Z Downloaded async-lock v3.4.2
1922026-07-02T20:24:58.560Z Downloaded convert_case v0.10.0
1932026-07-02T20:24:58.563Z Downloaded ciborium-io v0.2.2
1942026-07-02T20:24:58.563Z Downloaded colored v2.2.0
1952026-07-02T20:24:58.566Z Downloaded cfg_aliases v0.1.1
1962026-07-02T20:24:58.566Z Downloaded anstyle-parse v0.2.7
1972026-07-02T20:24:58.566Z Downloaded bit-set v0.5.3
1982026-07-02T20:24:58.568Z Downloaded atty v0.2.14
1992026-07-02T20:24:58.568Z Downloaded crc v3.4.0
2002026-07-02T20:24:58.569Z Downloaded crc8 v0.1.1
2012026-07-02T20:24:58.572Z Downloaded adler2 v2.0.1
2022026-07-02T20:24:58.572Z Downloaded corncobs v0.1.4
2032026-07-02T20:24:58.572Z Downloaded cpufeatures v0.2.17
2042026-07-02T20:24:58.575Z Downloaded anstyle v1.0.14
2052026-07-02T20:24:58.575Z Downloaded cast v0.3.0
2062026-07-02T20:24:58.575Z Downloaded const_format_proc_macros v0.2.34
2072026-07-02T20:24:58.578Z Downloaded clap_lex v1.0.0
2082026-07-02T20:24:58.578Z Downloaded bcrypt-pbkdf v0.11.0
2092026-07-02T20:24:58.582Z Downloaded cfg-if v1.0.4
2102026-07-02T20:24:58.584Z Downloaded cpufeatures v0.3.0
2112026-07-02T20:24:58.584Z Downloaded crypto-common v0.2.2
2122026-07-02T20:24:58.590Z Downloaded bit-set v0.8.0
2132026-07-02T20:24:58.593Z Downloaded defmt v0.3.100
2142026-07-02T20:24:58.595Z Downloaded chacha20 v0.10.0
2152026-07-02T20:24:58.595Z Downloaded clap v4.6.1
2162026-07-02T20:24:58.601Z Downloaded cmov v0.5.4
2172026-07-02T20:24:58.606Z Downloaded compact_str v0.8.1
2182026-07-02T20:24:58.611Z Downloaded anstream v0.6.21
2192026-07-02T20:24:58.611Z Downloaded cfg_aliases v0.2.1
2202026-07-02T20:24:58.611Z Downloaded bitfield-struct v0.6.2
2212026-07-02T20:24:58.611Z Downloaded aead v0.5.2
2222026-07-02T20:24:58.611Z Downloaded bb8 v0.8.6
2232026-07-02T20:24:58.614Z Downloaded darling_macro v0.23.0
2242026-07-02T20:24:58.614Z Downloaded darling_macro v0.20.11
2252026-07-02T20:24:58.614Z Downloaded crunchy v0.2.4
2262026-07-02T20:24:58.614Z Downloaded block-padding v0.4.2
2272026-07-02T20:24:58.617Z Downloaded debug-ignore v1.0.5
2282026-07-02T20:24:58.620Z Downloaded derive_builder_macro v0.20.2
2292026-07-02T20:24:58.623Z Downloaded crypto-common v0.1.7
2302026-07-02T20:24:58.623Z Downloaded cargo-platform v0.3.2
2312026-07-02T20:24:58.625Z Downloaded crucible-workspace-hack v0.1.0
2322026-07-02T20:24:58.628Z Downloaded diesel_table_macro_syntax v0.3.0
2332026-07-02T20:24:58.631Z Downloaded darling_macro v0.13.4
2342026-07-02T20:24:58.631Z Downloaded dirs-sys-next v0.1.2
2352026-07-02T20:24:58.634Z Downloaded digest-io v0.1.0
2362026-07-02T20:24:58.634Z Downloaded curve25519-dalek-derive v0.1.1
2372026-07-02T20:24:58.637Z Downloaded dof v0.4.0
2382026-07-02T20:24:58.637Z Downloaded dof v0.3.0
2392026-07-02T20:24:58.637Z Downloaded document-features v0.2.12
2402026-07-02T20:24:58.640Z Downloaded dtrace-parser v0.2.0
2412026-07-02T20:24:58.640Z Downloaded downcast-rs v2.0.2
2422026-07-02T20:24:58.641Z Downloaded darling_macro v0.21.3
2432026-07-02T20:24:58.644Z Downloaded display-error-chain v0.2.2
2442026-07-02T20:24:58.644Z Downloaded dunce v1.0.5
2452026-07-02T20:24:58.644Z Downloaded dirs-next v2.0.0
2462026-07-02T20:24:58.647Z Downloaded difflib v0.4.0
2472026-07-02T20:24:58.647Z Downloaded dsl_auto_type v0.2.0
2482026-07-02T20:24:58.650Z Downloaded embedded-io v0.4.0
2492026-07-02T20:24:58.653Z Downloaded env_filter v1.0.0
2502026-07-02T20:24:58.655Z Downloaded enum-as-inner v0.6.1
2512026-07-02T20:24:58.658Z Downloaded anstream v1.0.0
2522026-07-02T20:24:58.658Z Downloaded dyn-clone v1.0.20
2532026-07-02T20:24:58.661Z Downloaded constant_time_eq v0.4.2
2542026-07-02T20:24:58.664Z Downloaded byteorder v1.5.0
2552026-07-02T20:24:58.666Z Downloaded bit-vec v0.8.0
2562026-07-02T20:24:58.666Z Downloaded anstyle-parse v1.0.0
2572026-07-02T20:24:58.670Z Downloaded bytecount v0.6.9
2582026-07-02T20:24:58.671Z Downloaded cipher v0.5.2
2592026-07-02T20:24:58.673Z Downloaded cipher v0.4.4
2602026-07-02T20:24:58.673Z Downloaded byte-wrapper v0.1.0
2612026-07-02T20:24:58.676Z Downloaded camino-tempfile-ext v0.3.3
2622026-07-02T20:24:58.676Z Downloaded buf-list v1.1.2
2632026-07-02T20:24:58.678Z Downloaded derive-ex v0.1.8
2642026-07-02T20:24:58.679Z Downloaded camino-tempfile v1.4.1
2652026-07-02T20:24:58.681Z Downloaded bitfield v0.19.4
2662026-07-02T20:24:58.682Z Downloaded embedded-io v0.6.1
2672026-07-02T20:24:58.682Z Downloaded blowfish v0.10.0
2682026-07-02T20:24:58.685Z Downloaded endian-type v0.1.2
2692026-07-02T20:24:58.685Z Downloaded arrayvec v0.7.6
2702026-07-02T20:24:58.685Z Downloaded derive_builder_core v0.20.2
2712026-07-02T20:24:58.688Z Downloaded cbc v0.2.1
2722026-07-02T20:24:58.688Z Downloaded crc32fast v1.5.0
2732026-07-02T20:24:58.691Z Downloaded cookie_store v0.22.1
2742026-07-02T20:24:58.691Z Downloaded escape8259 v0.5.3
2752026-07-02T20:24:58.691Z Downloaded equivalent v1.0.2
2762026-07-02T20:24:58.694Z Downloaded base64 v0.22.1
2772026-07-02T20:24:58.697Z Downloaded fastrand v2.3.0
2782026-07-02T20:24:58.697Z Downloaded errno v0.3.14
2792026-07-02T20:24:58.699Z Downloaded fd-lock v4.0.4
2802026-07-02T20:24:58.700Z Downloaded base64ct v1.8.3
2812026-07-02T20:24:58.702Z Downloaded data-encoding v2.10.0
2822026-07-02T20:24:58.702Z Downloaded criterion-plot v0.6.0
2832026-07-02T20:24:58.705Z Downloaded cexpr v0.6.0
2842026-07-02T20:24:58.705Z Downloaded float-ord v0.3.2
2852026-07-02T20:24:58.705Z Downloaded const-oid v0.9.6
2862026-07-02T20:24:58.708Z Downloaded cassowary v0.3.0
2872026-07-02T20:24:58.708Z Downloaded bitfield-macros v0.19.4
2882026-07-02T20:24:58.710Z Downloaded bit-vec v0.6.3
2892026-07-02T20:24:58.713Z Downloaded defmt-parser v1.0.0
2902026-07-02T20:24:58.713Z Downloaded csv-core v0.1.13
2912026-07-02T20:24:58.719Z Downloaded daft-derive v0.1.7
2922026-07-02T20:24:58.722Z Downloaded digest v0.11.3
2932026-07-02T20:24:58.725Z Downloaded diesel-dtrace v0.5.0
2942026-07-02T20:24:58.725Z Downloaded delegate v0.13.5
2952026-07-02T20:24:58.728Z Downloaded ctr v0.10.1
2962026-07-02T20:24:58.728Z Downloaded cstr-argument v0.1.2
2972026-07-02T20:24:58.730Z Downloaded float-cmp v0.10.0
2982026-07-02T20:24:58.730Z Downloaded digest v0.10.7
2992026-07-02T20:24:58.730Z Downloaded defmt-macros v1.0.1
3002026-07-02T20:24:58.733Z Downloaded foreign-types v0.3.2
3012026-07-02T20:24:58.733Z Downloaded defmt v1.0.1
3022026-07-02T20:24:58.736Z Downloaded fixedbitset v0.4.2
3032026-07-02T20:24:58.738Z Downloaded foreign-types-shared v0.3.1
3042026-07-02T20:24:58.738Z Downloaded der_derive v0.7.3
3052026-07-02T20:24:58.741Z Downloaded futures-macro v0.3.32
3062026-07-02T20:24:58.741Z Downloaded dropshot-api-manager-types v0.7.2
3072026-07-02T20:24:58.741Z Downloaded displaydoc v0.2.5
3082026-07-02T20:24:58.744Z Downloaded blake2 v0.10.6
3092026-07-02T20:24:58.747Z Downloaded fnv v1.0.7
3102026-07-02T20:24:58.747Z Downloaded flagset v0.4.7
3112026-07-02T20:24:58.747Z Downloaded funty v2.0.0
3122026-07-02T20:24:58.749Z Downloaded foreign-types-macros v0.2.3
3132026-07-02T20:24:58.749Z Downloaded foreign-types v0.5.0
3142026-07-02T20:24:58.749Z Downloaded form_urlencoded v1.2.2
3152026-07-02T20:24:58.753Z Downloaded cargo_metadata v0.23.1
3162026-07-02T20:24:58.753Z Downloaded cfg-expr v0.20.6
3172026-07-02T20:24:58.756Z Downloaded clang-sys v1.8.1
3182026-07-02T20:24:58.756Z Downloaded ecdsa v0.16.9
3192026-07-02T20:24:58.759Z Downloaded cancel-safe-futures v0.1.5
3202026-07-02T20:24:58.759Z Downloaded cmake v0.1.57
3212026-07-02T20:24:58.762Z Downloaded clap_derive v4.6.1
3222026-07-02T20:24:58.762Z Downloaded blake2b_simd v1.0.4
3232026-07-02T20:24:58.765Z Downloaded ciborium v0.2.2
3242026-07-02T20:24:58.765Z Downloaded futures-task v0.3.32
3252026-07-02T20:24:58.769Z Downloaded futures-sink v0.3.32
3262026-07-02T20:24:58.769Z Downloaded futures-core v0.3.32
3272026-07-02T20:24:58.769Z Downloaded ff v0.14.0
3282026-07-02T20:24:58.772Z Downloaded darling v0.23.0
3292026-07-02T20:24:58.772Z Downloaded gethostname v0.5.0
3302026-07-02T20:24:58.774Z Downloaded generic-array v0.14.7
3312026-07-02T20:24:58.774Z Downloaded erased-serde v0.3.31
3322026-07-02T20:24:58.778Z Downloaded ghash v0.6.0
3332026-07-02T20:24:58.778Z Downloaded globwalk v0.9.1
3342026-07-02T20:24:58.778Z Downloaded env_logger v0.11.9
3352026-07-02T20:24:58.781Z Downloaded ff v0.13.1
3362026-07-02T20:24:58.781Z Downloaded fixedbitset v0.5.7
3372026-07-02T20:24:58.784Z Downloaded git-stub v1.0.0
3382026-07-02T20:24:58.784Z Downloaded find-msvc-tools v0.1.9
3392026-07-02T20:24:58.786Z Downloaded filetime v0.2.27
3402026-07-02T20:24:58.786Z Downloaded hash32 v0.2.1
3412026-07-02T20:24:58.789Z Downloaded guppy-workspace-hack v0.1.0
3422026-07-02T20:24:58.792Z Downloaded futures-io v0.3.32
3432026-07-02T20:24:58.792Z Downloaded hash32 v0.3.1
3442026-07-02T20:24:58.792Z Downloaded hex-literal v0.4.1
3452026-07-02T20:24:58.792Z Downloaded heck v0.4.1
3462026-07-02T20:24:58.792Z Downloaded console v0.16.2
3472026-07-02T20:24:58.792Z Downloaded event-listener-strategy v0.5.4
3482026-07-02T20:24:58.795Z Downloaded enum_dispatch v0.3.13
3492026-07-02T20:24:58.795Z Downloaded ena v0.14.4
3502026-07-02T20:24:58.798Z Downloaded bcs v0.1.6
3512026-07-02T20:24:58.798Z Downloaded darling v0.13.4
3522026-07-02T20:24:58.800Z Downloaded des v0.9.0
3532026-07-02T20:24:58.803Z Downloaded derive_builder v0.20.2
3542026-07-02T20:24:58.806Z Downloaded darling v0.21.3
3552026-07-02T20:24:58.808Z Downloaded ctutils v0.4.2
3562026-07-02T20:24:58.808Z Downloaded dtrace-parser v0.3.0
3572026-07-02T20:24:58.811Z Downloaded diff v0.1.13
3582026-07-02T20:24:58.811Z Downloaded fs-err v2.11.0
3592026-07-02T20:24:58.814Z Downloaded foldhash v0.1.5
3602026-07-02T20:24:58.814Z Downloaded fs-err v3.3.0
3612026-07-02T20:24:58.817Z Downloaded foldhash v0.2.0
3622026-07-02T20:24:58.817Z Downloaded deranged v0.5.8
3632026-07-02T20:24:58.819Z Downloaded heck v0.5.0
3642026-07-02T20:24:58.819Z Downloaded ecdsa v0.17.0-rc.18
3652026-07-02T20:24:58.822Z Downloaded datatest-stable v0.3.3
3662026-07-02T20:24:58.825Z Downloaded darling v0.20.11
3672026-07-02T20:24:58.828Z Downloaded hex v0.4.3
3682026-07-02T20:24:58.829Z Downloaded hex-literal v1.1.0
3692026-07-02T20:24:58.829Z Downloaded bitflags v2.11.0
3702026-07-02T20:24:58.832Z Downloaded crc-any v2.5.0
3712026-07-02T20:24:58.834Z Downloaded cookie v0.18.1
3722026-07-02T20:24:58.834Z Downloaded console v0.15.11
3732026-07-02T20:24:58.837Z Downloaded blake2 v0.11.0-rc.6
3742026-07-02T20:24:58.837Z Downloaded camino v1.2.2
3752026-07-02T20:24:58.842Z Downloaded allocator-api2 v0.2.21
3762026-07-02T20:24:58.845Z Downloaded bzip2 v0.6.1
3772026-07-02T20:24:58.845Z Downloaded const_format v0.2.35
3782026-07-02T20:24:58.845Z Downloaded bitflags v1.3.2
3792026-07-02T20:24:58.848Z Downloaded fxhash v0.2.1
3802026-07-02T20:24:58.849Z Downloaded futures-timer v3.0.3
3812026-07-02T20:24:58.849Z Downloaded home v0.5.12
3822026-07-02T20:24:58.849Z Downloaded futures-executor v0.3.32
3832026-07-02T20:24:58.851Z Downloaded bzip2 v0.4.4
3842026-07-02T20:24:58.851Z Downloaded backoff v0.4.0
3852026-07-02T20:24:58.854Z Downloaded foreign-types-shared v0.1.1
3862026-07-02T20:24:58.854Z Downloaded anyhow v1.0.102
3872026-07-02T20:24:58.857Z Downloaded group v0.14.0
3882026-07-02T20:24:58.857Z Downloaded git-stub-vcs v0.1.0
3892026-07-02T20:24:58.860Z Downloaded group v0.13.0
3902026-07-02T20:24:58.860Z Downloaded either v1.15.0
3912026-07-02T20:24:58.860Z Downloaded http-range v0.1.5
3922026-07-02T20:24:58.863Z Downloaded http-body v1.0.1
3932026-07-02T20:24:58.863Z Downloaded hostname v0.3.1
3942026-07-02T20:24:58.863Z Downloaded ed25519 v3.0.0
3952026-07-02T20:24:58.865Z Downloaded httpdate v1.0.3
3962026-07-02T20:24:58.866Z Downloaded ed25519 v2.2.3
3972026-07-02T20:24:58.868Z Downloaded hubpack v0.1.2
3982026-07-02T20:24:58.868Z Downloaded hyper-tls v0.6.0
3992026-07-02T20:24:58.868Z Downloaded argon2 v0.5.3
4002026-07-02T20:24:58.872Z Downloaded hubpack_derive v0.1.1
4012026-07-02T20:24:58.875Z Downloaded idna_adapter v1.2.1
4022026-07-02T20:24:58.877Z Downloaded illumos-nvpair-sys v0.2.0
4032026-07-02T20:24:58.877Z Downloaded illumos-nvpair v0.3.0
4042026-07-02T20:24:58.877Z Downloaded ident_case v1.0.1
4052026-07-02T20:24:58.878Z Downloaded crossbeam-epoch v0.9.18
4062026-07-02T20:24:58.882Z Downloaded indent_write v2.2.0
4072026-07-02T20:24:58.885Z Downloaded derive-where v1.6.0
4082026-07-02T20:24:58.888Z Downloaded globset v0.4.18
4092026-07-02T20:24:58.891Z Downloaded fallible-iterator v0.2.0
4102026-07-02T20:24:58.891Z Downloaded glob v0.3.3
4112026-07-02T20:24:58.891Z Downloaded darling_core v0.13.4
4122026-07-02T20:24:58.894Z Downloaded dropshot_endpoint v0.17.1
4132026-07-02T20:24:58.896Z Downloaded crossbeam-utils v0.8.21
4142026-07-02T20:24:58.899Z Downloaded derive_more v0.99.20
4152026-07-02T20:24:58.902Z Downloaded drift v0.2.0
4162026-07-02T20:24:58.907Z Downloaded internet-checksum v0.2.1
4172026-07-02T20:24:58.910Z Downloaded indoc v1.0.9
4182026-07-02T20:24:58.910Z Downloaded headers-core v0.3.0
4192026-07-02T20:24:58.912Z Downloaded is_terminal_polyfill v1.70.2
4202026-07-02T20:24:58.912Z Downloaded const-oid v0.10.2
4212026-07-02T20:24:58.915Z Downloaded futures-channel v0.3.32
4222026-07-02T20:24:58.918Z Downloaded fs_extra v1.3.0
4232026-07-02T20:24:58.918Z Downloaded inout v0.1.4
4242026-07-02T20:24:58.921Z Downloaded crossbeam-channel v0.5.15
4252026-07-02T20:24:58.924Z Downloaded is-terminal v0.4.17
4262026-07-02T20:24:58.924Z Downloaded instability v0.3.11
4272026-07-02T20:24:58.924Z Downloaded highway v1.3.0
4282026-07-02T20:24:58.927Z Downloaded is_ci v1.2.0
4292026-07-02T20:24:58.927Z Downloaded arc-swap v1.8.2
4302026-07-02T20:24:58.929Z Downloaded elliptic-curve v0.13.8
4312026-07-02T20:24:58.932Z Downloaded inout v0.2.2
4322026-07-02T20:24:58.935Z Downloaded keccak v0.1.6
4332026-07-02T20:24:58.935Z Downloaded itoa v1.0.17
4342026-07-02T20:24:58.939Z Downloaded lalrpop-util v0.19.12
4352026-07-02T20:24:58.941Z Downloaded getrandom v0.2.17
4362026-07-02T20:24:58.944Z Downloaded event-listener v5.4.1
4372026-07-02T20:24:58.944Z Downloaded kstat-rs v0.2.4
4382026-07-02T20:24:58.947Z Downloaded fatfs v0.3.6
4392026-07-02T20:24:58.947Z Downloaded http-body-util v0.1.3
4402026-07-02T20:24:58.949Z Downloaded kem v0.3.0
4412026-07-02T20:24:58.952Z Downloaded hostname v0.4.2
4422026-07-02T20:24:58.961Z Downloaded lazy_static v1.5.0
4432026-07-02T20:24:58.967Z Downloaded humantime v2.3.0
4442026-07-02T20:24:58.969Z Downloaded hyper-staticfile v0.10.1
4452026-07-02T20:24:58.974Z Downloaded linkme-impl v0.3.35
4462026-07-02T20:24:58.976Z Downloaded chacha20poly1305 v0.10.1
4472026-07-02T20:24:58.976Z Downloaded libscf-sys v1.1.0
4482026-07-02T20:24:58.979Z Downloaded darling_core v0.20.11
4492026-07-02T20:24:58.982Z Downloaded linked-hash-map v0.5.6
4502026-07-02T20:24:58.985Z Downloaded lru-slab v0.1.2
4512026-07-02T20:24:58.988Z Downloaded maybe-uninit v2.0.0
4522026-07-02T20:24:58.988Z Downloaded lru-cache v0.1.2
4532026-07-02T20:24:58.988Z Downloaded lru v0.12.5
4542026-07-02T20:24:58.992Z Downloaded impl-trait-for-tuples v0.2.3
4552026-07-02T20:24:58.995Z Downloaded instant v0.1.13
4562026-07-02T20:24:58.998Z Downloaded ingot-types v0.1.2
4572026-07-02T20:24:58.998Z Downloaded bytes v1.11.1
4582026-07-02T20:24:59.003Z Downloaded macaddr v1.0.1
4592026-07-02T20:24:59.003Z Downloaded match_cfg v0.1.0
4602026-07-02T20:24:59.003Z Downloaded ipnet v2.11.0
4612026-07-02T20:24:59.006Z Downloaded chumsky v0.9.3
4622026-07-02T20:24:59.006Z Downloaded ipnetwork v0.21.1
4632026-07-02T20:24:59.006Z Downloaded darling_core v0.23.0
4642026-07-02T20:24:59.009Z Downloaded lzss v0.8.2
4652026-07-02T20:24:59.012Z Downloaded maplit v1.0.2
4662026-07-02T20:24:59.012Z Downloaded hickory-client v0.25.2
4672026-07-02T20:24:59.015Z Downloaded indoc v2.0.7
4682026-07-02T20:24:59.018Z Downloaded half v1.8.3
4692026-07-02T20:24:59.018Z Downloaded md-5 v0.10.6
4702026-07-02T20:24:59.018Z Downloaded managed v0.8.0
4712026-07-02T20:24:59.021Z Downloaded memoffset v0.9.1
4722026-07-02T20:24:59.024Z Downloaded keccak v0.2.0
4732026-07-02T20:24:59.024Z Downloaded mime v0.3.17
4742026-07-02T20:24:59.027Z Downloaded miette-derive v5.10.0
4752026-07-02T20:24:59.027Z Downloaded jobserver v0.1.34
4762026-07-02T20:24:59.030Z Downloaded bumpalo v3.20.2
4772026-07-02T20:24:59.030Z Downloaded memmap v0.7.0
4782026-07-02T20:24:59.033Z Downloaded newline-converter v0.3.0
4792026-07-02T20:24:59.033Z Downloaded new_debug_unreachable v1.0.6
4802026-07-02T20:24:59.038Z Downloaded nested v0.1.1
4812026-07-02T20:24:59.043Z Downloaded httparse v1.10.1
4822026-07-02T20:24:59.046Z Downloaded iana-time-zone v0.1.65
4832026-07-02T20:24:59.049Z Downloaded multimap v0.10.1
4842026-07-02T20:24:59.049Z Downloaded httptest v0.16.4
4852026-07-02T20:24:59.052Z Downloaded normalize-line-endings v0.3.0
4862026-07-02T20:24:59.052Z Downloaded libefi-sys v0.1.0
4872026-07-02T20:24:59.052Z Downloaded getrandom v0.4.1
4882026-07-02T20:24:59.056Z Downloaded libloading v0.8.9
4892026-07-02T20:24:59.063Z Downloaded libtest-mimic v0.8.1
4902026-07-02T20:24:59.063Z Downloaded knuffel-derive v3.2.0
4912026-07-02T20:24:59.063Z Downloaded hmac v0.13.0
4922026-07-02T20:24:59.063Z Downloaded hyper-rustls v0.27.7
4932026-07-02T20:24:59.063Z Downloaded nibble_vec v0.1.0
4942026-07-02T20:24:59.066Z Downloaded num v0.4.3
4952026-07-02T20:24:59.066Z Downloaded newtype_derive v0.1.6
4962026-07-02T20:24:59.066Z Downloaded linkme v0.3.35
4972026-07-02T20:24:59.069Z Downloaded linear-map v1.2.0
4982026-07-02T20:24:59.069Z Downloaded libsw-core v0.3.2
4992026-07-02T20:24:59.072Z Downloaded libsw v3.5.0
5002026-07-02T20:24:59.072Z Downloaded nodrop v0.1.14
5012026-07-02T20:24:59.075Z Downloaded newtype-uuid-macros v0.1.0
5022026-07-02T20:24:59.075Z Downloaded hybrid-array v0.4.13
5032026-07-02T20:24:59.077Z Downloaded crypto-bigint v0.5.5
5042026-07-02T20:24:59.080Z Downloaded num-conv v0.2.0
5052026-07-02T20:24:59.080Z Downloaded backtrace v0.3.76
5062026-07-02T20:24:59.083Z Downloaded nonempty v0.12.0
5072026-07-02T20:24:59.085Z Downloaded lock_api v0.4.14
5082026-07-02T20:24:59.085Z Downloaded derive_more v2.1.1
5092026-07-02T20:24:59.092Z Downloaded num-derive v0.3.3
5102026-07-02T20:24:59.094Z Downloaded num-derive v0.4.2
5112026-07-02T20:24:59.094Z Downloaded ed25519-dalek v2.2.0
5122026-07-02T20:24:59.097Z Downloaded base64 v0.21.7
5132026-07-02T20:24:59.100Z Downloaded getrandom v0.3.4
5142026-07-02T20:24:59.103Z Downloaded futures v0.3.32
5152026-07-02T20:24:59.105Z Downloaded num-iter v0.1.45
5162026-07-02T20:24:59.108Z Downloaded generic-array v1.4.3
5172026-07-02T20:24:59.108Z Downloaded elliptic-curve v0.14.0-rc.33
5182026-07-02T20:24:59.111Z Downloaded hmac v0.12.1
5192026-07-02T20:24:59.114Z Downloaded ingot-macros v0.1.1
5202026-07-02T20:24:59.114Z Downloaded ingot v0.1.1
5212026-07-02T20:24:59.116Z Downloaded multer v3.1.0
5222026-07-02T20:24:59.116Z Downloaded module-lattice v0.2.3
5232026-07-02T20:24:59.120Z Downloaded md5 v0.8.0
5242026-07-02T20:24:59.120Z Downloaded cc v1.2.56
5252026-07-02T20:24:59.123Z Downloaded opaque-debug v0.3.1
5262026-07-02T20:24:59.123Z Downloaded num_threads v0.1.7
5272026-07-02T20:24:59.123Z Downloaded openssl-probe v0.1.6
5282026-07-02T20:24:59.126Z Downloaded openssl-macros v0.1.1
5292026-07-02T20:24:59.127Z Downloaded olpc-cjson v0.1.4
5302026-07-02T20:24:59.127Z Downloaded oso-derive v0.27.3
5312026-07-02T20:24:59.127Z Downloaded openssl-probe v0.2.1
5322026-07-02T20:24:59.127Z Downloaded num_enum_derive v0.5.11
5332026-07-02T20:24:59.133Z Downloaded flume v0.11.1
5342026-07-02T20:24:59.139Z Downloaded icu_provider v2.1.1
5352026-07-02T20:24:59.146Z Downloaded nanorand v0.7.0
5362026-07-02T20:24:59.150Z Downloaded nu-ansi-term v0.50.3
5372026-07-02T20:24:59.153Z Downloaded packed_struct_codegen v0.10.1
5382026-07-02T20:24:59.161Z Downloaded litemap v0.8.1
5392026-07-02T20:24:59.164Z Downloaded icu_properties v2.1.2
5402026-07-02T20:24:59.164Z Downloaded darling_core v0.21.3
5412026-07-02T20:24:59.167Z Downloaded headers v0.4.1
5422026-07-02T20:24:59.170Z Downloaded der v0.7.10
5432026-07-02T20:24:59.173Z Downloaded num-complex v0.4.6
5442026-07-02T20:24:59.177Z Downloaded parking v2.2.1
5452026-07-02T20:24:59.180Z Downloaded ignore v0.4.25
5462026-07-02T20:24:59.183Z Downloaded ed25519-dalek v3.0.0-rc.0
5472026-07-02T20:24:59.187Z Downloaded derive_more-impl v2.1.1
5482026-07-02T20:24:59.226Z Downloaded parse-size v1.1.0
5492026-07-02T20:24:59.226Z Downloaded parse-display v0.10.0
5502026-07-02T20:24:59.226Z Downloaded flate2 v1.1.9
5512026-07-02T20:24:59.226Z Downloaded peg-runtime v0.8.5
5522026-07-02T20:24:59.226Z Downloaded heapless v0.8.0
5532026-07-02T20:24:59.226Z Downloaded heapless v0.7.17
5542026-07-02T20:24:59.226Z Downloaded half v2.7.1
5552026-07-02T20:24:59.226Z Downloaded path-slash v0.1.5
5562026-07-02T20:24:59.226Z Downloaded password-hash v0.6.1
5572026-07-02T20:24:59.226Z Downloaded pathdiff v0.2.3
5582026-07-02T20:24:59.226Z Downloaded num-rational v0.4.2
5592026-07-02T20:24:59.226Z Downloaded der v0.8.0
5602026-07-02T20:24:59.226Z Downloaded num_enum v0.7.6
5612026-07-02T20:24:59.226Z Downloaded num_enum_derive v0.7.6
5622026-07-02T20:24:59.226Z Downloaded percent-encoding v2.3.2
5632026-07-02T20:24:59.226Z Downloaded num_enum v0.5.11
5642026-07-02T20:24:59.226Z Downloaded memmap2 v0.9.10
5652026-07-02T20:24:59.226Z Downloaded phf_shared v0.13.1
5662026-07-02T20:24:59.226Z Downloaded async-compression v0.4.41
5672026-07-02T20:24:59.229Z Downloaded phf_shared v0.12.1
5682026-07-02T20:24:59.229Z Downloaded expectorate v1.2.0
5692026-07-02T20:24:59.229Z Downloaded owo-colors v3.5.0
5702026-07-02T20:24:59.229Z Downloaded libbz2-rs-sys v0.2.2
5712026-07-02T20:24:59.232Z Downloaded fancy-regex v0.14.0
5722026-07-02T20:24:59.232Z Downloaded mime_guess v2.0.5
5732026-07-02T20:24:59.235Z Downloaded icu_normalizer v2.1.1
5742026-07-02T20:24:59.238Z Downloaded icu_locale_core v2.1.1
5752026-07-02T20:24:59.241Z Downloaded phf_shared v0.11.3
5762026-07-02T20:24:59.241Z Downloaded newtype-uuid v1.3.2
5772026-07-02T20:24:59.243Z Downloaded owo-colors v4.3.0
5782026-07-02T20:24:59.247Z Downloaded packed_struct v0.10.1
5792026-07-02T20:24:59.251Z Downloaded native-tls v0.2.18
5802026-07-02T20:24:59.254Z Downloaded ml-kem v0.3.2
5812026-07-02T20:24:59.257Z Downloaded indicatif v0.18.4
5822026-07-02T20:24:59.259Z Downloaded icu_normalizer_data v2.1.1
5832026-07-02T20:24:59.263Z Downloaded log v0.4.29
5842026-07-02T20:24:59.266Z Downloaded num-integer v0.1.46
5852026-07-02T20:24:59.266Z Downloaded litrs v1.0.0
5862026-07-02T20:24:59.270Z Downloaded oxnet v0.1.6
5872026-07-02T20:24:59.273Z Downloaded plotters-svg v0.3.7
5882026-07-02T20:24:59.276Z Downloaded plotters-backend v0.3.7
5892026-07-02T20:24:59.276Z Downloaded potential_utf v0.1.4
5902026-07-02T20:24:59.277Z Downloaded indexmap v1.9.3
5912026-07-02T20:24:59.280Z Downloaded parse-display-derive v0.10.0
5922026-07-02T20:24:59.283Z Downloaded partial-io v0.5.4
5932026-07-02T20:24:59.283Z Downloaded diesel_derives v2.3.7
5942026-07-02T20:24:59.286Z Downloaded precomputed-hash v0.1.1
5952026-07-02T20:24:59.289Z Downloaded peg-macros v0.8.5
5962026-07-02T20:24:59.289Z Downloaded hickory-resolver v0.24.4
5972026-07-02T20:24:59.292Z Downloaded predicates-tree v1.0.13
5982026-07-02T20:24:59.293Z Downloaded password-hash v0.5.0
5992026-07-02T20:24:59.295Z Downloaded paste v1.0.15
6002026-07-02T20:24:59.298Z Downloaded pbkdf2 v0.13.0
6012026-07-02T20:24:59.298Z Downloaded path-tree v0.8.3
6022026-07-02T20:24:59.303Z Downloaded pem-rfc7468 v0.7.0
6032026-07-02T20:24:59.305Z Downloaded pem v3.0.6
6042026-07-02T20:24:59.305Z Downloaded pretty-hex v0.4.1
6052026-07-02T20:24:59.308Z Downloaded pin-project-lite v0.2.17
6062026-07-02T20:24:59.311Z Downloaded predicates-core v1.0.10
6072026-07-02T20:24:59.311Z Downloaded phf v0.12.1
6082026-07-02T20:24:59.313Z Downloaded phc v0.6.1
6092026-07-02T20:24:59.313Z Downloaded phf v0.13.1
6102026-07-02T20:24:59.322Z Downloaded oorandom v11.1.5
6112026-07-02T20:24:59.324Z Downloaded once_cell v1.21.3
6122026-07-02T20:24:59.327Z Downloaded pin-project-internal v1.1.11
6132026-07-02T20:24:59.330Z Downloaded plain v0.2.3
6142026-07-02T20:24:59.330Z Downloaded proc-macro-error-attr v1.0.4
6152026-07-02T20:24:59.330Z Downloaded pkcs8 v0.10.2
6162026-07-02T20:24:59.333Z Downloaded proc-macro-error-attr2 v2.0.0
6172026-07-02T20:24:59.333Z Downloaded proc-macro-crate v3.4.0
6182026-07-02T20:24:59.336Z Downloaded oxide-tokio-rt v0.1.4
6192026-07-02T20:24:59.336Z Downloaded progenitor-client v0.14.0
6202026-07-02T20:24:59.340Z Downloaded progenitor-macro v0.14.0
6212026-07-02T20:24:59.340Z Downloaded proc-macro-crate v1.3.1
6222026-07-02T20:24:59.340Z Downloaded progenitor-macro v0.13.0
6232026-07-02T20:24:59.340Z Downloaded hashbrown v0.12.3
6242026-07-02T20:24:59.343Z Downloaded psl-types v2.0.11
6252026-07-02T20:24:59.357Z Downloaded hickory-resolver v0.25.2
6262026-07-02T20:24:59.360Z Downloaded powerfmt v0.2.0
6272026-07-02T20:24:59.363Z Downloaded poly1305 v0.8.0
6282026-07-02T20:24:59.363Z Downloaded parking_lot_core v0.8.6
6292026-07-02T20:24:59.366Z Downloaded parking_lot v0.12.5
6302026-07-02T20:24:59.368Z Downloaded pkg-config v0.3.32
6312026-07-02T20:24:59.368Z Downloaded parking_lot v0.11.2
6322026-07-02T20:24:59.371Z Downloaded postgres-protocol v0.6.10
6332026-07-02T20:24:59.371Z Downloaded parking_lot_core v0.9.12
6342026-07-02T20:24:59.374Z Downloaded polyval v0.7.1
6352026-07-02T20:24:59.374Z Downloaded quick-error v1.2.3
6362026-07-02T20:24:59.374Z Downloaded crossterm v0.28.1
6372026-07-02T20:24:59.378Z Downloaded peg v0.8.5
6382026-07-02T20:24:59.381Z Downloaded hashbrown v0.13.2
6392026-07-02T20:24:59.383Z Downloaded ppv-lite86 v0.2.21
6402026-07-02T20:24:59.386Z Downloaded pem-rfc7468 v1.0.0
6412026-07-02T20:24:59.389Z Downloaded num-traits v0.2.19
6422026-07-02T20:24:59.392Z Downloaded jiff-static v0.2.21
6432026-07-02T20:24:59.397Z Downloaded pest_derive v2.8.6
6442026-07-02T20:24:59.400Z Downloaded rand_chacha v0.3.1
6452026-07-02T20:24:59.408Z Downloaded hickory-server v0.25.2
6462026-07-02T20:24:59.411Z Downloaded pkcs1 v0.8.0-rc.4
6472026-07-02T20:24:59.413Z Downloaded primefield v0.14.0
6482026-07-02T20:24:59.413Z Downloaded omicron-zone-package v0.12.3
6492026-07-02T20:24:59.416Z Downloaded progenitor-extras v0.2.0
6502026-07-02T20:24:59.419Z Downloaded progenitor-client v0.13.0
6512026-07-02T20:24:59.419Z Downloaded icu_collections v2.1.1
6522026-07-02T20:24:59.421Z Downloaded progenitor v0.14.0
6532026-07-02T20:24:59.424Z Downloaded oso v0.27.3
6542026-07-02T20:24:59.427Z Downloaded psm v0.1.30
6552026-07-02T20:24:59.427Z Downloaded pkcs8 v0.11.0
6562026-07-02T20:24:59.429Z Downloaded miniz_oxide v0.8.9
6572026-07-02T20:24:59.432Z Downloaded ref-cast v1.0.25
6582026-07-02T20:24:59.432Z Downloaded recursive-proc-macro-impl v0.1.1
6592026-07-02T20:24:59.435Z Downloaded recursive v0.1.1
6602026-07-02T20:24:59.435Z Downloaded papergrid v0.11.0
6612026-07-02T20:24:59.437Z Downloaded progenitor v0.13.0
6622026-07-02T20:24:59.440Z Downloaded proc-macro-error v1.0.4
6632026-07-02T20:24:59.440Z Downloaded crossterm v0.29.0
6642026-07-02T20:24:59.444Z Downloaded pkcs1 v0.7.5
6652026-07-02T20:24:59.447Z Downloaded knuffel v3.2.0
6662026-07-02T20:24:59.450Z Downloaded rand_xorshift v0.4.0
6672026-07-02T20:24:59.450Z Downloaded postgres-types v0.2.12
6682026-07-02T20:24:59.453Z Downloaded aes v0.9.1
6692026-07-02T20:24:59.453Z Downloaded internal-russh-num-bigint v0.5.0
6702026-07-02T20:24:59.456Z Downloaded radium v0.7.0
6712026-07-02T20:24:59.459Z Downloaded pest_generator v2.8.6
6722026-07-02T20:24:59.459Z Downloaded memchr v2.8.0
6732026-07-02T20:24:59.461Z Downloaded r2d2 v0.8.10
6742026-07-02T20:24:59.465Z Downloaded quote v1.0.45
6752026-07-02T20:24:59.465Z Downloaded russh-cryptovec v0.61.0
6762026-07-02T20:24:59.468Z Downloaded rtoolbox v0.0.3
6772026-07-02T20:24:59.468Z Downloaded dropshot-api-manager v0.7.2
6782026-07-02T20:24:59.470Z Downloaded rand_chacha v0.9.0
6792026-07-02T20:24:59.470Z Downloaded rustc-hash v2.1.1
6802026-07-02T20:24:59.473Z Downloaded postcard v1.1.3
6812026-07-02T20:24:59.473Z Downloaded poly1305 v0.9.0
6822026-07-02T20:24:59.477Z Downloaded rfc6979 v0.4.0
6832026-07-02T20:24:59.479Z Downloaded miette v5.10.0
6842026-07-02T20:24:59.482Z Downloaded rand_core v0.9.5
6852026-07-02T20:24:59.484Z Downloaded primeorder v0.13.6
6862026-07-02T20:24:59.484Z Downloaded minimal-lexical v0.2.1
6872026-07-02T20:24:59.488Z Downloaded predicates v3.1.4
6882026-07-02T20:24:59.490Z Downloaded pkcs5 v0.8.1
6892026-07-02T20:24:59.493Z Downloaded rustc_version v0.4.1
6902026-07-02T20:24:59.493Z Downloaded rand_core v0.10.0
6912026-07-02T20:24:59.495Z Downloaded rand_core v0.6.4
6922026-07-02T20:24:59.496Z Downloaded rustc_version v0.1.7
6932026-07-02T20:24:59.496Z Downloaded russh-util v0.52.0
6942026-07-02T20:24:59.499Z Downloaded rfc6979 v0.5.0
6952026-07-02T20:24:59.502Z Downloaded ref-cast-impl v1.0.25
6962026-07-02T20:24:59.505Z Downloaded hyper-util v0.1.20
6972026-07-02T20:24:59.508Z Downloaded proc-macro-error2 v2.0.1
6982026-07-02T20:24:59.510Z Downloaded pin-project v1.1.11
6992026-07-02T20:24:59.516Z Downloaded rand_seeder v0.4.0
7002026-07-02T20:24:59.519Z Downloaded http v1.4.2
7012026-07-02T20:24:59.522Z Downloaded resolv-conf v0.7.6
7022026-07-02T20:24:59.522Z Downloaded relative-path v1.9.3
7032026-07-02T20:24:59.525Z Downloaded p256 v0.14.0-rc.10
7042026-07-02T20:24:59.528Z Downloaded p384 v0.14.0-rc.10
7052026-07-02T20:24:59.531Z Downloaded same-file v1.0.6
7062026-07-02T20:24:59.534Z Downloaded papergrid v0.17.0
7072026-07-02T20:24:59.537Z Downloaded indexmap v2.14.0
7082026-07-02T20:24:59.540Z Downloaded scheduled-thread-pool v0.2.7
7092026-07-02T20:24:59.542Z Downloaded quinn-udp v0.5.14
7102026-07-02T20:24:59.552Z Downloaded rust-argon2 v2.1.0
7112026-07-02T20:24:59.555Z Downloaded scroll_derive v0.13.1
7122026-07-02T20:24:59.558Z Downloaded semver v0.1.20
7132026-07-02T20:24:59.561Z Downloaded serde-big-array v0.5.1
7142026-07-02T20:24:59.567Z Downloaded secrecy v0.8.0
7152026-07-02T20:24:59.570Z Downloaded scroll_derive v0.12.1
7162026-07-02T20:24:59.570Z Downloaded scopeguard v1.2.0
7172026-07-02T20:24:59.570Z Downloaded prefix-trie v0.7.0
7182026-07-02T20:24:59.573Z Downloaded pest_meta v2.8.6
7192026-07-02T20:24:59.575Z Downloaded seq-macro v0.3.6
7202026-07-02T20:24:59.575Z Downloaded itertools v0.10.5
7212026-07-02T20:24:59.578Z Downloaded aho-corasick v1.1.4
7222026-07-02T20:24:59.581Z Downloaded rustls-native-certs v0.8.3
7232026-07-02T20:24:59.584Z Downloaded rustls-pemfile v2.2.0
7242026-07-02T20:24:59.587Z Downloaded primeorder v0.14.0-rc.10
7252026-07-02T20:24:59.587Z Downloaded serde_bytes v0.11.19
7262026-07-02T20:24:59.590Z Downloaded serde_regex v1.1.0
7272026-07-02T20:24:59.593Z Downloaded serde_spanned v1.1.1
7282026-07-02T20:24:59.593Z Downloaded openssl-sys v0.9.115
7292026-07-02T20:24:59.596Z Downloaded rustc-demangle v0.1.27
7302026-07-02T20:24:59.600Z Downloaded serde_plain v1.0.2
7312026-07-02T20:24:59.603Z Downloaded mio v1.2.0
7322026-07-02T20:24:59.609Z Downloaded rusty-fork v0.3.1
7332026-07-02T20:24:59.611Z Downloaded rustversion v1.0.22
7342026-07-02T20:24:59.616Z Downloaded serde_spanned v0.6.9
7352026-07-02T20:24:59.618Z Downloaded progenitor-impl v0.14.0
7362026-07-02T20:24:59.622Z Downloaded clap_builder v4.6.0
7372026-07-02T20:24:59.626Z Downloaded sha1 v0.11.0
7382026-07-02T20:24:59.626Z Downloaded hashbrown v0.16.1
7392026-07-02T20:24:59.629Z Downloaded sha1 v0.10.6
7402026-07-02T20:24:59.635Z Downloaded guppy v0.17.25
7412026-07-02T20:24:59.639Z Downloaded sapling-renderdag v0.1.0
7422026-07-02T20:24:59.641Z Downloaded hashbrown v0.15.5
7432026-07-02T20:24:59.644Z Downloaded shell-words v1.1.1
7442026-07-02T20:24:59.644Z Downloaded signal-hook-mio v0.2.5
7452026-07-02T20:24:59.647Z Downloaded signal-hook-tokio v0.3.1
7462026-07-02T20:24:59.649Z Downloaded signature v3.0.0
7472026-07-02T20:24:59.654Z Downloaded schemars_derive v0.8.22
7482026-07-02T20:24:59.657Z Downloaded sec1 v0.8.1
7492026-07-02T20:24:59.660Z Downloaded siphasher v1.0.2
7502026-07-02T20:24:59.660Z Downloaded similar-asserts v1.7.0
7512026-07-02T20:24:59.660Z Downloaded slog-bunyan v2.5.0
7522026-07-02T20:24:59.663Z Downloaded sigpipe v0.1.3
7532026-07-02T20:24:59.663Z Downloaded sec1 v0.7.3
7542026-07-02T20:24:59.663Z Downloaded scrypt v0.12.0
7552026-07-02T20:24:59.666Z Downloaded serde-hex v0.1.0
7562026-07-02T20:24:59.669Z Downloaded secrecy v0.10.3
7572026-07-02T20:24:59.669Z Downloaded scroll v0.13.0
7582026-07-02T20:24:59.680Z Downloaded slog-envlogger v2.2.0
7592026-07-02T20:24:59.683Z Downloaded serde_derive_internals v0.29.1
7602026-07-02T20:24:59.684Z Downloaded serde_urlencoded v0.7.1
7612026-07-02T20:24:59.687Z Downloaded progenitor-impl v0.13.0
7622026-07-02T20:24:59.690Z Downloaded prettyplease v0.2.37
7632026-07-02T20:24:59.697Z Downloaded serde_repr v0.1.20
7642026-07-02T20:24:59.700Z Downloaded proc-macro2 v1.0.106
7652026-07-02T20:24:59.703Z Downloaded serde_tokenstream v0.2.3
7662026-07-02T20:24:59.703Z Downloaded nom v7.1.3
7672026-07-02T20:24:59.706Z Downloaded libxml v0.3.3
7682026-07-02T20:24:59.709Z Downloaded serde_path_to_error v0.1.20
7692026-07-02T20:24:59.716Z Downloaded serdect v0.4.3
7702026-07-02T20:24:59.723Z Downloaded serde_with_macros v1.5.2
7712026-07-02T20:24:59.726Z Downloaded num-bigint v0.4.6
7722026-07-02T20:24:59.728Z Downloaded smawk v0.3.2
7732026-07-02T20:24:59.731Z Downloaded shlex v1.3.0
7742026-07-02T20:24:59.731Z Downloaded sha2 v0.10.9
7752026-07-02T20:24:59.745Z Downloaded hashbrown v0.14.5
7762026-07-02T20:24:59.749Z Downloaded signal-hook-registry v1.4.8
7772026-07-02T20:24:59.752Z Downloaded signature v2.2.0
7782026-07-02T20:24:59.752Z Downloaded scroll v0.12.0
7792026-07-02T20:24:59.755Z Downloaded stable_deref_trait v1.2.1
7802026-07-02T20:24:59.762Z Downloaded slog-async v2.8.0
7812026-07-02T20:24:59.766Z Downloaded pretty_assertions v1.4.1
7822026-07-02T20:24:59.771Z Downloaded semver v1.0.28
7832026-07-02T20:24:59.774Z Downloaded rstest v0.25.0
7842026-07-02T20:24:59.777Z Downloaded slab v0.4.12
7852026-07-02T20:24:59.779Z Downloaded slog-dtrace v0.3.0
7862026-07-02T20:24:59.779Z Downloaded strsim v0.11.1
7872026-07-02T20:24:59.783Z Downloaded strip-ansi-escapes v0.2.1
7882026-07-02T20:24:59.783Z Downloaded serde_cbor v0.11.2
7892026-07-02T20:24:59.786Z Downloaded structmeta v0.3.0
7902026-07-02T20:24:59.786Z Downloaded rcgen v0.12.1
7912026-07-02T20:24:59.786Z Downloaded rayon-core v1.13.0
7922026-07-02T20:24:59.792Z Downloaded rand_distr v0.5.1
7932026-07-02T20:24:59.795Z Downloaded slog-stdlog v4.1.1
7942026-07-02T20:24:59.798Z Downloaded slog-scope v4.4.1
7952026-07-02T20:24:59.798Z Downloaded slog-json v2.6.1
7962026-07-02T20:24:59.798Z Downloaded salsa20 v0.11.0
7972026-07-02T20:24:59.801Z Downloaded publicsuffix v2.3.0
7982026-07-02T20:24:59.804Z Downloaded supports-color v2.1.0
7992026-07-02T20:24:59.804Z Downloaded supports-color v3.0.2
8002026-07-02T20:24:59.804Z Downloaded strsim v0.10.0
8012026-07-02T20:24:59.807Z Downloaded strum v0.26.3
8022026-07-02T20:24:59.807Z Downloaded strum v0.27.2
8032026-07-02T20:24:59.807Z Downloaded structmeta-derive v0.3.0
8042026-07-02T20:24:59.810Z Downloaded serde_with_macros v3.17.0
8052026-07-02T20:24:59.813Z Downloaded ron v0.8.1
8062026-07-02T20:24:59.816Z Downloaded smf v0.2.3
8072026-07-02T20:24:59.817Z Downloaded crypto-primes v0.7.2
8082026-07-02T20:24:59.820Z Downloaded num-bigint-dig v0.8.6
8092026-07-02T20:24:59.823Z Downloaded sync-ptr v0.1.4
8102026-07-02T20:24:59.825Z Downloaded supports-hyperlinks v2.1.0
8112026-07-02T20:24:59.825Z Downloaded spki v0.7.3
8122026-07-02T20:24:59.825Z Downloaded hyper v1.10.1
8132026-07-02T20:24:59.830Z Downloaded sqlformat v0.3.5
8142026-07-02T20:24:59.833Z Downloaded qorb v0.4.1
8152026-07-02T20:24:59.835Z Downloaded quinn v0.11.9
8162026-07-02T20:24:59.838Z Downloaded smallvec v0.6.14
8172026-07-02T20:24:59.838Z Downloaded rstest_macros v0.25.0
8182026-07-02T20:24:59.842Z Downloaded swrite v0.1.0
8192026-07-02T20:24:59.842Z Downloaded stacker v0.1.23
8202026-07-02T20:24:59.845Z Downloaded tagptr v0.2.0
8212026-07-02T20:24:59.845Z Downloaded tabled_derive v0.7.0
8222026-07-02T20:24:59.845Z Downloaded sync_wrapper v1.0.2
8232026-07-02T20:24:59.845Z Downloaded snafu-derive v0.8.9
8242026-07-02T20:24:59.848Z Downloaded tabwriter v1.4.1
8252026-07-02T20:24:59.848Z Downloaded take_mut v0.2.2
8262026-07-02T20:24:59.850Z Downloaded rand v0.8.6
8272026-07-02T20:24:59.850Z Downloaded schemars v0.8.22
8282026-07-02T20:24:59.857Z Downloaded sqlparser_derive v0.5.0
8292026-07-02T20:24:59.860Z Downloaded itertools v0.12.1
8302026-07-02T20:24:59.862Z Downloaded ssh-encoding v0.3.0-rc.9
8312026-07-02T20:24:59.865Z Downloaded serde_derive v1.0.228
8322026-07-02T20:24:59.869Z Downloaded blake3 v1.8.5
8332026-07-02T20:24:59.871Z Downloaded target-triple v1.0.0
8342026-07-02T20:24:59.874Z Downloaded ssh-cipher v0.3.0-rc.9
8352026-07-02T20:24:59.874Z Downloaded hkdf v0.12.4
8362026-07-02T20:24:59.877Z Downloaded strum_macros v0.24.3
8372026-07-02T20:24:59.877Z Downloaded static_assertions v1.1.0
8382026-07-02T20:24:59.880Z Downloaded tap v1.0.1
8392026-07-02T20:24:59.880Z Downloaded h2 v0.4.15
8402026-07-02T20:24:59.883Z Downloaded terminal_size v0.1.17
8412026-07-02T20:24:59.885Z Downloaded support-bundle-viewer v0.1.2
8422026-07-02T20:24:59.885Z Downloaded subtle v2.6.1
8432026-07-02T20:24:59.888Z Downloaded ryu v1.0.23
8442026-07-02T20:24:59.888Z Downloaded itertools v0.14.0
8452026-07-02T20:24:59.892Z Downloaded strum_macros v0.27.2
8462026-07-02T20:24:59.894Z Downloaded strum_macros v0.26.4
8472026-07-02T20:24:59.897Z Downloaded hkdf v0.13.0
8482026-07-02T20:24:59.897Z Downloaded p521 v0.14.0-rc.10
8492026-07-02T20:24:59.900Z Downloaded tabled_derive v0.11.0
8502026-07-02T20:24:59.903Z Downloaded stringprep v0.1.5
8512026-07-02T20:24:59.903Z Downloaded sha2 v0.11.0
8522026-07-02T20:24:59.905Z Downloaded terminal_size v0.4.3
8532026-07-02T20:24:59.905Z Downloaded chrono v0.4.44
8542026-07-02T20:24:59.911Z Downloaded synstructure v0.13.2
8552026-07-02T20:24:59.913Z Downloaded spki v0.8.0
8562026-07-02T20:24:59.913Z Downloaded goblin v0.8.2
8572026-07-02T20:24:59.916Z Downloaded futures-util v0.3.32
8582026-07-02T20:24:59.922Z Downloaded thread-id v4.2.2
8592026-07-02T20:24:59.926Z Downloaded rustls-platform-verifier v0.6.2
8602026-07-02T20:24:59.929Z Downloaded time-core v0.1.8
8612026-07-02T20:24:59.929Z Downloaded smallvec v1.15.1
8622026-07-02T20:24:59.929Z Downloaded serde_yaml v0.9.34+deprecated
8632026-07-02T20:24:59.931Z Downloaded spin v0.9.8
8642026-07-02T20:24:59.934Z Downloaded termtree v0.5.1
8652026-07-02T20:24:59.934Z Downloaded itertools v0.13.0
8662026-07-02T20:24:59.938Z Downloaded testing_table v0.3.0
8672026-07-02T20:24:59.940Z Downloaded pest v2.8.6
8682026-07-02T20:24:59.943Z Downloaded simd-adler32 v0.3.8
8692026-07-02T20:24:59.946Z Downloaded stringmetrics v2.2.2
8702026-07-02T20:24:59.946Z Downloaded signal-hook v0.3.18
8712026-07-02T20:24:59.948Z Downloaded iri-string v0.7.10
8722026-07-02T20:24:59.951Z Downloaded tokio-macros v2.7.0
8732026-07-02T20:24:59.954Z Downloaded tinyvec_macros v0.1.1
8742026-07-02T20:24:59.954Z Downloaded target-spec v3.5.7
8752026-07-02T20:24:59.957Z Downloaded thread-id v5.1.0
8762026-07-02T20:24:59.957Z Downloaded nom v8.0.0
8772026-07-02T20:24:59.960Z Downloaded tokio-test v0.4.5
8782026-07-02T20:24:59.962Z Downloaded slog v2.8.2
8792026-07-02T20:24:59.966Z Downloaded similar v2.7.0
8802026-07-02T20:24:59.967Z Downloaded slog-term v2.9.2
8812026-07-02T20:24:59.970Z Downloaded string_cache v0.8.9
8822026-07-02T20:24:59.970Z Downloaded schemars v0.9.0
8832026-07-02T20:24:59.977Z Downloaded toml_datetime v0.6.11
8842026-07-02T20:24:59.980Z Downloaded hashbrown v0.17.0
8852026-07-02T20:24:59.983Z Downloaded bitvec v1.0.1
8862026-07-02T20:24:59.991Z Downloaded termios v0.3.3
8872026-07-02T20:24:59.994Z Downloaded socket2 v0.5.10
8882026-07-02T20:24:59.994Z Downloaded toml_write v0.1.2
8892026-07-02T20:24:59.996Z Downloaded serde_core v1.0.228
8902026-07-02T20:24:59.999Z Downloaded rustls-pki-types v1.14.0
8912026-07-02T20:24:59.999Z Downloaded tower-service v0.3.3
8922026-07-02T20:25:00.002Z Downloaded tower-layer v0.3.3
8932026-07-02T20:25:00.020Z Downloaded try-lock v0.2.5
8942026-07-02T20:25:00.023Z Downloaded thread_local v1.1.9
8952026-07-02T20:25:00.026Z Downloaded thiserror-impl v2.0.18
8962026-07-02T20:25:00.029Z Downloaded thiserror-impl-no-std v2.0.2
8972026-07-02T20:25:00.029Z Downloaded thiserror-impl v1.0.69
8982026-07-02T20:25:00.032Z Downloaded samael v0.0.19
8992026-07-02T20:25:00.035Z Downloaded unarray v0.1.4
9002026-07-02T20:25:00.038Z Downloaded thiserror v1.0.69
9012026-07-02T20:25:00.041Z Downloaded unicode-linebreak v0.1.5
9022026-07-02T20:25:00.041Z Downloaded tls_codec_derive v0.4.2
9032026-07-02T20:25:00.044Z Downloaded curve25519-dalek v4.1.3
9042026-07-02T20:25:00.048Z Downloaded tokio-native-tls v0.3.1
9052026-07-02T20:25:00.051Z Downloaded typify-macro v0.6.2
9062026-07-02T20:25:00.051Z Downloaded iddqd v0.4.2
9072026-07-02T20:25:00.056Z Downloaded usdt v0.5.0
9082026-07-02T20:25:00.059Z Downloaded untrusted v0.7.1
9092026-07-02T20:25:00.059Z Downloaded term v1.2.1
9102026-07-02T20:25:00.062Z Downloaded tokio-tungstenite v0.23.1
9112026-07-02T20:25:00.064Z Downloaded unicode-xid v0.2.6
9122026-07-02T20:25:00.064Z Downloaded usdt v0.6.0
9132026-07-02T20:25:00.064Z Downloaded unicode-truncate v1.1.0
9142026-07-02T20:25:00.067Z Downloaded tokio-dtrace v0.1.1
9152026-07-02T20:25:00.067Z Downloaded time-macros v0.2.27
9162026-07-02T20:25:00.070Z Downloaded untrusted v0.9.0
9172026-07-02T20:25:00.070Z Downloaded universal-hash v0.5.1
9182026-07-02T20:25:00.070Z Downloaded unit-prefix v0.5.2
9192026-07-02T20:25:00.073Z Downloaded target-lexicon v0.13.3
9202026-07-02T20:25:00.073Z Downloaded rand v0.10.1
9212026-07-02T20:25:00.077Z Downloaded tokio-tungstenite v0.21.0
9222026-07-02T20:25:00.080Z Downloaded plotters v0.3.7
9232026-07-02T20:25:00.082Z Downloaded term v0.7.0
9242026-07-02T20:25:00.085Z Downloaded utf8parse v0.2.2
9252026-07-02T20:25:00.085Z Downloaded usdt-attr-macro v0.6.0
9262026-07-02T20:25:00.088Z Downloaded snafu v0.8.9
9272026-07-02T20:25:00.090Z Downloaded usdt-attr-macro v0.5.0
9282026-07-02T20:25:00.090Z Downloaded toml_writer v1.1.1+spec-1.1.0
9292026-07-02T20:25:00.093Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9302026-07-02T20:25:00.093Z Downloaded serde v1.0.228
9312026-07-02T20:25:00.096Z Downloaded utf-8 v0.7.6
9322026-07-02T20:25:00.096Z Downloaded usdt-macro v0.6.0
9332026-07-02T20:25:00.098Z Downloaded thiserror v2.0.18
9342026-07-02T20:25:00.101Z Downloaded rsa v0.9.10
9352026-07-02T20:25:00.104Z Downloaded usdt-macro v0.5.0
9362026-07-02T20:25:00.107Z Downloaded rand v0.9.2
9372026-07-02T20:25:00.110Z Downloaded aws-lc-rs v1.16.3
9382026-07-02T20:25:00.114Z Downloaded tinytemplate v1.2.1
9392026-07-02T20:25:00.117Z Downloaded tinystr v0.8.2
9402026-07-02T20:25:00.117Z Downloaded tiny-keccak v2.0.2
9412026-07-02T20:25:00.119Z Downloaded thiserror-no-std v2.0.2
9422026-07-02T20:25:00.122Z Downloaded version_check v0.9.5
9432026-07-02T20:25:00.125Z Downloaded tls_codec v0.4.2
9442026-07-02T20:25:00.125Z Downloaded want v0.3.1
9452026-07-02T20:25:00.125Z Downloaded wait-timeout v0.2.1
9462026-07-02T20:25:00.127Z Downloaded bindgen v0.71.1
9472026-07-02T20:25:00.130Z Downloaded void v1.0.2
9482026-07-02T20:25:00.130Z Downloaded unicase v2.9.0
9492026-07-02T20:25:00.133Z Downloaded termcolor v1.4.1
9502026-07-02T20:25:00.133Z Downloaded socket2 v0.6.3
9512026-07-02T20:25:00.136Z Downloaded universal-hash v0.6.1
9522026-07-02T20:25:00.136Z Downloaded schemars v1.2.1
9532026-07-02T20:25:00.143Z Downloaded waitgroup v0.1.2
9542026-07-02T20:25:00.146Z Downloaded toml v0.8.23
9552026-07-02T20:25:00.148Z Downloaded tokio-stream v0.1.18
9562026-07-02T20:25:00.151Z Downloaded git2 v0.20.4
9572026-07-02T20:25:00.154Z Downloaded xattr v1.6.1
9582026-07-02T20:25:00.157Z Downloaded zerofrom v0.1.6
9592026-07-02T20:25:00.157Z Downloaded tempfile v3.25.0
9602026-07-02T20:25:00.159Z Downloaded zerofrom-derive v0.1.6
9612026-07-02T20:25:00.159Z Downloaded usdt-impl v0.5.0
9622026-07-02T20:25:00.160Z Downloaded rsa v0.10.0-rc.18
9632026-07-02T20:25:00.163Z Downloaded xshell-macros v0.2.7
9642026-07-02T20:25:00.166Z Downloaded subprocess v0.2.15
9652026-07-02T20:25:00.168Z Downloaded yoke-derive v0.8.1
9662026-07-02T20:25:00.169Z Downloaded rustls-webpki v0.103.13
9672026-07-02T20:25:00.171Z Downloaded textwrap v0.16.2
9682026-07-02T20:25:00.171Z Downloaded icu_properties_data v2.1.2
9692026-07-02T20:25:00.176Z Downloaded zone_cfg_derive v0.3.1
9702026-07-02T20:25:00.179Z Downloaded usdt-impl v0.6.0
9712026-07-02T20:25:00.179Z Downloaded tracing-attributes v0.1.31
9722026-07-02T20:25:00.182Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9732026-07-02T20:25:00.182Z Downloaded textwrap v0.15.2
9742026-07-02T20:25:00.185Z Downloaded trait-variant v0.1.2
9752026-07-02T20:25:00.185Z Downloaded topological-sort v0.2.2
9762026-07-02T20:25:00.185Z Downloaded libm v0.2.16
9772026-07-02T20:25:00.190Z Downloaded idna v1.1.0
9782026-07-02T20:25:00.193Z Downloaded supports-unicode v2.1.0
9792026-07-02T20:25:00.193Z Downloaded trybuild v1.0.116
9802026-07-02T20:25:00.197Z Downloaded test-strategy v0.4.5
9812026-07-02T20:25:00.200Z Downloaded utf8_iter v1.0.4
9822026-07-02T20:25:00.204Z Downloaded uzers v0.12.2
9832026-07-02T20:25:00.204Z Downloaded rustyline v14.0.0
9842026-07-02T20:25:00.207Z Downloaded vergen-lib v0.1.6
9852026-07-02T20:25:00.207Z Downloaded zeroize_derive v1.4.3
9862026-07-02T20:25:00.207Z Downloaded ucd-trie v0.1.7
9872026-07-02T20:25:00.207Z Downloaded vergen-gitcl v1.0.8
9882026-07-02T20:25:00.210Z Downloaded twox-hash v2.1.2
9892026-07-02T20:25:00.210Z Downloaded zone v0.3.1
9902026-07-02T20:25:00.213Z Downloaded tar v0.4.46
9912026-07-02T20:25:00.213Z Downloaded tui-tree-widget v0.23.1
9922026-07-02T20:25:00.218Z Downloaded vsss-rs v3.3.4
9932026-07-02T20:25:00.221Z Downloaded tokio-rustls v0.26.4
9942026-07-02T20:25:00.224Z Downloaded vergen-lib v9.1.0
9952026-07-02T20:25:00.224Z Downloaded walkdir v2.5.0
9962026-07-02T20:25:00.227Z Downloaded tinyvec v1.10.0
9972026-07-02T20:25:00.230Z Downloaded unicode-properties v0.1.4
9982026-07-02T20:25:00.230Z Downloaded toml v0.7.8
9992026-07-02T20:25:00.232Z Downloaded serde_with v1.14.0
10002026-07-02T20:25:00.236Z Downloaded whoami v1.6.1
10012026-07-02T20:25:00.238Z Downloaded toml v1.1.2+spec-1.1.0
10022026-07-02T20:25:00.241Z Downloaded wyz v0.5.1
10032026-07-02T20:25:00.241Z Downloaded whoami v2.1.0
10042026-07-02T20:25:00.244Z Downloaded reedline v0.40.0
10052026-07-02T20:25:00.258Z Downloaded toml_parser v1.1.2+spec-1.1.0
10062026-07-02T20:25:00.260Z Downloaded tracing-core v0.1.36
10072026-07-02T20:25:00.264Z Downloaded xshell v0.2.7
10082026-07-02T20:25:00.268Z Downloaded steno v0.4.1
10092026-07-02T20:25:00.271Z Downloaded tungstenite v0.21.0
10102026-07-02T20:25:00.273Z Downloaded yoke v0.8.1
10112026-07-02T20:25:00.273Z Downloaded vergen-git2 v9.1.0
10122026-07-02T20:25:00.273Z Downloaded zerovec-derive v0.11.2
10132026-07-02T20:25:00.276Z Downloaded zeroize v1.8.2
10142026-07-02T20:25:00.279Z Downloaded zstd v0.13.3
10152026-07-02T20:25:00.279Z Downloaded zmij v1.0.21
10162026-07-02T20:25:00.282Z Downloaded vergen v9.1.0
10172026-07-02T20:25:00.282Z Downloaded typify v0.6.2
10182026-07-02T20:25:00.284Z Downloaded rpassword v7.4.0
10192026-07-02T20:25:00.288Z Downloaded tungstenite v0.23.0
10202026-07-02T20:25:00.298Z Downloaded unicode-ident v1.0.24
10212026-07-02T20:25:00.301Z Downloaded unicode-bidi v0.3.18
10222026-07-02T20:25:00.307Z Downloaded writeable v0.6.2
10232026-07-02T20:25:00.310Z Downloaded zerocopy-derive v0.7.35
10242026-07-02T20:25:00.313Z Downloaded unsafe-libyaml v0.2.11
10252026-07-02T20:25:00.316Z Downloaded reqwest v0.12.28
10262026-07-02T20:25:00.319Z Downloaded portable-atomic v1.13.1
10272026-07-02T20:25:00.330Z Downloaded lalrpop v0.19.12
10282026-07-02T20:25:00.338Z Downloaded uuid v1.23.4
10292026-07-02T20:25:00.341Z Downloaded yasna v0.5.2
10302026-07-02T20:25:00.343Z Downloaded goblin v0.10.5
10312026-07-02T20:25:00.346Z Downloaded zerocopy v0.6.6
10322026-07-02T20:25:00.349Z Downloaded toml_edit v0.22.27
10332026-07-02T20:25:00.351Z Downloaded p384 v0.13.1
10342026-07-02T20:25:00.354Z Downloaded vte v0.14.1
10352026-07-02T20:25:00.357Z Downloaded toml_edit v0.23.10+spec-1.0.0
10362026-07-02T20:25:00.369Z Downloaded zstd-safe v7.2.4
10372026-07-02T20:25:00.378Z Downloaded toml_edit v0.19.15
10382026-07-02T20:25:00.396Z Downloaded regex v1.12.3
10392026-07-02T20:25:00.400Z Downloaded moka v0.12.13
10402026-07-02T20:25:00.406Z Downloaded zopfli v0.8.3
10412026-07-02T20:25:00.410Z Downloaded tokio-postgres v0.7.16
10422026-07-02T20:25:00.440Z Downloaded serde_json v1.0.150
10432026-07-02T20:25:00.440Z Downloaded rayon v1.11.0
10442026-07-02T20:25:00.440Z Downloaded url v2.5.8
10452026-07-02T20:25:00.440Z Downloaded crypto-bigint v0.7.5
10462026-07-02T20:25:00.440Z Downloaded yansi v1.0.1
10472026-07-02T20:25:00.440Z Downloaded gimli v0.32.3
10482026-07-02T20:25:00.444Z Downloaded tower v0.5.3
10492026-07-02T20:25:00.448Z Downloaded zip v0.6.6
10502026-07-02T20:25:00.450Z Downloaded ssh-key v0.7.0-rc.10
10512026-07-02T20:25:00.456Z Downloaded quick-xml v0.37.5
10522026-07-02T20:25:00.463Z Downloaded zerocopy-derive v0.8.40
10532026-07-02T20:25:00.471Z Downloaded zerotrie v0.2.3
10542026-07-02T20:25:00.483Z Downloaded rawzip v0.4.4
10552026-07-02T20:25:00.490Z Downloaded typenum v1.20.1
10562026-07-02T20:25:00.493Z Downloaded salty v0.3.0
10572026-07-02T20:25:00.497Z Downloaded unicode-segmentation v1.12.0
10582026-07-02T20:25:00.500Z Downloaded curve25519-dalek v5.0.0-rc.0
10592026-07-02T20:25:00.506Z Downloaded unicode_categories v0.1.1
10602026-07-02T20:25:00.508Z Downloaded serde_with v3.17.0
10612026-07-02T20:25:00.515Z Downloaded petname v2.0.2
10622026-07-02T20:25:00.531Z Downloaded x509-cert v0.2.5
10632026-07-02T20:25:00.539Z Downloaded reqwest v0.13.2
10642026-07-02T20:25:00.547Z Downloaded zip v4.6.1
10652026-07-02T20:25:00.550Z Downloaded tough v0.22.0
10662026-07-02T20:25:00.556Z Downloaded russh v0.61.2
10672026-07-02T20:25:00.562Z Downloaded polar-core v0.27.3
10682026-07-02T20:25:00.568Z Downloaded object v0.30.4
10692026-07-02T20:25:00.575Z Downloaded zerovec v0.11.5
10702026-07-02T20:25:00.578Z Downloaded radix_trie v0.2.1
10712026-07-02T20:25:00.582Z Downloaded quinn-proto v0.11.13
10722026-07-02T20:25:00.586Z Downloaded nix v0.27.1
10732026-07-02T20:25:00.593Z Downloaded typed-path v0.9.3
10742026-07-02T20:25:00.597Z Downloaded proptest v1.10.0
10752026-07-02T20:25:00.602Z Downloaded bstr v1.12.1
10762026-07-02T20:25:00.631Z Downloaded tower-http v0.6.8
10772026-07-02T20:25:00.644Z Downloaded tokio-util v0.7.18
10782026-07-02T20:25:00.655Z Downloaded winnow v1.0.3
10792026-07-02T20:25:00.662Z Downloaded unicode-normalization v0.1.25
10802026-07-02T20:25:00.665Z Downloaded smoltcp v0.9.1
10812026-07-02T20:25:00.671Z Downloaded time v0.3.47
10822026-07-02T20:25:00.679Z Downloaded dropshot v0.17.1
10832026-07-02T20:25:00.706Z Downloaded openssl v0.10.79
10842026-07-02T20:25:00.714Z Downloaded openapiv3 v2.2.0
10852026-07-02T20:25:00.744Z Downloaded syn v2.0.117
10862026-07-02T20:25:00.763Z Downloaded winnow v0.5.40
10872026-07-02T20:25:00.768Z Downloaded zerocopy v0.8.40
10882026-07-02T20:25:00.774Z Downloaded rustls v0.23.41
10892026-07-02T20:25:00.781Z Downloaded rustix v0.38.44
10902026-07-02T20:25:00.795Z Downloaded tabled v0.15.0
10912026-07-02T20:25:00.804Z Downloaded zerocopy v0.7.35
10922026-07-02T20:25:00.814Z Downloaded winnow v0.6.26
10932026-07-02T20:25:00.820Z Downloaded tabled v0.20.0
10942026-07-02T20:25:00.831Z Downloaded rustix v1.1.3
10952026-07-02T20:25:00.845Z Downloaded unicode-width v0.2.0
10962026-07-02T20:25:00.848Z Downloaded regex-syntax v0.6.29
10972026-07-02T20:25:00.852Z Downloaded nix v0.28.0
10982026-07-02T20:25:00.858Z Downloaded syn v1.0.109
10992026-07-02T20:25:00.864Z Downloaded sqlparser v0.61.0
11002026-07-02T20:25:00.870Z Downloaded object v0.37.3
11012026-07-02T20:25:00.877Z Downloaded winnow v0.7.14
11022026-07-02T20:25:00.883Z Downloaded hickory-proto v0.24.4
11032026-07-02T20:25:00.892Z Downloaded diesel v2.3.7
11042026-07-02T20:25:00.904Z Downloaded zlib-rs v0.6.2
11052026-07-02T20:25:00.907Z Downloaded typify-impl v0.6.2
11062026-07-02T20:25:00.917Z Downloaded hickory-proto v0.25.2
11072026-07-02T20:25:00.927Z Downloaded vcpkg v0.2.15
11082026-07-02T20:25:00.953Z Downloaded smoltcp v0.11.0
11092026-07-02T20:25:00.961Z Downloaded nix v0.31.2
11102026-07-02T20:25:00.968Z Downloaded unicode-width v0.1.14
11112026-07-02T20:25:00.972Z Downloaded regress v0.11.1
11122026-07-02T20:25:00.978Z Downloaded regress v0.10.5
11132026-07-02T20:25:00.984Z Downloaded chrono-tz v0.10.4
11142026-07-02T20:25:00.997Z Downloaded regex-syntax v0.8.10
11152026-07-02T20:25:01.033Z Downloaded csv v1.4.0
11162026-07-02T20:25:01.049Z Downloaded libc v0.2.185
11172026-07-02T20:25:01.074Z Downloaded libz-sys v1.1.24
11182026-07-02T20:25:01.106Z Downloaded sha3 v0.10.8
11192026-07-02T20:25:01.110Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11202026-07-02T20:25:01.161Z Downloaded fiat-crypto v0.3.0
11212026-07-02T20:25:01.171Z Downloaded tracing v0.1.44
11222026-07-02T20:25:01.185Z Downloaded sha3 v0.11.0
11232026-07-02T20:25:01.188Z Downloaded encoding_rs v0.8.35
11242026-07-02T20:25:01.203Z Downloaded ratatui v0.29.0
11252026-07-02T20:25:01.216Z Downloaded sled v0.34.7
11262026-07-02T20:25:01.223Z Downloaded bzip2-sys v0.1.13+1.0.8
11272026-07-02T20:25:01.230Z Downloaded regex-automata v0.4.14
11282026-07-02T20:25:01.248Z Downloaded zerocopy-derive v0.6.6
11292026-07-02T20:25:01.277Z Downloaded petgraph v0.6.5
11302026-07-02T20:25:01.289Z Downloaded jiff v0.2.21
11312026-07-02T20:25:01.301Z Downloaded libgit2-sys v0.18.3+1.9.2
11322026-07-02T20:25:01.362Z Downloaded petgraph v0.8.3
11332026-07-02T20:25:01.416Z Downloaded tokio v1.52.1
11342026-07-02T20:25:01.532Z Downloaded ring v0.17.14
11352026-07-02T20:25:01.558Z Downloaded httpmock v0.8.3
11362026-07-02T20:25:02.181Z Downloaded aws-lc-sys v0.40.0
11372026-07-02T20:25:02.635Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-02T20:25:04.306Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-02T20:25:04.425Z Startup: Caching catalogs ... Done
11402026-07-02T20:25:04.951ZPlanning: Solver setup ... Done (0.468s)
11412026-07-02T20:25:04.980ZPlanning: Running solver ... Done (0.029s)
11422026-07-02T20:25:04.993ZPlanning: Finding local manifests ... Done (0.004s)
11432026-07-02T20:25:05.021ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-02T20:25:05.041ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-02T20:25:05.060ZPlanning: Package planning ... Done (0.020s)
11462026-07-02T20:25:05.064ZPlanning: Merging actions ... Done (0.002s)
11472026-07-02T20:25:05.277ZPlanning: Checking for conflicting actions ... Done (0.214s)
11482026-07-02T20:25:05.280ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-02T20:25:06.195ZPlanning: Evaluating mediators ... Done (0.916s)
11502026-07-02T20:25:06.198ZPlanning: Planning completed in 1.74 seconds
11512026-07-02T20:25:06.205Z Packages to install: 2
11522026-07-02T20:25:06.205Z Estimated space available: 155.78 GB
11532026-07-02T20:25:06.205ZEstimated space to be consumed: 30.98 MB
11542026-07-02T20:25:06.206Z Create boot environment: No
11552026-07-02T20:25:06.206ZCreate backup boot environment: No
11562026-07-02T20:25:06.206Z Rebuild boot archive: No
11572026-07-02T20:25:06.206Z
11582026-07-02T20:25:06.206ZChanged packages:
11592026-07-02T20:25:06.206Zhelios
11602026-07-02T20:25:06.210Z developer/build-essential
11612026-07-02T20:25:06.210Z None -> 11-3.0
11622026-07-02T20:25:06.211Z library/libxmlsec1
11632026-07-02T20:25:06.211Z None -> 1.2.35-3.0
11642026-07-02T20:25:06.234Z
11652026-07-02T20:25:06.234ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-02T20:25:06.768ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
11672026-07-02T20:25:06.936Z Actions: 1/268 actions (Installing new actions)
11682026-07-02T20:25:06.980Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-02T20:25:06.992ZFinalize: Updating package state database ... Done (0.012s)
11702026-07-02T20:25:06.992ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-02T20:25:07.024ZFinalize: Updating image state ... Done (0.032s)
11722026-07-02T20:25:09.799ZFinalize: Creating fast lookup database ... Done (2.747s)
11732026-07-02T20:25:09.871ZFinalize: Reading search index ... Done (0.012s)
11742026-07-02T20:25:09.874ZFinalize: Updating search index ... Done (0.000s)
11752026-07-02T20:25:09.963ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-02T20:25:10.305ZPlanning: Evaluating mediator changes ... Done
11772026-07-02T20:25:10.421ZPlanning: Checking for conflicting actions ... Done
11782026-07-02T20:25:10.427ZPlanning: Consolidating action changes ... Done
11792026-07-02T20:25:10.578ZPlanning: Evaluating mediators ... Done
11802026-07-02T20:25:10.581ZPlanning: Planning completed in 0.27 seconds
11812026-07-02T20:25:10.602Z Mediators to change: 2
11822026-07-02T20:25:10.603Z Create boot environment: No
11832026-07-02T20:25:10.603ZCreate backup boot environment: No
11842026-07-02T20:25:10.663ZFinalize: Updating package state database ... Done
11852026-07-02T20:25:10.663ZFinalize: Updating package cache ... Done
11862026-07-02T20:25:10.685ZFinalize: Updating image state ... Done
11872026-07-02T20:25:12.727ZFinalize: Creating fast lookup database ... Done
11882026-07-02T20:25:12.793ZFinalize: Reading search index ... Done
11892026-07-02T20:25:12.796ZFinalize: Updating search index ... Done
11902026-07-02T20:25:12.872ZFinalize: Updating package cache ... Done
11912026-07-02T20:25:13.176ZPlanning: Evaluating mediator changes ... Done
11922026-07-02T20:25:13.285ZPlanning: Checking for conflicting actions ... Done
11932026-07-02T20:25:13.288ZPlanning: Consolidating action changes ... Done
11942026-07-02T20:25:13.454ZPlanning: Evaluating mediators ... Done
11952026-07-02T20:25:13.457ZPlanning: Planning completed in 0.28 seconds
11962026-07-02T20:25:13.478Z Mediators to change: 1
11972026-07-02T20:25:13.478Z Create boot environment: No
11982026-07-02T20:25:13.480ZCreate backup boot environment: No
11992026-07-02T20:25:13.552ZFinalize: Updating package state database ... Done
12002026-07-02T20:25:13.552ZFinalize: Updating package cache ... Done
12012026-07-02T20:25:13.571ZFinalize: Updating image state ... Done
12022026-07-02T20:25:15.610ZFinalize: Creating fast lookup database ... Done
12032026-07-02T20:25:15.674ZFinalize: Reading search index ... Done
12042026-07-02T20:25:15.678ZFinalize: Updating search index ... Done
12052026-07-02T20:25:15.738ZFinalize: Updating package cache ... Done
12062026-07-02T20:25:16.066ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-02T20:25:16.066Zapache system 2.4 system
12082026-07-02T20:25:16.066Zclang system 15 system
12092026-07-02T20:25:16.066Zcsh system system illumos
12102026-07-02T20:25:16.066Zctags system system illumos
12112026-07-02T20:25:16.066Zfile vendor vendor darwinsys
12122026-07-02T20:25:16.066Zfile system system illumos
12132026-07-02T20:25:16.066Zgcc vendor 14 vendor
12142026-07-02T20:25:16.067Zgcc system 13 system
12152026-07-02T20:25:16.067Zgcc system 10 system
12162026-07-02T20:25:16.067Zgo system 1.25 system
12172026-07-02T20:25:16.067Zllvm system 15 system
12182026-07-02T20:25:16.067Zmariadb system 11.4 system
12192026-07-02T20:25:16.067Zmta vendor vendor dma
12202026-07-02T20:25:16.067Zopenjdk system 17 system
12212026-07-02T20:25:16.067Zopenjdk system 11 system
12222026-07-02T20:25:16.067Zopenssl vendor 3 vendor
12232026-07-02T20:25:16.067Zperl system 5.40 system
12242026-07-02T20:25:16.067Zpostgresql system 18 system
12252026-07-02T20:25:16.067Zpostgresql system 17 system
12262026-07-02T20:25:16.067Zpython vendor 3 vendor
12272026-07-02T20:25:16.067Zpython system 2 system
12282026-07-02T20:25:16.067Zpython3 vendor 3.13 vendor
12292026-07-02T20:25:16.067Zruby system 3.4 system
12302026-07-02T20:25:16.067Zruby system 3.0 system
12312026-07-02T20:25:16.067Zwords vendor vendor american-english
12322026-07-02T20:25:16.067Zwords system system australian-english
12332026-07-02T20:25:16.067Zwords system system british-english
12342026-07-02T20:25:16.067Zwords system system canadian-english
12352026-07-02T20:25:16.067Zwords system system french
12362026-07-02T20:25:16.068Zwords system system italian
12372026-07-02T20:25:16.068Zwords system system ngerman
12382026-07-02T20:25:16.068Zwords system system ogerman
12392026-07-02T20:25:16.068Zwords system system spanish
12402026-07-02T20:25:16.337ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-02T20:25:16.337Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-02T20:25:16.657ZFMRI IFO
12432026-07-02T20:25:16.657Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-02T20:25:16.657Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-02T20:25:16.657Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-02T20:25:16.657Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-02T20:25:16.658Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-02T20:25:16.658Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-02T20:25:16.658Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-02T20:25:16.658Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-02T20:25:16.659Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-02T20:25:17.232Z Downloading crates ...
12532026-07-02T20:25:17.297Z Downloaded cargo_toml v0.21.0
12542026-07-02T20:25:17.340Z Compiling proc-macro2 v1.0.106
12552026-07-02T20:25:17.340Z Compiling quote v1.0.45
12562026-07-02T20:25:17.340Z Compiling unicode-ident v1.0.24
12572026-07-02T20:25:17.343Z Compiling serde_core v1.0.228
12582026-07-02T20:25:17.343Z Compiling libc v0.2.185
12592026-07-02T20:25:17.344Z Compiling version_check v0.9.5
12602026-07-02T20:25:17.344Z Compiling memchr v2.8.0
12612026-07-02T20:25:17.345Z Compiling serde v1.0.228
12622026-07-02T20:25:17.345Z Compiling zmij v1.0.21
12632026-07-02T20:25:17.345Z Compiling thiserror v1.0.69
12642026-07-02T20:25:17.345Z Compiling ucd-trie v0.1.7
12652026-07-02T20:25:17.345Z Compiling itoa v1.0.17
12662026-07-02T20:25:17.427Z Compiling byteorder v1.5.0
12672026-07-02T20:25:17.430Z Compiling rustix v1.1.3
12682026-07-02T20:25:17.587Z Compiling bitflags v2.11.0
12692026-07-02T20:25:17.739Z Compiling serde_json v1.0.150
12702026-07-02T20:25:17.878Z Compiling camino v1.2.2
12712026-07-02T20:25:17.898Z Compiling syn v1.0.109
12722026-07-02T20:25:17.933Z Compiling proc-macro-error-attr v1.0.4
12732026-07-02T20:25:17.969Z Compiling usdt-impl v0.5.0
12742026-07-02T20:25:18.002Z Compiling pest v2.8.6
12752026-07-02T20:25:18.104Z Compiling proc-macro-error v1.0.4
12762026-07-02T20:25:18.115Z Compiling hashbrown v0.17.0
12772026-07-02T20:25:18.163Z Compiling utf8parse v0.2.2
12782026-07-02T20:25:18.193Z Compiling log v0.4.29
12792026-07-02T20:25:18.266Z Compiling equivalent v1.0.2
12802026-07-02T20:25:18.278Z Compiling plain v0.2.3
12812026-07-02T20:25:18.289Z Compiling getrandom v0.4.1
12822026-07-02T20:25:18.320Z Compiling anstyle-parse v1.0.0
12832026-07-02T20:25:18.375Z Compiling colorchoice v1.0.4
12842026-07-02T20:25:18.379Z Compiling thiserror v2.0.18
12852026-07-02T20:25:18.405Z Compiling winnow v0.7.14
12862026-07-02T20:25:18.416Z Compiling anstyle v1.0.14
12872026-07-02T20:25:18.427Z Compiling errno v0.3.14
12882026-07-02T20:25:18.430Z Compiling thread-id v4.2.2
12892026-07-02T20:25:18.493Z Compiling cfg-if v1.0.4
12902026-07-02T20:25:18.517Z Compiling autocfg v1.5.0
12912026-07-02T20:25:18.528Z Compiling is_terminal_polyfill v1.70.2
12922026-07-02T20:25:18.539Z Compiling toml_write v0.1.2
12932026-07-02T20:25:18.597Z Compiling anstyle-query v1.1.5
12942026-07-02T20:25:18.608Z Compiling pretty-hex v0.4.1
12952026-07-02T20:25:18.635Z Compiling bytecount v0.6.9
12962026-07-02T20:25:18.672Z Compiling indexmap v2.14.0
12972026-07-02T20:25:18.706Z Compiling anstream v1.0.0
12982026-07-02T20:25:18.755Z Compiling fastrand v2.3.0
12992026-07-02T20:25:18.780Z Compiling strsim v0.11.1
13002026-07-02T20:25:18.782Z Compiling clap_lex v1.0.0
13012026-07-02T20:25:18.812Z Compiling heck v0.4.1
13022026-07-02T20:25:18.998Z Compiling fs-err v3.3.0
13032026-07-02T20:25:19.011Z Compiling anyhow v1.0.102
13042026-07-02T20:25:19.099Z Compiling syn v2.0.117
13052026-07-02T20:25:19.102Z Compiling fnv v1.0.7
13062026-07-02T20:25:19.133Z Compiling heck v0.5.0
13072026-07-02T20:25:19.135Z Compiling once_cell v1.21.3
13082026-07-02T20:25:19.136Z Compiling unicode-width v0.1.14
13092026-07-02T20:25:19.235Z Compiling pest_meta v2.8.6
13102026-07-02T20:25:19.246Z Compiling memmap v0.7.0
13112026-07-02T20:25:19.364Z Compiling smawk v0.3.2
13122026-07-02T20:25:19.405Z Compiling papergrid v0.11.0
13132026-07-02T20:25:19.416Z Compiling unicode-linebreak v0.1.5
13142026-07-02T20:25:19.431Z Compiling unicode-width v0.2.0
13152026-07-02T20:25:19.472Z Compiling swrite v0.1.0
13162026-07-02T20:25:19.517Z Compiling terminal_size v0.4.3
13172026-07-02T20:25:19.530Z Compiling tempfile v3.25.0
13182026-07-02T20:25:19.646Z Compiling clap_builder v4.6.0
13192026-07-02T20:25:19.678Z Compiling textwrap v0.16.2
13202026-07-02T20:25:19.949Z Compiling semver v1.0.28
13212026-07-02T20:25:19.982Z Compiling cargo-platform v0.3.2
13222026-07-02T20:25:20.252Z Compiling camino-tempfile v1.4.1
13232026-07-02T20:25:20.631Z Compiling tabled_derive v0.7.0
13242026-07-02T20:25:21.331Z Compiling tabled v0.15.0
13252026-07-02T20:25:21.466Z Compiling pest_generator v2.8.6
13262026-07-02T20:25:21.973Z Compiling serde_derive v1.0.228
13272026-07-02T20:25:21.973Z Compiling thiserror-impl v1.0.69
13282026-07-02T20:25:21.977Z Compiling zerocopy-derive v0.7.35
13292026-07-02T20:25:21.977Z Compiling scroll_derive v0.12.1
13302026-07-02T20:25:21.977Z Compiling thiserror-impl v2.0.18
13312026-07-02T20:25:21.977Z Compiling clap_derive v4.6.1
13322026-07-02T20:25:22.027Z Compiling pest_derive v2.8.6
13332026-07-02T20:25:22.617Z Compiling scroll v0.12.0
13342026-07-02T20:25:22.752Z Compiling zerocopy v0.7.35
13352026-07-02T20:25:22.835Z Compiling goblin v0.8.2
13362026-07-02T20:25:23.057Z Compiling dtrace-parser v0.2.0
13372026-07-02T20:25:23.457Z Compiling clap v4.6.1
13382026-07-02T20:25:24.536Z Compiling dof v0.3.0
13392026-07-02T20:25:24.536Z Compiling serde_tokenstream v0.2.3
13402026-07-02T20:25:24.545Z Compiling toml_datetime v0.6.11
13412026-07-02T20:25:24.549Z Compiling serde_spanned v0.6.9
13422026-07-02T20:25:24.554Z Compiling macaddr v1.0.1
13432026-07-02T20:25:24.558Z Compiling cargo_metadata v0.23.1
13442026-07-02T20:25:24.558Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13452026-07-02T20:25:24.755Z Compiling toml_edit v0.22.27
13462026-07-02T20:25:25.225Z Compiling usdt-attr-macro v0.5.0
13472026-07-02T20:25:25.225Z Compiling usdt-macro v0.5.0
13482026-07-02T20:25:25.857Z Compiling usdt v0.5.0
13492026-07-02T20:25:26.050Z Compiling toml v0.8.23
13502026-07-02T20:25:26.368Z Compiling cargo_toml v0.21.0
13512026-07-02T20:25:27.684Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-02T20:25:29.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.96s
13532026-07-02T20:25:29.768Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-02T20:25:30.504Z Compiling libc v0.2.185
13552026-07-02T20:25:30.504Z Compiling serde_core v1.0.228
13562026-07-02T20:25:30.504Z Compiling serde v1.0.228
13572026-07-02T20:25:30.504Z Compiling log v0.4.29
13582026-07-02T20:25:30.504Z Compiling smallvec v1.15.1
13592026-07-02T20:25:30.507Z Compiling find-msvc-tools v0.1.9
13602026-07-02T20:25:30.507Z Compiling shlex v1.3.0
13612026-07-02T20:25:30.507Z Compiling subtle v2.6.1
13622026-07-02T20:25:30.508Z Compiling scopeguard v1.2.0
13632026-07-02T20:25:30.508Z Compiling stable_deref_trait v1.2.1
13642026-07-02T20:25:30.508Z Compiling typenum v1.20.1
13652026-07-02T20:25:30.508Z Compiling serde_json v1.0.150
13662026-07-02T20:25:30.650Z Compiling portable-atomic v1.13.1
13672026-07-02T20:25:30.666Z Compiling syn v2.0.117
13682026-07-02T20:25:30.678Z Compiling zerocopy v0.8.40
13692026-07-02T20:25:30.691Z Compiling pin-project-lite v0.2.17
13702026-07-02T20:25:30.742Z Compiling lock_api v0.4.14
13712026-07-02T20:25:30.793Z Compiling parking_lot_core v0.9.12
13722026-07-02T20:25:30.871Z Compiling critical-section v1.2.0
13732026-07-02T20:25:30.883Z Compiling pkg-config v0.3.32
13742026-07-02T20:25:30.897Z Compiling getrandom v0.4.1
13752026-07-02T20:25:30.907Z Compiling libm v0.2.16
13762026-07-02T20:25:30.982Z Compiling num-traits v0.2.19
13772026-07-02T20:25:31.004Z Compiling rand_core v0.10.0
13782026-07-02T20:25:31.017Z Compiling futures-core v0.3.32
13792026-07-02T20:25:31.033Z Compiling generic-array v0.14.7
13802026-07-02T20:25:31.045Z Compiling percent-encoding v2.3.2
13812026-07-02T20:25:31.063Z Compiling const-oid v0.9.6
13822026-07-02T20:25:31.163Z Compiling litemap v0.8.1
13832026-07-02T20:25:31.203Z Compiling writeable v0.6.2
13842026-07-02T20:25:31.208Z Compiling icu_properties_data v2.1.2
13852026-07-02T20:25:31.274Z Compiling icu_normalizer_data v2.1.1
13862026-07-02T20:25:31.370Z Compiling futures-sink v0.3.32
13872026-07-02T20:25:31.370Z Compiling futures-task v0.3.32
13882026-07-02T20:25:31.408Z Compiling slab v0.4.12
13892026-07-02T20:25:31.412Z Compiling futures-io v0.3.32
13902026-07-02T20:25:31.435Z Compiling utf8_iter v1.0.4
13912026-07-02T20:25:31.451Z Compiling form_urlencoded v1.2.2
13922026-07-02T20:25:31.505Z Compiling futures-channel v0.3.32
13932026-07-02T20:25:31.519Z Compiling rustversion v1.0.22
13942026-07-02T20:25:31.522Z Compiling getrandom v0.3.4
13952026-07-02T20:25:31.592Z Compiling dunce v1.0.5
13962026-07-02T20:25:31.605Z Compiling fs_extra v1.3.0
13972026-07-02T20:25:31.608Z Compiling rustix v1.1.3
13982026-07-02T20:25:31.634Z Compiling iana-time-zone v0.1.65
13992026-07-02T20:25:31.650Z Compiling ident_case v1.0.1
14002026-07-02T20:25:31.663Z Compiling regex-syntax v0.8.10
14012026-07-02T20:25:31.677Z Compiling base64ct v1.8.3
14022026-07-02T20:25:31.705Z Compiling vcpkg v0.2.15
14032026-07-02T20:25:31.768Z Compiling jobserver v0.1.34
14042026-07-02T20:25:31.795Z Compiling errno v0.3.14
14052026-07-02T20:25:31.818Z Compiling getrandom v0.2.17
14062026-07-02T20:25:31.860Z Compiling once_cell v1.21.3
14072026-07-02T20:25:31.919Z Compiling signal-hook-registry v1.4.8
14082026-07-02T20:25:31.933Z Compiling mio v1.2.0
14092026-07-02T20:25:31.966Z Compiling socket2 v0.6.3
14102026-07-02T20:25:32.016Z Compiling cc v1.2.56
14112026-07-02T20:25:32.030Z Compiling rand_core v0.6.4
14122026-07-02T20:25:32.087Z Compiling parking_lot v0.12.5
14132026-07-02T20:25:32.205Z Compiling base64 v0.22.1
14142026-07-02T20:25:32.225Z Compiling tracing-core v0.1.36
14152026-07-02T20:25:32.334Z Compiling pem-rfc7468 v0.7.0
14162026-07-02T20:25:32.417Z Compiling flagset v0.4.7
14172026-07-02T20:25:32.434Z Compiling aws-lc-rs v1.16.3
14182026-07-02T20:25:32.448Z Compiling rand_core v0.9.5
14192026-07-02T20:25:32.503Z Compiling tinyvec_macros v0.1.1
14202026-07-02T20:25:32.517Z Compiling cmov v0.5.4
14212026-07-02T20:25:32.561Z Compiling schemars v0.8.22
14222026-07-02T20:25:32.575Z Compiling openssl-probe v0.2.1
14232026-07-02T20:25:32.578Z Compiling dyn-clone v1.0.20
14242026-07-02T20:25:32.578Z Compiling httparse v1.10.1
14252026-07-02T20:25:32.590Z Compiling tinyvec v1.10.0
14262026-07-02T20:25:32.675Z Compiling aho-corasick v1.1.4
14272026-07-02T20:25:32.781Z Compiling ctutils v0.4.2
14282026-07-02T20:25:32.797Z Compiling tower-service v0.3.3
14292026-07-02T20:25:32.797Z Compiling tower-layer v0.3.3
14302026-07-02T20:25:32.828Z Compiling cmake v0.1.57
14312026-07-02T20:25:32.832Z Compiling try-lock v0.2.5
14322026-07-02T20:25:32.862Z Compiling untrusted v0.7.1
14332026-07-02T20:25:32.889Z Compiling atomic-waker v1.1.2
14342026-07-02T20:25:32.919Z Compiling rustls v0.23.41
14352026-07-02T20:25:32.919Z Compiling foreign-types-shared v0.1.1
14362026-07-02T20:25:32.930Z Compiling cpufeatures v0.2.17
14372026-07-02T20:25:32.978Z Compiling want v0.3.1
14382026-07-02T20:25:33.006Z Compiling httpdate v1.0.3
14392026-07-02T20:25:33.024Z Compiling openssl v0.10.79
14402026-07-02T20:25:33.038Z Compiling untrusted v0.9.0
14412026-07-02T20:25:33.041Z Compiling foreign-types v0.3.2
14422026-07-02T20:25:33.041Z Compiling unicode-normalization v0.1.25
14432026-07-02T20:25:33.090Z Compiling bitflags v2.11.0
14442026-07-02T20:25:33.122Z Compiling semver v1.0.28
14452026-07-02T20:25:33.134Z Compiling indexmap v2.14.0
14462026-07-02T20:25:33.134Z Compiling uuid v1.23.4
14472026-07-02T20:25:33.181Z Compiling spin v0.9.8
14482026-07-02T20:25:33.270Z Compiling num-conv v0.2.0
14492026-07-02T20:25:33.298Z Compiling powerfmt v0.2.0
14502026-07-02T20:25:33.312Z Compiling time-core v0.1.8
14512026-07-02T20:25:33.360Z Compiling rustc_version v0.4.1
14522026-07-02T20:25:33.414Z Compiling crc32fast v1.5.0
14532026-07-02T20:25:33.428Z Compiling native-tls v0.2.18
14542026-07-02T20:25:33.480Z Compiling deranged v0.5.8
14552026-07-02T20:25:33.480Z Compiling time-macros v0.2.27
14562026-07-02T20:25:33.505Z Compiling wait-timeout v0.2.1
14572026-07-02T20:25:33.536Z Compiling sync_wrapper v1.0.2
14582026-07-02T20:25:33.594Z Compiling regex-automata v0.4.14
14592026-07-02T20:25:33.662Z Compiling num_threads v0.1.7
14602026-07-02T20:25:33.680Z Compiling synstructure v0.13.2
14612026-07-02T20:25:33.715Z Compiling serde_derive_internals v0.29.1
14622026-07-02T20:25:33.762Z Compiling aws-lc-sys v0.40.0
14632026-07-02T20:25:33.774Z Compiling openssl-sys v0.9.115
14642026-07-02T20:25:33.782Z Compiling pest_generator v2.8.6
14652026-07-02T20:25:33.802Z Compiling darling_core v0.20.11
14662026-07-02T20:25:33.845Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14672026-07-02T20:25:33.997Z Compiling siphasher v1.0.2
14682026-07-02T20:25:34.205Z Compiling quick-error v1.2.3
14692026-07-02T20:25:34.219Z Compiling tempfile v3.25.0
14702026-07-02T20:25:34.322Z Compiling crossbeam-utils v0.8.21
14712026-07-02T20:25:34.335Z Compiling syn v1.0.109
14722026-07-02T20:25:34.335Z Compiling usdt-impl v0.6.0
14732026-07-02T20:25:34.526Z Compiling simd-adler32 v0.3.8
14742026-07-02T20:25:34.572Z Compiling bit-vec v0.8.0
14752026-07-02T20:25:34.602Z Compiling rusty-fork v0.3.1
14762026-07-02T20:25:34.645Z Compiling bzip2-sys v0.1.13+1.0.8
14772026-07-02T20:25:34.662Z Compiling heapless v0.7.17
14782026-07-02T20:25:34.696Z Compiling time v0.3.47
14792026-07-02T20:25:34.699Z Compiling darling_core v0.21.3
14802026-07-02T20:25:34.711Z Compiling slog v2.8.2
14812026-07-02T20:25:34.794Z Compiling bit-set v0.8.0
14822026-07-02T20:25:34.812Z Compiling rand_xorshift v0.4.0
14832026-07-02T20:25:34.844Z Compiling thread-id v5.1.0
14842026-07-02T20:25:34.857Z Compiling cookie v0.18.1
14852026-07-02T20:25:34.949Z Compiling iri-string v0.7.10
14862026-07-02T20:25:34.970Z Compiling adler2 v2.0.1
14872026-07-02T20:25:34.973Z Compiling unarray v0.1.4
14882026-07-02T20:25:34.995Z Compiling zstd-safe v7.2.4
14892026-07-02T20:25:34.998Z Compiling allocator-api2 v0.2.21
14902026-07-02T20:25:35.023Z Compiling ryu v1.0.23
14912026-07-02T20:25:35.027Z Compiling unicode-bidi v0.3.18
14922026-07-02T20:25:35.048Z Compiling paste v1.0.15
14932026-07-02T20:25:35.085Z Compiling unicode-properties v0.1.4
14942026-07-02T20:25:35.110Z Compiling signal-hook v0.3.18
14952026-07-02T20:25:35.124Z Compiling anyhow v1.0.102
14962026-07-02T20:25:35.248Z Compiling miniz_oxide v0.8.9
14972026-07-02T20:25:35.387Z Compiling stringprep v0.1.5
14982026-07-02T20:25:35.458Z Compiling camino v1.2.2
14992026-07-02T20:25:35.510Z Compiling serde_derive v1.0.228
15002026-07-02T20:25:35.614Z Compiling zeroize_derive v1.4.3
15012026-07-02T20:25:35.733Z Compiling zerofrom-derive v0.1.6
15022026-07-02T20:25:35.939Z Compiling yoke-derive v0.8.1
15032026-07-02T20:25:35.975Z Compiling zerovec-derive v0.11.2
15042026-07-02T20:25:35.979Z Compiling displaydoc v0.2.5
15052026-07-02T20:25:36.048Z Compiling zerocopy-derive v0.8.40
15062026-07-02T20:25:36.257Z Compiling tokio-macros v2.7.0
15072026-07-02T20:25:36.325Z Compiling futures-macro v0.3.32
15082026-07-02T20:25:36.411Z Compiling zeroize v1.8.2
15092026-07-02T20:25:36.493Z Compiling der_derive v0.7.3
15102026-07-02T20:25:36.661Z Compiling thiserror-impl v2.0.18
15112026-07-02T20:25:36.817Z Compiling tracing-attributes v0.1.31
15122026-07-02T20:25:37.080Z Compiling rustls-pki-types v1.14.0
15132026-07-02T20:25:37.208Z Compiling crypto-common v0.1.7
15142026-07-02T20:25:37.240Z Compiling block-buffer v0.10.4
15152026-07-02T20:25:37.255Z Compiling futures-util v0.3.32
15162026-07-02T20:25:37.271Z Compiling schemars_derive v0.8.22
15172026-07-02T20:25:37.302Z Compiling zerofrom v0.1.6
15182026-07-02T20:25:37.384Z Compiling digest v0.10.7
15192026-07-02T20:25:37.436Z Compiling yoke v0.8.1
15202026-07-02T20:25:37.453Z Compiling hybrid-array v0.4.13
15212026-07-02T20:25:37.509Z Compiling pest_derive v2.8.6
15222026-07-02T20:25:37.572Z Compiling der v0.7.10
15232026-07-02T20:25:37.592Z Compiling scroll_derive v0.13.1
15242026-07-02T20:25:37.651Z Compiling zerovec v0.11.5
15252026-07-02T20:25:37.672Z Compiling zerotrie v0.2.3
15262026-07-02T20:25:38.012Z Compiling darling_macro v0.20.11
15272026-07-02T20:25:38.029Z Compiling openssl-macros v0.1.1
15282026-07-02T20:25:38.136Z Compiling sha2 v0.10.9
15292026-07-02T20:25:38.159Z Compiling tinystr v0.8.2
15302026-07-02T20:25:38.233Z Compiling potential_utf v0.1.4
15312026-07-02T20:25:38.300Z Compiling tracing v0.1.44
15322026-07-02T20:25:38.330Z Compiling thiserror v2.0.18
15332026-07-02T20:25:38.394Z Compiling icu_locale_core v2.1.1
15342026-07-02T20:25:38.428Z Compiling icu_collections v2.1.1
15352026-07-02T20:25:38.461Z Compiling hmac v0.12.1
15362026-07-02T20:25:38.506Z Compiling spki v0.7.3
15372026-07-02T20:25:38.524Z Compiling scroll v0.13.0
15382026-07-02T20:25:38.587Z Compiling darling v0.20.11
15392026-07-02T20:25:38.656Z Compiling dtrace-parser v0.3.0
15402026-07-02T20:25:38.691Z Compiling derive_builder_core v0.20.2
15412026-07-02T20:25:38.712Z Compiling pkcs8 v0.10.2
15422026-07-02T20:25:38.753Z Compiling scroll_derive v0.12.1
15432026-07-02T20:25:38.833Z Compiling goblin v0.10.5
15442026-07-02T20:25:38.914Z Compiling thiserror-impl v1.0.69
15452026-07-02T20:25:38.975Z Compiling crypto-common v0.2.2
15462026-07-02T20:25:39.007Z Compiling block-buffer v0.12.1
15472026-07-02T20:25:39.237Z Compiling icu_provider v2.1.1
15482026-07-02T20:25:39.376Z Compiling bytes v1.11.1
15492026-07-02T20:25:39.379Z Compiling chrono v0.4.44
15502026-07-02T20:25:39.501Z Compiling ipnet v2.11.0
15512026-07-02T20:25:39.511Z Compiling icu_properties v2.1.2
15522026-07-02T20:25:39.578Z Compiling icu_normalizer v2.1.1
15532026-07-02T20:25:39.633Z Compiling scroll v0.12.0
15542026-07-02T20:25:39.651Z Compiling toml_datetime v0.6.11
15552026-07-02T20:25:39.666Z Compiling derive_builder_macro v0.20.2
15562026-07-02T20:25:39.808Z Compiling serde_urlencoded v0.7.1
15572026-07-02T20:25:39.945Z Compiling tokio v1.52.1
15582026-07-02T20:25:39.958Z Compiling http v1.4.2
15592026-07-02T20:25:40.066Z Compiling erased-serde v0.3.31
15602026-07-02T20:25:40.087Z Compiling hex v0.4.3
15612026-07-02T20:25:40.100Z Compiling serde_tokenstream v0.2.3
15622026-07-02T20:25:40.189Z Compiling serde_spanned v0.6.9
15632026-07-02T20:25:40.226Z Compiling block-padding v0.4.2
15642026-07-02T20:25:40.358Z Compiling thiserror v1.0.69
15652026-07-02T20:25:40.373Z Compiling md-5 v0.10.6
15662026-07-02T20:25:40.396Z Compiling signature v2.2.0
15672026-07-02T20:25:40.423Z Compiling idna_adapter v1.2.1
15682026-07-02T20:25:40.465Z Compiling darling_macro v0.21.3
15692026-07-02T20:25:40.484Z Compiling rustls-native-certs v0.8.3
15702026-07-02T20:25:40.572Z Compiling idna v1.1.0
15712026-07-02T20:25:40.591Z Compiling bstr v1.12.1
15722026-07-02T20:25:40.613Z Compiling zerocopy-derive v0.7.35
15732026-07-02T20:25:40.616Z Compiling async-trait v0.1.89
15742026-07-02T20:25:40.750Z Compiling http-body v1.0.1
15752026-07-02T20:25:40.904Z Compiling ppv-lite86 v0.2.21
15762026-07-02T20:25:40.918Z Compiling http-body-util v0.1.3
15772026-07-02T20:25:40.943Z Compiling pin-project-internal v1.1.11
15782026-07-02T20:25:41.016Z Compiling url v2.5.8
15792026-07-02T20:25:41.104Z Compiling curve25519-dalek v4.1.3
15802026-07-02T20:25:41.134Z Compiling vergen-lib v9.1.0
15812026-07-02T20:25:41.148Z Compiling num-integer v0.1.46
15822026-07-02T20:25:41.230Z Compiling rand_chacha v0.9.0
15832026-07-02T20:25:41.369Z Compiling rand_chacha v0.3.1
15842026-07-02T20:25:41.420Z Compiling hash32 v0.2.1
15852026-07-02T20:25:41.444Z Compiling memoffset v0.9.1
15862026-07-02T20:25:41.520Z Compiling rand v0.9.2
15872026-07-02T20:25:41.534Z Compiling encoding_rs v0.8.35
15882026-07-02T20:25:41.660Z Compiling num-bigint-dig v0.8.6
15892026-07-02T20:25:41.698Z Compiling psl-types v2.0.11
15902026-07-02T20:25:41.712Z Compiling rustix v0.38.44
15912026-07-02T20:25:41.851Z Compiling cfg_aliases v0.2.1
15922026-07-02T20:25:41.903Z Compiling litrs v1.0.0
15932026-07-02T20:25:41.917Z Compiling dof v0.4.0
15942026-07-02T20:25:41.929Z Compiling fallible-iterator v0.2.0
15952026-07-02T20:25:41.945Z Compiling ref-cast v1.0.25
15962026-07-02T20:25:42.029Z Compiling zlib-rs v0.6.2
15972026-07-02T20:25:42.047Z Compiling smoltcp v0.9.1
15982026-07-02T20:25:42.137Z Compiling mime v0.3.17
15992026-07-02T20:25:42.228Z Compiling proptest v1.10.0
16002026-07-02T20:25:42.297Z Compiling postgres-protocol v0.6.10
16012026-07-02T20:25:42.297Z Compiling pin-project v1.1.11
16022026-07-02T20:25:42.452Z Compiling nix v0.31.2
16032026-07-02T20:25:42.483Z Compiling publicsuffix v2.3.0
16042026-07-02T20:25:42.487Z Compiling document-features v0.2.12
16052026-07-02T20:25:42.501Z Compiling zerocopy v0.7.35
16062026-07-02T20:25:42.542Z Compiling ipnetwork v0.21.1
16072026-07-02T20:25:42.685Z Compiling rand v0.8.6
16082026-07-02T20:25:42.902Z Compiling oxnet v0.1.6
16092026-07-02T20:25:42.938Z Compiling num-iter v0.1.45
16102026-07-02T20:25:43.027Z Compiling darling v0.21.3
16112026-07-02T20:25:43.117Z Compiling inout v0.2.2
16122026-07-02T20:25:43.132Z Compiling derive_builder v0.20.2
16132026-07-02T20:25:43.178Z Compiling goblin v0.8.2
16142026-07-02T20:25:43.219Z Compiling hubpack_derive v0.1.1
16152026-07-02T20:25:43.247Z Compiling futures-executor v0.3.32
16162026-07-02T20:25:43.274Z Compiling regex v1.12.3
16172026-07-02T20:25:43.380Z Compiling strum_macros v0.27.2
16182026-07-02T20:25:43.406Z Compiling ref-cast-impl v1.0.25
16192026-07-02T20:25:43.492Z Compiling daft-derive v0.1.7
16202026-07-02T20:25:43.551Z Compiling snafu-derive v0.8.9
16212026-07-02T20:25:43.556Z Compiling curve25519-dalek-derive v0.1.1
16222026-07-02T20:25:43.746Z Compiling terminal_size v0.4.3
16232026-07-02T20:25:43.749Z Compiling phf_shared v0.13.1
16242026-07-02T20:25:43.775Z Compiling lazy_static v1.5.0
16252026-07-02T20:25:43.880Z Compiling cargo-platform v0.3.2
16262026-07-02T20:25:43.895Z Compiling anstyle-parse v0.2.7
16272026-07-02T20:25:43.918Z Compiling vergen v9.1.0
16282026-07-02T20:25:43.996Z Compiling ff v0.13.1
16292026-07-02T20:25:44.039Z Compiling fs-err v3.3.0
16302026-07-02T20:25:44.053Z Compiling ahash v0.8.12
16312026-07-02T20:25:44.115Z Compiling bitflags v1.3.2
16322026-07-02T20:25:44.160Z Compiling libbz2-rs-sys v0.2.2
16332026-07-02T20:25:44.174Z Compiling foldhash v0.2.0
16342026-07-02T20:25:44.199Z Compiling foldhash v0.1.5
16352026-07-02T20:25:44.213Z Compiling winnow v0.5.40
16362026-07-02T20:25:44.250Z Compiling base16ct v0.2.0
16372026-07-02T20:25:44.290Z Compiling tokio-util v0.7.18
16382026-07-02T20:25:44.332Z Compiling tower v0.5.3
16392026-07-02T20:25:44.346Z Compiling tokio-native-tls v0.3.1
16402026-07-02T20:25:44.359Z Compiling unicode-segmentation v1.12.0
16412026-07-02T20:25:44.397Z Compiling bumpalo v3.20.2
16422026-07-02T20:25:44.428Z Compiling managed v0.8.0
16432026-07-02T20:25:44.459Z Compiling same-file v1.0.6
16442026-07-02T20:25:44.556Z Compiling object v0.37.3
16452026-07-02T20:25:44.680Z Compiling bzip2 v0.6.1
16462026-07-02T20:25:44.683Z Compiling zopfli v0.8.3
16472026-07-02T20:25:44.795Z Compiling tower-http v0.6.8
16482026-07-02T20:25:44.876Z Compiling newtype-uuid v1.3.2
16492026-07-02T20:25:44.918Z Compiling walkdir v2.5.0
16502026-07-02T20:25:44.932Z Compiling clap_builder v4.6.0
16512026-07-02T20:25:44.950Z Compiling sec1 v0.7.3
16522026-07-02T20:25:45.250Z Compiling h2 v0.4.15
16532026-07-02T20:25:45.266Z Compiling flate2 v1.1.9
16542026-07-02T20:25:45.269Z Compiling daft v0.1.7
16552026-07-02T20:25:45.352Z Compiling hashbrown v0.16.1
16562026-07-02T20:25:45.446Z Compiling hashbrown v0.15.5
16572026-07-02T20:25:45.565Z Compiling strum v0.27.2
16582026-07-02T20:25:45.612Z Compiling toml_edit v0.19.15
16592026-07-02T20:25:45.629Z Compiling dof v0.3.0
16602026-07-02T20:25:45.682Z Compiling group v0.13.0
16612026-07-02T20:25:45.695Z Compiling snafu v0.8.9
16622026-07-02T20:25:45.729Z Compiling cargo_metadata v0.23.1
16632026-07-02T20:25:45.848Z Compiling anstream v0.6.21
16642026-07-02T20:25:45.902Z Compiling phf v0.13.1
16652026-07-02T20:25:45.943Z Compiling signal-hook-mio v0.2.5
16662026-07-02T20:25:46.092Z Compiling hubpack v0.1.2
16672026-07-02T20:25:46.107Z Compiling usdt-macro v0.6.0
16682026-07-02T20:25:46.140Z Compiling usdt-attr-macro v0.6.0
16692026-07-02T20:25:46.202Z Compiling cookie_store v0.22.1
16702026-07-02T20:25:46.358Z Compiling futures v0.3.32
16712026-07-02T20:25:46.438Z Compiling bzip2 v0.4.4
16722026-07-02T20:25:46.457Z Compiling cipher v0.5.2
16732026-07-02T20:25:46.489Z Compiling serde_with_macros v3.17.0
16742026-07-02T20:25:46.586Z Compiling postgres-types v0.2.12
16752026-07-02T20:25:46.789Z Compiling zstd v0.13.3
16762026-07-02T20:25:46.929Z Compiling globset v0.4.18
16772026-07-02T20:25:46.965Z Compiling ed25519 v2.2.3
16782026-07-02T20:25:47.058Z Compiling dtrace-parser v0.2.0
16792026-07-02T20:25:47.073Z Compiling serde-big-array v0.5.1
16802026-07-02T20:25:47.089Z Compiling serde_plain v1.0.2
16812026-07-02T20:25:47.214Z Compiling olpc-cjson v0.1.4
16822026-07-02T20:25:47.246Z Compiling pkcs1 v0.7.5
16832026-07-02T20:25:47.274Z Compiling hkdf v0.12.4
16842026-07-02T20:25:47.319Z Compiling crypto-bigint v0.5.5
16852026-07-02T20:25:47.406Z Compiling enum-as-inner v0.6.1
16862026-07-02T20:25:47.475Z Compiling serde_repr v0.1.20
16872026-07-02T20:25:47.666Z Compiling async-recursion v1.1.1
16882026-07-02T20:25:47.693Z Compiling strum_macros v0.26.4
16892026-07-02T20:25:47.752Z Compiling clap_derive v4.6.1
16902026-07-02T20:25:47.870Z Compiling phf_shared v0.11.3
16912026-07-02T20:25:47.938Z Compiling float-cmp v0.10.0
16922026-07-02T20:25:47.997Z Compiling pem v3.0.6
16932026-07-02T20:25:48.012Z Compiling thread-id v4.2.2
16942026-07-02T20:25:48.082Z Compiling memmap2 v0.9.10
16952026-07-02T20:25:48.097Z Compiling env_filter v1.0.0
16962026-07-02T20:25:48.110Z Compiling keccak v0.1.6
16972026-07-02T20:25:48.113Z Compiling jiff v0.2.21
16982026-07-02T20:25:48.258Z Compiling normalize-line-endings v0.3.0
16992026-07-02T20:25:48.334Z Compiling const-oid v0.10.2
17002026-07-02T20:25:48.369Z Compiling predicates-core v1.0.10
17012026-07-02T20:25:48.383Z Compiling winnow v1.0.3
17022026-07-02T20:25:48.411Z Compiling difflib v0.4.0
17032026-07-02T20:25:48.446Z Compiling typed-path v0.9.3
17042026-07-02T20:25:48.523Z Compiling new_debug_unreachable v1.0.6
17052026-07-02T20:25:48.578Z Compiling precomputed-hash v0.1.1
17062026-07-02T20:25:48.578Z Compiling whoami v2.1.0
17072026-07-02T20:25:48.614Z Compiling either v1.15.0
17082026-07-02T20:25:48.688Z Compiling fixedbitset v0.4.2
17092026-07-02T20:25:48.706Z Compiling data-encoding v2.10.0
17102026-07-02T20:25:48.792Z Compiling hyper v1.10.1
17112026-07-02T20:25:48.861Z Compiling static_assertions v1.1.0
17122026-07-02T20:25:48.933Z Compiling fixedbitset v0.5.7
17132026-07-02T20:25:48.948Z Compiling cpufeatures v0.3.0
17142026-07-02T20:25:48.965Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17152026-07-02T20:25:49.034Z Compiling chacha20 v0.10.0
17162026-07-02T20:25:49.048Z Compiling hickory-proto v0.25.2
17172026-07-02T20:25:49.063Z Compiling toml_edit v0.22.27
17182026-07-02T20:25:49.275Z Compiling petgraph v0.8.3
17192026-07-02T20:25:49.440Z Compiling petgraph v0.6.5
17202026-07-02T20:25:49.486Z Compiling tokio-postgres v0.7.16
17212026-07-02T20:25:49.605Z Compiling itertools v0.13.0
17222026-07-02T20:25:49.620Z Compiling strum v0.26.3
17232026-07-02T20:25:49.696Z Compiling clap v4.6.1
17242026-07-02T20:25:49.784Z Compiling toml_parser v1.1.2+spec-1.1.0
17252026-07-02T20:25:49.801Z Compiling predicates v3.1.4
17262026-07-02T20:25:49.817Z Compiling string_cache v0.8.9
17272026-07-02T20:25:49.886Z Compiling digest v0.11.3
17282026-07-02T20:25:50.093Z Compiling hyper-util v0.1.20
17292026-07-02T20:25:50.158Z Compiling elliptic-curve v0.13.8
17302026-07-02T20:25:50.529Z Compiling env_logger v0.11.9
17312026-07-02T20:25:50.561Z Compiling sha3 v0.10.8
17322026-07-02T20:25:50.601Z Compiling usdt v0.6.0
17332026-07-02T20:25:50.631Z Compiling usdt-impl v0.5.0
17342026-07-02T20:25:50.965Z Compiling serde_with v3.17.0
17352026-07-02T20:25:50.980Z Compiling crossterm v0.28.1
17362026-07-02T20:25:51.069Z Compiling zip v4.6.1
17372026-07-02T20:25:51.162Z Compiling rsa v0.9.10
17382026-07-02T20:25:51.196Z Compiling ed25519-dalek v2.2.0
17392026-07-02T20:25:51.347Z Compiling toml v0.7.8
17402026-07-02T20:25:51.978Z Compiling hyper-tls v0.6.0
17412026-07-02T20:25:52.068Z Compiling zip v0.6.6
17422026-07-02T20:25:52.176Z Compiling iddqd v0.4.2
17432026-07-02T20:25:52.193Z Compiling reqwest v0.12.28
17442026-07-02T20:25:52.274Z Compiling tokio-stream v0.1.18
17452026-07-02T20:25:52.522Z Compiling similar v2.7.0
17462026-07-02T20:25:52.544Z Compiling heck v0.4.1
17472026-07-02T20:25:52.558Z Compiling buf-list v1.1.2
17482026-07-02T20:25:52.745Z Compiling byte-wrapper v0.1.0
17492026-07-02T20:25:52.759Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17502026-07-02T20:25:52.822Z Compiling openapiv3 v2.2.0
17512026-07-02T20:25:52.837Z Compiling x509-cert v0.2.5
17522026-07-02T20:25:52.885Z Compiling crossbeam-epoch v0.9.18
17532026-07-02T20:25:52.900Z Compiling lalrpop-util v0.19.12
17542026-07-02T20:25:53.021Z Compiling peg-runtime v0.8.5
17552026-07-02T20:25:53.113Z Compiling thread_local v1.1.9
17562026-07-02T20:25:53.130Z Compiling slog-async v2.8.0
17572026-07-02T20:25:53.145Z Compiling crossbeam-channel v0.5.15
17582026-07-02T20:25:53.281Z Compiling filetime v0.2.27
17592026-07-02T20:25:53.361Z Compiling is-terminal v0.4.17
17602026-07-02T20:25:53.423Z Compiling take_mut v0.2.2
17612026-07-02T20:25:53.484Z Compiling xattr v1.6.1
17622026-07-02T20:25:53.513Z Compiling term v1.2.1
17632026-07-02T20:25:53.539Z Compiling camino-tempfile v1.4.1
17642026-07-02T20:25:53.691Z Compiling tar v0.4.46
17652026-07-02T20:25:53.816Z Compiling slog-term v2.9.2
17662026-07-02T20:26:12.815Z Compiling rustls-webpki v0.103.13
17672026-07-02T20:26:15.613Z Compiling tokio-rustls v0.26.4
17682026-07-02T20:26:15.613Z Compiling rustls-platform-verifier v0.6.2
17692026-07-02T20:26:15.613Z Compiling tough v0.22.0
17702026-07-02T20:26:15.837Z Compiling hyper-rustls v0.27.7
17712026-07-02T20:26:16.033Z Compiling reqwest v0.13.2
17722026-07-02T20:26:18.296Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17732026-07-02T20:26:18.559Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17742026-07-02T20:26:21.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.72s
17752026-07-02T20:26:21.670Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17762026-07-02T20:26:21.717ZJul 02 20:26:21.048 INFO Starting download, target: DendriteStub
17772026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Starting download, target: Console
17782026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Starting download, target: Clickhouse
17792026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Starting download, target: Cockroach
17802026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Starting download, target: MaghemiteMgd
17812026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Starting download, target: MaghemiteDdmd
17822026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Starting download, target: TransceiverControl
17832026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17842026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17852026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17872026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-07-02T20:26:21.720ZJul 02 20:26:21.049 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17892026-07-02T20:26:21.721ZJul 02 20:26:21.049 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17902026-07-02T20:26:22.156ZJul 02 20:26:21.479 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17912026-07-02T20:26:22.377ZJul 02 20:26:21.702 INFO Download complete, target: TransceiverControl
17922026-07-02T20:26:23.382ZJul 02 20:26:22.715 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17932026-07-02T20:26:23.477ZJul 02 20:26:22.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17942026-07-02T20:26:23.777ZJul 02 20:26:23.106 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17952026-07-02T20:26:23.933ZJul 02 20:26:23.254 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17962026-07-02T20:26:23.939ZJul 02 20:26:23.260 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17972026-07-02T20:26:24.094ZJul 02 20:26:23.427 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17982026-07-02T20:26:24.094ZJul 02 20:26:23.427 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17992026-07-02T20:26:24.191ZJul 02 20:26:23.524 INFO Download complete, target: Console
18002026-07-02T20:26:25.354ZJul 02 20:26:24.687 INFO Download complete, target: MaghemiteDdmd
18012026-07-02T20:26:26.334ZJul 02 20:26:25.667 INFO Download complete, target: DendriteStub
18022026-07-02T20:26:26.619ZJul 02 20:26:25.952 INFO Download complete, target: MaghemiteMgd
18032026-07-02T20:26:29.018ZJul 02 20:26:28.350 INFO Checking that binary works, target: Cockroach
18042026-07-02T20:26:29.142ZJul 02 20:26:28.475 INFO Download complete, target: Cockroach
18052026-07-02T20:26:31.098ZJul 02 20:26:30.363 INFO Checking that binary works, target: Clickhouse
18062026-07-02T20:26:31.121ZJul 02 20:26:30.449 INFO Download complete, target: Clickhouse
18072026-07-02T20:26:31.137ZAll prerequisites installed successfully
18082026-07-02T20:26:31.137Z
18092026-07-02T20:26:31.138Zreal 1:28.483515384
18102026-07-02T20:26:31.138Zuser 7:06.772582920
18112026-07-02T20:26:31.138Zsys 1:43.260830344
18122026-07-02T20:26:31.138Ztrap 0.262018211
18132026-07-02T20:26:31.138Ztflt 0.952674948
18142026-07-02T20:26:31.139Zdflt 1.775788348
18152026-07-02T20:26:31.139Zkflt 0.028913692
18162026-07-02T20:26:31.139Zlock 25:10.081005449
18172026-07-02T20:26:31.139Zslp 19:22.987742561
18182026-07-02T20:26:31.140Zlat 19.956056996
18192026-07-02T20:26:31.140Zstop 2:25.320093161
18202026-07-02T20:26:31.140Z+ source ./tools/include/force-git-over-https.sh
18212026-07-02T20:26:31.140Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18222026-07-02T20:26:31.140Z++ (( i = 0 ))
18232026-07-02T20:26:31.140Z++ (( i < 5 ))
18242026-07-02T20:26:31.140Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18252026-07-02T20:26:31.140Z++ (( i++ ))
18262026-07-02T20:26:31.140Z++ (( i < 5 ))
18272026-07-02T20:26:31.140Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18282026-07-02T20:26:31.140Z++ (( i++ ))
18292026-07-02T20:26:31.141Z++ (( i < 5 ))
18302026-07-02T20:26:31.141Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18312026-07-02T20:26:31.159Z++ (( i++ ))
18322026-07-02T20:26:31.159Z++ (( i < 5 ))
18332026-07-02T20:26:31.159Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18342026-07-02T20:26:31.159Z++ (( i++ ))
18352026-07-02T20:26:31.159Z++ (( i < 5 ))
18362026-07-02T20:26:31.159Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18372026-07-02T20:26:31.159Z++ (( i++ ))
18382026-07-02T20:26:31.160Z++ (( i < 5 ))
18392026-07-02T20:26:31.160Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-02T20:26:31.160Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18412026-07-02T20:26:31.160Z+ rc=0
18422026-07-02T20:26:31.160Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18432026-07-02T20:26:36.967Z+ case $rc in
18442026-07-02T20:26:36.968Z+ pfexec zfs create -p rpool/images/build/host
18452026-07-02T20:26:37.174Z+ pfexec zfs create -p rpool/images/build/recovery
18462026-07-02T20:26:37.249Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18472026-07-02T20:26:37.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18482026-07-02T20:26:37.725Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18492026-07-02T20:26:38.576Z Compiling proc-macro2 v1.0.106
18502026-07-02T20:26:38.577Z Compiling quote v1.0.45
18512026-07-02T20:26:38.577Z Compiling unicode-ident v1.0.24
18522026-07-02T20:26:38.577Z Compiling libc v0.2.185
18532026-07-02T20:26:38.577Z Compiling serde_core v1.0.228
18542026-07-02T20:26:38.577Z Compiling serde v1.0.228
18552026-07-02T20:26:38.580Z Compiling cfg-if v1.0.4
18562026-07-02T20:26:38.580Z Compiling find-msvc-tools v0.1.9
18572026-07-02T20:26:38.580Z Compiling shlex v1.3.0
18582026-07-02T20:26:38.580Z Compiling version_check v0.9.5
18592026-07-02T20:26:38.580Z Compiling autocfg v1.5.0
18602026-07-02T20:26:38.715Z Compiling zmij v1.0.21
18612026-07-02T20:26:38.717Z Compiling zerocopy v0.8.40
18622026-07-02T20:26:38.718Z Compiling memchr v2.8.0
18632026-07-02T20:26:38.718Z Compiling portable-atomic v1.13.1
18642026-07-02T20:26:38.794Z Compiling serde_json v1.0.150
18652026-07-02T20:26:39.016Z Compiling getrandom v0.4.1
18662026-07-02T20:26:39.078Z Compiling libm v0.2.16
18672026-07-02T20:26:39.158Z Compiling parking_lot_core v0.9.12
18682026-07-02T20:26:39.239Z Compiling icu_normalizer_data v2.1.1
18692026-07-02T20:26:39.274Z Compiling icu_properties_data v2.1.2
18702026-07-02T20:26:39.308Z Compiling num-traits v0.2.19
18712026-07-02T20:26:39.365Z Compiling smallvec v1.15.1
18722026-07-02T20:26:39.413Z Compiling generic-array v0.14.7
18732026-07-02T20:26:39.434Z Compiling pkg-config v0.3.32
18742026-07-02T20:26:39.451Z Compiling itoa v1.0.17
18752026-07-02T20:26:39.483Z Compiling log v0.4.29
18762026-07-02T20:26:39.524Z Compiling subtle v2.6.1
18772026-07-02T20:26:39.553Z Compiling getrandom v0.3.4
18782026-07-02T20:26:39.668Z Compiling scopeguard v1.2.0
18792026-07-02T20:26:39.695Z Compiling rustix v1.1.3
18802026-07-02T20:26:39.731Z Compiling stable_deref_trait v1.2.1
18812026-07-02T20:26:39.759Z Compiling jobserver v0.1.34
18822026-07-02T20:26:39.781Z Compiling lock_api v0.4.14
18832026-07-02T20:26:39.815Z Compiling errno v0.3.14
18842026-07-02T20:26:39.833Z Compiling typenum v1.20.1
18852026-07-02T20:26:39.905Z Compiling heck v0.5.0
18862026-07-02T20:26:39.929Z Compiling critical-section v1.2.0
18872026-07-02T20:26:40.007Z Compiling cc v1.2.56
18882026-07-02T20:26:40.057Z Compiling rand_core v0.10.0
18892026-07-02T20:26:40.073Z Compiling dunce v1.0.5
18902026-07-02T20:26:40.088Z Compiling fs_extra v1.3.0
18912026-07-02T20:26:40.140Z Compiling thiserror v2.0.18
18922026-07-02T20:26:40.181Z Compiling syn v2.0.117
18932026-07-02T20:26:40.314Z Compiling fnv v1.0.7
18942026-07-02T20:26:40.327Z Compiling pin-project-lite v0.2.17
18952026-07-02T20:26:40.411Z Compiling once_cell v1.21.3
18962026-07-02T20:26:40.482Z Compiling writeable v0.6.2
18972026-07-02T20:26:40.482Z Compiling litemap v0.8.1
18982026-07-02T20:26:40.511Z Compiling percent-encoding v2.3.2
18992026-07-02T20:26:40.511Z Compiling rustversion v1.0.22
19002026-07-02T20:26:40.577Z Compiling getrandom v0.2.17
19012026-07-02T20:26:40.620Z Compiling schemars v0.8.22
19022026-07-02T20:26:40.745Z Compiling aws-lc-rs v1.16.3
19032026-07-02T20:26:40.765Z Compiling rand_core v0.6.4
19042026-07-02T20:26:40.791Z Compiling futures-core v0.3.32
19052026-07-02T20:26:40.791Z Compiling equivalent v1.0.2
19062026-07-02T20:26:40.796Z Compiling cmake v0.1.57
19072026-07-02T20:26:40.913Z Compiling signal-hook-registry v1.4.8
19082026-07-02T20:26:40.923Z Compiling httparse v1.10.1
19092026-07-02T20:26:40.959Z Compiling mio v1.2.0
19102026-07-02T20:26:41.082Z Compiling parking_lot v0.12.5
19112026-07-02T20:26:41.099Z Compiling const-oid v0.9.6
19122026-07-02T20:26:41.197Z Compiling semver v1.0.28
19132026-07-02T20:26:41.269Z Compiling bitflags v2.11.0
19142026-07-02T20:26:41.432Z Compiling aws-lc-sys v0.40.0
19152026-07-02T20:26:41.488Z Compiling crc32fast v1.5.0
19162026-07-02T20:26:41.506Z Compiling utf8_iter v1.0.4
19172026-07-02T20:26:41.521Z Compiling vcpkg v0.2.15
19182026-07-02T20:26:41.751Z Compiling form_urlencoded v1.2.2
19192026-07-02T20:26:41.812Z Compiling socket2 v0.6.3
19202026-07-02T20:26:41.833Z Compiling hashbrown v0.17.0
19212026-07-02T20:26:42.222Z Compiling openssl-sys v0.9.115
19222026-07-02T20:26:42.458Z Compiling futures-sink v0.3.32
19232026-07-02T20:26:42.462Z Compiling rustls v0.23.41
19242026-07-02T20:26:42.553Z Compiling indexmap v2.14.0
19252026-07-02T20:26:42.613Z Compiling futures-channel v0.3.32
19262026-07-02T20:26:42.676Z Compiling futures-task v0.3.32
19272026-07-02T20:26:42.710Z Compiling byteorder v1.5.0
19282026-07-02T20:26:42.714Z Compiling futures-io v0.3.32
19292026-07-02T20:26:42.787Z Compiling slab v0.4.12
19302026-07-02T20:26:42.836Z Compiling strsim v0.11.1
19312026-07-02T20:26:42.905Z Compiling iana-time-zone v0.1.65
19322026-07-02T20:26:42.927Z Compiling rustc_version v0.4.1
19332026-07-02T20:26:43.024Z Compiling ucd-trie v0.1.7
19342026-07-02T20:26:43.089Z Compiling syn v1.0.109
19352026-07-02T20:26:43.107Z Compiling base64 v0.22.1
19362026-07-02T20:26:43.167Z Compiling thiserror v1.0.69
19372026-07-02T20:26:43.215Z Compiling pest v2.8.6
19382026-07-02T20:26:43.236Z Compiling openssl v0.10.79
19392026-07-02T20:26:43.308Z Compiling synstructure v0.13.2
19402026-07-02T20:26:43.331Z Compiling serde_derive_internals v0.29.1
19412026-07-02T20:26:43.357Z Compiling time-core v0.1.8
19422026-07-02T20:26:43.363Z Compiling num-conv v0.2.0
19432026-07-02T20:26:43.417Z Compiling ident_case v1.0.1
19442026-07-02T20:26:43.562Z Compiling time-macros v0.2.27
19452026-07-02T20:26:43.562Z Compiling uuid v1.23.4
19462026-07-02T20:26:43.566Z Compiling bzip2-sys v0.1.13+1.0.8
19472026-07-02T20:26:43.669Z Compiling fastrand v2.3.0
19482026-07-02T20:26:43.690Z Compiling paste v1.0.15
19492026-07-02T20:26:43.775Z Compiling regex-syntax v0.8.10
19502026-07-02T20:26:43.952Z Compiling native-tls v0.2.18
19512026-07-02T20:26:44.087Z Compiling rand_core v0.9.5
19522026-07-02T20:26:44.272Z Compiling slog v2.8.2
19532026-07-02T20:26:44.276Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19542026-07-02T20:26:44.333Z Compiling base64ct v1.8.3
19552026-07-02T20:26:44.388Z Compiling dyn-clone v1.0.20
19562026-07-02T20:26:44.421Z Compiling crossbeam-utils v0.8.21
19572026-07-02T20:26:44.441Z Compiling pest_meta v2.8.6
19582026-07-02T20:26:44.444Z Compiling camino v1.2.2
19592026-07-02T20:26:44.538Z Compiling num-bigint-dig v0.8.6
19602026-07-02T20:26:44.662Z Compiling pem-rfc7468 v0.7.0
19612026-07-02T20:26:44.771Z Compiling serde_derive v1.0.228
19622026-07-02T20:26:44.789Z Compiling zeroize_derive v1.4.3
19632026-07-02T20:26:44.790Z Compiling zerofrom-derive v0.1.6
19642026-07-02T20:26:44.825Z Compiling yoke-derive v0.8.1
19652026-07-02T20:26:44.829Z Compiling zerocopy-derive v0.8.40
19662026-07-02T20:26:44.829Z Compiling zerovec-derive v0.11.2
19672026-07-02T20:26:44.829Z Compiling displaydoc v0.2.5
19682026-07-02T20:26:44.888Z Compiling tokio-macros v2.7.0
19692026-07-02T20:26:45.002Z Compiling futures-macro v0.3.32
19702026-07-02T20:26:45.116Z Compiling thiserror-impl v2.0.18
19712026-07-02T20:26:45.490Z Compiling der_derive v0.7.3
19722026-07-02T20:26:45.510Z Compiling zeroize v1.8.2
19732026-07-02T20:26:45.696Z Compiling tracing-attributes v0.1.31
19742026-07-02T20:26:45.819Z Compiling schemars_derive v0.8.22
19752026-07-02T20:26:45.922Z Compiling futures-util v0.3.32
19762026-07-02T20:26:46.013Z Compiling thiserror-impl v1.0.69
19772026-07-02T20:26:46.067Z Compiling zerofrom v0.1.6
19782026-07-02T20:26:46.242Z Compiling yoke v0.8.1
19792026-07-02T20:26:46.472Z Compiling zerovec v0.11.5
19802026-07-02T20:26:46.488Z Compiling zerotrie v0.2.3
19812026-07-02T20:26:46.524Z Compiling block-buffer v0.10.4
19822026-07-02T20:26:46.757Z Compiling crypto-common v0.1.7
19832026-07-02T20:26:46.951Z Compiling digest v0.10.7
19842026-07-02T20:26:46.979Z Compiling tinystr v0.8.2
19852026-07-02T20:26:47.017Z Compiling potential_utf v0.1.4
19862026-07-02T20:26:47.137Z Compiling pest_generator v2.8.6
19872026-07-02T20:26:47.205Z Compiling icu_locale_core v2.1.1
19882026-07-02T20:26:47.299Z Compiling icu_collections v2.1.1
19892026-07-02T20:26:47.304Z Compiling openssl-macros v0.1.1
19902026-07-02T20:26:47.351Z Compiling scroll_derive v0.13.1
19912026-07-02T20:26:47.511Z Compiling ahash v0.8.12
19922026-07-02T20:26:47.576Z Compiling flagset v0.4.7
19932026-07-02T20:26:47.760Z Compiling der v0.7.10
19942026-07-02T20:26:47.876Z Compiling pest_derive v2.8.6
19952026-07-02T20:26:47.923Z Compiling icu_provider v2.1.1
19962026-07-02T20:26:47.999Z Compiling rustls-pki-types v1.14.0
19972026-07-02T20:26:48.146Z Compiling clap_derive v4.6.1
19982026-07-02T20:26:48.207Z Compiling bytes v1.11.1
19992026-07-02T20:26:48.308Z Compiling icu_properties v2.1.2
20002026-07-02T20:26:48.335Z Compiling icu_normalizer v2.1.1
20012026-07-02T20:26:48.520Z Compiling chrono v0.4.44
20022026-07-02T20:26:48.813Z Compiling tokio v1.52.1
20032026-07-02T20:26:48.901Z Compiling http v1.4.2
20042026-07-02T20:26:49.386Z Compiling idna_adapter v1.2.1
20052026-07-02T20:26:49.543Z Compiling idna v1.1.0
20062026-07-02T20:26:49.713Z Compiling ppv-lite86 v0.2.21
20072026-07-02T20:26:49.872Z Compiling daft-derive v0.1.7
20082026-07-02T20:26:49.913Z Compiling url v2.5.8
20092026-07-02T20:26:50.008Z Compiling tempfile v3.25.0
20102026-07-02T20:26:50.092Z Compiling rand_chacha v0.9.0
20112026-07-02T20:26:50.616Z Compiling tracing-core v0.1.36
20122026-07-02T20:26:50.684Z Compiling cookie v0.18.1
20132026-07-02T20:26:50.817Z Compiling utf8parse v0.2.2
20142026-07-02T20:26:50.889Z Compiling plain v0.2.3
20152026-07-02T20:26:51.138Z Compiling tracing v0.1.44
20162026-07-02T20:26:51.164Z Compiling rand v0.9.2
20172026-07-02T20:26:51.195Z Compiling http-body v1.0.1
20182026-07-02T20:26:51.227Z Compiling spki v0.7.3
20192026-07-02T20:26:51.265Z Compiling hex v0.4.3
20202026-07-02T20:26:51.312Z Compiling async-trait v0.1.89
20212026-07-02T20:26:51.530Z Compiling spin v0.9.8
20222026-07-02T20:26:51.570Z Compiling aho-corasick v1.1.4
20232026-07-02T20:26:51.589Z Compiling anstyle v1.0.14
20242026-07-02T20:26:51.688Z Compiling simd-adler32 v0.3.8
20252026-07-02T20:26:51.781Z Compiling atomic-waker v1.1.2
20262026-07-02T20:26:51.858Z Compiling cpufeatures v0.2.17
20272026-07-02T20:26:52.135Z Compiling colorchoice v1.0.4
20282026-07-02T20:26:52.151Z Compiling cmov v0.5.4
20292026-07-02T20:26:52.248Z Compiling anstyle-query v1.1.5
20302026-07-02T20:26:52.265Z Compiling zstd-safe v7.2.4
20312026-07-02T20:26:52.290Z Compiling is_terminal_polyfill v1.70.2
20322026-07-02T20:26:52.339Z Compiling adler2 v2.0.1
20332026-07-02T20:26:52.386Z Compiling untrusted v0.7.1
20342026-07-02T20:26:52.402Z Compiling openssl-probe v0.2.1
20352026-07-02T20:26:52.469Z Compiling usdt-impl v0.6.0
20362026-07-02T20:26:52.493Z Compiling regex-automata v0.4.14
20372026-07-02T20:26:52.537Z Compiling tinyvec_macros v0.1.1
20382026-07-02T20:26:52.551Z Compiling pretty-hex v0.4.1
20392026-07-02T20:26:52.586Z Compiling tower-service v0.3.3
20402026-07-02T20:26:52.601Z Compiling tower-layer v0.3.3
20412026-07-02T20:26:52.604Z Compiling try-lock v0.2.5
20422026-07-02T20:26:52.655Z Compiling tinyvec v1.10.0
20432026-07-02T20:26:52.691Z Compiling miniz_oxide v0.8.9
20442026-07-02T20:26:52.707Z Compiling ctutils v0.4.2
20452026-07-02T20:26:52.724Z Compiling want v0.3.1
20462026-07-02T20:26:52.794Z Compiling sha2 v0.10.9
20472026-07-02T20:26:52.825Z Compiling tokio-util v0.7.18
20482026-07-02T20:26:52.970Z Compiling pkcs8 v0.10.2
20492026-07-02T20:26:53.033Z Compiling serde_tokenstream v0.2.3
20502026-07-02T20:26:53.047Z Compiling scroll v0.13.0
20512026-07-02T20:26:53.093Z Compiling ipnet v2.11.0
20522026-07-02T20:26:53.149Z Compiling pin-project-internal v1.1.11
20532026-07-02T20:26:53.166Z Compiling scroll_derive v0.12.1
20542026-07-02T20:26:53.357Z Compiling heapless v0.7.17
20552026-07-02T20:26:53.459Z Compiling zlib-rs v0.6.2
20562026-07-02T20:26:53.650Z Compiling anyhow v1.0.102
20572026-07-02T20:26:53.796Z Compiling litrs v1.0.0
20582026-07-02T20:26:53.951Z Compiling httpdate v1.0.3
20592026-07-02T20:26:53.984Z Compiling signal-hook v0.3.18
20602026-07-02T20:26:54.092Z Compiling rustix v0.38.44
20612026-07-02T20:26:54.150Z Compiling h2 v0.4.15
20622026-07-02T20:26:54.216Z Compiling untrusted v0.9.0
20632026-07-02T20:26:54.300Z Compiling document-features v0.2.12
20642026-07-02T20:26:54.380Z Compiling goblin v0.10.5
20652026-07-02T20:26:54.395Z Compiling hybrid-array v0.4.13
20662026-07-02T20:26:54.448Z Compiling anstyle-parse v1.0.0
20672026-07-02T20:26:54.722Z Compiling strum_macros v0.26.4
20682026-07-02T20:26:54.741Z Compiling darling_core v0.20.11
20692026-07-02T20:26:54.870Z Compiling darling_core v0.21.3
20702026-07-02T20:26:55.159Z Compiling wait-timeout v0.2.1
20712026-07-02T20:26:55.219Z Compiling powerfmt v0.2.0
20722026-07-02T20:26:55.274Z Compiling quick-error v1.2.3
20732026-07-02T20:26:55.403Z Compiling foreign-types-shared v0.1.1
20742026-07-02T20:26:55.597Z Compiling bit-vec v0.8.0
20752026-07-02T20:26:55.650Z Compiling flate2 v1.1.9
20762026-07-02T20:26:55.677Z Compiling foreign-types v0.3.2
20772026-07-02T20:26:55.749Z Compiling rusty-fork v0.3.1
20782026-07-02T20:26:55.772Z Compiling deranged v0.5.8
20792026-07-02T20:26:55.876Z Compiling bit-set v0.8.0
20802026-07-02T20:26:55.985Z Compiling anstream v1.0.0
20812026-07-02T20:26:56.219Z Compiling unicode-normalization v0.1.25
20822026-07-02T20:26:56.338Z Compiling rand_chacha v0.3.1
20832026-07-02T20:26:56.358Z Compiling dtrace-parser v0.3.0
20842026-07-02T20:26:56.552Z Compiling toml_datetime v0.6.11
20852026-07-02T20:26:56.624Z Compiling serde_spanned v0.6.9
20862026-07-02T20:26:56.715Z Compiling snafu-derive v0.8.9
20872026-07-02T20:26:56.771Z Compiling zerocopy-derive v0.7.35
20882026-07-02T20:26:56.810Z Compiling rand_xorshift v0.4.0
20892026-07-02T20:26:56.814Z Compiling darling_macro v0.20.11
20902026-07-02T20:26:56.977Z Compiling terminal_size v0.4.3
20912026-07-02T20:26:56.995Z Compiling curve25519-dalek v4.1.3
20922026-07-02T20:26:57.054Z Compiling darling_macro v0.21.3
20932026-07-02T20:26:57.077Z Compiling thread-id v5.1.0
20942026-07-02T20:26:57.228Z Compiling dof v0.4.0
20952026-07-02T20:26:57.231Z Compiling memoffset v0.9.1
20962026-07-02T20:26:57.299Z Compiling unarray v0.1.4
20972026-07-02T20:26:57.330Z Compiling clap_lex v1.0.0
20982026-07-02T20:26:57.463Z Compiling smoltcp v0.9.1
20992026-07-02T20:26:57.479Z Compiling num_threads v0.1.7
21002026-07-02T20:26:57.591Z Compiling hyper v1.10.1
21012026-07-02T20:26:57.674Z Compiling ref-cast v1.0.25
21022026-07-02T20:26:57.735Z Compiling darling v0.21.3
21032026-07-02T20:26:57.782Z Compiling time v0.3.47
21042026-07-02T20:26:57.830Z Compiling clap_builder v4.6.0
21052026-07-02T20:26:57.853Z Compiling proptest v1.10.0
21062026-07-02T20:26:57.856Z Compiling darling v0.20.11
21072026-07-02T20:26:58.286Z Compiling rand v0.8.6
21082026-07-02T20:26:58.353Z Compiling ipnetwork v0.21.1
21092026-07-02T20:26:58.385Z Compiling http-body-util v0.1.3
21102026-07-02T20:26:58.510Z Compiling erased-serde v0.3.31
21112026-07-02T20:26:58.569Z Compiling hmac v0.12.1
21122026-07-02T20:26:58.661Z Compiling signature v2.2.0
21132026-07-02T20:26:58.761Z Compiling sync_wrapper v1.0.2
21142026-07-02T20:26:58.855Z Compiling hyper-util v0.1.20
21152026-07-02T20:26:58.987Z Compiling num-integer v0.1.46
21162026-07-02T20:26:59.255Z Compiling encoding_rs v0.8.35
21172026-07-02T20:26:59.515Z Compiling ryu v1.0.23
21182026-07-02T20:27:00.207Z Compiling cfg_aliases v0.2.1
21192026-07-02T20:27:00.241Z Compiling siphasher v1.0.2
21202026-07-02T20:27:00.582Z Compiling mime v0.3.17
21212026-07-02T20:27:01.047Z Compiling nix v0.31.2
21222026-07-02T20:27:01.064Z Compiling newtype-uuid v1.3.2
21232026-07-02T20:27:01.232Z Compiling clap v4.6.1
21242026-07-02T20:27:01.316Z Compiling serde_urlencoded v0.7.1
21252026-07-02T20:27:01.350Z Compiling num-iter v0.1.45
21262026-07-02T20:27:01.434Z Compiling tower v0.5.3
21272026-07-02T20:27:01.695Z Compiling oxnet v0.1.6
21282026-07-02T20:27:02.033Z Compiling derive_builder_core v0.20.2
21292026-07-02T20:27:02.057Z Compiling serde_with_macros v3.17.0
21302026-07-02T20:27:02.177Z Compiling regex v1.12.3
21312026-07-02T20:27:02.249Z Compiling lazy_static v1.5.0
21322026-07-02T20:27:02.305Z Compiling anstyle-parse v0.2.7
21332026-07-02T20:27:02.519Z Compiling hubpack_derive v0.1.1
21342026-07-02T20:27:02.558Z Compiling ref-cast-impl v1.0.25
21352026-07-02T20:27:02.590Z Compiling curve25519-dalek-derive v0.1.1
21362026-07-02T20:27:02.602Z Compiling async-recursion v1.1.1
21372026-07-02T20:27:02.618Z Compiling strum_macros v0.27.2
21382026-07-02T20:27:03.154Z Compiling fs-err v3.3.0
21392026-07-02T20:27:03.177Z Compiling usdt-impl v0.5.0
21402026-07-02T20:27:03.253Z Compiling allocator-api2 v0.2.21
21412026-07-02T20:27:03.376Z Compiling iri-string v0.7.10
21422026-07-02T20:27:03.407Z Compiling object v0.37.3
21432026-07-02T20:27:03.506Z Compiling winnow v0.5.40
21442026-07-02T20:27:03.569Z Compiling unicode-bidi v0.3.18
21452026-07-02T20:27:03.616Z Compiling unicode-properties v0.1.4
21462026-07-02T20:27:03.933Z Compiling stringprep v0.1.5
21472026-07-02T20:27:04.478Z Compiling derive_builder_macro v0.20.2
21482026-07-02T20:27:04.936Z Compiling tower-http v0.6.8
21492026-07-02T20:27:04.970Z Compiling anstream v0.6.21
21502026-07-02T20:27:05.235Z Compiling toml_edit v0.19.15
21512026-07-02T20:27:05.251Z Compiling daft v0.1.7
21522026-07-02T20:27:05.325Z Compiling tokio-native-tls v0.3.1
21532026-07-02T20:27:05.404Z Compiling usdt-macro v0.6.0
21542026-07-02T20:27:05.500Z Compiling usdt-attr-macro v0.6.0
21552026-07-02T20:27:05.901Z Compiling crypto-common v0.2.2
21562026-07-02T20:27:05.930Z Compiling block-buffer v0.12.1
21572026-07-02T20:27:05.944Z Compiling block-padding v0.4.2
21582026-07-02T20:27:06.119Z Compiling bstr v1.12.1
21592026-07-02T20:27:06.166Z Compiling scroll v0.12.0
21602026-07-02T20:27:06.195Z Compiling pkcs1 v0.7.5
21612026-07-02T20:27:06.238Z Compiling rustls-native-certs v0.8.3
21622026-07-02T20:27:06.573Z Compiling md-5 v0.10.6
21632026-07-02T20:27:06.720Z Compiling hash32 v0.2.1
21642026-07-02T20:27:06.735Z Compiling vergen-lib v9.1.0
21652026-07-02T20:27:06.739Z Compiling env_filter v1.0.0
21662026-07-02T20:27:06.768Z Compiling radium v0.7.0
21672026-07-02T20:27:07.019Z Compiling fallible-iterator v0.2.0
21682026-07-02T20:27:07.064Z Compiling psl-types v2.0.11
21692026-07-02T20:27:07.127Z Compiling env_logger v0.11.9
21702026-07-02T20:27:07.207Z Compiling publicsuffix v2.3.0
21712026-07-02T20:27:07.376Z Compiling postgres-protocol v0.6.10
21722026-07-02T20:27:07.393Z Compiling toml v0.7.8
21732026-07-02T20:27:07.772Z Compiling rsa v0.9.10
21742026-07-02T20:27:07.796Z Compiling goblin v0.8.2
21752026-07-02T20:27:08.155Z Compiling inout v0.2.2
21762026-07-02T20:27:08.271Z Compiling bzip2 v0.4.4
21772026-07-02T20:27:08.318Z Compiling hyper-tls v0.6.0
21782026-07-02T20:27:08.349Z Compiling derive_builder v0.20.2
21792026-07-02T20:27:08.450Z Compiling phf_shared v0.13.1
21802026-07-02T20:27:08.525Z Compiling zerocopy v0.7.35
21812026-07-02T20:27:08.695Z Compiling pin-project v1.1.11
21822026-07-02T20:27:08.730Z Compiling x509-cert v0.2.5
21832026-07-02T20:27:08.785Z Compiling futures-executor v0.3.32
21842026-07-02T20:27:08.849Z Compiling enum-as-inner v0.6.1
21852026-07-02T20:27:08.866Z Compiling serde_repr v0.1.20
21862026-07-02T20:27:08.871Z Compiling ff v0.13.1
21872026-07-02T20:27:08.896Z Compiling vergen v9.1.0
21882026-07-02T20:27:09.042Z Compiling cargo-platform v0.3.2
21892026-07-02T20:27:09.134Z Compiling managed v0.8.0
21902026-07-02T20:27:09.255Z Compiling bitflags v1.3.2
21912026-07-02T20:27:09.333Z Compiling bumpalo v3.20.2
21922026-07-02T20:27:09.386Z Compiling cpufeatures v0.3.0
21932026-07-02T20:27:09.408Z Compiling maybe-uninit v2.0.0
21942026-07-02T20:27:09.432Z Compiling unicode-segmentation v1.12.0
21952026-07-02T20:27:09.463Z Compiling libbz2-rs-sys v0.2.2
21962026-07-02T20:27:09.484Z Compiling foldhash v0.1.5
21972026-07-02T20:27:09.500Z Compiling base16ct v0.2.0
21982026-07-02T20:27:09.698Z Compiling tap v1.0.1
21992026-07-02T20:27:09.721Z Compiling foldhash v0.2.0
22002026-07-02T20:27:09.742Z Compiling same-file v1.0.6
22012026-07-02T20:27:09.833Z Compiling wyz v0.5.1
22022026-07-02T20:27:09.917Z Compiling bzip2 v0.6.1
22032026-07-02T20:27:09.931Z Compiling hashbrown v0.16.1
22042026-07-02T20:27:09.949Z Compiling walkdir v2.5.0
22052026-07-02T20:27:10.066Z Compiling dof v0.3.0
22062026-07-02T20:27:10.082Z Compiling sec1 v0.7.3
22072026-07-02T20:27:10.099Z Compiling hashbrown v0.15.5
22082026-07-02T20:27:10.141Z Compiling zopfli v0.8.3
22092026-07-02T20:27:10.562Z Compiling cargo_metadata v0.23.1
22102026-07-02T20:27:10.725Z Compiling group v0.13.0
22112026-07-02T20:27:10.741Z Compiling futures v0.3.32
22122026-07-02T20:27:11.314Z Compiling snafu v0.8.9
22132026-07-02T20:27:11.417Z Compiling phf v0.13.1
22142026-07-02T20:27:11.740Z Compiling reqwest v0.12.28
22152026-07-02T20:27:11.906Z Compiling zip v0.6.6
22162026-07-02T20:27:11.967Z Compiling zstd v0.13.3
22172026-07-02T20:27:11.984Z Compiling cipher v0.5.2
22182026-07-02T20:27:12.064Z Compiling signal-hook-mio v0.2.5
22192026-07-02T20:27:12.168Z Compiling cookie_store v0.22.1
22202026-07-02T20:27:12.206Z Compiling postgres-types v0.2.12
22212026-07-02T20:27:12.306Z Compiling ed25519 v2.2.3
22222026-07-02T20:27:12.309Z Compiling globset v0.4.18
22232026-07-02T20:27:12.447Z Compiling strum v0.27.2
22242026-07-02T20:27:12.464Z Compiling dtrace-parser v0.2.0
22252026-07-02T20:27:12.639Z Compiling hubpack v0.1.2
22262026-07-02T20:27:12.725Z Compiling phf_shared v0.11.3
22272026-07-02T20:27:12.741Z Compiling hkdf v0.12.4
22282026-07-02T20:27:12.762Z Compiling olpc-cjson v0.1.4
22292026-07-02T20:27:12.908Z Compiling pem v3.0.6
22302026-07-02T20:27:12.958Z Compiling serde-big-array v0.5.1
22312026-07-02T20:27:13.094Z Compiling serde_plain v1.0.2
22322026-07-02T20:27:13.179Z Compiling crypto-bigint v0.5.5
22332026-07-02T20:27:13.224Z Compiling float-cmp v0.10.0
22342026-07-02T20:27:13.241Z Compiling memmap2 v0.9.10
22352026-07-02T20:27:13.255Z Compiling thread-id v4.2.2
22362026-07-02T20:27:13.395Z Compiling static_assertions v1.1.0
22372026-07-02T20:27:13.463Z Compiling typed-path v0.9.3
22382026-07-02T20:27:13.476Z Compiling toml_write v0.1.2
22392026-07-02T20:27:13.491Z Compiling funty v2.0.0
22402026-07-02T20:27:13.592Z Compiling new_debug_unreachable v1.0.6
22412026-07-02T20:27:13.618Z Compiling keccak v0.1.6
22422026-07-02T20:27:13.663Z Compiling difflib v0.4.0
22432026-07-02T20:27:13.679Z Compiling const-oid v0.10.2
22442026-07-02T20:27:13.682Z Compiling either v1.15.0
22452026-07-02T20:27:13.711Z Compiling data-encoding v2.10.0
22462026-07-02T20:27:13.715Z Compiling normalize-line-endings v0.3.0
22472026-07-02T20:27:13.837Z Compiling fixedbitset v0.4.2
22482026-07-02T20:27:13.853Z Compiling jiff v0.2.21
22492026-07-02T20:27:13.907Z Compiling packed_struct v0.10.1
22502026-07-02T20:27:14.064Z Compiling precomputed-hash v0.1.1
22512026-07-02T20:27:14.122Z Compiling winnow v0.7.14
22522026-07-02T20:27:14.140Z Compiling winnow v1.0.3
22532026-07-02T20:27:14.174Z Compiling whoami v2.1.0
22542026-07-02T20:27:14.196Z Compiling fixedbitset v0.5.7
22552026-07-02T20:27:14.244Z Compiling predicates-core v1.0.10
22562026-07-02T20:27:14.282Z Compiling string_cache v0.8.9
22572026-07-02T20:27:14.304Z Compiling digest v0.11.3
22582026-07-02T20:27:14.435Z Compiling petgraph v0.8.3
22592026-07-02T20:27:14.450Z Compiling toml_parser v1.1.2+spec-1.1.0
22602026-07-02T20:27:14.494Z Compiling tokio-postgres v0.7.16
22612026-07-02T20:27:14.517Z Compiling predicates v3.1.4
22622026-07-02T20:27:14.534Z Compiling elliptic-curve v0.13.8
22632026-07-02T20:27:14.535Z Compiling hickory-proto v0.25.2
22642026-07-02T20:27:14.566Z Compiling petgraph v0.6.5
22652026-07-02T20:27:14.569Z Compiling itertools v0.13.0
22662026-07-02T20:27:14.622Z Compiling bitvec v1.0.1
22672026-07-02T20:27:14.913Z Compiling sha3 v0.10.8
22682026-07-02T20:27:15.047Z Compiling chacha20 v0.10.0
22692026-07-02T20:27:15.089Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22702026-07-02T20:27:15.416Z Compiling usdt v0.6.0
22712026-07-02T20:27:15.526Z Compiling toml_edit v0.22.27
22722026-07-02T20:27:16.210Z Compiling ed25519-dalek v2.2.0
22732026-07-02T20:27:16.443Z Compiling crossterm v0.28.1
22742026-07-02T20:27:16.517Z Compiling zip v4.6.1
22752026-07-02T20:27:16.575Z Compiling iddqd v0.4.2
22762026-07-02T20:27:16.907Z Compiling crossbeam-epoch v0.9.18
22772026-07-02T20:27:17.095Z Compiling heck v0.4.1
22782026-07-02T20:27:17.207Z Compiling similar v2.7.0
22792026-07-02T20:27:17.249Z Compiling byte-wrapper v0.1.0
22802026-07-02T20:27:17.265Z Compiling serde_with v3.17.0
22812026-07-02T20:27:17.472Z Compiling strum v0.26.3
22822026-07-02T20:27:17.611Z Compiling tokio-stream v0.1.18
22832026-07-02T20:27:17.642Z Compiling buf-list v1.1.2
22842026-07-02T20:27:17.676Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22852026-07-02T20:27:17.718Z Compiling openapiv3 v2.2.0
22862026-07-02T20:27:17.937Z Compiling packed_struct_codegen v0.10.1
22872026-07-02T20:27:17.970Z Compiling zerocopy-derive v0.6.6
22882026-07-02T20:27:17.987Z Compiling bitfield-macros v0.19.4
22892026-07-02T20:27:18.003Z Compiling structmeta-derive v0.3.0
22902026-07-02T20:27:18.091Z Compiling indexmap v1.9.3
22912026-07-02T20:27:18.136Z Compiling crc-catalog v2.4.0
22922026-07-02T20:27:18.202Z Compiling lalrpop-util v0.19.12
22932026-07-02T20:27:18.253Z Compiling peg-runtime v0.8.5
22942026-07-02T20:27:18.568Z Compiling nodrop v0.1.14
22952026-07-02T20:27:18.684Z Compiling array-init v0.0.4
22962026-07-02T20:27:18.719Z Compiling bitfield v0.19.4
22972026-07-02T20:27:18.780Z Compiling zerocopy v0.6.6
22982026-07-02T20:27:18.856Z Compiling crc v3.4.0
22992026-07-02T20:27:18.989Z Compiling smallvec v0.6.14
23002026-07-02T20:27:19.037Z Compiling structmeta v0.3.0
23012026-07-02T20:27:19.193Z Compiling hashbrown v0.12.3
23022026-07-02T20:27:19.242Z Compiling base64 v0.21.7
23032026-07-02T20:27:19.478Z Compiling serde-hex v0.1.0
23042026-07-02T20:27:19.494Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23052026-07-02T20:27:19.534Z Compiling ron v0.8.1
23062026-07-02T20:27:20.427Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23072026-07-02T20:27:20.450Z Compiling hashbrown v0.13.2
23082026-07-02T20:27:21.909Z Compiling crc-any v2.5.0
23092026-07-02T20:27:23.686Z Compiling object v0.30.4
23102026-07-02T20:27:24.333Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23112026-07-02T20:27:25.073Z Compiling filetime v0.2.27
23122026-07-02T20:27:25.251Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23132026-07-02T20:27:25.572Z Compiling path-slash v0.1.5
23142026-07-02T20:27:25.928Z Compiling xattr v1.6.1
23152026-07-02T20:27:26.376Z Compiling tar v0.4.46
23162026-07-02T20:27:28.796Z Compiling derive-ex v0.1.8
23172026-07-02T20:27:34.053Z Compiling test-strategy v0.4.5
23182026-07-02T20:27:35.495Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23192026-07-02T20:27:35.766Z Compiling multer v3.1.0
23202026-07-02T20:27:35.868Z Compiling thread_local v1.1.9
23212026-07-02T20:27:35.990Z Compiling compression-core v0.4.31
23222026-07-02T20:27:36.132Z Compiling match_cfg v0.1.0
23232026-07-02T20:27:36.196Z Compiling slog-async v2.8.0
23242026-07-02T20:27:36.227Z Compiling rayon-core v1.13.0
23252026-07-02T20:27:36.243Z Compiling hostname v0.3.1
23262026-07-02T20:27:36.260Z Compiling compression-codecs v0.4.37
23272026-07-02T20:27:36.434Z Compiling rustls-webpki v0.103.13
23282026-07-02T20:27:36.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23292026-07-02T20:27:36.552Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23302026-07-02T20:27:36.568Z Compiling atomicwrites v0.4.4
23312026-07-02T20:27:36.645Z Compiling camino-tempfile v1.4.1
23322026-07-02T20:27:36.669Z Compiling crossbeam-channel v0.5.15
23332026-07-02T20:27:36.752Z Compiling slog-json v2.6.1
23342026-07-02T20:27:36.791Z Compiling half v2.7.1
23352026-07-02T20:27:36.891Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23362026-07-02T20:27:37.080Z Compiling async-stream-impl v0.3.6
23372026-07-02T20:27:37.168Z Compiling serde_spanned v1.1.1
23382026-07-02T20:27:37.247Z Compiling serde_path_to_error v0.1.20
23392026-07-02T20:27:37.357Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-07-02T20:27:37.374Z Compiling is-terminal v0.4.17
23412026-07-02T20:27:37.395Z Compiling fs-err v2.11.0
23422026-07-02T20:27:37.426Z Compiling dropshot v0.17.1
23432026-07-02T20:27:37.518Z Compiling debug-ignore v1.0.5
23442026-07-02T20:27:37.644Z Compiling ciborium-io v0.2.2
23452026-07-02T20:27:37.666Z Compiling toml_writer v1.1.1+spec-1.1.0
23462026-07-02T20:27:37.684Z Compiling take_mut v0.2.2
23472026-07-02T20:27:37.706Z Compiling term v1.2.1
23482026-07-02T20:27:37.728Z Compiling async-stream v0.3.6
23492026-07-02T20:27:37.773Z Compiling ciborium-ll v0.2.2
23502026-07-02T20:27:37.904Z Compiling toml v1.1.2+spec-1.1.0
23512026-07-02T20:27:37.947Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23522026-07-02T20:27:37.963Z Compiling slog-bunyan v2.5.0
23532026-07-02T20:27:37.993Z Compiling async-compression v0.4.41
23542026-07-02T20:27:38.068Z Compiling slog-term v2.9.2
23552026-07-02T20:27:38.128Z Compiling crossbeam-deque v0.8.6
23562026-07-02T20:27:38.146Z Compiling parse-display-derive v0.10.0
23572026-07-02T20:27:38.170Z Compiling sha1 v0.11.0
23582026-07-02T20:27:38.186Z Compiling newtype-uuid-macros v0.1.0
23592026-07-02T20:27:38.390Z Compiling dropshot_endpoint v0.17.1
23602026-07-02T20:27:38.483Z Compiling waitgroup v0.1.2
23612026-07-02T20:27:38.503Z Compiling rustls-pemfile v2.2.0
23622026-07-02T20:27:38.608Z Compiling backon v1.6.0
23632026-07-02T20:27:38.662Z Compiling blake3 v1.8.5
23642026-07-02T20:27:38.809Z Compiling hostname v0.4.2
23652026-07-02T20:27:38.887Z Compiling instant v0.1.13
23662026-07-02T20:27:38.948Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672026-07-02T20:27:38.998Z Compiling backoff v0.4.0
23682026-07-02T20:27:39.192Z Compiling ciborium v0.2.2
23692026-07-02T20:27:39.259Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
23702026-07-02T20:27:39.339Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23712026-07-02T20:27:39.486Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23722026-07-02T20:27:39.524Z Compiling toml v0.8.23
23732026-07-02T20:27:39.558Z Compiling regress v0.10.5
23742026-07-02T20:27:39.641Z Compiling parse-display v0.10.0
23752026-07-02T20:27:39.660Z Compiling itertools v0.14.0
23762026-07-02T20:27:39.996Z Compiling tokio-rustls v0.26.4
23772026-07-02T20:27:40.039Z Compiling rustls-platform-verifier v0.6.2
23782026-07-02T20:27:40.074Z Compiling tough v0.22.0
23792026-07-02T20:27:40.260Z Compiling hyper-rustls v0.27.7
23802026-07-02T20:27:40.281Z Compiling macaddr v1.0.1
23812026-07-02T20:27:40.529Z Compiling reqwest v0.13.2
23822026-07-02T20:27:40.587Z Compiling arrayref v0.3.9
23832026-07-02T20:27:40.590Z Compiling indent_write v2.2.0
23842026-07-02T20:27:40.681Z Compiling humantime v2.3.0
23852026-07-02T20:27:40.748Z Compiling arrayvec v0.7.6
23862026-07-02T20:27:40.778Z Compiling parse-size v1.1.0
23872026-07-02T20:27:40.983Z Compiling constant_time_eq v0.4.2
23882026-07-02T20:27:41.151Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
23892026-07-02T20:27:41.198Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23902026-07-02T20:27:41.203Z Compiling sha2 v0.11.0
23912026-07-02T20:27:41.509Z Compiling digest-io v0.1.0
23922026-07-02T20:27:41.580Z Compiling rawzip v0.4.4
23932026-07-02T20:27:41.669Z Compiling display-error-chain v0.2.2
23942026-07-02T20:27:41.839Z Compiling topological-sort v0.2.2
23952026-07-02T20:27:42.028Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23962026-07-02T20:27:42.047Z Compiling shell-words v1.1.1
23972026-07-02T20:27:43.734Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23982026-07-02T20:27:44.067Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23992026-07-02T20:27:51.432Z Compiling progenitor-client v0.14.0
24002026-07-02T20:27:51.432Z Compiling omicron-zone-package v0.12.3
24012026-07-02T20:27:51.675Z Compiling progenitor-extras v0.2.0
24022026-07-02T20:27:51.931Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24032026-07-02T20:27:51.970Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24042026-07-02T20:27:52.007Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
24052026-07-02T20:27:52.011Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
24062026-07-02T20:27:52.948Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24072026-07-02T20:27:57.022Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24082026-07-02T20:28:00.100Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24092026-07-02T20:28:12.148Z Finished `release` profile [optimized] target(s) in 1m 34s
24102026-07-02T20:28:12.292Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24112026-07-02T20:28:12.351ZJul 02 20:28:11.681 DEBG changing working directory to /work/oxidecomputer/omicron
24122026-07-02T20:28:12.446ZJul 02 20:28:11.778 DEBG running: git rev-parse HEAD
24132026-07-02T20:28:12.449ZJul 02 20:28:11.781 DEBG process exited with exit status: 0 (2.83278ms)
24142026-07-02T20:28:12.449ZJul 02 20:28:11.781 INFO version: 21.0.0-0.ci+git34efdd2cc27
24152026-07-02T20:28:12.457ZJul 02 20:28:11.789 INFO cloning helios to /work/oxidecomputer/helios
24162026-07-02T20:28:12.457ZJul 02 20:28:11.789 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24172026-07-02T20:28:12.462ZCloning into '/work/oxidecomputer/helios'...
24182026-07-02T20:28:12.938ZJul 02 20:28:12.270 DEBG process exited with exit status: 0 (481.05187ms)
24192026-07-02T20:28:12.938ZJul 02 20:28:12.270 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24202026-07-02T20:28:12.942ZJul 02 20:28:12.274 DEBG process exited with exit status: 0 (3.41179ms)
24212026-07-02T20:28:12.942ZJul 02 20:28:12.274 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24222026-07-02T20:28:13.267ZJul 02 20:28:12.599 DEBG process exited with exit status: 0 (325.017299ms)
24232026-07-02T20:28:13.267ZJul 02 20:28:12.599 DEBG running: zfs list rpool/images/build/host
24242026-07-02T20:28:13.271ZNAME USED AVAIL REFER MOUNTPOINT
24252026-07-02T20:28:13.271Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24262026-07-02T20:28:13.274ZJul 02 20:28:12.604 DEBG process exited with exit status: 0 (5.12774ms)
24272026-07-02T20:28:13.274ZJul 02 20:28:12.604 DEBG running: zfs list rpool/images/build/recovery
24282026-07-02T20:28:13.277ZNAME USED AVAIL REFER MOUNTPOINT
24292026-07-02T20:28:13.277Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24302026-07-02T20:28:13.277ZJul 02 20:28:12.608 DEBG process exited with exit status: 0 (4.24919ms)
24312026-07-02T20:28:13.277ZJul 02 20:28:12.609 INFO [hubris-production] running task
24322026-07-02T20:28:13.277ZJul 02 20:28:12.609 INFO [incorp-manifest] running task
24332026-07-02T20:28:13.277ZJul 02 20:28:12.609 INFO [hubris-staging] running task
24342026-07-02T20:28:13.278ZJul 02 20:28:12.609 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24352026-07-02T20:28:13.280ZJul 02 20:28:12.610 INFO [incorp-create] running: pkgrepo create /work/incorporation
24362026-07-02T20:28:13.280ZJul 02 20:28:12.611 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24372026-07-02T20:28:13.280ZJul 02 20:28:12.612 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
24382026-07-02T20:28:13.319Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24392026-07-02T20:28:13.383Z[ omicron-package] Blocking waiting for file lock on package cache
24402026-07-02T20:28:13.506ZJul 02 20:28:12.838 INFO [incorp-create] process exited with exit status: 0 (228.167519ms)
24412026-07-02T20:28:13.509ZJul 02 20:28:12.838 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24422026-07-02T20:28:13.755ZJul 02 20:28:13.087 INFO [incorp-publisher] process exited with exit status: 0 (248.25879ms)
24432026-07-02T20:28:14.036ZJul 02 20:28:13.367 DEBG process exited with exit status: 0 (757.966549ms)
24442026-07-02T20:28:14.036ZJul 02 20:28:13.368 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24452026-07-02T20:28:14.328Z[ omicron-package] Blocking waiting for file lock on package cache
24462026-07-02T20:28:15.422ZJul 02 20:28:13.751 INFO [hubris-production] task succeeded (1.141772238s)
24472026-07-02T20:28:15.425ZJul 02 20:28:14.175 DEBG process exited with exit status: 0 (807.239028ms)
24482026-07-02T20:28:15.426ZJul 02 20:28:14.176 INFO [incorp-manifest] task succeeded (1.566635087s)
24492026-07-02T20:28:15.426ZJul 02 20:28:14.176 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24502026-07-02T20:28:15.426ZJul 02 20:28:14.345 INFO [incorp-fmt] process exited with exit status: 0 (169.49911ms)
24512026-07-02T20:28:15.426ZJul 02 20:28:14.346 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24522026-07-02T20:28:15.426Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260702T202814Z
24532026-07-02T20:28:15.426Z[ incorp-pkgsend] PUBLISHED
24542026-07-02T20:28:15.426ZJul 02 20:28:14.711 INFO [incorp-pkgsend] process exited with exit status: 0 (365.061189ms)
24552026-07-02T20:28:15.426ZJul 02 20:28:14.711 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24562026-07-02T20:28:15.426Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24572026-07-02T20:28:15.426Z[ omicron-package] Compiling itertools v0.14.0
24582026-07-02T20:28:15.426Z[ omicron-package] Compiling secrecy v0.10.3
24592026-07-02T20:28:15.426Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24602026-07-02T20:28:15.426Z[ omicron-package] Compiling heapless v0.8.0
24612026-07-02T20:28:15.427Z[ omicron-package] Compiling hash32 v0.3.1
24622026-07-02T20:28:15.427Z[ omicron-package] Compiling inout v0.1.4
24632026-07-02T20:28:15.427Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-07-02T20:28:15.427Z[ omicron-package] Compiling smoltcp v0.11.0
24652026-07-02T20:28:15.427Z[ omicron-package] Compiling unicode-width v0.2.0
24662026-07-02T20:28:15.427Z[ omicron-package] Compiling cobs v0.3.0
24672026-07-02T20:28:15.427Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24682026-07-02T20:28:15.427Z[ omicron-package] Compiling universal-hash v0.5.1
24692026-07-02T20:28:15.427Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24702026-07-02T20:28:15.427Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24712026-07-02T20:28:15.427Z[ omicron-package] Compiling opaque-debug v0.3.1
24722026-07-02T20:28:15.646Z[ helios-incorp] Retrieving packages for publisher helios ...
24732026-07-02T20:28:15.649Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24742026-07-02T20:28:15.673Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24752026-07-02T20:28:15.685Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24762026-07-02T20:28:15.688Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24772026-07-02T20:28:15.688Z[ helios-incorp]
24782026-07-02T20:28:15.688Z[ helios-incorp] Archiving packages ...
24792026-07-02T20:28:15.688Z[ helios-incorp] Packages to add: 1
24802026-07-02T20:28:15.689Z[ helios-incorp] Files to retrieve: 0
24812026-07-02T20:28:15.689Z[ helios-incorp] Estimated transfer size: 0.00 B
24822026-07-02T20:28:15.689Z[ helios-incorp]
24832026-07-02T20:28:15.689Z[ helios-incorp] Packages to archive:
24842026-07-02T20:28:15.689Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260702T202814Z
24852026-07-02T20:28:15.693Z[ helios-incorp]
24862026-07-02T20:28:15.696Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24872026-07-02T20:28:15.696Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24882026-07-02T20:28:15.744ZJul 02 20:28:15.076 INFO [helios-incorp] process exited with exit status: 0 (364.708259ms)
24892026-07-02T20:28:15.851Z[ omicron-package] Compiling convert_case v0.4.0
24902026-07-02T20:28:16.093Z[ omicron-package] Compiling poly1305 v0.8.0
24912026-07-02T20:28:16.345Z[ omicron-package] Compiling postcard v1.1.3
24922026-07-02T20:28:16.526Z[ omicron-package] Compiling cipher v0.4.4
24932026-07-02T20:28:16.664Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24942026-07-02T20:28:16.664Z[ omicron-package] Compiling derive_more v0.99.20
24952026-07-02T20:28:16.745Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24962026-07-02T20:28:16.746Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24972026-07-02T20:28:16.749Z[ omicron-package] Compiling password-hash v0.5.0
24982026-07-02T20:28:16.749Z[ omicron-package] Compiling blake2 v0.10.6
24992026-07-02T20:28:16.919Z[ omicron-package] Compiling chacha20 v0.9.1
25002026-07-02T20:28:16.946Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25012026-07-02T20:28:16.949Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25022026-07-02T20:28:16.950Z[ omicron-package] Compiling aead v0.5.2
25032026-07-02T20:28:17.201Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25042026-07-02T20:28:17.315Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25052026-07-02T20:28:17.357Z[ omicron-package] Compiling proc-macro-error v1.0.4
25062026-07-02T20:28:17.424Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25072026-07-02T20:28:17.496Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25082026-07-02T20:28:17.540Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25092026-07-02T20:28:17.540Z[ omicron-package] Compiling ingot-macros v0.1.1
25102026-07-02T20:28:17.540Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25112026-07-02T20:28:17.663Z[ omicron-package] Compiling vsss-rs v3.3.4
25122026-07-02T20:28:17.721Z[ omicron-package] Compiling num_enum_derive v0.5.11
25132026-07-02T20:28:17.821Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25142026-07-02T20:28:18.007Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25152026-07-02T20:28:18.007Z[ omicron-package] Compiling num_enum_derive v0.7.6
25162026-07-02T20:28:18.083Z[ omicron-package] Compiling argon2 v0.5.3
25172026-07-02T20:28:18.209Z[ omicron-package] Compiling tabwriter v1.4.1
25182026-07-02T20:28:18.295Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25192026-07-02T20:28:18.298Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25202026-07-02T20:28:18.557Z[ omicron-package] Compiling foreign-types v0.5.0
25212026-07-02T20:28:18.560Z[ omicron-package] Compiling cstr-argument v0.1.2
25222026-07-02T20:28:18.565Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25232026-07-02T20:28:18.588Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25242026-07-02T20:28:18.874Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25252026-07-02T20:28:18.892Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25262026-07-02T20:28:18.941Z[ omicron-package] Compiling rayon v1.11.0
25272026-07-02T20:28:18.980Z[ omicron-package] Compiling num_enum v0.5.11
25282026-07-02T20:28:19.057Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25292026-07-02T20:28:19.164Z[ omicron-package] Compiling rand v0.10.1
25302026-07-02T20:28:19.241Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25312026-07-02T20:28:19.281Z[ omicron-package] Compiling num_enum v0.7.6
25322026-07-02T20:28:19.284Z[ omicron-package] Compiling libefi-sys v0.1.0
25332026-07-02T20:28:19.284Z[ omicron-package] Compiling colored v3.1.1
25342026-07-02T20:28:19.297Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25352026-07-02T20:28:19.381Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25362026-07-02T20:28:19.404Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25372026-07-02T20:28:19.449Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25382026-07-02T20:28:19.452Z[ omicron-package] Compiling itertools v0.12.1
25392026-07-02T20:28:19.498Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25402026-07-02T20:28:19.534Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25412026-07-02T20:28:19.742Z[ omicron-package] Compiling usdt-macro v0.5.0
25422026-07-02T20:28:19.763Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25432026-07-02T20:28:19.764Z[ omicron-package] Compiling sigpipe v0.1.3
25442026-07-02T20:28:19.797Z[ omicron-package] Compiling memmap v0.7.0
25452026-07-02T20:28:19.858Z[ omicron-package] Compiling bitfield-struct v0.6.2
25462026-07-02T20:28:19.961Z[ omicron-package] Compiling num-derive v0.4.2
25472026-07-02T20:28:20.052Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25482026-07-02T20:28:20.107Z[ omicron-package] Compiling swrite v0.1.0
25492026-07-02T20:28:20.183Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-07-02T20:28:20.227Z[ omicron-package] Compiling glob v0.3.3
25512026-07-02T20:28:20.700Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25522026-07-02T20:28:20.726Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25532026-07-02T20:28:20.766Z[ omicron-package] Compiling smf v0.2.3
25542026-07-02T20:28:20.811Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-07-02T20:28:20.815Z[ omicron-package] Compiling ingot-types v0.1.2
25562026-07-02T20:28:20.917Z[ omicron-package] Compiling usdt v0.5.0
25572026-07-02T20:28:20.917Z[ omicron-package] Compiling whoami v1.6.1
25582026-07-02T20:28:20.996Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25592026-07-02T20:28:21.140Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25602026-07-02T20:28:21.225Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25612026-07-02T20:28:21.313Z[ omicron-package] Compiling ingot v0.1.1
25622026-07-02T20:28:21.368Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25632026-07-02T20:28:21.391Z[ omicron-package] Compiling zone v0.3.1
25642026-07-02T20:28:21.391Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25652026-07-02T20:28:21.494Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25662026-07-02T20:28:21.524Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25672026-07-02T20:28:21.527Z[ omicron-package] Compiling console v0.16.2
25682026-07-02T20:28:21.527Z[ omicron-package] Compiling gethostname v0.5.0
25692026-07-02T20:28:21.653Z[ omicron-package] Compiling unit-prefix v0.5.2
25702026-07-02T20:28:21.854Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25712026-07-02T20:28:22.155Z[ omicron-package] Compiling indicatif v0.18.4
25722026-07-02T20:28:23.756Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25732026-07-02T20:28:25.004Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25742026-07-02T20:28:26.199Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25752026-07-02T20:28:28.502Z[ helios-setup] Jul 02 20:28:27.834 INFO helios repository root is: /work/oxidecomputer/helios
25762026-07-02T20:28:28.505Z[ helios-setup] Jul 02 20:28:27.835 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
25772026-07-02T20:28:28.505Z[ helios-setup] Jul 02 20:28:27.835 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25782026-07-02T20:28:28.509Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25792026-07-02T20:28:28.912Z[ helios-setup] Jul 02 20:28:28.244 INFO clone ok!, project: bootserver
25802026-07-02T20:28:28.916Z[ helios-setup] Jul 02 20:28:28.244 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25812026-07-02T20:28:28.916Z[ helios-setup] Jul 02 20:28:28.244 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
25822026-07-02T20:28:28.916Z[ helios-setup] Jul 02 20:28:28.244 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25832026-07-02T20:28:28.916Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25842026-07-02T20:28:29.184ZJul 02 20:28:28.515 INFO [hubris-staging] task succeeded (15.906235858s)
25852026-07-02T20:28:29.365Z[ helios-setup] Jul 02 20:28:28.696 INFO clone ok!, project: image-builder
25862026-07-02T20:28:29.368Z[ helios-setup] Jul 02 20:28:28.697 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
25872026-07-02T20:28:29.368Z[ helios-setup] Jul 02 20:28:28.697 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25882026-07-02T20:28:29.368Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25892026-07-02T20:28:30.600Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25902026-07-02T20:28:33.889Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25912026-07-02T20:28:34.918Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25922026-07-02T20:28:35.894Z[ helios-setup] Jul 02 20:28:35.225 INFO clone ok!, project: amd-firmware
25932026-07-02T20:28:35.897Z[ helios-setup] Jul 02 20:28:35.225 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
25942026-07-02T20:28:35.897Z[ helios-setup] Jul 02 20:28:35.225 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25952026-07-02T20:28:35.897Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25962026-07-02T20:28:36.612Z[ helios-setup] Jul 02 20:28:35.943 INFO clone ok!, project: pilot
25972026-07-02T20:28:36.615Z[ helios-setup] Jul 02 20:28:35.944 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
25982026-07-02T20:28:36.615Z[ helios-setup] Jul 02 20:28:35.944 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
25992026-07-02T20:28:36.615Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26002026-07-02T20:28:37.452Z[ helios-setup] Jul 02 20:28:36.784 INFO clone ok!, project: amd-host-image-builder
26012026-07-02T20:28:37.455Z[ helios-setup] Jul 02 20:28:36.784 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
26022026-07-02T20:28:37.455Z[ helios-setup] Jul 02 20:28:36.784 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
26032026-07-02T20:28:37.455Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
26042026-07-02T20:28:38.148Z[ helios-setup] Jul 02 20:28:37.480 INFO clone ok!, project: dmar-report
26052026-07-02T20:28:38.148Z[ helios-setup] Jul 02 20:28:37.480 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
26062026-07-02T20:28:38.152Z[ helios-setup] Jul 02 20:28:37.480 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26072026-07-02T20:28:38.152Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26082026-07-02T20:28:38.619Z[ helios-setup] Jul 02 20:28:37.951 INFO clone ok!, project: pinprick
26092026-07-02T20:28:38.619Z[ helios-setup] Jul 02 20:28:37.951 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26102026-07-02T20:28:38.619Z[ helios-setup] Jul 02 20:28:37.951 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
26112026-07-02T20:28:38.623Z[ helios-setup] Jul 02 20:28:37.951 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
26122026-07-02T20:28:38.623Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
26132026-07-02T20:28:39.069Z[ helios-setup] Jul 02 20:28:38.401 INFO clone ok!, project: phbl
26142026-07-02T20:28:39.072Z[ helios-setup] Jul 02 20:28:38.401 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
26152026-07-02T20:28:39.072Z[ helios-setup] Jul 02 20:28:38.401 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26162026-07-02T20:28:39.072Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26172026-07-02T20:28:39.861Z[ helios-setup] Jul 02 20:28:39.193 INFO clone ok!, project: chelsio-t6-roms
26182026-07-02T20:28:39.864Z[ helios-setup] Jul 02 20:28:39.193 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26192026-07-02T20:28:39.864Z[ helios-setup] Jul 02 20:28:39.193 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26202026-07-02T20:28:40.072Z[ helios-setup] Jul 02 20:28:39.404 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26212026-07-02T20:28:40.289Z[ helios-setup] Jul 02 20:28:39.620 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26222026-07-02T20:28:40.289Z[ helios-setup] Jul 02 20:28:39.621 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26232026-07-02T20:28:40.512Z[ helios-setup] Jul 02 20:28:39.844 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26242026-07-02T20:28:40.730Z[ helios-setup] Jul 02 20:28:40.062 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26252026-07-02T20:28:40.730Z[ helios-setup] Jul 02 20:28:40.062 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26262026-07-02T20:28:41.001Z[ helios-setup] Jul 02 20:28:40.275 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26272026-07-02T20:28:41.157Z[ helios-setup] Jul 02 20:28:40.488 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26282026-07-02T20:28:41.157Z[ helios-setup] Jul 02 20:28:40.489 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26292026-07-02T20:28:41.157Z[ helios-setup] Jul 02 20:28:40.489 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26302026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO ok!
26312026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26322026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26332026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO ok!
26342026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26352026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26362026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO ok!
26372026-07-02T20:28:41.161Z[ helios-setup] Jul 02 20:28:40.489 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
26382026-07-02T20:28:41.166Z[ helios-setup] Jul 02 20:28:40.498 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
26392026-07-02T20:28:41.166Z[ helios-setup] Jul 02 20:28:40.498 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
26402026-07-02T20:28:41.166Z[ helios-setup] Jul 02 20:28:40.498 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
26412026-07-02T20:28:41.236Z[ helios-setup] Jul 02 20:28:40.567 INFO E| Downloading crates ...
26422026-07-02T20:28:41.285Z[ helios-setup] Jul 02 20:28:40.617 INFO E| Downloaded block-buffer v0.10.3
26432026-07-02T20:28:41.288Z[ helios-setup] Jul 02 20:28:40.618 INFO E| Downloaded sha2 v0.10.5
26442026-07-02T20:28:41.292Z[ helios-setup] Jul 02 20:28:40.622 INFO E| Downloaded unicode-width v0.1.10
26452026-07-02T20:28:41.292Z[ helios-setup] Jul 02 20:28:40.623 INFO E| Downloaded cpufeatures v0.2.5
26462026-07-02T20:28:41.298Z[ helios-setup] Jul 02 20:28:40.630 INFO E| Downloaded miniz_oxide v0.6.2
26472026-07-02T20:28:41.301Z[ helios-setup] Jul 02 20:28:40.633 INFO E| Downloaded generic-array v0.14.6
26482026-07-02T20:28:41.305Z[ helios-setup] Jul 02 20:28:40.637 INFO E| Downloaded digest v0.10.3
26492026-07-02T20:28:41.309Z[ helios-setup] Jul 02 20:28:40.641 INFO E| Downloaded anyhow v1.0.62
26502026-07-02T20:28:41.315Z[ helios-setup] Jul 02 20:28:40.646 INFO E| Downloaded typenum v1.15.0
26512026-07-02T20:28:41.318Z[ helios-setup] Jul 02 20:28:40.648 INFO E| Downloaded flate2 v1.0.25
26522026-07-02T20:28:41.321Z[ helios-setup] Jul 02 20:28:40.651 INFO E| Downloaded bytes v1.2.1
26532026-07-02T20:28:41.349Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling version_check v0.9.4
26542026-07-02T20:28:41.349Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling typenum v1.15.0
26552026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling cfg-if v1.0.0
26562026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling crc32fast v1.3.2
26572026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling anyhow v1.0.62
26582026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling adler v1.0.2
26592026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling unicode-width v0.1.10
26602026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling cpufeatures v0.2.5
26612026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling bytes v1.2.1
26622026-07-02T20:28:41.353Z[ helios-setup] Jul 02 20:28:40.681 INFO E| Compiling bitflags v1.3.2
26632026-07-02T20:28:41.442Z[ helios-setup] Jul 02 20:28:40.774 INFO E| Compiling getopts v0.2.21
26642026-07-02T20:28:41.447Z[ helios-setup] Jul 02 20:28:40.779 INFO E| Compiling miniz_oxide v0.6.2
26652026-07-02T20:28:41.577Z[ helios-setup] Jul 02 20:28:40.909 INFO E| Compiling generic-array v0.14.6
26662026-07-02T20:28:41.846Z[ helios-setup] Jul 02 20:28:41.176 INFO E| Compiling flate2 v1.0.25
26672026-07-02T20:28:42.799Z[ helios-setup] Jul 02 20:28:42.130 INFO E| Compiling block-buffer v0.10.3
26682026-07-02T20:28:42.799Z[ helios-setup] Jul 02 20:28:42.130 INFO E| Compiling crypto-common v0.1.6
26692026-07-02T20:28:42.918Z[ helios-setup] Jul 02 20:28:42.250 INFO E| Compiling digest v0.10.3
26702026-07-02T20:28:43.069Z[ helios-setup] Jul 02 20:28:42.400 INFO E| Compiling sha2 v0.10.5
26712026-07-02T20:28:43.285Z[ helios-setup] Jul 02 20:28:42.616 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
26722026-07-02T20:28:44.443Z[ helios-setup] Jul 02 20:28:43.775 INFO E| Finished `release` profile [optimized] target(s) in 3.26s
26732026-07-02T20:28:44.454Z[ helios-setup] Jul 02 20:28:43.785 INFO building project "bootserver" ok (3 seconds)
26742026-07-02T20:28:44.457Z[ helios-setup] Jul 02 20:28:43.785 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26752026-07-02T20:28:44.461Z[ helios-setup] Jul 02 20:28:43.793 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
26762026-07-02T20:28:44.461Z[ helios-setup] Jul 02 20:28:43.793 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26772026-07-02T20:28:44.464Z[ helios-setup] Jul 02 20:28:43.793 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26782026-07-02T20:28:44.536Z[ helios-setup] Jul 02 20:28:43.868 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26792026-07-02T20:28:44.777Z[ helios-setup] Jul 02 20:28:44.108 INFO E| From https://github.com/jclulow/rust-jmclib
26802026-07-02T20:28:44.777Z[ helios-setup] Jul 02 20:28:44.108 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26812026-07-02T20:28:44.787Z[ helios-setup] Jul 02 20:28:44.118 INFO E| Updating crates.io index
26822026-07-02T20:28:44.927Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.64s
26832026-07-02T20:28:44.944Z[ helios-setup] Jul 02 20:28:44.275 INFO E| Downloading crates ...
26842026-07-02T20:28:44.998Z[ helios-setup] Jul 02 20:28:44.330 INFO E| Downloaded fastrand v2.0.0
26852026-07-02T20:28:45.002Z[ helios-setup] Jul 02 20:28:44.333 INFO E| Downloaded once_cell v1.18.0
26862026-07-02T20:28:45.005Z[ helios-setup] Jul 02 20:28:44.336 INFO E| Downloaded sha-1 v0.9.8
26872026-07-02T20:28:45.009Z[ helios-setup] Jul 02 20:28:44.340 INFO E| Downloaded unicode-ident v1.0.11
26882026-07-02T20:28:45.012Z[ helios-setup] Jul 02 20:28:44.343 INFO E| Downloaded digest v0.9.0
26892026-07-02T20:28:45.015Z[ helios-setup] Jul 02 20:28:44.347 INFO E| Downloaded opaque-debug v0.3.0
26902026-07-02T20:28:45.019Z[ helios-setup] Jul 02 20:28:44.347 INFO E| Downloaded block-buffer v0.9.0
26912026-07-02T20:28:45.019Z[ helios-setup] Jul 02 20:28:44.348 INFO E| Downloaded cpufeatures v0.2.9
26922026-07-02T20:28:45.019Z[ helios-setup] Jul 02 20:28:44.350 INFO E| Downloaded libdevinfo-sys v1.0.0
26932026-07-02T20:28:45.022Z[ helios-setup] Jul 02 20:28:44.350 INFO E| Downloaded md-5 v0.9.1
26942026-07-02T20:28:45.025Z[ helios-setup] Jul 02 20:28:44.356 INFO E| Downloaded tempfile v3.7.0
26952026-07-02T20:28:45.025Z[ helios-setup] Jul 02 20:28:44.357 INFO E| Downloaded errno v0.3.1
26962026-07-02T20:28:45.029Z[ helios-setup] Jul 02 20:28:44.358 INFO E| Downloaded itoa v1.0.9
26972026-07-02T20:28:45.033Z[ helios-setup] Jul 02 20:28:44.365 INFO E| Downloaded quote v1.0.31
26982026-07-02T20:28:45.036Z[ helios-setup] Jul 02 20:28:44.368 INFO E| Downloaded glob v0.3.1
26992026-07-02T20:28:45.040Z[ helios-setup] Jul 02 20:28:44.372 INFO E| Downloaded walkdir v2.3.3
27002026-07-02T20:28:45.047Z[ helios-setup] Jul 02 20:28:44.379 INFO E| Downloaded bitflags v2.3.3
27012026-07-02T20:28:45.051Z[ helios-setup] Jul 02 20:28:44.383 INFO E| Downloaded uuid v0.8.2
27022026-07-02T20:28:45.055Z[ helios-setup] Jul 02 20:28:44.385 INFO E| Downloaded proc-macro2 v1.0.66
27032026-07-02T20:28:45.055Z[ helios-setup] Jul 02 20:28:44.387 INFO E| Downloaded getrandom v0.2.10
27042026-07-02T20:28:45.058Z[ helios-setup] Jul 02 20:28:44.389 INFO E| Downloaded anyhow v1.0.72
27052026-07-02T20:28:45.061Z[ helios-setup] Jul 02 20:28:44.391 INFO E| Downloaded ryu v1.0.15
27062026-07-02T20:28:45.061Z[ helios-setup] Jul 02 20:28:44.393 INFO E| Downloaded toml v0.5.11
27072026-07-02T20:28:45.064Z[ helios-setup] Jul 02 20:28:44.394 INFO E| Downloaded typenum v1.16.0
27082026-07-02T20:28:45.068Z[ helios-setup] Jul 02 20:28:44.397 INFO E| Downloaded serde_derive v1.0.193
27092026-07-02T20:28:45.071Z[ helios-setup] Jul 02 20:28:44.400 INFO E| Downloaded serde v1.0.193
27102026-07-02T20:28:45.088Z[ helios-setup] Jul 02 20:28:44.420 INFO E| Downloaded serde_json v1.0.103
27112026-07-02T20:28:45.107Z[ helios-setup] Jul 02 20:28:44.439 INFO E| Downloaded syn v2.0.32
27122026-07-02T20:28:45.123Z[ helios-setup] Jul 02 20:28:44.454 INFO E| Downloaded rustix v0.38.4
27132026-07-02T20:28:45.148Z[ helios-setup] Jul 02 20:28:44.479 INFO E| Downloaded libc v0.2.147
27142026-07-02T20:28:45.158Z[ omicron-package]
27152026-07-02T20:28:45.158Z[ omicron-package] real 31.815802737
27162026-07-02T20:28:45.161Z[ omicron-package] user 2:57.717114684
27172026-07-02T20:28:45.162Z[ omicron-package] sys 21.972077958
27182026-07-02T20:28:45.162Z[ omicron-package] trap 0.335101377
27192026-07-02T20:28:45.162Z[ omicron-package] tflt 0.627936100
27202026-07-02T20:28:45.163Z[ omicron-package] dflt 2.125537830
27212026-07-02T20:28:45.163Z[ omicron-package] kflt 0.000112972
27222026-07-02T20:28:45.163Z[ omicron-package] lock 7:47.526169920
27232026-07-02T20:28:45.163Z[ omicron-package] slp 4:23.615153076
27242026-07-02T20:28:45.163Z[ omicron-package] lat 34.301169709
27252026-07-02T20:28:45.163Z[ omicron-package] stop 1:15.959312563
27262026-07-02T20:28:45.163ZJul 02 20:28:44.490 INFO [omicron-package] process exited with exit status: 0 (31.878593996s)
27272026-07-02T20:28:45.163ZJul 02 20:28:44.490 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27282026-07-02T20:28:45.163ZJul 02 20:28:44.491 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27292026-07-02T20:28:45.170Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27302026-07-02T20:28:45.173Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27312026-07-02T20:28:45.173Z[ recovery-target] Created new build target 'recovery' and set it as active
27322026-07-02T20:28:45.173Z[ host-target] Created new build target 'host' and set it as active
27332026-07-02T20:28:45.177ZJul 02 20:28:44.505 INFO [host-target] process exited with exit status: 0 (14.78488ms)
27342026-07-02T20:28:45.177ZJul 02 20:28:44.505 INFO [recovery-target] process exited with exit status: 0 (14.37984ms)
27352026-07-02T20:28:45.177ZJul 02 20:28:44.505 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27362026-07-02T20:28:45.180Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27372026-07-02T20:28:45.198Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling libc v0.2.147
27382026-07-02T20:28:45.200Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling proc-macro2 v1.0.66
27392026-07-02T20:28:45.200Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling unicode-ident v1.0.11
27402026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling cfg-if v1.0.0
27412026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling typenum v1.16.0
27422026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling version_check v0.9.4
27432026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling serde v1.0.193
27442026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling rustix v0.38.4
27452026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling time-core v0.1.2
27462026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling itoa v1.0.9
27472026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling powerfmt v0.2.0
27482026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.530 INFO E| Compiling num-conv v0.1.0
27492026-07-02T20:28:45.204Z[ helios-setup] Jul 02 20:28:44.531 INFO E| Compiling slog v2.7.0
27502026-07-02T20:28:45.215Z[ helios-setup] Jul 02 20:28:44.547 INFO E| Compiling num_threads v0.1.6
27512026-07-02T20:28:45.221Z[ helios-setup] Jul 02 20:28:44.553 INFO E| Compiling once_cell v1.18.0
27522026-07-02T20:28:45.224Z[ helios-setup] Jul 02 20:28:44.553 INFO E| Compiling bitflags v2.3.3
27532026-07-02T20:28:45.295Z[ helios-setup] Jul 02 20:28:44.626 INFO E| Compiling fastrand v2.0.0
27542026-07-02T20:28:45.334Z[ helios-setup] Jul 02 20:28:44.665 INFO E| Compiling anyhow v1.0.72
27552026-07-02T20:28:45.361Z[ helios-setup] Jul 02 20:28:44.692 INFO E| Compiling opaque-debug v0.3.0
27562026-07-02T20:28:45.371Z[ helios-setup] Jul 02 20:28:44.701 INFO E| Compiling serde_json v1.0.103
27572026-07-02T20:28:45.383Z[ helios-setup] Jul 02 20:28:44.712 INFO E| Compiling unicode-width v0.1.10
27582026-07-02T20:28:45.383Z[ helios-setup] Jul 02 20:28:44.712 INFO E| Compiling time-macros v0.2.18
27592026-07-02T20:28:45.434Z[ helios-setup] Jul 02 20:28:44.765 INFO E| Compiling deranged v0.3.11
27602026-07-02T20:28:45.469Z[ helios-setup] Jul 02 20:28:44.799 INFO E| Compiling thread_local v1.1.7
27612026-07-02T20:28:45.561Z[ helios-setup] Jul 02 20:28:44.815 INFO E| Compiling cpufeatures v0.2.9
27622026-07-02T20:28:45.561Z[ helios-setup] Jul 02 20:28:44.830 INFO E| Compiling ryu v1.0.15
27632026-07-02T20:28:45.561Z[ helios-setup] Jul 02 20:28:44.835 INFO E| Compiling same-file v1.0.6
27642026-07-02T20:28:45.561Z[ helios-setup] Jul 02 20:28:44.848 INFO E| Compiling generic-array v0.14.7
27652026-07-02T20:28:45.566Z[ helios-setup] Jul 02 20:28:44.897 INFO E| Compiling getopts v0.2.21
27662026-07-02T20:28:45.600Z[ helios-setup] Jul 02 20:28:44.931 INFO E| Compiling glob v0.3.1
27672026-07-02T20:28:45.608Z[ helios-setup] Jul 02 20:28:44.939 INFO E| Compiling libdevinfo-sys v1.0.0
27682026-07-02T20:28:45.707Z[ helios-setup] Jul 02 20:28:45.038 INFO E| Compiling walkdir v2.3.3
27692026-07-02T20:28:45.968Z[ helios-setup] Jul 02 20:28:45.299 INFO E| Compiling quote v1.0.31
27702026-07-02T20:28:46.026Z[ helios-setup] Jul 02 20:28:45.357 INFO E| Compiling dirs-sys-next v0.1.2
27712026-07-02T20:28:46.026Z[ helios-setup] Jul 02 20:28:45.357 INFO E| Compiling errno v0.3.1
27722026-07-02T20:28:46.031Z[ helios-setup] Jul 02 20:28:45.357 INFO E| Compiling atty v0.2.14
27732026-07-02T20:28:46.031Z[ helios-setup] Jul 02 20:28:45.357 INFO E| Compiling getrandom v0.2.10
27742026-07-02T20:28:46.126Z[ helios-setup] Jul 02 20:28:45.458 INFO E| Compiling syn v2.0.32
27752026-07-02T20:28:46.154Z[ helios-setup] Jul 02 20:28:45.484 INFO E| Compiling dirs-next v2.0.0
27762026-07-02T20:28:46.218Z[ helios-setup] Jul 02 20:28:45.550 INFO E| Compiling term v0.7.0
27772026-07-02T20:28:46.252Z[ helios-setup] Jul 02 20:28:45.584 INFO E| Compiling time v0.3.36
27782026-07-02T20:28:46.518Z[ helios-setup] Jul 02 20:28:45.849 INFO E| Compiling digest v0.9.0
27792026-07-02T20:28:46.518Z[ helios-setup] Jul 02 20:28:45.849 INFO E| Compiling block-buffer v0.9.0
27802026-07-02T20:28:46.608Z[ helios-setup] Jul 02 20:28:45.939 INFO E| Compiling sha-1 v0.9.8
27812026-07-02T20:28:46.608Z[ helios-setup] Jul 02 20:28:45.939 INFO E| Compiling md-5 v0.9.1
27822026-07-02T20:28:46.630Z[ helios-setup] Jul 02 20:28:45.961 INFO E| Compiling tempfile v3.7.0
27832026-07-02T20:28:46.847Z[ host-package] Compiling heck v0.5.0
27842026-07-02T20:28:46.847Z[ host-package] Compiling regress v0.11.1
27852026-07-02T20:28:46.850Z[ host-package] Compiling unsafe-libyaml v0.2.11
27862026-07-02T20:28:46.973Z[ helios-setup] Jul 02 20:28:46.304 INFO E| Compiling slog-term v2.9.0
27872026-07-02T20:28:47.114Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27882026-07-02T20:28:47.146Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27892026-07-02T20:28:47.149Z[ host-package] Compiling unicode-width v0.1.14
27902026-07-02T20:28:47.215Z[ host-package] Compiling atomicwrites v0.4.4
27912026-07-02T20:28:47.218Z[ host-package] Compiling derive-where v1.6.0
27922026-07-02T20:28:47.218Z[ host-package] Compiling bytecount v0.6.9
27932026-07-02T20:28:47.288Z[ host-package] Compiling is-terminal v0.4.17
27942026-07-02T20:28:47.288Z[ host-package] Compiling prettyplease v0.2.37
27952026-07-02T20:28:47.291Z[ host-package] Compiling console v0.15.11
27962026-07-02T20:28:47.291Z[ host-package] Compiling newline-converter v0.3.0
27972026-07-02T20:28:47.291Z[ host-package] Compiling slog-dtrace v0.3.0
27982026-07-02T20:28:47.342Z[ host-package] Compiling cancel-safe-futures v0.1.5
27992026-07-02T20:28:47.404Z[ helios-setup] Jul 02 20:28:46.736 INFO E| Compiling serde_derive v1.0.193
28002026-07-02T20:28:47.441Z[ host-package] Compiling resolv-conf v0.7.6
28012026-07-02T20:28:47.441Z[ host-package] Compiling owo-colors v4.3.0
28022026-07-02T20:28:47.499Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28032026-07-02T20:28:47.527Z[ host-package] Compiling num-rational v0.4.2
28042026-07-02T20:28:47.530Z[ host-package] Compiling libsw-core v0.3.2
28052026-07-02T20:28:47.530Z[ host-package] Compiling num-complex v0.4.6
28062026-07-02T20:28:47.673Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
28072026-07-02T20:28:47.703Z[ host-package] Compiling expectorate v1.2.0
28082026-07-02T20:28:47.774Z[ host-package] Compiling thread_local v1.1.9
28092026-07-02T20:28:47.818Z[ host-package] Compiling match_cfg v0.1.0
28102026-07-02T20:28:47.870Z[ host-package] Compiling compression-core v0.4.31
28112026-07-02T20:28:47.924Z[ host-package] Compiling hostname v0.3.1
28122026-07-02T20:28:48.005Z[ host-package] Compiling num v0.4.3
28132026-07-02T20:28:48.076Z[ host-package] Compiling compression-codecs v0.4.37
28142026-07-02T20:28:48.120Z[ host-package] Compiling libsw v3.5.0
28152026-07-02T20:28:48.123Z[ host-package] Compiling multer v3.1.0
28162026-07-02T20:28:48.165Z[ host-package] Compiling slog-async v2.8.0
28172026-07-02T20:28:48.205Z[ host-package] Compiling crossbeam-channel v0.5.15
28182026-07-02T20:28:48.232Z[ host-package] Compiling slog-json v2.6.1
28192026-07-02T20:28:48.236Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
28202026-07-02T20:28:48.352Z[ host-package] Compiling serde_spanned v1.1.1
28212026-07-02T20:28:48.374Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
28222026-07-02T20:28:48.490Z[ host-package] Compiling float-ord v0.3.2
28232026-07-02T20:28:48.531Z[ host-package] Compiling take_mut v0.2.2
28242026-07-02T20:28:48.535Z[ host-package] Compiling term v1.2.1
28252026-07-02T20:28:48.577Z[ host-package] Compiling linear-map v1.2.0
28262026-07-02T20:28:48.580Z[ host-package] Compiling linked-hash-map v0.5.6
28272026-07-02T20:28:48.624Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
28282026-07-02T20:28:48.628Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28292026-07-02T20:28:48.666Z[ host-package] Compiling slog-bunyan v2.5.0
28302026-07-02T20:28:48.669Z[ host-package] Compiling async-compression v0.4.41
28312026-07-02T20:28:48.826Z[ host-package] Compiling typify-impl v0.6.2
28322026-07-02T20:28:48.864Z[ host-package] Compiling slog-term v2.9.2
28332026-07-02T20:28:48.891Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28342026-07-02T20:28:48.992Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
28352026-07-02T20:28:49.036Z[ host-package] Compiling lru-cache v0.1.2
28362026-07-02T20:28:49.069Z[ host-package] Compiling dropshot v0.17.1
28372026-07-02T20:28:49.118Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28382026-07-02T20:28:49.118Z[ host-package] Compiling async-stream v0.3.6
28392026-07-02T20:28:49.233Z[ host-package] Compiling sha1 v0.11.0
28402026-07-02T20:28:49.279Z[ host-package] Compiling progenitor-client v0.14.0
28412026-07-02T20:28:49.309Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28422026-07-02T20:28:49.333Z[ host-package] Compiling waitgroup v0.1.2
28432026-07-02T20:28:49.336Z[ host-package] Compiling rustls-pemfile v2.2.0
28442026-07-02T20:28:49.422Z[ host-package] Compiling backon v1.6.0
28452026-07-02T20:28:49.470Z[ host-package] Compiling serde_path_to_error v0.1.20
28462026-07-02T20:28:49.526Z[ host-package] Compiling hostname v0.4.2
28472026-07-02T20:28:49.563Z[ host-package] Compiling instant v0.1.13
28482026-07-02T20:28:49.566Z[ host-package] Compiling minimal-lexical v0.2.1
28492026-07-02T20:28:49.621Z[ host-package] Compiling debug-ignore v1.0.5
28502026-07-02T20:28:49.659Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28512026-07-02T20:28:49.700Z[ host-package] Compiling backoff v0.4.0
28522026-07-02T20:28:49.722Z[ host-package] Compiling progenitor-extras v0.2.0
28532026-07-02T20:28:49.746Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28542026-07-02T20:28:49.785Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28552026-07-02T20:28:49.831Z[ host-package] Compiling nom v7.1.3
28562026-07-02T20:28:49.885Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28572026-07-02T20:28:49.940Z[ host-package] Compiling parse-display v0.10.0
28582026-07-02T20:28:50.027Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28592026-07-02T20:28:50.068Z[ host-package] Compiling hickory-proto v0.24.4
28602026-07-02T20:28:50.263Z[ host-package] Compiling regress v0.10.5
28612026-07-02T20:28:50.764Z[ host-package] Compiling macaddr v1.0.1
28622026-07-02T20:28:50.844Z[ host-package] Compiling unicode-xid v0.2.6
28632026-07-02T20:28:50.885Z[ host-package] Compiling humantime v2.3.0
28642026-07-02T20:28:51.098Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28652026-07-02T20:28:51.241Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28662026-07-02T20:28:51.296Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28672026-07-02T20:28:51.350Z[ host-package] Compiling convert_case v0.10.0
28682026-07-02T20:28:51.608Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28692026-07-02T20:28:51.730Z[ host-package] Compiling derive_more-impl v2.1.1
28702026-07-02T20:28:51.733Z[ host-package] Compiling toml v0.8.23
28712026-07-02T20:28:51.746Z[ helios-setup] Jul 02 20:28:51.078 INFO E| Compiling toml v0.5.11
28722026-07-02T20:28:51.746Z[ helios-setup] Jul 02 20:28:51.078 INFO E| Compiling uuid v0.8.2
28732026-07-02T20:28:52.032Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28742026-07-02T20:28:52.388Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28752026-07-02T20:28:52.450Z[ host-package] Compiling papergrid v0.11.0
28762026-07-02T20:28:52.560Z[ helios-setup] Jul 02 20:28:51.891 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28772026-07-02T20:28:52.602Z[ host-package] Compiling typify-macro v0.6.2
28782026-07-02T20:28:52.705Z[ host-package] Compiling tabled_derive v0.7.0
28792026-07-02T20:28:52.751Z[ host-package] Compiling termtree v0.5.1
28802026-07-02T20:28:52.784Z[ host-package] Compiling phf_shared v0.12.1
28812026-07-02T20:28:52.818Z[ host-package] Compiling derive_more v2.1.1
28822026-07-02T20:28:52.962Z[ host-package] Compiling hickory-resolver v0.24.4
28832026-07-02T20:28:53.029Z[ host-package] Compiling crossterm v0.29.0
28842026-07-02T20:28:53.106Z[ helios-setup] Jul 02 20:28:52.437 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28852026-07-02T20:28:53.138Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-07-02T20:28:53.807Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28872026-07-02T20:28:54.067Z[ host-package] Compiling tabled v0.15.0
28882026-07-02T20:28:54.116Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-07-02T20:28:54.576Z[ host-package] Compiling typify v0.6.2
28902026-07-02T20:28:54.923Z[ host-package] Compiling progenitor-impl v0.14.0
28912026-07-02T20:28:55.059Z[ host-package] Compiling qorb v0.4.1
28922026-07-02T20:28:56.179Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28932026-07-02T20:28:56.803Z[ host-package] Compiling csv-core v0.1.13
28942026-07-02T20:28:57.399Z[ host-package] Compiling progenitor-macro v0.14.0
28952026-07-02T20:28:57.634Z[ host-package] Compiling vte v0.14.1
28962026-07-02T20:28:57.705Z[ helios-setup] Jul 02 20:28:57.036 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.23s
28972026-07-02T20:28:57.770Z[ helios-setup] Jul 02 20:28:57.101 INFO building project "image-builder" ok (13 seconds)
28982026-07-02T20:28:57.771Z[ helios-setup] Jul 02 20:28:57.102 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
28992026-07-02T20:28:57.785Z[ helios-setup] Jul 02 20:28:57.117 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
29002026-07-02T20:28:57.785Z[ helios-setup] Jul 02 20:28:57.117 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29012026-07-02T20:28:57.789Z[ helios-setup] Jul 02 20:28:57.117 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29022026-07-02T20:28:57.901Z[ helios-setup] Jul 02 20:28:57.232 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29032026-07-02T20:28:57.942Z[ host-package] Compiling chrono-tz v0.10.4
29042026-07-02T20:28:58.131Z[ host-package] Compiling highway v1.3.0
29052026-07-02T20:28:58.195Z[ helios-setup] Jul 02 20:28:57.526 INFO E| From https://github.com/jclulow/hiercmd
29062026-07-02T20:28:58.195Z[ helios-setup] Jul 02 20:28:57.526 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29072026-07-02T20:28:58.208Z[ helios-setup] Jul 02 20:28:57.539 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29082026-07-02T20:28:58.222Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29092026-07-02T20:28:58.428Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29102026-07-02T20:28:58.464Z[ helios-setup] Jul 02 20:28:57.795 INFO E| From https://github.com/oxidecomputer/network-interface
29112026-07-02T20:28:58.464Z[ helios-setup] Jul 02 20:28:57.795 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29122026-07-02T20:28:58.478Z[ host-package] Compiling csv v1.4.0
29132026-07-02T20:28:58.487Z[ helios-setup] Jul 02 20:28:57.818 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29142026-07-02T20:28:58.625Z[ host-package] Compiling phf v0.12.1
29152026-07-02T20:28:58.763Z[ helios-setup] Jul 02 20:28:58.095 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29162026-07-02T20:28:58.764Z[ helios-setup] Jul 02 20:28:58.095 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29172026-07-02T20:28:58.781Z[ helios-setup] Jul 02 20:28:58.112 INFO E| Updating crates.io index
29182026-07-02T20:28:58.806Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29192026-07-02T20:28:58.830Z[ host-package] Compiling const_format_proc_macros v0.2.34
29202026-07-02T20:28:58.853Z[ host-package] Compiling fd-lock v4.0.4
29212026-07-02T20:28:58.888Z[ host-package] Compiling peg-macros v0.8.5
29222026-07-02T20:28:58.969Z[ helios-setup] Jul 02 20:28:58.300 INFO E| Downloading crates ...
29232026-07-02T20:28:59.031Z[ host-package] Compiling nu-ansi-term v0.50.3
29242026-07-02T20:28:59.078Z[ helios-setup] Jul 02 20:28:58.409 INFO E| Downloaded clap_derive v4.5.49
29252026-07-02T20:28:59.082Z[ helios-setup] Jul 02 20:28:58.411 INFO E| Downloaded anstyle-query v1.1.4
29262026-07-02T20:28:59.082Z[ helios-setup] Jul 02 20:28:58.412 INFO E| Downloaded bitflags v2.10.0
29272026-07-02T20:28:59.085Z[ helios-setup] Jul 02 20:28:58.415 INFO E| Downloaded base64ct v1.8.0
29282026-07-02T20:28:59.085Z[ helios-setup] Jul 02 20:28:58.416 INFO E| Downloaded bitfield-macros v0.19.3
29292026-07-02T20:28:59.088Z[ helios-setup] Jul 02 20:28:58.417 INFO E| Downloaded bitfield v0.19.3
29302026-07-02T20:28:59.105Z[ helios-setup] Jul 02 20:28:58.436 INFO E| Downloaded env_filter v0.1.4
29312026-07-02T20:28:59.108Z[ helios-setup] Jul 02 20:28:58.437 INFO E| Downloaded clap_lex v0.7.6
29322026-07-02T20:28:59.130Z[ helios-setup] Jul 02 20:28:58.461 INFO E| Downloaded serde_spanned v1.0.3
29332026-07-02T20:28:59.133Z[ helios-setup] Jul 02 20:28:58.462 INFO E| Downloaded find-msvc-tools v0.1.4
29342026-07-02T20:28:59.134Z[ helios-setup] Jul 02 20:28:58.464 INFO E| Downloaded anstyle v1.0.13
29352026-07-02T20:28:59.138Z[ helios-setup] Jul 02 20:28:58.465 INFO E| Downloaded pin-utils v0.1.0
29362026-07-02T20:28:59.138Z[ helios-setup] Jul 02 20:28:58.466 INFO E| Downloaded libdevinfo-sys v1.1.0
29372026-07-02T20:28:59.138Z[ helios-setup] Jul 02 20:28:58.467 INFO E| Downloaded itoa v1.0.15
29382026-07-02T20:28:59.138Z[ helios-setup] Jul 02 20:28:58.468 INFO E| Downloaded generic-array v0.14.9
29392026-07-02T20:28:59.138Z[ helios-setup] Jul 02 20:28:58.468 INFO E| Downloaded futures-sink v0.3.31
29402026-07-02T20:28:59.143Z[ helios-setup] Jul 02 20:28:58.475 INFO E| Downloaded iana-time-zone v0.1.64
29412026-07-02T20:28:59.159Z[ helios-setup] Jul 02 20:28:58.491 INFO E| Downloaded simd-adler32 v0.3.7
29422026-07-02T20:28:59.162Z[ helios-setup] Jul 02 20:28:58.492 INFO E| Downloaded toml_writer v1.0.4
29432026-07-02T20:28:59.162Z[ helios-setup] Jul 02 20:28:58.493 INFO E| Downloaded env_logger v0.11.8
29442026-07-02T20:28:59.166Z[ helios-setup] Jul 02 20:28:58.495 INFO E| Downloaded futures-io v0.3.31
29452026-07-02T20:28:59.193Z[ helios-setup] Jul 02 20:28:58.524 INFO E| Downloaded signal-hook-registry v1.4.6
29462026-07-02T20:28:59.196Z[ helios-setup] Jul 02 20:28:58.525 INFO E| Downloaded anyhow v1.0.100
29472026-07-02T20:28:59.199Z[ helios-setup] Jul 02 20:28:58.528 INFO E| Downloaded pin-project-lite v0.2.16
29482026-07-02T20:28:59.203Z[ helios-setup] Jul 02 20:28:58.531 INFO E| Downloaded getopts v0.2.24
29492026-07-02T20:28:59.203Z[ helios-setup] Jul 02 20:28:58.532 INFO E| Downloaded futures-macro v0.3.31
29502026-07-02T20:28:59.203Z[ helios-setup] Jul 02 20:28:58.534 INFO E| Downloaded zeroize_derive v1.4.2
29512026-07-02T20:28:59.207Z[ helios-setup] Jul 02 20:28:58.536 INFO E| Downloaded devinfo v0.1.0
29522026-07-02T20:28:59.212Z[ helios-setup] Jul 02 20:28:58.544 INFO E| Downloaded futures-core v0.3.31
29532026-07-02T20:28:59.216Z[ helios-setup] Jul 02 20:28:58.545 INFO E| Downloaded toml_datetime v0.7.3
29542026-07-02T20:28:59.216Z[ helios-setup] Jul 02 20:28:58.546 INFO E| Downloaded num_enum_derive v0.7.5
29552026-07-02T20:28:59.219Z[ helios-setup] Jul 02 20:28:58.547 INFO E| Downloaded crc v3.3.0
29562026-07-02T20:28:59.248Z[ helios-setup] Jul 02 20:28:58.578 INFO E| Downloaded unicode-ident v1.0.22
29572026-07-02T20:28:59.251Z[ helios-setup] Jul 02 20:28:58.580 INFO E| Downloaded futures-executor v0.3.31
29582026-07-02T20:28:59.251Z[ helios-setup] Jul 02 20:28:58.581 INFO E| Downloaded time-macros v0.2.24
29592026-07-02T20:28:59.254Z[ helios-setup] Jul 02 20:28:58.583 INFO E| Downloaded time-core v0.1.6
29602026-07-02T20:28:59.254Z[ helios-setup] Jul 02 20:28:58.584 INFO E| Downloaded slab v0.4.11
29612026-07-02T20:28:59.254Z[ helios-setup] Jul 02 20:28:58.585 INFO E| Downloaded futures-task v0.3.31
29622026-07-02T20:28:59.275Z[ helios-setup] Jul 02 20:28:58.606 INFO E| Downloaded thiserror-impl v2.0.17
29632026-07-02T20:28:59.279Z[ helios-setup] Jul 02 20:28:58.607 INFO E| Downloaded futures-channel v0.3.31
29642026-07-02T20:28:59.279Z[ helios-setup] Jul 02 20:28:58.609 INFO E| Downloaded deranged v0.5.5
29652026-07-02T20:28:59.279Z[ helios-setup] Jul 02 20:28:58.610 INFO E| Downloaded clap v4.5.51
29662026-07-02T20:28:59.285Z[ helios-setup] Jul 02 20:28:58.617 INFO E| Downloaded thiserror v2.0.17
29672026-07-02T20:28:59.289Z[ helios-setup] Jul 02 20:28:58.621 INFO E| Downloaded num_enum v0.7.5
29682026-07-02T20:28:59.305Z[ helios-setup] Jul 02 20:28:58.636 INFO E| Downloaded quote v1.0.41
29692026-07-02T20:28:59.335Z[ helios-setup] Jul 02 20:28:58.667 INFO E| Downloaded tokio-macros v2.6.0
29702026-07-02T20:28:59.339Z[ helios-setup] Jul 02 20:28:58.668 INFO E| Downloaded futures v0.3.31
29712026-07-02T20:28:59.342Z[ helios-setup] Jul 02 20:28:58.671 INFO E| Downloaded memchr v2.7.6
29722026-07-02T20:28:59.366Z[ helios-setup] Jul 02 20:28:58.698 INFO E| Downloaded toml_parser v1.0.4
29732026-07-02T20:28:59.370Z[ helios-setup] Jul 02 20:28:58.700 INFO E| Downloaded ryu v1.0.20
29742026-07-02T20:28:59.373Z[ helios-setup] Jul 02 20:28:58.702 INFO E| Downloaded log v0.4.28
29752026-07-02T20:28:59.373Z[ helios-setup] Jul 02 20:28:58.703 INFO E| Downloaded getrandom v0.2.16
29762026-07-02T20:28:59.395Z[ helios-setup] Jul 02 20:28:58.726 INFO E| Downloaded uuid v1.18.1
29772026-07-02T20:28:59.398Z[ helios-setup] Jul 02 20:28:58.729 INFO E| Downloaded cc v1.2.44
29782026-07-02T20:28:59.416Z[ helios-setup] Jul 02 20:28:58.747 INFO E| Downloaded term v1.2.0
29792026-07-02T20:28:59.419Z[ helios-setup] Jul 02 20:28:58.750 INFO E| Downloaded proc-macro2 v1.0.103
29802026-07-02T20:28:59.422Z[ helios-setup] Jul 02 20:28:58.752 INFO E| Downloaded indexmap v2.12.0
29812026-07-02T20:28:59.425Z[ helios-setup] Jul 02 20:28:58.754 INFO E| Downloaded bytes v1.10.1
29822026-07-02T20:28:59.431Z[ helios-setup] Jul 02 20:28:58.763 INFO E| Downloaded toml v0.9.8
29832026-07-02T20:28:59.435Z[ helios-setup] Jul 02 20:28:58.766 INFO E| Downloaded flate2 v1.1.5
29842026-07-02T20:28:59.438Z[ helios-setup] Jul 02 20:28:58.769 INFO E| Downloaded toml_edit v0.23.7
29852026-07-02T20:28:59.441Z[ helios-setup] Jul 02 20:28:58.772 INFO E| Downloaded socket2 v0.6.1
29862026-07-02T20:28:59.446Z[ helios-setup] Jul 02 20:28:58.778 INFO E| Downloaded typenum v1.19.0
29872026-07-02T20:28:59.477Z[ helios-setup] Jul 02 20:28:58.809 INFO E| Downloaded rsa v0.9.8
29882026-07-02T20:28:59.485Z[ helios-setup] Jul 02 20:28:58.816 INFO E| Downloaded rand v0.8.5
29892026-07-02T20:28:59.488Z[ helios-setup] Jul 02 20:28:58.819 INFO E| Downloaded iddqd v0.3.14
29902026-07-02T20:28:59.495Z[ helios-setup] Jul 02 20:28:58.827 INFO E| Downloaded zerocopy-derive v0.8.27
29912026-07-02T20:28:59.501Z[ helios-setup] Jul 02 20:28:58.832 INFO E| Downloaded mio v1.1.0
29922026-07-02T20:28:59.518Z[ helios-setup] Jul 02 20:28:58.849 INFO E| Downloaded num-bigint-dig v0.8.4
29932026-07-02T20:28:59.540Z[ helios-setup] Jul 02 20:28:58.872 INFO E| Downloaded serde_json v1.0.145
29942026-07-02T20:28:59.545Z[ helios-setup] Jul 02 20:28:58.876 INFO E| Downloaded futures-util v0.3.31
29952026-07-02T20:28:59.552Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29962026-07-02T20:28:59.556Z[ helios-setup] Jul 02 20:28:58.885 INFO E| Downloaded time v0.3.44
29972026-07-02T20:28:59.559Z[ helios-setup] Jul 02 20:28:58.890 INFO E| Downloaded hashbrown v0.16.0
29982026-07-02T20:28:59.579Z[ helios-setup] Jul 02 20:28:58.910 INFO E| Downloaded winnow v0.7.13
29992026-07-02T20:28:59.585Z[ helios-setup] Jul 02 20:28:58.916 INFO E| Downloaded clap_builder v4.5.51
30002026-07-02T20:28:59.589Z[ helios-setup] Jul 02 20:28:58.921 INFO E| Downloaded libm v0.2.15
30012026-07-02T20:28:59.605Z[ helios-setup] Jul 02 20:28:58.928 INFO E| Downloaded chrono v0.4.42
30022026-07-02T20:28:59.628Z[ helios-setup] Jul 02 20:28:58.957 INFO E| Downloaded zerocopy v0.8.27
30032026-07-02T20:28:59.638Z[ helios-setup] Jul 02 20:28:58.968 INFO E| Downloaded unicode-width v0.2.2
30042026-07-02T20:28:59.643Z[ helios-setup] Jul 02 20:28:58.973 INFO E| Downloaded syn v2.0.108
30052026-07-02T20:28:59.688Z[ helios-setup] Jul 02 20:28:59.012 INFO E| Downloaded rustix v1.1.2
30062026-07-02T20:28:59.708Z[ host-package] Compiling const_format v0.2.35
30072026-07-02T20:28:59.749Z[ helios-setup] Jul 02 20:28:59.081 INFO E| Downloaded libc v0.2.177
30082026-07-02T20:28:59.766Z[ helios-setup] Jul 02 20:28:59.097 INFO E| Downloaded tokio v1.48.0
30092026-07-02T20:28:59.864Z[ helios-setup] Jul 02 20:28:59.195 INFO E| Compiling proc-macro2 v1.0.103
30102026-07-02T20:28:59.864Z[ helios-setup] Jul 02 20:28:59.195 INFO E| Compiling quote v1.0.41
30112026-07-02T20:28:59.864Z[ helios-setup] Jul 02 20:28:59.195 INFO E| Compiling unicode-ident v1.0.22
30122026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.195 INFO E| Compiling libc v0.2.177
30132026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.195 INFO E| Compiling serde_core v1.0.228
30142026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling cfg-if v1.0.4
30152026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling serde v1.0.228
30162026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling version_check v0.9.5
30172026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling autocfg v1.5.0
30182026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling typenum v1.19.0
30192026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling const-oid v0.9.6
30202026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling libm v0.2.15
30212026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling zerocopy v0.8.27
30222026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling rustversion v1.0.22
30232026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling base64ct v1.8.0
30242026-07-02T20:28:59.868Z[ helios-setup] Jul 02 20:28:59.196 INFO E| Compiling smallvec v1.15.1
30252026-07-02T20:28:59.899Z[ host-package] Compiling reedline v0.40.0
30262026-07-02T20:29:00.122Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30272026-07-02T20:29:00.303Z[ host-package] Compiling peg v0.8.5
30282026-07-02T20:29:00.511Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30292026-07-02T20:29:00.793Z[ helios-setup] Jul 02 20:29:00.125 INFO E| Compiling zeroize v1.8.2
30302026-07-02T20:29:00.798Z[ helios-setup] Jul 02 20:29:00.130 INFO E| Compiling equivalent v1.0.2
30312026-07-02T20:29:00.926Z[ helios-setup] Jul 02 20:29:00.257 INFO E| Compiling rustix v1.1.2
30322026-07-02T20:29:00.954Z[ helios-setup] Jul 02 20:29:00.286 INFO E| Compiling anyhow v1.0.100
30332026-07-02T20:29:01.006Z[ helios-setup] Jul 02 20:29:00.338 INFO E| Compiling flagset v0.4.7
30342026-07-02T20:29:01.030Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30352026-07-02T20:29:01.276Z[ helios-setup] Jul 02 20:29:00.607 INFO E| Compiling memchr v2.7.6
30362026-07-02T20:29:01.452Z[ helios-setup] Jul 02 20:29:00.775 INFO E| Compiling pem-rfc7468 v0.7.0
30372026-07-02T20:29:01.532Z[ helios-setup] Jul 02 20:29:00.863 INFO E| Compiling generic-array v0.14.9
30382026-07-02T20:29:01.587Z[ helios-setup] Jul 02 20:29:00.918 INFO E| Compiling byteorder v1.5.0
30392026-07-02T20:29:01.635Z[ helios-setup] Jul 02 20:29:00.949 INFO E| Compiling winnow v0.7.13
30402026-07-02T20:29:01.813Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30412026-07-02T20:29:01.841Z[ helios-setup] Jul 02 20:29:01.172 INFO E| Compiling hashbrown v0.16.0
30422026-07-02T20:29:01.877Z[ helios-setup] Jul 02 20:29:01.208 INFO E| Compiling num-traits v0.2.19
30432026-07-02T20:29:02.014Z[ helios-setup] Jul 02 20:29:01.345 INFO E| Compiling crc32fast v1.5.0
30442026-07-02T20:29:02.111Z[ host-package] Compiling progenitor v0.14.0
30452026-07-02T20:29:02.310Z[ helios-setup] Jul 02 20:29:01.641 INFO E| Compiling getrandom v0.2.16
30462026-07-02T20:29:02.528Z[ helios-setup] Jul 02 20:29:01.860 INFO E| Compiling utf8parse v0.2.2
30472026-07-02T20:29:02.535Z[ helios-setup] Jul 02 20:29:01.867 INFO E| Compiling rand_core v0.6.4
30482026-07-02T20:29:02.664Z[ helios-setup] Jul 02 20:29:01.996 INFO E| Compiling anstyle-parse v0.2.7
30492026-07-02T20:29:02.700Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30502026-07-02T20:29:02.800Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30512026-07-02T20:29:02.888Z[ helios-setup] Jul 02 20:29:02.220 INFO E| Compiling errno v0.3.14
30522026-07-02T20:29:02.984Z[ helios-setup] Jul 02 20:29:02.316 INFO E| Compiling indexmap v2.12.0
30532026-07-02T20:29:03.103Z[ helios-setup] Jul 02 20:29:02.434 INFO E| Compiling syn v2.0.108
30542026-07-02T20:29:03.157Z[ helios-setup] Jul 02 20:29:02.489 INFO E| Compiling colorchoice v1.0.4
30552026-07-02T20:29:03.183Z[ helios-setup] Jul 02 20:29:02.515 INFO E| Compiling find-msvc-tools v0.1.4
30562026-07-02T20:29:03.268Z[ helios-setup] Jul 02 20:29:02.545 INFO E| Compiling toml_datetime v0.7.3
30572026-07-02T20:29:03.307Z[ host-package] Compiling bcs v0.1.6
30582026-07-02T20:29:03.331Z[ helios-setup] Jul 02 20:29:02.662 INFO E| Compiling anstyle v1.0.13
30592026-07-02T20:29:03.477Z[ helios-setup] Jul 02 20:29:02.808 INFO E| Compiling anstyle-query v1.1.4
30602026-07-02T20:29:03.519Z[ helios-setup] Jul 02 20:29:02.850 INFO E| Compiling is_terminal_polyfill v1.70.2
30612026-07-02T20:29:03.559Z[ helios-setup] Jul 02 20:29:02.890 INFO E| Compiling allocator-api2 v0.2.21
30622026-07-02T20:29:03.601Z[ helios-setup] Jul 02 20:29:02.933 INFO E| Compiling shlex v1.3.0
30632026-07-02T20:29:03.760Z[ helios-setup] Jul 02 20:29:03.091 INFO E| Compiling block-buffer v0.10.4
30642026-07-02T20:29:03.761Z[ helios-setup] Jul 02 20:29:03.091 INFO E| Compiling crypto-common v0.1.6
30652026-07-02T20:29:03.779Z[ helios-setup] Jul 02 20:29:03.110 INFO E| Compiling syn v1.0.109
30662026-07-02T20:29:03.786Z[ helios-setup] Jul 02 20:29:03.117 INFO E| Compiling radium v0.7.0
30672026-07-02T20:29:03.789Z[ helios-setup] Jul 02 20:29:03.118 INFO E| Compiling cpufeatures v0.2.17
30682026-07-02T20:29:03.799Z[ helios-setup] Jul 02 20:29:03.130 INFO E| Compiling anstream v0.6.21
30692026-07-02T20:29:03.882Z[ helios-setup] Jul 02 20:29:03.213 INFO E| Compiling cc v1.2.44
30702026-07-02T20:29:03.933Z[ helios-setup] Jul 02 20:29:03.264 INFO E| Compiling slog v2.8.2
30712026-07-02T20:29:03.975Z[ helios-setup] Jul 02 20:29:03.307 INFO E| Compiling pin-project-lite v0.2.16
30722026-07-02T20:29:04.021Z[ host-package] Compiling nom v8.0.0
30732026-07-02T20:29:04.100Z[ helios-setup] Jul 02 20:29:03.431 INFO E| Compiling maybe-uninit v2.0.0
30742026-07-02T20:29:04.153Z[ helios-setup] Jul 02 20:29:03.485 INFO E| Compiling futures-sink v0.3.31
30752026-07-02T20:29:04.284Z[ helios-setup] Jul 02 20:29:03.615 INFO E| Compiling digest v0.10.7
30762026-07-02T20:29:04.366Z[ host-package] Compiling semver v0.1.20
30772026-07-02T20:29:04.445Z[ helios-setup] Jul 02 20:29:03.776 INFO E| Compiling parking_lot_core v0.9.12
30782026-07-02T20:29:04.530Z[ helios-setup] Jul 02 20:29:03.861 INFO E| Compiling unicode-width v0.2.2
30792026-07-02T20:29:04.530Z[ helios-setup] Jul 02 20:29:03.861 INFO E| Compiling futures-core v0.3.31
30802026-07-02T20:29:04.623Z[ helios-setup] Jul 02 20:29:03.954 INFO E| Compiling toml_parser v1.0.4
30812026-07-02T20:29:04.638Z[ helios-setup] Jul 02 20:29:03.969 INFO E| Compiling pkg-config v0.3.32
30822026-07-02T20:29:04.701Z[ helios-setup] Jul 02 20:29:04.033 INFO E| Compiling sha2 v0.10.9
30832026-07-02T20:29:04.779Z[ helios-setup] Jul 02 20:29:04.110 INFO E| Compiling tap v1.0.1
30842026-07-02T20:29:04.899Z[ helios-setup] Jul 02 20:29:04.230 INFO E| Compiling wyz v0.5.1
30852026-07-02T20:29:04.926Z[ helios-setup] Jul 02 20:29:04.257 INFO E| Compiling getopts v0.2.24
30862026-07-02T20:29:05.044Z[ helios-setup] Jul 02 20:29:04.375 INFO E| Compiling futures-channel v0.3.31
30872026-07-02T20:29:05.092Z[ host-package] Compiling rustc_version v0.1.7
30882026-07-02T20:29:05.115Z[ helios-setup] Jul 02 20:29:04.447 INFO E| Compiling num-integer v0.1.46
30892026-07-02T20:29:05.122Z[ helios-setup] Jul 02 20:29:04.453 INFO E| Compiling ahash v0.8.12
30902026-07-02T20:29:05.192Z[ helios-setup] Jul 02 20:29:04.523 INFO E| Compiling time-core v0.1.6
30912026-07-02T20:29:05.293Z[ helios-setup] Jul 02 20:29:04.625 INFO E| Compiling packed_struct v0.10.1
30922026-07-02T20:29:05.326Z[ helios-setup] Jul 02 20:29:04.658 INFO E| Compiling toml_edit v0.23.7
30932026-07-02T20:29:05.479Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30942026-07-02T20:29:05.501Z[ helios-setup] Jul 02 20:29:04.832 INFO E| Compiling itoa v1.0.15
30952026-07-02T20:29:05.602Z[ helios-setup] Jul 02 20:29:04.933 INFO E| Compiling thiserror v1.0.69
30962026-07-02T20:29:05.612Z[ helios-setup] Jul 02 20:29:04.943 INFO E| Compiling futures-task v0.3.31
30972026-07-02T20:29:05.635Z[ helios-setup] Jul 02 20:29:04.966 INFO E| Compiling powerfmt v0.2.0
30982026-07-02T20:29:05.703Z[ host-package] Compiling newtype_derive v0.1.6
30992026-07-02T20:29:05.762Z[ helios-setup] Jul 02 20:29:05.093 INFO E| Compiling clap_lex v0.7.6
31002026-07-02T20:29:05.919Z[ helios-setup] Jul 02 20:29:05.250 INFO E| Compiling num-bigint-dig v0.8.4
31012026-07-02T20:29:05.922Z[ helios-setup] Jul 02 20:29:05.250 INFO E| Compiling heck v0.5.0
31022026-07-02T20:29:05.960Z[ helios-setup] Jul 02 20:29:05.292 INFO E| Compiling pin-utils v0.1.0
31032026-07-02T20:29:05.967Z[ helios-setup] Jul 02 20:29:05.298 INFO E| Compiling spin v0.9.8
31042026-07-02T20:29:06.047Z[ helios-setup] Jul 02 20:29:05.378 INFO E| Compiling futures-io v0.3.31
31052026-07-02T20:29:06.144Z[ helios-setup] Jul 02 20:29:05.475 INFO E| Compiling bitflags v2.10.0
31062026-07-02T20:29:06.152Z[ helios-setup] Jul 02 20:29:05.482 INFO E| Compiling slab v0.4.11
31072026-07-02T20:29:06.289Z[ helios-setup] Jul 02 20:29:05.620 INFO E| Compiling bytes v1.10.1
31082026-07-02T20:29:06.341Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31092026-07-02T20:29:06.435Z[ helios-setup] Jul 02 20:29:05.766 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31102026-07-02T20:29:06.471Z[ helios-setup] Jul 02 20:29:05.802 INFO E| Compiling getrandom v0.3.4
31112026-07-02T20:29:06.538Z[ helios-setup] Jul 02 20:29:05.869 INFO E| Compiling proc-macro-crate v3.4.0
31122026-07-02T20:29:06.574Z[ helios-setup] Jul 02 20:29:05.905 INFO E| Compiling num-conv v0.1.0
31132026-07-02T20:29:06.586Z[ helios-setup] Jul 02 20:29:05.918 INFO E| Compiling strsim v0.11.1
31142026-07-02T20:29:06.677Z[ helios-setup] Jul 02 20:29:06.008 INFO E| Compiling scopeguard v1.2.0
31152026-07-02T20:29:06.714Z[ host-package] Compiling unicode-linebreak v0.1.5
31162026-07-02T20:29:06.738Z[ helios-setup] Jul 02 20:29:06.069 INFO E| Compiling funty v2.0.0
31172026-07-02T20:29:06.827Z[ helios-setup] Jul 02 20:29:06.147 INFO E| Compiling time-macros v0.2.24
31182026-07-02T20:29:06.856Z[ helios-setup] Jul 02 20:29:06.187 INFO E| Compiling lock_api v0.4.14
31192026-07-02T20:29:06.932Z[ helios-setup] Jul 02 20:29:06.263 INFO E| Compiling lazy_static v1.5.0
31202026-07-02T20:29:06.938Z[ helios-setup] Jul 02 20:29:06.269 INFO E| Compiling deranged v0.5.5
31212026-07-02T20:29:07.025Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31222026-07-02T20:29:07.066Z[ helios-setup] Jul 02 20:29:06.397 INFO E| Compiling num-iter v0.1.45
31232026-07-02T20:29:07.181Z[ helios-setup] Jul 02 20:29:06.511 INFO E| Compiling indexmap v1.9.3
31242026-07-02T20:29:07.215Z[ host-package] Compiling smawk v0.3.2
31252026-07-02T20:29:07.219Z[ helios-setup] Jul 02 20:29:06.549 INFO E| Compiling simd-adler32 v0.3.7
31262026-07-02T20:29:07.319Z[ helios-setup] Jul 02 20:29:06.650 INFO E| Compiling once_cell v1.21.3
31272026-07-02T20:29:07.328Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
31282026-07-02T20:29:07.488Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31292026-07-02T20:29:07.529Z[ helios-setup] Jul 02 20:29:06.860 INFO E| Compiling terminal_size v0.4.3
31302026-07-02T20:29:07.585Z[ helios-setup] Jul 02 20:29:06.916 INFO E| Compiling bitvec v1.0.1
31312026-07-02T20:29:07.612Z[ host-package] Compiling textwrap v0.16.2
31322026-07-02T20:29:07.740Z[ helios-setup] Jul 02 20:29:07.071 INFO E| Compiling clap_builder v4.5.51
31332026-07-02T20:29:07.849Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
31342026-07-02T20:29:07.900Z[ helios-setup] Jul 02 20:29:07.231 INFO E| Compiling adler2 v2.0.1
31352026-07-02T20:29:07.922Z[ helios-setup] Jul 02 20:29:07.253 INFO E| Compiling thiserror v2.0.17
31362026-07-02T20:29:08.042Z[ helios-setup] Jul 02 20:29:07.373 INFO E| Compiling nodrop v0.1.14
31372026-07-02T20:29:08.107Z[ helios-setup] Jul 02 20:29:07.438 INFO E| Compiling crc-catalog v2.4.0
31382026-07-02T20:29:08.235Z[ helios-setup] Jul 02 20:29:07.565 INFO E| Compiling log v0.4.28
31392026-07-02T20:29:08.235Z[ helios-setup] Jul 02 20:29:07.565 INFO E| Compiling iana-time-zone v0.1.64
31402026-07-02T20:29:08.254Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
31412026-07-02T20:29:08.273Z[ helios-setup] Jul 02 20:29:07.604 INFO E| Compiling serde_json v1.0.145
31422026-07-02T20:29:08.465Z[ helios-setup] Jul 02 20:29:07.778 INFO E| Compiling chrono v0.4.42
31432026-07-02T20:29:08.495Z[ helios-setup] Jul 02 20:29:07.826 INFO E| Compiling crc v3.3.0
31442026-07-02T20:29:08.604Z[ host-package] Compiling steno v0.4.1
31452026-07-02T20:29:08.641Z[ helios-setup] Jul 02 20:29:07.972 INFO E| Compiling env_filter v0.1.4
31462026-07-02T20:29:08.706Z[ helios-setup] Jul 02 20:29:08.037 INFO E| Compiling array-init v0.0.4
31472026-07-02T20:29:08.743Z[ host-package] Compiling sha1 v0.10.6
31482026-07-02T20:29:08.748Z[ helios-setup] Jul 02 20:29:08.075 INFO E| Compiling miniz_oxide v0.8.9
31492026-07-02T20:29:08.884Z[ helios-setup] Jul 02 20:29:08.215 INFO E| Compiling parking_lot v0.12.5
31502026-07-02T20:29:08.891Z[ helios-setup] Jul 02 20:29:08.222 INFO E| Compiling smallvec v0.6.14
31512026-07-02T20:29:08.962Z[ helios-setup] Jul 02 20:29:08.294 INFO E| Compiling serde_spanned v1.0.3
31522026-07-02T20:29:09.327Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31532026-07-02T20:29:09.568Z[ helios-setup] Jul 02 20:29:08.900 INFO E| Compiling signature v2.2.0
31542026-07-02T20:29:09.788Z[ helios-setup] Jul 02 20:29:09.119 INFO E| Compiling time v0.3.44
31552026-07-02T20:29:09.829Z[ helios-setup] Jul 02 20:29:09.160 INFO E| Compiling socket2 v0.6.1
31562026-07-02T20:29:09.832Z[ host-package] Compiling utf-8 v0.7.6
31572026-07-02T20:29:09.930Z[ helios-setup] Jul 02 20:29:09.261 INFO E| Compiling is-terminal v0.4.17
31582026-07-02T20:29:09.940Z[ helios-setup] Jul 02 20:29:09.271 INFO E| Compiling signal-hook-registry v1.4.6
31592026-07-02T20:29:09.997Z[ host-package] Compiling tagptr v0.2.0
31602026-07-02T20:29:10.058Z[ helios-setup] Jul 02 20:29:09.389 INFO E| Compiling mio v1.1.0
31612026-07-02T20:29:10.066Z[ helios-setup] Jul 02 20:29:09.398 INFO E| Compiling thread_local v1.1.9
31622026-07-02T20:29:10.239Z[ helios-setup] Jul 02 20:29:09.570 INFO E| Compiling base64 v0.21.7
31632026-07-02T20:29:10.325Z[ helios-setup] Jul 02 20:29:09.657 INFO E| Compiling serde_derive v1.0.228
31642026-07-02T20:29:10.465Z[ helios-setup] Jul 02 20:29:09.797 INFO E| Compiling zerocopy-derive v0.8.27
31652026-07-02T20:29:10.512Z[ helios-setup] Jul 02 20:29:09.844 INFO E| Compiling der_derive v0.7.3
31662026-07-02T20:29:10.538Z[ host-package] Compiling moka v0.12.13
31672026-07-02T20:29:10.672Z[ helios-setup] Jul 02 20:29:10.003 INFO E| Compiling futures-macro v0.3.31
31682026-07-02T20:29:10.685Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31692026-07-02T20:29:10.776Z[ helios-setup] Jul 02 20:29:10.108 INFO E| Compiling packed_struct_codegen v0.10.1
31702026-07-02T20:29:11.035Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31712026-07-02T20:29:11.228Z[ helios-setup] Jul 02 20:29:10.560 INFO E| Compiling bitfield-macros v0.19.3
31722026-07-02T20:29:11.252Z[ helios-setup] Jul 02 20:29:10.583 INFO E| Compiling clap_derive v4.5.49
31732026-07-02T20:29:11.321Z[ helios-setup] Jul 02 20:29:10.652 INFO E| Compiling zerocopy-derive v0.6.6
31742026-07-02T20:29:11.493Z[ host-package] Compiling tungstenite v0.21.0
31752026-07-02T20:29:11.524Z[ helios-setup] Jul 02 20:29:10.855 INFO E| Compiling num_enum_derive v0.7.5
31762026-07-02T20:29:11.756Z[ helios-setup] Jul 02 20:29:11.085 INFO E| Compiling thiserror-impl v1.0.69
31772026-07-02T20:29:11.905Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31782026-07-02T20:29:12.107Z[ helios-setup] Jul 02 20:29:11.438 INFO E| Compiling tokio-macros v2.6.0
31792026-07-02T20:29:12.118Z[ helios-setup] Jul 02 20:29:11.449 INFO E| Compiling thiserror-impl v2.0.17
31802026-07-02T20:29:12.399Z[ host-package] Compiling vergen-lib v0.1.6
31812026-07-02T20:29:12.585Z[ host-package] Compiling diesel_derives v2.3.7
31822026-07-02T20:29:12.786Z[ helios-setup] Jul 02 20:29:12.117 INFO E| Compiling futures-util v0.3.31
31832026-07-02T20:29:12.838Z[ helios-setup] Jul 02 20:29:12.169 INFO E| Compiling zerocopy v0.6.6
31842026-07-02T20:29:12.912Z[ helios-setup] Jul 02 20:29:12.242 INFO E| Compiling subtle v2.6.1
31852026-07-02T20:29:12.964Z[ helios-setup] Jul 02 20:29:12.295 INFO E| Compiling bitfield v0.19.3
31862026-07-02T20:29:13.038Z[ host-package] Compiling tokio-tungstenite v0.21.0
31872026-07-02T20:29:13.057Z[ helios-setup] Jul 02 20:29:12.388 INFO E| Compiling der v0.7.10
31882026-07-02T20:29:13.246Z[ host-package] Compiling hickory-resolver v0.25.2
31892026-07-02T20:29:13.324Z[ helios-setup] Jul 02 20:29:12.656 INFO E| Compiling toml_writer v1.0.4
31902026-07-02T20:29:13.553Z[ helios-setup] Jul 02 20:29:12.884 INFO E| Compiling hashbrown v0.12.3
31912026-07-02T20:29:13.642Z[ helios-setup] Jul 02 20:29:12.973 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
31922026-07-02T20:29:13.783Z[ helios-setup] Jul 02 20:29:13.114 INFO E| Compiling ryu v1.0.20
31932026-07-02T20:29:13.807Z[ helios-setup] Jul 02 20:29:13.138 INFO E| Compiling term v1.2.0
31942026-07-02T20:29:13.832Z[ helios-setup] Jul 02 20:29:13.163 INFO E| Compiling libdevinfo-sys v1.1.0
31952026-07-02T20:29:13.844Z[ helios-setup] Jul 02 20:29:13.175 INFO E| Compiling num_enum v0.7.5
31962026-07-02T20:29:13.973Z[ helios-setup] Jul 02 20:29:13.304 INFO E| Compiling winnow v0.5.40
31972026-07-02T20:29:14.193Z[ helios-setup] Jul 02 20:29:13.524 INFO E| Compiling devinfo v0.1.0
31982026-07-02T20:29:14.284Z[ helios-setup] Jul 02 20:29:13.615 INFO E| Compiling tokio v1.48.0
31992026-07-02T20:29:14.316Z[ helios-setup] Jul 02 20:29:13.647 INFO E| Compiling toml v0.9.8
32002026-07-02T20:29:14.463Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
32012026-07-02T20:29:14.551Z[ helios-setup] Jul 02 20:29:13.883 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32022026-07-02T20:29:14.639Z[ host-package] Compiling scheduled-thread-pool v0.2.7
32032026-07-02T20:29:14.779Z[ helios-setup] Jul 02 20:29:14.111 INFO E| Compiling bzip2 v0.4.4
32042026-07-02T20:29:15.213Z[ helios-setup] Jul 02 20:29:14.544 INFO E| Compiling flate2 v1.1.5
32052026-07-02T20:29:15.234Z[ helios-setup] Jul 02 20:29:14.566 INFO E| Compiling uuid v1.18.1
32062026-07-02T20:29:15.343Z[ helios-setup] Jul 02 20:29:14.674 INFO E| Compiling clap v4.5.51
32072026-07-02T20:29:15.356Z[ helios-setup] Jul 02 20:29:14.687 INFO E| Compiling env_logger v0.11.8
32082026-07-02T20:29:15.441Z[ helios-setup] Jul 02 20:29:14.773 INFO E| Compiling hex v0.4.3
32092026-07-02T20:29:15.599Z[ host-package] Compiling dsl_auto_type v0.2.0
32102026-07-02T20:29:15.837Z[ helios-setup] Jul 02 20:29:15.168 INFO E| Compiling spki v0.7.3
32112026-07-02T20:29:16.007Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32122026-07-02T20:29:16.047Z[ helios-setup] Jul 02 20:29:15.379 INFO E| Compiling rustc-hash v2.1.1
32132026-07-02T20:29:16.229Z[ helios-setup] Jul 02 20:29:15.560 INFO E| Compiling pkcs8 v0.10.2
32142026-07-02T20:29:16.340Z[ helios-setup] Jul 02 20:29:15.672 INFO E| Compiling x509-cert v0.2.5
32152026-07-02T20:29:16.468Z[ helios-setup] Jul 02 20:29:15.799 INFO E| Compiling crc-any v2.5.0
32162026-07-02T20:29:16.595Z[ helios-setup] Jul 02 20:29:15.926 INFO E| Compiling pkcs1 v0.7.5
32172026-07-02T20:29:16.605Z[ helios-setup] Jul 02 20:29:15.937 INFO E| Compiling bitflags v1.3.2
32182026-07-02T20:29:16.696Z[ helios-setup] Jul 02 20:29:16.027 INFO E| Compiling foldhash v0.2.0
32192026-07-02T20:29:16.832Z[ host-package] Compiling vergen-gitcl v1.0.8
32202026-07-02T20:29:16.869Z[ helios-setup] Jul 02 20:29:16.200 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32212026-07-02T20:29:16.948Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
32222026-07-02T20:29:17.170Z[ helios-setup] Jul 02 20:29:16.501 INFO E| Compiling ppv-lite86 v0.2.21
32232026-07-02T20:29:17.174Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
32242026-07-02T20:29:17.363Z[ helios-setup] Jul 02 20:29:16.694 INFO E| Compiling iddqd v0.3.14
32252026-07-02T20:29:17.548Z[ host-package] Compiling dirs-sys-next v0.1.2
32262026-07-02T20:29:17.583Z[ helios-setup] Jul 02 20:29:16.914 INFO E| Compiling hashbrown v0.13.2
32272026-07-02T20:29:17.655Z[ helios-setup] Jul 02 20:29:16.986 INFO E| Compiling zip v0.6.6
32282026-07-02T20:29:17.758Z[ host-package] Compiling glob v0.3.3
32292026-07-02T20:29:17.778Z[ helios-setup] Jul 02 20:29:17.109 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32302026-07-02T20:29:17.920Z[ host-package] Compiling crunchy v0.2.4
32312026-07-02T20:29:18.194Z[ helios-setup] Jul 02 20:29:17.523 INFO E| Compiling rand_chacha v0.3.1
32322026-07-02T20:29:18.240Z[ host-package] Compiling maplit v1.0.2
32332026-07-02T20:29:18.257Z[ helios-setup] Jul 02 20:29:17.588 INFO E| Compiling futures-executor v0.3.31
32342026-07-02T20:29:18.555Z[ host-package] Compiling proc-macro-error2 v2.0.1
32352026-07-02T20:29:18.590Z[ helios-setup] Jul 02 20:29:17.921 INFO E| Compiling erased-serde v0.3.31
32362026-07-02T20:29:18.667Z[ host-package] Compiling clang-sys v1.8.1
32372026-07-02T20:29:18.737Z[ host-package] Compiling dirs-next v2.0.0
32382026-07-02T20:29:18.806Z[ helios-setup] Jul 02 20:29:18.137 INFO E| Compiling rand v0.8.5
32392026-07-02T20:29:18.887Z[ helios-setup] Jul 02 20:29:18.218 INFO E| Compiling toml_datetime v0.6.11
32402026-07-02T20:29:18.925Z[ helios-setup] Jul 02 20:29:18.256 INFO E| Compiling serde_spanned v0.6.9
32412026-07-02T20:29:19.114Z[ helios-setup] Jul 02 20:29:18.445 INFO E| Compiling futures v0.3.31
32422026-07-02T20:29:19.180Z[ helios-setup] Jul 02 20:29:18.511 INFO E| Compiling serde-hex v0.1.0
32432026-07-02T20:29:19.188Z[ helios-setup] Jul 02 20:29:18.519 INFO E| Compiling ron v0.8.1
32442026-07-02T20:29:19.212Z[ helios-setup] Jul 02 20:29:18.543 INFO E| Compiling object v0.30.4
32452026-07-02T20:29:19.236Z[ helios-setup] Jul 02 20:29:18.566 INFO E| Compiling path-slash v0.1.5
32462026-07-02T20:29:19.321Z[ host-package] Compiling r2d2 v0.8.10
32472026-07-02T20:29:19.589Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32482026-07-02T20:29:19.687Z[ helios-setup] Jul 02 20:29:19.010 INFO E| Compiling toml_edit v0.19.15
32492026-07-02T20:29:20.061Z[ host-package] Compiling num-derive v0.3.3
32502026-07-02T20:29:20.140Z[ host-package] Compiling downcast-rs v2.0.2
32512026-07-02T20:29:20.493Z[ host-package] Compiling tiny-keccak v2.0.2
32522026-07-02T20:29:20.769Z[ helios-setup] Jul 02 20:29:20.101 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
32532026-07-02T20:29:20.846Z[ host-package] Compiling tabled_derive v0.11.0
32542026-07-02T20:29:21.082Z[ helios-setup] Jul 02 20:29:20.413 INFO E| Compiling slog-term v2.9.2
32552026-07-02T20:29:21.082Z[ helios-setup] Jul 02 20:29:20.413 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32562026-07-02T20:29:21.609Z[ helios-setup] Jul 02 20:29:20.939 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32572026-07-02T20:29:21.812Z[ host-package] Compiling term v0.7.0
32582026-07-02T20:29:22.124Z[ helios-setup] Jul 02 20:29:21.455 INFO E| Compiling rsa v0.9.8
32592026-07-02T20:29:22.779Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32602026-07-02T20:29:22.870Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32612026-07-02T20:29:22.870Z[ host-package] Compiling libscf-sys v1.1.0
32622026-07-02T20:29:22.919Z[ helios-setup] Jul 02 20:29:22.250 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
32632026-07-02T20:29:23.029Z[ helios-setup] Jul 02 20:29:22.361 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32642026-07-02T20:29:23.210Z[ host-package] Compiling papergrid v0.17.0
32652026-07-02T20:29:23.338Z[ helios-setup] Jul 02 20:29:22.670 INFO E| Compiling toml v0.7.8
32662026-07-02T20:29:23.381Z[ host-package] Compiling testing_table v0.3.0
32672026-07-02T20:29:23.493Z[ host-package] Compiling bit-vec v0.6.3
32682026-07-02T20:29:23.613Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
32692026-07-02T20:29:23.727Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
32702026-07-02T20:29:23.915Z[ host-package] Compiling bit-set v0.5.3
32712026-07-02T20:29:24.111Z[ host-package] Compiling ascii-canvas v3.0.0
32722026-07-02T20:29:24.757Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32732026-07-02T20:29:24.820Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32742026-07-02T20:29:25.032Z[ host-package] Compiling progenitor-impl v0.13.0
32752026-07-02T20:29:25.560Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32762026-07-02T20:29:25.663Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32772026-07-02T20:29:25.725Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32782026-07-02T20:29:26.056Z[ host-package] Compiling itertools v0.10.5
32792026-07-02T20:29:26.153Z[ host-package] Compiling ena v0.14.4
32802026-07-02T20:29:26.222Z[ host-package] Compiling tabled v0.20.0
32812026-07-02T20:29:26.325Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32822026-07-02T20:29:26.771Z[ host-package] Compiling libloading v0.8.9
32832026-07-02T20:29:26.867Z[ host-package] Compiling regex-syntax v0.6.29
32842026-07-02T20:29:27.051Z[ host-package] Compiling unicase v2.9.0
32852026-07-02T20:29:27.412Z[ host-package] Compiling xshell-macros v0.2.7
32862026-07-02T20:29:27.857Z[ host-package] Compiling diff v0.1.13
32872026-07-02T20:29:28.244Z[ host-package] Compiling bindgen v0.71.1
32882026-07-02T20:29:28.310Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32892026-07-02T20:29:28.406Z[ host-package] Compiling xshell v0.2.7
32902026-07-02T20:29:28.564Z[ host-package] Compiling diesel v2.3.7
32912026-07-02T20:29:29.221Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32922026-07-02T20:29:29.299Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32932026-07-02T20:29:29.346Z[ host-package] Compiling progenitor-macro v0.13.0
32942026-07-02T20:29:29.811Z[ host-package] Compiling lalrpop v0.19.12
32952026-07-02T20:29:30.444Z[ helios-setup] Jul 02 20:29:29.774 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
32962026-07-02T20:29:30.484Z[ host-package] Compiling cexpr v0.6.0
32972026-07-02T20:29:31.276Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32982026-07-02T20:29:31.730Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32992026-07-02T20:29:31.794Z[ host-package] Compiling progenitor-client v0.13.0
33002026-07-02T20:29:31.854Z[ helios-setup] Jul 02 20:29:31.185 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33012026-07-02T20:29:31.974Z[ host-package] Compiling rustc-hash v2.1.1
33022026-07-02T20:29:32.515Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33032026-07-02T20:29:33.753Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33042026-07-02T20:29:34.231Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33052026-07-02T20:29:34.283Z[ host-package] Compiling headers-core v0.3.0
33062026-07-02T20:29:34.551Z[ host-package] Compiling libxml v0.3.3
33072026-07-02T20:29:34.642Z[ host-package] Compiling progenitor v0.13.0
33082026-07-02T20:29:34.826Z[ host-package] Compiling crc8 v0.1.1
33092026-07-02T20:29:35.036Z[ host-package] Compiling headers v0.4.1
33102026-07-02T20:29:35.226Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33112026-07-02T20:29:35.339Z[ host-package] Compiling strum_macros v0.24.3
33122026-07-02T20:29:35.342Z[ host-package] Compiling indoc v1.0.9
33132026-07-02T20:29:35.981Z[ helios-setup] Jul 02 20:29:35.312 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33142026-07-02T20:29:36.030Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
33152026-07-02T20:29:36.185Z[ host-package] Compiling git-stub v1.0.0
33162026-07-02T20:29:36.255Z[ host-package] Compiling derive_builder v0.20.2
33172026-07-02T20:29:36.311Z[ host-package] Compiling oso-derive v0.27.3
33182026-07-02T20:29:36.441Z[ host-package] Compiling quick-xml v0.37.5
33192026-07-02T20:29:36.496Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
33202026-07-02T20:29:36.573Z[ host-package] Compiling openssl-probe v0.1.6
33212026-07-02T20:29:36.795Z[ host-package] Compiling git-stub-vcs v0.1.0
33222026-07-02T20:29:37.011Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
33232026-07-02T20:29:37.019Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33242026-07-02T20:29:37.020Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
33252026-07-02T20:29:37.277Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33262026-07-02T20:29:37.378Z[ host-package] Compiling bb8 v0.8.6
33272026-07-02T20:29:37.747Z[ host-package] Compiling trait-variant v0.1.2
33282026-07-02T20:29:37.769Z[ host-package] Compiling half v1.8.3
33292026-07-02T20:29:37.906Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
33302026-07-02T20:29:37.957Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33312026-07-02T20:29:38.140Z[ host-package] Compiling samael v0.0.19
33322026-07-02T20:29:38.244Z[ host-package] Compiling serde_cbor v0.11.2
33332026-07-02T20:29:38.330Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33342026-07-02T20:29:38.575Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33352026-07-02T20:29:38.693Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
33362026-07-02T20:29:39.129Z[ host-package] Compiling polar-core v0.27.3
33372026-07-02T20:29:39.213Z[ host-package] Compiling nonempty v0.12.0
33382026-07-02T20:29:39.401Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33392026-07-02T20:29:39.465Z[ host-package] Compiling fxhash v0.2.1
33402026-07-02T20:29:39.660Z[ host-package] Compiling libz-sys v1.1.24
33412026-07-02T20:29:39.789Z[ host-package] Compiling salty v0.3.0
33422026-07-02T20:29:40.832Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33432026-07-02T20:29:40.894Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33442026-07-02T20:29:41.157Z[ host-package] Compiling kstat-rs v0.2.4
33452026-07-02T20:29:41.299Z[ host-package] Compiling arc-swap v1.8.2
33462026-07-02T20:29:41.842Z[ host-package] Compiling slog-scope v4.4.1
33472026-07-02T20:29:42.032Z[ host-package] Compiling mime_guess v2.0.5
33482026-07-02T20:29:42.785Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33492026-07-02T20:29:43.186Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33502026-07-02T20:29:44.197Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33512026-07-02T20:29:44.664Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33522026-07-02T20:29:44.823Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33532026-07-02T20:29:44.897Z[ host-package] Compiling rfc6979 v0.4.0
33542026-07-02T20:29:45.008Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33552026-07-02T20:29:45.389Z[ host-package] Compiling nanorand v0.7.0
33562026-07-02T20:29:45.653Z[ host-package] Compiling darling_core v0.23.0
33572026-07-02T20:29:45.849Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33582026-07-02T20:29:46.434Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33592026-07-02T20:29:46.505Z[ host-package] Compiling parking_lot_core v0.8.6
33602026-07-02T20:29:46.857Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33612026-07-02T20:29:47.012Z[ host-package] Compiling flume v0.11.1
33622026-07-02T20:29:47.460Z[ host-package] Compiling ecdsa v0.16.9
33632026-07-02T20:29:47.703Z[ helios-setup] Jul 02 20:29:47.034 INFO E| Finished `release` profile [optimized] target(s) in 49.90s
33642026-07-02T20:29:47.711Z[ helios-setup] Jul 02 20:29:47.037 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33652026-07-02T20:29:47.711Z[ helios-setup] Jul 02 20:29:47.037 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33662026-07-02T20:29:47.729Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33672026-07-02T20:29:47.773Z[ helios-setup] Jul 02 20:29:47.103 INFO building project "pilot" ok (49 seconds)
33682026-07-02T20:29:47.773Z[ helios-setup] Jul 02 20:29:47.103 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
33692026-07-02T20:29:47.809Z[ helios-setup] Jul 02 20:29:47.140 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')"
33702026-07-02T20:29:47.809Z[ helios-setup] Jul 02 20:29:47.140 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
33712026-07-02T20:29:47.809Z[ helios-setup] Jul 02 20:29:47.140 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
33722026-07-02T20:29:48.054Z[ host-package] Compiling darling_macro v0.23.0
33732026-07-02T20:29:48.074Z[ helios-setup] Jul 02 20:29:47.405 INFO E| Updating crates.io index
33742026-07-02T20:29:48.078Z[ helios-setup] Jul 02 20:29:47.406 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
33752026-07-02T20:29:48.147Z[ host-package] Compiling slog-stdlog v4.1.1
33762026-07-02T20:29:48.363Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33772026-07-02T20:29:48.466Z[ host-package] Compiling primeorder v0.13.6
33782026-07-02T20:29:48.526Z[ helios-setup] Jul 02 20:29:47.857 INFO E| From https://github.com/oxidecomputer/amd-apcb
33792026-07-02T20:29:48.526Z[ helios-setup] Jul 02 20:29:47.857 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
33802026-07-02T20:29:48.543Z[ helios-setup] Jul 02 20:29:47.874 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
33812026-07-02T20:29:48.556Z[ host-package] Compiling atty v0.2.14
33822026-07-02T20:29:48.638Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33832026-07-02T20:29:48.641Z[ host-package] Compiling strsim v0.10.0
33842026-07-02T20:29:48.721Z[ host-package] Compiling instability v0.3.11
33852026-07-02T20:29:48.795Z[ host-package] Compiling http-range v0.1.5
33862026-07-02T20:29:48.860Z[ helios-setup] Jul 02 20:29:48.191 INFO E| From https://github.com/oxidecomputer/amd-efs
33872026-07-02T20:29:48.860Z[ helios-setup] Jul 02 20:29:48.191 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
33882026-07-02T20:29:48.937Z[ host-package] Compiling darling_core v0.13.4
33892026-07-02T20:29:48.977Z[ host-package] Compiling p384 v0.13.1
33902026-07-02T20:29:49.031Z[ host-package] Compiling darling v0.23.0
33912026-07-02T20:29:49.144Z[ host-package] Compiling slog-envlogger v2.2.0
33922026-07-02T20:29:49.190Z[ helios-setup] Jul 02 20:29:48.521 INFO E| Downloading crates ...
33932026-07-02T20:29:49.245Z[ helios-setup] Jul 02 20:29:48.576 INFO E| Downloaded ansi_term v0.12.1
33942026-07-02T20:29:49.252Z[ helios-setup] Jul 02 20:29:48.583 INFO E| Downloaded strum v0.27.1
33952026-07-02T20:29:49.256Z[ helios-setup] Jul 02 20:29:48.584 INFO E| Downloaded vec_map v0.8.2
33962026-07-02T20:29:49.257Z[ helios-setup] Jul 02 20:29:48.585 INFO E| Downloaded modular-bitfield v0.11.2
33972026-07-02T20:29:49.261Z[ helios-setup] Jul 02 20:29:48.592 INFO E| Downloaded unic-ucd-version v0.9.0
33982026-07-02T20:29:49.264Z[ helios-setup] Jul 02 20:29:48.593 INFO E| Downloaded strsim v0.8.0
33992026-07-02T20:29:49.268Z[ helios-setup] Jul 02 20:29:48.596 INFO E| Downloaded serde_json v1.0.140
34002026-07-02T20:29:49.271Z[ helios-setup] Jul 02 20:29:48.602 INFO E| Downloaded four-cc v0.4.0
34012026-07-02T20:29:49.274Z[ helios-setup] Jul 02 20:29:48.603 INFO E| Downloaded log v0.4.27
34022026-07-02T20:29:49.274Z[ helios-setup] Jul 02 20:29:48.605 INFO E| Downloaded parse_int v0.9.0
34032026-07-02T20:29:49.278Z[ helios-setup] Jul 02 20:29:48.606 INFO E| Downloaded autocfg v1.4.0
34042026-07-02T20:29:49.278Z[ helios-setup] Jul 02 20:29:48.608 INFO E| Downloaded modular-bitfield v0.13.1
34052026-07-02T20:29:49.290Z[ helios-setup] Jul 02 20:29:48.621 INFO E| Downloaded unic-ucd-ident v0.9.0
34062026-07-02T20:29:49.294Z[ helios-setup] Jul 02 20:29:48.623 INFO E| Downloaded modular-bitfield-impl v0.13.1
34072026-07-02T20:29:49.294Z[ helios-setup] Jul 02 20:29:48.624 INFO E| Downloaded heck v0.3.3
34082026-07-02T20:29:49.298Z[ helios-setup] Jul 02 20:29:48.626 INFO E| Downloaded pest_meta v2.8.0
34092026-07-02T20:29:49.304Z[ helios-setup] Jul 02 20:29:48.635 INFO E| Downloaded goblin v0.9.3
34102026-07-02T20:29:49.310Z[ helios-setup] Jul 02 20:29:48.641 INFO E| Downloaded fletcher v1.0.0
34112026-07-02T20:29:49.313Z[ helios-setup] Jul 02 20:29:48.643 INFO E| Downloaded unic-char-range v0.9.0
34122026-07-02T20:29:49.316Z[ helios-setup] Jul 02 20:29:48.646 INFO E| Downloaded unic-common v0.9.0
34132026-07-02T20:29:49.319Z[ helios-setup] Jul 02 20:29:48.651 INFO E| Downloaded dyn-clone v1.0.19
34142026-07-02T20:29:49.329Z[ helios-setup] Jul 02 20:29:48.660 INFO E| Downloaded unic-char-property v0.9.0
34152026-07-02T20:29:49.333Z[ helios-setup] Jul 02 20:29:48.662 INFO E| Downloaded thiserror v2.0.12
34162026-07-02T20:29:49.337Z[ helios-setup] Jul 02 20:29:48.666 INFO E| Downloaded pest_generator v2.8.0
34172026-07-02T20:29:49.404Z[ helios-setup] Jul 02 20:29:48.735 INFO E| Downloaded unicode-ident v1.0.18
34182026-07-02T20:29:49.408Z[ helios-setup] Jul 02 20:29:48.737 INFO E| Downloaded quote v1.0.40
34192026-07-02T20:29:49.408Z[ helios-setup] Jul 02 20:29:48.739 INFO E| Downloaded clap v2.34.0
34202026-07-02T20:29:49.412Z[ helios-setup] Jul 02 20:29:48.744 INFO E| Downloaded proc-macro2 v1.0.95
34212026-07-02T20:29:49.416Z[ helios-setup] Jul 02 20:29:48.745 INFO E| Downloaded bytesize v2.0.1
34222026-07-02T20:29:49.416Z[ helios-setup] Jul 02 20:29:48.747 INFO E| Downloaded thiserror-impl v2.0.12
34232026-07-02T20:29:49.419Z[ helios-setup] Jul 02 20:29:48.748 INFO E| Downloaded textwrap v0.11.0
34242026-07-02T20:29:49.419Z[ helios-setup] Jul 02 20:29:48.749 INFO E| Downloaded strum_macros v0.27.1
34252026-07-02T20:29:49.419Z[ helios-setup] Jul 02 20:29:48.750 INFO E| Downloaded structopt-derive v0.4.18
34262026-07-02T20:29:49.423Z[ helios-setup] Jul 02 20:29:48.751 INFO E| Downloaded rustversion v1.0.20
34272026-07-02T20:29:49.423Z[ helios-setup] Jul 02 20:29:48.753 INFO E| Downloaded pest_derive v2.8.0
34282026-07-02T20:29:49.426Z[ helios-setup] Jul 02 20:29:48.754 INFO E| Downloaded modular-bitfield-impl v0.11.2
34292026-07-02T20:29:49.429Z[ helios-setup] Jul 02 20:29:48.759 INFO E| Downloaded memchr v2.7.4
34302026-07-02T20:29:49.433Z[ helios-setup] Jul 02 20:29:48.763 INFO E| Downloaded zerocopy-derive v0.8.25
34312026-07-02T20:29:49.437Z[ helios-setup] Jul 02 20:29:48.768 INFO E| Downloaded structopt v0.3.26
34322026-07-02T20:29:49.442Z[ helios-setup] Jul 02 20:29:48.773 INFO E| Downloaded pest v2.8.0
34332026-07-02T20:29:49.445Z[ helios-setup] Jul 02 20:29:48.777 INFO E| Downloaded typenum v1.18.0
34342026-07-02T20:29:49.449Z[ helios-setup] Jul 02 20:29:48.779 INFO E| Downloaded serde_derive v1.0.219
34352026-07-02T20:29:49.452Z[ helios-setup] Jul 02 20:29:48.781 INFO E| Downloaded serde v1.0.219
34362026-07-02T20:29:49.467Z[ helios-setup] Jul 02 20:29:48.797 INFO E| Downloaded zerocopy v0.8.25
34372026-07-02T20:29:49.501Z[ helios-setup] Jul 02 20:29:48.832 INFO E| Downloaded syn v2.0.101
34382026-07-02T20:29:49.557Z[ helios-setup] Jul 02 20:29:48.888 INFO E| Downloaded libc v0.2.172
34392026-07-02T20:29:49.625Z[ helios-setup] Jul 02 20:29:48.955 INFO E| Compiling proc-macro2 v1.0.95
34402026-07-02T20:29:49.625Z[ helios-setup] Jul 02 20:29:48.955 INFO E| Compiling unicode-ident v1.0.18
34412026-07-02T20:29:49.625Z[ helios-setup] Jul 02 20:29:48.955 INFO E| Compiling memchr v2.7.4
34422026-07-02T20:29:49.628Z[ helios-setup] Jul 02 20:29:48.955 INFO E| Compiling thiserror v2.0.12
34432026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.955 INFO E| Compiling autocfg v1.4.0
34442026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.955 INFO E| Compiling serde v1.0.219
34452026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.955 INFO E| Compiling syn v1.0.109
34462026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling version_check v0.9.5
34472026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling serde_json v1.0.140
34482026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling schemars v0.8.22
34492026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling ryu v1.0.20
34502026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling itoa v1.0.15
34512026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling paste v1.0.15
34522026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling static_assertions v1.1.0
34532026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling dyn-clone v1.0.19
34542026-07-02T20:29:49.629Z[ helios-setup] Jul 02 20:29:48.956 INFO E| Compiling libc v0.2.172
34552026-07-02T20:29:49.800Z[ helios-setup] Jul 02 20:29:49.131 INFO E| Compiling ucd-trie v0.1.7
34562026-07-02T20:29:49.912Z[ helios-setup] Jul 02 20:29:49.242 INFO E| Compiling rustversion v1.0.20
34572026-07-02T20:29:50.116Z[ helios-setup] Jul 02 20:29:49.447 INFO E| Compiling zerocopy v0.8.25
34582026-07-02T20:29:50.171Z[ helios-setup] Jul 02 20:29:49.502 INFO E| Compiling once_cell v1.21.3
34592026-07-02T20:29:50.210Z[ host-package] Compiling diesel-dtrace v0.5.0
34602026-07-02T20:29:50.359Z[ helios-setup] Jul 02 20:29:49.689 INFO E| Compiling heck v0.5.0
34612026-07-02T20:29:50.488Z[ helios-setup] Jul 02 20:29:49.818 INFO E| Compiling unicode-width v0.1.14
34622026-07-02T20:29:50.512Z[ host-package] Compiling async-bb8-diesel v0.2.1
34632026-07-02T20:29:50.590Z[ helios-setup] Jul 02 20:29:49.921 INFO E| Compiling proc-macro-error-attr v1.0.4
34642026-07-02T20:29:50.606Z[ helios-setup] Jul 02 20:29:49.933 INFO E| Compiling num-traits v0.2.19
34652026-07-02T20:29:50.612Z[ helios-setup] Jul 02 20:29:49.943 INFO E| Compiling memoffset v0.9.1
34662026-07-02T20:29:50.637Z[ helios-setup] Jul 02 20:29:49.967 INFO E| Compiling proc-macro-error v1.0.4
34672026-07-02T20:29:50.777Z[ host-package] Compiling oso v0.27.3
34682026-07-02T20:29:50.832Z[ helios-setup] Jul 02 20:29:50.158 INFO E| Compiling unicode-segmentation v1.12.0
34692026-07-02T20:29:50.836Z[ helios-setup] Jul 02 20:29:50.166 INFO E| Compiling ansi_term v0.12.1
34702026-07-02T20:29:50.844Z[ helios-setup] Jul 02 20:29:50.175 INFO E| Compiling byteorder v1.5.0
34712026-07-02T20:29:51.043Z[ helios-setup] Jul 02 20:29:50.371 INFO E| Compiling unic-char-range v0.9.0
34722026-07-02T20:29:51.181Z[ helios-setup] Jul 02 20:29:50.497 INFO E| Compiling textwrap v0.11.0
34732026-07-02T20:29:51.207Z[ helios-setup] Jul 02 20:29:50.538 INFO E| Compiling atty v0.2.14
34742026-07-02T20:29:51.207Z[ helios-setup] Jul 02 20:29:50.538 INFO E| Compiling unic-common v0.9.0
34752026-07-02T20:29:51.219Z[ helios-setup] Jul 02 20:29:50.550 INFO E| Compiling bitflags v1.3.2
34762026-07-02T20:29:51.261Z[ helios-setup] Jul 02 20:29:50.592 INFO E| Compiling vec_map v0.8.2
34772026-07-02T20:29:51.284Z[ helios-setup] Jul 02 20:29:50.615 INFO E| Compiling strum v0.27.1
34782026-07-02T20:29:51.301Z[ helios-setup] Jul 02 20:29:50.632 INFO E| Compiling strsim v0.8.0
34792026-07-02T20:29:51.325Z[ helios-setup] Jul 02 20:29:50.656 INFO E| Compiling fletcher v1.0.0
34802026-07-02T20:29:51.342Z[ helios-setup] Jul 02 20:29:50.673 INFO E| Compiling unic-ucd-version v0.9.0
34812026-07-02T20:29:51.363Z[ helios-setup] Jul 02 20:29:50.694 INFO E| Compiling unic-char-property v0.9.0
34822026-07-02T20:29:51.386Z[ helios-setup] Jul 02 20:29:50.717 INFO E| Compiling plain v0.2.3
34832026-07-02T20:29:51.421Z[ helios-setup] Jul 02 20:29:50.752 INFO E| Compiling lazy_static v1.5.0
34842026-07-02T20:29:51.454Z[ helios-setup] Jul 02 20:29:50.784 INFO E| Compiling log v0.4.27
34852026-07-02T20:29:51.483Z[ helios-setup] Jul 02 20:29:50.814 INFO E| Compiling clap v2.34.0
34862026-07-02T20:29:51.511Z[ helios-setup] Jul 02 20:29:50.842 INFO E| Compiling heck v0.3.3
34872026-07-02T20:29:51.535Z[ helios-setup] Jul 02 20:29:50.867 INFO E| Compiling unic-ucd-ident v0.9.0
34882026-07-02T20:29:51.553Z[ helios-setup] Jul 02 20:29:50.884 INFO E| Compiling bytesize v2.0.1
34892026-07-02T20:29:51.954Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
34902026-07-02T20:29:52.031Z[ helios-setup] Jul 02 20:29:51.362 INFO E| Compiling quote v1.0.40
34912026-07-02T20:29:52.268Z[ helios-setup] Jul 02 20:29:51.599 INFO E| Compiling syn v2.0.101
34922026-07-02T20:29:52.357Z[ helios-setup] Jul 02 20:29:51.688 INFO E| Compiling parse_int v0.9.0
34932026-07-02T20:29:52.981Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
34942026-07-02T20:29:53.090Z[ host-package] Compiling ignore v0.4.25
34952026-07-02T20:29:53.350Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34962026-07-02T20:29:53.922Z[ host-package] Compiling vergen-git2 v9.1.0
34972026-07-02T20:29:54.221Z[ host-package] Compiling castaway v0.2.4
34982026-07-02T20:29:54.583Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
34992026-07-02T20:29:54.946Z[ host-package] Compiling indoc v2.0.7
35002026-07-02T20:29:55.258Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
35012026-07-02T20:29:55.306Z[ helios-setup] Jul 02 20:29:54.636 INFO E| Compiling serde_derive_internals v0.29.1
35022026-07-02T20:29:55.361Z[ helios-setup] Jul 02 20:29:54.688 INFO E| Compiling modular-bitfield-impl v0.11.2
35032026-07-02T20:29:55.362Z[ helios-setup] Jul 02 20:29:54.688 INFO E| Compiling structopt-derive v0.4.18
35042026-07-02T20:29:56.602Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling thiserror-impl v2.0.12
35052026-07-02T20:29:56.602Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling serde_derive v1.0.219
35062026-07-02T20:29:56.602Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling schemars_derive v0.8.22
35072026-07-02T20:29:56.605Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling zerocopy-derive v0.8.25
35082026-07-02T20:29:56.605Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling num-derive v0.4.2
35092026-07-02T20:29:56.605Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling modular-bitfield-impl v0.13.1
35102026-07-02T20:29:56.605Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling strum_macros v0.27.1
35112026-07-02T20:29:56.605Z[ helios-setup] Jul 02 20:29:55.933 INFO E| Compiling scroll_derive v0.12.1
35122026-07-02T20:29:56.720Z[ host-package] Compiling compact_str v0.8.1
35132026-07-02T20:29:56.834Z[ host-package] Compiling globwalk v0.9.1
35142026-07-02T20:29:56.930Z[ helios-setup] Jul 02 20:29:56.261 INFO E| Compiling modular-bitfield v0.11.2
35152026-07-02T20:29:57.191Z[ helios-setup] Jul 02 20:29:56.522 INFO E| Compiling structopt v0.3.26
35162026-07-02T20:29:57.652Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35172026-07-02T20:29:58.006Z[ host-package] Compiling parking_lot v0.11.2
35182026-07-02T20:29:58.234Z[ helios-setup] Jul 02 20:29:57.565 INFO E| Compiling scroll v0.12.0
35192026-07-02T20:29:58.478Z[ helios-setup] Jul 02 20:29:57.805 INFO E| Compiling modular-bitfield v0.13.1
35202026-07-02T20:29:58.541Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35212026-07-02T20:29:58.664Z[ helios-setup] Jul 02 20:29:57.995 INFO E| Compiling goblin v0.9.3
35222026-07-02T20:29:58.710Z[ helios-setup] Jul 02 20:29:58.041 INFO E| Compiling pest v2.8.0
35232026-07-02T20:29:58.797Z[ host-package] Compiling darling_macro v0.13.4
35242026-07-02T20:29:59.329Z[ host-package] Compiling hyper-staticfile v0.10.1
35252026-07-02T20:29:59.392Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35262026-07-02T20:29:59.651Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35272026-07-02T20:29:59.743Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35282026-07-02T20:29:59.925Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35292026-07-02T20:30:00.065Z[ helios-setup] Jul 02 20:29:59.396 INFO E| Compiling pest_meta v2.8.0
35302026-07-02T20:30:00.462Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
35312026-07-02T20:30:00.674Z[ host-package] Compiling predicates-tree v1.0.13
35322026-07-02T20:30:00.865Z[ helios-setup] Jul 02 20:30:00.196 INFO E| Compiling pest_generator v2.8.0
35332026-07-02T20:30:00.877Z[ host-package] Compiling unicode-truncate v1.1.0
35342026-07-02T20:30:01.003Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
35352026-07-02T20:30:01.036Z[ host-package] Compiling lru v0.12.5
35362026-07-02T20:30:01.108Z[ host-package] Compiling rand_seeder v0.4.0
35372026-07-02T20:30:01.197Z[ host-package] Compiling prefix-trie v0.7.0
35382026-07-02T20:30:01.324Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35392026-07-02T20:30:01.440Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
35402026-07-02T20:30:01.507Z[ host-package] Compiling corncobs v0.1.4
35412026-07-02T20:30:01.770Z[ host-package] Compiling cassowary v0.3.0
35422026-07-02T20:30:01.793Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
35432026-07-02T20:30:01.799Z[ helios-setup] Jul 02 20:30:01.130 INFO E| Compiling pest_derive v2.8.0
35442026-07-02T20:30:01.879Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35452026-07-02T20:30:01.932Z[ host-package] Compiling hickory-server v0.25.2
35462026-07-02T20:30:02.050Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35472026-07-02T20:30:02.202Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35482026-07-02T20:30:02.455Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35492026-07-02T20:30:02.778Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35502026-07-02T20:30:02.838Z[ host-package] Compiling ratatui v0.29.0
35512026-07-02T20:30:03.563Z[ helios-setup] Jul 02 20:30:02.894 INFO E| Compiling json5 v0.4.1
35522026-07-02T20:30:03.703Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35532026-07-02T20:30:03.750Z[ host-package] Compiling camino-tempfile-ext v0.3.3
35542026-07-02T20:30:04.090Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
35552026-07-02T20:30:04.359Z[ host-package] Compiling darling v0.13.4
35562026-07-02T20:30:04.494Z[ host-package] Compiling sled v0.34.7
35572026-07-02T20:30:04.907Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35582026-07-02T20:30:05.143Z[ helios-setup] Jul 02 20:30:04.474 INFO E| Compiling four-cc v0.4.0
35592026-07-02T20:30:05.143Z[ helios-setup] Jul 02 20:30:04.474 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
35602026-07-02T20:30:05.298Z[ helios-setup] Jul 02 20:30:04.628 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
35612026-07-02T20:30:07.647Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35622026-07-02T20:30:08.490Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35632026-07-02T20:30:09.105Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
35642026-07-02T20:30:09.570Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35652026-07-02T20:30:09.752Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
35662026-07-02T20:30:09.846Z[ host-package] Compiling secrecy v0.8.0
35672026-07-02T20:30:10.035Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
35682026-07-02T20:30:10.183Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
35692026-07-02T20:30:11.039Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35702026-07-02T20:30:11.087Z[ host-package] Compiling serde_with_macros v1.5.2
35712026-07-02T20:30:11.355Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
35722026-07-02T20:30:11.941Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35732026-07-02T20:30:12.288Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35742026-07-02T20:30:12.292Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35752026-07-02T20:30:13.645Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
35762026-07-02T20:30:13.927Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
35772026-07-02T20:30:13.953Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
35782026-07-02T20:30:13.982Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
35792026-07-02T20:30:14.212Z[ host-package] Compiling git2 v0.20.4
35802026-07-02T20:30:14.257Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35812026-07-02T20:30:14.302Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35822026-07-02T20:30:14.393Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35832026-07-02T20:30:14.636Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35842026-07-02T20:30:14.684Z[ host-package] Compiling base64 v0.21.7
35852026-07-02T20:30:14.687Z[ host-package] Compiling void v1.0.2
35862026-07-02T20:30:14.890Z[ host-package] Compiling lzss v0.8.2
35872026-07-02T20:30:14.968Z[ host-package] Compiling ron v0.8.1
35882026-07-02T20:30:15.363Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35892026-07-02T20:30:15.394Z[ host-package] Compiling illumos-nvpair v0.3.0
35902026-07-02T20:30:15.972Z[ host-package] Compiling serde_with v1.14.0
35912026-07-02T20:30:16.497Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
35922026-07-02T20:30:17.338Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35932026-07-02T20:30:17.462Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
35942026-07-02T20:30:17.685Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35952026-07-02T20:30:18.521Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
35962026-07-02T20:30:19.572Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35972026-07-02T20:30:19.901Z[ helios-setup] Jul 02 20:30:19.226 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
35982026-07-02T20:30:20.607Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35992026-07-02T20:30:20.773Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
36002026-07-02T20:30:21.118Z[ host-package] Compiling tungstenite v0.23.0
36012026-07-02T20:30:21.683Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36022026-07-02T20:30:21.740Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
36032026-07-02T20:30:22.921Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36042026-07-02T20:30:23.166Z[ helios-setup] Jul 02 20:30:22.496 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
36052026-07-02T20:30:23.297Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
36062026-07-02T20:30:23.594Z[ host-package] Compiling nix v0.27.1
36072026-07-02T20:30:23.627Z[ host-package] Compiling twox-hash v2.1.2
36082026-07-02T20:30:23.988Z[ host-package] Compiling serde_bytes v0.11.19
36092026-07-02T20:30:24.079Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
36102026-07-02T20:30:24.130Z[ host-package] Compiling tokio-tungstenite v0.23.1
36112026-07-02T20:30:24.165Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36122026-07-02T20:30:24.303Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
36132026-07-02T20:30:24.544Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36142026-07-02T20:30:24.868Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
36152026-07-02T20:30:26.616Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
36162026-07-02T20:30:27.944Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
36172026-07-02T20:30:28.387Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
36182026-07-02T20:30:28.757Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
36192026-07-02T20:30:28.895Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
36202026-07-02T20:30:29.171Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
36212026-07-02T20:30:29.370Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
36222026-07-02T20:30:29.488Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
36232026-07-02T20:30:29.558Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36242026-07-02T20:30:29.892Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
36252026-07-02T20:30:30.317Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
36262026-07-02T20:30:30.880Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36272026-07-02T20:30:31.455Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36282026-07-02T20:30:31.580Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
36292026-07-02T20:30:34.394Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
36302026-07-02T20:30:34.447Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36312026-07-02T20:30:34.517Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
36322026-07-02T20:30:35.900Z[ helios-setup] Jul 02 20:30:35.231 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.05s
36332026-07-02T20:30:35.939Z[ helios-setup] Jul 02 20:30:35.269 INFO building project "amd-host-image-builder" ok (48 seconds)
36342026-07-02T20:30:35.939Z[ helios-setup] Jul 02 20:30:35.269 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
36352026-07-02T20:30:35.952Z[ helios-setup] Jul 02 20:30:35.283 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
36362026-07-02T20:30:35.952Z[ helios-setup] Jul 02 20:30:35.283 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
36372026-07-02T20:30:35.952Z[ helios-setup] Jul 02 20:30:35.283 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
36382026-07-02T20:30:36.070Z[ helios-setup] Jul 02 20:30:35.400 INFO E| Blocking waiting for file lock on package cache
36392026-07-02T20:30:36.137Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
36402026-07-02T20:30:36.686Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
36412026-07-02T20:30:37.060Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
36422026-07-02T20:30:37.351Z[ host-package] Compiling fatfs v0.3.6
36432026-07-02T20:30:37.617Z[ host-package] Compiling signal-hook-tokio v0.3.1
36442026-07-02T20:30:37.752Z[ host-package] Compiling yasna v0.5.2
36452026-07-02T20:30:37.825Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36462026-07-02T20:30:38.252Z[ host-package] Compiling assert_matches v1.5.0
36472026-07-02T20:30:38.370Z[ host-package] Compiling is_ci v1.2.0
36482026-07-02T20:30:38.600Z[ host-package] Compiling seq-macro v0.3.6
36492026-07-02T20:30:38.705Z[ host-package] Compiling supports-color v3.0.2
36502026-07-02T20:30:39.001Z[ host-package] Compiling rcgen v0.12.1
36512026-07-02T20:30:39.138Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36522026-07-02T20:30:39.430Z[ helios-setup] Jul 02 20:30:38.760 INFO E| Downloading crates ...
36532026-07-02T20:30:39.501Z[ helios-setup] Jul 02 20:30:38.831 INFO E| Downloaded anyhow v1.0.98
36542026-07-02T20:30:39.504Z[ helios-setup] Jul 02 20:30:38.834 INFO E| Downloaded time-core v0.1.4
36552026-07-02T20:30:39.508Z[ helios-setup] Jul 02 20:30:38.835 INFO E| Downloaded serde_with_macros v3.12.0
36562026-07-02T20:30:39.515Z[ helios-setup] Jul 02 20:30:38.845 INFO E| Downloaded errno v0.3.12
36572026-07-02T20:30:39.524Z[ helios-setup] Jul 02 20:30:38.854 INFO E| Downloaded time-macros v0.2.22
36582026-07-02T20:30:39.527Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36592026-07-02T20:30:39.531Z[ helios-setup] Jul 02 20:30:38.862 INFO E| Downloaded deranged v0.4.0
36602026-07-02T20:30:39.538Z[ helios-setup] Jul 02 20:30:38.869 INFO E| Downloaded tempfile v3.20.0
36612026-07-02T20:30:39.541Z[ helios-setup] Jul 02 20:30:38.871 INFO E| Downloaded bitflags v2.9.1
36622026-07-02T20:30:39.552Z[ helios-setup] Jul 02 20:30:38.882 INFO E| Downloaded iana-time-zone v0.1.63
36632026-07-02T20:30:39.555Z[ helios-setup] Jul 02 20:30:38.884 INFO E| Downloaded getrandom v0.3.3
36642026-07-02T20:30:39.561Z[ helios-setup] Jul 02 20:30:38.891 INFO E| Downloaded time v0.3.41
36652026-07-02T20:30:39.566Z[ helios-setup] Jul 02 20:30:38.897 INFO E| Downloaded indexmap v2.9.0
36662026-07-02T20:30:39.581Z[ helios-setup] Jul 02 20:30:38.912 INFO E| Downloaded hashbrown v0.15.3
36672026-07-02T20:30:39.584Z[ helios-setup] Jul 02 20:30:38.915 INFO E| Downloaded serde_with v3.12.0
36682026-07-02T20:30:39.599Z[ helios-setup] Jul 02 20:30:38.930 INFO E| Downloaded chrono v0.4.41
36692026-07-02T20:30:39.606Z[ helios-setup] Jul 02 20:30:38.937 INFO E| Downloaded rustix v1.0.7
36702026-07-02T20:30:39.690Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling proc-macro2 v1.0.95
36712026-07-02T20:30:39.690Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling unicode-ident v1.0.18
36722026-07-02T20:30:39.691Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling libc v0.2.172
36732026-07-02T20:30:39.691Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling ident_case v1.0.1
36742026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling strsim v0.11.1
36752026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling fnv v1.0.7
36762026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling serde v1.0.219
36772026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling rustix v1.0.7
36782026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling getrandom v0.3.3
36792026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling cfg-if v1.0.0
36802026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling anyhow v1.0.98
36812026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling serde_json v1.0.140
36822026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling thiserror v2.0.12
36832026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling bitflags v2.9.1
36842026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling fastrand v2.3.0
36852026-07-02T20:30:39.695Z[ helios-setup] Jul 02 20:30:39.021 INFO E| Compiling once_cell v1.21.3
36862026-07-02T20:30:39.948Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36872026-07-02T20:30:39.994Z[ helios-setup] Jul 02 20:30:39.325 INFO E| Compiling itoa v1.0.15
36882026-07-02T20:30:40.042Z[ helios-setup] Jul 02 20:30:39.372 INFO E| Compiling ryu v1.0.20
36892026-07-02T20:30:40.207Z[ helios-setup] Jul 02 20:30:39.538 INFO E| Compiling memchr v2.7.4
36902026-07-02T20:30:40.294Z[ helios-setup] Jul 02 20:30:39.624 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
36912026-07-02T20:30:41.352Z[ helios-setup] Jul 02 20:30:40.683 INFO E| Compiling errno v0.3.12
36922026-07-02T20:30:41.609Z[ helios-setup] Jul 02 20:30:40.939 INFO E| Compiling quote v1.0.40
36932026-07-02T20:30:41.873Z[ helios-setup] Jul 02 20:30:41.204 INFO E| Compiling syn v2.0.101
36942026-07-02T20:30:41.914Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36952026-07-02T20:30:42.354Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36962026-07-02T20:30:42.382Z[ host-package] Compiling subprocess v0.2.15
36972026-07-02T20:30:42.409Z[ helios-setup] Jul 02 20:30:41.738 INFO E| Compiling tempfile v3.20.0
36982026-07-02T20:30:42.721Z[ host-package] Compiling rtoolbox v0.0.3
36992026-07-02T20:30:43.212Z[ host-package] Compiling rpassword v7.4.0
37002026-07-02T20:30:43.656Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37012026-07-02T20:30:44.447Z[ helios-setup] Jul 02 20:30:43.777 INFO E| Compiling darling_core v0.20.11
37022026-07-02T20:30:44.799Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
37032026-07-02T20:30:44.878Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
37042026-07-02T20:30:45.208Z[ helios-setup] Jul 02 20:30:44.538 INFO E| Compiling serde_derive v1.0.219
37052026-07-02T20:30:45.208Z[ helios-setup] Jul 02 20:30:44.538 INFO E| Compiling thiserror-impl v2.0.12
37062026-07-02T20:30:45.208Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
37072026-07-02T20:30:45.990Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
37082026-07-02T20:30:46.107Z[ host-package] Compiling tui-tree-widget v0.23.1
37092026-07-02T20:30:46.513Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
37102026-07-02T20:30:46.612Z[ helios-setup] Jul 02 20:30:45.942 INFO E| Compiling darling_macro v0.20.11
37112026-07-02T20:30:47.313Z[ helios-setup] Jul 02 20:30:46.644 INFO E| Compiling darling v0.20.11
37122026-07-02T20:30:47.414Z[ helios-setup] Jul 02 20:30:46.744 INFO E| Compiling serde_with_macros v3.12.0
37132026-07-02T20:30:47.881Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37142026-07-02T20:30:49.657Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37152026-07-02T20:30:49.938Z[ host-package] Compiling uzers v0.12.2
37162026-07-02T20:30:50.445Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37172026-07-02T20:30:50.760Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37182026-07-02T20:30:50.797Z[ helios-setup] Jul 02 20:30:50.128 INFO E| Compiling serde_with v3.12.0
37192026-07-02T20:30:51.519Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37202026-07-02T20:30:52.102Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37212026-07-02T20:30:55.480Z[ helios-setup] Jul 02 20:30:54.810 INFO E| Finished `release` profile [optimized] target(s) in 19.51s
37222026-07-02T20:30:55.504Z[ helios-setup] Jul 02 20:30:54.835 INFO building project "dmar-report" ok (19 seconds)
37232026-07-02T20:30:55.504Z[ helios-setup] Jul 02 20:30:54.835 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
37242026-07-02T20:30:55.513Z[ helios-setup] Jul 02 20:30:54.844 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
37252026-07-02T20:30:55.513Z[ helios-setup] Jul 02 20:30:54.844 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
37262026-07-02T20:30:55.513Z[ helios-setup] Jul 02 20:30:54.844 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
37272026-07-02T20:30:55.712Z[ helios-setup] Jul 02 20:30:55.042 INFO E| Downloading crates ...
37282026-07-02T20:30:55.751Z[ helios-setup] Jul 02 20:30:55.082 INFO E| Downloaded adler2 v2.0.0
37292026-07-02T20:30:55.760Z[ helios-setup] Jul 02 20:30:55.091 INFO E| Downloaded miniz_oxide v0.8.8
37302026-07-02T20:30:55.804Z[ helios-setup] Jul 02 20:30:55.135 INFO E| Compiling adler2 v2.0.0
37312026-07-02T20:30:55.879Z[ host-package] Compiling support-bundle-viewer v0.1.2
37322026-07-02T20:30:55.905Z[ helios-setup] Jul 02 20:30:55.235 INFO E| Compiling miniz_oxide v0.8.8
37332026-07-02T20:30:56.185Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37342026-07-02T20:30:56.983Z[ helios-setup] Jul 02 20:30:56.313 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
37352026-07-02T20:30:57.514Z[ helios-setup] Jul 02 20:30:56.844 INFO E| Finished `release` profile [optimized] target(s) in 1.98s
37362026-07-02T20:30:57.524Z[ helios-setup] Jul 02 20:30:56.855 INFO building project "pinprick" ok (2 seconds)
37372026-07-02T20:30:57.525Z[ helios-setup] Jul 02 20:30:56.855 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
37382026-07-02T20:30:57.875Z[ host-package] Compiling multimap v0.10.1
37392026-07-02T20:31:06.657Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37402026-07-02T20:31:16.118Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37412026-07-02T20:31:17.015Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37422026-07-02T20:31:20.746Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37432026-07-02T20:31:23.205Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37442026-07-02T20:31:23.943Z[ helios-setup] Jul 02 20:31:23.273 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')"
37452026-07-02T20:31:23.946Z[ helios-setup] rm -f helios-build
37462026-07-02T20:31:23.946Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37472026-07-02T20:31:23.950Z[ helios-setup]
37482026-07-02T20:31:23.950Z[ helios-setup] Setup complete! ./helios-build is now available.
37492026-07-02T20:31:23.950Z[ helios-setup]
37502026-07-02T20:31:23.954Z[ helios-setup]
37512026-07-02T20:31:23.954Z[ helios-setup] real 3:10.667643099
37522026-07-02T20:31:23.954Z[ helios-setup] user 7:13.963032922
37532026-07-02T20:31:23.954Z[ helios-setup] sys 1:22.428566140
37542026-07-02T20:31:23.954Z[ helios-setup] trap 0.498367501
37552026-07-02T20:31:23.954Z[ helios-setup] tflt 2.421146770
37562026-07-02T20:31:23.954Z[ helios-setup] dflt 5.571711409
37572026-07-02T20:31:23.954Z[ helios-setup] kflt 0.003078982
37582026-07-02T20:31:23.954Z[ helios-setup] lock 59:17.459638786
37592026-07-02T20:31:23.954Z[ helios-setup] slp 38:12.565545412
37602026-07-02T20:31:23.954Z[ helios-setup] lat 7:12.309813545
37612026-07-02T20:31:23.954Z[ helios-setup] stop 1:31.873354645
37622026-07-02T20:31:23.954ZJul 02 20:31:23.282 INFO [helios-setup] process exited with exit status: 0 (190.671190329s)
37632026-07-02T20:31:23.955ZJul 02 20:31:23.282 INFO [helios-record] running task
37642026-07-02T20:31:23.955ZJul 02 20:31:23.283 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37652026-07-02T20:31:23.958ZJul 02 20:31:23.287 DEBG process exited with exit status: 0 (4.74234ms)
37662026-07-02T20:31:23.958ZJul 02 20:31:23.287 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37672026-07-02T20:31:23.963ZJul 02 20:31:23.294 DEBG process exited with exit status: 0 (6.18933ms)
37682026-07-02T20:31:23.963ZJul 02 20:31:23.294 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37692026-07-02T20:31:23.967ZJul 02 20:31:23.297 DEBG process exited with exit status: 0 (3.62048ms)
37702026-07-02T20:31:23.967ZJul 02 20:31:23.297 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37712026-07-02T20:31:23.970ZJul 02 20:31:23.301 DEBG process exited with exit status: 0 (3.32094ms)
37722026-07-02T20:31:23.970ZJul 02 20:31:23.301 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37732026-07-02T20:31:23.976ZJul 02 20:31:23.304 DEBG process exited with exit status: 0 (3.30629ms)
37742026-07-02T20:31:23.976ZJul 02 20:31:23.304 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37752026-07-02T20:31:23.979ZJul 02 20:31:23.307 DEBG process exited with exit status: 0 (3.0585ms)
37762026-07-02T20:31:23.979ZJul 02 20:31:23.307 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37772026-07-02T20:31:23.983ZJul 02 20:31:23.310 DEBG process exited with exit status: 0 (3.11531ms)
37782026-07-02T20:31:23.983ZJul 02 20:31:23.310 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37792026-07-02T20:31:23.983ZJul 02 20:31:23.313 DEBG process exited with exit status: 0 (2.9667ms)
37802026-07-02T20:31:23.983ZJul 02 20:31:23.313 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37812026-07-02T20:31:23.986ZJul 02 20:31:23.316 DEBG process exited with exit status: 0 (3.02273ms)
37822026-07-02T20:31:23.987ZJul 02 20:31:23.317 INFO [helios-record] task succeeded (34.42265ms)
37832026-07-02T20:40:40.620Z[ host-package] Finished `release` profile [optimized] target(s) in 11m 55s
37842026-07-02T20:41:29.546ZJul 02 20:41:28.871 INFO [host-package] process exited with exit status: 0 (764.366001181s)
37852026-07-02T20:41:29.546ZJul 02 20:41:28.871 INFO [host-libraries] running task
37862026-07-02T20:41:29.546ZJul 02 20:41:28.871 INFO [host-stamp] running task
37872026-07-02T20:41:29.550ZJul 02 20:41:28.874 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 21.0.0-0.ci+git34efdd2cc27
37882026-07-02T20:41:29.550ZJul 02 20:41:28.874 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 21.0.0-0.ci+git34efdd2cc27
37892026-07-02T20:41:29.550ZJul 02 20:41:28.875 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 21.0.0-0.ci+git34efdd2cc27
37902026-07-02T20:41:29.551ZJul 02 20:41:28.875 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 21.0.0-0.ci+git34efdd2cc27
37912026-07-02T20:41:29.551ZJul 02 20:41:28.875 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 21.0.0-0.ci+git34efdd2cc27
37922026-07-02T20:41:29.555ZJul 02 20:41:28.876 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 21.0.0-0.ci+git34efdd2cc27
37932026-07-02T20:41:29.555ZJul 02 20:41:28.876 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 21.0.0-0.ci+git34efdd2cc27
37942026-07-02T20:41:29.555ZJul 02 20:41:28.876 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 21.0.0-0.ci+git34efdd2cc27
37952026-07-02T20:41:29.559Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-07-02T20:41:29.559Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37972026-07-02T20:41:29.559Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37982026-07-02T20:41:29.559Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37992026-07-02T20:41:29.559Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38002026-07-02T20:41:29.559Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
38012026-07-02T20:41:29.563Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38022026-07-02T20:41:29.563Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38032026-07-02T20:41:29.563Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38042026-07-02T20:41:29.568ZJul 02 20:41:28.889 INFO [stamp-overlay] process exited with exit status: 0 (13.42952ms)
38052026-07-02T20:41:29.572Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38062026-07-02T20:41:29.576ZJul 02 20:41:28.900 INFO [stamp-oxlog] process exited with exit status: 0 (25.46889ms)
38072026-07-02T20:41:29.602Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38082026-07-02T20:41:29.605ZJul 02 20:41:28.931 INFO [stamp-crucible-utils] process exited with exit status: 0 (56.04363ms)
38092026-07-02T20:41:29.620Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38102026-07-02T20:41:29.625ZJul 02 20:41:28.949 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (73.2607ms)
38112026-07-02T20:41:29.770Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38122026-07-02T20:41:29.774ZJul 02 20:41:29.099 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (224.85263ms)
38132026-07-02T20:41:29.981Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38142026-07-02T20:41:29.985ZJul 02 20:41:29.311 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (435.16553ms)
38152026-07-02T20:41:30.093Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38162026-07-02T20:41:30.098ZJul 02 20:41:29.423 INFO [stamp-propolis-server] process exited with exit status: 0 (547.58692ms)
38172026-07-02T20:41:30.948ZJul 02 20:41:30.273 INFO [host-libraries] task succeeded (1.401651818s)
38182026-07-02T20:41:30.952ZJul 02 20:41:30.273 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38192026-07-02T20:41:30.955Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38202026-07-02T20:41:31.918Z[recovery-package] Compiling newtype-uuid v1.3.2
38212026-07-02T20:41:32.156Z[recovery-package] Compiling daft v0.1.7
38222026-07-02T20:41:32.377Z[recovery-package] Compiling iddqd v0.4.2
38232026-07-02T20:41:33.339Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38242026-07-02T20:41:33.609Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38252026-07-02T20:41:33.609Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38262026-07-02T20:41:33.613Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38272026-07-02T20:41:33.613Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38282026-07-02T20:41:33.613Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38292026-07-02T20:41:33.613Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38302026-07-02T20:41:33.613Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38312026-07-02T20:41:33.614Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38322026-07-02T20:41:33.717Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38332026-07-02T20:41:33.995Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38342026-07-02T20:41:34.026Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38352026-07-02T20:41:34.142Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38362026-07-02T20:41:35.938Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38372026-07-02T20:41:35.942ZJul 02 20:41:35.266 INFO [stamp-switch-asic] process exited with exit status: 0 (6.390878018s)
38382026-07-02T20:41:35.942ZJul 02 20:41:35.266 INFO [host-stamp] task succeeded (6.394964928s)
38392026-07-02T20:41:35.942ZJul 02 20:41:35.266 INFO [host-proto] running task
38402026-07-02T20:41:36.322ZJul 02 20:41:35.648 INFO [host-proto] task succeeded (381.214089ms)
38412026-07-02T20:41:36.322ZJul 02 20:41:35.648 INFO [host-profile] running task
38422026-07-02T20:41:36.326ZJul 02 20:41:35.648 INFO [host-profile] task succeeded (209.03µs)
38432026-07-02T20:41:36.326ZJul 02 20:41:35.648 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/.tmpex7cix/proto/host/root -N 'ci 34efdd2/${os_short_commit} 2026-07-02 20:28' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38442026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.654 INFO Checking files for board 'cosmo'
38452026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.654 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38462026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.654 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38472026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.654 INFO Checking files for board 'cosmo-mbist'
38482026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.654 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38492026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.654 INFO Checking files for board 'gimlet'
38502026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.654 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38512026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.655 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38522026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.655 INFO Checking files for board 'cosmo-mbist-noaggr'
38532026-07-02T20:41:36.330Z[ host-image] Jul 02 20:41:35.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38542026-07-02T20:41:36.337Z[ host-image] Jul 02 20:41:35.663 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpex7cix/proto/host/root"
38552026-07-02T20:41:36.337Z[ host-image] Jul 02 20:41:35.663 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38562026-07-02T20:41:36.340Z[ host-image] Jul 02 20:41:35.663 INFO image builder template: ramdisk-01-os...
38572026-07-02T20:41:36.340Z[ host-image] Jul 02 20:41:35.663 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/.tmpex7cix/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38582026-07-02T20:41:36.359Z[ host-image] Jul 02 20:41:35.684 INFO O| Jul 02 20:41:35.684 INFO CREATE DATASET: rpool/images/build/host/output
38592026-07-02T20:41:37.601Z[ host-image] Jul 02 20:41:36.926 INFO O| Jul 02 20:41:36.926 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38602026-07-02T20:41:37.605Z[ host-image] Jul 02 20:41:36.929 INFO O| Jul 02 20:41:36.929 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38612026-07-02T20:41:37.829Z[ host-image] Jul 02 20:41:37.154 INFO O| Jul 02 20:41:37.154 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38622026-07-02T20:41:37.898Z[ host-image] Jul 02 20:41:37.224 INFO O| Jul 02 20:41:37.224 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38632026-07-02T20:41:37.898Z[ host-image] Jul 02 20:41:37.224 INFO O| Jul 02 20:41:37.224 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38642026-07-02T20:41:37.902Z[ host-image] Jul 02 20:41:37.224 INFO O| Jul 02 20:41:37.224 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38652026-07-02T20:41:37.902Z[ host-image] Jul 02 20:41:37.224 INFO O| Jul 02 20:41:37.224 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38662026-07-02T20:41:37.906Z[ host-image] Jul 02 20:41:37.228 INFO O| Jul 02 20:41:37.228 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38672026-07-02T20:41:37.956Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38682026-07-02T20:41:37.956Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38692026-07-02T20:41:37.960Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38702026-07-02T20:41:37.960Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38712026-07-02T20:41:37.960Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38722026-07-02T20:41:38.104Z[ host-image] Jul 02 20:41:37.429 INFO O| Jul 02 20:41:37.428 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38732026-07-02T20:41:38.114Z[ host-image] Jul 02 20:41:37.438 INFO O| Jul 02 20:41:37.438 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38742026-07-02T20:41:38.417Z[ host-image] Jul 02 20:41:37.742 INFO O| Jul 02 20:41:37.742 INFO O| Caching catalogs ... Done
38752026-07-02T20:41:38.501Z[ host-image] Jul 02 20:41:37.827 INFO O| Jul 02 20:41:37.827 INFO STEP 0 (pkg_image_create) COMPLETE
38762026-07-02T20:41:38.501Z[ host-image] Jul 02 20:41:37.827 INFO O| Jul 02 20:41:37.827 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38772026-07-02T20:41:38.510Z[ host-image] Jul 02 20:41:37.836 INFO O| Jul 02 20:41:37.836 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"]
38782026-07-02T20:41:38.784Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO STEP 1 (pkg_set_publisher) COMPLETE
38792026-07-02T20:41:38.784Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-02T20:41:38.785Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO skip step because feature "publisher_1_name" is not enabled
38812026-07-02T20:41:38.789Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38822026-07-02T20:41:38.789Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO skip step because feature "publisher_2_name" is not enabled
38832026-07-02T20:41:38.790Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-02T20:41:38.790Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO skip step because feature "publisher_3_name" is not enabled
38852026-07-02T20:41:38.790Z[ host-image] Jul 02 20:41:38.109 INFO O| Jul 02 20:41:38.109 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38862026-07-02T20:41:39.093Z[ host-image] Jul 02 20:41:38.418 INFO O| Jul 02 20:41:38.418 INFO variant opensolaris.zone is already global
38872026-07-02T20:41:39.093Z[ host-image] Jul 02 20:41:38.418 INFO O| Jul 02 20:41:38.418 INFO STEP 5 (pkg_change_variant) COMPLETE
38882026-07-02T20:41:39.093Z[ host-image] Jul 02 20:41:38.418 INFO O| Jul 02 20:41:38.418 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38892026-07-02T20:41:39.387Z[ host-image] Jul 02 20:41:38.713 INFO O| Jul 02 20:41:38.713 INFO variant opensolaris.imagetype is full; changing to partial
38902026-07-02T20:41:39.387Z[ host-image] Jul 02 20:41:38.713 INFO O| Jul 02 20:41:38.713 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38912026-07-02T20:41:40.071Z[ host-image] Jul 02 20:41:39.396 INFO O| Jul 02 20:41:39.396 INFO O| Startup: Refreshing catalog 'helios' ... Done
38922026-07-02T20:41:40.181Z[ host-image] Jul 02 20:41:39.506 INFO O| Jul 02 20:41:39.506 INFO O| Startup: Caching catalogs ... Done
38932026-07-02T20:41:40.185Z[ host-image] Jul 02 20:41:39.511 INFO O| Jul 02 20:41:39.511 INFO O| Planning: Planning completed in 0.00 seconds
38942026-07-02T20:41:40.189Z[ host-image] Jul 02 20:41:39.511 INFO O| Jul 02 20:41:39.511 INFO O| Planning: Consolidating action changes ... Done
38952026-07-02T20:41:40.189Z[ host-image] Jul 02 20:41:39.511 INFO O| Jul 02 20:41:39.511 INFO O| Planning: Evaluating mediators ... Done
38962026-07-02T20:41:40.189Z[ host-image] Jul 02 20:41:39.511 INFO O| Jul 02 20:41:39.511 INFO O| Planning: Planning completed in 0.00 seconds
38972026-07-02T20:41:40.189Z[ host-image] Jul 02 20:41:39.512 INFO O| Jul 02 20:41:39.512 INFO O| Variants/Facets to change: 1
38982026-07-02T20:41:40.195Z[ host-image] Jul 02 20:41:39.521 INFO O| Jul 02 20:41:39.521 INFO O| Finalize: Updating package state database ... Done
38992026-07-02T20:41:40.195Z[ host-image] Jul 02 20:41:39.521 INFO O| Jul 02 20:41:39.521 INFO O| Finalize: Updating package cache ... Done
39002026-07-02T20:41:40.214Z[ host-image] Jul 02 20:41:39.540 INFO O| Jul 02 20:41:39.540 INFO O| Finalize: Updating image state ... Done
39012026-07-02T20:41:40.218Z[ host-image] Jul 02 20:41:39.542 INFO O| Jul 02 20:41:39.542 INFO O| Finalize: Creating fast lookup database ... Done
39022026-07-02T20:41:40.218Z[ host-image] Jul 02 20:41:39.543 INFO O| Jul 02 20:41:39.543 INFO O| Finalize: Reading search index ... Done
39032026-07-02T20:41:40.218Z[ host-image] Jul 02 20:41:39.543 INFO O| Jul 02 20:41:39.543 INFO O| Finalize: Updating search index ... Done
39042026-07-02T20:41:40.218Z[ host-image] Jul 02 20:41:39.544 INFO O| Jul 02 20:41:39.543 INFO O| Finalize: Updating package cache ... Done
39052026-07-02T20:41:40.315Z[ host-image] Jul 02 20:41:39.641 INFO O| Jul 02 20:41:39.641 INFO STEP 6 (pkg_change_variant) COMPLETE
39062026-07-02T20:41:40.316Z[ host-image] Jul 02 20:41:39.641 INFO O| Jul 02 20:41:39.641 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-07-02T20:41:40.320Z[ host-image] Jul 02 20:41:39.641 INFO O| Jul 02 20:41:39.641 INFO skip step because feature "debug_variant" is not enabled
39082026-07-02T20:41:40.320Z[ host-image] Jul 02 20:41:39.641 INFO O| Jul 02 20:41:39.641 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39092026-07-02T20:41:40.578Z[ host-image] Jul 02 20:41:39.903 INFO O| Jul 02 20:41:39.903 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39102026-07-02T20:41:41.227Z[ host-image] Jul 02 20:41:40.553 INFO O| Jul 02 20:41:40.552 INFO O| Startup: Refreshing catalog 'helios' ... Done
39112026-07-02T20:41:41.335Z[ host-image] Jul 02 20:41:40.660 INFO O| Jul 02 20:41:40.660 INFO O| Startup: Caching catalogs ... Done
39122026-07-02T20:41:41.339Z[ host-image] Jul 02 20:41:40.664 INFO O| Jul 02 20:41:40.664 INFO O| Planning: Planning completed in 0.00 seconds
39132026-07-02T20:41:41.342Z[ host-image] Jul 02 20:41:40.665 INFO O| Jul 02 20:41:40.664 INFO O| Planning: Consolidating action changes ... Done
39142026-07-02T20:41:41.342Z[ host-image] Jul 02 20:41:40.665 INFO O| Jul 02 20:41:40.665 INFO O| Planning: Evaluating mediators ... Done
39152026-07-02T20:41:41.343Z[ host-image] Jul 02 20:41:40.665 INFO O| Jul 02 20:41:40.665 INFO O| Planning: Planning completed in 0.00 seconds
39162026-07-02T20:41:41.343Z[ host-image] Jul 02 20:41:40.665 INFO O| Jul 02 20:41:40.665 INFO O| Variants/Facets to change: 1
39172026-07-02T20:41:41.349Z[ host-image] Jul 02 20:41:40.675 INFO O| Jul 02 20:41:40.675 INFO O| Finalize: Updating package state database ... Done
39182026-07-02T20:41:41.349Z[ host-image] Jul 02 20:41:40.675 INFO O| Jul 02 20:41:40.675 INFO O| Finalize: Updating package cache ... Done
39192026-07-02T20:41:41.368Z[ host-image] Jul 02 20:41:40.694 INFO O| Jul 02 20:41:40.693 INFO O| Finalize: Updating image state ... Done
39202026-07-02T20:41:41.373Z[ host-image] Jul 02 20:41:40.696 INFO O| Jul 02 20:41:40.696 INFO O| Finalize: Creating fast lookup database ... Done
39212026-07-02T20:41:41.373Z[ host-image] Jul 02 20:41:40.697 INFO O| Jul 02 20:41:40.696 INFO O| Finalize: Reading search index ... Done
39222026-07-02T20:41:41.373Z[ host-image] Jul 02 20:41:40.697 INFO O| Jul 02 20:41:40.697 INFO O| Finalize: Updating search index ... Done
39232026-07-02T20:41:41.373Z[ host-image] Jul 02 20:41:40.697 INFO O| Jul 02 20:41:40.697 INFO O| Finalize: Updating package cache ... Done
39242026-07-02T20:41:41.470Z[ host-image] Jul 02 20:41:40.784 INFO O| Jul 02 20:41:40.784 INFO STEP 8 (pkg_change_facet) COMPLETE
39252026-07-02T20:41:41.470Z[ host-image] Jul 02 20:41:40.784 INFO O| Jul 02 20:41:40.784 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-07-02T20:41:41.470Z[ host-image] Jul 02 20:41:40.784 INFO O| Jul 02 20:41:40.784 INFO skip step because feature "recovery" is not enabled
39272026-07-02T20:41:41.477Z[ host-image] Jul 02 20:41:40.784 INFO O| Jul 02 20:41:40.784 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-07-02T20:41:41.477Z[ host-image] Jul 02 20:41:40.784 INFO O| Jul 02 20:41:40.784 INFO skip step because feature "recovery" is not enabled
39292026-07-02T20:41:41.477Z[ host-image] Jul 02 20:41:40.784 INFO O| Jul 02 20:41:40.784 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39302026-07-02T20:41:41.477Z[ host-image] Jul 02 20:41:40.793 INFO O| Jul 02 20:41:40.793 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
39312026-07-02T20:41:42.096Z[ host-image] Jul 02 20:41:41.421 INFO O| Jul 02 20:41:41.421 INFO O| Startup: Refreshing catalog 'helios' ... Done
39322026-07-02T20:41:42.203Z[ host-image] Jul 02 20:41:41.527 INFO O| Jul 02 20:41:41.527 INFO O| Startup: Caching catalogs ... Done
39332026-07-02T20:41:42.638Z[ host-image] Jul 02 20:41:41.963 INFO O| Jul 02 20:41:41.963 INFO O| Planning: Solver setup ... Done
39342026-07-02T20:41:42.654Z[ host-image] Jul 02 20:41:41.980 INFO O| Jul 02 20:41:41.980 INFO O| Planning: Running solver ... Done
39352026-07-02T20:41:42.665Z[ host-image] Jul 02 20:41:41.990 INFO O| Jul 02 20:41:41.990 INFO O| Planning: Finding local manifests ... Done
39362026-07-02T20:41:42.682Z[ host-image] Jul 02 20:41:42.007 INFO O| Jul 02 20:41:42.007 INFO O| Planning: Fetching manifests: 0/128 0% complete
39372026-07-02T20:41:44.168Z[ host-image] Jul 02 20:41:43.493 INFO O| Jul 02 20:41:43.493 INFO O| Planning: Fetching manifests: 128/128 100% complete
39382026-07-02T20:41:44.569Z[ host-image] Jul 02 20:41:43.893 INFO O| Jul 02 20:41:43.893 INFO O| Planning: Package planning ... Done
39392026-07-02T20:41:44.875Z[ host-image] Jul 02 20:41:44.200 INFO O| Jul 02 20:41:44.200 INFO O| Planning: Merging actions ... Done
39402026-07-02T20:41:45.065Z[ host-image] Jul 02 20:41:44.390 INFO O| Jul 02 20:41:44.390 INFO O| Planning: Checking for conflicting actions ... Done
39412026-07-02T20:41:45.163Z[ host-image] Jul 02 20:41:44.489 INFO O| Jul 02 20:41:44.489 INFO O| Planning: Consolidating action changes ... Done
39422026-07-02T20:41:45.327Z[ host-image] Jul 02 20:41:44.652 INFO O| Jul 02 20:41:44.652 INFO O| Planning: Evaluating mediators ... Done
39432026-07-02T20:41:46.334Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39442026-07-02T20:41:46.734Z[ host-image] Jul 02 20:41:46.059 INFO O| Jul 02 20:41:46.059 INFO O| Planning: Planning completed in 4.53 seconds
39452026-07-02T20:41:46.738Z[ host-image] Jul 02 20:41:46.061 INFO O| Jul 02 20:41:46.061 INFO O| Packages to install: 128
39462026-07-02T20:41:46.739Z[ host-image] Jul 02 20:41:46.061 INFO O| Jul 02 20:41:46.061 INFO O| Mediators to change: 5
39472026-07-02T20:41:46.739Z[ host-image] Jul 02 20:41:46.061 INFO O| Jul 02 20:41:46.061 INFO O| Services to change: 6
39482026-07-02T20:41:46.766Z[ host-image] Jul 02 20:41:46.092 INFO O| Jul 02 20:41:46.092 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39492026-07-02T20:41:47.210Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39502026-07-02T20:41:49.631Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39512026-07-02T20:41:49.631Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39522026-07-02T20:41:50.722Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39532026-07-02T20:41:51.328Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39542026-07-02T20:41:51.871Z[ host-image] Jul 02 20:41:51.197 INFO O| Jul 02 20:41:51.197 INFO O| Download: 1682/23767 items 10.8/222.4MB 4% complete (2.4M/s)
39552026-07-02T20:41:56.873Z[ host-image] Jul 02 20:41:56.199 INFO O| Jul 02 20:41:56.198 INFO O| Download: 2889/23767 items 32.1/222.4MB 14% complete (3.2M/s)
39562026-07-02T20:42:01.875Z[ host-image] Jul 02 20:42:01.201 INFO O| Jul 02 20:42:01.201 INFO O| Download: 4785/23767 items 42.1/222.4MB 18% complete (3.1M/s)
39572026-07-02T20:42:03.798Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.72s
39582026-07-02T20:42:05.526ZJul 02 20:42:04.851 INFO [recovery-package] process exited with exit status: 0 (34.57791692s)
39592026-07-02T20:42:05.526ZJul 02 20:42:04.851 INFO [recovery-libraries] running task
39602026-07-02T20:42:05.526ZJul 02 20:42:04.851 INFO [recovery-stamp] running task
39612026-07-02T20:42:05.529ZJul 02 20:42:04.852 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git34efdd2cc27
39622026-07-02T20:42:05.529ZJul 02 20:42:04.852 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 21.0.0-0.ci+git34efdd2cc27
39632026-07-02T20:42:05.533Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39642026-07-02T20:42:05.533Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39652026-07-02T20:42:05.585ZJul 02 20:42:04.911 INFO [recovery-libraries] task succeeded (59.55962ms)
39662026-07-02T20:42:05.588ZJul 02 20:42:04.911 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39672026-07-02T20:42:05.648Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39682026-07-02T20:42:05.652ZJul 02 20:42:04.978 INFO [stamp-installinator] process exited with exit status: 0 (126.23247ms)
39692026-07-02T20:42:05.709Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39702026-07-02T20:42:05.712ZJul 02 20:42:05.037 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (185.08152ms)
39712026-07-02T20:42:05.712ZJul 02 20:42:05.037 INFO [recovery-stamp] task succeeded (185.80798ms)
39722026-07-02T20:42:05.712ZJul 02 20:42:05.037 INFO [recovery-proto] running task
39732026-07-02T20:42:05.712ZJul 02 20:42:05.037 INFO [tuf-stamp] running task
39742026-07-02T20:42:05.715ZJul 02 20:42:05.038 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 21.0.0-0.ci+git34efdd2cc27
39752026-07-02T20:42:05.715ZJul 02 20:42:05.038 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 21.0.0-0.ci+git34efdd2cc27
39762026-07-02T20:42:05.715ZJul 02 20:42:05.039 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 21.0.0-0.ci+git34efdd2cc27
39772026-07-02T20:42:05.715ZJul 02 20:42:05.040 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 21.0.0-0.ci+git34efdd2cc27
39782026-07-02T20:42:05.715ZJul 02 20:42:05.040 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 21.0.0-0.ci+git34efdd2cc27
39792026-07-02T20:42:05.715ZJul 02 20:42:05.040 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 21.0.0-0.ci+git34efdd2cc27
39802026-07-02T20:42:05.715ZJul 02 20:42:05.040 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 21.0.0-0.ci+git34efdd2cc27
39812026-07-02T20:42:05.715ZJul 02 20:42:05.040 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 21.0.0-0.ci+git34efdd2cc27
39822026-07-02T20:42:05.715ZJul 02 20:42:05.041 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 21.0.0-0.ci+git34efdd2cc27
39832026-07-02T20:42:05.718ZJul 02 20:42:05.041 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 21.0.0-0.ci+git34efdd2cc27
39842026-07-02T20:42:05.718ZJul 02 20:42:05.042 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 21.0.0-0.ci+git34efdd2cc27
39852026-07-02T20:42:05.718ZJul 02 20:42:05.042 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 21.0.0-0.ci+git34efdd2cc27
39862026-07-02T20:42:05.721Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-02T20:42:05.721Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-02T20:42:05.721Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-07-02T20:42:05.721Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-07-02T20:42:05.724Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-02T20:42:05.724Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-02T20:42:05.724Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-02T20:42:05.724Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-07-02T20:42:05.724Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-07-02T20:42:05.724Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-07-02T20:42:05.724Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39972026-07-02T20:42:05.724Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39982026-07-02T20:42:05.770Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39992026-07-02T20:42:05.773ZJul 02 20:42:05.098 INFO [stamp-probe] process exited with exit status: 0 (59.97305ms)
40002026-07-02T20:42:05.839ZJul 02 20:42:05.165 INFO [recovery-proto] task succeeded (128.14506ms)
40012026-07-02T20:42:05.843ZJul 02 20:42:05.165 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/.tmpex7cix/proto/recovery/root -N 'recovery 34efdd2/${os_short_commit} 2026-07-02 20:28' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40022026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO Checking files for board 'gimlet'
40032026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40042026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40052026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO Checking files for board 'cosmo-mbist'
40062026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40072026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO Checking files for board 'cosmo'
40082026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40092026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40102026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO Checking files for board 'cosmo-mbist-noaggr'
40112026-07-02T20:42:05.850Z[ recovery-image] Jul 02 20:42:05.172 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40122026-07-02T20:42:05.857Z[ recovery-image] Jul 02 20:42:05.183 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpex7cix/proto/recovery/root"
40132026-07-02T20:42:05.857Z[ recovery-image] Jul 02 20:42:05.183 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40142026-07-02T20:42:05.861Z[ recovery-image] Jul 02 20:42:05.183 INFO image builder template: ramdisk-01-os...
40152026-07-02T20:42:05.861Z[ recovery-image] Jul 02 20:42:05.183 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/.tmpex7cix/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40162026-07-02T20:42:05.874Z[ recovery-image] Jul 02 20:42:05.200 INFO O| Jul 02 20:42:05.200 INFO CREATE DATASET: rpool/images/build/recovery/output
40172026-07-02T20:42:06.146Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40182026-07-02T20:42:06.173Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40192026-07-02T20:42:06.215Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40202026-07-02T20:42:06.219ZJul 02 20:42:05.544 INFO [stamp-ntp] process exited with exit status: 0 (502.771179ms)
40212026-07-02T20:42:06.282Z[ recovery-image] Jul 02 20:42:05.608 INFO O| Jul 02 20:42:05.608 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40222026-07-02T20:42:06.286Z[ recovery-image] Jul 02 20:42:05.612 INFO O| Jul 02 20:42:05.612 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40232026-07-02T20:42:06.294Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40242026-07-02T20:42:06.300ZJul 02 20:42:05.626 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (585.913809ms)
40252026-07-02T20:42:06.424Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40262026-07-02T20:42:06.428ZJul 02 20:42:05.754 INFO [stamp-internal-dns] process exited with exit status: 0 (713.022319ms)
40272026-07-02T20:42:06.440Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40282026-07-02T20:42:06.443ZJul 02 20:42:05.770 INFO [stamp-external-dns] process exited with exit status: 0 (728.855299ms)
40292026-07-02T20:42:06.541Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40302026-07-02T20:42:06.544ZJul 02 20:42:05.870 INFO [stamp-crucible-zone] process exited with exit status: 0 (830.652138ms)
40312026-07-02T20:42:06.676Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40322026-07-02T20:42:06.679ZJul 02 20:42:06.005 INFO [stamp-oximeter] process exited with exit status: 0 (963.518898ms)
40332026-07-02T20:42:07.097Z[ host-image] Jul 02 20:42:06.423 INFO O| Jul 02 20:42:06.423 INFO O| Download: 6067/23767 items 46.9/222.4MB 21% complete (2.0M/s)
40342026-07-02T20:42:07.312Z[ recovery-image] Jul 02 20:42:06.637 INFO O| Jul 02 20:42:06.637 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40352026-07-02T20:42:08.097Z[ recovery-image] Jul 02 20:42:07.422 INFO O| Jul 02 20:42:07.422 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40362026-07-02T20:42:08.097Z[ recovery-image] Jul 02 20:42:07.422 INFO O| Jul 02 20:42:07.422 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40372026-07-02T20:42:08.100Z[ recovery-image] Jul 02 20:42:07.422 INFO O| Jul 02 20:42:07.422 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40382026-07-02T20:42:08.100Z[ recovery-image] Jul 02 20:42:07.422 INFO O| Jul 02 20:42:07.422 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40392026-07-02T20:42:08.104Z[ recovery-image] Jul 02 20:42:07.429 INFO O| Jul 02 20:42:07.429 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40402026-07-02T20:42:08.244Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40412026-07-02T20:42:08.248ZJul 02 20:42:07.570 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.529561985s)
40422026-07-02T20:42:09.821Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40432026-07-02T20:42:09.825ZJul 02 20:42:09.151 INFO [stamp-nexus] process exited with exit status: 0 (4.111289342s)
40442026-07-02T20:42:10.188Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40452026-07-02T20:42:10.191ZJul 02 20:42:09.517 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.477019141s)
40462026-07-02T20:42:10.484Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40472026-07-02T20:42:10.487ZJul 02 20:42:09.809 INFO [stamp-clickhouse] process exited with exit status: 0 (4.77111765s)
40482026-07-02T20:42:10.494Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40492026-07-02T20:42:10.497ZJul 02 20:42:09.823 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.78410808s)
40502026-07-02T20:42:10.497ZJul 02 20:42:09.823 INFO [tuf-stamp] task succeeded (4.785907s)
40512026-07-02T20:42:10.497ZJul 02 20:42:09.823 INFO [tuf-v2-zones] running task
40522026-07-02T20:42:10.500ZJul 02 20:42:09.826 INFO [tuf-v2-zones] task succeeded (2.53311ms)
40532026-07-02T20:42:12.009Z[verify-libraries] Compiling match_cfg v0.1.0
40542026-07-02T20:42:12.009Z[verify-libraries] Compiling slog-json v2.6.1
40552026-07-02T20:42:12.013Z[verify-libraries] Compiling itertools v0.14.0
40562026-07-02T20:42:12.014Z[verify-libraries] Compiling progenitor-client v0.14.0
40572026-07-02T20:42:12.014Z[verify-libraries] Compiling structmeta-derive v0.3.0
40582026-07-02T20:42:12.014Z[verify-libraries] Compiling debug-ignore v1.0.5
40592026-07-02T20:42:12.014Z[verify-libraries] Compiling sha1 v0.11.0
40602026-07-02T20:42:12.014Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40612026-07-02T20:42:12.099Z[ host-image] Jul 02 20:42:11.425 INFO O| Jul 02 20:42:11.425 INFO O| Download: 7560/23767 items 56.9/222.4MB 25% complete (1.4M/s)
40622026-07-02T20:42:12.330Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40632026-07-02T20:42:12.352Z[verify-libraries] Compiling multer v3.1.0
40642026-07-02T20:42:12.355Z[verify-libraries] Compiling compression-core v0.4.31
40652026-07-02T20:42:12.355Z[verify-libraries] Compiling async-stream-impl v0.3.6
40662026-07-02T20:42:12.437Z[verify-libraries] Compiling serde_spanned v1.1.1
40672026-07-02T20:42:12.437Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40682026-07-02T20:42:12.482Z[verify-libraries] Compiling hostname v0.3.1
40692026-07-02T20:42:12.482Z[verify-libraries] Compiling dropshot v0.17.1
40702026-07-02T20:42:12.485Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40712026-07-02T20:42:12.555Z[verify-libraries] Compiling compression-codecs v0.4.37
40722026-07-02T20:42:12.555Z[verify-libraries] Compiling atomicwrites v0.4.4
40732026-07-02T20:42:12.558Z[verify-libraries] Compiling waitgroup v0.1.2
40742026-07-02T20:42:12.570Z[ recovery-image] Jul 02 20:42:11.895 INFO O| Jul 02 20:42:11.895 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40752026-07-02T20:42:12.579Z[ recovery-image] Jul 02 20:42:11.904 INFO O| Jul 02 20:42:11.904 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40762026-07-02T20:42:12.624Z[verify-libraries] Compiling slog-bunyan v2.5.0
40772026-07-02T20:42:12.651Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40782026-07-02T20:42:12.651Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40792026-07-02T20:42:12.697Z[verify-libraries] Compiling hostname v0.4.2
40802026-07-02T20:42:12.742Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40812026-07-02T20:42:12.857Z[verify-libraries] Compiling async-compression v0.4.41
40822026-07-02T20:42:12.860Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40832026-07-02T20:42:12.860Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40842026-07-02T20:42:12.860Z[verify-libraries] Compiling macaddr v1.0.1
40852026-07-02T20:42:12.860Z[verify-libraries] Compiling regress v0.10.5
40862026-07-02T20:42:12.901Z[ recovery-image] Jul 02 20:42:12.227 INFO O| Jul 02 20:42:12.227 INFO O| Caching catalogs ... Done
40872026-07-02T20:42:12.922Z[verify-libraries] Compiling instant v0.1.13
40882026-07-02T20:42:12.926Z[verify-libraries] Compiling backon v1.6.0
40892026-07-02T20:42:12.926Z[verify-libraries] Compiling humantime v2.3.0
40902026-07-02T20:42:12.926Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40912026-07-02T20:42:12.995Z[ recovery-image] Jul 02 20:42:12.317 INFO O| Jul 02 20:42:12.317 INFO STEP 0 (pkg_image_create) COMPLETE
40922026-07-02T20:42:12.995Z[ recovery-image] Jul 02 20:42:12.317 INFO O| Jul 02 20:42:12.317 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40932026-07-02T20:42:13.004Z[ recovery-image] Jul 02 20:42:12.327 INFO O| Jul 02 20:42:12.327 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"]
40942026-07-02T20:42:13.035Z[verify-libraries] Compiling convert_case v0.4.0
40952026-07-02T20:42:13.077Z[verify-libraries] Compiling async-stream v0.3.6
40962026-07-02T20:42:13.101Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
40972026-07-02T20:42:13.127Z[verify-libraries] Compiling backoff v0.4.0
40982026-07-02T20:42:13.159Z[verify-libraries] Compiling progenitor-extras v0.2.0
40992026-07-02T20:42:13.159Z[verify-libraries] Compiling half v2.7.1
41002026-07-02T20:42:13.232Z[verify-libraries] Compiling ciborium-io v0.2.2
41012026-07-02T20:42:13.303Z[verify-libraries] Compiling regress v0.11.1
41022026-07-02T20:42:13.328Z[ recovery-image] Jul 02 20:42:12.652 INFO O| Jul 02 20:42:12.652 INFO STEP 1 (pkg_set_publisher) COMPLETE
41032026-07-02T20:42:13.329Z[ recovery-image] Jul 02 20:42:12.653 INFO O| Jul 02 20:42:12.652 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41042026-07-02T20:42:13.332Z[ recovery-image] Jul 02 20:42:12.653 INFO O| Jul 02 20:42:12.652 INFO skip step because feature "publisher_1_name" is not enabled
41052026-07-02T20:42:13.332Z[ recovery-image] Jul 02 20:42:12.653 INFO O| Jul 02 20:42:12.652 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41062026-07-02T20:42:13.332Z[ recovery-image] Jul 02 20:42:12.653 INFO O| Jul 02 20:42:12.652 INFO skip step because feature "publisher_2_name" is not enabled
41072026-07-02T20:42:13.332Z[ recovery-image] Jul 02 20:42:12.653 INFO O| Jul 02 20:42:12.652 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41082026-07-02T20:42:13.332Z[ recovery-image] Jul 02 20:42:12.653 INFO O| Jul 02 20:42:12.652 INFO skip step because feature "publisher_3_name" is not enabled
41092026-07-02T20:42:13.332Z[ recovery-image] Jul 02 20:42:12.653 INFO O| Jul 02 20:42:12.652 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41102026-07-02T20:42:13.336Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41112026-07-02T20:42:13.359Z[verify-libraries] Compiling indent_write v2.2.0
41122026-07-02T20:42:13.387Z[verify-libraries] Compiling secrecy v0.10.3
41132026-07-02T20:42:13.407Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41142026-07-02T20:42:13.430Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41152026-07-02T20:42:13.470Z[verify-libraries] Compiling derive_more v0.99.20
41162026-07-02T20:42:13.494Z[verify-libraries] Compiling structmeta v0.3.0
41172026-07-02T20:42:13.517Z[verify-libraries] Compiling ciborium-ll v0.2.2
41182026-07-02T20:42:13.539Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41192026-07-02T20:42:13.557Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41202026-07-02T20:42:13.586Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41212026-07-02T20:42:13.590Z[verify-libraries] Compiling inout v0.1.4
41222026-07-02T20:42:13.655Z[verify-libraries] Compiling universal-hash v0.5.1
41232026-07-02T20:42:13.658Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41242026-07-02T20:42:13.661Z[ recovery-image] Jul 02 20:42:12.985 INFO O| Jul 02 20:42:12.985 INFO variant opensolaris.zone is already global
41252026-07-02T20:42:13.661Z[ recovery-image] Jul 02 20:42:12.985 INFO O| Jul 02 20:42:12.985 INFO STEP 5 (pkg_change_variant) COMPLETE
41262026-07-02T20:42:13.661Z[ recovery-image] Jul 02 20:42:12.985 INFO O| Jul 02 20:42:12.985 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41272026-07-02T20:42:13.726Z[verify-libraries] Compiling ciborium v0.2.2
41282026-07-02T20:42:13.777Z[verify-libraries] Compiling derive-ex v0.1.8
41292026-07-02T20:42:13.804Z[verify-libraries] Compiling parse-display-derive v0.10.0
41302026-07-02T20:42:13.876Z[verify-libraries] Compiling cipher v0.4.4
41312026-07-02T20:42:13.916Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41322026-07-02T20:42:13.919Z[verify-libraries] Compiling opaque-debug v0.3.1
41332026-07-02T20:42:13.919Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41342026-07-02T20:42:13.961Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41352026-07-02T20:42:13.986Z[ recovery-image] Jul 02 20:42:13.311 INFO O| Jul 02 20:42:13.311 INFO variant opensolaris.imagetype is full; changing to partial
41362026-07-02T20:42:13.986Z[ recovery-image] Jul 02 20:42:13.311 INFO O| Jul 02 20:42:13.311 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41372026-07-02T20:42:14.053Z[verify-libraries] Compiling poly1305 v0.8.0
41382026-07-02T20:42:14.094Z[verify-libraries] Compiling blake2 v0.10.6
41392026-07-02T20:42:14.134Z[verify-libraries] Compiling chacha20 v0.9.1
41402026-07-02T20:42:14.191Z[verify-libraries] Compiling aead v0.5.2
41412026-07-02T20:42:14.244Z[verify-libraries] Compiling password-hash v0.5.0
41422026-07-02T20:42:14.364Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41432026-07-02T20:42:14.463Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41442026-07-02T20:42:14.494Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41452026-07-02T20:42:14.637Z[verify-libraries] Compiling argon2 v0.5.3
41462026-07-02T20:42:14.689Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41472026-07-02T20:42:14.711Z[verify-libraries] Compiling rayon-core v1.13.0
41482026-07-02T20:42:14.748Z[verify-libraries] Compiling glob v0.3.3
41492026-07-02T20:42:14.752Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41502026-07-02T20:42:14.849Z[verify-libraries] Compiling usdt-macro v0.5.0
41512026-07-02T20:42:14.903Z[ recovery-image] Jul 02 20:42:14.227 INFO O| Jul 02 20:42:14.227 INFO O| Startup: Refreshing catalog 'helios' ... Done
41522026-07-02T20:42:14.955Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41532026-07-02T20:42:14.988Z[verify-libraries] Compiling typify-impl v0.6.2
41542026-07-02T20:42:15.011Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41552026-07-02T20:42:15.047Z[ recovery-image] Jul 02 20:42:14.372 INFO O| Jul 02 20:42:14.372 INFO O| Startup: Caching catalogs ... Done
41562026-07-02T20:42:15.053Z[ recovery-image] Jul 02 20:42:14.379 INFO O| Jul 02 20:42:14.379 INFO O| Planning: Planning completed in 0.00 seconds
41572026-07-02T20:42:15.057Z[ recovery-image] Jul 02 20:42:14.380 INFO O| Jul 02 20:42:14.380 INFO O| Planning: Consolidating action changes ... Done
41582026-07-02T20:42:15.057Z[ recovery-image] Jul 02 20:42:14.380 INFO O| Jul 02 20:42:14.380 INFO O| Planning: Evaluating mediators ... Done
41592026-07-02T20:42:15.057Z[ recovery-image] Jul 02 20:42:14.380 INFO O| Jul 02 20:42:14.380 INFO O| Planning: Planning completed in 0.00 seconds
41602026-07-02T20:42:15.057Z[ recovery-image] Jul 02 20:42:14.380 INFO O| Jul 02 20:42:14.380 INFO O| Variants/Facets to change: 1
41612026-07-02T20:42:15.071Z[ recovery-image] Jul 02 20:42:14.397 INFO O| Jul 02 20:42:14.397 INFO O| Finalize: Updating package state database ... Done
41622026-07-02T20:42:15.071Z[ recovery-image] Jul 02 20:42:14.397 INFO O| Jul 02 20:42:14.397 INFO O| Finalize: Updating package cache ... Done
41632026-07-02T20:42:15.097Z[ recovery-image] Jul 02 20:42:14.423 INFO O| Jul 02 20:42:14.423 INFO O| Finalize: Updating image state ... Done
41642026-07-02T20:42:15.103Z[ recovery-image] Jul 02 20:42:14.428 INFO O| Jul 02 20:42:14.428 INFO O| Finalize: Creating fast lookup database ... Done
41652026-07-02T20:42:15.106Z[ recovery-image] Jul 02 20:42:14.429 INFO O| Jul 02 20:42:14.429 INFO O| Finalize: Reading search index ... Done
41662026-07-02T20:42:15.106Z[ recovery-image] Jul 02 20:42:14.429 INFO O| Jul 02 20:42:14.429 INFO O| Finalize: Updating search index ... Done
41672026-07-02T20:42:15.106Z[ recovery-image] Jul 02 20:42:14.430 INFO O| Jul 02 20:42:14.430 INFO O| Finalize: Updating package cache ... Done
41682026-07-02T20:42:15.169Z[verify-libraries] Compiling vsss-rs v3.3.4
41692026-07-02T20:42:15.259Z[ recovery-image] Jul 02 20:42:14.579 INFO O| Jul 02 20:42:14.579 INFO STEP 6 (pkg_change_variant) COMPLETE
41702026-07-02T20:42:15.259Z[ recovery-image] Jul 02 20:42:14.579 INFO O| Jul 02 20:42:14.579 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41712026-07-02T20:42:15.259Z[ recovery-image] Jul 02 20:42:14.579 INFO O| Jul 02 20:42:14.579 INFO skip step because feature "debug_variant" is not enabled
41722026-07-02T20:42:15.262Z[ recovery-image] Jul 02 20:42:14.579 INFO O| Jul 02 20:42:14.579 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41732026-07-02T20:42:15.287Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41742026-07-02T20:42:15.644Z[verify-libraries] Compiling test-strategy v0.4.5
41752026-07-02T20:42:15.669Z[ recovery-image] Jul 02 20:42:14.994 INFO O| Jul 02 20:42:14.994 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41762026-07-02T20:42:15.751Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41772026-07-02T20:42:15.780Z[verify-libraries] Compiling parse-display v0.10.0
41782026-07-02T20:42:15.803Z[verify-libraries] Compiling memmap v0.7.0
41792026-07-02T20:42:15.849Z[verify-libraries] Compiling heapless v0.8.0
41802026-07-02T20:42:15.964Z[verify-libraries] Compiling proc-macro-error v1.0.4
41812026-07-02T20:42:16.054Z[verify-libraries] Compiling usdt v0.5.0
41822026-07-02T20:42:16.139Z[verify-libraries] Compiling ingot-macros v0.1.1
41832026-07-02T20:42:16.139Z[verify-libraries] Compiling tabwriter v1.4.1
41842026-07-02T20:42:16.184Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41852026-07-02T20:42:16.194Z[verify-libraries] Compiling hash32 v0.3.1
41862026-07-02T20:42:16.231Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41872026-07-02T20:42:16.268Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41882026-07-02T20:42:16.375Z[verify-libraries] Compiling smoltcp v0.11.0
41892026-07-02T20:42:16.421Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41902026-07-02T20:42:16.443Z[verify-libraries] Compiling toml v0.8.23
41912026-07-02T20:42:16.469Z[verify-libraries] Compiling num_enum_derive v0.7.6
41922026-07-02T20:42:16.493Z[verify-libraries] Compiling cobs v0.3.0
41932026-07-02T20:42:16.496Z[verify-libraries] Compiling colored v3.1.1
41942026-07-02T20:42:16.524Z[ recovery-image] Jul 02 20:42:15.849 INFO O| Jul 02 20:42:15.849 INFO O| Startup: Refreshing catalog 'helios' ... Done
41952026-07-02T20:42:16.662Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41962026-07-02T20:42:16.732Z[ recovery-image] Jul 02 20:42:16.058 INFO O| Jul 02 20:42:16.057 INFO O| Startup: Caching catalogs ... Done
41972026-07-02T20:42:16.739Z[ recovery-image] Jul 02 20:42:16.065 INFO O| Jul 02 20:42:16.065 INFO O| Planning: Planning completed in 0.00 seconds
41982026-07-02T20:42:16.743Z[ recovery-image] Jul 02 20:42:16.066 INFO O| Jul 02 20:42:16.066 INFO O| Planning: Consolidating action changes ... Done
41992026-07-02T20:42:16.743Z[ recovery-image] Jul 02 20:42:16.066 INFO O| Jul 02 20:42:16.066 INFO O| Planning: Evaluating mediators ... Done
42002026-07-02T20:42:16.743Z[ recovery-image] Jul 02 20:42:16.066 INFO O| Jul 02 20:42:16.066 INFO O| Planning: Planning completed in 0.00 seconds
42012026-07-02T20:42:16.743Z[ recovery-image] Jul 02 20:42:16.066 INFO O| Jul 02 20:42:16.066 INFO O| Variants/Facets to change: 1
42022026-07-02T20:42:16.766Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42032026-07-02T20:42:16.794Z[verify-libraries] Compiling postcard v1.1.3
42042026-07-02T20:42:16.830Z[verify-libraries] Compiling rayon v1.11.0
42052026-07-02T20:42:16.893Z[verify-libraries] Compiling rand v0.10.1
42062026-07-02T20:42:16.984Z[ recovery-image] Jul 02 20:42:16.310 INFO O| Jul 02 20:42:16.309 INFO O| Finalize: Updating package state database ... Done
42072026-07-02T20:42:16.985Z[ recovery-image] Jul 02 20:42:16.310 INFO O| Jul 02 20:42:16.310 INFO O| Finalize: Updating package cache ... Done
42082026-07-02T20:42:17.003Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42092026-07-02T20:42:17.009Z[ recovery-image] Jul 02 20:42:16.333 INFO O| Jul 02 20:42:16.333 INFO O| Finalize: Updating image state ... Done
42102026-07-02T20:42:17.012Z[ recovery-image] Jul 02 20:42:16.338 INFO O| Jul 02 20:42:16.338 INFO O| Finalize: Creating fast lookup database ... Done
42112026-07-02T20:42:17.016Z[ recovery-image] Jul 02 20:42:16.338 INFO O| Jul 02 20:42:16.338 INFO O| Finalize: Reading search index ... Done
42122026-07-02T20:42:17.016Z[ recovery-image] Jul 02 20:42:16.338 INFO O| Jul 02 20:42:16.338 INFO O| Finalize: Updating search index ... Done
42132026-07-02T20:42:17.016Z[ recovery-image] Jul 02 20:42:16.339 INFO O| Jul 02 20:42:16.339 INFO O| Finalize: Updating package cache ... Done
42142026-07-02T20:42:17.026Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42152026-07-02T20:42:17.099Z[ host-image] Jul 02 20:42:16.425 INFO O| Jul 02 20:42:16.425 INFO O| Download: 8950/23767 items 77.9/222.4MB 35% complete (3.1M/s)
42162026-07-02T20:42:17.133Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42172026-07-02T20:42:17.180Z[ recovery-image] Jul 02 20:42:16.505 INFO O| Jul 02 20:42:16.505 INFO STEP 8 (pkg_change_facet) COMPLETE
42182026-07-02T20:42:17.180Z[ recovery-image] Jul 02 20:42:16.505 INFO O| Jul 02 20:42:16.505 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42192026-07-02T20:42:17.213Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42202026-07-02T20:42:17.216Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42212026-07-02T20:42:17.408Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42222026-07-02T20:42:17.408Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42232026-07-02T20:42:17.456Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
42242026-07-02T20:42:17.506Z[ recovery-image] Jul 02 20:42:16.831 INFO O| Jul 02 20:42:16.831 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42252026-07-02T20:42:17.552Z[verify-libraries] Compiling num-derive v0.4.2
42262026-07-02T20:42:17.557Z[verify-libraries] Compiling num_enum_derive v0.5.11
42272026-07-02T20:42:17.621Z[verify-libraries] Compiling cstr-argument v0.1.2
42282026-07-02T20:42:17.785Z[verify-libraries] Compiling num_enum v0.7.6
42292026-07-02T20:42:17.867Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42302026-07-02T20:42:17.890Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42312026-07-02T20:42:17.916Z[verify-libraries] Compiling foreign-types v0.5.0
42322026-07-02T20:42:17.916Z[verify-libraries] Compiling sigpipe v0.1.3
42332026-07-02T20:42:17.964Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42342026-07-02T20:42:17.968Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42352026-07-02T20:42:18.020Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42362026-07-02T20:42:18.044Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42372026-07-02T20:42:18.064Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42382026-07-02T20:42:18.159Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42392026-07-02T20:42:18.174Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42402026-07-02T20:42:18.206Z[verify-libraries] Compiling itertools v0.12.1
42412026-07-02T20:42:18.360Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42422026-07-02T20:42:18.364Z[ recovery-image] Jul 02 20:42:17.686 INFO O| Jul 02 20:42:17.686 INFO O| Startup: Refreshing catalog 'helios' ... Done
42432026-07-02T20:42:18.396Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42442026-07-02T20:42:18.419Z[verify-libraries] Compiling smf v0.2.3
42452026-07-02T20:42:18.419Z[verify-libraries] Compiling whoami v1.6.1
42462026-07-02T20:42:18.488Z[ recovery-image] Jul 02 20:42:17.814 INFO O| Jul 02 20:42:17.813 INFO O| Startup: Caching catalogs ... Done
42472026-07-02T20:42:18.495Z[ recovery-image] Jul 02 20:42:17.821 INFO O| Jul 02 20:42:17.821 INFO O| Planning: Planning completed in 0.00 seconds
42482026-07-02T20:42:18.498Z[ recovery-image] Jul 02 20:42:17.821 INFO O| Jul 02 20:42:17.821 INFO O| Planning: Consolidating action changes ... Done
42492026-07-02T20:42:18.498Z[ recovery-image] Jul 02 20:42:17.821 INFO O| Jul 02 20:42:17.821 INFO O| Planning: Evaluating mediators ... Done
42502026-07-02T20:42:18.498Z[ recovery-image] Jul 02 20:42:17.822 INFO O| Jul 02 20:42:17.822 INFO O| Planning: Planning completed in 0.00 seconds
42512026-07-02T20:42:18.498Z[ recovery-image] Jul 02 20:42:17.822 INFO O| Jul 02 20:42:17.822 INFO O| Variants/Facets to change: 1
42522026-07-02T20:42:18.510Z[ recovery-image] Jul 02 20:42:17.836 INFO O| Jul 02 20:42:17.836 INFO O| Finalize: Updating package state database ... Done
42532026-07-02T20:42:18.511Z[ recovery-image] Jul 02 20:42:17.836 INFO O| Jul 02 20:42:17.836 INFO O| Finalize: Updating package cache ... Done
42542026-07-02T20:42:18.534Z[ recovery-image] Jul 02 20:42:17.858 INFO O| Jul 02 20:42:17.858 INFO O| Finalize: Updating image state ... Done
42552026-07-02T20:42:18.538Z[ recovery-image] Jul 02 20:42:17.863 INFO O| Jul 02 20:42:17.863 INFO O| Finalize: Creating fast lookup database ... Done
42562026-07-02T20:42:18.541Z[ recovery-image] Jul 02 20:42:17.864 INFO O| Jul 02 20:42:17.864 INFO O| Finalize: Reading search index ... Done
42572026-07-02T20:42:18.541Z[ recovery-image] Jul 02 20:42:17.864 INFO O| Jul 02 20:42:17.864 INFO O| Finalize: Updating search index ... Done
42582026-07-02T20:42:18.541Z[ recovery-image] Jul 02 20:42:17.865 INFO O| Jul 02 20:42:17.865 INFO O| Finalize: Updating package cache ... Done
42592026-07-02T20:42:18.658Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42602026-07-02T20:42:18.685Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42612026-07-02T20:42:18.718Z[ recovery-image] Jul 02 20:42:18.043 INFO O| Jul 02 20:42:18.043 INFO STEP 9 (pkg_change_facet) COMPLETE
42622026-07-02T20:42:18.718Z[ recovery-image] Jul 02 20:42:18.043 INFO O| Jul 02 20:42:18.043 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42632026-07-02T20:42:18.767Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42642026-07-02T20:42:18.797Z[verify-libraries] Compiling derive-where v1.6.0
42652026-07-02T20:42:18.800Z[verify-libraries] Compiling num_enum v0.5.11
42662026-07-02T20:42:18.840Z[verify-libraries] Compiling owo-colors v4.3.0
42672026-07-02T20:42:18.840Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42682026-07-02T20:42:18.941Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42692026-07-02T20:42:18.981Z[verify-libraries] Compiling gethostname v0.5.0
42702026-07-02T20:42:19.024Z[verify-libraries] Compiling libsw-core v0.3.2
42712026-07-02T20:42:19.072Z[ recovery-image] Jul 02 20:42:18.396 INFO O| Jul 02 20:42:18.396 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42722026-07-02T20:42:19.131Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42732026-07-02T20:42:19.171Z[verify-libraries] Compiling console v0.15.11
42742026-07-02T20:42:19.265Z[verify-libraries] Compiling libsw v3.5.0
42752026-07-02T20:42:19.309Z[verify-libraries] Compiling linear-map v1.2.0
42762026-07-02T20:42:19.362Z[verify-libraries] Compiling ingot-types v0.1.2
42772026-07-02T20:42:19.466Z[verify-libraries] Compiling zone v0.3.1
42782026-07-02T20:42:19.490Z[verify-libraries] Compiling newline-converter v0.3.0
42792026-07-02T20:42:19.519Z[verify-libraries] Compiling resolv-conf v0.7.6
42802026-07-02T20:42:19.539Z[verify-libraries] Compiling num-rational v0.4.2
42812026-07-02T20:42:19.542Z[verify-libraries] Compiling num-complex v0.4.6
42822026-07-02T20:42:19.615Z[verify-libraries] Compiling slog-dtrace v0.3.0
42832026-07-02T20:42:19.682Z[verify-libraries] Compiling expectorate v1.2.0
42842026-07-02T20:42:19.718Z[verify-libraries] Compiling prettyplease v0.2.37
42852026-07-02T20:42:19.788Z[verify-libraries] Compiling typify-macro v0.6.2
42862026-07-02T20:42:19.848Z[verify-libraries] Compiling ingot v0.1.1
42872026-07-02T20:42:19.872Z[verify-libraries] Compiling float-ord v0.3.2
42882026-07-02T20:42:19.909Z[verify-libraries] Compiling num v0.4.3
42892026-07-02T20:42:19.912Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42902026-07-02T20:42:19.916Z[ recovery-image] Jul 02 20:42:19.242 INFO O| Jul 02 20:42:19.241 INFO O| Startup: Refreshing catalog 'helios' ... Done
42912026-07-02T20:42:19.973Z[verify-libraries] Compiling linked-hash-map v0.5.6
42922026-07-02T20:42:20.023Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42932026-07-02T20:42:20.027Z[verify-libraries] Compiling hickory-proto v0.24.4
42942026-07-02T20:42:20.050Z[ recovery-image] Jul 02 20:42:19.376 INFO O| Jul 02 20:42:19.376 INFO O| Startup: Caching catalogs ... Done
42952026-07-02T20:42:20.057Z[ recovery-image] Jul 02 20:42:19.383 INFO O| Jul 02 20:42:19.383 INFO O| Planning: Planning completed in 0.00 seconds
42962026-07-02T20:42:20.062Z[ recovery-image] Jul 02 20:42:19.383 INFO O| Jul 02 20:42:19.383 INFO O| Planning: Consolidating action changes ... Done
42972026-07-02T20:42:20.062Z[ recovery-image] Jul 02 20:42:19.383 INFO O| Jul 02 20:42:19.383 INFO O| Planning: Evaluating mediators ... Done
42982026-07-02T20:42:20.062Z[ recovery-image] Jul 02 20:42:19.384 INFO O| Jul 02 20:42:19.384 INFO O| Planning: Planning completed in 0.00 seconds
42992026-07-02T20:42:20.062Z[ recovery-image] Jul 02 20:42:19.384 INFO O| Jul 02 20:42:19.384 INFO O| Variants/Facets to change: 1
43002026-07-02T20:42:20.067Z[verify-libraries] Compiling convert_case v0.10.0
43012026-07-02T20:42:20.073Z[ recovery-image] Jul 02 20:42:19.396 INFO O| Jul 02 20:42:19.396 INFO O| Finalize: Updating package state database ... Done
43022026-07-02T20:42:20.073Z[ recovery-image] Jul 02 20:42:19.396 INFO O| Jul 02 20:42:19.396 INFO O| Finalize: Updating package cache ... Done
43032026-07-02T20:42:20.096Z[ recovery-image] Jul 02 20:42:19.421 INFO O| Jul 02 20:42:19.421 INFO O| Finalize: Updating image state ... Done
43042026-07-02T20:42:20.101Z[ recovery-image] Jul 02 20:42:19.427 INFO O| Jul 02 20:42:19.426 INFO O| Finalize: Creating fast lookup database ... Done
43052026-07-02T20:42:20.104Z[ recovery-image] Jul 02 20:42:19.427 INFO O| Jul 02 20:42:19.427 INFO O| Finalize: Reading search index ... Done
43062026-07-02T20:42:20.105Z[ recovery-image] Jul 02 20:42:19.427 INFO O| Jul 02 20:42:19.427 INFO O| Finalize: Updating search index ... Done
43072026-07-02T20:42:20.105Z[ recovery-image] Jul 02 20:42:19.428 INFO O| Jul 02 20:42:19.428 INFO O| Finalize: Updating package cache ... Done
43082026-07-02T20:42:20.238Z[verify-libraries] Compiling lru-cache v0.1.2
43092026-07-02T20:42:20.239Z[verify-libraries] Compiling minimal-lexical v0.2.1
43102026-07-02T20:42:20.242Z[verify-libraries] Compiling display-error-chain v0.2.2
43112026-07-02T20:42:20.242Z[verify-libraries] Compiling unicode-xid v0.2.6
43122026-07-02T20:42:20.253Z[ recovery-image] Jul 02 20:42:19.578 INFO O| Jul 02 20:42:19.578 INFO STEP 10 (pkg_change_facet) COMPLETE
43132026-07-02T20:42:20.253Z[ recovery-image] Jul 02 20:42:19.578 INFO O| Jul 02 20:42:19.578 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43142026-07-02T20:42:20.262Z[ recovery-image] Jul 02 20:42:19.587 INFO O| Jul 02 20:42:19.587 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
43152026-07-02T20:42:20.321Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43162026-07-02T20:42:20.425Z[verify-libraries] Compiling tabled_derive v0.7.0
43172026-07-02T20:42:20.466Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43182026-07-02T20:42:20.489Z[verify-libraries] Compiling fd-lock v4.0.4
43192026-07-02T20:42:20.492Z[verify-libraries] Compiling derive_more-impl v2.1.1
43202026-07-02T20:42:20.493Z[verify-libraries] Compiling vte v0.14.1
43212026-07-02T20:42:20.571Z[verify-libraries] Compiling nom v7.1.3
43222026-07-02T20:42:20.607Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43232026-07-02T20:42:20.668Z[verify-libraries] Compiling stacker v0.1.23
43242026-07-02T20:42:20.778Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43252026-07-02T20:42:20.857Z[verify-libraries] Compiling cfg_aliases v0.1.1
43262026-07-02T20:42:20.977Z[verify-libraries] Compiling reedline v0.40.0
43272026-07-02T20:42:21.003Z[verify-libraries] Compiling nix v0.28.0
43282026-07-02T20:42:21.076Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43292026-07-02T20:42:21.105Z[verify-libraries] Compiling termtree v0.5.1
43302026-07-02T20:42:21.138Z[ recovery-image] Jul 02 20:42:20.464 INFO O| Jul 02 20:42:20.464 INFO O| Startup: Refreshing catalog 'helios' ... Done
43312026-07-02T20:42:21.272Z[ recovery-image] Jul 02 20:42:20.590 INFO O| Jul 02 20:42:20.589 INFO O| Startup: Caching catalogs ... Done
43322026-07-02T20:42:21.301Z[verify-libraries] Compiling semver v0.1.20
43332026-07-02T20:42:21.424Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43342026-07-02T20:42:21.499Z[verify-libraries] Compiling psm v0.1.30
43352026-07-02T20:42:21.502Z[verify-libraries] Compiling derive_more v2.1.1
43362026-07-02T20:42:21.502Z[verify-libraries] Compiling phf_shared v0.12.1
43372026-07-02T20:42:21.567Z[verify-libraries] Compiling tabled v0.15.0
43382026-07-02T20:42:21.587Z[verify-libraries] Compiling rustc_version v0.1.7
43392026-07-02T20:42:21.654Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43402026-07-02T20:42:21.658Z[verify-libraries] Compiling crossterm v0.29.0
43412026-07-02T20:42:21.808Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43422026-07-02T20:42:21.836Z[verify-libraries] Compiling typify v0.6.2
43432026-07-02T20:42:21.922Z[ recovery-image] Jul 02 20:42:21.246 INFO O| Jul 02 20:42:21.246 INFO O| Planning: Solver setup ... Done
43442026-07-02T20:42:21.931Z[verify-libraries] Compiling nibble_vec v0.1.0
43452026-07-02T20:42:21.936Z[verify-libraries] Compiling chrono-tz v0.10.4
43462026-07-02T20:42:21.945Z[ recovery-image] Jul 02 20:42:21.269 INFO O| Jul 02 20:42:21.269 INFO O| Planning: Running solver ... Done
43472026-07-02T20:42:21.960Z[ recovery-image] Jul 02 20:42:21.286 INFO O| Jul 02 20:42:21.285 INFO O| Planning: Finding local manifests ... Done
43482026-07-02T20:42:22.013Z[verify-libraries] Compiling progenitor-impl v0.14.0
43492026-07-02T20:42:22.017Z[ recovery-image] Jul 02 20:42:21.342 INFO O| Jul 02 20:42:21.341 INFO O| Planning: Fetching manifests: 0/128 0% complete
43502026-07-02T20:42:22.118Z[verify-libraries] Compiling highway v1.3.0
43512026-07-02T20:42:22.175Z[ host-image] Jul 02 20:42:21.500 INFO O| Jul 02 20:42:21.500 INFO O| Download: 10924/23767 items 96.3/222.4MB 43% complete (4.0M/s)
43522026-07-02T20:42:22.186Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43532026-07-02T20:42:22.227Z[verify-libraries] Compiling endian-type v0.1.2
43542026-07-02T20:42:22.351Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43552026-07-02T20:42:22.372Z[verify-libraries] Compiling hickory-resolver v0.24.4
43562026-07-02T20:42:22.458Z[verify-libraries] Compiling radix_trie v0.2.1
43572026-07-02T20:42:22.477Z[verify-libraries] Compiling newtype_derive v0.1.6
43582026-07-02T20:42:22.547Z[verify-libraries] Compiling phf v0.12.1
43592026-07-02T20:42:22.577Z[verify-libraries] Compiling recursive v0.1.1
43602026-07-02T20:42:22.741Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43612026-07-02T20:42:22.792Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43622026-07-02T20:42:22.792Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43632026-07-02T20:42:22.900Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43642026-07-02T20:42:22.985Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43652026-07-02T20:42:23.037Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43662026-07-02T20:42:23.085Z[verify-libraries] Compiling peg-macros v0.8.5
43672026-07-02T20:42:23.322Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43682026-07-02T20:42:23.509Z[verify-libraries] Compiling qorb v0.4.1
43692026-07-02T20:42:23.824Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43702026-07-02T20:42:23.950Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43712026-07-02T20:42:24.110Z[verify-libraries] Compiling winnow v0.6.26
43722026-07-02T20:42:24.136Z[verify-libraries] Compiling csv-core v0.1.13
43732026-07-02T20:42:24.168Z[verify-libraries] Compiling home v0.5.12
43742026-07-02T20:42:24.316Z[verify-libraries] Compiling unicode_categories v0.1.1
43752026-07-02T20:42:24.357Z[verify-libraries] Compiling csv v1.4.0
43762026-07-02T20:42:24.451Z[verify-libraries] Compiling rustyline v14.0.0
43772026-07-02T20:42:24.553Z[verify-libraries] Compiling textwrap v0.16.2
43782026-07-02T20:42:24.657Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43792026-07-02T20:42:24.747Z[verify-libraries] Compiling progenitor-macro v0.14.0
43802026-07-02T20:42:24.828Z[verify-libraries] Compiling peg v0.8.5
43812026-07-02T20:42:24.876Z[verify-libraries] Compiling sqlparser v0.61.0
43822026-07-02T20:42:24.880Z[verify-libraries] Compiling const_format v0.2.35
43832026-07-02T20:42:24.997Z[verify-libraries] Compiling bcs v0.1.6
43842026-07-02T20:42:25.092Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43852026-07-02T20:42:25.132Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43862026-07-02T20:42:25.154Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43872026-07-02T20:42:25.242Z[verify-libraries] Compiling nom v8.0.0
43882026-07-02T20:42:25.373Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43892026-07-02T20:42:25.402Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43902026-07-02T20:42:25.445Z[verify-libraries] Compiling base64 v0.21.7
43912026-07-02T20:42:25.677Z[verify-libraries] Compiling sqlformat v0.3.5
43922026-07-02T20:42:25.739Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43932026-07-02T20:42:25.764Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43942026-07-02T20:42:25.828Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43952026-07-02T20:42:25.915Z[ recovery-image] Jul 02 20:42:25.241 INFO O| Jul 02 20:42:25.241 INFO O| Planning: Fetching manifests: 128/128 100% complete
43962026-07-02T20:42:25.941Z[verify-libraries] Compiling steno v0.4.1
43972026-07-02T20:42:26.074Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43982026-07-02T20:42:26.135Z[verify-libraries] Compiling sha1 v0.10.6
43992026-07-02T20:42:26.171Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
44002026-07-02T20:42:26.404Z[verify-libraries] Compiling utf-8 v0.7.6
44012026-07-02T20:42:26.435Z[verify-libraries] Compiling tagptr v0.2.0
44022026-07-02T20:42:26.442Z[ recovery-image] Jul 02 20:42:25.768 INFO O| Jul 02 20:42:25.765 INFO O| Planning: Package planning ... Done
44032026-07-02T20:42:26.491Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44042026-07-02T20:42:26.563Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44052026-07-02T20:42:26.590Z[ recovery-image] Jul 02 20:42:25.916 INFO O| Jul 02 20:42:25.916 INFO O| Planning: Merging actions ... Done
44062026-07-02T20:42:26.626Z[verify-libraries] Compiling moka v0.12.13
44072026-07-02T20:42:26.671Z[ recovery-image] Jul 02 20:42:25.997 INFO O| Jul 02 20:42:25.997 INFO O| Planning: Checking for conflicting actions ... Done
44082026-07-02T20:42:26.715Z[verify-libraries] Compiling radium v0.7.0
44092026-07-02T20:42:26.737Z[verify-libraries] Compiling tungstenite v0.21.0
44102026-07-02T20:42:26.767Z[ recovery-image] Jul 02 20:42:26.093 INFO O| Jul 02 20:42:26.093 INFO O| Planning: Consolidating action changes ... Done
44112026-07-02T20:42:26.865Z[verify-libraries] Compiling ron v0.8.1
44122026-07-02T20:42:26.865Z[verify-libraries] Compiling maybe-uninit v2.0.0
44132026-07-02T20:42:26.908Z[verify-libraries] Compiling tap v1.0.1
44142026-07-02T20:42:26.914Z[ recovery-image] Jul 02 20:42:26.240 INFO O| Jul 02 20:42:26.240 INFO O| Planning: Evaluating mediators ... Done
44152026-07-02T20:42:26.937Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44162026-07-02T20:42:27.088Z[verify-libraries] Compiling wyz v0.5.1
44172026-07-02T20:42:27.350Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44182026-07-02T20:42:27.379Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44192026-07-02T20:42:27.382Z[verify-libraries] Compiling packed_struct v0.10.1
44202026-07-02T20:42:27.449Z[verify-libraries] Compiling funty v2.0.0
44212026-07-02T20:42:27.497Z[ host-image] Jul 02 20:42:26.823 INFO O| Jul 02 20:42:26.823 INFO O| Download: 12036/23767 items 103.4/222.4MB 46% complete (2.5M/s)
44222026-07-02T20:42:27.606Z[verify-libraries] Compiling hickory-resolver v0.25.2
44232026-07-02T20:42:27.712Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44242026-07-02T20:42:27.758Z[verify-libraries] Compiling crc-catalog v2.4.0
44252026-07-02T20:42:27.881Z[verify-libraries] Compiling crc v3.4.0
44262026-07-02T20:42:27.910Z[verify-libraries] Compiling bitvec v1.0.1
44272026-07-02T20:42:27.913Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44282026-07-02T20:42:27.960Z[verify-libraries] Compiling zerocopy v0.6.6
44292026-07-02T20:42:27.960Z[verify-libraries] Compiling bitfield-macros v0.19.4
44302026-07-02T20:42:27.960Z[verify-libraries] Compiling indexmap v1.9.3
44312026-07-02T20:42:28.137Z[verify-libraries] Compiling nodrop v0.1.14
44322026-07-02T20:42:28.199Z[verify-libraries] Compiling smallvec v0.6.14
44332026-07-02T20:42:28.333Z[ recovery-image] Jul 02 20:42:27.658 INFO O| Jul 02 20:42:27.658 INFO O| Planning: Planning completed in 7.06 seconds
44342026-07-02T20:42:28.336Z[ recovery-image] Jul 02 20:42:27.660 INFO O| Jul 02 20:42:27.660 INFO O| Packages to install: 128
44352026-07-02T20:42:28.336Z[ recovery-image] Jul 02 20:42:27.660 INFO O| Jul 02 20:42:27.660 INFO O| Mediators to change: 5
44362026-07-02T20:42:28.336Z[verify-libraries] Compiling array-init v0.0.4
44372026-07-02T20:42:28.336Z[ recovery-image] Jul 02 20:42:27.660 INFO O| Jul 02 20:42:27.660 INFO O| Services to change: 5
44382026-07-02T20:42:28.363Z[ recovery-image] Jul 02 20:42:27.688 INFO O| Jul 02 20:42:27.688 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
44392026-07-02T20:42:28.366Z[verify-libraries] Compiling hashbrown v0.12.3
44402026-07-02T20:42:28.401Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44412026-07-02T20:42:28.470Z[verify-libraries] Compiling hashbrown v0.13.2
44422026-07-02T20:42:28.662Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44432026-07-02T20:42:28.728Z[verify-libraries] Compiling serde-hex v0.1.0
44442026-07-02T20:42:28.749Z[verify-libraries] Compiling crc-any v2.5.0
44452026-07-02T20:42:28.874Z[verify-libraries] Compiling bitfield v0.19.4
44462026-07-02T20:42:29.031Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44472026-07-02T20:42:29.053Z[verify-libraries] Compiling libefi-sys v0.1.0
44482026-07-02T20:42:29.187Z[verify-libraries] Compiling path-slash v0.1.5
44492026-07-02T20:42:29.216Z[verify-libraries] Compiling bitfield-struct v0.6.2
44502026-07-02T20:42:29.302Z[verify-libraries] Compiling object v0.30.4
44512026-07-02T20:42:29.364Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44522026-07-02T20:42:29.585Z[verify-libraries] Compiling xshell-macros v0.2.7
44532026-07-02T20:42:29.630Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44542026-07-02T20:42:29.697Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44552026-07-02T20:42:29.720Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44562026-07-02T20:42:29.964Z[verify-libraries] Compiling num-derive v0.3.3
44572026-07-02T20:42:29.985Z[verify-libraries] Compiling subprocess v0.2.15
44582026-07-02T20:42:30.006Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44592026-07-02T20:42:30.065Z[verify-libraries] Compiling xshell v0.2.7
44602026-07-02T20:42:30.101Z[verify-libraries] Compiling progenitor v0.14.0
44612026-07-02T20:42:30.213Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44622026-07-02T20:42:30.278Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44632026-07-02T20:42:30.303Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44642026-07-02T20:42:30.358Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44652026-07-02T20:42:30.592Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44662026-07-02T20:42:30.614Z[verify-libraries] Compiling tabled_derive v0.11.0
44672026-07-02T20:42:30.647Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44682026-07-02T20:42:30.647Z[verify-libraries] Compiling papergrid v0.17.0
44692026-07-02T20:42:30.809Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44702026-07-02T20:42:30.864Z[verify-libraries] Compiling testing_table v0.3.0
44712026-07-02T20:42:30.948Z[verify-libraries] Compiling progenitor-impl v0.13.0
44722026-07-02T20:42:30.992Z[verify-libraries] Compiling libscf-sys v1.1.0
44732026-07-02T20:42:31.050Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44742026-07-02T20:42:31.071Z[verify-libraries] Compiling headers-core v0.3.0
44752026-07-02T20:42:31.118Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44762026-07-02T20:42:31.172Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44772026-07-02T20:42:31.231Z[verify-libraries] Compiling unicase v2.9.0
44782026-07-02T20:42:31.442Z[verify-libraries] Compiling headers v0.4.1
44792026-07-02T20:42:31.476Z[verify-libraries] Compiling progenitor-client v0.13.0
44802026-07-02T20:42:31.560Z[verify-libraries] Compiling maplit v1.0.2
44812026-07-02T20:42:31.585Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44822026-07-02T20:42:31.758Z[verify-libraries] Compiling yasna v0.5.2
44832026-07-02T20:42:31.877Z[verify-libraries] Compiling crc8 v0.1.1
44842026-07-02T20:42:31.976Z[verify-libraries] Compiling tabled v0.20.0
44852026-07-02T20:42:32.033Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44862026-07-02T20:42:32.058Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
44872026-07-02T20:42:32.176Z[verify-libraries] Compiling vergen-lib v0.1.6
44882026-07-02T20:42:32.331Z[verify-libraries] Compiling rcgen v0.12.1
44892026-07-02T20:42:32.377Z[verify-libraries] Compiling diesel_derives v2.3.7
44902026-07-02T20:42:32.460Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44912026-07-02T20:42:32.500Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44922026-07-02T20:42:32.523Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44932026-07-02T20:42:32.568Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44942026-07-02T20:42:32.589Z[ host-image] Jul 02 20:42:31.915 INFO O| Jul 02 20:42:31.915 INFO O| Download: 12789/23767 items 109.7/222.4MB 49% complete (1.5M/s)
44952026-07-02T20:42:32.653Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44962026-07-02T20:42:32.702Z[verify-libraries] Compiling half v1.8.3
44972026-07-02T20:42:32.812Z[verify-libraries] Compiling r2d2 v0.8.10
44982026-07-02T20:42:32.897Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44992026-07-02T20:42:32.918Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45002026-07-02T20:42:32.922Z[verify-libraries] Compiling serde_cbor v0.11.2
45012026-07-02T20:42:33.009Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45022026-07-02T20:42:33.057Z[verify-libraries] Compiling git-stub v1.0.0
45032026-07-02T20:42:33.079Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45042026-07-02T20:42:33.279Z[verify-libraries] Compiling downcast-rs v2.0.2
45052026-07-02T20:42:33.366Z[verify-libraries] Compiling crunchy v0.2.4
45062026-07-02T20:42:33.389Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45072026-07-02T20:42:33.416Z[verify-libraries] Compiling dirs-next v2.0.0
45082026-07-02T20:42:33.511Z[ recovery-image] Jul 02 20:42:32.836 INFO O| Jul 02 20:42:32.836 INFO O| Download: 1155/16572 items 9.7/199.6MB 4% complete (2.0M/s)
45092026-07-02T20:42:33.601Z[verify-libraries] Compiling clang-sys v1.8.1
45102026-07-02T20:42:33.674Z[verify-libraries] Compiling cpubits v0.1.1
45112026-07-02T20:42:33.701Z[verify-libraries] Compiling tiny-keccak v2.0.2
45122026-07-02T20:42:33.771Z[verify-libraries] Compiling progenitor-macro v0.13.0
45132026-07-02T20:42:33.794Z[verify-libraries] Compiling term v0.7.0
45142026-07-02T20:42:33.829Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45152026-07-02T20:42:33.858Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45162026-07-02T20:42:33.975Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45172026-07-02T20:42:34.073Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45182026-07-02T20:42:34.093Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45192026-07-02T20:42:34.232Z[verify-libraries] Compiling diff v0.1.13
45202026-07-02T20:42:34.285Z[verify-libraries] Compiling bit-vec v0.6.3
45212026-07-02T20:42:34.403Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45222026-07-02T20:42:34.464Z[verify-libraries] Compiling ascii-canvas v3.0.0
45232026-07-02T20:42:34.497Z[verify-libraries] Compiling bit-set v0.5.3
45242026-07-02T20:42:34.567Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45252026-07-02T20:42:34.699Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45262026-07-02T20:42:34.756Z[verify-libraries] Compiling itertools v0.10.5
45272026-07-02T20:42:34.869Z[verify-libraries] Compiling ena v0.14.4
45282026-07-02T20:42:34.963Z[verify-libraries] Compiling libloading v0.8.9
45292026-07-02T20:42:34.984Z[verify-libraries] Compiling bindgen v0.71.1
45302026-07-02T20:42:35.017Z[verify-libraries] Compiling regex-syntax v0.6.29
45312026-07-02T20:42:35.136Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45322026-07-02T20:42:35.219Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45332026-07-02T20:42:35.366Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45342026-07-02T20:42:35.800Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45352026-07-02T20:42:35.869Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45362026-07-02T20:42:35.954Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45372026-07-02T20:42:36.420Z[verify-libraries] Compiling lalrpop v0.19.12
45382026-07-02T20:42:36.525Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45392026-07-02T20:42:36.754Z[verify-libraries] Compiling cexpr v0.6.0
45402026-07-02T20:42:37.364Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45412026-07-02T20:42:37.471Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45422026-07-02T20:42:37.544Z[verify-libraries] Compiling rustc-hash v2.1.1
45432026-07-02T20:42:37.590Z[ host-image] Jul 02 20:42:36.915 INFO O| Jul 02 20:42:36.915 INFO O| Download: 13974/23767 items 119.6/222.4MB 53% complete (1.6M/s)
45442026-07-02T20:42:37.636Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45452026-07-02T20:42:37.743Z[verify-libraries] Compiling libxml v0.3.3
45462026-07-02T20:42:37.791Z[verify-libraries] Compiling arc-swap v1.8.2
45472026-07-02T20:42:38.099Z[verify-libraries] Compiling slog-scope v4.4.1
45482026-07-02T20:42:38.309Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45492026-07-02T20:42:38.397Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-07-02T20:42:38.419Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45512026-07-02T20:42:38.423Z[verify-libraries] Compiling strum_macros v0.24.3
45522026-07-02T20:42:38.686Z[verify-libraries] Compiling hmac v0.13.0
45532026-07-02T20:42:38.798Z[verify-libraries] Compiling universal-hash v0.6.1
45542026-07-02T20:42:38.892Z[verify-libraries] Compiling diesel v2.3.7
45552026-07-02T20:42:38.927Z[verify-libraries] Compiling fxhash v0.2.1
45562026-07-02T20:42:38.980Z[verify-libraries] Compiling fs-err v2.11.0
45572026-07-02T20:42:39.035Z[verify-libraries] Compiling progenitor v0.13.0
45582026-07-02T20:42:39.105Z[verify-libraries] Compiling indoc v1.0.9
45592026-07-02T20:42:39.231Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45602026-07-02T20:42:39.338Z[ recovery-image] Jul 02 20:42:38.664 INFO O| Jul 02 20:42:38.664 INFO O| Download: 1511/16572 items 21.1/199.6MB 10% complete (2.5M/s)
45612026-07-02T20:42:39.460Z[verify-libraries] Compiling slog-stdlog v4.1.1
45622026-07-02T20:42:39.655Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45632026-07-02T20:42:39.693Z[verify-libraries] Compiling sha2 v0.11.0
45642026-07-02T20:42:39.727Z[verify-libraries] Compiling oso-derive v0.27.3
45652026-07-02T20:42:39.925Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45662026-07-02T20:42:39.947Z[verify-libraries] Compiling quick-xml v0.37.5
45672026-07-02T20:42:40.333Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45682026-07-02T20:42:40.531Z[verify-libraries] Compiling openssl-probe v0.1.6
45692026-07-02T20:42:40.659Z[verify-libraries] Compiling slog-envlogger v2.2.0
45702026-07-02T20:42:40.851Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45712026-07-02T20:42:41.075Z[verify-libraries] Compiling polyval v0.7.1
45722026-07-02T20:42:41.124Z[verify-libraries] Compiling der v0.8.0
45732026-07-02T20:42:41.146Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45742026-07-02T20:42:41.384Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45752026-07-02T20:42:41.434Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45762026-07-02T20:42:41.749Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45772026-07-02T20:42:42.127Z[verify-libraries] Compiling kstat-rs v0.2.4
45782026-07-02T20:42:42.366Z[verify-libraries] Compiling trait-variant v0.1.2
45792026-07-02T20:42:42.447Z[verify-libraries] Compiling parse-size v1.1.0
45802026-07-02T20:42:42.469Z[verify-libraries] Compiling salty v0.3.0
45812026-07-02T20:42:42.489Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45822026-07-02T20:42:42.514Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45832026-07-02T20:42:42.556Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45842026-07-02T20:42:42.579Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
45852026-07-02T20:42:42.593Z[ host-image] Jul 02 20:42:41.917 INFO O| Jul 02 20:42:41.917 INFO O| Download: 15219/23767 items 122.1/222.4MB 54% complete (1.2M/s)
45862026-07-02T20:42:42.642Z[verify-libraries] Compiling ghash v0.6.0
45872026-07-02T20:42:42.748Z[verify-libraries] Compiling pbkdf2 v0.13.0
45882026-07-02T20:42:42.805Z[verify-libraries] Compiling aes v0.9.1
45892026-07-02T20:42:42.827Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45902026-07-02T20:42:42.914Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45912026-07-02T20:42:43.002Z[verify-libraries] Compiling ctr v0.10.1
45922026-07-02T20:42:43.028Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45932026-07-02T20:42:43.196Z[verify-libraries] Compiling aead v0.6.1
45942026-07-02T20:42:43.253Z[verify-libraries] Compiling bb8 v0.8.6
45952026-07-02T20:42:43.411Z[verify-libraries] Compiling parking_lot_core v0.8.6
45962026-07-02T20:42:43.434Z[verify-libraries] Compiling aes-gcm v0.11.0
45972026-07-02T20:42:43.654Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45982026-07-02T20:42:43.687Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45992026-07-02T20:42:43.991Z[verify-libraries] Compiling spki v0.8.0
46002026-07-02T20:42:44.038Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
46012026-07-02T20:42:44.241Z[verify-libraries] Compiling crypto-bigint v0.7.5
46022026-07-02T20:42:44.268Z[verify-libraries] Compiling mime_guess v2.0.5
46032026-07-02T20:42:44.344Z[ recovery-image] Jul 02 20:42:43.669 INFO O| Jul 02 20:42:43.669 INFO O| Download: 2247/16572 items 30.8/199.6MB 15% complete (2.1M/s)
46042026-07-02T20:42:44.454Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46052026-07-02T20:42:44.549Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46062026-07-02T20:42:44.611Z[verify-libraries] Compiling rfc6979 v0.4.0
46072026-07-02T20:42:44.725Z[verify-libraries] Compiling salsa20 v0.11.0
46082026-07-02T20:42:44.749Z[verify-libraries] Compiling cbc v0.2.1
46092026-07-02T20:42:44.782Z[verify-libraries] Compiling nanorand v0.7.0
46102026-07-02T20:42:44.929Z[verify-libraries] Compiling scrypt v0.12.0
46112026-07-02T20:42:44.956Z[verify-libraries] Compiling ecdsa v0.16.9
46122026-07-02T20:42:45.057Z[verify-libraries] Compiling flume v0.11.1
46132026-07-02T20:42:45.143Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46142026-07-02T20:42:45.285Z[verify-libraries] Compiling primeorder v0.13.6
46152026-07-02T20:42:45.425Z[verify-libraries] Compiling atty v0.2.14
46162026-07-02T20:42:45.447Z[verify-libraries] Compiling nonempty v0.12.0
46172026-07-02T20:42:45.542Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46182026-07-02T20:42:45.588Z[verify-libraries] Compiling http-range v0.1.5
46192026-07-02T20:42:45.621Z[verify-libraries] Compiling p384 v0.13.1
46202026-07-02T20:42:45.664Z[verify-libraries] Compiling parking_lot v0.11.2
46212026-07-02T20:42:45.799Z[verify-libraries] Compiling pkcs5 v0.8.1
46222026-07-02T20:42:46.102Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46232026-07-02T20:42:46.247Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46242026-07-02T20:42:46.250Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46252026-07-02T20:42:46.401Z[verify-libraries] Compiling prefix-trie v0.7.0
46262026-07-02T20:42:46.452Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46272026-07-02T20:42:46.478Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46282026-07-02T20:42:46.532Z[verify-libraries] Compiling pkcs8 v0.11.0
46292026-07-02T20:42:46.555Z[verify-libraries] Compiling sled v0.34.7
46302026-07-02T20:42:46.793Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46312026-07-02T20:42:46.875Z[verify-libraries] Compiling hickory-server v0.25.2
46322026-07-02T20:42:46.907Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46332026-07-02T20:42:47.027Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46342026-07-02T20:42:47.102Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46352026-07-02T20:42:47.312Z[verify-libraries] Compiling ignore v0.4.25
46362026-07-02T20:42:47.382Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46372026-07-02T20:42:47.498Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46382026-07-02T20:42:47.608Z[ host-image] Jul 02 20:42:46.933 INFO O| Jul 02 20:42:46.933 INFO O| Download: 15663/23767 items 133.8/222.4MB 60% complete (1.3M/s)
46392026-07-02T20:42:47.664Z[verify-libraries] Compiling corncobs v0.1.4
46402026-07-02T20:42:47.879Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46412026-07-02T20:42:47.879Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46422026-07-02T20:42:47.946Z[verify-libraries] Compiling globwalk v0.9.1
46432026-07-02T20:42:48.200Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46442026-07-02T20:42:48.248Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46452026-07-02T20:42:48.304Z[verify-libraries] Compiling predicates-tree v1.0.13
46462026-07-02T20:42:48.367Z[verify-libraries] Compiling libz-sys v1.1.24
46472026-07-02T20:42:48.592Z[verify-libraries] Compiling rand_seeder v0.4.0
46482026-07-02T20:42:48.653Z[verify-libraries] Compiling darling_core v0.23.0
46492026-07-02T20:42:48.726Z[verify-libraries] Compiling secrecy v0.8.0
46502026-07-02T20:42:48.819Z[verify-libraries] Compiling ff v0.14.0
46512026-07-02T20:42:48.840Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46522026-07-02T20:42:49.023Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46532026-07-02T20:42:49.044Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46542026-07-02T20:42:49.249Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46552026-07-02T20:42:49.290Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46562026-07-02T20:42:49.322Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46572026-07-02T20:42:49.413Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46582026-07-02T20:42:49.423Z[ recovery-image] Jul 02 20:42:48.747 INFO O| Jul 02 20:42:48.747 INFO O| Download: 3713/16572 items 38.6/199.6MB 19% complete (1.8M/s)
46592026-07-02T20:42:49.584Z[verify-libraries] Compiling signature v3.0.0
46602026-07-02T20:42:49.817Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46612026-07-02T20:42:49.963Z[verify-libraries] Compiling base16ct v1.0.0
46622026-07-02T20:42:50.073Z[verify-libraries] Compiling instability v0.3.11
46632026-07-02T20:42:50.165Z[verify-libraries] Compiling sec1 v0.8.1
46642026-07-02T20:42:50.233Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46652026-07-02T20:42:50.269Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46662026-07-02T20:42:50.293Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46672026-07-02T20:42:50.358Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46682026-07-02T20:42:50.491Z[verify-libraries] Compiling group v0.14.0
46692026-07-02T20:42:50.519Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46702026-07-02T20:42:50.540Z[verify-libraries] Compiling hkdf v0.13.0
46712026-07-02T20:42:50.563Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46722026-07-02T20:42:50.670Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46732026-07-02T20:42:50.719Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46742026-07-02T20:42:50.749Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46752026-07-02T20:42:50.981Z[verify-libraries] Compiling castaway v0.2.4
46762026-07-02T20:42:51.114Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46772026-07-02T20:42:51.151Z[verify-libraries] Compiling indoc v2.0.7
46782026-07-02T20:42:51.238Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46792026-07-02T20:42:51.357Z[verify-libraries] Compiling darling_macro v0.23.0
46802026-07-02T20:42:51.609Z[verify-libraries] Compiling compact_str v0.8.1
46812026-07-02T20:42:51.778Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46822026-07-02T20:42:51.925Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46832026-07-02T20:42:52.013Z[verify-libraries] Compiling darling v0.23.0
46842026-07-02T20:42:52.133Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46852026-07-02T20:42:52.314Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46862026-07-02T20:42:52.375Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46872026-07-02T20:42:52.698Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46882026-07-02T20:42:52.828Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46892026-07-02T20:42:52.850Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46902026-07-02T20:42:52.871Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46912026-07-02T20:42:52.895Z[verify-libraries] Compiling unicode-truncate v1.1.0
46922026-07-02T20:42:52.948Z[ host-image] Jul 02 20:42:52.273 INFO O| Jul 02 20:42:52.273 INFO O| Download: 16535/23767 items 136.0/222.4MB 61% complete (1.6M/s)
46932026-07-02T20:42:53.036Z[verify-libraries] Compiling lru v0.12.5
46942026-07-02T20:42:53.100Z[verify-libraries] Compiling cassowary v0.3.0
46952026-07-02T20:42:53.252Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46962026-07-02T20:42:53.655Z[verify-libraries] Compiling ratatui v0.29.0
46972026-07-02T20:42:53.679Z[verify-libraries] Compiling rfc6979 v0.5.0
46982026-07-02T20:42:53.682Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46992026-07-02T20:42:53.814Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47002026-07-02T20:42:53.837Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
47012026-07-02T20:42:53.871Z[verify-libraries] Compiling vergen-git2 v9.1.0
47022026-07-02T20:42:53.901Z[verify-libraries] Compiling strsim v0.10.0
47032026-07-02T20:42:54.005Z[verify-libraries] Compiling is_ci v1.2.0
47042026-07-02T20:42:54.029Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47052026-07-02T20:42:54.106Z[verify-libraries] Compiling darling_core v0.13.4
47062026-07-02T20:42:54.175Z[verify-libraries] Compiling supports-color v3.0.2
47072026-07-02T20:42:54.199Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47082026-07-02T20:42:54.296Z[verify-libraries] Compiling primefield v0.14.0
47092026-07-02T20:42:54.397Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47102026-07-02T20:42:54.526Z[verify-libraries] Compiling tungstenite v0.23.0
47112026-07-02T20:42:54.569Z[verify-libraries] Compiling console v0.16.2
47122026-07-02T20:42:54.569Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47132026-07-02T20:42:54.705Z[ recovery-image] Jul 02 20:42:54.031 INFO O| Jul 02 20:42:54.030 INFO O| Download: 4270/16572 items 43.2/199.6MB 21% complete (1.2M/s)
47142026-07-02T20:42:54.950Z[verify-libraries] Compiling void v1.0.2
47152026-07-02T20:42:54.978Z[verify-libraries] Compiling assert_matches v1.5.0
47162026-07-02T20:42:55.000Z[verify-libraries] Compiling unit-prefix v0.5.2
47172026-07-02T20:42:55.091Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47182026-07-02T20:42:55.118Z[verify-libraries] Compiling lzss v0.8.2
47192026-07-02T20:42:55.139Z[verify-libraries] Compiling indicatif v0.18.4
47202026-07-02T20:42:55.263Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47212026-07-02T20:42:55.303Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47222026-07-02T20:42:55.456Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47232026-07-02T20:42:55.502Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47242026-07-02T20:42:55.660Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47252026-07-02T20:42:55.789Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47262026-07-02T20:42:55.909Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47272026-07-02T20:42:55.976Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47282026-07-02T20:42:56.082Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47292026-07-02T20:42:56.157Z[verify-libraries] Compiling darling_macro v0.13.4
47302026-07-02T20:42:56.217Z[verify-libraries] Compiling nix v0.27.1
47312026-07-02T20:42:56.260Z[verify-libraries] Compiling colored v2.2.0
47322026-07-02T20:42:56.367Z[verify-libraries] Compiling serde_bytes v0.11.19
47332026-07-02T20:42:56.462Z[verify-libraries] Compiling shell-words v1.1.1
47342026-07-02T20:42:56.611Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47352026-07-02T20:42:56.781Z[verify-libraries] Compiling darling v0.13.4
47362026-07-02T20:42:56.785Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47372026-07-02T20:42:56.845Z[verify-libraries] Compiling ed25519 v3.0.0
47382026-07-02T20:42:56.879Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47392026-07-02T20:42:56.902Z[verify-libraries] Compiling crypto-primes v0.7.2
47402026-07-02T20:42:57.074Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47412026-07-02T20:42:57.234Z[verify-libraries] Compiling poly1305 v0.9.0
47422026-07-02T20:42:57.493Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47432026-07-02T20:42:57.493Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47442026-07-02T20:42:57.770Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47452026-07-02T20:42:57.992Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47462026-07-02T20:42:58.014Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47472026-07-02T20:42:58.037Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47482026-07-02T20:42:58.057Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47492026-07-02T20:42:58.251Z[verify-libraries] Compiling blowfish v0.10.0
47502026-07-02T20:42:58.285Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47512026-07-02T20:42:58.307Z[verify-libraries] Compiling petname v2.0.2
47522026-07-02T20:42:58.331Z[verify-libraries] Compiling keccak v0.2.0
47532026-07-02T20:42:58.334Z[ host-image] Jul 02 20:42:57.657 INFO O| Jul 02 20:42:57.656 INFO O| Download: 17665/23767 items 147.7/222.4MB 66% complete (2.0M/s)
47542026-07-02T20:42:58.548Z[verify-libraries] Compiling fiat-crypto v0.3.0
47552026-07-02T20:42:58.595Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47562026-07-02T20:42:58.670Z[verify-libraries] Compiling sha3 v0.11.0
47572026-07-02T20:42:58.923Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47582026-07-02T20:42:59.204Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47592026-07-02T20:42:59.225Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47602026-07-02T20:42:59.310Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47612026-07-02T20:42:59.722Z[ recovery-image] Jul 02 20:42:59.047 INFO O| Jul 02 20:42:59.047 INFO O| Download: 5732/16572 items 44.1/199.6MB 22% complete (566k/s)
47622026-07-02T20:42:59.807Z[verify-libraries] Compiling serde_with_macros v1.5.2
47632026-07-02T20:42:59.981Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47642026-07-02T20:43:00.023Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47652026-07-02T20:43:00.234Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47662026-07-02T20:43:00.435Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47672026-07-02T20:43:00.497Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47682026-07-02T20:43:00.761Z[verify-libraries] Compiling twox-hash v2.1.2
47692026-07-02T20:43:00.802Z[verify-libraries] Compiling kem v0.3.0
47702026-07-02T20:43:00.849Z[verify-libraries] Compiling module-lattice v0.2.3
47712026-07-02T20:43:00.962Z[verify-libraries] Compiling blake3 v1.8.5
47722026-07-02T20:43:01.139Z[verify-libraries] Compiling rtoolbox v0.0.3
47732026-07-02T20:43:01.216Z[verify-libraries] Compiling ml-kem v0.3.2
47742026-07-02T20:43:01.318Z[verify-libraries] Compiling rpassword v7.4.0
47752026-07-02T20:43:01.418Z[verify-libraries] Compiling serde_with v1.14.0
47762026-07-02T20:43:01.587Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47772026-07-02T20:43:01.874Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47782026-07-02T20:43:01.933Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47792026-07-02T20:43:02.123Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47802026-07-02T20:43:02.256Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47812026-07-02T20:43:02.348Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47822026-07-02T20:43:02.625Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47832026-07-02T20:43:02.717Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47842026-07-02T20:43:03.291Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47852026-07-02T20:43:03.425Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47862026-07-02T20:43:03.464Z[ host-image] Jul 02 20:43:02.789 INFO O| Jul 02 20:43:02.789 INFO O| Download: 18696/23767 items 163.2/222.4MB 73% complete (2.2M/s)
47872026-07-02T20:43:03.557Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47882026-07-02T20:43:03.696Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47892026-07-02T20:43:03.773Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47902026-07-02T20:43:03.814Z[verify-libraries] Compiling fatfs v0.3.6
47912026-07-02T20:43:03.835Z[verify-libraries] Compiling num-bigint v0.4.6
47922026-07-02T20:43:03.934Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47932026-07-02T20:43:03.958Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47942026-07-02T20:43:03.985Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47952026-07-02T20:43:04.118Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47962026-07-02T20:43:04.160Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47972026-07-02T20:43:04.554Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47982026-07-02T20:43:04.576Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47992026-07-02T20:43:04.744Z[ recovery-image] Jul 02 20:43:04.070 INFO O| Jul 02 20:43:04.070 INFO O| Download: 6165/16572 items 48.4/199.6MB 24% complete (516k/s)
48002026-07-02T20:43:05.364Z[verify-libraries] Compiling p384 v0.14.0-rc.10
48012026-07-02T20:43:05.794Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48022026-07-02T20:43:06.517Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48032026-07-02T20:43:06.871Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48042026-07-02T20:43:06.903Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48052026-07-02T20:43:07.180Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48062026-07-02T20:43:07.680Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48072026-07-02T20:43:07.871Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48082026-07-02T20:43:08.116Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48092026-07-02T20:43:08.147Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48102026-07-02T20:43:08.476Z[ host-image] Jul 02 20:43:07.801 INFO O| Jul 02 20:43:07.801 INFO O| Download: 19892/23767 items 177.2/222.4MB 79% complete (3.3M/s)
48112026-07-02T20:43:09.316Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48122026-07-02T20:43:09.846Z[ recovery-image] Jul 02 20:43:09.170 INFO O| Jul 02 20:43:09.170 INFO O| Download: 6541/16572 items 61.6/199.6MB 30% complete (1.7M/s)
48132026-07-02T20:43:09.894Z[verify-libraries] Compiling generic-array v1.4.3
48142026-07-02T20:43:10.087Z[verify-libraries] Compiling russh-util v0.52.0
48152026-07-02T20:43:10.109Z[verify-libraries] Compiling enum_dispatch v0.3.13
48162026-07-02T20:43:10.258Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48172026-07-02T20:43:10.282Z[verify-libraries] Compiling delegate v0.13.5
48182026-07-02T20:43:10.441Z[verify-libraries] Compiling sapling-renderdag v0.1.0
48192026-07-02T20:43:10.481Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48202026-07-02T20:43:10.815Z[verify-libraries] Compiling seq-macro v0.3.6
48212026-07-02T20:43:10.918Z[verify-libraries] Compiling arrayref v0.3.9
48222026-07-02T20:43:10.968Z[verify-libraries] Compiling sync-ptr v0.1.4
48232026-07-02T20:43:10.990Z[verify-libraries] Compiling md5 v0.8.0
48242026-07-02T20:43:11.025Z[verify-libraries] Compiling arrayvec v0.7.6
48252026-07-02T20:43:11.136Z[verify-libraries] Compiling constant_time_eq v0.4.2
48262026-07-02T20:43:11.191Z[verify-libraries] Compiling hex-literal v1.1.0
48272026-07-02T20:43:11.324Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48282026-07-02T20:43:11.346Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48292026-07-02T20:43:11.368Z[verify-libraries] Compiling russh v0.61.2
48302026-07-02T20:43:11.428Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48312026-07-02T20:43:11.547Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48322026-07-02T20:43:11.919Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48332026-07-02T20:43:12.101Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48342026-07-02T20:43:12.433Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48352026-07-02T20:43:12.719Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48362026-07-02T20:43:12.750Z[verify-libraries] Compiling socket2 v0.5.10
48372026-07-02T20:43:13.230Z[verify-libraries] Compiling internet-checksum v0.2.1
48382026-07-02T20:43:13.287Z[verify-libraries] Compiling topological-sort v0.2.2
48392026-07-02T20:43:13.487Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48402026-07-02T20:43:13.935Z[ host-image] Jul 02 20:43:13.259 INFO O| Jul 02 20:43:13.259 INFO O| Download: 21422/23767 items 182.8/222.4MB 82% complete (2.2M/s)
48412026-07-02T20:43:14.846Z[ recovery-image] Jul 02 20:43:14.171 INFO O| Jul 02 20:43:14.171 INFO O| Download: 7433/16572 items 76.9/199.6MB 38% complete (2.3M/s)
48422026-07-02T20:43:15.827Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48432026-07-02T20:43:16.377Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48442026-07-02T20:43:16.950Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48452026-07-02T20:43:17.363Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48462026-07-02T20:43:17.774Z[verify-libraries] Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
48472026-07-02T20:43:18.031Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48482026-07-02T20:43:19.003Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48492026-07-02T20:43:19.116Z[ host-image] Jul 02 20:43:18.441 INFO O| Jul 02 20:43:18.441 INFO O| Download: 21817/23767 items 189.6/222.4MB 85% complete (1.2M/s)
48502026-07-02T20:43:19.233Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48512026-07-02T20:43:19.257Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48522026-07-02T20:43:19.280Z[verify-libraries] Compiling yansi v1.0.1
48532026-07-02T20:43:19.338Z[verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
48542026-07-02T20:43:19.539Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48552026-07-02T20:43:19.677Z[verify-libraries] Compiling pretty_assertions v1.4.1
48562026-07-02T20:43:19.791Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48572026-07-02T20:43:19.924Z[ recovery-image] Jul 02 20:43:19.244 INFO O| Jul 02 20:43:19.244 INFO O| Download: 8570/16572 items 88.9/199.6MB 44% complete (2.8M/s)
48582026-07-02T20:43:19.927Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48592026-07-02T20:43:20.001Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48602026-07-02T20:43:20.211Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48612026-07-02T20:43:20.271Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48622026-07-02T20:43:20.457Z[verify-libraries] Compiling samael v0.0.19
48632026-07-02T20:43:20.492Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48642026-07-02T20:43:20.548Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48652026-07-02T20:43:20.768Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48662026-07-02T20:43:20.818Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48672026-07-02T20:43:21.036Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48682026-07-02T20:43:21.093Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48692026-07-02T20:43:21.216Z[verify-libraries] Compiling drift v0.2.0
48702026-07-02T20:43:21.314Z[verify-libraries] Compiling digest-io v0.1.0
48712026-07-02T20:43:21.399Z[verify-libraries] Compiling uzers v0.12.2
48722026-07-02T20:43:21.466Z[verify-libraries] Compiling rawzip v0.4.4
48732026-07-02T20:43:21.688Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48742026-07-02T20:43:21.817Z[verify-libraries] Compiling git2 v0.20.4
48752026-07-02T20:43:22.046Z[verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#465d3dd5)
48762026-07-02T20:43:22.246Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48772026-07-02T20:43:23.079Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48782026-07-02T20:43:24.240Z[ host-image] Jul 02 20:43:23.563 INFO O| Jul 02 20:43:23.563 INFO O| Download: 22618/23767 items 200.3/222.4MB 90% complete (1.8M/s)
48792026-07-02T20:43:25.123Z[ recovery-image] Jul 02 20:43:24.448 INFO O| Jul 02 20:43:24.448 INFO O| Download: 9464/16572 items 102.9/199.6MB 51% complete (2.7M/s)
48802026-07-02T20:43:25.263Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48812026-07-02T20:43:25.421Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48822026-07-02T20:43:25.494Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48832026-07-02T20:43:25.524Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48842026-07-02T20:43:25.856Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48852026-07-02T20:43:27.799Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48862026-07-02T20:43:28.104Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48872026-07-02T20:43:28.184Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48882026-07-02T20:43:28.260Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48892026-07-02T20:43:28.699Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48902026-07-02T20:43:28.722Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48912026-07-02T20:43:28.882Z[verify-libraries] Compiling multimap v0.10.1
48922026-07-02T20:43:28.906Z[verify-libraries] Compiling termios v0.3.3
48932026-07-02T20:43:29.108Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48942026-07-02T20:43:29.130Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48952026-07-02T20:43:29.270Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48962026-07-02T20:43:29.723Z[ host-image] Jul 02 20:43:29.048 INFO O| Jul 02 20:43:29.048 INFO O| Download: 22899/23767 items 215.0/222.4MB 96% complete (2.6M/s)
48972026-07-02T20:43:30.125Z[ recovery-image] Jul 02 20:43:29.450 INFO O| Jul 02 20:43:29.450 INFO O| Download: 11081/16572 items 103.7/199.6MB 51% complete (1.5M/s)
48982026-07-02T20:43:34.725Z[ host-image] Jul 02 20:43:34.049 INFO O| Jul 02 20:43:34.049 INFO O| Download: 23223/23767 items 221.4/222.4MB 99% complete (2.1M/s)
48992026-07-02T20:43:35.826Z[ recovery-image] Jul 02 20:43:35.151 INFO O| Jul 02 20:43:35.151 INFO O| Download: 12047/16572 items 121.8/199.6MB 61% complete (1.9M/s)
49002026-07-02T20:43:37.196Z[verify-libraries] Compiling polar-core v0.27.3
49012026-07-02T20:43:37.466Z[ host-image] Jul 02 20:43:36.782 INFO O| Jul 02 20:43:36.782 INFO O| Download: Completed 222.36 MB in 110.69 seconds (2.0M/s)
49022026-07-02T20:43:40.080Z[ host-image] Jul 02 20:43:39.405 INFO O| Jul 02 20:43:39.405 INFO O| Actions: 1/53970 actions (Installing new actions)
49032026-07-02T20:43:40.826Z[ recovery-image] Jul 02 20:43:40.151 INFO O| Jul 02 20:43:40.151 INFO O| Download: 13080/16572 items 152.7/199.6MB 76% complete (4.8M/s)
49042026-07-02T20:43:45.080Z[ host-image] Jul 02 20:43:44.405 INFO O| Jul 02 20:43:44.405 INFO O| Actions: 22013/53970 actions (Installing new actions)
49052026-07-02T20:43:45.952Z[verify-libraries] Compiling oso v0.27.3
49062026-07-02T20:43:45.973Z[ recovery-image] Jul 02 20:43:45.293 INFO O| Jul 02 20:43:45.293 INFO O| Download: 14574/16572 items 159.4/199.6MB 79% complete (3.8M/s)
49072026-07-02T20:43:46.308Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49082026-07-02T20:43:46.790Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49092026-07-02T20:43:48.862Z[ host-image] Jul 02 20:43:48.187 INFO O| Jul 02 20:43:48.175 INFO O| Actions: Completed 53970 actions in 8.77 seconds.
49102026-07-02T20:43:48.985Z[ host-image] Jul 02 20:43:48.310 INFO O| Jul 02 20:43:48.310 INFO O| Finalize: Updating package state database ... Done
49112026-07-02T20:43:48.986Z[ host-image] Jul 02 20:43:48.310 INFO O| Jul 02 20:43:48.310 INFO O| Finalize: Updating package cache ... Done
49122026-07-02T20:43:49.004Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49132026-07-02T20:43:49.040Z[ host-image] Jul 02 20:43:48.358 INFO O| Jul 02 20:43:48.358 INFO O| Finalize: Updating image state ... Done
49142026-07-02T20:43:49.969Z[ host-image] Jul 02 20:43:49.288 INFO O| Jul 02 20:43:49.288 INFO O| Finalize: Creating fast lookup database ... Done
49152026-07-02T20:43:49.998Z[ host-image] Jul 02 20:43:49.322 INFO O| Jul 02 20:43:49.322 INFO O| Finalize: Reading search index ... Done
49162026-07-02T20:43:50.967Z[ recovery-image] Jul 02 20:43:50.292 INFO O| Jul 02 20:43:50.292 INFO O| Download: 15798/16572 items 169.5/199.6MB 84% complete (1.7M/s)
49172026-07-02T20:43:52.544Z[ host-image] Jul 02 20:43:51.869 INFO O| Jul 02 20:43:51.869 INFO O| Finalize: Building new search index ... Done
49182026-07-02T20:43:53.075Z[ host-image] Jul 02 20:43:52.400 INFO O| Jul 02 20:43:52.400 INFO O| Finalize: Updating package cache ... Done
49192026-07-02T20:43:53.270Z[ host-image] Jul 02 20:43:52.595 INFO O| Jul 02 20:43:52.595 INFO STEP 11 (pkg_install) COMPLETE
49202026-07-02T20:43:53.270Z[ host-image] Jul 02 20:43:52.595 INFO O| Jul 02 20:43:52.595 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49212026-07-02T20:43:53.282Z[ host-image] Jul 02 20:43:52.607 INFO O| Jul 02 20:43:52.607 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-02T20:43:55.090Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49232026-07-02T20:43:55.216Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49242026-07-02T20:43:56.273Z[ recovery-image] Jul 02 20:43:55.598 INFO O| Jul 02 20:43:55.598 INFO O| Download: 16564/16572 items 199.5/199.6MB 99% complete (4.0M/s)
49252026-07-02T20:43:56.287Z[ recovery-image] Jul 02 20:43:55.612 INFO O| Jul 02 20:43:55.612 INFO O| Download: Completed 199.55 MB in 87.92 seconds (2.3M/s)
49262026-07-02T20:43:56.440Z[ host-image] Jul 02 20:43:55.762 INFO O| Jul 02 20:43:55.762 INFO O| Startup: Refreshing catalog 'helios' ... Done
49272026-07-02T20:43:56.605Z[ host-image] Jul 02 20:43:55.929 INFO O| Jul 02 20:43:55.929 INFO O| Startup: Caching catalogs ... Done
49282026-07-02T20:43:56.639Z[ recovery-image] Jul 02 20:43:55.964 INFO O| Jul 02 20:43:55.964 INFO O| Actions: 1/27411 actions (Installing new actions)
49292026-07-02T20:43:56.930Z[ host-image] Jul 02 20:43:56.254 INFO O| Jul 02 20:43:56.254 INFO O| Planning: Solver setup ... Done
49302026-07-02T20:43:56.935Z[ host-image] Jul 02 20:43:56.260 INFO O| Jul 02 20:43:56.260 INFO O| Planning: Running solver ... Done
49312026-07-02T20:43:56.941Z[ host-image] Jul 02 20:43:56.266 INFO O| Jul 02 20:43:56.266 INFO O| Planning: Finding local manifests ... Done
49322026-07-02T20:43:56.975Z[ host-image] Jul 02 20:43:56.300 INFO O| Jul 02 20:43:56.300 INFO O| Planning: Fetching manifests: 0/6 0% complete
49332026-07-02T20:43:57.037Z[ host-image] Jul 02 20:43:56.362 INFO O| Jul 02 20:43:56.362 INFO O| Planning: Fetching manifests: 6/6 100% complete
49342026-07-02T20:43:57.103Z[ host-image] Jul 02 20:43:56.428 INFO O| Jul 02 20:43:56.428 INFO O| Planning: Package planning ... Done
49352026-07-02T20:43:57.106Z[ host-image] Jul 02 20:43:56.430 INFO O| Jul 02 20:43:56.430 INFO O| Planning: Merging actions ... Done
49362026-07-02T20:43:57.205Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49372026-07-02T20:43:57.263Z[ host-image] Jul 02 20:43:56.588 INFO O| Jul 02 20:43:56.588 INFO O| Planning: Checking for conflicting actions ... Done
49382026-07-02T20:43:57.267Z[ host-image] Jul 02 20:43:56.590 INFO O| Jul 02 20:43:56.590 INFO O| Planning: Consolidating action changes ... Done
49392026-07-02T20:43:57.405Z[ host-image] Jul 02 20:43:56.730 INFO O| Jul 02 20:43:56.729 INFO O| Planning: Evaluating mediators ... Done
49402026-07-02T20:43:57.408Z[ host-image] Jul 02 20:43:56.731 INFO O| Jul 02 20:43:56.731 INFO O| Planning: Planning completed in 0.79 seconds
49412026-07-02T20:43:57.408Z[ host-image] Jul 02 20:43:56.731 INFO O| Jul 02 20:43:56.731 INFO O| Packages to install: 6
49422026-07-02T20:43:57.408Z[ host-image] Jul 02 20:43:56.731 INFO O| Jul 02 20:43:56.731 INFO O| Services to change: 2
49432026-07-02T20:43:57.417Z[ host-image] Jul 02 20:43:56.742 INFO O| Jul 02 20:43:56.742 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49442026-07-02T20:43:59.248Z[ host-image] Jul 02 20:43:58.572 INFO O| Jul 02 20:43:58.572 INFO O| Download: Completed 1.75 MB in 1.83 seconds (977k/s)
49452026-07-02T20:43:59.816Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49462026-07-02T20:43:59.848Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49472026-07-02T20:44:00.625Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49482026-07-02T20:44:01.644Z[ recovery-image] Jul 02 20:44:00.969 INFO O| Jul 02 20:44:00.969 INFO O| Actions: 21884/27411 actions (Installing new actions)
49492026-07-02T20:44:01.774Z[ host-image] Jul 02 20:44:01.099 INFO O| Jul 02 20:44:01.098 INFO O| Actions: 1/390 actions (Installing new actions)
49502026-07-02T20:44:02.007Z[ host-image] Jul 02 20:44:01.332 INFO O| Jul 02 20:44:01.332 INFO O| Actions: Completed 390 actions in 0.23 seconds.
49512026-07-02T20:44:02.023Z[ host-image] Jul 02 20:44:01.348 INFO O| Jul 02 20:44:01.348 INFO O| Finalize: Updating package state database ... Done
49522026-07-02T20:44:02.024Z[ host-image] Jul 02 20:44:01.348 INFO O| Jul 02 20:44:01.348 INFO O| Finalize: Updating package cache ... Done
49532026-07-02T20:44:02.112Z[ host-image] Jul 02 20:44:01.437 INFO O| Jul 02 20:44:01.437 INFO O| Finalize: Updating image state ... Done
49542026-07-02T20:44:02.827Z[ recovery-image] Jul 02 20:44:02.151 INFO O| Jul 02 20:44:02.151 INFO O| Actions: Completed 27411 actions in 6.18 seconds.
49552026-07-02T20:44:02.882Z[ recovery-image] Jul 02 20:44:02.206 INFO O| Jul 02 20:44:02.206 INFO O| Finalize: Updating package state database ... Done
49562026-07-02T20:44:02.882Z[ recovery-image] Jul 02 20:44:02.206 INFO O| Jul 02 20:44:02.206 INFO O| Finalize: Updating package cache ... Done
49572026-07-02T20:44:02.931Z[ recovery-image] Jul 02 20:44:02.254 INFO O| Jul 02 20:44:02.254 INFO O| Finalize: Updating image state ... Done
49582026-07-02T20:44:03.285Z[ host-image] Jul 02 20:44:02.610 INFO O| Jul 02 20:44:02.610 INFO O| Finalize: Creating fast lookup database ... Done
49592026-07-02T20:44:03.315Z[ host-image] Jul 02 20:44:02.640 INFO O| Jul 02 20:44:02.640 INFO O| Finalize: Reading search index ... Done
49602026-07-02T20:44:03.315Z[ host-image] Jul 02 20:44:02.640 INFO O| Jul 02 20:44:02.640 INFO O| Finalize: Updating search index ... Done
49612026-07-02T20:44:03.333Z[ host-image] Jul 02 20:44:02.658 INFO O| Jul 02 20:44:02.658 INFO O| Finalize: Updating package cache ... Done
49622026-07-02T20:44:03.520Z[ host-image] Jul 02 20:44:02.845 INFO O| Jul 02 20:44:02.845 INFO STEP 12 (pkg_install) COMPLETE
49632026-07-02T20:44:03.520Z[ host-image] Jul 02 20:44:02.845 INFO O| Jul 02 20:44:02.845 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49642026-07-02T20:44:03.533Z[ host-image] Jul 02 20:44:02.858 INFO O| Jul 02 20:44:02.858 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49652026-07-02T20:44:03.727Z[ recovery-image] Jul 02 20:44:03.052 INFO O| Jul 02 20:44:03.052 INFO O| Finalize: Creating fast lookup database ... Done
49662026-07-02T20:44:03.749Z[ recovery-image] Jul 02 20:44:03.073 INFO O| Jul 02 20:44:03.073 INFO O| Finalize: Reading search index ... Done
49672026-07-02T20:44:04.944Z[ host-image] Jul 02 20:44:04.266 INFO O| Jul 02 20:44:04.266 INFO O| Startup: Refreshing catalog 'helios' ... Done
49682026-07-02T20:44:05.087Z[ host-image] Jul 02 20:44:04.411 INFO O| Jul 02 20:44:04.410 INFO O| Startup: Caching catalogs ... Done
49692026-07-02T20:44:05.293Z[ host-image] Jul 02 20:44:04.618 INFO O| Jul 02 20:44:04.618 INFO O| Planning: Solver setup ... Done
49702026-07-02T20:44:05.298Z[ host-image] Jul 02 20:44:04.623 INFO O| Jul 02 20:44:04.623 INFO O| Planning: Running solver ... Done
49712026-07-02T20:44:05.304Z[ host-image] Jul 02 20:44:04.629 INFO O| Jul 02 20:44:04.629 INFO O| Planning: Finding local manifests ... Done
49722026-07-02T20:44:05.382Z[ host-image] Jul 02 20:44:04.707 INFO O| Jul 02 20:44:04.707 INFO O| Planning: Fetching manifests: 0/6 0% complete
49732026-07-02T20:44:05.423Z[ recovery-image] Jul 02 20:44:04.747 INFO O| Jul 02 20:44:04.747 INFO O| Finalize: Building new search index ... Done
49742026-07-02T20:44:05.543Z[ host-image] Jul 02 20:44:04.868 INFO O| Jul 02 20:44:04.868 INFO O| Planning: Fetching manifests: 6/6 100% complete
49752026-07-02T20:44:05.797Z[ host-image] Jul 02 20:44:05.121 INFO O| Jul 02 20:44:05.121 INFO O| Planning: Package planning ... Done
49762026-07-02T20:44:05.806Z[ host-image] Jul 02 20:44:05.131 INFO O| Jul 02 20:44:05.131 INFO O| Planning: Merging actions ... Done
49772026-07-02T20:44:05.876Z[ host-image] Jul 02 20:44:05.201 INFO O| Jul 02 20:44:05.201 INFO O| Planning: Checking for conflicting actions ... Done
49782026-07-02T20:44:05.880Z[ host-image] Jul 02 20:44:05.205 INFO O| Jul 02 20:44:05.205 INFO O| Planning: Consolidating action changes ... Done
49792026-07-02T20:44:05.914Z[ recovery-image] Jul 02 20:44:05.238 INFO O| Jul 02 20:44:05.238 INFO O| Finalize: Updating package cache ... Done
49802026-07-02T20:44:06.054Z[ host-image] Jul 02 20:44:05.378 INFO O| Jul 02 20:44:05.378 INFO O| Planning: Evaluating mediators ... Done
49812026-07-02T20:44:06.057Z[ host-image] Jul 02 20:44:05.382 INFO O| Jul 02 20:44:05.382 INFO O| Planning: Planning completed in 0.96 seconds
49822026-07-02T20:44:06.060Z[ host-image] Jul 02 20:44:05.382 INFO O| Jul 02 20:44:05.382 INFO O| Packages to install: 6
49832026-07-02T20:44:06.060Z[ host-image] Jul 02 20:44:05.382 INFO O| Jul 02 20:44:05.382 INFO O| Mediators to change: 1
49842026-07-02T20:44:06.060Z[ host-image] Jul 02 20:44:05.382 INFO O| Jul 02 20:44:05.382 INFO O| Services to change: 1
49852026-07-02T20:44:06.069Z[ host-image] Jul 02 20:44:05.394 INFO O| Jul 02 20:44:05.394 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49862026-07-02T20:44:06.158Z[ recovery-image] Jul 02 20:44:05.482 INFO O| Jul 02 20:44:05.482 INFO STEP 11 (pkg_install) COMPLETE
49872026-07-02T20:44:06.158Z[ recovery-image] Jul 02 20:44:05.482 INFO O| Jul 02 20:44:05.482 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49882026-07-02T20:44:06.161Z[ recovery-image] Jul 02 20:44:05.482 INFO O| Jul 02 20:44:05.482 INFO skip step because feature "recovery" is enabled
49892026-07-02T20:44:06.161Z[ recovery-image] Jul 02 20:44:05.482 INFO O| Jul 02 20:44:05.482 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49902026-07-02T20:44:06.161Z[ recovery-image] Jul 02 20:44:05.482 INFO O| Jul 02 20:44:05.482 INFO skip step because feature "omicron1" is not enabled
49912026-07-02T20:44:06.162Z[ recovery-image] Jul 02 20:44:05.482 INFO O| Jul 02 20:44:05.482 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49922026-07-02T20:44:06.170Z[ recovery-image] Jul 02 20:44:05.495 INFO O| Jul 02 20:44:05.495 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49932026-07-02T20:44:07.404Z[ recovery-image] Jul 02 20:44:06.728 INFO O| Jul 02 20:44:06.727 INFO O| Startup: Refreshing catalog 'helios' ... Done
49942026-07-02T20:44:07.631Z[ recovery-image] Jul 02 20:44:06.928 INFO O| Jul 02 20:44:06.926 INFO O| Startup: Caching catalogs ... Done
49952026-07-02T20:44:07.809Z[ recovery-image] Jul 02 20:44:07.134 INFO O| Jul 02 20:44:07.134 INFO O| Planning: Solver setup ... Done
49962026-07-02T20:44:07.814Z[ recovery-image] Jul 02 20:44:07.139 INFO O| Jul 02 20:44:07.139 INFO O| Planning: Running solver ... Done
49972026-07-02T20:44:07.819Z[ recovery-image] Jul 02 20:44:07.144 INFO O| Jul 02 20:44:07.144 INFO O| Planning: Finding local manifests ... Done
49982026-07-02T20:44:08.287Z[ recovery-image] Jul 02 20:44:07.612 INFO O| Jul 02 20:44:07.612 INFO O| Planning: Fetching manifests: 0/1 0% complete
49992026-07-02T20:44:08.319Z[ recovery-image] Jul 02 20:44:07.643 INFO O| Jul 02 20:44:07.643 INFO O| Planning: Fetching manifests: 1/1 100% complete
50002026-07-02T20:44:08.438Z[ recovery-image] Jul 02 20:44:07.762 INFO O| Jul 02 20:44:07.762 INFO O| Planning: Package planning ... Done
50012026-07-02T20:44:08.455Z[ recovery-image] Jul 02 20:44:07.762 INFO O| Jul 02 20:44:07.762 INFO O| Planning: Merging actions ... Done
50022026-07-02T20:44:08.606Z[ recovery-image] Jul 02 20:44:07.827 INFO O| Jul 02 20:44:07.827 INFO O| Planning: Checking for conflicting actions ... Done
50032026-07-02T20:44:08.606Z[ recovery-image] Jul 02 20:44:07.828 INFO O| Jul 02 20:44:07.828 INFO O| Planning: Consolidating action changes ... Done
50042026-07-02T20:44:08.606Z[ recovery-image] Jul 02 20:44:07.929 INFO O| Jul 02 20:44:07.929 INFO O| Planning: Evaluating mediators ... Done
50052026-07-02T20:44:08.606Z[ recovery-image] Jul 02 20:44:07.930 INFO O| Jul 02 20:44:07.930 INFO O| Planning: Planning completed in 1.00 seconds
50062026-07-02T20:44:08.606Z[ recovery-image] Jul 02 20:44:07.930 INFO O| Jul 02 20:44:07.930 INFO O| Packages to install: 1
50072026-07-02T20:44:08.618Z[ recovery-image] Jul 02 20:44:07.942 INFO O| Jul 02 20:44:07.942 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50082026-07-02T20:44:08.913Z[ recovery-image] Jul 02 20:44:08.211 INFO O| Jul 02 20:44:08.211 INFO O| Download: Completed 13.06 MB in 0.27 seconds (48.4M/s)
50092026-07-02T20:44:09.378Z[ recovery-image] Jul 02 20:44:08.703 INFO O| Jul 02 20:44:08.703 INFO O| Actions: 1/22 actions (Installing new actions)
50102026-07-02T20:44:09.598Z[ recovery-image] Jul 02 20:44:08.923 INFO O| Jul 02 20:44:08.922 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50112026-07-02T20:44:09.610Z[ recovery-image] Jul 02 20:44:08.935 INFO O| Jul 02 20:44:08.935 INFO O| Finalize: Updating package state database ... Done
50122026-07-02T20:44:09.610Z[ recovery-image] Jul 02 20:44:08.935 INFO O| Jul 02 20:44:08.935 INFO O| Finalize: Updating package cache ... Done
50132026-07-02T20:44:09.642Z[ recovery-image] Jul 02 20:44:08.967 INFO O| Jul 02 20:44:08.967 INFO O| Finalize: Updating image state ... Done
50142026-07-02T20:44:10.157Z[ host-image] Jul 02 20:44:09.482 INFO O| Jul 02 20:44:09.481 INFO O| Download: Completed 7.84 MB in 4.09 seconds (1.9M/s)
50152026-07-02T20:44:10.191Z[ host-image] Jul 02 20:44:09.516 INFO O| Jul 02 20:44:09.516 INFO O| Actions: 1/1366 actions (Installing new actions)
50162026-07-02T20:44:10.202Z[ recovery-image] Jul 02 20:44:09.527 INFO O| Jul 02 20:44:09.527 INFO O| Finalize: Creating fast lookup database ... Done
50172026-07-02T20:44:10.217Z[ recovery-image] Jul 02 20:44:09.542 INFO O| Jul 02 20:44:09.542 INFO O| Finalize: Reading search index ... Done
50182026-07-02T20:44:10.217Z[ recovery-image] Jul 02 20:44:09.542 INFO O| Jul 02 20:44:09.542 INFO O| Finalize: Updating search index ... Done
50192026-07-02T20:44:10.227Z[ recovery-image] Jul 02 20:44:09.553 INFO O| Jul 02 20:44:09.553 INFO O| Finalize: Updating package cache ... Done
50202026-07-02T20:44:10.366Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO STEP 14 (pkg_install) COMPLETE
50212026-07-02T20:44:10.366Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50222026-07-02T20:44:10.366Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO skip step because feature "mfg" is not enabled
50232026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50242026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO skip step because feature "compliance" is not enabled
50252026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50262026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO skip step because feature "stress" is not enabled
50272026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50282026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO skip step because feature "compliance" is not enabled
50292026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50302026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO skip step because feature "nfs" is not enabled
50312026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.690 INFO O| Jul 02 20:44:09.690 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50322026-07-02T20:44:10.369Z[ recovery-image] Jul 02 20:44:09.691 INFO O| Jul 02 20:44:09.690 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50332026-07-02T20:44:10.433Z[ host-image] Jul 02 20:44:09.758 INFO O| Jul 02 20:44:09.758 INFO O| Actions: Completed 1366 actions in 0.24 seconds.
50342026-07-02T20:44:10.448Z[ host-image] Jul 02 20:44:09.773 INFO O| Jul 02 20:44:09.773 INFO O| Finalize: Updating package state database ... Done
50352026-07-02T20:44:10.448Z[ host-image] Jul 02 20:44:09.773 INFO O| Jul 02 20:44:09.773 INFO O| Finalize: Updating package cache ... Done
50362026-07-02T20:44:10.483Z[ host-image] Jul 02 20:44:09.807 INFO O| Jul 02 20:44:09.807 INFO O| Finalize: Updating image state ... Done
50372026-07-02T20:44:10.647Z[ recovery-image] Jul 02 20:44:09.972 INFO O| Jul 02 20:44:09.972 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50382026-07-02T20:44:10.750Z[ recovery-image] Jul 02 20:44:10.075 INFO O| Jul 02 20:44:10.075 INFO completed processing sled/ramdisk-01-os
50392026-07-02T20:44:10.754Z[ recovery-image] Jul 02 20:44:10.078 INFO image builder template: ramdisk-02-trim...
50402026-07-02T20:44:10.754Z[ recovery-image] Jul 02 20:44:10.078 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/.tmpex7cix/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
50412026-07-02T20:44:10.774Z[ recovery-image] Jul 02 20:44:10.099 INFO O| Jul 02 20:44:10.099 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50422026-07-02T20:44:10.778Z[ recovery-image] Jul 02 20:44:10.103 INFO O| Jul 02 20:44:10.103 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50432026-07-02T20:44:10.862Z[ recovery-image] Jul 02 20:44:10.187 INFO O| Jul 02 20:44:10.187 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50442026-07-02T20:44:10.988Z[ recovery-image] Jul 02 20:44:10.313 INFO O| Jul 02 20:44:10.313 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50452026-07-02T20:44:10.988Z[ recovery-image] Jul 02 20:44:10.313 INFO O| Jul 02 20:44:10.313 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50462026-07-02T20:44:10.992Z[ recovery-image] Jul 02 20:44:10.317 INFO O| Jul 02 20:44:10.317 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50472026-07-02T20:44:10.995Z[ recovery-image] Jul 02 20:44:10.320 INFO O| Jul 02 20:44:10.320 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50482026-07-02T20:44:10.998Z[ recovery-image] Jul 02 20:44:10.323 INFO O| Jul 02 20:44:10.323 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50492026-07-02T20:44:11.315Z[ host-image] Jul 02 20:44:10.640 INFO O| Jul 02 20:44:10.640 INFO O| Finalize: Creating fast lookup database ... Done
50502026-07-02T20:44:11.341Z[ host-image] Jul 02 20:44:10.666 INFO O| Jul 02 20:44:10.666 INFO O| Finalize: Reading search index ... Done
50512026-07-02T20:44:11.341Z[ host-image] Jul 02 20:44:10.666 INFO O| Jul 02 20:44:10.666 INFO O| Finalize: Updating search index ... Done
50522026-07-02T20:44:11.372Z[ host-image] Jul 02 20:44:10.697 INFO O| Jul 02 20:44:10.697 INFO O| Finalize: Updating package cache ... Done
50532026-07-02T20:44:11.416Z[ recovery-image] Jul 02 20:44:10.741 INFO O| Jul 02 20:44:10.741 INFO rolled back to input snapshot; work may begin
50542026-07-02T20:44:11.416Z[ recovery-image] Jul 02 20:44:10.741 INFO O| Jul 02 20:44:10.741 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50552026-07-02T20:44:11.421Z[ recovery-image] Jul 02 20:44:10.746 INFO O| Jul 02 20:44:10.746 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50562026-07-02T20:44:11.430Z[ recovery-image] Jul 02 20:44:10.756 INFO O| Jul 02 20:44:10.755 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50572026-07-02T20:44:11.468Z[ recovery-image] Jul 02 20:44:10.792 INFO O| Jul 02 20:44:10.792 INFO STEP 0 (remove_files) COMPLETE
50582026-07-02T20:44:11.468Z[ recovery-image] Jul 02 20:44:10.793 INFO O| Jul 02 20:44:10.792 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50592026-07-02T20:44:11.477Z[ recovery-image] Jul 02 20:44:10.802 INFO O| Jul 02 20:44:10.802 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50602026-07-02T20:44:11.481Z[ recovery-image] Jul 02 20:44:10.803 INFO O| Jul 02 20:44:10.803 INFO STEP 1 (remove_files) COMPLETE
50612026-07-02T20:44:11.481Z[ recovery-image] Jul 02 20:44:10.803 INFO O| Jul 02 20:44:10.803 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50622026-07-02T20:44:11.489Z[ recovery-image] Jul 02 20:44:10.813 INFO O| Jul 02 20:44:10.813 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50632026-07-02T20:44:11.498Z[ host-image] Jul 02 20:44:10.824 INFO O| Jul 02 20:44:10.824 INFO STEP 13 (pkg_install) COMPLETE
50642026-07-02T20:44:11.499Z[ host-image] Jul 02 20:44:10.824 INFO O| Jul 02 20:44:10.824 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50652026-07-02T20:44:11.502Z[ recovery-image] Jul 02 20:44:10.826 INFO O| Jul 02 20:44:10.826 INFO STEP 2 (remove_files) COMPLETE
50662026-07-02T20:44:11.502Z[ recovery-image] Jul 02 20:44:10.826 INFO O| Jul 02 20:44:10.826 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50672026-07-02T20:44:11.508Z[ host-image] Jul 02 20:44:10.833 INFO O| Jul 02 20:44:10.833 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50682026-07-02T20:44:11.510Z[ recovery-image] Jul 02 20:44:10.834 INFO O| Jul 02 20:44:10.834 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50692026-07-02T20:44:11.511Z[ recovery-image] Jul 02 20:44:10.835 INFO O| Jul 02 20:44:10.835 INFO STEP 3 (remove_files) COMPLETE
50702026-07-02T20:44:11.511Z[ recovery-image] Jul 02 20:44:10.835 INFO O| Jul 02 20:44:10.835 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50712026-07-02T20:44:11.518Z[ recovery-image] Jul 02 20:44:10.843 INFO O| Jul 02 20:44:10.843 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50722026-07-02T20:44:11.521Z[ recovery-image] Jul 02 20:44:10.846 INFO O| Jul 02 20:44:10.846 INFO STEP 4 (remove_files) COMPLETE
50732026-07-02T20:44:11.521Z[ recovery-image] Jul 02 20:44:10.846 INFO O| Jul 02 20:44:10.846 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50742026-07-02T20:44:11.529Z[ recovery-image] Jul 02 20:44:10.855 INFO O| Jul 02 20:44:10.854 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50752026-07-02T20:44:11.529Z[ recovery-image] Jul 02 20:44:10.855 INFO O| Jul 02 20:44:10.855 INFO STEP 5 (remove_files) COMPLETE
50762026-07-02T20:44:11.533Z[ recovery-image] Jul 02 20:44:10.855 INFO O| Jul 02 20:44:10.855 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50772026-07-02T20:44:11.538Z[ recovery-image] Jul 02 20:44:10.863 INFO O| Jul 02 20:44:10.863 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50782026-07-02T20:44:11.548Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO STEP 6 (remove_files) COMPLETE
50792026-07-02T20:44:11.548Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50802026-07-02T20:44:11.552Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO skip step because feature "heliosv2" is not enabled
50812026-07-02T20:44:11.552Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-07-02T20:44:11.552Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO skip step because feature "recovery" is enabled
50832026-07-02T20:44:11.552Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50842026-07-02T20:44:11.553Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO skip step because feature "recovery" is enabled
50852026-07-02T20:44:11.553Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-07-02T20:44:11.553Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO skip step because feature "recovery" is enabled
50872026-07-02T20:44:11.553Z[ recovery-image] Jul 02 20:44:10.873 INFO O| Jul 02 20:44:10.873 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50882026-07-02T20:44:11.556Z[ recovery-image] Jul 02 20:44:10.881 INFO O| Jul 02 20:44:10.881 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50892026-07-02T20:44:11.559Z[ recovery-image] Jul 02 20:44:10.884 INFO O| Jul 02 20:44:10.884 INFO STEP 11 (remove_files) COMPLETE
50902026-07-02T20:44:11.559Z[ recovery-image] Jul 02 20:44:10.884 INFO O| Jul 02 20:44:10.884 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-07-02T20:44:11.568Z[ recovery-image] Jul 02 20:44:10.891 INFO O| Jul 02 20:44:10.891 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50922026-07-02T20:44:11.571Z[ recovery-image] Jul 02 20:44:10.892 INFO O| Jul 02 20:44:10.892 INFO STEP 12 (remove_files) COMPLETE
50932026-07-02T20:44:11.571Z[ recovery-image] Jul 02 20:44:10.892 INFO O| Jul 02 20:44:10.892 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-07-02T20:44:11.577Z[ recovery-image] Jul 02 20:44:10.902 INFO O| Jul 02 20:44:10.902 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50952026-07-02T20:44:11.580Z[ recovery-image] Jul 02 20:44:10.903 INFO O| Jul 02 20:44:10.903 INFO STEP 13 (remove_files) COMPLETE
50962026-07-02T20:44:11.580Z[ recovery-image] Jul 02 20:44:10.903 INFO O| Jul 02 20:44:10.903 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-07-02T20:44:11.594Z[ recovery-image] Jul 02 20:44:10.919 INFO O| Jul 02 20:44:10.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50982026-07-02T20:44:11.594Z[ recovery-image] Jul 02 20:44:10.919 INFO O| Jul 02 20:44:10.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50992026-07-02T20:44:11.655Z[ recovery-image] Jul 02 20:44:10.980 INFO O| Jul 02 20:44:10.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51002026-07-02T20:44:11.659Z[ recovery-image] Jul 02 20:44:10.985 INFO O| Jul 02 20:44:10.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51012026-07-02T20:44:11.674Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
51022026-07-02T20:44:11.740Z[ recovery-image] Jul 02 20:44:11.065 INFO O| Jul 02 20:44:11.065 INFO STEP 14 (remove_files) COMPLETE
51032026-07-02T20:44:11.740Z[ recovery-image] Jul 02 20:44:11.065 INFO O| Jul 02 20:44:11.065 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-07-02T20:44:11.748Z[ recovery-image] Jul 02 20:44:11.073 INFO O| Jul 02 20:44:11.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51052026-07-02T20:44:11.751Z[ recovery-image] Jul 02 20:44:11.074 INFO O| Jul 02 20:44:11.074 INFO STEP 15 (remove_files) COMPLETE
51062026-07-02T20:44:11.751Z[ recovery-image] Jul 02 20:44:11.074 INFO O| Jul 02 20:44:11.074 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-07-02T20:44:11.756Z[ recovery-image] Jul 02 20:44:11.081 INFO O| Jul 02 20:44:11.081 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51082026-07-02T20:44:11.762Z[ recovery-image] Jul 02 20:44:11.087 INFO O| Jul 02 20:44:11.087 INFO STEP 16 (remove_files) COMPLETE
51092026-07-02T20:44:11.762Z[ recovery-image] Jul 02 20:44:11.087 INFO O| Jul 02 20:44:11.087 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51102026-07-02T20:44:11.768Z[ recovery-image] Jul 02 20:44:11.094 INFO O| Jul 02 20:44:11.094 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51112026-07-02T20:44:11.771Z[ recovery-image] Jul 02 20:44:11.094 INFO O| Jul 02 20:44:11.094 INFO STEP 17 (remove_files) COMPLETE
51122026-07-02T20:44:11.771Z[ recovery-image] Jul 02 20:44:11.094 INFO O| Jul 02 20:44:11.094 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-07-02T20:44:11.777Z[ recovery-image] Jul 02 20:44:11.103 INFO O| Jul 02 20:44:11.103 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51142026-07-02T20:44:11.780Z[ recovery-image] Jul 02 20:44:11.104 INFO O| Jul 02 20:44:11.104 INFO STEP 18 (remove_files) COMPLETE
51152026-07-02T20:44:11.780Z[ recovery-image] Jul 02 20:44:11.104 INFO O| Jul 02 20:44:11.104 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51162026-07-02T20:44:11.786Z[ recovery-image] Jul 02 20:44:11.111 INFO O| Jul 02 20:44:11.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51172026-07-02T20:44:11.786Z[ recovery-image] Jul 02 20:44:11.111 INFO O| Jul 02 20:44:11.111 INFO STEP 19 (remove_files) COMPLETE
51182026-07-02T20:44:11.786Z[ recovery-image] Jul 02 20:44:11.111 INFO O| Jul 02 20:44:11.111 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-02T20:44:11.794Z[ recovery-image] Jul 02 20:44:11.119 INFO O| Jul 02 20:44:11.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51202026-07-02T20:44:11.797Z[ recovery-image] Jul 02 20:44:11.119 INFO O| Jul 02 20:44:11.119 INFO STEP 20 (remove_files) COMPLETE
51212026-07-02T20:44:11.798Z[ recovery-image] Jul 02 20:44:11.119 INFO O| Jul 02 20:44:11.119 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51222026-07-02T20:44:11.802Z[ recovery-image] Jul 02 20:44:11.126 INFO O| Jul 02 20:44:11.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51232026-07-02T20:44:11.802Z[ recovery-image] Jul 02 20:44:11.126 INFO O| Jul 02 20:44:11.126 INFO STEP 21 (remove_files) COMPLETE
51242026-07-02T20:44:11.802Z[ recovery-image] Jul 02 20:44:11.126 INFO O| Jul 02 20:44:11.126 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-02T20:44:11.808Z[ recovery-image] Jul 02 20:44:11.133 INFO O| Jul 02 20:44:11.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51262026-07-02T20:44:11.808Z[ recovery-image] Jul 02 20:44:11.133 INFO O| Jul 02 20:44:11.133 INFO STEP 22 (remove_files) COMPLETE
51272026-07-02T20:44:11.812Z[ recovery-image] Jul 02 20:44:11.133 INFO O| Jul 02 20:44:11.133 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-07-02T20:44:11.816Z[ recovery-image] Jul 02 20:44:11.140 INFO O| Jul 02 20:44:11.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51292026-07-02T20:44:11.816Z[ recovery-image] Jul 02 20:44:11.140 INFO O| Jul 02 20:44:11.140 INFO STEP 23 (remove_files) COMPLETE
51302026-07-02T20:44:11.816Z[ recovery-image] Jul 02 20:44:11.140 INFO O| Jul 02 20:44:11.140 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-07-02T20:44:11.822Z[ recovery-image] Jul 02 20:44:11.147 INFO O| Jul 02 20:44:11.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51322026-07-02T20:44:11.822Z[ recovery-image] Jul 02 20:44:11.147 INFO O| Jul 02 20:44:11.147 INFO STEP 24 (remove_files) COMPLETE
51332026-07-02T20:44:11.825Z[ recovery-image] Jul 02 20:44:11.147 INFO O| Jul 02 20:44:11.147 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-02T20:44:11.831Z[ recovery-image] Jul 02 20:44:11.155 INFO O| Jul 02 20:44:11.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51352026-07-02T20:44:11.831Z[ recovery-image] Jul 02 20:44:11.156 INFO O| Jul 02 20:44:11.155 INFO STEP 25 (remove_files) COMPLETE
51362026-07-02T20:44:11.834Z[ recovery-image] Jul 02 20:44:11.156 INFO O| Jul 02 20:44:11.156 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51372026-07-02T20:44:11.838Z[ recovery-image] Jul 02 20:44:11.163 INFO O| Jul 02 20:44:11.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51382026-07-02T20:44:11.838Z[ recovery-image] Jul 02 20:44:11.164 INFO O| Jul 02 20:44:11.164 INFO STEP 26 (remove_files) COMPLETE
51392026-07-02T20:44:11.841Z[ recovery-image] Jul 02 20:44:11.164 INFO O| Jul 02 20:44:11.164 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-07-02T20:44:11.846Z[ recovery-image] Jul 02 20:44:11.172 INFO O| Jul 02 20:44:11.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51412026-07-02T20:44:11.850Z[ recovery-image] Jul 02 20:44:11.172 INFO O| Jul 02 20:44:11.172 INFO STEP 27 (remove_files) COMPLETE
51422026-07-02T20:44:11.850Z[ recovery-image] Jul 02 20:44:11.172 INFO O| Jul 02 20:44:11.172 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-02T20:44:11.854Z[ recovery-image] Jul 02 20:44:11.179 INFO O| Jul 02 20:44:11.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51442026-07-02T20:44:11.854Z[ recovery-image] Jul 02 20:44:11.179 INFO O| Jul 02 20:44:11.179 INFO STEP 28 (remove_files) COMPLETE
51452026-07-02T20:44:11.854Z[ recovery-image] Jul 02 20:44:11.179 INFO O| Jul 02 20:44:11.179 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-02T20:44:11.863Z[ recovery-image] Jul 02 20:44:11.188 INFO O| Jul 02 20:44:11.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51472026-07-02T20:44:11.863Z[ recovery-image] Jul 02 20:44:11.188 INFO O| Jul 02 20:44:11.188 INFO STEP 29 (remove_files) COMPLETE
51482026-07-02T20:44:11.866Z[ recovery-image] Jul 02 20:44:11.188 INFO O| Jul 02 20:44:11.188 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-02T20:44:11.870Z[ recovery-image] Jul 02 20:44:11.194 INFO O| Jul 02 20:44:11.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51502026-07-02T20:44:11.870Z[ recovery-image] Jul 02 20:44:11.194 INFO O| Jul 02 20:44:11.194 INFO STEP 30 (remove_files) COMPLETE
51512026-07-02T20:44:11.873Z[ recovery-image] Jul 02 20:44:11.194 INFO O| Jul 02 20:44:11.194 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-07-02T20:44:11.880Z[ recovery-image] Jul 02 20:44:11.205 INFO O| Jul 02 20:44:11.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51532026-07-02T20:44:11.880Z[ recovery-image] Jul 02 20:44:11.205 INFO O| Jul 02 20:44:11.205 INFO STEP 31 (remove_files) COMPLETE
51542026-07-02T20:44:11.883Z[ recovery-image] Jul 02 20:44:11.205 INFO O| Jul 02 20:44:11.205 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-07-02T20:44:11.888Z[ recovery-image] Jul 02 20:44:11.214 INFO O| Jul 02 20:44:11.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51562026-07-02T20:44:11.888Z[ recovery-image] Jul 02 20:44:11.214 INFO O| Jul 02 20:44:11.214 INFO STEP 32 (remove_files) COMPLETE
51572026-07-02T20:44:11.891Z[ recovery-image] Jul 02 20:44:11.214 INFO O| Jul 02 20:44:11.214 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-07-02T20:44:11.896Z[ recovery-image] Jul 02 20:44:11.221 INFO O| Jul 02 20:44:11.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51592026-07-02T20:44:11.899Z[ recovery-image] Jul 02 20:44:11.221 INFO O| Jul 02 20:44:11.221 INFO STEP 33 (remove_files) COMPLETE
51602026-07-02T20:44:11.899Z[ recovery-image] Jul 02 20:44:11.221 INFO O| Jul 02 20:44:11.221 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-07-02T20:44:11.903Z[ recovery-image] Jul 02 20:44:11.228 INFO O| Jul 02 20:44:11.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51622026-07-02T20:44:11.903Z[ recovery-image] Jul 02 20:44:11.228 INFO O| Jul 02 20:44:11.228 INFO STEP 34 (remove_files) COMPLETE
51632026-07-02T20:44:11.906Z[ recovery-image] Jul 02 20:44:11.228 INFO O| Jul 02 20:44:11.228 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-07-02T20:44:11.909Z[ recovery-image] Jul 02 20:44:11.235 INFO O| Jul 02 20:44:11.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51652026-07-02T20:44:11.909Z[ recovery-image] Jul 02 20:44:11.235 INFO O| Jul 02 20:44:11.235 INFO STEP 35 (remove_files) COMPLETE
51662026-07-02T20:44:11.910Z[ recovery-image] Jul 02 20:44:11.235 INFO O| Jul 02 20:44:11.235 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-07-02T20:44:11.918Z[ recovery-image] Jul 02 20:44:11.243 INFO O| Jul 02 20:44:11.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51682026-07-02T20:44:11.918Z[ recovery-image] Jul 02 20:44:11.243 INFO O| Jul 02 20:44:11.243 INFO STEP 36 (remove_files) COMPLETE
51692026-07-02T20:44:11.919Z[ recovery-image] Jul 02 20:44:11.243 INFO O| Jul 02 20:44:11.243 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-02T20:44:11.926Z[ recovery-image] Jul 02 20:44:11.251 INFO O| Jul 02 20:44:11.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51712026-07-02T20:44:11.926Z[ recovery-image] Jul 02 20:44:11.251 INFO O| Jul 02 20:44:11.251 INFO STEP 37 (remove_files) COMPLETE
51722026-07-02T20:44:11.926Z[ recovery-image] Jul 02 20:44:11.251 INFO O| Jul 02 20:44:11.251 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-07-02T20:44:11.933Z[ recovery-image] Jul 02 20:44:11.258 INFO O| Jul 02 20:44:11.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51742026-07-02T20:44:11.933Z[ recovery-image] Jul 02 20:44:11.258 INFO O| Jul 02 20:44:11.258 INFO STEP 38 (remove_files) COMPLETE
51752026-07-02T20:44:11.936Z[ recovery-image] Jul 02 20:44:11.258 INFO O| Jul 02 20:44:11.258 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-07-02T20:44:11.940Z[ recovery-image] Jul 02 20:44:11.265 INFO O| Jul 02 20:44:11.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51772026-07-02T20:44:11.940Z[ recovery-image] Jul 02 20:44:11.265 INFO O| Jul 02 20:44:11.265 INFO STEP 39 (remove_files) COMPLETE
51782026-07-02T20:44:11.943Z[ recovery-image] Jul 02 20:44:11.265 INFO O| Jul 02 20:44:11.265 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-07-02T20:44:11.948Z[ recovery-image] Jul 02 20:44:11.273 INFO O| Jul 02 20:44:11.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51802026-07-02T20:44:11.948Z[ recovery-image] Jul 02 20:44:11.273 INFO O| Jul 02 20:44:11.273 INFO STEP 40 (remove_files) COMPLETE
51812026-07-02T20:44:11.951Z[ recovery-image] Jul 02 20:44:11.273 INFO O| Jul 02 20:44:11.273 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-07-02T20:44:11.955Z[ recovery-image] Jul 02 20:44:11.280 INFO O| Jul 02 20:44:11.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51832026-07-02T20:44:11.958Z[ recovery-image] Jul 02 20:44:11.280 INFO O| Jul 02 20:44:11.280 INFO STEP 41 (remove_files) COMPLETE
51842026-07-02T20:44:11.958Z[ recovery-image] Jul 02 20:44:11.280 INFO O| Jul 02 20:44:11.280 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-07-02T20:44:11.964Z[ recovery-image] Jul 02 20:44:11.287 INFO O| Jul 02 20:44:11.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51862026-07-02T20:44:11.964Z[ recovery-image] Jul 02 20:44:11.287 INFO O| Jul 02 20:44:11.287 INFO STEP 42 (remove_files) COMPLETE
51872026-07-02T20:44:11.967Z[ recovery-image] Jul 02 20:44:11.287 INFO O| Jul 02 20:44:11.287 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-07-02T20:44:11.970Z[ recovery-image] Jul 02 20:44:11.295 INFO O| Jul 02 20:44:11.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51892026-07-02T20:44:11.970Z[ recovery-image] Jul 02 20:44:11.295 INFO O| Jul 02 20:44:11.295 INFO STEP 43 (remove_files) COMPLETE
51902026-07-02T20:44:11.973Z[ recovery-image] Jul 02 20:44:11.295 INFO O| Jul 02 20:44:11.295 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-07-02T20:44:11.978Z[ recovery-image] Jul 02 20:44:11.303 INFO O| Jul 02 20:44:11.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51922026-07-02T20:44:11.978Z[ recovery-image] Jul 02 20:44:11.303 INFO O| Jul 02 20:44:11.303 INFO STEP 44 (remove_files) COMPLETE
51932026-07-02T20:44:11.978Z[ recovery-image] Jul 02 20:44:11.303 INFO O| Jul 02 20:44:11.303 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-07-02T20:44:11.986Z[ recovery-image] Jul 02 20:44:11.311 INFO O| Jul 02 20:44:11.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51952026-07-02T20:44:11.986Z[ recovery-image] Jul 02 20:44:11.311 INFO O| Jul 02 20:44:11.311 INFO STEP 45 (remove_files) COMPLETE
51962026-07-02T20:44:11.988Z[ recovery-image] Jul 02 20:44:11.311 INFO O| Jul 02 20:44:11.311 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-07-02T20:44:11.993Z[ recovery-image] Jul 02 20:44:11.318 INFO O| Jul 02 20:44:11.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51982026-07-02T20:44:11.993Z[ recovery-image] Jul 02 20:44:11.319 INFO O| Jul 02 20:44:11.318 INFO STEP 46 (remove_files) COMPLETE
51992026-07-02T20:44:11.993Z[ recovery-image] Jul 02 20:44:11.319 INFO O| Jul 02 20:44:11.319 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-07-02T20:44:12.001Z[ recovery-image] Jul 02 20:44:11.326 INFO O| Jul 02 20:44:11.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52012026-07-02T20:44:12.001Z[ recovery-image] Jul 02 20:44:11.326 INFO O| Jul 02 20:44:11.326 INFO STEP 47 (remove_files) COMPLETE
52022026-07-02T20:44:12.005Z[ recovery-image] Jul 02 20:44:11.326 INFO O| Jul 02 20:44:11.326 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-07-02T20:44:12.010Z[ recovery-image] Jul 02 20:44:11.335 INFO O| Jul 02 20:44:11.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52042026-07-02T20:44:12.010Z[ recovery-image] Jul 02 20:44:11.335 INFO O| Jul 02 20:44:11.335 INFO STEP 48 (remove_files) COMPLETE
52052026-07-02T20:44:12.010Z[ recovery-image] Jul 02 20:44:11.335 INFO O| Jul 02 20:44:11.335 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-07-02T20:44:12.017Z[ recovery-image] Jul 02 20:44:11.342 INFO O| Jul 02 20:44:11.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52072026-07-02T20:44:12.020Z[ recovery-image] Jul 02 20:44:11.342 INFO O| Jul 02 20:44:11.342 INFO STEP 49 (remove_files) COMPLETE
52082026-07-02T20:44:12.020Z[ recovery-image] Jul 02 20:44:11.342 INFO O| Jul 02 20:44:11.342 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-07-02T20:44:12.024Z[ recovery-image] Jul 02 20:44:11.349 INFO O| Jul 02 20:44:11.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52102026-07-02T20:44:12.024Z[ recovery-image] Jul 02 20:44:11.349 INFO O| Jul 02 20:44:11.349 INFO STEP 50 (remove_files) COMPLETE
52112026-07-02T20:44:12.024Z[ recovery-image] Jul 02 20:44:11.349 INFO O| Jul 02 20:44:11.349 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-07-02T20:44:12.033Z[ recovery-image] Jul 02 20:44:11.358 INFO O| Jul 02 20:44:11.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52132026-07-02T20:44:12.033Z[ recovery-image] Jul 02 20:44:11.358 INFO O| Jul 02 20:44:11.358 INFO STEP 51 (remove_files) COMPLETE
52142026-07-02T20:44:12.036Z[ recovery-image] Jul 02 20:44:11.358 INFO O| Jul 02 20:44:11.358 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-07-02T20:44:12.042Z[ recovery-image] Jul 02 20:44:11.367 INFO O| Jul 02 20:44:11.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52162026-07-02T20:44:12.042Z[ recovery-image] Jul 02 20:44:11.367 INFO O| Jul 02 20:44:11.367 INFO STEP 52 (remove_files) COMPLETE
52172026-07-02T20:44:12.045Z[ recovery-image] Jul 02 20:44:11.367 INFO O| Jul 02 20:44:11.367 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-07-02T20:44:12.048Z[ recovery-image] Jul 02 20:44:11.373 INFO O| Jul 02 20:44:11.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52192026-07-02T20:44:12.051Z[ recovery-image] Jul 02 20:44:11.373 INFO O| Jul 02 20:44:11.373 INFO STEP 53 (remove_files) COMPLETE
52202026-07-02T20:44:12.051Z[ recovery-image] Jul 02 20:44:11.373 INFO O| Jul 02 20:44:11.373 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-07-02T20:44:12.055Z[ recovery-image] Jul 02 20:44:11.380 INFO O| Jul 02 20:44:11.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52222026-07-02T20:44:12.055Z[ recovery-image] Jul 02 20:44:11.380 INFO O| Jul 02 20:44:11.380 INFO STEP 54 (remove_files) COMPLETE
52232026-07-02T20:44:12.058Z[ recovery-image] Jul 02 20:44:11.380 INFO O| Jul 02 20:44:11.380 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-07-02T20:44:12.064Z[ recovery-image] Jul 02 20:44:11.389 INFO O| Jul 02 20:44:11.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52252026-07-02T20:44:12.067Z[ recovery-image] Jul 02 20:44:11.389 INFO O| Jul 02 20:44:11.389 INFO STEP 55 (remove_files) COMPLETE
52262026-07-02T20:44:12.067Z[ recovery-image] Jul 02 20:44:11.389 INFO O| Jul 02 20:44:11.389 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-07-02T20:44:12.072Z[ recovery-image] Jul 02 20:44:11.397 INFO O| Jul 02 20:44:11.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52282026-07-02T20:44:12.072Z[ recovery-image] Jul 02 20:44:11.397 INFO O| Jul 02 20:44:11.397 INFO STEP 56 (remove_files) COMPLETE
52292026-07-02T20:44:12.074Z[ recovery-image] Jul 02 20:44:11.397 INFO O| Jul 02 20:44:11.397 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-07-02T20:44:12.080Z[ recovery-image] Jul 02 20:44:11.405 INFO O| Jul 02 20:44:11.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52312026-07-02T20:44:12.083Z[ recovery-image] Jul 02 20:44:11.405 INFO O| Jul 02 20:44:11.405 INFO STEP 57 (remove_files) COMPLETE
52322026-07-02T20:44:12.083Z[ recovery-image] Jul 02 20:44:11.405 INFO O| Jul 02 20:44:11.405 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-07-02T20:44:12.088Z[ recovery-image] Jul 02 20:44:11.414 INFO O| Jul 02 20:44:11.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52342026-07-02T20:44:12.088Z[ recovery-image] Jul 02 20:44:11.414 INFO O| Jul 02 20:44:11.414 INFO STEP 58 (remove_files) COMPLETE
52352026-07-02T20:44:12.091Z[ recovery-image] Jul 02 20:44:11.414 INFO O| Jul 02 20:44:11.414 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-07-02T20:44:12.097Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52372026-07-02T20:44:12.097Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52382026-07-02T20:44:12.100Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52392026-07-02T20:44:12.100Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52402026-07-02T20:44:12.100Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52412026-07-02T20:44:12.101Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52422026-07-02T20:44:12.101Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO ok!
52432026-07-02T20:44:12.101Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO STEP 59 (ensure_file) COMPLETE
52442026-07-02T20:44:12.101Z[ recovery-image] Jul 02 20:44:11.422 INFO O| Jul 02 20:44:11.422 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-07-02T20:44:12.105Z[ recovery-image] Jul 02 20:44:11.429 INFO O| Jul 02 20:44:11.429 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52462026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.429 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52472026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.430 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52482026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.430 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52492026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.430 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52502026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.430 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52512026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.430 INFO ok!
52522026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.430 INFO STEP 60 (ensure_file) COMPLETE
52532026-07-02T20:44:12.108Z[ recovery-image] Jul 02 20:44:11.430 INFO O| Jul 02 20:44:11.430 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-07-02T20:44:12.112Z[ recovery-image] Jul 02 20:44:11.437 INFO O| Jul 02 20:44:11.437 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52552026-07-02T20:44:12.112Z[ recovery-image] Jul 02 20:44:11.437 INFO O| Jul 02 20:44:11.437 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52562026-07-02T20:44:12.115Z[ recovery-image] Jul 02 20:44:11.437 INFO O| Jul 02 20:44:11.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52572026-07-02T20:44:12.115Z[ recovery-image] Jul 02 20:44:11.437 INFO O| Jul 02 20:44:11.437 INFO ok!
52582026-07-02T20:44:12.115Z[ recovery-image] Jul 02 20:44:11.437 INFO O| Jul 02 20:44:11.437 INFO STEP 61 (ensure_file) COMPLETE
52592026-07-02T20:44:12.115Z[ recovery-image] Jul 02 20:44:11.437 INFO O| Jul 02 20:44:11.437 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-07-02T20:44:12.120Z[ recovery-image] Jul 02 20:44:11.445 INFO O| Jul 02 20:44:11.445 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52612026-07-02T20:44:12.123Z[ recovery-image] Jul 02 20:44:11.445 INFO O| Jul 02 20:44:11.445 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52622026-07-02T20:44:12.123Z[ recovery-image] Jul 02 20:44:11.445 INFO O| Jul 02 20:44:11.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52632026-07-02T20:44:12.123Z[ recovery-image] Jul 02 20:44:11.445 INFO O| Jul 02 20:44:11.445 INFO ok!
52642026-07-02T20:44:12.123Z[ recovery-image] Jul 02 20:44:11.445 INFO O| Jul 02 20:44:11.445 INFO STEP 62 (ensure_file) COMPLETE
52652026-07-02T20:44:12.124Z[ recovery-image] Jul 02 20:44:11.445 INFO O| Jul 02 20:44:11.445 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-07-02T20:44:12.127Z[ recovery-image] Jul 02 20:44:11.452 INFO O| Jul 02 20:44:11.452 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52672026-07-02T20:44:12.127Z[ recovery-image] Jul 02 20:44:11.452 INFO O| Jul 02 20:44:11.452 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52682026-07-02T20:44:12.127Z[ recovery-image] Jul 02 20:44:11.452 INFO O| Jul 02 20:44:11.452 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52692026-07-02T20:44:12.127Z[ recovery-image] Jul 02 20:44:11.452 INFO O| Jul 02 20:44:11.452 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52702026-07-02T20:44:12.127Z[ recovery-image] Jul 02 20:44:11.452 INFO O| Jul 02 20:44:11.452 INFO ok!
52712026-07-02T20:44:12.127Z[ recovery-image] Jul 02 20:44:11.452 INFO O| Jul 02 20:44:11.452 INFO STEP 63 (ensure_file) COMPLETE
52722026-07-02T20:44:12.127Z[ recovery-image] Jul 02 20:44:11.452 INFO O| Jul 02 20:44:11.452 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52732026-07-02T20:44:12.134Z[ recovery-image] Jul 02 20:44:11.458 INFO O| Jul 02 20:44:11.458 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52742026-07-02T20:44:12.134Z[ recovery-image] Jul 02 20:44:11.458 INFO O| Jul 02 20:44:11.458 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52752026-07-02T20:44:12.137Z[ recovery-image] Jul 02 20:44:11.458 INFO O| Jul 02 20:44:11.458 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52762026-07-02T20:44:12.137Z[ recovery-image] Jul 02 20:44:11.458 INFO O| Jul 02 20:44:11.458 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52772026-07-02T20:44:12.137Z[ recovery-image] Jul 02 20:44:11.458 INFO O| Jul 02 20:44:11.458 INFO ok!
52782026-07-02T20:44:12.137Z[ recovery-image] Jul 02 20:44:11.458 INFO O| Jul 02 20:44:11.458 INFO STEP 64 (ensure_file) COMPLETE
52792026-07-02T20:44:12.137Z[ recovery-image] Jul 02 20:44:11.458 INFO O| Jul 02 20:44:11.458 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52802026-07-02T20:44:12.140Z[ recovery-image] Jul 02 20:44:11.465 INFO O| Jul 02 20:44:11.465 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52812026-07-02T20:44:12.140Z[ recovery-image] Jul 02 20:44:11.465 INFO O| Jul 02 20:44:11.465 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52822026-07-02T20:44:12.140Z[ recovery-image] Jul 02 20:44:11.465 INFO O| Jul 02 20:44:11.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52832026-07-02T20:44:12.140Z[ recovery-image] Jul 02 20:44:11.465 INFO O| Jul 02 20:44:11.465 INFO ok!
52842026-07-02T20:44:12.140Z[ recovery-image] Jul 02 20:44:11.465 INFO O| Jul 02 20:44:11.465 INFO STEP 65 (assemble_files) COMPLETE
52852026-07-02T20:44:12.140Z[ recovery-image] Jul 02 20:44:11.465 INFO O| Jul 02 20:44:11.465 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52862026-07-02T20:44:12.146Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52872026-07-02T20:44:12.146Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52882026-07-02T20:44:12.149Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52892026-07-02T20:44:12.149Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52902026-07-02T20:44:12.149Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO ok!
52912026-07-02T20:44:12.149Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO STEP 66 (ensure_file) COMPLETE
52922026-07-02T20:44:12.149Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52932026-07-02T20:44:12.149Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO skip step because feature "omicron1" is not enabled
52942026-07-02T20:44:12.149Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52952026-07-02T20:44:12.150Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO skip step because feature "omicron1" is not enabled
52962026-07-02T20:44:12.150Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52972026-07-02T20:44:12.150Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO skip step because feature "omicron1" is not enabled
52982026-07-02T20:44:12.150Z[ recovery-image] Jul 02 20:44:11.471 INFO O| Jul 02 20:44:11.471 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52992026-07-02T20:44:12.158Z[ recovery-image] Jul 02 20:44:11.483 INFO O| Jul 02 20:44:11.483 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53002026-07-02T20:44:12.158Z[ recovery-image] Jul 02 20:44:11.483 INFO O| Jul 02 20:44:11.483 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53012026-07-02T20:44:12.258Z[ host-image] Jul 02 20:44:11.583 INFO O| Jul 02 20:44:11.583 INFO O| Startup: Refreshing catalog 'helios' ... Done
53022026-07-02T20:44:12.382Z[ host-image] Jul 02 20:44:11.706 INFO O| Jul 02 20:44:11.706 INFO O| Startup: Caching catalogs ... Done
53032026-07-02T20:44:12.555Z[ host-image] Jul 02 20:44:11.880 INFO O| Jul 02 20:44:11.880 INFO O| Planning: Solver setup ... Done
53042026-07-02T20:44:12.560Z[ host-image] Jul 02 20:44:11.885 INFO O| Jul 02 20:44:11.885 INFO O| Planning: Running solver ... Done
53052026-07-02T20:44:12.565Z[ host-image] Jul 02 20:44:11.890 INFO O| Jul 02 20:44:11.890 INFO O| Planning: Finding local manifests ... Done
53062026-07-02T20:44:12.578Z[ host-image] Jul 02 20:44:11.903 INFO O| Jul 02 20:44:11.903 INFO O| Planning: Fetching manifests: 0/1 0% complete
53072026-07-02T20:44:12.584Z[ host-image] Jul 02 20:44:11.908 INFO O| Jul 02 20:44:11.908 INFO O| Planning: Fetching manifests: 1/1 100% complete
53082026-07-02T20:44:12.598Z[ host-image] Jul 02 20:44:11.923 INFO O| Jul 02 20:44:11.923 INFO O| Planning: Package planning ... Done
53092026-07-02T20:44:12.601Z[ host-image] Jul 02 20:44:11.923 INFO O| Jul 02 20:44:11.923 INFO O| Planning: Merging actions ... Done
53102026-07-02T20:44:12.679Z[ host-image] Jul 02 20:44:12.004 INFO O| Jul 02 20:44:12.004 INFO O| Planning: Checking for conflicting actions ... Done
53112026-07-02T20:44:12.682Z[ host-image] Jul 02 20:44:12.004 INFO O| Jul 02 20:44:12.004 INFO O| Planning: Consolidating action changes ... Done
53122026-07-02T20:44:12.807Z[ host-image] Jul 02 20:44:12.131 INFO O| Jul 02 20:44:12.131 INFO O| Planning: Evaluating mediators ... Done
53132026-07-02T20:44:12.811Z[ host-image] Jul 02 20:44:12.131 INFO O| Jul 02 20:44:12.131 INFO O| Planning: Planning completed in 0.42 seconds
53142026-07-02T20:44:12.811Z[ host-image] Jul 02 20:44:12.132 INFO O| Jul 02 20:44:12.132 INFO O| Packages to install: 1
53152026-07-02T20:44:12.816Z[ host-image] Jul 02 20:44:12.141 INFO O| Jul 02 20:44:12.141 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
53162026-07-02T20:44:12.915Z[ host-image] Jul 02 20:44:12.240 INFO O| Jul 02 20:44:12.240 INFO O| Download: Completed 13.06 MB in 0.10 seconds (132M/s)
53172026-07-02T20:44:12.932Z[ host-image] Jul 02 20:44:12.257 INFO O| Jul 02 20:44:12.257 INFO O| Actions: 1/22 actions (Installing new actions)
53182026-07-02T20:44:13.171Z[ host-image] Jul 02 20:44:12.496 INFO O| Jul 02 20:44:12.496 INFO O| Actions: Completed 22 actions in 0.24 seconds.
53192026-07-02T20:44:13.182Z[ host-image] Jul 02 20:44:12.507 INFO O| Jul 02 20:44:12.507 INFO O| Finalize: Updating package state database ... Done
53202026-07-02T20:44:13.182Z[ host-image] Jul 02 20:44:12.507 INFO O| Jul 02 20:44:12.507 INFO O| Finalize: Updating package cache ... Done
53212026-07-02T20:44:13.237Z[ host-image] Jul 02 20:44:12.559 INFO O| Jul 02 20:44:12.559 INFO O| Finalize: Updating image state ... Done
53222026-07-02T20:44:13.346Z[ recovery-image] Jul 02 20:44:12.671 INFO O| Jul 02 20:44:12.671 INFO STEP 70 (pack_tar) COMPLETE
53232026-07-02T20:44:13.346Z[ recovery-image] Jul 02 20:44:12.671 INFO O| Jul 02 20:44:12.671 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53242026-07-02T20:44:13.349Z[ recovery-image] Jul 02 20:44:12.671 INFO O| Jul 02 20:44:12.671 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53252026-07-02T20:44:13.813Z[ recovery-image] Jul 02 20:44:13.138 INFO O| Jul 02 20:44:13.138 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53262026-07-02T20:44:13.861Z[ recovery-image] Jul 02 20:44:13.186 INFO O| Jul 02 20:44:13.186 INFO completed processing sled/ramdisk-02-trim
53272026-07-02T20:44:13.865Z[ recovery-image] Jul 02 20:44:13.188 INFO image builder template: ramdisk-03-recovery-trim...
53282026-07-02T20:44:13.865Z[ recovery-image] Jul 02 20:44:13.188 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/.tmpex7cix/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None
53292026-07-02T20:44:13.869Z[ recovery-image] Jul 02 20:44:13.194 INFO O| Jul 02 20:44:13.194 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53302026-07-02T20:44:13.943Z[ recovery-image] Jul 02 20:44:13.268 INFO O| Jul 02 20:44:13.268 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53312026-07-02T20:44:13.948Z[ recovery-image] Jul 02 20:44:13.273 INFO O| Jul 02 20:44:13.273 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53322026-07-02T20:44:13.996Z[ recovery-image] Jul 02 20:44:13.320 INFO O| Jul 02 20:44:13.320 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53332026-07-02T20:44:14.036Z[ recovery-image] Jul 02 20:44:13.361 INFO O| Jul 02 20:44:13.361 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53342026-07-02T20:44:14.036Z[ recovery-image] Jul 02 20:44:13.361 INFO O| Jul 02 20:44:13.361 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53352026-07-02T20:44:14.043Z[ recovery-image] Jul 02 20:44:13.367 INFO O| Jul 02 20:44:13.367 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53362026-07-02T20:44:14.046Z[ recovery-image] Jul 02 20:44:13.370 INFO O| Jul 02 20:44:13.370 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53372026-07-02T20:44:14.049Z[ recovery-image] Jul 02 20:44:13.374 INFO O| Jul 02 20:44:13.374 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53382026-07-02T20:44:14.090Z[ host-image] Jul 02 20:44:13.414 INFO O| Jul 02 20:44:13.414 INFO O| Finalize: Creating fast lookup database ... Done
53392026-07-02T20:44:14.116Z[ host-image] Jul 02 20:44:13.441 INFO O| Jul 02 20:44:13.441 INFO O| Finalize: Reading search index ... Done
53402026-07-02T20:44:14.116Z[ host-image] Jul 02 20:44:13.441 INFO O| Jul 02 20:44:13.441 INFO O| Finalize: Updating search index ... Done
53412026-07-02T20:44:14.126Z[ host-image] Jul 02 20:44:13.451 INFO O| Jul 02 20:44:13.451 INFO O| Finalize: Updating package cache ... Done
53422026-07-02T20:44:14.268Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO STEP 14 (pkg_install) COMPLETE
53432026-07-02T20:44:14.269Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53442026-07-02T20:44:14.269Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO skip step because feature "mfg" is not enabled
53452026-07-02T20:44:14.273Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53462026-07-02T20:44:14.273Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO skip step because feature "compliance" is not enabled
53472026-07-02T20:44:14.273Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53482026-07-02T20:44:14.273Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO skip step because feature "stress" is not enabled
53492026-07-02T20:44:14.273Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53502026-07-02T20:44:14.273Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO skip step because feature "compliance" is not enabled
53512026-07-02T20:44:14.273Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53522026-07-02T20:44:14.274Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO skip step because feature "nfs" is not enabled
53532026-07-02T20:44:14.274Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
53542026-07-02T20:44:14.274Z[ host-image] Jul 02 20:44:13.592 INFO O| Jul 02 20:44:13.592 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
53552026-07-02T20:44:14.303Z[ host-image] Jul 02 20:44:13.627 INFO O| Jul 02 20:44:13.627 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
53562026-07-02T20:44:14.352Z[ recovery-image] Jul 02 20:44:13.677 INFO O| Jul 02 20:44:13.676 INFO rolled back to input snapshot; work may begin
53572026-07-02T20:44:14.352Z[ recovery-image] Jul 02 20:44:13.677 INFO O| Jul 02 20:44:13.676 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53582026-07-02T20:44:14.357Z[ recovery-image] Jul 02 20:44:13.682 INFO O| Jul 02 20:44:13.682 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-07-02T20:44:14.366Z[ recovery-image] Jul 02 20:44:13.691 INFO O| Jul 02 20:44:13.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53602026-07-02T20:44:14.370Z[ recovery-image] Jul 02 20:44:13.693 INFO O| Jul 02 20:44:13.693 INFO STEP 0 (remove_files) COMPLETE
53612026-07-02T20:44:14.370Z[ recovery-image] Jul 02 20:44:13.693 INFO O| Jul 02 20:44:13.693 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-07-02T20:44:14.377Z[ recovery-image] Jul 02 20:44:13.702 INFO O| Jul 02 20:44:13.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53632026-07-02T20:44:14.378Z[ recovery-image] Jul 02 20:44:13.702 INFO O| Jul 02 20:44:13.702 INFO STEP 1 (remove_files) COMPLETE
53642026-07-02T20:44:14.378Z[ recovery-image] Jul 02 20:44:13.702 INFO O| Jul 02 20:44:13.702 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-07-02T20:44:14.385Z[ recovery-image] Jul 02 20:44:13.710 INFO O| Jul 02 20:44:13.710 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53662026-07-02T20:44:14.388Z[ recovery-image] Jul 02 20:44:13.713 INFO O| Jul 02 20:44:13.713 INFO STEP 2 (remove_files) COMPLETE
53672026-07-02T20:44:14.389Z[ recovery-image] Jul 02 20:44:13.713 INFO O| Jul 02 20:44:13.713 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-07-02T20:44:14.392Z[ host-image] Jul 02 20:44:13.716 INFO O| Jul 02 20:44:13.716 INFO completed processing sled/ramdisk-01-os
53692026-07-02T20:44:14.396Z[ host-image] Jul 02 20:44:13.718 INFO omicron1 baseline generation...
53702026-07-02T20:44:14.396Z[ host-image] Jul 02 20:44:13.718 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
53712026-07-02T20:44:14.399Z[ recovery-image] Jul 02 20:44:13.722 INFO O| Jul 02 20:44:13.722 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53722026-07-02T20:44:14.444Z[ recovery-image] Jul 02 20:44:13.768 INFO O| Jul 02 20:44:13.768 INFO STEP 3 (remove_files) COMPLETE
53732026-07-02T20:44:14.444Z[ recovery-image] Jul 02 20:44:13.768 INFO O| Jul 02 20:44:13.768 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-02T20:44:14.452Z[ recovery-image] Jul 02 20:44:13.777 INFO O| Jul 02 20:44:13.777 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53752026-07-02T20:44:14.455Z[ recovery-image] Jul 02 20:44:13.779 INFO O| Jul 02 20:44:13.779 INFO STEP 4 (remove_files) COMPLETE
53762026-07-02T20:44:14.456Z[ recovery-image] Jul 02 20:44:13.779 INFO O| Jul 02 20:44:13.779 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-02T20:44:14.464Z[ recovery-image] Jul 02 20:44:13.789 INFO O| Jul 02 20:44:13.789 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53782026-07-02T20:44:14.494Z[ recovery-image] Jul 02 20:44:13.819 INFO O| Jul 02 20:44:13.819 INFO STEP 5 (remove_files) COMPLETE
53792026-07-02T20:44:14.494Z[ recovery-image] Jul 02 20:44:13.819 INFO O| Jul 02 20:44:13.819 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-02T20:44:14.504Z[ recovery-image] Jul 02 20:44:13.829 INFO O| Jul 02 20:44:13.829 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53812026-07-02T20:44:14.524Z[ recovery-image] Jul 02 20:44:13.849 INFO O| Jul 02 20:44:13.849 INFO STEP 6 (remove_files) COMPLETE
53822026-07-02T20:44:14.524Z[ recovery-image] Jul 02 20:44:13.849 INFO O| Jul 02 20:44:13.849 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-02T20:44:14.533Z[ recovery-image] Jul 02 20:44:13.858 INFO O| Jul 02 20:44:13.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53842026-07-02T20:44:14.537Z[ recovery-image] Jul 02 20:44:13.860 INFO O| Jul 02 20:44:13.860 INFO STEP 7 (remove_files) COMPLETE
53852026-07-02T20:44:14.537Z[ recovery-image] Jul 02 20:44:13.860 INFO O| Jul 02 20:44:13.860 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.868 INFO O| Jul 02 20:44:13.868 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53872026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.870 INFO O| Jul 02 20:44:13.870 INFO STEP 8 (remove_files) COMPLETE
53882026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.870 INFO O| Jul 02 20:44:13.870 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.878 INFO O| Jul 02 20:44:13.878 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53902026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.881 INFO O| Jul 02 20:44:13.881 INFO STEP 9 (remove_files) COMPLETE
53912026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.881 INFO O| Jul 02 20:44:13.881 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.889 INFO O| Jul 02 20:44:13.889 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53932026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.890 INFO O| Jul 02 20:44:13.890 INFO STEP 10 (remove_files) COMPLETE
53942026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.890 INFO O| Jul 02 20:44:13.890 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-02T20:44:14.591Z[ recovery-image] Jul 02 20:44:13.897 INFO O| Jul 02 20:44:13.897 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53962026-07-02T20:44:14.592Z[ recovery-image] Jul 02 20:44:13.898 INFO O| Jul 02 20:44:13.898 INFO STEP 11 (remove_files) COMPLETE
53972026-07-02T20:44:14.592Z[ recovery-image] Jul 02 20:44:13.898 INFO O| Jul 02 20:44:13.898 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-02T20:44:14.592Z[ recovery-image] Jul 02 20:44:13.905 INFO O| Jul 02 20:44:13.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53992026-07-02T20:44:14.635Z[ recovery-image] Jul 02 20:44:13.959 INFO O| Jul 02 20:44:13.959 INFO STEP 12 (remove_files) COMPLETE
54002026-07-02T20:44:14.637Z[ recovery-image] Jul 02 20:44:13.959 INFO O| Jul 02 20:44:13.959 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-02T20:44:14.643Z[ recovery-image] Jul 02 20:44:13.967 INFO O| Jul 02 20:44:13.967 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
54022026-07-02T20:44:14.646Z[ recovery-image] Jul 02 20:44:13.970 INFO O| Jul 02 20:44:13.970 INFO STEP 13 (remove_files) COMPLETE
54032026-07-02T20:44:14.646Z[ recovery-image] Jul 02 20:44:13.970 INFO O| Jul 02 20:44:13.970 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-02T20:44:14.652Z[ recovery-image] Jul 02 20:44:13.977 INFO O| Jul 02 20:44:13.977 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
54052026-07-02T20:44:14.655Z[ recovery-image] Jul 02 20:44:13.979 INFO O| Jul 02 20:44:13.979 INFO STEP 14 (remove_files) COMPLETE
54062026-07-02T20:44:14.655Z[ recovery-image] Jul 02 20:44:13.979 INFO O| Jul 02 20:44:13.979 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-02T20:44:14.660Z[ recovery-image] Jul 02 20:44:13.985 INFO O| Jul 02 20:44:13.985 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54082026-07-02T20:44:14.663Z[ recovery-image] Jul 02 20:44:13.985 INFO O| Jul 02 20:44:13.985 INFO STEP 15 (remove_files) COMPLETE
54092026-07-02T20:44:14.663Z[ recovery-image] Jul 02 20:44:13.985 INFO O| Jul 02 20:44:13.985 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-02T20:44:14.667Z[ recovery-image] Jul 02 20:44:13.992 INFO O| Jul 02 20:44:13.992 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54112026-07-02T20:44:14.670Z[ recovery-image] Jul 02 20:44:13.993 INFO O| Jul 02 20:44:13.993 INFO STEP 16 (remove_files) COMPLETE
54122026-07-02T20:44:14.670Z[ recovery-image] Jul 02 20:44:13.993 INFO O| Jul 02 20:44:13.993 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-02T20:44:14.675Z[ recovery-image] Jul 02 20:44:14.000 INFO O| Jul 02 20:44:14.000 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54142026-07-02T20:44:14.685Z[ recovery-image] Jul 02 20:44:14.010 INFO O| Jul 02 20:44:14.010 INFO STEP 17 (remove_files) COMPLETE
54152026-07-02T20:44:14.688Z[ recovery-image] Jul 02 20:44:14.010 INFO O| Jul 02 20:44:14.010 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-02T20:44:14.692Z[ recovery-image] Jul 02 20:44:14.017 INFO O| Jul 02 20:44:14.017 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54172026-07-02T20:44:14.695Z[ recovery-image] Jul 02 20:44:14.017 INFO O| Jul 02 20:44:14.017 INFO STEP 18 (remove_files) COMPLETE
54182026-07-02T20:44:14.695Z[ recovery-image] Jul 02 20:44:14.017 INFO O| Jul 02 20:44:14.017 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-02T20:44:14.698Z[ recovery-image] Jul 02 20:44:14.023 INFO O| Jul 02 20:44:14.023 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54202026-07-02T20:44:14.698Z[ recovery-image] Jul 02 20:44:14.023 INFO O| Jul 02 20:44:14.023 INFO STEP 19 (remove_files) COMPLETE
54212026-07-02T20:44:14.698Z[ recovery-image] Jul 02 20:44:14.023 INFO O| Jul 02 20:44:14.023 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-02T20:44:14.705Z[ recovery-image] Jul 02 20:44:14.030 INFO O| Jul 02 20:44:14.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54232026-07-02T20:44:14.717Z[ host-image] Jul 02 20:44:14.042 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
54242026-07-02T20:44:14.739Z[ recovery-image] Jul 02 20:44:14.063 INFO O| Jul 02 20:44:14.063 INFO STEP 20 (remove_files) COMPLETE
54252026-07-02T20:44:14.739Z[ recovery-image] Jul 02 20:44:14.063 INFO O| Jul 02 20:44:14.063 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-07-02T20:44:14.746Z[ recovery-image] Jul 02 20:44:14.071 INFO O| Jul 02 20:44:14.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54272026-07-02T20:44:14.750Z[ recovery-image] Jul 02 20:44:14.073 INFO O| Jul 02 20:44:14.073 INFO STEP 21 (remove_files) COMPLETE
54282026-07-02T20:44:14.750Z[ recovery-image] Jul 02 20:44:14.073 INFO O| Jul 02 20:44:14.073 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-07-02T20:44:14.755Z[ recovery-image] Jul 02 20:44:14.080 INFO O| Jul 02 20:44:14.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54302026-07-02T20:44:14.755Z[ recovery-image] Jul 02 20:44:14.080 INFO O| Jul 02 20:44:14.080 INFO STEP 22 (remove_files) COMPLETE
54312026-07-02T20:44:14.757Z[ recovery-image] Jul 02 20:44:14.080 INFO O| Jul 02 20:44:14.080 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-07-02T20:44:14.762Z[ recovery-image] Jul 02 20:44:14.087 INFO O| Jul 02 20:44:14.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54332026-07-02T20:44:14.765Z[ recovery-image] Jul 02 20:44:14.088 INFO O| Jul 02 20:44:14.088 INFO STEP 23 (remove_files) COMPLETE
54342026-07-02T20:44:14.765Z[ recovery-image] Jul 02 20:44:14.088 INFO O| Jul 02 20:44:14.088 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-07-02T20:44:14.769Z[ recovery-image] Jul 02 20:44:14.094 INFO O| Jul 02 20:44:14.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54362026-07-02T20:44:14.769Z[ recovery-image] Jul 02 20:44:14.094 INFO O| Jul 02 20:44:14.094 INFO STEP 24 (remove_files) COMPLETE
54372026-07-02T20:44:14.772Z[ recovery-image] Jul 02 20:44:14.094 INFO O| Jul 02 20:44:14.094 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-07-02T20:44:14.775Z[ recovery-image] Jul 02 20:44:14.099 INFO O| Jul 02 20:44:14.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54392026-07-02T20:44:14.775Z[ recovery-image] Jul 02 20:44:14.100 INFO O| Jul 02 20:44:14.100 INFO STEP 25 (remove_files) COMPLETE
54402026-07-02T20:44:14.778Z[ recovery-image] Jul 02 20:44:14.100 INFO O| Jul 02 20:44:14.100 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-07-02T20:44:14.781Z[ recovery-image] Jul 02 20:44:14.106 INFO O| Jul 02 20:44:14.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54422026-07-02T20:44:14.781Z[ recovery-image] Jul 02 20:44:14.106 INFO O| Jul 02 20:44:14.106 INFO STEP 26 (remove_files) COMPLETE
54432026-07-02T20:44:14.781Z[ recovery-image] Jul 02 20:44:14.106 INFO O| Jul 02 20:44:14.106 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-07-02T20:44:14.788Z[ recovery-image] Jul 02 20:44:14.113 INFO O| Jul 02 20:44:14.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54452026-07-02T20:44:14.791Z[ recovery-image] Jul 02 20:44:14.113 INFO O| Jul 02 20:44:14.113 INFO STEP 27 (remove_files) COMPLETE
54462026-07-02T20:44:14.791Z[ recovery-image] Jul 02 20:44:14.113 INFO O| Jul 02 20:44:14.113 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-07-02T20:44:14.796Z[ recovery-image] Jul 02 20:44:14.119 INFO O| Jul 02 20:44:14.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54482026-07-02T20:44:14.796Z[ recovery-image] Jul 02 20:44:14.120 INFO O| Jul 02 20:44:14.120 INFO STEP 28 (remove_files) COMPLETE
54492026-07-02T20:44:14.796Z[ recovery-image] Jul 02 20:44:14.120 INFO O| Jul 02 20:44:14.120 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-07-02T20:44:14.803Z[ recovery-image] Jul 02 20:44:14.128 INFO O| Jul 02 20:44:14.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54512026-07-02T20:44:14.803Z[ recovery-image] Jul 02 20:44:14.128 INFO O| Jul 02 20:44:14.128 INFO STEP 29 (remove_files) COMPLETE
54522026-07-02T20:44:14.811Z[ recovery-image] Jul 02 20:44:14.128 INFO O| Jul 02 20:44:14.128 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-07-02T20:44:14.815Z[ recovery-image] Jul 02 20:44:14.135 INFO O| Jul 02 20:44:14.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54542026-07-02T20:44:14.815Z[ recovery-image] Jul 02 20:44:14.135 INFO O| Jul 02 20:44:14.135 INFO STEP 30 (remove_files) COMPLETE
54552026-07-02T20:44:14.815Z[ recovery-image] Jul 02 20:44:14.135 INFO O| Jul 02 20:44:14.135 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-07-02T20:44:14.819Z[ recovery-image] Jul 02 20:44:14.142 INFO O| Jul 02 20:44:14.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54572026-07-02T20:44:14.819Z[ recovery-image] Jul 02 20:44:14.142 INFO O| Jul 02 20:44:14.142 INFO STEP 31 (remove_files) COMPLETE
54582026-07-02T20:44:14.819Z[ recovery-image] Jul 02 20:44:14.142 INFO O| Jul 02 20:44:14.142 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-07-02T20:44:14.824Z[ recovery-image] Jul 02 20:44:14.148 INFO O| Jul 02 20:44:14.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54602026-07-02T20:44:14.827Z[ recovery-image] Jul 02 20:44:14.149 INFO O| Jul 02 20:44:14.149 INFO STEP 32 (remove_files) COMPLETE
54612026-07-02T20:44:14.827Z[ recovery-image] Jul 02 20:44:14.149 INFO O| Jul 02 20:44:14.149 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-07-02T20:44:14.831Z[ recovery-image] Jul 02 20:44:14.156 INFO O| Jul 02 20:44:14.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54632026-07-02T20:44:14.831Z[ recovery-image] Jul 02 20:44:14.156 INFO O| Jul 02 20:44:14.156 INFO STEP 33 (remove_files) COMPLETE
54642026-07-02T20:44:14.831Z[ recovery-image] Jul 02 20:44:14.156 INFO O| Jul 02 20:44:14.156 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-07-02T20:44:14.838Z[ recovery-image] Jul 02 20:44:14.163 INFO O| Jul 02 20:44:14.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54662026-07-02T20:44:14.841Z[ recovery-image] Jul 02 20:44:14.163 INFO O| Jul 02 20:44:14.163 INFO STEP 34 (remove_files) COMPLETE
54672026-07-02T20:44:14.841Z[ recovery-image] Jul 02 20:44:14.163 INFO O| Jul 02 20:44:14.163 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-07-02T20:44:14.846Z[ recovery-image] Jul 02 20:44:14.171 INFO O| Jul 02 20:44:14.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54692026-07-02T20:44:14.846Z[ recovery-image] Jul 02 20:44:14.171 INFO O| Jul 02 20:44:14.171 INFO STEP 35 (remove_files) COMPLETE
54702026-07-02T20:44:14.846Z[ recovery-image] Jul 02 20:44:14.171 INFO O| Jul 02 20:44:14.171 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-07-02T20:44:14.853Z[ recovery-image] Jul 02 20:44:14.178 INFO O| Jul 02 20:44:14.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54722026-07-02T20:44:14.853Z[ recovery-image] Jul 02 20:44:14.178 INFO O| Jul 02 20:44:14.178 INFO STEP 36 (remove_files) COMPLETE
54732026-07-02T20:44:14.853Z[ recovery-image] Jul 02 20:44:14.178 INFO O| Jul 02 20:44:14.178 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-07-02T20:44:14.860Z[ recovery-image] Jul 02 20:44:14.184 INFO O| Jul 02 20:44:14.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54752026-07-02T20:44:14.860Z[ recovery-image] Jul 02 20:44:14.184 INFO O| Jul 02 20:44:14.184 INFO STEP 37 (remove_files) COMPLETE
54762026-07-02T20:44:14.863Z[ recovery-image] Jul 02 20:44:14.184 INFO O| Jul 02 20:44:14.184 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-07-02T20:44:14.866Z[ recovery-image] Jul 02 20:44:14.191 INFO O| Jul 02 20:44:14.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54782026-07-02T20:44:14.867Z[ recovery-image] Jul 02 20:44:14.191 INFO O| Jul 02 20:44:14.191 INFO STEP 38 (remove_files) COMPLETE
54792026-07-02T20:44:14.867Z[ recovery-image] Jul 02 20:44:14.191 INFO O| Jul 02 20:44:14.191 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-07-02T20:44:14.875Z[ recovery-image] Jul 02 20:44:14.200 INFO O| Jul 02 20:44:14.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54812026-07-02T20:44:14.875Z[ recovery-image] Jul 02 20:44:14.200 INFO O| Jul 02 20:44:14.200 INFO STEP 39 (remove_files) COMPLETE
54822026-07-02T20:44:14.878Z[ recovery-image] Jul 02 20:44:14.200 INFO O| Jul 02 20:44:14.200 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-07-02T20:44:14.882Z[ recovery-image] Jul 02 20:44:14.207 INFO O| Jul 02 20:44:14.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54842026-07-02T20:44:14.882Z[ recovery-image] Jul 02 20:44:14.207 INFO O| Jul 02 20:44:14.207 INFO STEP 40 (remove_files) COMPLETE
54852026-07-02T20:44:14.882Z[ recovery-image] Jul 02 20:44:14.207 INFO O| Jul 02 20:44:14.207 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-07-02T20:44:14.888Z[ recovery-image] Jul 02 20:44:14.213 INFO O| Jul 02 20:44:14.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54872026-07-02T20:44:14.889Z[ recovery-image] Jul 02 20:44:14.213 INFO O| Jul 02 20:44:14.213 INFO STEP 41 (remove_files) COMPLETE
54882026-07-02T20:44:14.892Z[ recovery-image] Jul 02 20:44:14.213 INFO O| Jul 02 20:44:14.213 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-07-02T20:44:14.896Z[ recovery-image] Jul 02 20:44:14.220 INFO O| Jul 02 20:44:14.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54902026-07-02T20:44:14.896Z[ recovery-image] Jul 02 20:44:14.221 INFO O| Jul 02 20:44:14.221 INFO STEP 42 (remove_files) COMPLETE
54912026-07-02T20:44:14.896Z[ recovery-image] Jul 02 20:44:14.221 INFO O| Jul 02 20:44:14.221 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-07-02T20:44:14.903Z[ recovery-image] Jul 02 20:44:14.227 INFO O| Jul 02 20:44:14.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54932026-07-02T20:44:14.903Z[ recovery-image] Jul 02 20:44:14.227 INFO O| Jul 02 20:44:14.227 INFO STEP 43 (remove_files) COMPLETE
54942026-07-02T20:44:14.906Z[ recovery-image] Jul 02 20:44:14.227 INFO O| Jul 02 20:44:14.227 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-07-02T20:44:14.910Z[ recovery-image] Jul 02 20:44:14.235 INFO O| Jul 02 20:44:14.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54962026-07-02T20:44:14.913Z[ recovery-image] Jul 02 20:44:14.236 INFO O| Jul 02 20:44:14.236 INFO STEP 44 (remove_files) COMPLETE
54972026-07-02T20:44:14.913Z[ recovery-image] Jul 02 20:44:14.236 INFO O| Jul 02 20:44:14.236 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-07-02T20:44:14.919Z[ recovery-image] Jul 02 20:44:14.244 INFO O| Jul 02 20:44:14.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54992026-07-02T20:44:14.919Z[ recovery-image] Jul 02 20:44:14.244 INFO O| Jul 02 20:44:14.244 INFO STEP 45 (remove_files) COMPLETE
55002026-07-02T20:44:14.923Z[ recovery-image] Jul 02 20:44:14.244 INFO O| Jul 02 20:44:14.244 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-07-02T20:44:14.927Z[ recovery-image] Jul 02 20:44:14.252 INFO O| Jul 02 20:44:14.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
55022026-07-02T20:44:14.930Z[ recovery-image] Jul 02 20:44:14.252 INFO O| Jul 02 20:44:14.252 INFO STEP 46 (remove_files) COMPLETE
55032026-07-02T20:44:14.930Z[ recovery-image] Jul 02 20:44:14.252 INFO O| Jul 02 20:44:14.252 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-07-02T20:44:14.934Z[ recovery-image] Jul 02 20:44:14.259 INFO O| Jul 02 20:44:14.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
55052026-07-02T20:44:14.937Z[ recovery-image] Jul 02 20:44:14.259 INFO O| Jul 02 20:44:14.259 INFO STEP 47 (remove_files) COMPLETE
55062026-07-02T20:44:14.937Z[ recovery-image] Jul 02 20:44:14.259 INFO O| Jul 02 20:44:14.259 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-07-02T20:44:14.942Z[ recovery-image] Jul 02 20:44:14.267 INFO O| Jul 02 20:44:14.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55082026-07-02T20:44:14.945Z[ recovery-image] Jul 02 20:44:14.267 INFO O| Jul 02 20:44:14.267 INFO STEP 48 (remove_files) COMPLETE
55092026-07-02T20:44:14.945Z[ recovery-image] Jul 02 20:44:14.267 INFO O| Jul 02 20:44:14.267 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-07-02T20:44:14.949Z[ recovery-image] Jul 02 20:44:14.274 INFO O| Jul 02 20:44:14.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55112026-07-02T20:44:14.949Z[ recovery-image] Jul 02 20:44:14.274 INFO O| Jul 02 20:44:14.274 INFO STEP 49 (remove_files) COMPLETE
55122026-07-02T20:44:14.952Z[ recovery-image] Jul 02 20:44:14.274 INFO O| Jul 02 20:44:14.274 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-07-02T20:44:14.956Z[ recovery-image] Jul 02 20:44:14.281 INFO O| Jul 02 20:44:14.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55142026-07-02T20:44:14.956Z[ recovery-image] Jul 02 20:44:14.281 INFO O| Jul 02 20:44:14.281 INFO STEP 50 (remove_files) COMPLETE
55152026-07-02T20:44:14.956Z[ recovery-image] Jul 02 20:44:14.281 INFO O| Jul 02 20:44:14.281 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-07-02T20:44:14.965Z[ recovery-image] Jul 02 20:44:14.290 INFO O| Jul 02 20:44:14.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55172026-07-02T20:44:14.965Z[ recovery-image] Jul 02 20:44:14.290 INFO O| Jul 02 20:44:14.290 INFO STEP 51 (remove_files) COMPLETE
55182026-07-02T20:44:14.965Z[ recovery-image] Jul 02 20:44:14.290 INFO O| Jul 02 20:44:14.290 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-07-02T20:44:14.972Z[ recovery-image] Jul 02 20:44:14.297 INFO O| Jul 02 20:44:14.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55202026-07-02T20:44:14.975Z[ recovery-image] Jul 02 20:44:14.297 INFO O| Jul 02 20:44:14.297 INFO STEP 52 (remove_files) COMPLETE
55212026-07-02T20:44:14.975Z[ recovery-image] Jul 02 20:44:14.297 INFO O| Jul 02 20:44:14.297 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-07-02T20:44:14.979Z[ recovery-image] Jul 02 20:44:14.303 INFO O| Jul 02 20:44:14.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55232026-07-02T20:44:14.979Z[ recovery-image] Jul 02 20:44:14.303 INFO O| Jul 02 20:44:14.303 INFO STEP 53 (remove_files) COMPLETE
55242026-07-02T20:44:14.979Z[ recovery-image] Jul 02 20:44:14.303 INFO O| Jul 02 20:44:14.303 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-07-02T20:44:14.985Z[ recovery-image] Jul 02 20:44:14.310 INFO O| Jul 02 20:44:14.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55262026-07-02T20:44:14.985Z[ recovery-image] Jul 02 20:44:14.310 INFO O| Jul 02 20:44:14.310 INFO STEP 54 (remove_files) COMPLETE
55272026-07-02T20:44:14.988Z[ recovery-image] Jul 02 20:44:14.310 INFO O| Jul 02 20:44:14.310 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-07-02T20:44:14.992Z[ recovery-image] Jul 02 20:44:14.317 INFO O| Jul 02 20:44:14.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55292026-07-02T20:44:14.995Z[ recovery-image] Jul 02 20:44:14.317 INFO O| Jul 02 20:44:14.317 INFO STEP 55 (remove_files) COMPLETE
55302026-07-02T20:44:14.995Z[ recovery-image] Jul 02 20:44:14.317 INFO O| Jul 02 20:44:14.317 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-07-02T20:44:14.999Z[ recovery-image] Jul 02 20:44:14.324 INFO O| Jul 02 20:44:14.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55322026-07-02T20:44:14.999Z[ recovery-image] Jul 02 20:44:14.324 INFO O| Jul 02 20:44:14.324 INFO STEP 56 (remove_files) COMPLETE
55332026-07-02T20:44:15.002Z[ recovery-image] Jul 02 20:44:14.324 INFO O| Jul 02 20:44:14.324 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-07-02T20:44:15.005Z[ recovery-image] Jul 02 20:44:14.330 INFO O| Jul 02 20:44:14.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55352026-07-02T20:44:15.006Z[ recovery-image] Jul 02 20:44:14.330 INFO O| Jul 02 20:44:14.330 INFO STEP 57 (remove_files) COMPLETE
55362026-07-02T20:44:15.006Z[ recovery-image] Jul 02 20:44:14.330 INFO O| Jul 02 20:44:14.330 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-07-02T20:44:15.014Z[ recovery-image] Jul 02 20:44:14.339 INFO O| Jul 02 20:44:14.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55382026-07-02T20:44:15.018Z[ recovery-image] Jul 02 20:44:14.339 INFO O| Jul 02 20:44:14.339 INFO STEP 58 (remove_files) COMPLETE
55392026-07-02T20:44:15.018Z[ recovery-image] Jul 02 20:44:14.339 INFO O| Jul 02 20:44:14.339 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-07-02T20:44:15.021Z[ recovery-image] Jul 02 20:44:14.346 INFO O| Jul 02 20:44:14.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55412026-07-02T20:44:15.025Z[ recovery-image] Jul 02 20:44:14.346 INFO O| Jul 02 20:44:14.346 INFO STEP 59 (remove_files) COMPLETE
55422026-07-02T20:44:15.025Z[ recovery-image] Jul 02 20:44:14.346 INFO O| Jul 02 20:44:14.346 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-07-02T20:44:15.028Z[ recovery-image] Jul 02 20:44:14.353 INFO O| Jul 02 20:44:14.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55442026-07-02T20:44:15.028Z[ recovery-image] Jul 02 20:44:14.353 INFO O| Jul 02 20:44:14.353 INFO STEP 60 (remove_files) COMPLETE
55452026-07-02T20:44:15.032Z[ recovery-image] Jul 02 20:44:14.353 INFO O| Jul 02 20:44:14.353 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-07-02T20:44:15.036Z[ recovery-image] Jul 02 20:44:14.361 INFO O| Jul 02 20:44:14.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55472026-07-02T20:44:15.036Z[ recovery-image] Jul 02 20:44:14.361 INFO O| Jul 02 20:44:14.361 INFO STEP 61 (remove_files) COMPLETE
55482026-07-02T20:44:15.039Z[ recovery-image] Jul 02 20:44:14.361 INFO O| Jul 02 20:44:14.361 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-07-02T20:44:15.044Z[ recovery-image] Jul 02 20:44:14.368 INFO O| Jul 02 20:44:14.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55502026-07-02T20:44:15.044Z[ recovery-image] Jul 02 20:44:14.369 INFO O| Jul 02 20:44:14.369 INFO STEP 62 (remove_files) COMPLETE
55512026-07-02T20:44:15.045Z[ recovery-image] Jul 02 20:44:14.369 INFO O| Jul 02 20:44:14.369 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-07-02T20:44:15.051Z[ recovery-image] Jul 02 20:44:14.376 INFO O| Jul 02 20:44:14.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55532026-07-02T20:44:15.051Z[ recovery-image] Jul 02 20:44:14.376 INFO O| Jul 02 20:44:14.376 INFO STEP 63 (remove_files) COMPLETE
55542026-07-02T20:44:15.051Z[ recovery-image] Jul 02 20:44:14.376 INFO O| Jul 02 20:44:14.376 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-02T20:44:15.058Z[ recovery-image] Jul 02 20:44:14.383 INFO O| Jul 02 20:44:14.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55562026-07-02T20:44:15.058Z[ recovery-image] Jul 02 20:44:14.383 INFO O| Jul 02 20:44:14.383 INFO STEP 64 (remove_files) COMPLETE
55572026-07-02T20:44:15.059Z[ recovery-image] Jul 02 20:44:14.383 INFO O| Jul 02 20:44:14.383 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-02T20:44:15.066Z[ recovery-image] Jul 02 20:44:14.390 INFO O| Jul 02 20:44:14.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55592026-07-02T20:44:15.066Z[ recovery-image] Jul 02 20:44:14.390 INFO O| Jul 02 20:44:14.390 INFO STEP 65 (remove_files) COMPLETE
55602026-07-02T20:44:15.066Z[ recovery-image] Jul 02 20:44:14.390 INFO O| Jul 02 20:44:14.390 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-07-02T20:44:15.074Z[ recovery-image] Jul 02 20:44:14.399 INFO O| Jul 02 20:44:14.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55622026-07-02T20:44:15.074Z[ recovery-image] Jul 02 20:44:14.399 INFO O| Jul 02 20:44:14.399 INFO STEP 66 (remove_files) COMPLETE
55632026-07-02T20:44:15.077Z[ recovery-image] Jul 02 20:44:14.399 INFO O| Jul 02 20:44:14.399 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-07-02T20:44:15.080Z[ recovery-image] Jul 02 20:44:14.405 INFO O| Jul 02 20:44:14.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55652026-07-02T20:44:15.081Z[ recovery-image] Jul 02 20:44:14.405 INFO O| Jul 02 20:44:14.405 INFO STEP 67 (remove_files) COMPLETE
55662026-07-02T20:44:15.081Z[ recovery-image] Jul 02 20:44:14.405 INFO O| Jul 02 20:44:14.405 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-07-02T20:44:15.086Z[ recovery-image] Jul 02 20:44:14.411 INFO O| Jul 02 20:44:14.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55682026-07-02T20:44:15.086Z[ recovery-image] Jul 02 20:44:14.411 INFO O| Jul 02 20:44:14.411 INFO STEP 68 (remove_files) COMPLETE
55692026-07-02T20:44:15.086Z[ recovery-image] Jul 02 20:44:14.411 INFO O| Jul 02 20:44:14.411 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-07-02T20:44:15.092Z[ recovery-image] Jul 02 20:44:14.417 INFO O| Jul 02 20:44:14.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55712026-07-02T20:44:15.092Z[ recovery-image] Jul 02 20:44:14.417 INFO O| Jul 02 20:44:14.417 INFO STEP 69 (remove_files) COMPLETE
55722026-07-02T20:44:15.092Z[ recovery-image] Jul 02 20:44:14.417 INFO O| Jul 02 20:44:14.417 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-07-02T20:44:15.098Z[ recovery-image] Jul 02 20:44:14.423 INFO O| Jul 02 20:44:14.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55742026-07-02T20:44:15.101Z[ recovery-image] Jul 02 20:44:14.423 INFO O| Jul 02 20:44:14.423 INFO STEP 70 (remove_files) COMPLETE
55752026-07-02T20:44:15.101Z[ recovery-image] Jul 02 20:44:14.423 INFO O| Jul 02 20:44:14.423 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-07-02T20:44:15.105Z[ recovery-image] Jul 02 20:44:14.429 INFO O| Jul 02 20:44:14.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55772026-07-02T20:44:15.105Z[ recovery-image] Jul 02 20:44:14.429 INFO O| Jul 02 20:44:14.429 INFO STEP 71 (remove_files) COMPLETE
55782026-07-02T20:44:15.105Z[ recovery-image] Jul 02 20:44:14.429 INFO O| Jul 02 20:44:14.429 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-07-02T20:44:15.113Z[ recovery-image] Jul 02 20:44:14.438 INFO O| Jul 02 20:44:14.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55802026-07-02T20:44:15.117Z[ recovery-image] Jul 02 20:44:14.439 INFO O| Jul 02 20:44:14.439 INFO STEP 72 (remove_files) COMPLETE
55812026-07-02T20:44:15.117Z[ recovery-image] Jul 02 20:44:14.439 INFO O| Jul 02 20:44:14.439 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-07-02T20:44:15.121Z[ recovery-image] Jul 02 20:44:14.446 INFO O| Jul 02 20:44:14.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55832026-07-02T20:44:15.121Z[ recovery-image] Jul 02 20:44:14.446 INFO O| Jul 02 20:44:14.446 INFO STEP 73 (remove_files) COMPLETE
55842026-07-02T20:44:15.124Z[ recovery-image] Jul 02 20:44:14.446 INFO O| Jul 02 20:44:14.446 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-07-02T20:44:15.128Z[ recovery-image] Jul 02 20:44:14.453 INFO O| Jul 02 20:44:14.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55862026-07-02T20:44:15.131Z[ recovery-image] Jul 02 20:44:14.453 INFO O| Jul 02 20:44:14.453 INFO STEP 74 (remove_files) COMPLETE
55872026-07-02T20:44:15.131Z[ recovery-image] Jul 02 20:44:14.453 INFO O| Jul 02 20:44:14.453 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-07-02T20:44:15.134Z[ recovery-image] Jul 02 20:44:14.459 INFO O| Jul 02 20:44:14.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55892026-07-02T20:44:15.135Z[ recovery-image] Jul 02 20:44:14.460 INFO O| Jul 02 20:44:14.460 INFO STEP 75 (remove_files) COMPLETE
55902026-07-02T20:44:15.138Z[ recovery-image] Jul 02 20:44:14.460 INFO O| Jul 02 20:44:14.460 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-07-02T20:44:15.141Z[ recovery-image] Jul 02 20:44:14.466 INFO O| Jul 02 20:44:14.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55922026-07-02T20:44:15.141Z[ recovery-image] Jul 02 20:44:14.466 INFO O| Jul 02 20:44:14.466 INFO STEP 76 (remove_files) COMPLETE
55932026-07-02T20:44:15.144Z[ recovery-image] Jul 02 20:44:14.466 INFO O| Jul 02 20:44:14.466 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-07-02T20:44:15.149Z[ recovery-image] Jul 02 20:44:14.474 INFO O| Jul 02 20:44:14.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55952026-07-02T20:44:15.150Z[ recovery-image] Jul 02 20:44:14.474 INFO O| Jul 02 20:44:14.474 INFO STEP 77 (remove_files) COMPLETE
55962026-07-02T20:44:15.154Z[ recovery-image] Jul 02 20:44:14.474 INFO O| Jul 02 20:44:14.474 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-07-02T20:44:15.157Z[ recovery-image] Jul 02 20:44:14.480 INFO O| Jul 02 20:44:14.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55982026-07-02T20:44:15.157Z[ recovery-image] Jul 02 20:44:14.480 INFO O| Jul 02 20:44:14.480 INFO STEP 78 (remove_files) COMPLETE
55992026-07-02T20:44:15.158Z[ recovery-image] Jul 02 20:44:14.480 INFO O| Jul 02 20:44:14.480 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-07-02T20:44:15.164Z[ recovery-image] Jul 02 20:44:14.489 INFO O| Jul 02 20:44:14.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
56012026-07-02T20:44:15.167Z[ recovery-image] Jul 02 20:44:14.489 INFO O| Jul 02 20:44:14.489 INFO STEP 79 (remove_files) COMPLETE
56022026-07-02T20:44:15.167Z[ recovery-image] Jul 02 20:44:14.489 INFO O| Jul 02 20:44:14.489 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-07-02T20:44:15.171Z[ recovery-image] Jul 02 20:44:14.496 INFO O| Jul 02 20:44:14.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
56042026-07-02T20:44:15.171Z[ recovery-image] Jul 02 20:44:14.496 INFO O| Jul 02 20:44:14.496 INFO STEP 80 (remove_files) COMPLETE
56052026-07-02T20:44:15.174Z[ recovery-image] Jul 02 20:44:14.496 INFO O| Jul 02 20:44:14.496 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-07-02T20:44:15.179Z[ recovery-image] Jul 02 20:44:14.504 INFO O| Jul 02 20:44:14.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
56072026-07-02T20:44:15.179Z[ recovery-image] Jul 02 20:44:14.504 INFO O| Jul 02 20:44:14.504 INFO STEP 81 (remove_files) COMPLETE
56082026-07-02T20:44:15.180Z[ recovery-image] Jul 02 20:44:14.504 INFO O| Jul 02 20:44:14.504 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-07-02T20:44:15.186Z[ recovery-image] Jul 02 20:44:14.511 INFO O| Jul 02 20:44:14.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56102026-07-02T20:44:15.190Z[ recovery-image] Jul 02 20:44:14.511 INFO O| Jul 02 20:44:14.511 INFO STEP 82 (remove_files) COMPLETE
56112026-07-02T20:44:15.190Z[ recovery-image] Jul 02 20:44:14.511 INFO O| Jul 02 20:44:14.511 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-07-02T20:44:15.193Z[ recovery-image] Jul 02 20:44:14.518 INFO O| Jul 02 20:44:14.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56132026-07-02T20:44:15.193Z[ recovery-image] Jul 02 20:44:14.518 INFO O| Jul 02 20:44:14.518 INFO STEP 83 (remove_files) COMPLETE
56142026-07-02T20:44:15.196Z[ recovery-image] Jul 02 20:44:14.518 INFO O| Jul 02 20:44:14.518 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-07-02T20:44:15.200Z[ recovery-image] Jul 02 20:44:14.525 INFO O| Jul 02 20:44:14.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56162026-07-02T20:44:15.200Z[ recovery-image] Jul 02 20:44:14.525 INFO O| Jul 02 20:44:14.525 INFO STEP 84 (remove_files) COMPLETE
56172026-07-02T20:44:15.203Z[ recovery-image] Jul 02 20:44:14.525 INFO O| Jul 02 20:44:14.525 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-07-02T20:44:15.206Z[ recovery-image] Jul 02 20:44:14.531 INFO O| Jul 02 20:44:14.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56192026-07-02T20:44:15.206Z[ recovery-image] Jul 02 20:44:14.531 INFO O| Jul 02 20:44:14.531 INFO STEP 85 (remove_files) COMPLETE
56202026-07-02T20:44:15.206Z[ recovery-image] Jul 02 20:44:14.531 INFO O| Jul 02 20:44:14.531 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-07-02T20:44:15.214Z[ recovery-image] Jul 02 20:44:14.539 INFO O| Jul 02 20:44:14.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56222026-07-02T20:44:15.215Z[ recovery-image] Jul 02 20:44:14.539 INFO O| Jul 02 20:44:14.539 INFO STEP 86 (remove_files) COMPLETE
56232026-07-02T20:44:15.215Z[ recovery-image] Jul 02 20:44:14.539 INFO O| Jul 02 20:44:14.539 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-07-02T20:44:15.221Z[ recovery-image] Jul 02 20:44:14.546 INFO O| Jul 02 20:44:14.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56252026-07-02T20:44:15.221Z[ recovery-image] Jul 02 20:44:14.546 INFO O| Jul 02 20:44:14.546 INFO STEP 87 (remove_files) COMPLETE
56262026-07-02T20:44:15.224Z[ recovery-image] Jul 02 20:44:14.546 INFO O| Jul 02 20:44:14.546 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-02T20:44:15.228Z[ recovery-image] Jul 02 20:44:14.553 INFO O| Jul 02 20:44:14.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56282026-07-02T20:44:15.228Z[ recovery-image] Jul 02 20:44:14.553 INFO O| Jul 02 20:44:14.553 INFO STEP 88 (remove_files) COMPLETE
56292026-07-02T20:44:15.228Z[ recovery-image] Jul 02 20:44:14.553 INFO O| Jul 02 20:44:14.553 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-02T20:44:15.236Z[ recovery-image] Jul 02 20:44:14.561 INFO O| Jul 02 20:44:14.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56312026-07-02T20:44:15.236Z[ recovery-image] Jul 02 20:44:14.561 INFO O| Jul 02 20:44:14.561 INFO STEP 89 (remove_files) COMPLETE
56322026-07-02T20:44:15.240Z[ recovery-image] Jul 02 20:44:14.561 INFO O| Jul 02 20:44:14.561 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-02T20:44:15.244Z[ recovery-image] Jul 02 20:44:14.568 INFO O| Jul 02 20:44:14.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56342026-07-02T20:44:15.247Z[ recovery-image] Jul 02 20:44:14.569 INFO O| Jul 02 20:44:14.569 INFO STEP 90 (remove_files) COMPLETE
56352026-07-02T20:44:15.247Z[ recovery-image] Jul 02 20:44:14.569 INFO O| Jul 02 20:44:14.569 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-02T20:44:15.251Z[ recovery-image] Jul 02 20:44:14.576 INFO O| Jul 02 20:44:14.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56372026-07-02T20:44:15.251Z[ recovery-image] Jul 02 20:44:14.576 INFO O| Jul 02 20:44:14.576 INFO STEP 91 (remove_files) COMPLETE
56382026-07-02T20:44:15.255Z[ recovery-image] Jul 02 20:44:14.576 INFO O| Jul 02 20:44:14.576 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-02T20:44:15.258Z[ recovery-image] Jul 02 20:44:14.583 INFO O| Jul 02 20:44:14.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56402026-07-02T20:44:15.262Z[ recovery-image] Jul 02 20:44:14.583 INFO O| Jul 02 20:44:14.583 INFO STEP 92 (remove_files) COMPLETE
56412026-07-02T20:44:15.262Z[ recovery-image] Jul 02 20:44:14.583 INFO O| Jul 02 20:44:14.583 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-02T20:44:15.266Z[ recovery-image] Jul 02 20:44:14.590 INFO O| Jul 02 20:44:14.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56432026-07-02T20:44:15.266Z[ recovery-image] Jul 02 20:44:14.590 INFO O| Jul 02 20:44:14.590 INFO STEP 93 (remove_files) COMPLETE
56442026-07-02T20:44:15.266Z[ recovery-image] Jul 02 20:44:14.590 INFO O| Jul 02 20:44:14.590 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-02T20:44:15.271Z[ recovery-image] Jul 02 20:44:14.596 INFO O| Jul 02 20:44:14.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56462026-07-02T20:44:15.271Z[ recovery-image] Jul 02 20:44:14.596 INFO O| Jul 02 20:44:14.596 INFO STEP 94 (remove_files) COMPLETE
56472026-07-02T20:44:15.274Z[ recovery-image] Jul 02 20:44:14.596 INFO O| Jul 02 20:44:14.596 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-02T20:44:15.277Z[ recovery-image] Jul 02 20:44:14.603 INFO O| Jul 02 20:44:14.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56492026-07-02T20:44:15.282Z[ recovery-image] Jul 02 20:44:14.603 INFO O| Jul 02 20:44:14.603 INFO STEP 95 (remove_files) COMPLETE
56502026-07-02T20:44:15.282Z[ recovery-image] Jul 02 20:44:14.603 INFO O| Jul 02 20:44:14.603 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-02T20:44:15.285Z[ recovery-image] Jul 02 20:44:14.610 INFO O| Jul 02 20:44:14.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56522026-07-02T20:44:15.285Z[ recovery-image] Jul 02 20:44:14.610 INFO O| Jul 02 20:44:14.610 INFO STEP 96 (remove_files) COMPLETE
56532026-07-02T20:44:15.285Z[ recovery-image] Jul 02 20:44:14.610 INFO O| Jul 02 20:44:14.610 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-02T20:44:15.293Z[ recovery-image] Jul 02 20:44:14.618 INFO O| Jul 02 20:44:14.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56552026-07-02T20:44:15.293Z[ recovery-image] Jul 02 20:44:14.618 INFO O| Jul 02 20:44:14.618 INFO STEP 97 (remove_files) COMPLETE
56562026-07-02T20:44:15.293Z[ recovery-image] Jul 02 20:44:14.618 INFO O| Jul 02 20:44:14.618 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-02T20:44:15.301Z[ recovery-image] Jul 02 20:44:14.626 INFO O| Jul 02 20:44:14.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56582026-07-02T20:44:15.302Z[ recovery-image] Jul 02 20:44:14.626 INFO O| Jul 02 20:44:14.626 INFO STEP 98 (remove_files) COMPLETE
56592026-07-02T20:44:15.306Z[ recovery-image] Jul 02 20:44:14.626 INFO O| Jul 02 20:44:14.626 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-02T20:44:15.310Z[ recovery-image] Jul 02 20:44:14.633 INFO O| Jul 02 20:44:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56612026-07-02T20:44:15.310Z[ recovery-image] Jul 02 20:44:14.633 INFO O| Jul 02 20:44:14.633 INFO STEP 99 (remove_files) COMPLETE
56622026-07-02T20:44:15.310Z[ recovery-image] Jul 02 20:44:14.633 INFO O| Jul 02 20:44:14.633 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-02T20:44:15.317Z[ recovery-image] Jul 02 20:44:14.642 INFO O| Jul 02 20:44:14.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56642026-07-02T20:44:15.321Z[ recovery-image] Jul 02 20:44:14.643 INFO O| Jul 02 20:44:14.643 INFO STEP 100 (remove_files) COMPLETE
56652026-07-02T20:44:15.321Z[ recovery-image] Jul 02 20:44:14.643 INFO O| Jul 02 20:44:14.643 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-02T20:44:15.327Z[ recovery-image] Jul 02 20:44:14.651 INFO O| Jul 02 20:44:14.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56672026-07-02T20:44:15.330Z[ recovery-image] Jul 02 20:44:14.652 INFO O| Jul 02 20:44:14.652 INFO STEP 101 (remove_files) COMPLETE
56682026-07-02T20:44:15.330Z[ recovery-image] Jul 02 20:44:14.652 INFO O| Jul 02 20:44:14.652 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-02T20:44:15.336Z[ recovery-image] Jul 02 20:44:14.661 INFO O| Jul 02 20:44:14.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56702026-07-02T20:44:15.336Z[ recovery-image] Jul 02 20:44:14.661 INFO O| Jul 02 20:44:14.661 INFO STEP 102 (remove_files) COMPLETE
56712026-07-02T20:44:15.339Z[ recovery-image] Jul 02 20:44:14.661 INFO O| Jul 02 20:44:14.661 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-02T20:44:15.344Z[ recovery-image] Jul 02 20:44:14.669 INFO O| Jul 02 20:44:14.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56732026-07-02T20:44:15.344Z[ recovery-image] Jul 02 20:44:14.669 INFO O| Jul 02 20:44:14.669 INFO STEP 103 (remove_files) COMPLETE
56742026-07-02T20:44:15.347Z[ recovery-image] Jul 02 20:44:14.669 INFO O| Jul 02 20:44:14.669 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-02T20:44:15.352Z[ recovery-image] Jul 02 20:44:14.677 INFO O| Jul 02 20:44:14.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56762026-07-02T20:44:15.352Z[ recovery-image] Jul 02 20:44:14.677 INFO O| Jul 02 20:44:14.677 INFO STEP 104 (remove_files) COMPLETE
56772026-07-02T20:44:15.352Z[ recovery-image] Jul 02 20:44:14.677 INFO O| Jul 02 20:44:14.677 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-02T20:44:15.360Z[ recovery-image] Jul 02 20:44:14.685 INFO O| Jul 02 20:44:14.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56792026-07-02T20:44:15.360Z[ recovery-image] Jul 02 20:44:14.685 INFO O| Jul 02 20:44:14.685 INFO STEP 105 (remove_files) COMPLETE
56802026-07-02T20:44:15.363Z[ recovery-image] Jul 02 20:44:14.685 INFO O| Jul 02 20:44:14.685 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-02T20:44:15.366Z[ recovery-image] Jul 02 20:44:14.691 INFO O| Jul 02 20:44:14.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56822026-07-02T20:44:15.366Z[ recovery-image] Jul 02 20:44:14.691 INFO O| Jul 02 20:44:14.691 INFO STEP 106 (remove_files) COMPLETE
56832026-07-02T20:44:15.369Z[ recovery-image] Jul 02 20:44:14.691 INFO O| Jul 02 20:44:14.691 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-02T20:44:15.373Z[ recovery-image] Jul 02 20:44:14.698 INFO O| Jul 02 20:44:14.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56852026-07-02T20:44:15.373Z[ recovery-image] Jul 02 20:44:14.698 INFO O| Jul 02 20:44:14.698 INFO STEP 107 (remove_files) COMPLETE
56862026-07-02T20:44:15.377Z[ recovery-image] Jul 02 20:44:14.698 INFO O| Jul 02 20:44:14.698 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-02T20:44:15.380Z[ recovery-image] Jul 02 20:44:14.705 INFO O| Jul 02 20:44:14.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56882026-07-02T20:44:15.380Z[ recovery-image] Jul 02 20:44:14.705 INFO O| Jul 02 20:44:14.705 INFO STEP 108 (remove_files) COMPLETE
56892026-07-02T20:44:15.383Z[ recovery-image] Jul 02 20:44:14.705 INFO O| Jul 02 20:44:14.705 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-02T20:44:15.390Z[ recovery-image] Jul 02 20:44:14.714 INFO O| Jul 02 20:44:14.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56912026-07-02T20:44:15.390Z[ recovery-image] Jul 02 20:44:14.714 INFO O| Jul 02 20:44:14.714 INFO STEP 109 (remove_files) COMPLETE
56922026-07-02T20:44:15.390Z[ recovery-image] Jul 02 20:44:14.714 INFO O| Jul 02 20:44:14.714 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-02T20:44:15.396Z[ recovery-image] Jul 02 20:44:14.721 INFO O| Jul 02 20:44:14.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56942026-07-02T20:44:15.399Z[ recovery-image] Jul 02 20:44:14.721 INFO O| Jul 02 20:44:14.721 INFO STEP 110 (remove_files) COMPLETE
56952026-07-02T20:44:15.399Z[ recovery-image] Jul 02 20:44:14.721 INFO O| Jul 02 20:44:14.721 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-02T20:44:15.403Z[ recovery-image] Jul 02 20:44:14.728 INFO O| Jul 02 20:44:14.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56972026-07-02T20:44:15.403Z[ recovery-image] Jul 02 20:44:14.728 INFO O| Jul 02 20:44:14.728 INFO STEP 111 (remove_files) COMPLETE
56982026-07-02T20:44:15.407Z[ recovery-image] Jul 02 20:44:14.728 INFO O| Jul 02 20:44:14.728 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-02T20:44:15.411Z[ recovery-image] Jul 02 20:44:14.734 INFO O| Jul 02 20:44:14.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
57002026-07-02T20:44:15.411Z[ recovery-image] Jul 02 20:44:14.734 INFO O| Jul 02 20:44:14.734 INFO STEP 112 (remove_files) COMPLETE
57012026-07-02T20:44:15.411Z[ recovery-image] Jul 02 20:44:14.734 INFO O| Jul 02 20:44:14.734 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-02T20:44:15.415Z[ recovery-image] Jul 02 20:44:14.740 INFO O| Jul 02 20:44:14.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
57032026-07-02T20:44:15.415Z[ recovery-image] Jul 02 20:44:14.740 INFO O| Jul 02 20:44:14.740 INFO STEP 113 (remove_files) COMPLETE
57042026-07-02T20:44:15.418Z[ recovery-image] Jul 02 20:44:14.740 INFO O| Jul 02 20:44:14.740 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-02T20:44:15.424Z[ recovery-image] Jul 02 20:44:14.749 INFO O| Jul 02 20:44:14.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
57062026-07-02T20:44:15.424Z[ recovery-image] Jul 02 20:44:14.749 INFO O| Jul 02 20:44:14.749 INFO STEP 114 (remove_files) COMPLETE
57072026-07-02T20:44:15.424Z[ recovery-image] Jul 02 20:44:14.749 INFO O| Jul 02 20:44:14.749 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-02T20:44:15.431Z[ recovery-image] Jul 02 20:44:14.756 INFO O| Jul 02 20:44:14.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57092026-07-02T20:44:15.432Z[ recovery-image] Jul 02 20:44:14.756 INFO O| Jul 02 20:44:14.756 INFO STEP 115 (remove_files) COMPLETE
57102026-07-02T20:44:15.432Z[ recovery-image] Jul 02 20:44:14.756 INFO O| Jul 02 20:44:14.756 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-02T20:44:15.440Z[ recovery-image] Jul 02 20:44:14.764 INFO O| Jul 02 20:44:14.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57122026-07-02T20:44:15.440Z[ recovery-image] Jul 02 20:44:14.764 INFO O| Jul 02 20:44:14.764 INFO STEP 116 (remove_files) COMPLETE
57132026-07-02T20:44:15.443Z[ recovery-image] Jul 02 20:44:14.764 INFO O| Jul 02 20:44:14.764 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-02T20:44:15.447Z[ recovery-image] Jul 02 20:44:14.772 INFO O| Jul 02 20:44:14.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57152026-07-02T20:44:15.447Z[ recovery-image] Jul 02 20:44:14.772 INFO O| Jul 02 20:44:14.772 INFO STEP 117 (remove_files) COMPLETE
57162026-07-02T20:44:15.451Z[ recovery-image] Jul 02 20:44:14.772 INFO O| Jul 02 20:44:14.772 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-02T20:44:15.455Z[ recovery-image] Jul 02 20:44:14.780 INFO O| Jul 02 20:44:14.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57182026-07-02T20:44:15.456Z[ recovery-image] Jul 02 20:44:14.780 INFO O| Jul 02 20:44:14.780 INFO STEP 118 (remove_files) COMPLETE
57192026-07-02T20:44:15.456Z[ recovery-image] Jul 02 20:44:14.780 INFO O| Jul 02 20:44:14.780 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-02T20:44:15.463Z[ recovery-image] Jul 02 20:44:14.788 INFO O| Jul 02 20:44:14.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57212026-07-02T20:44:15.466Z[ recovery-image] Jul 02 20:44:14.788 INFO O| Jul 02 20:44:14.788 INFO STEP 119 (remove_files) COMPLETE
57222026-07-02T20:44:15.466Z[ recovery-image] Jul 02 20:44:14.788 INFO O| Jul 02 20:44:14.788 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-02T20:44:15.469Z[ recovery-image] Jul 02 20:44:14.794 INFO O| Jul 02 20:44:14.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57242026-07-02T20:44:15.470Z[ recovery-image] Jul 02 20:44:14.794 INFO O| Jul 02 20:44:14.794 INFO STEP 120 (remove_files) COMPLETE
57252026-07-02T20:44:15.474Z[ recovery-image] Jul 02 20:44:14.794 INFO O| Jul 02 20:44:14.794 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-02T20:44:15.478Z[ recovery-image] Jul 02 20:44:14.801 INFO O| Jul 02 20:44:14.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57272026-07-02T20:44:15.478Z[ recovery-image] Jul 02 20:44:14.801 INFO O| Jul 02 20:44:14.801 INFO STEP 121 (remove_files) COMPLETE
57282026-07-02T20:44:15.478Z[ recovery-image] Jul 02 20:44:14.801 INFO O| Jul 02 20:44:14.801 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-02T20:44:15.483Z[ recovery-image] Jul 02 20:44:14.808 INFO O| Jul 02 20:44:14.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57302026-07-02T20:44:15.483Z[ recovery-image] Jul 02 20:44:14.808 INFO O| Jul 02 20:44:14.808 INFO STEP 122 (remove_files) COMPLETE
57312026-07-02T20:44:15.487Z[ recovery-image] Jul 02 20:44:14.808 INFO O| Jul 02 20:44:14.808 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-02T20:44:15.491Z[ recovery-image] Jul 02 20:44:14.816 INFO O| Jul 02 20:44:14.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57332026-07-02T20:44:15.491Z[ recovery-image] Jul 02 20:44:14.816 INFO O| Jul 02 20:44:14.816 INFO STEP 123 (remove_files) COMPLETE
57342026-07-02T20:44:15.491Z[ recovery-image] Jul 02 20:44:14.816 INFO O| Jul 02 20:44:14.816 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-02T20:44:15.498Z[ recovery-image] Jul 02 20:44:14.822 INFO O| Jul 02 20:44:14.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57362026-07-02T20:44:15.498Z[ recovery-image] Jul 02 20:44:14.822 INFO O| Jul 02 20:44:14.822 INFO STEP 124 (remove_files) COMPLETE
57372026-07-02T20:44:15.501Z[ recovery-image] Jul 02 20:44:14.822 INFO O| Jul 02 20:44:14.822 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-02T20:44:15.504Z[ recovery-image] Jul 02 20:44:14.829 INFO O| Jul 02 20:44:14.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57392026-07-02T20:44:15.508Z[ recovery-image] Jul 02 20:44:14.829 INFO O| Jul 02 20:44:14.829 INFO STEP 125 (remove_files) COMPLETE
57402026-07-02T20:44:15.508Z[ recovery-image] Jul 02 20:44:14.829 INFO O| Jul 02 20:44:14.829 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-02T20:44:15.511Z[ recovery-image] Jul 02 20:44:14.836 INFO O| Jul 02 20:44:14.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57422026-07-02T20:44:15.511Z[ recovery-image] Jul 02 20:44:14.836 INFO O| Jul 02 20:44:14.836 INFO STEP 126 (remove_files) COMPLETE
57432026-07-02T20:44:15.514Z[ recovery-image] Jul 02 20:44:14.836 INFO O| Jul 02 20:44:14.836 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-02T20:44:15.518Z[ recovery-image] Jul 02 20:44:14.843 INFO O| Jul 02 20:44:14.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57452026-07-02T20:44:15.518Z[ recovery-image] Jul 02 20:44:14.843 INFO O| Jul 02 20:44:14.843 INFO STEP 127 (remove_files) COMPLETE
57462026-07-02T20:44:15.521Z[ recovery-image] Jul 02 20:44:14.843 INFO O| Jul 02 20:44:14.843 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-02T20:44:15.525Z[ recovery-image] Jul 02 20:44:14.850 INFO O| Jul 02 20:44:14.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57482026-07-02T20:44:15.525Z[ recovery-image] Jul 02 20:44:14.850 INFO O| Jul 02 20:44:14.850 INFO STEP 128 (remove_files) COMPLETE
57492026-07-02T20:44:15.525Z[ recovery-image] Jul 02 20:44:14.850 INFO O| Jul 02 20:44:14.850 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-02T20:44:15.532Z[ recovery-image] Jul 02 20:44:14.857 INFO O| Jul 02 20:44:14.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57512026-07-02T20:44:15.532Z[ recovery-image] Jul 02 20:44:14.857 INFO O| Jul 02 20:44:14.857 INFO STEP 129 (remove_files) COMPLETE
57522026-07-02T20:44:15.535Z[ recovery-image] Jul 02 20:44:14.857 INFO O| Jul 02 20:44:14.857 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-02T20:44:15.538Z[ recovery-image] Jul 02 20:44:14.863 INFO O| Jul 02 20:44:14.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57542026-07-02T20:44:15.539Z[ recovery-image] Jul 02 20:44:14.863 INFO O| Jul 02 20:44:14.863 INFO STEP 130 (remove_files) COMPLETE
57552026-07-02T20:44:15.542Z[ recovery-image] Jul 02 20:44:14.863 INFO O| Jul 02 20:44:14.863 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-02T20:44:15.545Z[ recovery-image] Jul 02 20:44:14.870 INFO O| Jul 02 20:44:14.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57572026-07-02T20:44:15.545Z[ recovery-image] Jul 02 20:44:14.870 INFO O| Jul 02 20:44:14.870 INFO STEP 131 (remove_files) COMPLETE
57582026-07-02T20:44:15.549Z[ recovery-image] Jul 02 20:44:14.870 INFO O| Jul 02 20:44:14.870 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-02T20:44:15.552Z[ recovery-image] Jul 02 20:44:14.877 INFO O| Jul 02 20:44:14.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57602026-07-02T20:44:15.552Z[ recovery-image] Jul 02 20:44:14.877 INFO O| Jul 02 20:44:14.877 INFO STEP 132 (remove_files) COMPLETE
57612026-07-02T20:44:15.555Z[ recovery-image] Jul 02 20:44:14.877 INFO O| Jul 02 20:44:14.877 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-02T20:44:15.558Z[ recovery-image] Jul 02 20:44:14.883 INFO O| Jul 02 20:44:14.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57632026-07-02T20:44:15.561Z[ recovery-image] Jul 02 20:44:14.883 INFO O| Jul 02 20:44:14.883 INFO STEP 133 (remove_files) COMPLETE
57642026-07-02T20:44:15.561Z[ recovery-image] Jul 02 20:44:14.883 INFO O| Jul 02 20:44:14.883 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-02T20:44:15.565Z[ recovery-image] Jul 02 20:44:14.890 INFO O| Jul 02 20:44:14.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57662026-07-02T20:44:15.568Z[ recovery-image] Jul 02 20:44:14.890 INFO O| Jul 02 20:44:14.890 INFO STEP 134 (remove_files) COMPLETE
57672026-07-02T20:44:15.568Z[ recovery-image] Jul 02 20:44:14.890 INFO O| Jul 02 20:44:14.890 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-02T20:44:15.572Z[ recovery-image] Jul 02 20:44:14.897 INFO O| Jul 02 20:44:14.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57692026-07-02T20:44:15.572Z[ recovery-image] Jul 02 20:44:14.897 INFO O| Jul 02 20:44:14.897 INFO STEP 135 (remove_files) COMPLETE
57702026-07-02T20:44:15.572Z[ recovery-image] Jul 02 20:44:14.897 INFO O| Jul 02 20:44:14.897 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-02T20:44:15.579Z[ recovery-image] Jul 02 20:44:14.903 INFO O| Jul 02 20:44:14.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57722026-07-02T20:44:15.582Z[ recovery-image] Jul 02 20:44:14.903 INFO O| Jul 02 20:44:14.903 INFO STEP 136 (remove_files) COMPLETE
57732026-07-02T20:44:15.582Z[ recovery-image] Jul 02 20:44:14.903 INFO O| Jul 02 20:44:14.903 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-02T20:44:15.586Z[ recovery-image] Jul 02 20:44:14.911 INFO O| Jul 02 20:44:14.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57752026-07-02T20:44:15.586Z[ recovery-image] Jul 02 20:44:14.911 INFO O| Jul 02 20:44:14.911 INFO STEP 137 (remove_files) COMPLETE
57762026-07-02T20:44:15.589Z[ recovery-image] Jul 02 20:44:14.911 INFO O| Jul 02 20:44:14.911 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-02T20:44:15.594Z[ recovery-image] Jul 02 20:44:14.918 INFO O| Jul 02 20:44:14.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57782026-07-02T20:44:15.594Z[ recovery-image] Jul 02 20:44:14.918 INFO O| Jul 02 20:44:14.918 INFO STEP 138 (remove_files) COMPLETE
57792026-07-02T20:44:15.598Z[ recovery-image] Jul 02 20:44:14.918 INFO O| Jul 02 20:44:14.918 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-02T20:44:15.601Z[ recovery-image] Jul 02 20:44:14.925 INFO O| Jul 02 20:44:14.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57812026-07-02T20:44:15.601Z[ recovery-image] Jul 02 20:44:14.925 INFO O| Jul 02 20:44:14.925 INFO STEP 139 (remove_files) COMPLETE
57822026-07-02T20:44:15.601Z[ recovery-image] Jul 02 20:44:14.925 INFO O| Jul 02 20:44:14.925 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-02T20:44:15.609Z[ recovery-image] Jul 02 20:44:14.933 INFO O| Jul 02 20:44:14.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57842026-07-02T20:44:15.609Z[ recovery-image] Jul 02 20:44:14.934 INFO O| Jul 02 20:44:14.933 INFO STEP 140 (remove_files) COMPLETE
57852026-07-02T20:44:15.613Z[ recovery-image] Jul 02 20:44:14.934 INFO O| Jul 02 20:44:14.933 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-02T20:44:15.616Z[ recovery-image] Jul 02 20:44:14.940 INFO O| Jul 02 20:44:14.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57872026-07-02T20:44:15.616Z[ recovery-image] Jul 02 20:44:14.940 INFO O| Jul 02 20:44:14.940 INFO STEP 141 (remove_files) COMPLETE
57882026-07-02T20:44:15.616Z[ recovery-image] Jul 02 20:44:14.941 INFO O| Jul 02 20:44:14.940 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-02T20:44:15.623Z[ recovery-image] Jul 02 20:44:14.947 INFO O| Jul 02 20:44:14.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57902026-07-02T20:44:15.623Z[ recovery-image] Jul 02 20:44:14.947 INFO O| Jul 02 20:44:14.947 INFO STEP 142 (remove_files) COMPLETE
57912026-07-02T20:44:15.627Z[ recovery-image] Jul 02 20:44:14.947 INFO O| Jul 02 20:44:14.947 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-02T20:44:15.631Z[ recovery-image] Jul 02 20:44:14.956 INFO O| Jul 02 20:44:14.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57932026-07-02T20:44:15.634Z[ recovery-image] Jul 02 20:44:14.956 INFO O| Jul 02 20:44:14.956 INFO STEP 143 (remove_files) COMPLETE
57942026-07-02T20:44:15.634Z[ recovery-image] Jul 02 20:44:14.956 INFO O| Jul 02 20:44:14.956 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-02T20:44:15.639Z[ recovery-image] Jul 02 20:44:14.964 INFO O| Jul 02 20:44:14.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57962026-07-02T20:44:15.639Z[ recovery-image] Jul 02 20:44:14.964 INFO O| Jul 02 20:44:14.964 INFO STEP 144 (remove_files) COMPLETE
57972026-07-02T20:44:15.639Z[ recovery-image] Jul 02 20:44:14.964 INFO O| Jul 02 20:44:14.964 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-02T20:44:15.646Z[ recovery-image] Jul 02 20:44:14.971 INFO O| Jul 02 20:44:14.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57992026-07-02T20:44:15.649Z[ recovery-image] Jul 02 20:44:14.971 INFO O| Jul 02 20:44:14.971 INFO STEP 145 (remove_files) COMPLETE
58002026-07-02T20:44:15.650Z[ recovery-image] Jul 02 20:44:14.971 INFO O| Jul 02 20:44:14.971 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-02T20:44:15.655Z[ recovery-image] Jul 02 20:44:14.979 INFO O| Jul 02 20:44:14.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
58022026-07-02T20:44:15.655Z[ recovery-image] Jul 02 20:44:14.979 INFO O| Jul 02 20:44:14.979 INFO STEP 146 (remove_files) COMPLETE
58032026-07-02T20:44:15.655Z[ recovery-image] Jul 02 20:44:14.979 INFO O| Jul 02 20:44:14.979 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-02T20:44:15.661Z[ recovery-image] Jul 02 20:44:14.986 INFO O| Jul 02 20:44:14.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
58052026-07-02T20:44:15.661Z[ recovery-image] Jul 02 20:44:14.986 INFO O| Jul 02 20:44:14.986 INFO STEP 147 (remove_files) COMPLETE
58062026-07-02T20:44:15.664Z[ recovery-image] Jul 02 20:44:14.986 INFO O| Jul 02 20:44:14.986 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-02T20:44:15.669Z[ recovery-image] Jul 02 20:44:14.994 INFO O| Jul 02 20:44:14.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58082026-07-02T20:44:15.669Z[ recovery-image] Jul 02 20:44:14.994 INFO O| Jul 02 20:44:14.994 INFO STEP 148 (remove_files) COMPLETE
58092026-07-02T20:44:15.669Z[ recovery-image] Jul 02 20:44:14.994 INFO O| Jul 02 20:44:14.994 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-02T20:44:15.676Z[ recovery-image] Jul 02 20:44:15.001 INFO O| Jul 02 20:44:15.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58112026-07-02T20:44:15.676Z[ recovery-image] Jul 02 20:44:15.001 INFO O| Jul 02 20:44:15.001 INFO STEP 149 (remove_files) COMPLETE
58122026-07-02T20:44:15.679Z[ recovery-image] Jul 02 20:44:15.001 INFO O| Jul 02 20:44:15.001 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-07-02T20:44:15.683Z[ recovery-image] Jul 02 20:44:15.008 INFO O| Jul 02 20:44:15.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58142026-07-02T20:44:15.684Z[ recovery-image] Jul 02 20:44:15.009 INFO O| Jul 02 20:44:15.009 INFO STEP 150 (remove_files) COMPLETE
58152026-07-02T20:44:15.687Z[ recovery-image] Jul 02 20:44:15.009 INFO O| Jul 02 20:44:15.009 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-02T20:44:15.692Z[ recovery-image] Jul 02 20:44:15.017 INFO O| Jul 02 20:44:15.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58172026-07-02T20:44:15.695Z[ recovery-image] Jul 02 20:44:15.017 INFO O| Jul 02 20:44:15.017 INFO STEP 151 (remove_files) COMPLETE
58182026-07-02T20:44:15.695Z[ recovery-image] Jul 02 20:44:15.017 INFO O| Jul 02 20:44:15.017 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-02T20:44:15.699Z[ recovery-image] Jul 02 20:44:15.024 INFO O| Jul 02 20:44:15.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58202026-07-02T20:44:15.702Z[ recovery-image] Jul 02 20:44:15.024 INFO O| Jul 02 20:44:15.024 INFO STEP 152 (remove_files) COMPLETE
58212026-07-02T20:44:15.703Z[ recovery-image] Jul 02 20:44:15.024 INFO O| Jul 02 20:44:15.024 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-02T20:44:15.707Z[ recovery-image] Jul 02 20:44:15.032 INFO O| Jul 02 20:44:15.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58232026-07-02T20:44:15.707Z[ recovery-image] Jul 02 20:44:15.032 INFO O| Jul 02 20:44:15.032 INFO STEP 153 (remove_files) COMPLETE
58242026-07-02T20:44:15.707Z[ recovery-image] Jul 02 20:44:15.032 INFO O| Jul 02 20:44:15.032 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-02T20:44:15.715Z[ recovery-image] Jul 02 20:44:15.040 INFO O| Jul 02 20:44:15.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58262026-07-02T20:44:15.715Z[ recovery-image] Jul 02 20:44:15.040 INFO O| Jul 02 20:44:15.040 INFO STEP 154 (remove_files) COMPLETE
58272026-07-02T20:44:15.718Z[ recovery-image] Jul 02 20:44:15.040 INFO O| Jul 02 20:44:15.040 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-02T20:44:15.723Z[ recovery-image] Jul 02 20:44:15.048 INFO O| Jul 02 20:44:15.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58292026-07-02T20:44:15.723Z[ recovery-image] Jul 02 20:44:15.048 INFO O| Jul 02 20:44:15.048 INFO STEP 155 (remove_files) COMPLETE
58302026-07-02T20:44:15.726Z[ recovery-image] Jul 02 20:44:15.048 INFO O| Jul 02 20:44:15.048 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-02T20:44:15.730Z[ recovery-image] Jul 02 20:44:15.055 INFO O| Jul 02 20:44:15.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58322026-07-02T20:44:15.730Z[ recovery-image] Jul 02 20:44:15.055 INFO O| Jul 02 20:44:15.055 INFO STEP 156 (remove_files) COMPLETE
58332026-07-02T20:44:15.733Z[ recovery-image] Jul 02 20:44:15.055 INFO O| Jul 02 20:44:15.055 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-02T20:44:15.737Z[ recovery-image] Jul 02 20:44:15.062 INFO O| Jul 02 20:44:15.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58352026-07-02T20:44:15.737Z[ recovery-image] Jul 02 20:44:15.062 INFO O| Jul 02 20:44:15.062 INFO STEP 157 (remove_files) COMPLETE
58362026-07-02T20:44:15.740Z[ recovery-image] Jul 02 20:44:15.062 INFO O| Jul 02 20:44:15.062 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-02T20:44:15.744Z[ recovery-image] Jul 02 20:44:15.069 INFO O| Jul 02 20:44:15.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58382026-07-02T20:44:15.747Z[ recovery-image] Jul 02 20:44:15.069 INFO O| Jul 02 20:44:15.069 INFO STEP 158 (remove_files) COMPLETE
58392026-07-02T20:44:15.747Z[ recovery-image] Jul 02 20:44:15.069 INFO O| Jul 02 20:44:15.069 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-02T20:44:15.752Z[ recovery-image] Jul 02 20:44:15.077 INFO O| Jul 02 20:44:15.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58412026-07-02T20:44:15.752Z[ recovery-image] Jul 02 20:44:15.077 INFO O| Jul 02 20:44:15.077 INFO STEP 159 (remove_files) COMPLETE
58422026-07-02T20:44:15.752Z[ recovery-image] Jul 02 20:44:15.077 INFO O| Jul 02 20:44:15.077 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-02T20:44:15.760Z[ recovery-image] Jul 02 20:44:15.084 INFO O| Jul 02 20:44:15.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58442026-07-02T20:44:15.760Z[ recovery-image] Jul 02 20:44:15.084 INFO O| Jul 02 20:44:15.084 INFO STEP 160 (remove_files) COMPLETE
58452026-07-02T20:44:15.763Z[ recovery-image] Jul 02 20:44:15.085 INFO O| Jul 02 20:44:15.084 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-02T20:44:15.767Z[ recovery-image] Jul 02 20:44:15.092 INFO O| Jul 02 20:44:15.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58472026-07-02T20:44:15.767Z[ recovery-image] Jul 02 20:44:15.092 INFO O| Jul 02 20:44:15.092 INFO STEP 161 (remove_files) COMPLETE
58482026-07-02T20:44:15.770Z[ recovery-image] Jul 02 20:44:15.092 INFO O| Jul 02 20:44:15.092 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-02T20:44:15.774Z[ recovery-image] Jul 02 20:44:15.100 INFO O| Jul 02 20:44:15.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58502026-07-02T20:44:15.778Z[ recovery-image] Jul 02 20:44:15.100 INFO O| Jul 02 20:44:15.100 INFO STEP 162 (remove_files) COMPLETE
58512026-07-02T20:44:15.778Z[ recovery-image] Jul 02 20:44:15.100 INFO O| Jul 02 20:44:15.100 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-02T20:44:15.784Z[ recovery-image] Jul 02 20:44:15.109 INFO O| Jul 02 20:44:15.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58532026-07-02T20:44:15.787Z[ recovery-image] Jul 02 20:44:15.109 INFO O| Jul 02 20:44:15.109 INFO STEP 163 (remove_files) COMPLETE
58542026-07-02T20:44:15.787Z[ recovery-image] Jul 02 20:44:15.109 INFO O| Jul 02 20:44:15.109 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-02T20:44:15.793Z[ recovery-image] Jul 02 20:44:15.118 INFO O| Jul 02 20:44:15.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58562026-07-02T20:44:15.793Z[ recovery-image] Jul 02 20:44:15.118 INFO O| Jul 02 20:44:15.118 INFO STEP 164 (remove_files) COMPLETE
58572026-07-02T20:44:15.793Z[ recovery-image] Jul 02 20:44:15.118 INFO O| Jul 02 20:44:15.118 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-07-02T20:44:15.801Z[ recovery-image] Jul 02 20:44:15.126 INFO O| Jul 02 20:44:15.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58592026-07-02T20:44:15.801Z[ recovery-image] Jul 02 20:44:15.126 INFO O| Jul 02 20:44:15.126 INFO STEP 165 (remove_files) COMPLETE
58602026-07-02T20:44:15.801Z[ recovery-image] Jul 02 20:44:15.126 INFO O| Jul 02 20:44:15.126 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-02T20:44:15.810Z[ recovery-image] Jul 02 20:44:15.135 INFO O| Jul 02 20:44:15.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58622026-07-02T20:44:15.810Z[ recovery-image] Jul 02 20:44:15.135 INFO O| Jul 02 20:44:15.135 INFO STEP 166 (remove_files) COMPLETE
58632026-07-02T20:44:15.811Z[ recovery-image] Jul 02 20:44:15.135 INFO O| Jul 02 20:44:15.135 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-02T20:44:15.820Z[ recovery-image] Jul 02 20:44:15.144 INFO O| Jul 02 20:44:15.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58652026-07-02T20:44:15.823Z[ recovery-image] Jul 02 20:44:15.144 INFO O| Jul 02 20:44:15.144 INFO STEP 167 (remove_files) COMPLETE
58662026-07-02T20:44:15.823Z[ recovery-image] Jul 02 20:44:15.144 INFO O| Jul 02 20:44:15.144 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-07-02T20:44:15.827Z[ recovery-image] Jul 02 20:44:15.152 INFO O| Jul 02 20:44:15.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58682026-07-02T20:44:15.827Z[ recovery-image] Jul 02 20:44:15.152 INFO O| Jul 02 20:44:15.152 INFO STEP 168 (remove_files) COMPLETE
58692026-07-02T20:44:15.827Z[ recovery-image] Jul 02 20:44:15.152 INFO O| Jul 02 20:44:15.152 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-07-02T20:44:15.834Z[ recovery-image] Jul 02 20:44:15.159 INFO O| Jul 02 20:44:15.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58712026-07-02T20:44:15.834Z[ recovery-image] Jul 02 20:44:15.159 INFO O| Jul 02 20:44:15.159 INFO STEP 169 (remove_files) COMPLETE
58722026-07-02T20:44:15.837Z[ recovery-image] Jul 02 20:44:15.159 INFO O| Jul 02 20:44:15.159 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-07-02T20:44:15.843Z[ recovery-image] Jul 02 20:44:15.168 INFO O| Jul 02 20:44:15.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58742026-07-02T20:44:15.849Z[ recovery-image] Jul 02 20:44:15.168 INFO O| Jul 02 20:44:15.168 INFO STEP 170 (remove_files) COMPLETE
58752026-07-02T20:44:15.850Z[ recovery-image] Jul 02 20:44:15.168 INFO O| Jul 02 20:44:15.168 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-07-02T20:44:15.853Z[ recovery-image] Jul 02 20:44:15.176 INFO O| Jul 02 20:44:15.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58772026-07-02T20:44:15.853Z[ recovery-image] Jul 02 20:44:15.176 INFO O| Jul 02 20:44:15.176 INFO STEP 171 (remove_files) COMPLETE
58782026-07-02T20:44:15.853Z[ recovery-image] Jul 02 20:44:15.176 INFO O| Jul 02 20:44:15.176 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-07-02T20:44:15.861Z[ recovery-image] Jul 02 20:44:15.186 INFO O| Jul 02 20:44:15.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58802026-07-02T20:44:15.861Z[ recovery-image] Jul 02 20:44:15.186 INFO O| Jul 02 20:44:15.186 INFO STEP 172 (remove_files) COMPLETE
58812026-07-02T20:44:15.864Z[ recovery-image] Jul 02 20:44:15.186 INFO O| Jul 02 20:44:15.186 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-07-02T20:44:15.869Z[ recovery-image] Jul 02 20:44:15.194 INFO O| Jul 02 20:44:15.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58832026-07-02T20:44:15.869Z[ recovery-image] Jul 02 20:44:15.194 INFO O| Jul 02 20:44:15.194 INFO STEP 173 (remove_files) COMPLETE
58842026-07-02T20:44:15.872Z[ recovery-image] Jul 02 20:44:15.194 INFO O| Jul 02 20:44:15.194 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-07-02T20:44:15.878Z[ recovery-image] Jul 02 20:44:15.203 INFO O| Jul 02 20:44:15.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58862026-07-02T20:44:15.878Z[ recovery-image] Jul 02 20:44:15.203 INFO O| Jul 02 20:44:15.203 INFO STEP 174 (remove_files) COMPLETE
58872026-07-02T20:44:15.881Z[ recovery-image] Jul 02 20:44:15.203 INFO O| Jul 02 20:44:15.203 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-07-02T20:44:15.887Z[ recovery-image] Jul 02 20:44:15.212 INFO O| Jul 02 20:44:15.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58892026-07-02T20:44:15.890Z[ recovery-image] Jul 02 20:44:15.212 INFO O| Jul 02 20:44:15.212 INFO STEP 175 (remove_files) COMPLETE
58902026-07-02T20:44:15.890Z[ recovery-image] Jul 02 20:44:15.212 INFO O| Jul 02 20:44:15.212 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-07-02T20:44:15.894Z[ recovery-image] Jul 02 20:44:15.219 INFO O| Jul 02 20:44:15.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58922026-07-02T20:44:15.894Z[ recovery-image] Jul 02 20:44:15.219 INFO O| Jul 02 20:44:15.219 INFO STEP 176 (remove_files) COMPLETE
58932026-07-02T20:44:15.897Z[ recovery-image] Jul 02 20:44:15.219 INFO O| Jul 02 20:44:15.219 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-07-02T20:44:15.901Z[ recovery-image] Jul 02 20:44:15.226 INFO O| Jul 02 20:44:15.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58952026-07-02T20:44:15.904Z[ recovery-image] Jul 02 20:44:15.226 INFO O| Jul 02 20:44:15.226 INFO STEP 177 (remove_files) COMPLETE
58962026-07-02T20:44:15.904Z[ recovery-image] Jul 02 20:44:15.226 INFO O| Jul 02 20:44:15.226 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-07-02T20:44:15.908Z[ recovery-image] Jul 02 20:44:15.233 INFO O| Jul 02 20:44:15.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58982026-07-02T20:44:15.911Z[ recovery-image] Jul 02 20:44:15.233 INFO O| Jul 02 20:44:15.233 INFO STEP 178 (remove_files) COMPLETE
58992026-07-02T20:44:15.911Z[ recovery-image] Jul 02 20:44:15.233 INFO O| Jul 02 20:44:15.233 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-07-02T20:44:15.918Z[ recovery-image] Jul 02 20:44:15.243 INFO O| Jul 02 20:44:15.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
59012026-07-02T20:44:15.918Z[ recovery-image] Jul 02 20:44:15.243 INFO O| Jul 02 20:44:15.243 INFO STEP 179 (remove_files) COMPLETE
59022026-07-02T20:44:15.921Z[ recovery-image] Jul 02 20:44:15.243 INFO O| Jul 02 20:44:15.243 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-07-02T20:44:15.928Z[ recovery-image] Jul 02 20:44:15.253 INFO O| Jul 02 20:44:15.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
59042026-07-02T20:44:15.928Z[ recovery-image] Jul 02 20:44:15.253 INFO O| Jul 02 20:44:15.253 INFO STEP 180 (remove_files) COMPLETE
59052026-07-02T20:44:15.931Z[ recovery-image] Jul 02 20:44:15.253 INFO O| Jul 02 20:44:15.253 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-07-02T20:44:15.939Z[ recovery-image] Jul 02 20:44:15.263 INFO O| Jul 02 20:44:15.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59072026-07-02T20:44:15.939Z[ recovery-image] Jul 02 20:44:15.263 INFO O| Jul 02 20:44:15.263 INFO STEP 181 (remove_files) COMPLETE
59082026-07-02T20:44:15.943Z[ recovery-image] Jul 02 20:44:15.263 INFO O| Jul 02 20:44:15.263 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-07-02T20:44:15.946Z[ recovery-image] Jul 02 20:44:15.271 INFO O| Jul 02 20:44:15.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59102026-07-02T20:44:15.946Z[ recovery-image] Jul 02 20:44:15.271 INFO O| Jul 02 20:44:15.271 INFO STEP 182 (remove_files) COMPLETE
59112026-07-02T20:44:15.946Z[ recovery-image] Jul 02 20:44:15.271 INFO O| Jul 02 20:44:15.271 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-07-02T20:44:15.955Z[ recovery-image] Jul 02 20:44:15.280 INFO O| Jul 02 20:44:15.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59132026-07-02T20:44:15.955Z[ recovery-image] Jul 02 20:44:15.280 INFO O| Jul 02 20:44:15.280 INFO STEP 183 (remove_files) COMPLETE
59142026-07-02T20:44:15.958Z[ recovery-image] Jul 02 20:44:15.280 INFO O| Jul 02 20:44:15.280 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-07-02T20:44:15.963Z[ recovery-image] Jul 02 20:44:15.289 INFO O| Jul 02 20:44:15.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59162026-07-02T20:44:15.967Z[ recovery-image] Jul 02 20:44:15.289 INFO O| Jul 02 20:44:15.289 INFO STEP 184 (remove_files) COMPLETE
59172026-07-02T20:44:15.967Z[ recovery-image] Jul 02 20:44:15.289 INFO O| Jul 02 20:44:15.289 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-07-02T20:44:15.974Z[ recovery-image] Jul 02 20:44:15.298 INFO O| Jul 02 20:44:15.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59192026-07-02T20:44:15.975Z[ recovery-image] Jul 02 20:44:15.299 INFO O| Jul 02 20:44:15.298 INFO STEP 185 (remove_files) COMPLETE
59202026-07-02T20:44:15.975Z[ recovery-image] Jul 02 20:44:15.299 INFO O| Jul 02 20:44:15.299 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-02T20:44:15.983Z[ recovery-image] Jul 02 20:44:15.308 INFO O| Jul 02 20:44:15.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59222026-07-02T20:44:15.983Z[ recovery-image] Jul 02 20:44:15.308 INFO O| Jul 02 20:44:15.308 INFO STEP 186 (remove_files) COMPLETE
59232026-07-02T20:44:15.986Z[ recovery-image] Jul 02 20:44:15.308 INFO O| Jul 02 20:44:15.308 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-02T20:44:15.993Z[ recovery-image] Jul 02 20:44:15.318 INFO O| Jul 02 20:44:15.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59252026-07-02T20:44:15.993Z[ recovery-image] Jul 02 20:44:15.318 INFO O| Jul 02 20:44:15.318 INFO STEP 187 (remove_files) COMPLETE
59262026-07-02T20:44:15.996Z[ recovery-image] Jul 02 20:44:15.318 INFO O| Jul 02 20:44:15.318 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-02T20:44:16.002Z[ recovery-image] Jul 02 20:44:15.326 INFO O| Jul 02 20:44:15.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59282026-07-02T20:44:16.002Z[ recovery-image] Jul 02 20:44:15.326 INFO O| Jul 02 20:44:15.326 INFO STEP 188 (remove_files) COMPLETE
59292026-07-02T20:44:16.006Z[ recovery-image] Jul 02 20:44:15.326 INFO O| Jul 02 20:44:15.326 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-02T20:44:16.009Z[ recovery-image] Jul 02 20:44:15.334 INFO O| Jul 02 20:44:15.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59312026-07-02T20:44:16.009Z[ recovery-image] Jul 02 20:44:15.334 INFO O| Jul 02 20:44:15.334 INFO STEP 189 (remove_files) COMPLETE
59322026-07-02T20:44:16.009Z[ recovery-image] Jul 02 20:44:15.334 INFO O| Jul 02 20:44:15.334 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-02T20:44:16.017Z[ recovery-image] Jul 02 20:44:15.342 INFO O| Jul 02 20:44:15.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59342026-07-02T20:44:16.017Z[ recovery-image] Jul 02 20:44:15.342 INFO O| Jul 02 20:44:15.342 INFO STEP 190 (remove_files) COMPLETE
59352026-07-02T20:44:16.017Z[ recovery-image] Jul 02 20:44:15.342 INFO O| Jul 02 20:44:15.342 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-02T20:44:16.026Z[ recovery-image] Jul 02 20:44:15.351 INFO O| Jul 02 20:44:15.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59372026-07-02T20:44:16.026Z[ recovery-image] Jul 02 20:44:15.351 INFO O| Jul 02 20:44:15.351 INFO STEP 191 (remove_files) COMPLETE
59382026-07-02T20:44:16.026Z[ recovery-image] Jul 02 20:44:15.351 INFO O| Jul 02 20:44:15.351 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-02T20:44:16.034Z[ recovery-image] Jul 02 20:44:15.359 INFO O| Jul 02 20:44:15.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59402026-07-02T20:44:16.034Z[ recovery-image] Jul 02 20:44:15.359 INFO O| Jul 02 20:44:15.359 INFO STEP 192 (remove_files) COMPLETE
59412026-07-02T20:44:16.037Z[ recovery-image] Jul 02 20:44:15.359 INFO O| Jul 02 20:44:15.359 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-02T20:44:16.041Z[ recovery-image] Jul 02 20:44:15.366 INFO O| Jul 02 20:44:15.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59432026-07-02T20:44:16.041Z[ recovery-image] Jul 02 20:44:15.366 INFO O| Jul 02 20:44:15.366 INFO STEP 193 (remove_files) COMPLETE
59442026-07-02T20:44:16.041Z[ recovery-image] Jul 02 20:44:15.366 INFO O| Jul 02 20:44:15.366 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-02T20:44:16.050Z[ recovery-image] Jul 02 20:44:15.374 INFO O| Jul 02 20:44:15.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59462026-07-02T20:44:16.050Z[ recovery-image] Jul 02 20:44:15.374 INFO O| Jul 02 20:44:15.374 INFO STEP 194 (remove_files) COMPLETE
59472026-07-02T20:44:16.053Z[ recovery-image] Jul 02 20:44:15.374 INFO O| Jul 02 20:44:15.374 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-02T20:44:16.058Z[ recovery-image] Jul 02 20:44:15.383 INFO O| Jul 02 20:44:15.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59492026-07-02T20:44:16.058Z[ recovery-image] Jul 02 20:44:15.383 INFO O| Jul 02 20:44:15.383 INFO STEP 195 (remove_files) COMPLETE
59502026-07-02T20:44:16.061Z[ recovery-image] Jul 02 20:44:15.383 INFO O| Jul 02 20:44:15.383 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.392 INFO O| Jul 02 20:44:15.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59522026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.392 INFO O| Jul 02 20:44:15.392 INFO STEP 196 (remove_files) COMPLETE
59532026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.392 INFO O| Jul 02 20:44:15.392 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.401 INFO O| Jul 02 20:44:15.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59552026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.401 INFO O| Jul 02 20:44:15.401 INFO STEP 197 (remove_files) COMPLETE
59562026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.401 INFO O| Jul 02 20:44:15.401 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.409 INFO O| Jul 02 20:44:15.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59582026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.409 INFO O| Jul 02 20:44:15.409 INFO STEP 198 (remove_files) COMPLETE
59592026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.409 INFO O| Jul 02 20:44:15.409 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.419 INFO O| Jul 02 20:44:15.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59612026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.419 INFO O| Jul 02 20:44:15.419 INFO STEP 199 (remove_files) COMPLETE
59622026-07-02T20:44:16.103Z[ recovery-image] Jul 02 20:44:15.419 INFO O| Jul 02 20:44:15.419 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-02T20:44:16.108Z[ recovery-image] Jul 02 20:44:15.428 INFO O| Jul 02 20:44:15.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59642026-07-02T20:44:16.108Z[ recovery-image] Jul 02 20:44:15.428 INFO O| Jul 02 20:44:15.428 INFO STEP 200 (remove_files) COMPLETE
59652026-07-02T20:44:16.108Z[ recovery-image] Jul 02 20:44:15.428 INFO O| Jul 02 20:44:15.428 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-02T20:44:16.113Z[ recovery-image] Jul 02 20:44:15.438 INFO O| Jul 02 20:44:15.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59672026-07-02T20:44:16.113Z[ recovery-image] Jul 02 20:44:15.438 INFO O| Jul 02 20:44:15.438 INFO STEP 201 (remove_files) COMPLETE
59682026-07-02T20:44:16.116Z[ recovery-image] Jul 02 20:44:15.438 INFO O| Jul 02 20:44:15.438 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-02T20:44:16.122Z[ recovery-image] Jul 02 20:44:15.447 INFO O| Jul 02 20:44:15.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59702026-07-02T20:44:16.125Z[ recovery-image] Jul 02 20:44:15.447 INFO O| Jul 02 20:44:15.447 INFO STEP 202 (remove_files) COMPLETE
59712026-07-02T20:44:16.125Z[ recovery-image] Jul 02 20:44:15.447 INFO O| Jul 02 20:44:15.447 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-02T20:44:16.132Z[ recovery-image] Jul 02 20:44:15.457 INFO O| Jul 02 20:44:15.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59732026-07-02T20:44:16.132Z[ recovery-image] Jul 02 20:44:15.457 INFO O| Jul 02 20:44:15.457 INFO STEP 203 (remove_files) COMPLETE
59742026-07-02T20:44:16.135Z[ recovery-image] Jul 02 20:44:15.457 INFO O| Jul 02 20:44:15.457 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-02T20:44:16.141Z[ recovery-image] Jul 02 20:44:15.465 INFO O| Jul 02 20:44:15.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59762026-07-02T20:44:16.141Z[ recovery-image] Jul 02 20:44:15.465 INFO O| Jul 02 20:44:15.465 INFO STEP 204 (remove_files) COMPLETE
59772026-07-02T20:44:16.144Z[ recovery-image] Jul 02 20:44:15.466 INFO O| Jul 02 20:44:15.465 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-02T20:44:16.151Z[ recovery-image] Jul 02 20:44:15.476 INFO O| Jul 02 20:44:15.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59792026-07-02T20:44:16.151Z[ recovery-image] Jul 02 20:44:15.476 INFO O| Jul 02 20:44:15.476 INFO STEP 205 (remove_files) COMPLETE
59802026-07-02T20:44:16.151Z[ recovery-image] Jul 02 20:44:15.476 INFO O| Jul 02 20:44:15.476 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-07-02T20:44:16.160Z[ recovery-image] Jul 02 20:44:15.485 INFO O| Jul 02 20:44:15.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59822026-07-02T20:44:16.160Z[ recovery-image] Jul 02 20:44:15.485 INFO O| Jul 02 20:44:15.485 INFO STEP 206 (remove_files) COMPLETE
59832026-07-02T20:44:16.160Z[ recovery-image] Jul 02 20:44:15.485 INFO O| Jul 02 20:44:15.485 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-07-02T20:44:16.170Z[ recovery-image] Jul 02 20:44:15.495 INFO O| Jul 02 20:44:15.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59852026-07-02T20:44:16.170Z[ recovery-image] Jul 02 20:44:15.495 INFO O| Jul 02 20:44:15.495 INFO STEP 207 (remove_files) COMPLETE
59862026-07-02T20:44:16.170Z[ recovery-image] Jul 02 20:44:15.495 INFO O| Jul 02 20:44:15.495 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-02T20:44:16.179Z[ recovery-image] Jul 02 20:44:15.504 INFO O| Jul 02 20:44:15.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59882026-07-02T20:44:16.179Z[ recovery-image] Jul 02 20:44:15.504 INFO O| Jul 02 20:44:15.504 INFO STEP 208 (remove_files) COMPLETE
59892026-07-02T20:44:16.183Z[ recovery-image] Jul 02 20:44:15.504 INFO O| Jul 02 20:44:15.504 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-02T20:44:16.190Z[ recovery-image] Jul 02 20:44:15.514 INFO O| Jul 02 20:44:15.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59912026-07-02T20:44:16.190Z[ recovery-image] Jul 02 20:44:15.514 INFO O| Jul 02 20:44:15.514 INFO STEP 209 (remove_files) COMPLETE
59922026-07-02T20:44:16.190Z[ recovery-image] Jul 02 20:44:15.514 INFO O| Jul 02 20:44:15.514 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-02T20:44:16.199Z[ recovery-image] Jul 02 20:44:15.523 INFO O| Jul 02 20:44:15.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59942026-07-02T20:44:16.199Z[ recovery-image] Jul 02 20:44:15.523 INFO O| Jul 02 20:44:15.523 INFO STEP 210 (remove_files) COMPLETE
59952026-07-02T20:44:16.202Z[ recovery-image] Jul 02 20:44:15.523 INFO O| Jul 02 20:44:15.523 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-02T20:44:16.208Z[ recovery-image] Jul 02 20:44:15.533 INFO O| Jul 02 20:44:15.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59972026-07-02T20:44:16.208Z[ recovery-image] Jul 02 20:44:15.533 INFO O| Jul 02 20:44:15.533 INFO STEP 211 (remove_files) COMPLETE
59982026-07-02T20:44:16.211Z[ recovery-image] Jul 02 20:44:15.533 INFO O| Jul 02 20:44:15.533 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-07-02T20:44:16.219Z[ recovery-image] Jul 02 20:44:15.544 INFO O| Jul 02 20:44:15.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
60002026-07-02T20:44:16.219Z[ recovery-image] Jul 02 20:44:15.544 INFO O| Jul 02 20:44:15.544 INFO STEP 212 (remove_files) COMPLETE
60012026-07-02T20:44:16.222Z[ recovery-image] Jul 02 20:44:15.544 INFO O| Jul 02 20:44:15.544 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-07-02T20:44:16.228Z[ recovery-image] Jul 02 20:44:15.553 INFO O| Jul 02 20:44:15.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
60032026-07-02T20:44:16.228Z[ recovery-image] Jul 02 20:44:15.553 INFO O| Jul 02 20:44:15.553 INFO STEP 213 (remove_files) COMPLETE
60042026-07-02T20:44:16.231Z[ recovery-image] Jul 02 20:44:15.553 INFO O| Jul 02 20:44:15.553 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-02T20:44:16.238Z[ recovery-image] Jul 02 20:44:15.563 INFO O| Jul 02 20:44:15.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60062026-07-02T20:44:16.239Z[ recovery-image] Jul 02 20:44:15.563 INFO O| Jul 02 20:44:15.563 INFO STEP 214 (remove_files) COMPLETE
60072026-07-02T20:44:16.242Z[ recovery-image] Jul 02 20:44:15.563 INFO O| Jul 02 20:44:15.563 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-02T20:44:16.249Z[ recovery-image] Jul 02 20:44:15.573 INFO O| Jul 02 20:44:15.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60092026-07-02T20:44:16.249Z[ recovery-image] Jul 02 20:44:15.573 INFO O| Jul 02 20:44:15.573 INFO STEP 215 (remove_files) COMPLETE
60102026-07-02T20:44:16.252Z[ recovery-image] Jul 02 20:44:15.573 INFO O| Jul 02 20:44:15.573 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-07-02T20:44:16.258Z[ recovery-image] Jul 02 20:44:15.583 INFO O| Jul 02 20:44:15.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60122026-07-02T20:44:16.258Z[ recovery-image] Jul 02 20:44:15.583 INFO O| Jul 02 20:44:15.583 INFO STEP 216 (remove_files) COMPLETE
60132026-07-02T20:44:16.261Z[ recovery-image] Jul 02 20:44:15.583 INFO O| Jul 02 20:44:15.583 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-07-02T20:44:16.268Z[ recovery-image] Jul 02 20:44:15.593 INFO O| Jul 02 20:44:15.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60152026-07-02T20:44:16.268Z[ recovery-image] Jul 02 20:44:15.593 INFO O| Jul 02 20:44:15.593 INFO STEP 217 (remove_files) COMPLETE
60162026-07-02T20:44:16.268Z[ recovery-image] Jul 02 20:44:15.593 INFO O| Jul 02 20:44:15.593 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-07-02T20:44:16.277Z[ recovery-image] Jul 02 20:44:15.602 INFO O| Jul 02 20:44:15.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60182026-07-02T20:44:16.278Z[ recovery-image] Jul 02 20:44:15.602 INFO O| Jul 02 20:44:15.602 INFO STEP 218 (remove_files) COMPLETE
60192026-07-02T20:44:16.278Z[ recovery-image] Jul 02 20:44:15.602 INFO O| Jul 02 20:44:15.602 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-07-02T20:44:16.286Z[ recovery-image] Jul 02 20:44:15.611 INFO O| Jul 02 20:44:15.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60212026-07-02T20:44:16.286Z[ recovery-image] Jul 02 20:44:15.611 INFO O| Jul 02 20:44:15.611 INFO STEP 219 (remove_files) COMPLETE
60222026-07-02T20:44:16.286Z[ recovery-image] Jul 02 20:44:15.611 INFO O| Jul 02 20:44:15.611 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-07-02T20:44:16.294Z[ recovery-image] Jul 02 20:44:15.619 INFO O| Jul 02 20:44:15.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60242026-07-02T20:44:16.294Z[ recovery-image] Jul 02 20:44:15.619 INFO O| Jul 02 20:44:15.619 INFO STEP 220 (remove_files) COMPLETE
60252026-07-02T20:44:16.297Z[ recovery-image] Jul 02 20:44:15.619 INFO O| Jul 02 20:44:15.619 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-07-02T20:44:16.303Z[ recovery-image] Jul 02 20:44:15.627 INFO O| Jul 02 20:44:15.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60272026-07-02T20:44:16.308Z[ recovery-image] Jul 02 20:44:15.627 INFO O| Jul 02 20:44:15.627 INFO STEP 221 (remove_files) COMPLETE
60282026-07-02T20:44:16.308Z[ recovery-image] Jul 02 20:44:15.627 INFO O| Jul 02 20:44:15.627 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-07-02T20:44:16.313Z[ recovery-image] Jul 02 20:44:15.636 INFO O| Jul 02 20:44:15.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60302026-07-02T20:44:16.313Z[ recovery-image] Jul 02 20:44:15.636 INFO O| Jul 02 20:44:15.636 INFO STEP 222 (remove_files) COMPLETE
60312026-07-02T20:44:16.313Z[ recovery-image] Jul 02 20:44:15.636 INFO O| Jul 02 20:44:15.636 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-07-02T20:44:16.321Z[ recovery-image] Jul 02 20:44:15.646 INFO O| Jul 02 20:44:15.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60332026-07-02T20:44:16.321Z[ recovery-image] Jul 02 20:44:15.646 INFO O| Jul 02 20:44:15.646 INFO STEP 223 (remove_files) COMPLETE
60342026-07-02T20:44:16.325Z[ recovery-image] Jul 02 20:44:15.646 INFO O| Jul 02 20:44:15.646 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-07-02T20:44:16.331Z[ recovery-image] Jul 02 20:44:15.656 INFO O| Jul 02 20:44:15.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60362026-07-02T20:44:16.331Z[ recovery-image] Jul 02 20:44:15.656 INFO O| Jul 02 20:44:15.656 INFO STEP 224 (remove_files) COMPLETE
60372026-07-02T20:44:16.334Z[ recovery-image] Jul 02 20:44:15.656 INFO O| Jul 02 20:44:15.656 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-07-02T20:44:16.342Z[ recovery-image] Jul 02 20:44:15.665 INFO O| Jul 02 20:44:15.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60392026-07-02T20:44:16.345Z[ recovery-image] Jul 02 20:44:15.666 INFO O| Jul 02 20:44:15.666 INFO STEP 225 (remove_files) COMPLETE
60402026-07-02T20:44:16.345Z[ recovery-image] Jul 02 20:44:15.666 INFO O| Jul 02 20:44:15.666 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-07-02T20:44:16.349Z[ recovery-image] Jul 02 20:44:15.674 INFO O| Jul 02 20:44:15.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60422026-07-02T20:44:16.349Z[ recovery-image] Jul 02 20:44:15.674 INFO O| Jul 02 20:44:15.674 INFO STEP 226 (remove_files) COMPLETE
60432026-07-02T20:44:16.352Z[ recovery-image] Jul 02 20:44:15.674 INFO O| Jul 02 20:44:15.674 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-07-02T20:44:16.357Z[ recovery-image] Jul 02 20:44:15.682 INFO O| Jul 02 20:44:15.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60452026-07-02T20:44:16.357Z[ recovery-image] Jul 02 20:44:15.682 INFO O| Jul 02 20:44:15.682 INFO STEP 227 (remove_files) COMPLETE
60462026-07-02T20:44:16.360Z[ recovery-image] Jul 02 20:44:15.682 INFO O| Jul 02 20:44:15.682 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-07-02T20:44:16.368Z[ recovery-image] Jul 02 20:44:15.692 INFO O| Jul 02 20:44:15.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60482026-07-02T20:44:16.368Z[ recovery-image] Jul 02 20:44:15.692 INFO O| Jul 02 20:44:15.692 INFO STEP 228 (remove_files) COMPLETE
60492026-07-02T20:44:16.368Z[ recovery-image] Jul 02 20:44:15.692 INFO O| Jul 02 20:44:15.692 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-07-02T20:44:16.379Z[ recovery-image] Jul 02 20:44:15.703 INFO O| Jul 02 20:44:15.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60512026-07-02T20:44:16.379Z[ recovery-image] Jul 02 20:44:15.703 INFO O| Jul 02 20:44:15.703 INFO STEP 229 (remove_files) COMPLETE
60522026-07-02T20:44:16.382Z[ recovery-image] Jul 02 20:44:15.704 INFO O| Jul 02 20:44:15.703 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-07-02T20:44:16.389Z[ recovery-image] Jul 02 20:44:15.714 INFO O| Jul 02 20:44:15.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60542026-07-02T20:44:16.389Z[ recovery-image] Jul 02 20:44:15.714 INFO O| Jul 02 20:44:15.714 INFO STEP 230 (remove_files) COMPLETE
60552026-07-02T20:44:16.392Z[ recovery-image] Jul 02 20:44:15.714 INFO O| Jul 02 20:44:15.714 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-07-02T20:44:16.400Z[ recovery-image] Jul 02 20:44:15.725 INFO O| Jul 02 20:44:15.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60572026-07-02T20:44:16.400Z[ recovery-image] Jul 02 20:44:15.725 INFO O| Jul 02 20:44:15.725 INFO STEP 231 (remove_files) COMPLETE
60582026-07-02T20:44:16.403Z[ recovery-image] Jul 02 20:44:15.725 INFO O| Jul 02 20:44:15.725 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-07-02T20:44:16.416Z[ recovery-image] Jul 02 20:44:15.734 INFO O| Jul 02 20:44:15.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60602026-07-02T20:44:16.416Z[ recovery-image] Jul 02 20:44:15.734 INFO O| Jul 02 20:44:15.734 INFO STEP 232 (remove_files) COMPLETE
60612026-07-02T20:44:16.416Z[ recovery-image] Jul 02 20:44:15.734 INFO O| Jul 02 20:44:15.734 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-07-02T20:44:16.419Z[ recovery-image] Jul 02 20:44:15.743 INFO O| Jul 02 20:44:15.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60632026-07-02T20:44:16.419Z[ recovery-image] Jul 02 20:44:15.744 INFO O| Jul 02 20:44:15.744 INFO STEP 233 (remove_files) COMPLETE
60642026-07-02T20:44:16.420Z[ recovery-image] Jul 02 20:44:15.744 INFO O| Jul 02 20:44:15.744 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-07-02T20:44:16.430Z[ recovery-image] Jul 02 20:44:15.753 INFO O| Jul 02 20:44:15.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60662026-07-02T20:44:16.430Z[ recovery-image] Jul 02 20:44:15.753 INFO O| Jul 02 20:44:15.753 INFO STEP 234 (remove_files) COMPLETE
60672026-07-02T20:44:16.430Z[ recovery-image] Jul 02 20:44:15.753 INFO O| Jul 02 20:44:15.753 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-07-02T20:44:16.438Z[ recovery-image] Jul 02 20:44:15.763 INFO O| Jul 02 20:44:15.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60692026-07-02T20:44:16.438Z[ recovery-image] Jul 02 20:44:15.763 INFO O| Jul 02 20:44:15.763 INFO STEP 235 (remove_files) COMPLETE
60702026-07-02T20:44:16.438Z[ recovery-image] Jul 02 20:44:15.763 INFO O| Jul 02 20:44:15.763 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-07-02T20:44:16.447Z[ recovery-image] Jul 02 20:44:15.772 INFO O| Jul 02 20:44:15.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60722026-07-02T20:44:16.450Z[ recovery-image] Jul 02 20:44:15.772 INFO O| Jul 02 20:44:15.772 INFO STEP 236 (remove_files) COMPLETE
60732026-07-02T20:44:16.450Z[ recovery-image] Jul 02 20:44:15.772 INFO O| Jul 02 20:44:15.772 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-07-02T20:44:16.456Z[ recovery-image] Jul 02 20:44:15.781 INFO O| Jul 02 20:44:15.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60752026-07-02T20:44:16.456Z[ recovery-image] Jul 02 20:44:15.781 INFO O| Jul 02 20:44:15.781 INFO STEP 237 (remove_files) COMPLETE
60762026-07-02T20:44:16.456Z[ recovery-image] Jul 02 20:44:15.781 INFO O| Jul 02 20:44:15.781 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-07-02T20:44:16.465Z[ recovery-image] Jul 02 20:44:15.790 INFO O| Jul 02 20:44:15.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60782026-07-02T20:44:16.468Z[ recovery-image] Jul 02 20:44:15.790 INFO O| Jul 02 20:44:15.790 INFO STEP 238 (remove_files) COMPLETE
60792026-07-02T20:44:16.468Z[ recovery-image] Jul 02 20:44:15.790 INFO O| Jul 02 20:44:15.790 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-07-02T20:44:16.476Z[ recovery-image] Jul 02 20:44:15.801 INFO O| Jul 02 20:44:15.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60812026-07-02T20:44:16.476Z[ recovery-image] Jul 02 20:44:15.801 INFO O| Jul 02 20:44:15.801 INFO STEP 239 (remove_files) COMPLETE
60822026-07-02T20:44:16.479Z[ recovery-image] Jul 02 20:44:15.801 INFO O| Jul 02 20:44:15.801 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-07-02T20:44:16.486Z[ recovery-image] Jul 02 20:44:15.811 INFO O| Jul 02 20:44:15.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60842026-07-02T20:44:16.486Z[ recovery-image] Jul 02 20:44:15.811 INFO O| Jul 02 20:44:15.811 INFO STEP 240 (remove_files) COMPLETE
60852026-07-02T20:44:16.489Z[ recovery-image] Jul 02 20:44:15.811 INFO O| Jul 02 20:44:15.811 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-07-02T20:44:16.495Z[ recovery-image] Jul 02 20:44:15.820 INFO O| Jul 02 20:44:15.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60872026-07-02T20:44:16.495Z[ recovery-image] Jul 02 20:44:15.820 INFO O| Jul 02 20:44:15.820 INFO STEP 241 (remove_files) COMPLETE
60882026-07-02T20:44:16.498Z[ recovery-image] Jul 02 20:44:15.820 INFO O| Jul 02 20:44:15.820 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-07-02T20:44:16.505Z[ recovery-image] Jul 02 20:44:15.830 INFO O| Jul 02 20:44:15.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60902026-07-02T20:44:16.505Z[ recovery-image] Jul 02 20:44:15.830 INFO O| Jul 02 20:44:15.830 INFO STEP 242 (remove_files) COMPLETE
60912026-07-02T20:44:16.508Z[ recovery-image] Jul 02 20:44:15.830 INFO O| Jul 02 20:44:15.830 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-07-02T20:44:16.514Z[ recovery-image] Jul 02 20:44:15.839 INFO O| Jul 02 20:44:15.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60932026-07-02T20:44:16.517Z[ recovery-image] Jul 02 20:44:15.840 INFO O| Jul 02 20:44:15.840 INFO STEP 243 (remove_files) COMPLETE
60942026-07-02T20:44:16.517Z[ recovery-image] Jul 02 20:44:15.840 INFO O| Jul 02 20:44:15.840 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-07-02T20:44:16.524Z[ recovery-image] Jul 02 20:44:15.849 INFO O| Jul 02 20:44:15.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60962026-07-02T20:44:16.524Z[ recovery-image] Jul 02 20:44:15.849 INFO O| Jul 02 20:44:15.849 INFO STEP 244 (remove_files) COMPLETE
60972026-07-02T20:44:16.527Z[ recovery-image] Jul 02 20:44:15.849 INFO O| Jul 02 20:44:15.849 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-07-02T20:44:16.533Z[ recovery-image] Jul 02 20:44:15.858 INFO O| Jul 02 20:44:15.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60992026-07-02T20:44:16.533Z[ recovery-image] Jul 02 20:44:15.858 INFO O| Jul 02 20:44:15.858 INFO STEP 245 (remove_files) COMPLETE
61002026-07-02T20:44:16.533Z[ recovery-image] Jul 02 20:44:15.858 INFO O| Jul 02 20:44:15.858 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-07-02T20:44:16.543Z[ recovery-image] Jul 02 20:44:15.868 INFO O| Jul 02 20:44:15.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
61022026-07-02T20:44:16.543Z[ recovery-image] Jul 02 20:44:15.868 INFO O| Jul 02 20:44:15.868 INFO STEP 246 (remove_files) COMPLETE
61032026-07-02T20:44:16.546Z[ recovery-image] Jul 02 20:44:15.868 INFO O| Jul 02 20:44:15.868 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-07-02T20:44:16.551Z[ recovery-image] Jul 02 20:44:15.876 INFO O| Jul 02 20:44:15.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
61052026-07-02T20:44:16.554Z[ recovery-image] Jul 02 20:44:15.876 INFO O| Jul 02 20:44:15.876 INFO STEP 247 (remove_files) COMPLETE
61062026-07-02T20:44:16.554Z[ recovery-image] Jul 02 20:44:15.876 INFO O| Jul 02 20:44:15.876 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-07-02T20:44:16.560Z[ recovery-image] Jul 02 20:44:15.885 INFO O| Jul 02 20:44:15.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61082026-07-02T20:44:16.563Z[ recovery-image] Jul 02 20:44:15.885 INFO O| Jul 02 20:44:15.885 INFO STEP 248 (remove_files) COMPLETE
61092026-07-02T20:44:16.563Z[ recovery-image] Jul 02 20:44:15.885 INFO O| Jul 02 20:44:15.885 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-07-02T20:44:16.569Z[ recovery-image] Jul 02 20:44:15.894 INFO O| Jul 02 20:44:15.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61112026-07-02T20:44:16.572Z[ recovery-image] Jul 02 20:44:15.894 INFO O| Jul 02 20:44:15.894 INFO STEP 249 (remove_files) COMPLETE
61122026-07-02T20:44:16.572Z[ recovery-image] Jul 02 20:44:15.894 INFO O| Jul 02 20:44:15.894 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-07-02T20:44:16.579Z[ recovery-image] Jul 02 20:44:15.904 INFO O| Jul 02 20:44:15.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61142026-07-02T20:44:16.579Z[ recovery-image] Jul 02 20:44:15.904 INFO O| Jul 02 20:44:15.904 INFO STEP 250 (remove_files) COMPLETE
61152026-07-02T20:44:16.582Z[ recovery-image] Jul 02 20:44:15.905 INFO O| Jul 02 20:44:15.904 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-07-02T20:44:16.588Z[ recovery-image] Jul 02 20:44:15.913 INFO O| Jul 02 20:44:15.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61172026-07-02T20:44:16.591Z[ recovery-image] Jul 02 20:44:15.914 INFO O| Jul 02 20:44:15.914 INFO STEP 251 (remove_files) COMPLETE
61182026-07-02T20:44:16.591Z[ recovery-image] Jul 02 20:44:15.914 INFO O| Jul 02 20:44:15.914 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-07-02T20:44:16.597Z[ recovery-image] Jul 02 20:44:15.922 INFO O| Jul 02 20:44:15.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61202026-07-02T20:44:16.597Z[ recovery-image] Jul 02 20:44:15.922 INFO O| Jul 02 20:44:15.922 INFO STEP 252 (remove_files) COMPLETE
61212026-07-02T20:44:16.597Z[ recovery-image] Jul 02 20:44:15.922 INFO O| Jul 02 20:44:15.922 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-07-02T20:44:16.606Z[ recovery-image] Jul 02 20:44:15.931 INFO O| Jul 02 20:44:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61232026-07-02T20:44:16.606Z[ recovery-image] Jul 02 20:44:15.931 INFO O| Jul 02 20:44:15.931 INFO STEP 253 (remove_files) COMPLETE
61242026-07-02T20:44:16.607Z[ recovery-image] Jul 02 20:44:15.931 INFO O| Jul 02 20:44:15.931 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-07-02T20:44:16.617Z[ recovery-image] Jul 02 20:44:15.942 INFO O| Jul 02 20:44:15.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61262026-07-02T20:44:16.617Z[ recovery-image] Jul 02 20:44:15.942 INFO O| Jul 02 20:44:15.942 INFO STEP 254 (remove_files) COMPLETE
61272026-07-02T20:44:16.617Z[ recovery-image] Jul 02 20:44:15.942 INFO O| Jul 02 20:44:15.942 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-07-02T20:44:16.627Z[ recovery-image] Jul 02 20:44:15.952 INFO O| Jul 02 20:44:15.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61292026-07-02T20:44:16.627Z[ recovery-image] Jul 02 20:44:15.952 INFO O| Jul 02 20:44:15.952 INFO STEP 255 (remove_files) COMPLETE
61302026-07-02T20:44:16.627Z[ recovery-image] Jul 02 20:44:15.952 INFO O| Jul 02 20:44:15.952 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-07-02T20:44:16.638Z[ recovery-image] Jul 02 20:44:15.963 INFO O| Jul 02 20:44:15.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61322026-07-02T20:44:16.638Z[ recovery-image] Jul 02 20:44:15.963 INFO O| Jul 02 20:44:15.963 INFO STEP 256 (remove_files) COMPLETE
61332026-07-02T20:44:16.638Z[ recovery-image] Jul 02 20:44:15.963 INFO O| Jul 02 20:44:15.963 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-07-02T20:44:16.649Z[ recovery-image] Jul 02 20:44:15.974 INFO O| Jul 02 20:44:15.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61352026-07-02T20:44:16.650Z[ recovery-image] Jul 02 20:44:15.974 INFO O| Jul 02 20:44:15.974 INFO STEP 257 (remove_files) COMPLETE
61362026-07-02T20:44:16.650Z[ recovery-image] Jul 02 20:44:15.974 INFO O| Jul 02 20:44:15.974 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-07-02T20:44:16.659Z[ recovery-image] Jul 02 20:44:15.984 INFO O| Jul 02 20:44:15.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61382026-07-02T20:44:16.659Z[ recovery-image] Jul 02 20:44:15.984 INFO O| Jul 02 20:44:15.984 INFO STEP 258 (remove_files) COMPLETE
61392026-07-02T20:44:16.659Z[ recovery-image] Jul 02 20:44:15.984 INFO O| Jul 02 20:44:15.984 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-07-02T20:44:16.667Z[ recovery-image] Jul 02 20:44:15.992 INFO O| Jul 02 20:44:15.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61412026-07-02T20:44:16.667Z[ recovery-image] Jul 02 20:44:15.992 INFO O| Jul 02 20:44:15.992 INFO STEP 259 (remove_files) COMPLETE
61422026-07-02T20:44:16.670Z[ recovery-image] Jul 02 20:44:15.992 INFO O| Jul 02 20:44:15.992 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-07-02T20:44:16.676Z[ recovery-image] Jul 02 20:44:16.001 INFO O| Jul 02 20:44:16.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61442026-07-02T20:44:16.676Z[ recovery-image] Jul 02 20:44:16.001 INFO O| Jul 02 20:44:16.001 INFO STEP 260 (remove_files) COMPLETE
61452026-07-02T20:44:16.676Z[ recovery-image] Jul 02 20:44:16.001 INFO O| Jul 02 20:44:16.001 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-07-02T20:44:16.688Z[ recovery-image] Jul 02 20:44:16.013 INFO O| Jul 02 20:44:16.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61472026-07-02T20:44:16.688Z[ recovery-image] Jul 02 20:44:16.013 INFO O| Jul 02 20:44:16.013 INFO STEP 261 (remove_files) COMPLETE
61482026-07-02T20:44:16.688Z[ recovery-image] Jul 02 20:44:16.013 INFO O| Jul 02 20:44:16.013 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-07-02T20:44:16.698Z[ recovery-image] Jul 02 20:44:16.023 INFO O| Jul 02 20:44:16.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61502026-07-02T20:44:16.702Z[ recovery-image] Jul 02 20:44:16.024 INFO O| Jul 02 20:44:16.024 INFO STEP 262 (remove_files) COMPLETE
61512026-07-02T20:44:16.702Z[ recovery-image] Jul 02 20:44:16.024 INFO O| Jul 02 20:44:16.024 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-07-02T20:44:16.708Z[ recovery-image] Jul 02 20:44:16.033 INFO O| Jul 02 20:44:16.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61532026-07-02T20:44:16.711Z[ recovery-image] Jul 02 20:44:16.033 INFO O| Jul 02 20:44:16.033 INFO STEP 263 (remove_files) COMPLETE
61542026-07-02T20:44:16.711Z[ recovery-image] Jul 02 20:44:16.033 INFO O| Jul 02 20:44:16.033 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-07-02T20:44:16.717Z[ recovery-image] Jul 02 20:44:16.042 INFO O| Jul 02 20:44:16.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61562026-07-02T20:44:16.717Z[ recovery-image] Jul 02 20:44:16.042 INFO O| Jul 02 20:44:16.042 INFO STEP 264 (remove_files) COMPLETE
61572026-07-02T20:44:16.720Z[ recovery-image] Jul 02 20:44:16.042 INFO O| Jul 02 20:44:16.042 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-07-02T20:44:16.725Z[ recovery-image] Jul 02 20:44:16.050 INFO O| Jul 02 20:44:16.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61592026-07-02T20:44:16.725Z[ recovery-image] Jul 02 20:44:16.050 INFO O| Jul 02 20:44:16.050 INFO STEP 265 (remove_files) COMPLETE
61602026-07-02T20:44:16.728Z[ recovery-image] Jul 02 20:44:16.050 INFO O| Jul 02 20:44:16.050 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-07-02T20:44:16.733Z[ recovery-image] Jul 02 20:44:16.058 INFO O| Jul 02 20:44:16.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61622026-07-02T20:44:16.736Z[ recovery-image] Jul 02 20:44:16.058 INFO O| Jul 02 20:44:16.058 INFO STEP 266 (remove_files) COMPLETE
61632026-07-02T20:44:16.736Z[ recovery-image] Jul 02 20:44:16.058 INFO O| Jul 02 20:44:16.058 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-07-02T20:44:16.743Z[ recovery-image] Jul 02 20:44:16.068 INFO O| Jul 02 20:44:16.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61652026-07-02T20:44:16.743Z[ recovery-image] Jul 02 20:44:16.068 INFO O| Jul 02 20:44:16.068 INFO STEP 267 (remove_files) COMPLETE
61662026-07-02T20:44:16.747Z[ recovery-image] Jul 02 20:44:16.068 INFO O| Jul 02 20:44:16.068 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-07-02T20:44:16.753Z[ recovery-image] Jul 02 20:44:16.078 INFO O| Jul 02 20:44:16.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61682026-07-02T20:44:16.755Z[ recovery-image] Jul 02 20:44:16.078 INFO O| Jul 02 20:44:16.078 INFO STEP 268 (remove_files) COMPLETE
61692026-07-02T20:44:16.755Z[ recovery-image] Jul 02 20:44:16.078 INFO O| Jul 02 20:44:16.078 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-07-02T20:44:16.763Z[ recovery-image] Jul 02 20:44:16.087 INFO O| Jul 02 20:44:16.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61712026-07-02T20:44:16.763Z[ recovery-image] Jul 02 20:44:16.088 INFO O| Jul 02 20:44:16.087 INFO STEP 269 (remove_files) COMPLETE
61722026-07-02T20:44:16.766Z[ recovery-image] Jul 02 20:44:16.088 INFO O| Jul 02 20:44:16.088 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-07-02T20:44:16.771Z[ recovery-image] Jul 02 20:44:16.097 INFO O| Jul 02 20:44:16.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61742026-07-02T20:44:16.772Z[ recovery-image] Jul 02 20:44:16.097 INFO O| Jul 02 20:44:16.097 INFO STEP 270 (remove_files) COMPLETE
61752026-07-02T20:44:16.772Z[ recovery-image] Jul 02 20:44:16.097 INFO O| Jul 02 20:44:16.097 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-07-02T20:44:16.781Z[ recovery-image] Jul 02 20:44:16.107 INFO O| Jul 02 20:44:16.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61772026-07-02T20:44:16.781Z[ recovery-image] Jul 02 20:44:16.107 INFO O| Jul 02 20:44:16.107 INFO STEP 271 (remove_files) COMPLETE
61782026-07-02T20:44:16.781Z[ recovery-image] Jul 02 20:44:16.107 INFO O| Jul 02 20:44:16.107 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-07-02T20:44:16.791Z[ recovery-image] Jul 02 20:44:16.116 INFO O| Jul 02 20:44:16.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61802026-07-02T20:44:16.791Z[ recovery-image] Jul 02 20:44:16.116 INFO O| Jul 02 20:44:16.116 INFO STEP 272 (remove_files) COMPLETE
61812026-07-02T20:44:16.791Z[ recovery-image] Jul 02 20:44:16.116 INFO O| Jul 02 20:44:16.116 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-07-02T20:44:16.801Z[ recovery-image] Jul 02 20:44:16.126 INFO O| Jul 02 20:44:16.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61832026-07-02T20:44:16.801Z[ recovery-image] Jul 02 20:44:16.126 INFO O| Jul 02 20:44:16.126 INFO STEP 273 (remove_files) COMPLETE
61842026-07-02T20:44:16.802Z[ recovery-image] Jul 02 20:44:16.126 INFO O| Jul 02 20:44:16.126 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-07-02T20:44:16.812Z[ recovery-image] Jul 02 20:44:16.137 INFO O| Jul 02 20:44:16.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61862026-07-02T20:44:16.815Z[ recovery-image] Jul 02 20:44:16.137 INFO O| Jul 02 20:44:16.137 INFO STEP 274 (remove_files) COMPLETE
61872026-07-02T20:44:16.815Z[ recovery-image] Jul 02 20:44:16.137 INFO O| Jul 02 20:44:16.137 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-07-02T20:44:16.822Z[ recovery-image] Jul 02 20:44:16.147 INFO O| Jul 02 20:44:16.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61892026-07-02T20:44:16.822Z[ recovery-image] Jul 02 20:44:16.147 INFO O| Jul 02 20:44:16.147 INFO STEP 275 (remove_files) COMPLETE
61902026-07-02T20:44:16.822Z[ recovery-image] Jul 02 20:44:16.147 INFO O| Jul 02 20:44:16.147 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-07-02T20:44:16.832Z[ recovery-image] Jul 02 20:44:16.157 INFO O| Jul 02 20:44:16.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61922026-07-02T20:44:16.832Z[ recovery-image] Jul 02 20:44:16.157 INFO O| Jul 02 20:44:16.157 INFO STEP 276 (remove_files) COMPLETE
61932026-07-02T20:44:16.832Z[ recovery-image] Jul 02 20:44:16.157 INFO O| Jul 02 20:44:16.157 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-07-02T20:44:16.842Z[ recovery-image] Jul 02 20:44:16.167 INFO O| Jul 02 20:44:16.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61952026-07-02T20:44:16.842Z[ recovery-image] Jul 02 20:44:16.167 INFO O| Jul 02 20:44:16.167 INFO STEP 277 (remove_files) COMPLETE
61962026-07-02T20:44:16.842Z[ recovery-image] Jul 02 20:44:16.167 INFO O| Jul 02 20:44:16.167 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-07-02T20:44:16.852Z[ recovery-image] Jul 02 20:44:16.177 INFO O| Jul 02 20:44:16.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61982026-07-02T20:44:16.852Z[ recovery-image] Jul 02 20:44:16.177 INFO O| Jul 02 20:44:16.177 INFO STEP 278 (remove_files) COMPLETE
61992026-07-02T20:44:16.852Z[ recovery-image] Jul 02 20:44:16.177 INFO O| Jul 02 20:44:16.177 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-07-02T20:44:16.862Z[ recovery-image] Jul 02 20:44:16.186 INFO O| Jul 02 20:44:16.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
62012026-07-02T20:44:16.862Z[ recovery-image] Jul 02 20:44:16.187 INFO O| Jul 02 20:44:16.186 INFO STEP 279 (remove_files) COMPLETE
62022026-07-02T20:44:16.862Z[ recovery-image] Jul 02 20:44:16.187 INFO O| Jul 02 20:44:16.186 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-07-02T20:44:16.872Z[ recovery-image] Jul 02 20:44:16.197 INFO O| Jul 02 20:44:16.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
62042026-07-02T20:44:16.872Z[ recovery-image] Jul 02 20:44:16.197 INFO O| Jul 02 20:44:16.197 INFO STEP 280 (remove_files) COMPLETE
62052026-07-02T20:44:16.875Z[ recovery-image] Jul 02 20:44:16.197 INFO O| Jul 02 20:44:16.197 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-07-02T20:44:16.882Z[ recovery-image] Jul 02 20:44:16.207 INFO O| Jul 02 20:44:16.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62072026-07-02T20:44:16.882Z[ recovery-image] Jul 02 20:44:16.207 INFO O| Jul 02 20:44:16.207 INFO STEP 281 (remove_files) COMPLETE
62082026-07-02T20:44:16.885Z[ recovery-image] Jul 02 20:44:16.207 INFO O| Jul 02 20:44:16.207 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-07-02T20:44:16.892Z[ recovery-image] Jul 02 20:44:16.217 INFO O| Jul 02 20:44:16.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62102026-07-02T20:44:16.892Z[ recovery-image] Jul 02 20:44:16.217 INFO O| Jul 02 20:44:16.217 INFO STEP 282 (remove_files) COMPLETE
62112026-07-02T20:44:16.892Z[ recovery-image] Jul 02 20:44:16.217 INFO O| Jul 02 20:44:16.217 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-07-02T20:44:16.903Z[ recovery-image] Jul 02 20:44:16.228 INFO O| Jul 02 20:44:16.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62132026-07-02T20:44:16.903Z[ recovery-image] Jul 02 20:44:16.228 INFO O| Jul 02 20:44:16.228 INFO STEP 283 (remove_files) COMPLETE
62142026-07-02T20:44:16.907Z[ recovery-image] Jul 02 20:44:16.228 INFO O| Jul 02 20:44:16.228 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-07-02T20:44:16.913Z[ recovery-image] Jul 02 20:44:16.238 INFO O| Jul 02 20:44:16.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62162026-07-02T20:44:16.914Z[ recovery-image] Jul 02 20:44:16.239 INFO O| Jul 02 20:44:16.239 INFO STEP 284 (remove_files) COMPLETE
62172026-07-02T20:44:16.914Z[ recovery-image] Jul 02 20:44:16.239 INFO O| Jul 02 20:44:16.239 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-07-02T20:44:16.925Z[ recovery-image] Jul 02 20:44:16.250 INFO O| Jul 02 20:44:16.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62192026-07-02T20:44:16.925Z[ recovery-image] Jul 02 20:44:16.250 INFO O| Jul 02 20:44:16.250 INFO STEP 285 (remove_files) COMPLETE
62202026-07-02T20:44:16.925Z[ recovery-image] Jul 02 20:44:16.250 INFO O| Jul 02 20:44:16.250 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-07-02T20:44:16.935Z[ recovery-image] Jul 02 20:44:16.260 INFO O| Jul 02 20:44:16.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62222026-07-02T20:44:16.935Z[ recovery-image] Jul 02 20:44:16.260 INFO O| Jul 02 20:44:16.260 INFO STEP 286 (remove_files) COMPLETE
62232026-07-02T20:44:16.938Z[ recovery-image] Jul 02 20:44:16.260 INFO O| Jul 02 20:44:16.260 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-07-02T20:44:16.945Z[ recovery-image] Jul 02 20:44:16.270 INFO O| Jul 02 20:44:16.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62252026-07-02T20:44:16.945Z[ recovery-image] Jul 02 20:44:16.270 INFO O| Jul 02 20:44:16.270 INFO STEP 287 (remove_files) COMPLETE
62262026-07-02T20:44:16.945Z[ recovery-image] Jul 02 20:44:16.270 INFO O| Jul 02 20:44:16.270 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-07-02T20:44:16.954Z[ recovery-image] Jul 02 20:44:16.279 INFO O| Jul 02 20:44:16.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62282026-07-02T20:44:16.954Z[ recovery-image] Jul 02 20:44:16.279 INFO O| Jul 02 20:44:16.279 INFO STEP 288 (remove_files) COMPLETE
62292026-07-02T20:44:16.957Z[ recovery-image] Jul 02 20:44:16.279 INFO O| Jul 02 20:44:16.279 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-07-02T20:44:16.965Z[ recovery-image] Jul 02 20:44:16.290 INFO O| Jul 02 20:44:16.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62312026-07-02T20:44:16.965Z[ recovery-image] Jul 02 20:44:16.290 INFO O| Jul 02 20:44:16.290 INFO STEP 289 (remove_files) COMPLETE
62322026-07-02T20:44:16.965Z[ recovery-image] Jul 02 20:44:16.290 INFO O| Jul 02 20:44:16.290 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-07-02T20:44:16.976Z[ recovery-image] Jul 02 20:44:16.301 INFO O| Jul 02 20:44:16.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62342026-07-02T20:44:16.976Z[ recovery-image] Jul 02 20:44:16.301 INFO O| Jul 02 20:44:16.301 INFO STEP 290 (remove_files) COMPLETE
62352026-07-02T20:44:16.976Z[ recovery-image] Jul 02 20:44:16.301 INFO O| Jul 02 20:44:16.301 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-07-02T20:44:16.987Z[ recovery-image] Jul 02 20:44:16.311 INFO O| Jul 02 20:44:16.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62372026-07-02T20:44:16.987Z[ recovery-image] Jul 02 20:44:16.311 INFO O| Jul 02 20:44:16.311 INFO STEP 291 (remove_files) COMPLETE
62382026-07-02T20:44:16.990Z[ recovery-image] Jul 02 20:44:16.311 INFO O| Jul 02 20:44:16.311 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-07-02T20:44:16.998Z[ recovery-image] Jul 02 20:44:16.323 INFO O| Jul 02 20:44:16.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62402026-07-02T20:44:16.998Z[ recovery-image] Jul 02 20:44:16.323 INFO O| Jul 02 20:44:16.323 INFO STEP 292 (remove_files) COMPLETE
62412026-07-02T20:44:17.003Z[ recovery-image] Jul 02 20:44:16.323 INFO O| Jul 02 20:44:16.323 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-07-02T20:44:17.009Z[ recovery-image] Jul 02 20:44:16.334 INFO O| Jul 02 20:44:16.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62432026-07-02T20:44:17.009Z[ recovery-image] Jul 02 20:44:16.334 INFO O| Jul 02 20:44:16.334 INFO STEP 293 (remove_files) COMPLETE
62442026-07-02T20:44:17.010Z[ recovery-image] Jul 02 20:44:16.334 INFO O| Jul 02 20:44:16.334 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-07-02T20:44:17.020Z[ recovery-image] Jul 02 20:44:16.344 INFO O| Jul 02 20:44:16.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62462026-07-02T20:44:17.020Z[ recovery-image] Jul 02 20:44:16.345 INFO O| Jul 02 20:44:16.344 INFO STEP 294 (remove_files) COMPLETE
62472026-07-02T20:44:17.020Z[ recovery-image] Jul 02 20:44:16.345 INFO O| Jul 02 20:44:16.344 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-07-02T20:44:17.029Z[ recovery-image] Jul 02 20:44:16.354 INFO O| Jul 02 20:44:16.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62492026-07-02T20:44:17.032Z[ recovery-image] Jul 02 20:44:16.355 INFO O| Jul 02 20:44:16.355 INFO STEP 295 (remove_files) COMPLETE
62502026-07-02T20:44:17.032Z[ recovery-image] Jul 02 20:44:16.355 INFO O| Jul 02 20:44:16.355 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-07-02T20:44:17.039Z[ recovery-image] Jul 02 20:44:16.364 INFO O| Jul 02 20:44:16.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62522026-07-02T20:44:17.039Z[ recovery-image] Jul 02 20:44:16.364 INFO O| Jul 02 20:44:16.364 INFO STEP 296 (remove_files) COMPLETE
62532026-07-02T20:44:17.039Z[ recovery-image] Jul 02 20:44:16.364 INFO O| Jul 02 20:44:16.364 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-07-02T20:44:17.050Z[ recovery-image] Jul 02 20:44:16.375 INFO O| Jul 02 20:44:16.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62552026-07-02T20:44:17.050Z[ recovery-image] Jul 02 20:44:16.375 INFO O| Jul 02 20:44:16.375 INFO STEP 297 (remove_files) COMPLETE
62562026-07-02T20:44:17.053Z[ recovery-image] Jul 02 20:44:16.375 INFO O| Jul 02 20:44:16.375 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-07-02T20:44:17.062Z[ recovery-image] Jul 02 20:44:16.386 INFO O| Jul 02 20:44:16.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62582026-07-02T20:44:17.062Z[ recovery-image] Jul 02 20:44:16.386 INFO O| Jul 02 20:44:16.386 INFO STEP 298 (remove_files) COMPLETE
62592026-07-02T20:44:17.062Z[ recovery-image] Jul 02 20:44:16.386 INFO O| Jul 02 20:44:16.386 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-07-02T20:44:17.073Z[ recovery-image] Jul 02 20:44:16.398 INFO O| Jul 02 20:44:16.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62612026-07-02T20:44:17.073Z[ recovery-image] Jul 02 20:44:16.398 INFO O| Jul 02 20:44:16.398 INFO STEP 299 (remove_files) COMPLETE
62622026-07-02T20:44:17.073Z[ recovery-image] Jul 02 20:44:16.398 INFO O| Jul 02 20:44:16.398 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-07-02T20:44:17.084Z[ recovery-image] Jul 02 20:44:16.408 INFO O| Jul 02 20:44:16.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62642026-07-02T20:44:17.084Z[ recovery-image] Jul 02 20:44:16.408 INFO O| Jul 02 20:44:16.408 INFO STEP 300 (remove_files) COMPLETE
62652026-07-02T20:44:17.084Z[ recovery-image] Jul 02 20:44:16.408 INFO O| Jul 02 20:44:16.408 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-07-02T20:44:17.094Z[ recovery-image] Jul 02 20:44:16.419 INFO O| Jul 02 20:44:16.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62672026-07-02T20:44:17.094Z[ recovery-image] Jul 02 20:44:16.419 INFO O| Jul 02 20:44:16.419 INFO STEP 301 (remove_files) COMPLETE
62682026-07-02T20:44:17.095Z[ recovery-image] Jul 02 20:44:16.419 INFO O| Jul 02 20:44:16.419 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-07-02T20:44:17.104Z[ recovery-image] Jul 02 20:44:16.429 INFO O| Jul 02 20:44:16.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62702026-07-02T20:44:17.104Z[ recovery-image] Jul 02 20:44:16.429 INFO O| Jul 02 20:44:16.429 INFO STEP 302 (remove_files) COMPLETE
62712026-07-02T20:44:17.104Z[ recovery-image] Jul 02 20:44:16.429 INFO O| Jul 02 20:44:16.429 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-07-02T20:44:17.113Z[ recovery-image] Jul 02 20:44:16.438 INFO O| Jul 02 20:44:16.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62732026-07-02T20:44:17.113Z[ recovery-image] Jul 02 20:44:16.438 INFO O| Jul 02 20:44:16.438 INFO STEP 303 (remove_files) COMPLETE
62742026-07-02T20:44:17.113Z[ recovery-image] Jul 02 20:44:16.438 INFO O| Jul 02 20:44:16.438 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-07-02T20:44:17.124Z[ recovery-image] Jul 02 20:44:16.449 INFO O| Jul 02 20:44:16.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62762026-07-02T20:44:17.124Z[ recovery-image] Jul 02 20:44:16.449 INFO O| Jul 02 20:44:16.449 INFO STEP 304 (remove_files) COMPLETE
62772026-07-02T20:44:17.124Z[ recovery-image] Jul 02 20:44:16.449 INFO O| Jul 02 20:44:16.449 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-07-02T20:44:17.134Z[ recovery-image] Jul 02 20:44:16.459 INFO O| Jul 02 20:44:16.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62792026-07-02T20:44:17.134Z[ recovery-image] Jul 02 20:44:16.459 INFO O| Jul 02 20:44:16.459 INFO STEP 305 (remove_files) COMPLETE
62802026-07-02T20:44:17.134Z[ recovery-image] Jul 02 20:44:16.459 INFO O| Jul 02 20:44:16.459 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-07-02T20:44:17.143Z[ recovery-image] Jul 02 20:44:16.468 INFO O| Jul 02 20:44:16.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62822026-07-02T20:44:17.143Z[ recovery-image] Jul 02 20:44:16.468 INFO O| Jul 02 20:44:16.468 INFO STEP 306 (remove_files) COMPLETE
62832026-07-02T20:44:17.143Z[ recovery-image] Jul 02 20:44:16.468 INFO O| Jul 02 20:44:16.468 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-07-02T20:44:17.151Z[ recovery-image] Jul 02 20:44:16.476 INFO O| Jul 02 20:44:16.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62852026-07-02T20:44:17.151Z[ recovery-image] Jul 02 20:44:16.476 INFO O| Jul 02 20:44:16.476 INFO STEP 307 (remove_files) COMPLETE
62862026-07-02T20:44:17.154Z[ recovery-image] Jul 02 20:44:16.476 INFO O| Jul 02 20:44:16.476 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-07-02T20:44:17.161Z[ recovery-image] Jul 02 20:44:16.487 INFO O| Jul 02 20:44:16.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62882026-07-02T20:44:17.162Z[ recovery-image] Jul 02 20:44:16.487 INFO O| Jul 02 20:44:16.487 INFO STEP 308 (remove_files) COMPLETE
62892026-07-02T20:44:17.165Z[ recovery-image] Jul 02 20:44:16.487 INFO O| Jul 02 20:44:16.487 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-07-02T20:44:17.170Z[ recovery-image] Jul 02 20:44:16.495 INFO O| Jul 02 20:44:16.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62912026-07-02T20:44:17.170Z[ recovery-image] Jul 02 20:44:16.495 INFO O| Jul 02 20:44:16.495 INFO STEP 309 (remove_files) COMPLETE
62922026-07-02T20:44:17.173Z[ recovery-image] Jul 02 20:44:16.495 INFO O| Jul 02 20:44:16.495 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-07-02T20:44:17.179Z[ recovery-image] Jul 02 20:44:16.504 INFO O| Jul 02 20:44:16.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62942026-07-02T20:44:17.179Z[ recovery-image] Jul 02 20:44:16.504 INFO O| Jul 02 20:44:16.504 INFO STEP 310 (remove_files) COMPLETE
62952026-07-02T20:44:17.179Z[ recovery-image] Jul 02 20:44:16.504 INFO O| Jul 02 20:44:16.504 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-07-02T20:44:17.187Z[ recovery-image] Jul 02 20:44:16.512 INFO O| Jul 02 20:44:16.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62972026-07-02T20:44:17.187Z[ recovery-image] Jul 02 20:44:16.512 INFO O| Jul 02 20:44:16.512 INFO STEP 311 (remove_files) COMPLETE
62982026-07-02T20:44:17.191Z[ recovery-image] Jul 02 20:44:16.512 INFO O| Jul 02 20:44:16.512 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-07-02T20:44:17.196Z[ recovery-image] Jul 02 20:44:16.522 INFO O| Jul 02 20:44:16.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
63002026-07-02T20:44:17.196Z[ recovery-image] Jul 02 20:44:16.522 INFO O| Jul 02 20:44:16.522 INFO STEP 312 (remove_files) COMPLETE
63012026-07-02T20:44:17.196Z[ recovery-image] Jul 02 20:44:16.522 INFO O| Jul 02 20:44:16.522 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-07-02T20:44:17.205Z[ recovery-image] Jul 02 20:44:16.530 INFO O| Jul 02 20:44:16.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
63032026-07-02T20:44:17.205Z[ recovery-image] Jul 02 20:44:16.531 INFO O| Jul 02 20:44:16.531 INFO STEP 313 (remove_files) COMPLETE
63042026-07-02T20:44:17.208Z[ recovery-image] Jul 02 20:44:16.531 INFO O| Jul 02 20:44:16.531 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-07-02T20:44:17.214Z[ recovery-image] Jul 02 20:44:16.540 INFO O| Jul 02 20:44:16.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63062026-07-02T20:44:17.215Z[ recovery-image] Jul 02 20:44:16.540 INFO O| Jul 02 20:44:16.540 INFO STEP 314 (remove_files) COMPLETE
63072026-07-02T20:44:17.218Z[ recovery-image] Jul 02 20:44:16.540 INFO O| Jul 02 20:44:16.540 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-07-02T20:44:17.223Z[ recovery-image] Jul 02 20:44:16.548 INFO O| Jul 02 20:44:16.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63092026-07-02T20:44:17.225Z[ recovery-image] Jul 02 20:44:16.548 INFO O| Jul 02 20:44:16.548 INFO STEP 315 (remove_files) COMPLETE
63102026-07-02T20:44:17.225Z[ recovery-image] Jul 02 20:44:16.548 INFO O| Jul 02 20:44:16.548 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-07-02T20:44:17.232Z[ recovery-image] Jul 02 20:44:16.557 INFO O| Jul 02 20:44:16.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63122026-07-02T20:44:17.235Z[ recovery-image] Jul 02 20:44:16.558 INFO O| Jul 02 20:44:16.558 INFO STEP 316 (remove_files) COMPLETE
63132026-07-02T20:44:17.235Z[ recovery-image] Jul 02 20:44:16.558 INFO O| Jul 02 20:44:16.558 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-07-02T20:44:17.242Z[ recovery-image] Jul 02 20:44:16.567 INFO O| Jul 02 20:44:16.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63152026-07-02T20:44:17.245Z[ recovery-image] Jul 02 20:44:16.567 INFO O| Jul 02 20:44:16.567 INFO STEP 317 (remove_files) COMPLETE
63162026-07-02T20:44:17.245Z[ recovery-image] Jul 02 20:44:16.567 INFO O| Jul 02 20:44:16.567 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-07-02T20:44:17.250Z[ recovery-image] Jul 02 20:44:16.575 INFO O| Jul 02 20:44:16.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63182026-07-02T20:44:17.250Z[ recovery-image] Jul 02 20:44:16.575 INFO O| Jul 02 20:44:16.575 INFO STEP 318 (remove_files) COMPLETE
63192026-07-02T20:44:17.253Z[ recovery-image] Jul 02 20:44:16.575 INFO O| Jul 02 20:44:16.575 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-07-02T20:44:17.258Z[ recovery-image] Jul 02 20:44:16.583 INFO O| Jul 02 20:44:16.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63212026-07-02T20:44:17.258Z[ recovery-image] Jul 02 20:44:16.583 INFO O| Jul 02 20:44:16.583 INFO STEP 319 (remove_files) COMPLETE
63222026-07-02T20:44:17.261Z[ recovery-image] Jul 02 20:44:16.583 INFO O| Jul 02 20:44:16.583 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-07-02T20:44:17.267Z[ recovery-image] Jul 02 20:44:16.592 INFO O| Jul 02 20:44:16.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63242026-07-02T20:44:17.267Z[ recovery-image] Jul 02 20:44:16.592 INFO O| Jul 02 20:44:16.592 INFO STEP 320 (remove_files) COMPLETE
63252026-07-02T20:44:17.267Z[ recovery-image] Jul 02 20:44:16.592 INFO O| Jul 02 20:44:16.592 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-07-02T20:44:17.275Z[ recovery-image] Jul 02 20:44:16.600 INFO O| Jul 02 20:44:16.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63272026-07-02T20:44:17.278Z[ recovery-image] Jul 02 20:44:16.601 INFO O| Jul 02 20:44:16.600 INFO STEP 321 (remove_files) COMPLETE
63282026-07-02T20:44:17.278Z[ recovery-image] Jul 02 20:44:16.601 INFO O| Jul 02 20:44:16.601 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-07-02T20:44:17.282Z[ recovery-image] Jul 02 20:44:16.608 INFO O| Jul 02 20:44:16.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63302026-07-02T20:44:17.283Z[ recovery-image] Jul 02 20:44:16.608 INFO O| Jul 02 20:44:16.608 INFO STEP 322 (remove_files) COMPLETE
63312026-07-02T20:44:17.285Z[ recovery-image] Jul 02 20:44:16.608 INFO O| Jul 02 20:44:16.608 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-07-02T20:44:17.290Z[ recovery-image] Jul 02 20:44:16.615 INFO O| Jul 02 20:44:16.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63332026-07-02T20:44:17.290Z[ recovery-image] Jul 02 20:44:16.615 INFO O| Jul 02 20:44:16.615 INFO STEP 323 (remove_files) COMPLETE
63342026-07-02T20:44:17.293Z[ recovery-image] Jul 02 20:44:16.615 INFO O| Jul 02 20:44:16.615 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-07-02T20:44:17.297Z[ recovery-image] Jul 02 20:44:16.622 INFO O| Jul 02 20:44:16.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63362026-07-02T20:44:17.300Z[ recovery-image] Jul 02 20:44:16.622 INFO O| Jul 02 20:44:16.622 INFO STEP 324 (remove_files) COMPLETE
63372026-07-02T20:44:17.300Z[ recovery-image] Jul 02 20:44:16.622 INFO O| Jul 02 20:44:16.622 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-07-02T20:44:17.304Z[ recovery-image] Jul 02 20:44:16.629 INFO O| Jul 02 20:44:16.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63392026-07-02T20:44:17.307Z[ recovery-image] Jul 02 20:44:16.629 INFO O| Jul 02 20:44:16.629 INFO STEP 325 (remove_files) COMPLETE
63402026-07-02T20:44:17.307Z[ recovery-image] Jul 02 20:44:16.629 INFO O| Jul 02 20:44:16.629 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-07-02T20:44:17.311Z[ recovery-image] Jul 02 20:44:16.636 INFO O| Jul 02 20:44:16.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63422026-07-02T20:44:17.314Z[ recovery-image] Jul 02 20:44:16.636 INFO O| Jul 02 20:44:16.636 INFO STEP 326 (remove_files) COMPLETE
63432026-07-02T20:44:17.314Z[ recovery-image] Jul 02 20:44:16.636 INFO O| Jul 02 20:44:16.636 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-07-02T20:44:17.321Z[ recovery-image] Jul 02 20:44:16.646 INFO O| Jul 02 20:44:16.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63452026-07-02T20:44:17.321Z[ recovery-image] Jul 02 20:44:16.646 INFO O| Jul 02 20:44:16.646 INFO STEP 327 (remove_files) COMPLETE
63462026-07-02T20:44:17.324Z[ recovery-image] Jul 02 20:44:16.646 INFO O| Jul 02 20:44:16.646 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-07-02T20:44:17.330Z[ recovery-image] Jul 02 20:44:16.656 INFO O| Jul 02 20:44:16.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63482026-07-02T20:44:17.330Z[ recovery-image] Jul 02 20:44:16.656 INFO O| Jul 02 20:44:16.656 INFO STEP 328 (remove_files) COMPLETE
63492026-07-02T20:44:17.331Z[ recovery-image] Jul 02 20:44:16.656 INFO O| Jul 02 20:44:16.656 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-07-02T20:44:17.339Z[ recovery-image] Jul 02 20:44:16.664 INFO O| Jul 02 20:44:16.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63512026-07-02T20:44:17.339Z[ recovery-image] Jul 02 20:44:16.664 INFO O| Jul 02 20:44:16.664 INFO STEP 329 (remove_files) COMPLETE
63522026-07-02T20:44:17.342Z[ recovery-image] Jul 02 20:44:16.664 INFO O| Jul 02 20:44:16.664 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-07-02T20:44:17.350Z[ recovery-image] Jul 02 20:44:16.675 INFO O| Jul 02 20:44:16.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63542026-07-02T20:44:17.352Z[ recovery-image] Jul 02 20:44:16.675 INFO O| Jul 02 20:44:16.675 INFO STEP 330 (remove_files) COMPLETE
63552026-07-02T20:44:17.352Z[ recovery-image] Jul 02 20:44:16.675 INFO O| Jul 02 20:44:16.675 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-07-02T20:44:17.359Z[ recovery-image] Jul 02 20:44:16.684 INFO O| Jul 02 20:44:16.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63572026-07-02T20:44:17.359Z[ recovery-image] Jul 02 20:44:16.684 INFO O| Jul 02 20:44:16.684 INFO STEP 331 (remove_files) COMPLETE
63582026-07-02T20:44:17.362Z[ recovery-image] Jul 02 20:44:16.684 INFO O| Jul 02 20:44:16.684 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-07-02T20:44:17.368Z[ recovery-image] Jul 02 20:44:16.693 INFO O| Jul 02 20:44:16.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63602026-07-02T20:44:17.368Z[ recovery-image] Jul 02 20:44:16.693 INFO O| Jul 02 20:44:16.693 INFO STEP 332 (remove_files) COMPLETE
63612026-07-02T20:44:17.371Z[ recovery-image] Jul 02 20:44:16.693 INFO O| Jul 02 20:44:16.693 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-07-02T20:44:17.379Z[ recovery-image] Jul 02 20:44:16.704 INFO O| Jul 02 20:44:16.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63632026-07-02T20:44:17.382Z[ recovery-image] Jul 02 20:44:16.704 INFO O| Jul 02 20:44:16.704 INFO STEP 333 (remove_files) COMPLETE
63642026-07-02T20:44:17.382Z[ recovery-image] Jul 02 20:44:16.704 INFO O| Jul 02 20:44:16.704 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-07-02T20:44:17.388Z[ recovery-image] Jul 02 20:44:16.714 INFO O| Jul 02 20:44:16.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63662026-07-02T20:44:17.389Z[ recovery-image] Jul 02 20:44:16.714 INFO O| Jul 02 20:44:16.714 INFO STEP 334 (remove_files) COMPLETE
63672026-07-02T20:44:17.389Z[ recovery-image] Jul 02 20:44:16.714 INFO O| Jul 02 20:44:16.714 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-07-02T20:44:17.399Z[ recovery-image] Jul 02 20:44:16.722 INFO O| Jul 02 20:44:16.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63692026-07-02T20:44:17.399Z[ recovery-image] Jul 02 20:44:16.723 INFO O| Jul 02 20:44:16.723 INFO STEP 335 (remove_files) COMPLETE
63702026-07-02T20:44:17.399Z[ recovery-image] Jul 02 20:44:16.723 INFO O| Jul 02 20:44:16.723 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-07-02T20:44:17.406Z[ recovery-image] Jul 02 20:44:16.731 INFO O| Jul 02 20:44:16.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63722026-07-02T20:44:17.406Z[ recovery-image] Jul 02 20:44:16.731 INFO O| Jul 02 20:44:16.731 INFO STEP 336 (remove_files) COMPLETE
63732026-07-02T20:44:17.406Z[ recovery-image] Jul 02 20:44:16.731 INFO O| Jul 02 20:44:16.731 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-07-02T20:44:17.416Z[ recovery-image] Jul 02 20:44:16.741 INFO O| Jul 02 20:44:16.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63752026-07-02T20:44:17.416Z[ recovery-image] Jul 02 20:44:16.741 INFO O| Jul 02 20:44:16.741 INFO STEP 337 (remove_files) COMPLETE
63762026-07-02T20:44:17.419Z[ recovery-image] Jul 02 20:44:16.741 INFO O| Jul 02 20:44:16.741 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-07-02T20:44:17.425Z[ recovery-image] Jul 02 20:44:16.750 INFO O| Jul 02 20:44:16.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63782026-07-02T20:44:17.425Z[ recovery-image] Jul 02 20:44:16.750 INFO O| Jul 02 20:44:16.750 INFO STEP 338 (remove_files) COMPLETE
63792026-07-02T20:44:17.428Z[ recovery-image] Jul 02 20:44:16.750 INFO O| Jul 02 20:44:16.750 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-07-02T20:44:17.436Z[ recovery-image] Jul 02 20:44:16.761 INFO O| Jul 02 20:44:16.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63812026-07-02T20:44:17.436Z[ recovery-image] Jul 02 20:44:16.761 INFO O| Jul 02 20:44:16.761 INFO STEP 339 (remove_files) COMPLETE
63822026-07-02T20:44:17.436Z[ recovery-image] Jul 02 20:44:16.761 INFO O| Jul 02 20:44:16.761 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-07-02T20:44:17.445Z[ recovery-image] Jul 02 20:44:16.770 INFO O| Jul 02 20:44:16.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63842026-07-02T20:44:17.445Z[ recovery-image] Jul 02 20:44:16.770 INFO O| Jul 02 20:44:16.770 INFO STEP 340 (remove_files) COMPLETE
63852026-07-02T20:44:17.445Z[ recovery-image] Jul 02 20:44:16.770 INFO O| Jul 02 20:44:16.770 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-07-02T20:44:17.454Z[ recovery-image] Jul 02 20:44:16.779 INFO O| Jul 02 20:44:16.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63872026-07-02T20:44:17.454Z[ recovery-image] Jul 02 20:44:16.780 INFO O| Jul 02 20:44:16.779 INFO STEP 341 (remove_files) COMPLETE
63882026-07-02T20:44:17.457Z[ recovery-image] Jul 02 20:44:16.780 INFO O| Jul 02 20:44:16.779 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-07-02T20:44:17.464Z[ recovery-image] Jul 02 20:44:16.789 INFO O| Jul 02 20:44:16.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63902026-07-02T20:44:17.464Z[ recovery-image] Jul 02 20:44:16.789 INFO O| Jul 02 20:44:16.789 INFO STEP 342 (remove_files) COMPLETE
63912026-07-02T20:44:17.464Z[ recovery-image] Jul 02 20:44:16.789 INFO O| Jul 02 20:44:16.789 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-07-02T20:44:17.472Z[ recovery-image] Jul 02 20:44:16.798 INFO O| Jul 02 20:44:16.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63932026-07-02T20:44:17.473Z[ recovery-image] Jul 02 20:44:16.798 INFO O| Jul 02 20:44:16.798 INFO STEP 343 (remove_files) COMPLETE
63942026-07-02T20:44:17.477Z[ recovery-image] Jul 02 20:44:16.798 INFO O| Jul 02 20:44:16.798 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-02T20:44:17.481Z[ recovery-image] Jul 02 20:44:16.806 INFO O| Jul 02 20:44:16.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63962026-07-02T20:44:17.485Z[ recovery-image] Jul 02 20:44:16.806 INFO O| Jul 02 20:44:16.806 INFO STEP 344 (remove_files) COMPLETE
63972026-07-02T20:44:17.485Z[ recovery-image] Jul 02 20:44:16.806 INFO O| Jul 02 20:44:16.806 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-02T20:44:17.492Z[ recovery-image] Jul 02 20:44:16.815 INFO O| Jul 02 20:44:16.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63992026-07-02T20:44:17.492Z[ recovery-image] Jul 02 20:44:16.815 INFO O| Jul 02 20:44:16.815 INFO STEP 345 (remove_files) COMPLETE
64002026-07-02T20:44:17.495Z[ recovery-image] Jul 02 20:44:16.815 INFO O| Jul 02 20:44:16.815 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-02T20:44:17.501Z[ recovery-image] Jul 02 20:44:16.825 INFO O| Jul 02 20:44:16.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
64022026-07-02T20:44:17.501Z[ recovery-image] Jul 02 20:44:16.825 INFO O| Jul 02 20:44:16.825 INFO STEP 346 (remove_files) COMPLETE
64032026-07-02T20:44:17.504Z[ recovery-image] Jul 02 20:44:16.825 INFO O| Jul 02 20:44:16.825 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-02T20:44:17.511Z[ recovery-image] Jul 02 20:44:16.836 INFO O| Jul 02 20:44:16.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
64052026-07-02T20:44:17.511Z[ recovery-image] Jul 02 20:44:16.836 INFO O| Jul 02 20:44:16.836 INFO STEP 347 (remove_files) COMPLETE
64062026-07-02T20:44:17.514Z[ recovery-image] Jul 02 20:44:16.836 INFO O| Jul 02 20:44:16.836 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-02T20:44:17.521Z[ recovery-image] Jul 02 20:44:16.846 INFO O| Jul 02 20:44:16.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64082026-07-02T20:44:17.521Z[ recovery-image] Jul 02 20:44:16.846 INFO O| Jul 02 20:44:16.846 INFO STEP 348 (remove_files) COMPLETE
64092026-07-02T20:44:17.524Z[ recovery-image] Jul 02 20:44:16.846 INFO O| Jul 02 20:44:16.846 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-02T20:44:17.530Z[ recovery-image] Jul 02 20:44:16.855 INFO O| Jul 02 20:44:16.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64112026-07-02T20:44:17.530Z[ recovery-image] Jul 02 20:44:16.855 INFO O| Jul 02 20:44:16.855 INFO STEP 349 (remove_files) COMPLETE
64122026-07-02T20:44:17.534Z[ recovery-image] Jul 02 20:44:16.855 INFO O| Jul 02 20:44:16.855 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-02T20:44:17.541Z[ recovery-image] Jul 02 20:44:16.865 INFO O| Jul 02 20:44:16.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64142026-07-02T20:44:17.541Z[ recovery-image] Jul 02 20:44:16.865 INFO O| Jul 02 20:44:16.865 INFO STEP 350 (remove_files) COMPLETE
64152026-07-02T20:44:17.544Z[ recovery-image] Jul 02 20:44:16.865 INFO O| Jul 02 20:44:16.865 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-02T20:44:17.550Z[ recovery-image] Jul 02 20:44:16.875 INFO O| Jul 02 20:44:16.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64172026-07-02T20:44:17.550Z[ recovery-image] Jul 02 20:44:16.875 INFO O| Jul 02 20:44:16.875 INFO STEP 351 (remove_files) COMPLETE
64182026-07-02T20:44:17.550Z[ recovery-image] Jul 02 20:44:16.875 INFO O| Jul 02 20:44:16.875 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-02T20:44:17.559Z[ recovery-image] Jul 02 20:44:16.884 INFO O| Jul 02 20:44:16.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64202026-07-02T20:44:17.559Z[ recovery-image] Jul 02 20:44:16.884 INFO O| Jul 02 20:44:16.884 INFO STEP 352 (remove_files) COMPLETE
64212026-07-02T20:44:17.562Z[ recovery-image] Jul 02 20:44:16.884 INFO O| Jul 02 20:44:16.884 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-02T20:44:17.568Z[ recovery-image] Jul 02 20:44:16.893 INFO O| Jul 02 20:44:16.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64232026-07-02T20:44:17.571Z[ recovery-image] Jul 02 20:44:16.894 INFO O| Jul 02 20:44:16.894 INFO STEP 353 (remove_files) COMPLETE
64242026-07-02T20:44:17.572Z[ recovery-image] Jul 02 20:44:16.894 INFO O| Jul 02 20:44:16.894 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-02T20:44:17.578Z[ recovery-image] Jul 02 20:44:16.903 INFO O| Jul 02 20:44:16.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64262026-07-02T20:44:17.578Z[ recovery-image] Jul 02 20:44:16.903 INFO O| Jul 02 20:44:16.903 INFO STEP 354 (remove_files) COMPLETE
64272026-07-02T20:44:17.585Z[ recovery-image] Jul 02 20:44:16.903 INFO O| Jul 02 20:44:16.903 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-02T20:44:17.589Z[ recovery-image] Jul 02 20:44:16.911 INFO O| Jul 02 20:44:16.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64292026-07-02T20:44:17.589Z[ recovery-image] Jul 02 20:44:16.911 INFO O| Jul 02 20:44:16.911 INFO STEP 355 (remove_files) COMPLETE
64302026-07-02T20:44:17.589Z[ recovery-image] Jul 02 20:44:16.911 INFO O| Jul 02 20:44:16.911 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-02T20:44:17.594Z[ recovery-image] Jul 02 20:44:16.919 INFO O| Jul 02 20:44:16.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64322026-07-02T20:44:17.594Z[ recovery-image] Jul 02 20:44:16.919 INFO O| Jul 02 20:44:16.919 INFO STEP 356 (remove_files) COMPLETE
64332026-07-02T20:44:17.597Z[ recovery-image] Jul 02 20:44:16.919 INFO O| Jul 02 20:44:16.919 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-02T20:44:17.604Z[ recovery-image] Jul 02 20:44:16.929 INFO O| Jul 02 20:44:16.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64352026-07-02T20:44:17.609Z[ recovery-image] Jul 02 20:44:16.930 INFO O| Jul 02 20:44:16.929 INFO STEP 357 (remove_files) COMPLETE
64362026-07-02T20:44:17.609Z[ recovery-image] Jul 02 20:44:16.930 INFO O| Jul 02 20:44:16.929 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-02T20:44:17.614Z[ recovery-image] Jul 02 20:44:16.939 INFO O| Jul 02 20:44:16.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64382026-07-02T20:44:17.614Z[ recovery-image] Jul 02 20:44:16.939 INFO O| Jul 02 20:44:16.939 INFO STEP 358 (remove_files) COMPLETE
64392026-07-02T20:44:17.617Z[ recovery-image] Jul 02 20:44:16.939 INFO O| Jul 02 20:44:16.939 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-02T20:44:17.625Z[ recovery-image] Jul 02 20:44:16.948 INFO O| Jul 02 20:44:16.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64412026-07-02T20:44:17.628Z[ recovery-image] Jul 02 20:44:16.949 INFO O| Jul 02 20:44:16.949 INFO STEP 359 (remove_files) COMPLETE
64422026-07-02T20:44:17.629Z[ recovery-image] Jul 02 20:44:16.949 INFO O| Jul 02 20:44:16.949 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-02T20:44:17.634Z[ recovery-image] Jul 02 20:44:16.959 INFO O| Jul 02 20:44:16.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64442026-07-02T20:44:17.634Z[ recovery-image] Jul 02 20:44:16.959 INFO O| Jul 02 20:44:16.959 INFO STEP 360 (remove_files) COMPLETE
64452026-07-02T20:44:17.637Z[ recovery-image] Jul 02 20:44:16.959 INFO O| Jul 02 20:44:16.959 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-02T20:44:17.642Z[ recovery-image] Jul 02 20:44:16.968 INFO O| Jul 02 20:44:16.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64472026-07-02T20:44:17.646Z[ recovery-image] Jul 02 20:44:16.968 INFO O| Jul 02 20:44:16.968 INFO STEP 361 (remove_files) COMPLETE
64482026-07-02T20:44:17.646Z[ recovery-image] Jul 02 20:44:16.968 INFO O| Jul 02 20:44:16.968 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-02T20:44:17.651Z[ recovery-image] Jul 02 20:44:16.976 INFO O| Jul 02 20:44:16.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64502026-07-02T20:44:17.658Z[ recovery-image] Jul 02 20:44:16.977 INFO O| Jul 02 20:44:16.977 INFO STEP 362 (remove_files) COMPLETE
64512026-07-02T20:44:17.658Z[ recovery-image] Jul 02 20:44:16.977 INFO O| Jul 02 20:44:16.977 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-02T20:44:17.661Z[ recovery-image] Jul 02 20:44:16.986 INFO O| Jul 02 20:44:16.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64532026-07-02T20:44:17.664Z[ recovery-image] Jul 02 20:44:16.987 INFO O| Jul 02 20:44:16.987 INFO STEP 363 (remove_files) COMPLETE
64542026-07-02T20:44:17.664Z[ recovery-image] Jul 02 20:44:16.987 INFO O| Jul 02 20:44:16.987 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-02T20:44:17.670Z[ recovery-image] Jul 02 20:44:16.995 INFO O| Jul 02 20:44:16.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64562026-07-02T20:44:17.670Z[ recovery-image] Jul 02 20:44:16.995 INFO O| Jul 02 20:44:16.995 INFO STEP 364 (remove_files) COMPLETE
64572026-07-02T20:44:17.670Z[ recovery-image] Jul 02 20:44:16.995 INFO O| Jul 02 20:44:16.995 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-02T20:44:17.686Z[ recovery-image] Jul 02 20:44:17.006 INFO O| Jul 02 20:44:17.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64592026-07-02T20:44:17.687Z[ recovery-image] Jul 02 20:44:17.006 INFO O| Jul 02 20:44:17.006 INFO STEP 365 (remove_files) COMPLETE
64602026-07-02T20:44:17.690Z[ recovery-image] Jul 02 20:44:17.006 INFO O| Jul 02 20:44:17.006 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-02T20:44:17.693Z[ recovery-image] Jul 02 20:44:17.016 INFO O| Jul 02 20:44:17.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64622026-07-02T20:44:17.693Z[ recovery-image] Jul 02 20:44:17.016 INFO O| Jul 02 20:44:17.016 INFO STEP 366 (remove_files) COMPLETE
64632026-07-02T20:44:17.693Z[ recovery-image] Jul 02 20:44:17.016 INFO O| Jul 02 20:44:17.016 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-02T20:44:17.699Z[ recovery-image] Jul 02 20:44:17.024 INFO O| Jul 02 20:44:17.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64652026-07-02T20:44:17.702Z[ recovery-image] Jul 02 20:44:17.024 INFO O| Jul 02 20:44:17.024 INFO STEP 367 (remove_files) COMPLETE
64662026-07-02T20:44:17.702Z[ recovery-image] Jul 02 20:44:17.024 INFO O| Jul 02 20:44:17.024 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-02T20:44:17.708Z[ recovery-image] Jul 02 20:44:17.033 INFO O| Jul 02 20:44:17.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64682026-07-02T20:44:17.711Z[ recovery-image] Jul 02 20:44:17.033 INFO O| Jul 02 20:44:17.033 INFO STEP 368 (remove_files) COMPLETE
64692026-07-02T20:44:17.711Z[ recovery-image] Jul 02 20:44:17.033 INFO O| Jul 02 20:44:17.033 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-02T20:44:17.717Z[ recovery-image] Jul 02 20:44:17.043 INFO O| Jul 02 20:44:17.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64712026-07-02T20:44:17.721Z[ recovery-image] Jul 02 20:44:17.043 INFO O| Jul 02 20:44:17.043 INFO STEP 369 (remove_files) COMPLETE
64722026-07-02T20:44:17.721Z[ recovery-image] Jul 02 20:44:17.043 INFO O| Jul 02 20:44:17.043 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-02T20:44:17.727Z[ recovery-image] Jul 02 20:44:17.052 INFO O| Jul 02 20:44:17.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64742026-07-02T20:44:17.727Z[ recovery-image] Jul 02 20:44:17.052 INFO O| Jul 02 20:44:17.052 INFO STEP 370 (remove_files) COMPLETE
64752026-07-02T20:44:17.730Z[ recovery-image] Jul 02 20:44:17.052 INFO O| Jul 02 20:44:17.052 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-02T20:44:17.736Z[ recovery-image] Jul 02 20:44:17.061 INFO O| Jul 02 20:44:17.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64772026-07-02T20:44:17.736Z[ recovery-image] Jul 02 20:44:17.061 INFO O| Jul 02 20:44:17.061 INFO STEP 371 (remove_files) COMPLETE
64782026-07-02T20:44:17.740Z[ recovery-image] Jul 02 20:44:17.061 INFO O| Jul 02 20:44:17.061 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-02T20:44:17.745Z[ recovery-image] Jul 02 20:44:17.071 INFO O| Jul 02 20:44:17.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64802026-07-02T20:44:17.745Z[ recovery-image] Jul 02 20:44:17.071 INFO O| Jul 02 20:44:17.071 INFO STEP 372 (remove_files) COMPLETE
64812026-07-02T20:44:17.748Z[ recovery-image] Jul 02 20:44:17.071 INFO O| Jul 02 20:44:17.071 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-02T20:44:17.755Z[ recovery-image] Jul 02 20:44:17.080 INFO O| Jul 02 20:44:17.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64832026-07-02T20:44:17.758Z[ recovery-image] Jul 02 20:44:17.080 INFO O| Jul 02 20:44:17.080 INFO STEP 373 (remove_files) COMPLETE
64842026-07-02T20:44:17.758Z[ recovery-image] Jul 02 20:44:17.081 INFO O| Jul 02 20:44:17.080 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-02T20:44:17.765Z[ recovery-image] Jul 02 20:44:17.090 INFO O| Jul 02 20:44:17.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64862026-07-02T20:44:17.765Z[ recovery-image] Jul 02 20:44:17.090 INFO O| Jul 02 20:44:17.090 INFO STEP 374 (remove_files) COMPLETE
64872026-07-02T20:44:17.768Z[ recovery-image] Jul 02 20:44:17.090 INFO O| Jul 02 20:44:17.090 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-02T20:44:17.776Z[ recovery-image] Jul 02 20:44:17.101 INFO O| Jul 02 20:44:17.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64892026-07-02T20:44:17.776Z[ recovery-image] Jul 02 20:44:17.101 INFO O| Jul 02 20:44:17.101 INFO STEP 375 (remove_files) COMPLETE
64902026-07-02T20:44:17.776Z[ recovery-image] Jul 02 20:44:17.101 INFO O| Jul 02 20:44:17.101 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-07-02T20:44:17.785Z[ recovery-image] Jul 02 20:44:17.110 INFO O| Jul 02 20:44:17.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64922026-07-02T20:44:17.788Z[ recovery-image] Jul 02 20:44:17.111 INFO O| Jul 02 20:44:17.111 INFO STEP 376 (remove_files) COMPLETE
64932026-07-02T20:44:17.788Z[ recovery-image] Jul 02 20:44:17.111 INFO O| Jul 02 20:44:17.111 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-07-02T20:44:17.795Z[ recovery-image] Jul 02 20:44:17.120 INFO O| Jul 02 20:44:17.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64952026-07-02T20:44:17.795Z[ recovery-image] Jul 02 20:44:17.120 INFO O| Jul 02 20:44:17.120 INFO STEP 377 (remove_files) COMPLETE
64962026-07-02T20:44:17.798Z[ recovery-image] Jul 02 20:44:17.120 INFO O| Jul 02 20:44:17.120 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-07-02T20:44:17.805Z[ recovery-image] Jul 02 20:44:17.130 INFO O| Jul 02 20:44:17.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64982026-07-02T20:44:17.805Z[ recovery-image] Jul 02 20:44:17.130 INFO O| Jul 02 20:44:17.130 INFO STEP 378 (remove_files) COMPLETE
64992026-07-02T20:44:17.808Z[ recovery-image] Jul 02 20:44:17.130 INFO O| Jul 02 20:44:17.130 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.140 INFO O| Jul 02 20:44:17.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
65012026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.140 INFO O| Jul 02 20:44:17.140 INFO STEP 379 (remove_files) COMPLETE
65022026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.140 INFO O| Jul 02 20:44:17.140 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.151 INFO O| Jul 02 20:44:17.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
65042026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.151 INFO O| Jul 02 20:44:17.151 INFO STEP 380 (remove_files) COMPLETE
65052026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.151 INFO O| Jul 02 20:44:17.151 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.160 INFO O| Jul 02 20:44:17.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65072026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.160 INFO O| Jul 02 20:44:17.160 INFO STEP 381 (remove_files) COMPLETE
65082026-07-02T20:44:17.847Z[ recovery-image] Jul 02 20:44:17.160 INFO O| Jul 02 20:44:17.160 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-07-02T20:44:17.850Z[ recovery-image] Jul 02 20:44:17.169 INFO O| Jul 02 20:44:17.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65102026-07-02T20:44:17.851Z[ recovery-image] Jul 02 20:44:17.169 INFO O| Jul 02 20:44:17.169 INFO STEP 382 (remove_files) COMPLETE
65112026-07-02T20:44:17.851Z[ recovery-image] Jul 02 20:44:17.169 INFO O| Jul 02 20:44:17.169 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-07-02T20:44:17.854Z[ recovery-image] Jul 02 20:44:17.177 INFO O| Jul 02 20:44:17.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65132026-07-02T20:44:17.854Z[ recovery-image] Jul 02 20:44:17.177 INFO O| Jul 02 20:44:17.177 INFO STEP 383 (remove_files) COMPLETE
65142026-07-02T20:44:17.854Z[ recovery-image] Jul 02 20:44:17.177 INFO O| Jul 02 20:44:17.177 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-07-02T20:44:17.861Z[ recovery-image] Jul 02 20:44:17.185 INFO O| Jul 02 20:44:17.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65162026-07-02T20:44:17.861Z[ recovery-image] Jul 02 20:44:17.185 INFO O| Jul 02 20:44:17.185 INFO STEP 384 (remove_files) COMPLETE
65172026-07-02T20:44:17.865Z[ recovery-image] Jul 02 20:44:17.185 INFO O| Jul 02 20:44:17.185 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-07-02T20:44:17.869Z[ recovery-image] Jul 02 20:44:17.193 INFO O| Jul 02 20:44:17.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65192026-07-02T20:44:17.869Z[ recovery-image] Jul 02 20:44:17.193 INFO O| Jul 02 20:44:17.193 INFO STEP 385 (remove_files) COMPLETE
65202026-07-02T20:44:17.869Z[ recovery-image] Jul 02 20:44:17.193 INFO O| Jul 02 20:44:17.193 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-07-02T20:44:17.877Z[ recovery-image] Jul 02 20:44:17.202 INFO O| Jul 02 20:44:17.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65222026-07-02T20:44:17.877Z[ recovery-image] Jul 02 20:44:17.202 INFO O| Jul 02 20:44:17.202 INFO STEP 386 (remove_files) COMPLETE
65232026-07-02T20:44:17.880Z[ recovery-image] Jul 02 20:44:17.202 INFO O| Jul 02 20:44:17.202 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-07-02T20:44:17.887Z[ recovery-image] Jul 02 20:44:17.212 INFO O| Jul 02 20:44:17.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65252026-07-02T20:44:17.887Z[ recovery-image] Jul 02 20:44:17.212 INFO O| Jul 02 20:44:17.212 INFO STEP 387 (remove_files) COMPLETE
65262026-07-02T20:44:17.887Z[ recovery-image] Jul 02 20:44:17.212 INFO O| Jul 02 20:44:17.212 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-07-02T20:44:17.897Z[ recovery-image] Jul 02 20:44:17.222 INFO O| Jul 02 20:44:17.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65282026-07-02T20:44:17.897Z[ recovery-image] Jul 02 20:44:17.222 INFO O| Jul 02 20:44:17.222 INFO STEP 388 (remove_files) COMPLETE
65292026-07-02T20:44:17.900Z[ recovery-image] Jul 02 20:44:17.222 INFO O| Jul 02 20:44:17.222 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-07-02T20:44:17.909Z[ recovery-image] Jul 02 20:44:17.233 INFO O| Jul 02 20:44:17.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65312026-07-02T20:44:17.909Z[ recovery-image] Jul 02 20:44:17.233 INFO O| Jul 02 20:44:17.233 INFO STEP 389 (remove_files) COMPLETE
65322026-07-02T20:44:17.909Z[ recovery-image] Jul 02 20:44:17.233 INFO O| Jul 02 20:44:17.233 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-07-02T20:44:17.918Z[ recovery-image] Jul 02 20:44:17.242 INFO O| Jul 02 20:44:17.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65342026-07-02T20:44:17.921Z[ recovery-image] Jul 02 20:44:17.243 INFO O| Jul 02 20:44:17.243 INFO STEP 390 (remove_files) COMPLETE
65352026-07-02T20:44:17.921Z[ recovery-image] Jul 02 20:44:17.243 INFO O| Jul 02 20:44:17.243 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-07-02T20:44:17.928Z[ recovery-image] Jul 02 20:44:17.253 INFO O| Jul 02 20:44:17.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65372026-07-02T20:44:17.928Z[ recovery-image] Jul 02 20:44:17.253 INFO O| Jul 02 20:44:17.253 INFO STEP 391 (remove_files) COMPLETE
65382026-07-02T20:44:17.928Z[ recovery-image] Jul 02 20:44:17.253 INFO O| Jul 02 20:44:17.253 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-07-02T20:44:17.937Z[ recovery-image] Jul 02 20:44:17.262 INFO O| Jul 02 20:44:17.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65402026-07-02T20:44:17.938Z[ recovery-image] Jul 02 20:44:17.262 INFO O| Jul 02 20:44:17.262 INFO STEP 392 (remove_files) COMPLETE
65412026-07-02T20:44:17.938Z[ recovery-image] Jul 02 20:44:17.262 INFO O| Jul 02 20:44:17.262 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-07-02T20:44:17.946Z[ recovery-image] Jul 02 20:44:17.271 INFO O| Jul 02 20:44:17.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65432026-07-02T20:44:17.946Z[ recovery-image] Jul 02 20:44:17.271 INFO O| Jul 02 20:44:17.271 INFO STEP 393 (remove_files) COMPLETE
65442026-07-02T20:44:17.946Z[ recovery-image] Jul 02 20:44:17.271 INFO O| Jul 02 20:44:17.271 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-07-02T20:44:17.956Z[ recovery-image] Jul 02 20:44:17.281 INFO O| Jul 02 20:44:17.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65462026-07-02T20:44:17.956Z[ recovery-image] Jul 02 20:44:17.281 INFO O| Jul 02 20:44:17.281 INFO STEP 394 (remove_files) COMPLETE
65472026-07-02T20:44:17.959Z[ recovery-image] Jul 02 20:44:17.281 INFO O| Jul 02 20:44:17.281 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-07-02T20:44:17.965Z[ recovery-image] Jul 02 20:44:17.290 INFO O| Jul 02 20:44:17.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65492026-07-02T20:44:17.965Z[ recovery-image] Jul 02 20:44:17.290 INFO O| Jul 02 20:44:17.290 INFO STEP 395 (remove_files) COMPLETE
65502026-07-02T20:44:17.968Z[ recovery-image] Jul 02 20:44:17.290 INFO O| Jul 02 20:44:17.290 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-07-02T20:44:17.974Z[ recovery-image] Jul 02 20:44:17.299 INFO O| Jul 02 20:44:17.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65522026-07-02T20:44:17.974Z[ recovery-image] Jul 02 20:44:17.299 INFO O| Jul 02 20:44:17.299 INFO STEP 396 (remove_files) COMPLETE
65532026-07-02T20:44:17.978Z[ recovery-image] Jul 02 20:44:17.299 INFO O| Jul 02 20:44:17.299 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-07-02T20:44:17.985Z[ recovery-image] Jul 02 20:44:17.310 INFO O| Jul 02 20:44:17.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65552026-07-02T20:44:17.985Z[ recovery-image] Jul 02 20:44:17.310 INFO O| Jul 02 20:44:17.310 INFO STEP 397 (remove_files) COMPLETE
65562026-07-02T20:44:17.988Z[ recovery-image] Jul 02 20:44:17.310 INFO O| Jul 02 20:44:17.310 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-07-02T20:44:17.995Z[ recovery-image] Jul 02 20:44:17.320 INFO O| Jul 02 20:44:17.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65582026-07-02T20:44:17.995Z[ recovery-image] Jul 02 20:44:17.320 INFO O| Jul 02 20:44:17.320 INFO STEP 398 (remove_files) COMPLETE
65592026-07-02T20:44:17.998Z[ recovery-image] Jul 02 20:44:17.320 INFO O| Jul 02 20:44:17.320 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-07-02T20:44:18.004Z[ recovery-image] Jul 02 20:44:17.329 INFO O| Jul 02 20:44:17.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65612026-07-02T20:44:18.004Z[ recovery-image] Jul 02 20:44:17.329 INFO O| Jul 02 20:44:17.329 INFO STEP 399 (remove_files) COMPLETE
65622026-07-02T20:44:18.004Z[ recovery-image] Jul 02 20:44:17.329 INFO O| Jul 02 20:44:17.329 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-07-02T20:44:18.015Z[ recovery-image] Jul 02 20:44:17.340 INFO O| Jul 02 20:44:17.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65642026-07-02T20:44:18.015Z[ recovery-image] Jul 02 20:44:17.340 INFO O| Jul 02 20:44:17.340 INFO STEP 400 (remove_files) COMPLETE
65652026-07-02T20:44:18.015Z[ recovery-image] Jul 02 20:44:17.340 INFO O| Jul 02 20:44:17.340 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-07-02T20:44:18.026Z[ recovery-image] Jul 02 20:44:17.351 INFO O| Jul 02 20:44:17.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65672026-07-02T20:44:18.027Z[ recovery-image] Jul 02 20:44:17.351 INFO O| Jul 02 20:44:17.351 INFO STEP 401 (remove_files) COMPLETE
65682026-07-02T20:44:18.027Z[ recovery-image] Jul 02 20:44:17.351 INFO O| Jul 02 20:44:17.351 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-07-02T20:44:18.035Z[ recovery-image] Jul 02 20:44:17.360 INFO O| Jul 02 20:44:17.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65702026-07-02T20:44:18.035Z[ recovery-image] Jul 02 20:44:17.360 INFO O| Jul 02 20:44:17.360 INFO STEP 402 (remove_files) COMPLETE
65712026-07-02T20:44:18.035Z[ recovery-image] Jul 02 20:44:17.360 INFO O| Jul 02 20:44:17.360 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-07-02T20:44:18.044Z[ recovery-image] Jul 02 20:44:17.369 INFO O| Jul 02 20:44:17.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65732026-07-02T20:44:18.044Z[ recovery-image] Jul 02 20:44:17.369 INFO O| Jul 02 20:44:17.369 INFO STEP 403 (remove_files) COMPLETE
65742026-07-02T20:44:18.044Z[ recovery-image] Jul 02 20:44:17.369 INFO O| Jul 02 20:44:17.369 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-07-02T20:44:18.055Z[ recovery-image] Jul 02 20:44:17.380 INFO O| Jul 02 20:44:17.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65762026-07-02T20:44:18.055Z[ recovery-image] Jul 02 20:44:17.380 INFO O| Jul 02 20:44:17.380 INFO STEP 404 (remove_files) COMPLETE
65772026-07-02T20:44:18.058Z[ recovery-image] Jul 02 20:44:17.380 INFO O| Jul 02 20:44:17.380 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-07-02T20:44:18.065Z[ recovery-image] Jul 02 20:44:17.390 INFO O| Jul 02 20:44:17.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65792026-07-02T20:44:18.065Z[ recovery-image] Jul 02 20:44:17.390 INFO O| Jul 02 20:44:17.390 INFO STEP 405 (remove_files) COMPLETE
65802026-07-02T20:44:18.065Z[ recovery-image] Jul 02 20:44:17.390 INFO O| Jul 02 20:44:17.390 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-07-02T20:44:18.074Z[ recovery-image] Jul 02 20:44:17.399 INFO O| Jul 02 20:44:17.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65822026-07-02T20:44:18.074Z[ recovery-image] Jul 02 20:44:17.399 INFO O| Jul 02 20:44:17.399 INFO STEP 406 (remove_files) COMPLETE
65832026-07-02T20:44:18.074Z[ recovery-image] Jul 02 20:44:17.399 INFO O| Jul 02 20:44:17.399 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-07-02T20:44:18.084Z[ recovery-image] Jul 02 20:44:17.409 INFO O| Jul 02 20:44:17.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65852026-07-02T20:44:18.084Z[ recovery-image] Jul 02 20:44:17.409 INFO O| Jul 02 20:44:17.409 INFO STEP 407 (remove_files) COMPLETE
65862026-07-02T20:44:18.087Z[ recovery-image] Jul 02 20:44:17.409 INFO O| Jul 02 20:44:17.409 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-07-02T20:44:18.096Z[ recovery-image] Jul 02 20:44:17.420 INFO O| Jul 02 20:44:17.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65882026-07-02T20:44:18.096Z[ recovery-image] Jul 02 20:44:17.420 INFO O| Jul 02 20:44:17.420 INFO STEP 408 (remove_files) COMPLETE
65892026-07-02T20:44:18.099Z[ recovery-image] Jul 02 20:44:17.420 INFO O| Jul 02 20:44:17.420 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-07-02T20:44:18.105Z[ recovery-image] Jul 02 20:44:17.430 INFO O| Jul 02 20:44:17.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65912026-07-02T20:44:18.105Z[ recovery-image] Jul 02 20:44:17.430 INFO O| Jul 02 20:44:17.430 INFO STEP 409 (remove_files) COMPLETE
65922026-07-02T20:44:18.105Z[ recovery-image] Jul 02 20:44:17.430 INFO O| Jul 02 20:44:17.430 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-07-02T20:44:18.116Z[ recovery-image] Jul 02 20:44:17.441 INFO O| Jul 02 20:44:17.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65942026-07-02T20:44:18.116Z[ recovery-image] Jul 02 20:44:17.441 INFO O| Jul 02 20:44:17.441 INFO STEP 410 (remove_files) COMPLETE
65952026-07-02T20:44:18.116Z[ recovery-image] Jul 02 20:44:17.441 INFO O| Jul 02 20:44:17.441 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-07-02T20:44:18.128Z[ recovery-image] Jul 02 20:44:17.453 INFO O| Jul 02 20:44:17.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65972026-07-02T20:44:18.128Z[ recovery-image] Jul 02 20:44:17.453 INFO O| Jul 02 20:44:17.453 INFO STEP 411 (remove_files) COMPLETE
65982026-07-02T20:44:18.128Z[ recovery-image] Jul 02 20:44:17.453 INFO O| Jul 02 20:44:17.453 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-07-02T20:44:18.140Z[ recovery-image] Jul 02 20:44:17.464 INFO O| Jul 02 20:44:17.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
66002026-07-02T20:44:18.140Z[ recovery-image] Jul 02 20:44:17.464 INFO O| Jul 02 20:44:17.464 INFO STEP 412 (remove_files) COMPLETE
66012026-07-02T20:44:18.140Z[ recovery-image] Jul 02 20:44:17.464 INFO O| Jul 02 20:44:17.464 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-07-02T20:44:18.151Z[ recovery-image] Jul 02 20:44:17.475 INFO O| Jul 02 20:44:17.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
66032026-07-02T20:44:18.151Z[ recovery-image] Jul 02 20:44:17.476 INFO O| Jul 02 20:44:17.476 INFO STEP 413 (remove_files) COMPLETE
66042026-07-02T20:44:18.151Z[ recovery-image] Jul 02 20:44:17.476 INFO O| Jul 02 20:44:17.476 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-07-02T20:44:18.161Z[ recovery-image] Jul 02 20:44:17.486 INFO O| Jul 02 20:44:17.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66062026-07-02T20:44:18.161Z[ recovery-image] Jul 02 20:44:17.486 INFO O| Jul 02 20:44:17.486 INFO STEP 414 (remove_files) COMPLETE
66072026-07-02T20:44:18.161Z[ recovery-image] Jul 02 20:44:17.486 INFO O| Jul 02 20:44:17.486 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-07-02T20:44:18.169Z[ recovery-image] Jul 02 20:44:17.494 INFO O| Jul 02 20:44:17.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66092026-07-02T20:44:18.172Z[ recovery-image] Jul 02 20:44:17.494 INFO O| Jul 02 20:44:17.494 INFO STEP 415 (remove_files) COMPLETE
66102026-07-02T20:44:18.172Z[ recovery-image] Jul 02 20:44:17.494 INFO O| Jul 02 20:44:17.494 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-02T20:44:18.177Z[ recovery-image] Jul 02 20:44:17.502 INFO O| Jul 02 20:44:17.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66122026-07-02T20:44:18.180Z[ recovery-image] Jul 02 20:44:17.502 INFO O| Jul 02 20:44:17.502 INFO STEP 416 (remove_files) COMPLETE
66132026-07-02T20:44:18.180Z[ recovery-image] Jul 02 20:44:17.502 INFO O| Jul 02 20:44:17.502 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-07-02T20:44:18.185Z[ recovery-image] Jul 02 20:44:17.510 INFO O| Jul 02 20:44:17.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66152026-07-02T20:44:18.188Z[ recovery-image] Jul 02 20:44:17.510 INFO O| Jul 02 20:44:17.510 INFO STEP 417 (remove_files) COMPLETE
66162026-07-02T20:44:18.188Z[ recovery-image] Jul 02 20:44:17.510 INFO O| Jul 02 20:44:17.510 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-07-02T20:44:18.197Z[ recovery-image] Jul 02 20:44:17.522 INFO O| Jul 02 20:44:17.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66182026-07-02T20:44:18.200Z[ recovery-image] Jul 02 20:44:17.522 INFO O| Jul 02 20:44:17.522 INFO STEP 418 (remove_files) COMPLETE
66192026-07-02T20:44:18.200Z[ recovery-image] Jul 02 20:44:17.522 INFO O| Jul 02 20:44:17.522 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-07-02T20:44:18.207Z[ recovery-image] Jul 02 20:44:17.532 INFO O| Jul 02 20:44:17.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66212026-07-02T20:44:18.207Z[ recovery-image] Jul 02 20:44:17.532 INFO O| Jul 02 20:44:17.532 INFO STEP 419 (remove_files) COMPLETE
66222026-07-02T20:44:18.212Z[ recovery-image] Jul 02 20:44:17.532 INFO O| Jul 02 20:44:17.532 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-07-02T20:44:18.216Z[ recovery-image] Jul 02 20:44:17.541 INFO O| Jul 02 20:44:17.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66242026-07-02T20:44:18.219Z[ recovery-image] Jul 02 20:44:17.541 INFO O| Jul 02 20:44:17.541 INFO STEP 420 (remove_files) COMPLETE
66252026-07-02T20:44:18.219Z[ recovery-image] Jul 02 20:44:17.541 INFO O| Jul 02 20:44:17.541 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-07-02T20:44:18.225Z[ recovery-image] Jul 02 20:44:17.550 INFO O| Jul 02 20:44:17.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66272026-07-02T20:44:18.225Z[ recovery-image] Jul 02 20:44:17.550 INFO O| Jul 02 20:44:17.550 INFO STEP 421 (remove_files) COMPLETE
66282026-07-02T20:44:18.225Z[ recovery-image] Jul 02 20:44:17.550 INFO O| Jul 02 20:44:17.550 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-07-02T20:44:18.236Z[ recovery-image] Jul 02 20:44:17.561 INFO O| Jul 02 20:44:17.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66302026-07-02T20:44:18.236Z[ recovery-image] Jul 02 20:44:17.561 INFO O| Jul 02 20:44:17.561 INFO STEP 422 (remove_files) COMPLETE
66312026-07-02T20:44:18.236Z[ recovery-image] Jul 02 20:44:17.561 INFO O| Jul 02 20:44:17.561 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-07-02T20:44:18.248Z[ recovery-image] Jul 02 20:44:17.572 INFO O| Jul 02 20:44:17.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66332026-07-02T20:44:18.248Z[ recovery-image] Jul 02 20:44:17.572 INFO O| Jul 02 20:44:17.572 INFO STEP 423 (remove_files) COMPLETE
66342026-07-02T20:44:18.250Z[ recovery-image] Jul 02 20:44:17.572 INFO O| Jul 02 20:44:17.572 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-02T20:44:18.258Z[ recovery-image] Jul 02 20:44:17.583 INFO O| Jul 02 20:44:17.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66362026-07-02T20:44:18.258Z[ recovery-image] Jul 02 20:44:17.583 INFO O| Jul 02 20:44:17.583 INFO STEP 424 (remove_files) COMPLETE
66372026-07-02T20:44:18.258Z[ recovery-image] Jul 02 20:44:17.583 INFO O| Jul 02 20:44:17.583 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-07-02T20:44:18.267Z[ recovery-image] Jul 02 20:44:17.592 INFO O| Jul 02 20:44:17.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66392026-07-02T20:44:18.268Z[ recovery-image] Jul 02 20:44:17.592 INFO O| Jul 02 20:44:17.592 INFO STEP 425 (remove_files) COMPLETE
66402026-07-02T20:44:18.271Z[ recovery-image] Jul 02 20:44:17.592 INFO O| Jul 02 20:44:17.592 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-07-02T20:44:18.275Z[ recovery-image] Jul 02 20:44:17.599 INFO O| Jul 02 20:44:17.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66422026-07-02T20:44:18.275Z[ recovery-image] Jul 02 20:44:17.599 INFO O| Jul 02 20:44:17.599 INFO STEP 426 (remove_files) COMPLETE
66432026-07-02T20:44:18.275Z[ recovery-image] Jul 02 20:44:17.599 INFO O| Jul 02 20:44:17.599 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-07-02T20:44:18.283Z[ recovery-image] Jul 02 20:44:17.608 INFO O| Jul 02 20:44:17.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66452026-07-02T20:44:18.286Z[ recovery-image] Jul 02 20:44:17.608 INFO O| Jul 02 20:44:17.608 INFO STEP 427 (remove_files) COMPLETE
66462026-07-02T20:44:18.286Z[ recovery-image] Jul 02 20:44:17.608 INFO O| Jul 02 20:44:17.608 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-07-02T20:44:18.291Z[ recovery-image] Jul 02 20:44:17.616 INFO O| Jul 02 20:44:17.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66482026-07-02T20:44:18.291Z[ recovery-image] Jul 02 20:44:17.616 INFO O| Jul 02 20:44:17.616 INFO STEP 428 (remove_files) COMPLETE
66492026-07-02T20:44:18.294Z[ recovery-image] Jul 02 20:44:17.616 INFO O| Jul 02 20:44:17.616 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-07-02T20:44:18.299Z[ recovery-image] Jul 02 20:44:17.624 INFO O| Jul 02 20:44:17.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66512026-07-02T20:44:18.299Z[ recovery-image] Jul 02 20:44:17.624 INFO O| Jul 02 20:44:17.624 INFO STEP 429 (remove_files) COMPLETE
66522026-07-02T20:44:18.299Z[ recovery-image] Jul 02 20:44:17.624 INFO O| Jul 02 20:44:17.624 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-02T20:44:18.308Z[ recovery-image] Jul 02 20:44:17.633 INFO O| Jul 02 20:44:17.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66542026-07-02T20:44:18.308Z[ recovery-image] Jul 02 20:44:17.633 INFO O| Jul 02 20:44:17.633 INFO STEP 430 (remove_files) COMPLETE
66552026-07-02T20:44:18.311Z[ recovery-image] Jul 02 20:44:17.633 INFO O| Jul 02 20:44:17.633 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-02T20:44:18.316Z[ recovery-image] Jul 02 20:44:17.641 INFO O| Jul 02 20:44:17.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66572026-07-02T20:44:18.316Z[ recovery-image] Jul 02 20:44:17.641 INFO O| Jul 02 20:44:17.641 INFO STEP 431 (remove_files) COMPLETE
66582026-07-02T20:44:18.316Z[ recovery-image] Jul 02 20:44:17.641 INFO O| Jul 02 20:44:17.641 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-02T20:44:18.324Z[ recovery-image] Jul 02 20:44:17.649 INFO O| Jul 02 20:44:17.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66602026-07-02T20:44:18.324Z[ recovery-image] Jul 02 20:44:17.649 INFO O| Jul 02 20:44:17.649 INFO STEP 432 (remove_files) COMPLETE
66612026-07-02T20:44:18.324Z[ recovery-image] Jul 02 20:44:17.649 INFO O| Jul 02 20:44:17.649 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-02T20:44:18.333Z[ recovery-image] Jul 02 20:44:17.658 INFO O| Jul 02 20:44:17.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66632026-07-02T20:44:18.333Z[ recovery-image] Jul 02 20:44:17.658 INFO O| Jul 02 20:44:17.658 INFO STEP 433 (remove_files) COMPLETE
66642026-07-02T20:44:18.333Z[ recovery-image] Jul 02 20:44:17.658 INFO O| Jul 02 20:44:17.658 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-02T20:44:18.342Z[ recovery-image] Jul 02 20:44:17.667 INFO O| Jul 02 20:44:17.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66662026-07-02T20:44:18.342Z[ recovery-image] Jul 02 20:44:17.667 INFO O| Jul 02 20:44:17.667 INFO STEP 434 (remove_files) COMPLETE
66672026-07-02T20:44:18.342Z[ recovery-image] Jul 02 20:44:17.667 INFO O| Jul 02 20:44:17.667 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-07-02T20:44:18.349Z[ recovery-image] Jul 02 20:44:17.674 INFO O| Jul 02 20:44:17.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66692026-07-02T20:44:18.350Z[ recovery-image] Jul 02 20:44:17.675 INFO O| Jul 02 20:44:17.675 INFO STEP 435 (remove_files) COMPLETE
66702026-07-02T20:44:18.353Z[ recovery-image] Jul 02 20:44:17.675 INFO O| Jul 02 20:44:17.675 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-07-02T20:44:18.357Z[ recovery-image] Jul 02 20:44:17.682 INFO O| Jul 02 20:44:17.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66722026-07-02T20:44:18.358Z[ recovery-image] Jul 02 20:44:17.682 INFO O| Jul 02 20:44:17.682 INFO STEP 436 (remove_files) COMPLETE
66732026-07-02T20:44:18.363Z[ recovery-image] Jul 02 20:44:17.682 INFO O| Jul 02 20:44:17.682 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-07-02T20:44:18.369Z[ recovery-image] Jul 02 20:44:17.694 INFO O| Jul 02 20:44:17.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66752026-07-02T20:44:18.369Z[ recovery-image] Jul 02 20:44:17.694 INFO O| Jul 02 20:44:17.694 INFO STEP 437 (remove_files) COMPLETE
66762026-07-02T20:44:18.371Z[ recovery-image] Jul 02 20:44:17.694 INFO O| Jul 02 20:44:17.694 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-07-02T20:44:18.379Z[ recovery-image] Jul 02 20:44:17.704 INFO O| Jul 02 20:44:17.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66782026-07-02T20:44:18.379Z[ recovery-image] Jul 02 20:44:17.704 INFO O| Jul 02 20:44:17.704 INFO STEP 438 (remove_files) COMPLETE
66792026-07-02T20:44:18.379Z[ recovery-image] Jul 02 20:44:17.704 INFO O| Jul 02 20:44:17.704 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-02T20:44:18.388Z[ recovery-image] Jul 02 20:44:17.713 INFO O| Jul 02 20:44:17.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66812026-07-02T20:44:18.388Z[ recovery-image] Jul 02 20:44:17.713 INFO O| Jul 02 20:44:17.713 INFO STEP 439 (remove_files) COMPLETE
66822026-07-02T20:44:18.388Z[ recovery-image] Jul 02 20:44:17.713 INFO O| Jul 02 20:44:17.713 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-02T20:44:18.400Z[ recovery-image] Jul 02 20:44:17.725 INFO O| Jul 02 20:44:17.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66842026-07-02T20:44:18.403Z[ recovery-image] Jul 02 20:44:17.725 INFO O| Jul 02 20:44:17.725 INFO STEP 440 (remove_files) COMPLETE
66852026-07-02T20:44:18.403Z[ recovery-image] Jul 02 20:44:17.725 INFO O| Jul 02 20:44:17.725 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-02T20:44:18.410Z[ recovery-image] Jul 02 20:44:17.735 INFO O| Jul 02 20:44:17.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66872026-07-02T20:44:18.410Z[ recovery-image] Jul 02 20:44:17.735 INFO O| Jul 02 20:44:17.735 INFO STEP 441 (remove_files) COMPLETE
66882026-07-02T20:44:18.410Z[ recovery-image] Jul 02 20:44:17.735 INFO O| Jul 02 20:44:17.735 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-02T20:44:18.421Z[ recovery-image] Jul 02 20:44:17.746 INFO O| Jul 02 20:44:17.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66902026-07-02T20:44:18.421Z[ recovery-image] Jul 02 20:44:17.746 INFO O| Jul 02 20:44:17.746 INFO STEP 442 (remove_files) COMPLETE
66912026-07-02T20:44:18.421Z[ recovery-image] Jul 02 20:44:17.746 INFO O| Jul 02 20:44:17.746 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-02T20:44:18.432Z[ recovery-image] Jul 02 20:44:17.757 INFO O| Jul 02 20:44:17.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66932026-07-02T20:44:18.432Z[ recovery-image] Jul 02 20:44:17.757 INFO O| Jul 02 20:44:17.757 INFO STEP 443 (remove_files) COMPLETE
66942026-07-02T20:44:18.435Z[ recovery-image] Jul 02 20:44:17.757 INFO O| Jul 02 20:44:17.757 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-02T20:44:18.442Z[ recovery-image] Jul 02 20:44:17.767 INFO O| Jul 02 20:44:17.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66962026-07-02T20:44:18.442Z[ recovery-image] Jul 02 20:44:17.767 INFO O| Jul 02 20:44:17.767 INFO STEP 444 (remove_files) COMPLETE
66972026-07-02T20:44:18.442Z[ recovery-image] Jul 02 20:44:17.767 INFO O| Jul 02 20:44:17.767 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-02T20:44:18.452Z[ recovery-image] Jul 02 20:44:17.777 INFO O| Jul 02 20:44:17.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66992026-07-02T20:44:18.452Z[ recovery-image] Jul 02 20:44:17.777 INFO O| Jul 02 20:44:17.777 INFO STEP 445 (remove_files) COMPLETE
67002026-07-02T20:44:18.452Z[ recovery-image] Jul 02 20:44:17.777 INFO O| Jul 02 20:44:17.777 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-02T20:44:18.464Z[ recovery-image] Jul 02 20:44:17.788 INFO O| Jul 02 20:44:17.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
67022026-07-02T20:44:18.464Z[ recovery-image] Jul 02 20:44:17.788 INFO O| Jul 02 20:44:17.788 INFO STEP 446 (remove_files) COMPLETE
67032026-07-02T20:44:18.468Z[ recovery-image] Jul 02 20:44:17.788 INFO O| Jul 02 20:44:17.788 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-02T20:44:18.474Z[ recovery-image] Jul 02 20:44:17.799 INFO O| Jul 02 20:44:17.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
67052026-07-02T20:44:18.474Z[ recovery-image] Jul 02 20:44:17.799 INFO O| Jul 02 20:44:17.799 INFO STEP 447 (remove_files) COMPLETE
67062026-07-02T20:44:18.476Z[ recovery-image] Jul 02 20:44:17.799 INFO O| Jul 02 20:44:17.799 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-02T20:44:18.484Z[ recovery-image] Jul 02 20:44:17.809 INFO O| Jul 02 20:44:17.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67082026-07-02T20:44:18.484Z[ recovery-image] Jul 02 20:44:17.810 INFO O| Jul 02 20:44:17.810 INFO STEP 448 (remove_files) COMPLETE
67092026-07-02T20:44:18.486Z[ recovery-image] Jul 02 20:44:17.810 INFO O| Jul 02 20:44:17.810 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-02T20:44:18.495Z[ recovery-image] Jul 02 20:44:17.820 INFO O| Jul 02 20:44:17.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67112026-07-02T20:44:18.495Z[ recovery-image] Jul 02 20:44:17.820 INFO O| Jul 02 20:44:17.820 INFO STEP 449 (remove_files) COMPLETE
67122026-07-02T20:44:18.495Z[ recovery-image] Jul 02 20:44:17.820 INFO O| Jul 02 20:44:17.820 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-02T20:44:18.505Z[ recovery-image] Jul 02 20:44:17.830 INFO O| Jul 02 20:44:17.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67142026-07-02T20:44:18.505Z[ recovery-image] Jul 02 20:44:17.830 INFO O| Jul 02 20:44:17.830 INFO STEP 450 (remove_files) COMPLETE
67152026-07-02T20:44:18.505Z[ recovery-image] Jul 02 20:44:17.830 INFO O| Jul 02 20:44:17.830 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-02T20:44:18.516Z[ recovery-image] Jul 02 20:44:17.841 INFO O| Jul 02 20:44:17.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67172026-07-02T20:44:18.516Z[ recovery-image] Jul 02 20:44:17.841 INFO O| Jul 02 20:44:17.841 INFO STEP 451 (remove_files) COMPLETE
67182026-07-02T20:44:18.516Z[ recovery-image] Jul 02 20:44:17.841 INFO O| Jul 02 20:44:17.841 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-02T20:44:18.526Z[ recovery-image] Jul 02 20:44:17.851 INFO O| Jul 02 20:44:17.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67202026-07-02T20:44:18.526Z[ recovery-image] Jul 02 20:44:17.851 INFO O| Jul 02 20:44:17.851 INFO STEP 452 (remove_files) COMPLETE
67212026-07-02T20:44:18.529Z[ recovery-image] Jul 02 20:44:17.851 INFO O| Jul 02 20:44:17.851 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-02T20:44:18.540Z[ recovery-image] Jul 02 20:44:17.861 INFO O| Jul 02 20:44:17.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67232026-07-02T20:44:18.540Z[ recovery-image] Jul 02 20:44:17.861 INFO O| Jul 02 20:44:17.861 INFO STEP 453 (remove_files) COMPLETE
67242026-07-02T20:44:18.543Z[ recovery-image] Jul 02 20:44:17.861 INFO O| Jul 02 20:44:17.861 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-02T20:44:18.547Z[ recovery-image] Jul 02 20:44:17.872 INFO O| Jul 02 20:44:17.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67262026-07-02T20:44:18.547Z[ recovery-image] Jul 02 20:44:17.872 INFO O| Jul 02 20:44:17.872 INFO STEP 454 (remove_files) COMPLETE
67272026-07-02T20:44:18.547Z[ recovery-image] Jul 02 20:44:17.872 INFO O| Jul 02 20:44:17.872 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-02T20:44:18.557Z[ recovery-image] Jul 02 20:44:17.882 INFO O| Jul 02 20:44:17.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67292026-07-02T20:44:18.557Z[ recovery-image] Jul 02 20:44:17.882 INFO O| Jul 02 20:44:17.882 INFO STEP 455 (remove_files) COMPLETE
67302026-07-02T20:44:18.557Z[ recovery-image] Jul 02 20:44:17.882 INFO O| Jul 02 20:44:17.882 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-02T20:44:18.567Z[ recovery-image] Jul 02 20:44:17.892 INFO O| Jul 02 20:44:17.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67322026-07-02T20:44:18.568Z[ recovery-image] Jul 02 20:44:17.892 INFO O| Jul 02 20:44:17.892 INFO STEP 456 (remove_files) COMPLETE
67332026-07-02T20:44:18.568Z[ recovery-image] Jul 02 20:44:17.892 INFO O| Jul 02 20:44:17.892 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-02T20:44:18.579Z[ recovery-image] Jul 02 20:44:17.903 INFO O| Jul 02 20:44:17.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67352026-07-02T20:44:18.579Z[ recovery-image] Jul 02 20:44:17.903 INFO O| Jul 02 20:44:17.903 INFO STEP 457 (remove_files) COMPLETE
67362026-07-02T20:44:18.579Z[ recovery-image] Jul 02 20:44:17.903 INFO O| Jul 02 20:44:17.903 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-02T20:44:18.589Z[ recovery-image] Jul 02 20:44:17.914 INFO O| Jul 02 20:44:17.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67382026-07-02T20:44:18.590Z[ recovery-image] Jul 02 20:44:17.914 INFO O| Jul 02 20:44:17.914 INFO STEP 458 (remove_files) COMPLETE
67392026-07-02T20:44:18.590Z[ recovery-image] Jul 02 20:44:17.914 INFO O| Jul 02 20:44:17.914 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-02T20:44:18.601Z[ recovery-image] Jul 02 20:44:17.925 INFO O| Jul 02 20:44:17.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67412026-07-02T20:44:18.601Z[ recovery-image] Jul 02 20:44:17.925 INFO O| Jul 02 20:44:17.925 INFO STEP 459 (remove_files) COMPLETE
67422026-07-02T20:44:18.601Z[ recovery-image] Jul 02 20:44:17.925 INFO O| Jul 02 20:44:17.925 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-02T20:44:18.612Z[ recovery-image] Jul 02 20:44:17.937 INFO O| Jul 02 20:44:17.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67442026-07-02T20:44:18.615Z[ recovery-image] Jul 02 20:44:17.937 INFO O| Jul 02 20:44:17.937 INFO STEP 460 (remove_files) COMPLETE
67452026-07-02T20:44:18.615Z[ recovery-image] Jul 02 20:44:17.937 INFO O| Jul 02 20:44:17.937 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-07-02T20:44:18.622Z[ recovery-image] Jul 02 20:44:17.947 INFO O| Jul 02 20:44:17.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67472026-07-02T20:44:18.622Z[ recovery-image] Jul 02 20:44:17.947 INFO O| Jul 02 20:44:17.947 INFO STEP 461 (remove_files) COMPLETE
67482026-07-02T20:44:18.622Z[ recovery-image] Jul 02 20:44:17.947 INFO O| Jul 02 20:44:17.947 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-07-02T20:44:18.633Z[ recovery-image] Jul 02 20:44:17.958 INFO O| Jul 02 20:44:17.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67502026-07-02T20:44:18.633Z[ recovery-image] Jul 02 20:44:17.958 INFO O| Jul 02 20:44:17.958 INFO STEP 462 (remove_files) COMPLETE
67512026-07-02T20:44:18.636Z[ recovery-image] Jul 02 20:44:17.958 INFO O| Jul 02 20:44:17.958 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-07-02T20:44:18.644Z[ recovery-image] Jul 02 20:44:17.967 INFO O| Jul 02 20:44:17.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67532026-07-02T20:44:18.644Z[ recovery-image] Jul 02 20:44:17.967 INFO O| Jul 02 20:44:17.967 INFO STEP 463 (remove_files) COMPLETE
67542026-07-02T20:44:18.648Z[ recovery-image] Jul 02 20:44:17.967 INFO O| Jul 02 20:44:17.967 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-07-02T20:44:18.657Z[ recovery-image] Jul 02 20:44:17.980 INFO O| Jul 02 20:44:17.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67562026-07-02T20:44:18.657Z[ recovery-image] Jul 02 20:44:17.980 INFO O| Jul 02 20:44:17.980 INFO STEP 464 (remove_files) COMPLETE
67572026-07-02T20:44:18.657Z[ recovery-image] Jul 02 20:44:17.980 INFO O| Jul 02 20:44:17.980 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-02T20:44:18.665Z[ recovery-image] Jul 02 20:44:17.990 INFO O| Jul 02 20:44:17.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67592026-07-02T20:44:18.665Z[ recovery-image] Jul 02 20:44:17.991 INFO O| Jul 02 20:44:17.990 INFO STEP 465 (remove_files) COMPLETE
67602026-07-02T20:44:18.668Z[ recovery-image] Jul 02 20:44:17.991 INFO O| Jul 02 20:44:17.990 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-07-02T20:44:18.675Z[ recovery-image] Jul 02 20:44:18.000 INFO O| Jul 02 20:44:18.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67622026-07-02T20:44:18.675Z[ recovery-image] Jul 02 20:44:18.000 INFO O| Jul 02 20:44:18.000 INFO STEP 466 (remove_files) COMPLETE
67632026-07-02T20:44:18.675Z[ recovery-image] Jul 02 20:44:18.000 INFO O| Jul 02 20:44:18.000 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-07-02T20:44:18.683Z[ recovery-image] Jul 02 20:44:18.008 INFO O| Jul 02 20:44:18.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67652026-07-02T20:44:18.683Z[ recovery-image] Jul 02 20:44:18.008 INFO O| Jul 02 20:44:18.008 INFO STEP 467 (remove_files) COMPLETE
67662026-07-02T20:44:18.683Z[ recovery-image] Jul 02 20:44:18.008 INFO O| Jul 02 20:44:18.008 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-07-02T20:44:18.694Z[ recovery-image] Jul 02 20:44:18.019 INFO O| Jul 02 20:44:18.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67682026-07-02T20:44:18.694Z[ recovery-image] Jul 02 20:44:18.019 INFO O| Jul 02 20:44:18.019 INFO STEP 468 (remove_files) COMPLETE
67692026-07-02T20:44:18.694Z[ recovery-image] Jul 02 20:44:18.019 INFO O| Jul 02 20:44:18.019 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-07-02T20:44:18.710Z[ recovery-image] Jul 02 20:44:18.034 INFO O| Jul 02 20:44:18.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67712026-07-02T20:44:18.710Z[ recovery-image] Jul 02 20:44:18.034 INFO O| Jul 02 20:44:18.034 INFO STEP 469 (remove_files) COMPLETE
67722026-07-02T20:44:18.713Z[ recovery-image] Jul 02 20:44:18.034 INFO O| Jul 02 20:44:18.034 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-07-02T20:44:18.789Z[ recovery-image] Jul 02 20:44:18.057 INFO O| Jul 02 20:44:18.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67742026-07-02T20:44:18.789Z[ recovery-image] Jul 02 20:44:18.057 INFO O| Jul 02 20:44:18.057 INFO STEP 470 (remove_files) COMPLETE
67752026-07-02T20:44:18.789Z[ recovery-image] Jul 02 20:44:18.057 INFO O| Jul 02 20:44:18.057 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-07-02T20:44:18.789Z[ recovery-image] Jul 02 20:44:18.069 INFO O| Jul 02 20:44:18.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67772026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.069 INFO O| Jul 02 20:44:18.069 INFO STEP 471 (remove_files) COMPLETE
67782026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.069 INFO O| Jul 02 20:44:18.069 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.089 INFO O| Jul 02 20:44:18.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67802026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.089 INFO O| Jul 02 20:44:18.088 INFO STEP 472 (remove_files) COMPLETE
67812026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.089 INFO O| Jul 02 20:44:18.088 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.100 INFO O| Jul 02 20:44:18.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67832026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.100 INFO O| Jul 02 20:44:18.099 INFO STEP 473 (remove_files) COMPLETE
67842026-07-02T20:44:18.795Z[ recovery-image] Jul 02 20:44:18.100 INFO O| Jul 02 20:44:18.099 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-07-02T20:44:18.797Z[ recovery-image] Jul 02 20:44:18.115 INFO O| Jul 02 20:44:18.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67862026-07-02T20:44:18.797Z[ recovery-image] Jul 02 20:44:18.116 INFO O| Jul 02 20:44:18.116 INFO STEP 474 (remove_files) COMPLETE
67872026-07-02T20:44:18.797Z[ recovery-image] Jul 02 20:44:18.116 INFO O| Jul 02 20:44:18.116 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-07-02T20:44:18.804Z[ recovery-image] Jul 02 20:44:18.128 INFO O| Jul 02 20:44:18.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67892026-07-02T20:44:18.804Z[ recovery-image] Jul 02 20:44:18.129 INFO O| Jul 02 20:44:18.129 INFO STEP 475 (remove_files) COMPLETE
67902026-07-02T20:44:18.804Z[ recovery-image] Jul 02 20:44:18.129 INFO O| Jul 02 20:44:18.129 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-07-02T20:44:18.815Z[ recovery-image] Jul 02 20:44:18.140 INFO O| Jul 02 20:44:18.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67922026-07-02T20:44:18.818Z[ recovery-image] Jul 02 20:44:18.141 INFO O| Jul 02 20:44:18.141 INFO STEP 476 (remove_files) COMPLETE
67932026-07-02T20:44:18.818Z[ recovery-image] Jul 02 20:44:18.141 INFO O| Jul 02 20:44:18.141 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-07-02T20:44:18.827Z[ recovery-image] Jul 02 20:44:18.152 INFO O| Jul 02 20:44:18.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67952026-07-02T20:44:18.827Z[ recovery-image] Jul 02 20:44:18.152 INFO O| Jul 02 20:44:18.152 INFO STEP 477 (remove_files) COMPLETE
67962026-07-02T20:44:18.832Z[ recovery-image] Jul 02 20:44:18.152 INFO O| Jul 02 20:44:18.152 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-07-02T20:44:18.840Z[ recovery-image] Jul 02 20:44:18.164 INFO O| Jul 02 20:44:18.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67982026-07-02T20:44:18.840Z[ recovery-image] Jul 02 20:44:18.164 INFO O| Jul 02 20:44:18.164 INFO STEP 478 (remove_files) COMPLETE
67992026-07-02T20:44:18.843Z[ recovery-image] Jul 02 20:44:18.164 INFO O| Jul 02 20:44:18.164 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-07-02T20:44:18.850Z[ recovery-image] Jul 02 20:44:18.175 INFO O| Jul 02 20:44:18.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
68012026-07-02T20:44:18.854Z[ recovery-image] Jul 02 20:44:18.175 INFO O| Jul 02 20:44:18.175 INFO STEP 479 (remove_files) COMPLETE
68022026-07-02T20:44:18.854Z[ recovery-image] Jul 02 20:44:18.175 INFO O| Jul 02 20:44:18.175 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-07-02T20:44:18.863Z[ recovery-image] Jul 02 20:44:18.188 INFO O| Jul 02 20:44:18.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
68042026-07-02T20:44:18.863Z[ recovery-image] Jul 02 20:44:18.188 INFO O| Jul 02 20:44:18.188 INFO STEP 480 (remove_files) COMPLETE
68052026-07-02T20:44:18.863Z[ recovery-image] Jul 02 20:44:18.188 INFO O| Jul 02 20:44:18.188 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-07-02T20:44:18.877Z[ recovery-image] Jul 02 20:44:18.201 INFO O| Jul 02 20:44:18.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68072026-07-02T20:44:18.877Z[ recovery-image] Jul 02 20:44:18.201 INFO O| Jul 02 20:44:18.201 INFO STEP 481 (remove_files) COMPLETE
68082026-07-02T20:44:18.877Z[ recovery-image] Jul 02 20:44:18.201 INFO O| Jul 02 20:44:18.201 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-07-02T20:44:18.887Z[ recovery-image] Jul 02 20:44:18.212 INFO O| Jul 02 20:44:18.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68102026-07-02T20:44:18.887Z[ recovery-image] Jul 02 20:44:18.212 INFO O| Jul 02 20:44:18.212 INFO STEP 482 (remove_files) COMPLETE
68112026-07-02T20:44:18.887Z[ recovery-image] Jul 02 20:44:18.212 INFO O| Jul 02 20:44:18.212 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-07-02T20:44:18.898Z[ recovery-image] Jul 02 20:44:18.223 INFO O| Jul 02 20:44:18.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68132026-07-02T20:44:18.898Z[ recovery-image] Jul 02 20:44:18.223 INFO O| Jul 02 20:44:18.223 INFO STEP 483 (remove_files) COMPLETE
68142026-07-02T20:44:18.898Z[ recovery-image] Jul 02 20:44:18.223 INFO O| Jul 02 20:44:18.223 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-07-02T20:44:18.912Z[ recovery-image] Jul 02 20:44:18.237 INFO O| Jul 02 20:44:18.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68162026-07-02T20:44:18.912Z[ recovery-image] Jul 02 20:44:18.237 INFO O| Jul 02 20:44:18.237 INFO STEP 484 (remove_files) COMPLETE
68172026-07-02T20:44:18.912Z[ recovery-image] Jul 02 20:44:18.237 INFO O| Jul 02 20:44:18.237 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-07-02T20:44:18.926Z[ recovery-image] Jul 02 20:44:18.249 INFO O| Jul 02 20:44:18.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68192026-07-02T20:44:18.926Z[ recovery-image] Jul 02 20:44:18.250 INFO O| Jul 02 20:44:18.249 INFO STEP 485 (remove_files) COMPLETE
68202026-07-02T20:44:18.926Z[ recovery-image] Jul 02 20:44:18.250 INFO O| Jul 02 20:44:18.249 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-07-02T20:44:18.938Z[ recovery-image] Jul 02 20:44:18.263 INFO O| Jul 02 20:44:18.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68222026-07-02T20:44:18.943Z[ recovery-image] Jul 02 20:44:18.263 INFO O| Jul 02 20:44:18.263 INFO STEP 486 (remove_files) COMPLETE
68232026-07-02T20:44:18.943Z[ recovery-image] Jul 02 20:44:18.263 INFO O| Jul 02 20:44:18.263 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-07-02T20:44:18.950Z[ recovery-image] Jul 02 20:44:18.275 INFO O| Jul 02 20:44:18.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68252026-07-02T20:44:18.950Z[ recovery-image] Jul 02 20:44:18.275 INFO O| Jul 02 20:44:18.275 INFO STEP 487 (remove_files) COMPLETE
68262026-07-02T20:44:18.950Z[ recovery-image] Jul 02 20:44:18.275 INFO O| Jul 02 20:44:18.275 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-07-02T20:44:18.963Z[ recovery-image] Jul 02 20:44:18.288 INFO O| Jul 02 20:44:18.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68282026-07-02T20:44:18.963Z[ recovery-image] Jul 02 20:44:18.288 INFO O| Jul 02 20:44:18.288 INFO STEP 488 (remove_files) COMPLETE
68292026-07-02T20:44:18.967Z[ recovery-image] Jul 02 20:44:18.288 INFO O| Jul 02 20:44:18.288 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-07-02T20:44:18.976Z[ recovery-image] Jul 02 20:44:18.300 INFO O| Jul 02 20:44:18.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68312026-07-02T20:44:18.977Z[ recovery-image] Jul 02 20:44:18.300 INFO O| Jul 02 20:44:18.300 INFO STEP 489 (remove_files) COMPLETE
68322026-07-02T20:44:18.977Z[ recovery-image] Jul 02 20:44:18.300 INFO O| Jul 02 20:44:18.300 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-07-02T20:44:18.988Z[ recovery-image] Jul 02 20:44:18.313 INFO O| Jul 02 20:44:18.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68342026-07-02T20:44:18.988Z[ recovery-image] Jul 02 20:44:18.313 INFO O| Jul 02 20:44:18.313 INFO STEP 490 (remove_files) COMPLETE
68352026-07-02T20:44:18.988Z[ recovery-image] Jul 02 20:44:18.313 INFO O| Jul 02 20:44:18.313 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-07-02T20:44:19.003Z[ recovery-image] Jul 02 20:44:18.326 INFO O| Jul 02 20:44:18.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68372026-07-02T20:44:19.003Z[ recovery-image] Jul 02 20:44:18.326 INFO O| Jul 02 20:44:18.326 INFO STEP 491 (remove_files) COMPLETE
68382026-07-02T20:44:19.003Z[ recovery-image] Jul 02 20:44:18.326 INFO O| Jul 02 20:44:18.326 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-07-02T20:44:19.012Z[ recovery-image] Jul 02 20:44:18.337 INFO O| Jul 02 20:44:18.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68402026-07-02T20:44:19.012Z[ recovery-image] Jul 02 20:44:18.337 INFO O| Jul 02 20:44:18.337 INFO STEP 492 (remove_files) COMPLETE
68412026-07-02T20:44:19.012Z[ recovery-image] Jul 02 20:44:18.337 INFO O| Jul 02 20:44:18.337 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-07-02T20:44:19.025Z[ recovery-image] Jul 02 20:44:18.350 INFO O| Jul 02 20:44:18.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68432026-07-02T20:44:19.025Z[ recovery-image] Jul 02 20:44:18.350 INFO O| Jul 02 20:44:18.350 INFO STEP 493 (remove_files) COMPLETE
68442026-07-02T20:44:19.025Z[ recovery-image] Jul 02 20:44:18.350 INFO O| Jul 02 20:44:18.350 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-07-02T20:44:19.036Z[ recovery-image] Jul 02 20:44:18.361 INFO O| Jul 02 20:44:18.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68462026-07-02T20:44:19.036Z[ recovery-image] Jul 02 20:44:18.361 INFO O| Jul 02 20:44:18.361 INFO STEP 494 (remove_files) COMPLETE
68472026-07-02T20:44:19.036Z[ recovery-image] Jul 02 20:44:18.361 INFO O| Jul 02 20:44:18.361 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-07-02T20:44:19.047Z[ recovery-image] Jul 02 20:44:18.372 INFO O| Jul 02 20:44:18.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68492026-07-02T20:44:19.047Z[ recovery-image] Jul 02 20:44:18.372 INFO O| Jul 02 20:44:18.372 INFO STEP 495 (remove_files) COMPLETE
68502026-07-02T20:44:19.050Z[ recovery-image] Jul 02 20:44:18.372 INFO O| Jul 02 20:44:18.372 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-07-02T20:44:19.058Z[ recovery-image] Jul 02 20:44:18.383 INFO O| Jul 02 20:44:18.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68522026-07-02T20:44:19.058Z[ recovery-image] Jul 02 20:44:18.383 INFO O| Jul 02 20:44:18.383 INFO STEP 496 (remove_files) COMPLETE
68532026-07-02T20:44:19.058Z[ recovery-image] Jul 02 20:44:18.383 INFO O| Jul 02 20:44:18.383 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-07-02T20:44:19.071Z[ recovery-image] Jul 02 20:44:18.396 INFO O| Jul 02 20:44:18.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68552026-07-02T20:44:19.071Z[ recovery-image] Jul 02 20:44:18.396 INFO O| Jul 02 20:44:18.396 INFO STEP 497 (remove_files) COMPLETE
68562026-07-02T20:44:19.071Z[ recovery-image] Jul 02 20:44:18.396 INFO O| Jul 02 20:44:18.396 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-07-02T20:44:19.084Z[ recovery-image] Jul 02 20:44:18.409 INFO O| Jul 02 20:44:18.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68582026-07-02T20:44:19.084Z[ recovery-image] Jul 02 20:44:18.409 INFO O| Jul 02 20:44:18.409 INFO STEP 498 (remove_files) COMPLETE
68592026-07-02T20:44:19.087Z[ recovery-image] Jul 02 20:44:18.409 INFO O| Jul 02 20:44:18.409 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-07-02T20:44:19.097Z[ recovery-image] Jul 02 20:44:18.421 INFO O| Jul 02 20:44:18.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68612026-07-02T20:44:19.097Z[ recovery-image] Jul 02 20:44:18.421 INFO O| Jul 02 20:44:18.420 INFO STEP 499 (remove_files) COMPLETE
68622026-07-02T20:44:19.097Z[ recovery-image] Jul 02 20:44:18.422 INFO O| Jul 02 20:44:18.420 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-07-02T20:44:19.109Z[ recovery-image] Jul 02 20:44:18.433 INFO O| Jul 02 20:44:18.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68642026-07-02T20:44:19.109Z[ recovery-image] Jul 02 20:44:18.433 INFO O| Jul 02 20:44:18.433 INFO STEP 500 (remove_files) COMPLETE
68652026-07-02T20:44:19.112Z[ recovery-image] Jul 02 20:44:18.434 INFO O| Jul 02 20:44:18.433 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-07-02T20:44:19.121Z[ recovery-image] Jul 02 20:44:18.446 INFO O| Jul 02 20:44:18.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68672026-07-02T20:44:19.121Z[ recovery-image] Jul 02 20:44:18.446 INFO O| Jul 02 20:44:18.446 INFO STEP 501 (remove_files) COMPLETE
68682026-07-02T20:44:19.124Z[ recovery-image] Jul 02 20:44:18.446 INFO O| Jul 02 20:44:18.446 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-07-02T20:44:19.131Z[ recovery-image] Jul 02 20:44:18.456 INFO O| Jul 02 20:44:18.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68702026-07-02T20:44:19.131Z[ recovery-image] Jul 02 20:44:18.456 INFO O| Jul 02 20:44:18.456 INFO STEP 502 (remove_files) COMPLETE
68712026-07-02T20:44:19.134Z[ recovery-image] Jul 02 20:44:18.456 INFO O| Jul 02 20:44:18.456 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-07-02T20:44:19.143Z[ recovery-image] Jul 02 20:44:18.468 INFO O| Jul 02 20:44:18.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68732026-07-02T20:44:19.143Z[ recovery-image] Jul 02 20:44:18.468 INFO O| Jul 02 20:44:18.468 INFO STEP 503 (remove_files) COMPLETE
68742026-07-02T20:44:19.143Z[ recovery-image] Jul 02 20:44:18.468 INFO O| Jul 02 20:44:18.468 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-07-02T20:44:19.153Z[ recovery-image] Jul 02 20:44:18.478 INFO O| Jul 02 20:44:18.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68762026-07-02T20:44:19.153Z[ recovery-image] Jul 02 20:44:18.478 INFO O| Jul 02 20:44:18.478 INFO STEP 504 (remove_files) COMPLETE
68772026-07-02T20:44:19.153Z[ recovery-image] Jul 02 20:44:18.478 INFO O| Jul 02 20:44:18.478 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-07-02T20:44:19.166Z[ recovery-image] Jul 02 20:44:18.491 INFO O| Jul 02 20:44:18.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68792026-07-02T20:44:19.166Z[ recovery-image] Jul 02 20:44:18.491 INFO O| Jul 02 20:44:18.491 INFO STEP 505 (remove_files) COMPLETE
68802026-07-02T20:44:19.166Z[ recovery-image] Jul 02 20:44:18.491 INFO O| Jul 02 20:44:18.491 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-07-02T20:44:19.176Z[ recovery-image] Jul 02 20:44:18.501 INFO O| Jul 02 20:44:18.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68822026-07-02T20:44:19.176Z[ recovery-image] Jul 02 20:44:18.501 INFO O| Jul 02 20:44:18.501 INFO STEP 506 (remove_files) COMPLETE
68832026-07-02T20:44:19.177Z[ recovery-image] Jul 02 20:44:18.501 INFO O| Jul 02 20:44:18.501 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-07-02T20:44:19.188Z[ recovery-image] Jul 02 20:44:18.513 INFO O| Jul 02 20:44:18.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68852026-07-02T20:44:19.188Z[ recovery-image] Jul 02 20:44:18.513 INFO O| Jul 02 20:44:18.513 INFO STEP 507 (remove_files) COMPLETE
68862026-07-02T20:44:19.188Z[ recovery-image] Jul 02 20:44:18.513 INFO O| Jul 02 20:44:18.513 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-07-02T20:44:19.199Z[ recovery-image] Jul 02 20:44:18.524 INFO O| Jul 02 20:44:18.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68882026-07-02T20:44:19.199Z[ recovery-image] Jul 02 20:44:18.524 INFO O| Jul 02 20:44:18.524 INFO STEP 508 (remove_files) COMPLETE
68892026-07-02T20:44:19.199Z[ recovery-image] Jul 02 20:44:18.524 INFO O| Jul 02 20:44:18.524 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-07-02T20:44:19.209Z[ recovery-image] Jul 02 20:44:18.534 INFO O| Jul 02 20:44:18.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68912026-07-02T20:44:19.209Z[ recovery-image] Jul 02 20:44:18.534 INFO O| Jul 02 20:44:18.534 INFO STEP 509 (remove_files) COMPLETE
68922026-07-02T20:44:19.209Z[ recovery-image] Jul 02 20:44:18.534 INFO O| Jul 02 20:44:18.534 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-07-02T20:44:19.220Z[ recovery-image] Jul 02 20:44:18.544 INFO O| Jul 02 20:44:18.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68942026-07-02T20:44:19.220Z[ recovery-image] Jul 02 20:44:18.545 INFO O| Jul 02 20:44:18.545 INFO STEP 510 (remove_files) COMPLETE
68952026-07-02T20:44:19.223Z[ recovery-image] Jul 02 20:44:18.545 INFO O| Jul 02 20:44:18.545 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-07-02T20:44:19.230Z[ recovery-image] Jul 02 20:44:18.555 INFO O| Jul 02 20:44:18.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68972026-07-02T20:44:19.230Z[ recovery-image] Jul 02 20:44:18.555 INFO O| Jul 02 20:44:18.555 INFO STEP 511 (remove_files) COMPLETE
68982026-07-02T20:44:19.230Z[ recovery-image] Jul 02 20:44:18.555 INFO O| Jul 02 20:44:18.555 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-07-02T20:44:19.241Z[ recovery-image] Jul 02 20:44:18.566 INFO O| Jul 02 20:44:18.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
69002026-07-02T20:44:19.241Z[ recovery-image] Jul 02 20:44:18.566 INFO O| Jul 02 20:44:18.566 INFO STEP 512 (remove_files) COMPLETE
69012026-07-02T20:44:19.245Z[ recovery-image] Jul 02 20:44:18.566 INFO O| Jul 02 20:44:18.566 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-07-02T20:44:19.253Z[ recovery-image] Jul 02 20:44:18.578 INFO O| Jul 02 20:44:18.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
69032026-07-02T20:44:19.253Z[ recovery-image] Jul 02 20:44:18.578 INFO O| Jul 02 20:44:18.578 INFO STEP 513 (remove_files) COMPLETE
69042026-07-02T20:44:19.253Z[ recovery-image] Jul 02 20:44:18.578 INFO O| Jul 02 20:44:18.578 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-07-02T20:44:19.264Z[ recovery-image] Jul 02 20:44:18.588 INFO O| Jul 02 20:44:18.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69062026-07-02T20:44:19.264Z[ recovery-image] Jul 02 20:44:18.589 INFO O| Jul 02 20:44:18.589 INFO STEP 514 (remove_files) COMPLETE
69072026-07-02T20:44:19.264Z[ recovery-image] Jul 02 20:44:18.589 INFO O| Jul 02 20:44:18.589 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-07-02T20:44:19.275Z[ recovery-image] Jul 02 20:44:18.600 INFO O| Jul 02 20:44:18.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69092026-07-02T20:44:19.275Z[ recovery-image] Jul 02 20:44:18.600 INFO O| Jul 02 20:44:18.600 INFO STEP 515 (remove_files) COMPLETE
69102026-07-02T20:44:19.278Z[ recovery-image] Jul 02 20:44:18.600 INFO O| Jul 02 20:44:18.600 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-07-02T20:44:19.284Z[ recovery-image] Jul 02 20:44:18.609 INFO O| Jul 02 20:44:18.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69122026-07-02T20:44:19.284Z[ recovery-image] Jul 02 20:44:18.609 INFO O| Jul 02 20:44:18.609 INFO STEP 516 (remove_files) COMPLETE
69132026-07-02T20:44:19.289Z[ recovery-image] Jul 02 20:44:18.609 INFO O| Jul 02 20:44:18.609 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-07-02T20:44:19.293Z[ recovery-image] Jul 02 20:44:18.618 INFO O| Jul 02 20:44:18.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69152026-07-02T20:44:19.293Z[ recovery-image] Jul 02 20:44:18.618 INFO O| Jul 02 20:44:18.618 INFO STEP 517 (remove_files) COMPLETE
69162026-07-02T20:44:19.296Z[ recovery-image] Jul 02 20:44:18.618 INFO O| Jul 02 20:44:18.618 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-07-02T20:44:19.301Z[ recovery-image] Jul 02 20:44:18.626 INFO O| Jul 02 20:44:18.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69182026-07-02T20:44:19.302Z[ recovery-image] Jul 02 20:44:18.627 INFO O| Jul 02 20:44:18.627 INFO STEP 518 (remove_files) COMPLETE
69192026-07-02T20:44:19.305Z[ recovery-image] Jul 02 20:44:18.627 INFO O| Jul 02 20:44:18.627 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-07-02T20:44:19.315Z[ recovery-image] Jul 02 20:44:18.640 INFO O| Jul 02 20:44:18.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69212026-07-02T20:44:19.315Z[ recovery-image] Jul 02 20:44:18.640 INFO O| Jul 02 20:44:18.640 INFO STEP 519 (remove_files) COMPLETE
69222026-07-02T20:44:19.315Z[ recovery-image] Jul 02 20:44:18.640 INFO O| Jul 02 20:44:18.640 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-07-02T20:44:19.327Z[ recovery-image] Jul 02 20:44:18.652 INFO O| Jul 02 20:44:18.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69242026-07-02T20:44:19.333Z[ recovery-image] Jul 02 20:44:18.658 INFO O| Jul 02 20:44:18.658 INFO STEP 520 (remove_files) COMPLETE
69252026-07-02T20:44:19.333Z[ recovery-image] Jul 02 20:44:18.658 INFO O| Jul 02 20:44:18.658 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-07-02T20:44:19.345Z[ recovery-image] Jul 02 20:44:18.670 INFO O| Jul 02 20:44:18.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69272026-07-02T20:44:19.345Z[ recovery-image] Jul 02 20:44:18.670 INFO O| Jul 02 20:44:18.670 INFO STEP 521 (remove_files) COMPLETE
69282026-07-02T20:44:19.348Z[ recovery-image] Jul 02 20:44:18.670 INFO O| Jul 02 20:44:18.670 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-07-02T20:44:19.359Z[ recovery-image] Jul 02 20:44:18.682 INFO O| Jul 02 20:44:18.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69302026-07-02T20:44:19.359Z[ recovery-image] Jul 02 20:44:18.682 INFO O| Jul 02 20:44:18.682 INFO STEP 522 (remove_files) COMPLETE
69312026-07-02T20:44:19.359Z[ recovery-image] Jul 02 20:44:18.682 INFO O| Jul 02 20:44:18.682 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-07-02T20:44:19.368Z[ recovery-image] Jul 02 20:44:18.693 INFO O| Jul 02 20:44:18.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69332026-07-02T20:44:19.368Z[ recovery-image] Jul 02 20:44:18.693 INFO O| Jul 02 20:44:18.693 INFO STEP 523 (remove_files) COMPLETE
69342026-07-02T20:44:19.371Z[ recovery-image] Jul 02 20:44:18.693 INFO O| Jul 02 20:44:18.693 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-07-02T20:44:19.378Z[ recovery-image] Jul 02 20:44:18.703 INFO O| Jul 02 20:44:18.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69362026-07-02T20:44:19.378Z[ recovery-image] Jul 02 20:44:18.703 INFO O| Jul 02 20:44:18.703 INFO STEP 524 (remove_files) COMPLETE
69372026-07-02T20:44:19.378Z[ recovery-image] Jul 02 20:44:18.703 INFO O| Jul 02 20:44:18.703 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-07-02T20:44:19.388Z[ recovery-image] Jul 02 20:44:18.713 INFO O| Jul 02 20:44:18.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69392026-07-02T20:44:19.388Z[ recovery-image] Jul 02 20:44:18.713 INFO O| Jul 02 20:44:18.713 INFO STEP 525 (remove_files) COMPLETE
69402026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.713 INFO O| Jul 02 20:44:18.713 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.724 INFO O| Jul 02 20:44:18.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69422026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.725 INFO O| Jul 02 20:44:18.724 INFO STEP 526 (remove_files) COMPLETE
69432026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.725 INFO O| Jul 02 20:44:18.725 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.736 INFO O| Jul 02 20:44:18.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69452026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.736 INFO O| Jul 02 20:44:18.736 INFO STEP 527 (remove_files) COMPLETE
69462026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.736 INFO O| Jul 02 20:44:18.736 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.745 INFO O| Jul 02 20:44:18.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69482026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.745 INFO O| Jul 02 20:44:18.745 INFO STEP 528 (remove_files) COMPLETE
69492026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.746 INFO O| Jul 02 20:44:18.745 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.756 INFO O| Jul 02 20:44:18.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69512026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.756 INFO O| Jul 02 20:44:18.756 INFO STEP 529 (remove_files) COMPLETE
69522026-07-02T20:44:19.438Z[ recovery-image] Jul 02 20:44:18.756 INFO O| Jul 02 20:44:18.756 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-07-02T20:44:19.442Z[ recovery-image] Jul 02 20:44:18.764 INFO O| Jul 02 20:44:18.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69542026-07-02T20:44:19.442Z[ recovery-image] Jul 02 20:44:18.764 INFO O| Jul 02 20:44:18.764 INFO STEP 530 (remove_files) COMPLETE
69552026-07-02T20:44:19.442Z[ recovery-image] Jul 02 20:44:18.764 INFO O| Jul 02 20:44:18.764 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-02T20:44:19.448Z[ recovery-image] Jul 02 20:44:18.773 INFO O| Jul 02 20:44:18.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69572026-07-02T20:44:19.448Z[ recovery-image] Jul 02 20:44:18.773 INFO O| Jul 02 20:44:18.773 INFO STEP 531 (remove_files) COMPLETE
69582026-07-02T20:44:19.451Z[ recovery-image] Jul 02 20:44:18.773 INFO O| Jul 02 20:44:18.773 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-02T20:44:19.459Z[ recovery-image] Jul 02 20:44:18.784 INFO O| Jul 02 20:44:18.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69602026-07-02T20:44:19.462Z[ recovery-image] Jul 02 20:44:18.785 INFO O| Jul 02 20:44:18.784 INFO STEP 532 (remove_files) COMPLETE
69612026-07-02T20:44:19.462Z[ recovery-image] Jul 02 20:44:18.785 INFO O| Jul 02 20:44:18.784 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-02T20:44:19.469Z[ recovery-image] Jul 02 20:44:18.794 INFO O| Jul 02 20:44:18.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69632026-07-02T20:44:19.469Z[ recovery-image] Jul 02 20:44:18.794 INFO O| Jul 02 20:44:18.794 INFO STEP 533 (remove_files) COMPLETE
69642026-07-02T20:44:19.469Z[ recovery-image] Jul 02 20:44:18.794 INFO O| Jul 02 20:44:18.794 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-02T20:44:19.479Z[ recovery-image] Jul 02 20:44:18.804 INFO O| Jul 02 20:44:18.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69662026-07-02T20:44:19.479Z[ recovery-image] Jul 02 20:44:18.804 INFO O| Jul 02 20:44:18.804 INFO STEP 534 (remove_files) COMPLETE
69672026-07-02T20:44:19.479Z[ recovery-image] Jul 02 20:44:18.804 INFO O| Jul 02 20:44:18.804 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-02T20:44:19.490Z[ recovery-image] Jul 02 20:44:18.815 INFO O| Jul 02 20:44:18.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69692026-07-02T20:44:19.490Z[ recovery-image] Jul 02 20:44:18.815 INFO O| Jul 02 20:44:18.815 INFO STEP 535 (remove_files) COMPLETE
69702026-07-02T20:44:19.493Z[ recovery-image] Jul 02 20:44:18.815 INFO O| Jul 02 20:44:18.815 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-02T20:44:19.502Z[ recovery-image] Jul 02 20:44:18.825 INFO O| Jul 02 20:44:18.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69722026-07-02T20:44:19.502Z[ recovery-image] Jul 02 20:44:18.825 INFO O| Jul 02 20:44:18.825 INFO STEP 536 (remove_files) COMPLETE
69732026-07-02T20:44:19.506Z[ recovery-image] Jul 02 20:44:18.825 INFO O| Jul 02 20:44:18.825 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-02T20:44:19.512Z[ recovery-image] Jul 02 20:44:18.835 INFO O| Jul 02 20:44:18.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69752026-07-02T20:44:19.512Z[ recovery-image] Jul 02 20:44:18.835 INFO O| Jul 02 20:44:18.835 INFO STEP 537 (remove_files) COMPLETE
69762026-07-02T20:44:19.513Z[ recovery-image] Jul 02 20:44:18.835 INFO O| Jul 02 20:44:18.835 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-07-02T20:44:19.520Z[ recovery-image] Jul 02 20:44:18.844 INFO O| Jul 02 20:44:18.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69782026-07-02T20:44:19.520Z[ recovery-image] Jul 02 20:44:18.844 INFO O| Jul 02 20:44:18.844 INFO STEP 538 (remove_files) COMPLETE
69792026-07-02T20:44:19.520Z[ recovery-image] Jul 02 20:44:18.844 INFO O| Jul 02 20:44:18.844 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-07-02T20:44:19.532Z[ recovery-image] Jul 02 20:44:18.855 INFO O| Jul 02 20:44:18.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69812026-07-02T20:44:19.532Z[ recovery-image] Jul 02 20:44:18.855 INFO O| Jul 02 20:44:18.855 INFO STEP 539 (remove_files) COMPLETE
69822026-07-02T20:44:19.532Z[ recovery-image] Jul 02 20:44:18.855 INFO O| Jul 02 20:44:18.855 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-07-02T20:44:19.540Z[ recovery-image] Jul 02 20:44:18.865 INFO O| Jul 02 20:44:18.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69842026-07-02T20:44:19.540Z[ recovery-image] Jul 02 20:44:18.865 INFO O| Jul 02 20:44:18.865 INFO STEP 540 (remove_files) COMPLETE
69852026-07-02T20:44:19.543Z[ recovery-image] Jul 02 20:44:18.865 INFO O| Jul 02 20:44:18.865 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-07-02T20:44:19.550Z[ recovery-image] Jul 02 20:44:18.875 INFO O| Jul 02 20:44:18.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69872026-07-02T20:44:19.550Z[ recovery-image] Jul 02 20:44:18.875 INFO O| Jul 02 20:44:18.875 INFO STEP 541 (remove_files) COMPLETE
69882026-07-02T20:44:19.550Z[ recovery-image] Jul 02 20:44:18.875 INFO O| Jul 02 20:44:18.875 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-07-02T20:44:19.562Z[ recovery-image] Jul 02 20:44:18.887 INFO O| Jul 02 20:44:18.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69902026-07-02T20:44:19.562Z[ recovery-image] Jul 02 20:44:18.887 INFO O| Jul 02 20:44:18.887 INFO STEP 542 (remove_files) COMPLETE
69912026-07-02T20:44:19.565Z[ recovery-image] Jul 02 20:44:18.887 INFO O| Jul 02 20:44:18.887 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-07-02T20:44:19.575Z[ recovery-image] Jul 02 20:44:18.900 INFO O| Jul 02 20:44:18.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69932026-07-02T20:44:19.576Z[ recovery-image] Jul 02 20:44:18.900 INFO O| Jul 02 20:44:18.900 INFO STEP 543 (remove_files) COMPLETE
69942026-07-02T20:44:19.579Z[ recovery-image] Jul 02 20:44:18.900 INFO O| Jul 02 20:44:18.900 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-07-02T20:44:19.600Z[ recovery-image] Jul 02 20:44:18.925 INFO O| Jul 02 20:44:18.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69962026-07-02T20:44:19.600Z[ recovery-image] Jul 02 20:44:18.925 INFO O| Jul 02 20:44:18.925 INFO STEP 544 (remove_files) COMPLETE
69972026-07-02T20:44:19.604Z[ recovery-image] Jul 02 20:44:18.925 INFO O| Jul 02 20:44:18.925 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-07-02T20:44:19.618Z[ recovery-image] Jul 02 20:44:18.943 INFO O| Jul 02 20:44:18.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69992026-07-02T20:44:19.618Z[ recovery-image] Jul 02 20:44:18.943 INFO O| Jul 02 20:44:18.943 INFO STEP 545 (remove_files) COMPLETE
70002026-07-02T20:44:19.621Z[ recovery-image] Jul 02 20:44:18.943 INFO O| Jul 02 20:44:18.943 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-07-02T20:44:19.638Z[ recovery-image] Jul 02 20:44:18.963 INFO O| Jul 02 20:44:18.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
70022026-07-02T20:44:19.638Z[ recovery-image] Jul 02 20:44:18.963 INFO O| Jul 02 20:44:18.963 INFO STEP 546 (remove_files) COMPLETE
70032026-07-02T20:44:19.638Z[ recovery-image] Jul 02 20:44:18.963 INFO O| Jul 02 20:44:18.963 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-02T20:44:19.655Z[ recovery-image] Jul 02 20:44:18.979 INFO O| Jul 02 20:44:18.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
70052026-07-02T20:44:19.656Z[ recovery-image] Jul 02 20:44:18.979 INFO O| Jul 02 20:44:18.975 INFO STEP 547 (remove_files) COMPLETE
70062026-07-02T20:44:19.659Z[ recovery-image] Jul 02 20:44:18.979 INFO O| Jul 02 20:44:18.975 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-02T20:44:19.663Z[ recovery-image] Jul 02 20:44:18.988 INFO O| Jul 02 20:44:18.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70082026-07-02T20:44:19.663Z[ recovery-image] Jul 02 20:44:18.988 INFO O| Jul 02 20:44:18.988 INFO STEP 548 (remove_files) COMPLETE
70092026-07-02T20:44:19.666Z[ recovery-image] Jul 02 20:44:18.988 INFO O| Jul 02 20:44:18.988 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-02T20:44:19.687Z[ recovery-image] Jul 02 20:44:19.010 INFO O| Jul 02 20:44:19.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70112026-07-02T20:44:19.690Z[ recovery-image] Jul 02 20:44:19.011 INFO O| Jul 02 20:44:19.011 INFO STEP 549 (remove_files) COMPLETE
70122026-07-02T20:44:19.690Z[ recovery-image] Jul 02 20:44:19.011 INFO O| Jul 02 20:44:19.011 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-02T20:44:19.706Z[ recovery-image] Jul 02 20:44:19.031 INFO O| Jul 02 20:44:19.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70142026-07-02T20:44:19.706Z[ recovery-image] Jul 02 20:44:19.032 INFO O| Jul 02 20:44:19.032 INFO STEP 550 (remove_files) COMPLETE
70152026-07-02T20:44:19.706Z[ recovery-image] Jul 02 20:44:19.032 INFO O| Jul 02 20:44:19.032 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-02T20:44:19.715Z[ recovery-image] Jul 02 20:44:19.040 INFO O| Jul 02 20:44:19.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70172026-07-02T20:44:19.715Z[ recovery-image] Jul 02 20:44:19.040 INFO O| Jul 02 20:44:19.040 INFO STEP 551 (remove_files) COMPLETE
70182026-07-02T20:44:19.715Z[ recovery-image] Jul 02 20:44:19.040 INFO O| Jul 02 20:44:19.040 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-02T20:44:19.734Z[ recovery-image] Jul 02 20:44:19.057 INFO O| Jul 02 20:44:19.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70202026-07-02T20:44:19.734Z[ recovery-image] Jul 02 20:44:19.057 INFO O| Jul 02 20:44:19.057 INFO STEP 552 (remove_files) COMPLETE
70212026-07-02T20:44:19.734Z[ recovery-image] Jul 02 20:44:19.057 INFO O| Jul 02 20:44:19.057 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-02T20:44:19.744Z[ recovery-image] Jul 02 20:44:19.069 INFO O| Jul 02 20:44:19.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70232026-07-02T20:44:19.744Z[ recovery-image] Jul 02 20:44:19.069 INFO O| Jul 02 20:44:19.069 INFO STEP 553 (remove_files) COMPLETE
70242026-07-02T20:44:19.747Z[ recovery-image] Jul 02 20:44:19.069 INFO O| Jul 02 20:44:19.069 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-02T20:44:19.755Z[ recovery-image] Jul 02 20:44:19.080 INFO O| Jul 02 20:44:19.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70262026-07-02T20:44:19.760Z[ recovery-image] Jul 02 20:44:19.082 INFO O| Jul 02 20:44:19.082 INFO STEP 554 (remove_files) COMPLETE
70272026-07-02T20:44:19.760Z[ recovery-image] Jul 02 20:44:19.082 INFO O| Jul 02 20:44:19.082 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-02T20:44:19.767Z[ recovery-image] Jul 02 20:44:19.092 INFO O| Jul 02 20:44:19.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70292026-07-02T20:44:19.767Z[ recovery-image] Jul 02 20:44:19.092 INFO O| Jul 02 20:44:19.092 INFO STEP 555 (remove_files) COMPLETE
70302026-07-02T20:44:19.767Z[ recovery-image] Jul 02 20:44:19.092 INFO O| Jul 02 20:44:19.092 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-02T20:44:19.776Z[ recovery-image] Jul 02 20:44:19.101 INFO O| Jul 02 20:44:19.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70322026-07-02T20:44:19.776Z[ recovery-image] Jul 02 20:44:19.102 INFO O| Jul 02 20:44:19.102 INFO STEP 556 (remove_files) COMPLETE
70332026-07-02T20:44:19.776Z[ recovery-image] Jul 02 20:44:19.102 INFO O| Jul 02 20:44:19.102 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-02T20:44:19.785Z[ recovery-image] Jul 02 20:44:19.110 INFO O| Jul 02 20:44:19.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70352026-07-02T20:44:19.785Z[ recovery-image] Jul 02 20:44:19.110 INFO O| Jul 02 20:44:19.110 INFO STEP 557 (remove_files) COMPLETE
70362026-07-02T20:44:19.788Z[ recovery-image] Jul 02 20:44:19.110 INFO O| Jul 02 20:44:19.110 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-02T20:44:19.793Z[ recovery-image] Jul 02 20:44:19.118 INFO O| Jul 02 20:44:19.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70382026-07-02T20:44:19.793Z[ recovery-image] Jul 02 20:44:19.118 INFO O| Jul 02 20:44:19.118 INFO STEP 558 (remove_files) COMPLETE
70392026-07-02T20:44:19.796Z[ recovery-image] Jul 02 20:44:19.118 INFO O| Jul 02 20:44:19.118 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-02T20:44:19.803Z[ recovery-image] Jul 02 20:44:19.128 INFO O| Jul 02 20:44:19.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70412026-07-02T20:44:19.803Z[ recovery-image] Jul 02 20:44:19.128 INFO O| Jul 02 20:44:19.128 INFO STEP 559 (remove_files) COMPLETE
70422026-07-02T20:44:19.803Z[ recovery-image] Jul 02 20:44:19.128 INFO O| Jul 02 20:44:19.128 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-02T20:44:19.814Z[ recovery-image] Jul 02 20:44:19.139 INFO O| Jul 02 20:44:19.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70442026-07-02T20:44:19.814Z[ recovery-image] Jul 02 20:44:19.139 INFO O| Jul 02 20:44:19.139 INFO STEP 560 (remove_files) COMPLETE
70452026-07-02T20:44:19.814Z[ recovery-image] Jul 02 20:44:19.139 INFO O| Jul 02 20:44:19.139 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-02T20:44:19.824Z[ recovery-image] Jul 02 20:44:19.149 INFO O| Jul 02 20:44:19.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70472026-07-02T20:44:19.824Z[ recovery-image] Jul 02 20:44:19.149 INFO O| Jul 02 20:44:19.149 INFO STEP 561 (remove_files) COMPLETE
70482026-07-02T20:44:19.824Z[ recovery-image] Jul 02 20:44:19.149 INFO O| Jul 02 20:44:19.149 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-02T20:44:19.832Z[ recovery-image] Jul 02 20:44:19.157 INFO O| Jul 02 20:44:19.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70502026-07-02T20:44:19.832Z[ recovery-image] Jul 02 20:44:19.157 INFO O| Jul 02 20:44:19.157 INFO STEP 562 (remove_files) COMPLETE
70512026-07-02T20:44:19.832Z[ recovery-image] Jul 02 20:44:19.157 INFO O| Jul 02 20:44:19.157 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-02T20:44:19.844Z[ recovery-image] Jul 02 20:44:19.168 INFO O| Jul 02 20:44:19.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70532026-07-02T20:44:19.844Z[ recovery-image] Jul 02 20:44:19.168 INFO O| Jul 02 20:44:19.168 INFO STEP 563 (remove_files) COMPLETE
70542026-07-02T20:44:19.848Z[ recovery-image] Jul 02 20:44:19.168 INFO O| Jul 02 20:44:19.168 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-02T20:44:19.854Z[ recovery-image] Jul 02 20:44:19.179 INFO O| Jul 02 20:44:19.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70562026-07-02T20:44:19.855Z[ recovery-image] Jul 02 20:44:19.179 INFO O| Jul 02 20:44:19.179 INFO STEP 564 (remove_files) COMPLETE
70572026-07-02T20:44:19.855Z[ recovery-image] Jul 02 20:44:19.179 INFO O| Jul 02 20:44:19.179 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-02T20:44:19.865Z[ recovery-image] Jul 02 20:44:19.190 INFO O| Jul 02 20:44:19.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70592026-07-02T20:44:19.865Z[ recovery-image] Jul 02 20:44:19.190 INFO O| Jul 02 20:44:19.190 INFO STEP 565 (remove_files) COMPLETE
70602026-07-02T20:44:19.865Z[ recovery-image] Jul 02 20:44:19.190 INFO O| Jul 02 20:44:19.190 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-02T20:44:19.876Z[ recovery-image] Jul 02 20:44:19.201 INFO O| Jul 02 20:44:19.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70622026-07-02T20:44:19.876Z[ recovery-image] Jul 02 20:44:19.201 INFO O| Jul 02 20:44:19.201 INFO STEP 566 (remove_files) COMPLETE
70632026-07-02T20:44:19.876Z[ recovery-image] Jul 02 20:44:19.201 INFO O| Jul 02 20:44:19.201 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-02T20:44:19.887Z[ recovery-image] Jul 02 20:44:19.212 INFO O| Jul 02 20:44:19.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70652026-07-02T20:44:19.887Z[ recovery-image] Jul 02 20:44:19.212 INFO O| Jul 02 20:44:19.212 INFO STEP 567 (remove_files) COMPLETE
70662026-07-02T20:44:19.887Z[ recovery-image] Jul 02 20:44:19.212 INFO O| Jul 02 20:44:19.212 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-02T20:44:19.898Z[ recovery-image] Jul 02 20:44:19.223 INFO O| Jul 02 20:44:19.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70682026-07-02T20:44:19.898Z[ recovery-image] Jul 02 20:44:19.223 INFO O| Jul 02 20:44:19.223 INFO STEP 568 (remove_files) COMPLETE
70692026-07-02T20:44:19.899Z[ recovery-image] Jul 02 20:44:19.224 INFO O| Jul 02 20:44:19.223 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-02T20:44:19.909Z[ recovery-image] Jul 02 20:44:19.234 INFO O| Jul 02 20:44:19.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70712026-07-02T20:44:19.909Z[ recovery-image] Jul 02 20:44:19.234 INFO O| Jul 02 20:44:19.234 INFO STEP 569 (remove_files) COMPLETE
70722026-07-02T20:44:19.910Z[ recovery-image] Jul 02 20:44:19.234 INFO O| Jul 02 20:44:19.234 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-02T20:44:19.920Z[ recovery-image] Jul 02 20:44:19.245 INFO O| Jul 02 20:44:19.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70742026-07-02T20:44:19.921Z[ recovery-image] Jul 02 20:44:19.245 INFO O| Jul 02 20:44:19.245 INFO STEP 570 (remove_files) COMPLETE
70752026-07-02T20:44:19.925Z[ recovery-image] Jul 02 20:44:19.245 INFO O| Jul 02 20:44:19.245 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-02T20:44:19.931Z[ recovery-image] Jul 02 20:44:19.256 INFO O| Jul 02 20:44:19.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70772026-07-02T20:44:19.931Z[ recovery-image] Jul 02 20:44:19.256 INFO O| Jul 02 20:44:19.256 INFO STEP 571 (remove_files) COMPLETE
70782026-07-02T20:44:19.934Z[ recovery-image] Jul 02 20:44:19.256 INFO O| Jul 02 20:44:19.256 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-02T20:44:19.942Z[ recovery-image] Jul 02 20:44:19.267 INFO O| Jul 02 20:44:19.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70802026-07-02T20:44:19.942Z[ recovery-image] Jul 02 20:44:19.267 INFO O| Jul 02 20:44:19.267 INFO STEP 572 (remove_files) COMPLETE
70812026-07-02T20:44:19.942Z[ recovery-image] Jul 02 20:44:19.267 INFO O| Jul 02 20:44:19.267 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-02T20:44:19.951Z[ recovery-image] Jul 02 20:44:19.275 INFO O| Jul 02 20:44:19.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70832026-07-02T20:44:19.951Z[ recovery-image] Jul 02 20:44:19.275 INFO O| Jul 02 20:44:19.275 INFO STEP 573 (remove_files) COMPLETE
70842026-07-02T20:44:19.951Z[ recovery-image] Jul 02 20:44:19.275 INFO O| Jul 02 20:44:19.275 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-02T20:44:19.961Z[ recovery-image] Jul 02 20:44:19.286 INFO O| Jul 02 20:44:19.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70862026-07-02T20:44:19.961Z[ recovery-image] Jul 02 20:44:19.286 INFO O| Jul 02 20:44:19.286 INFO STEP 574 (remove_files) COMPLETE
70872026-07-02T20:44:19.961Z[ recovery-image] Jul 02 20:44:19.286 INFO O| Jul 02 20:44:19.286 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-02T20:44:19.972Z[ recovery-image] Jul 02 20:44:19.296 INFO O| Jul 02 20:44:19.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70892026-07-02T20:44:19.972Z[ recovery-image] Jul 02 20:44:19.296 INFO O| Jul 02 20:44:19.296 INFO STEP 575 (remove_files) COMPLETE
70902026-07-02T20:44:19.973Z[ recovery-image] Jul 02 20:44:19.296 INFO O| Jul 02 20:44:19.296 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-02T20:44:19.986Z[ recovery-image] Jul 02 20:44:19.308 INFO O| Jul 02 20:44:19.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70922026-07-02T20:44:19.986Z[ recovery-image] Jul 02 20:44:19.308 INFO O| Jul 02 20:44:19.308 INFO STEP 576 (remove_files) COMPLETE
70932026-07-02T20:44:19.986Z[ recovery-image] Jul 02 20:44:19.308 INFO O| Jul 02 20:44:19.308 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-02T20:44:19.994Z[ recovery-image] Jul 02 20:44:19.319 INFO O| Jul 02 20:44:19.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70952026-07-02T20:44:19.994Z[ recovery-image] Jul 02 20:44:19.319 INFO O| Jul 02 20:44:19.319 INFO STEP 577 (remove_files) COMPLETE
70962026-07-02T20:44:19.997Z[ recovery-image] Jul 02 20:44:19.319 INFO O| Jul 02 20:44:19.319 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-02T20:44:20.004Z[ recovery-image] Jul 02 20:44:19.329 INFO O| Jul 02 20:44:19.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70982026-07-02T20:44:20.004Z[ recovery-image] Jul 02 20:44:19.329 INFO O| Jul 02 20:44:19.329 INFO STEP 578 (remove_files) COMPLETE
70992026-07-02T20:44:20.004Z[ recovery-image] Jul 02 20:44:19.329 INFO O| Jul 02 20:44:19.329 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-02T20:44:20.013Z[ recovery-image] Jul 02 20:44:19.338 INFO O| Jul 02 20:44:19.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
71012026-07-02T20:44:20.014Z[ recovery-image] Jul 02 20:44:19.338 INFO O| Jul 02 20:44:19.338 INFO STEP 579 (remove_files) COMPLETE
71022026-07-02T20:44:20.014Z[ recovery-image] Jul 02 20:44:19.338 INFO O| Jul 02 20:44:19.338 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-02T20:44:20.025Z[ recovery-image] Jul 02 20:44:19.349 INFO O| Jul 02 20:44:19.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
71042026-07-02T20:44:20.025Z[ recovery-image] Jul 02 20:44:19.349 INFO O| Jul 02 20:44:19.349 INFO STEP 580 (remove_files) COMPLETE
71052026-07-02T20:44:20.028Z[ recovery-image] Jul 02 20:44:19.349 INFO O| Jul 02 20:44:19.349 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-02T20:44:20.034Z[ recovery-image] Jul 02 20:44:19.359 INFO O| Jul 02 20:44:19.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71072026-07-02T20:44:20.034Z[ recovery-image] Jul 02 20:44:19.359 INFO O| Jul 02 20:44:19.359 INFO STEP 581 (remove_files) COMPLETE
71082026-07-02T20:44:20.034Z[ recovery-image] Jul 02 20:44:19.359 INFO O| Jul 02 20:44:19.359 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-02T20:44:20.046Z[ recovery-image] Jul 02 20:44:19.371 INFO O| Jul 02 20:44:19.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71102026-07-02T20:44:20.046Z[ recovery-image] Jul 02 20:44:19.371 INFO O| Jul 02 20:44:19.370 INFO STEP 582 (remove_files) COMPLETE
71112026-07-02T20:44:20.046Z[ recovery-image] Jul 02 20:44:19.371 INFO O| Jul 02 20:44:19.370 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-02T20:44:20.056Z[ recovery-image] Jul 02 20:44:19.381 INFO O| Jul 02 20:44:19.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71132026-07-02T20:44:20.056Z[ recovery-image] Jul 02 20:44:19.381 INFO O| Jul 02 20:44:19.381 INFO STEP 583 (remove_files) COMPLETE
71142026-07-02T20:44:20.056Z[ recovery-image] Jul 02 20:44:19.381 INFO O| Jul 02 20:44:19.381 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-02T20:44:20.068Z[ recovery-image] Jul 02 20:44:19.391 INFO O| Jul 02 20:44:19.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71162026-07-02T20:44:20.071Z[ recovery-image] Jul 02 20:44:19.391 INFO O| Jul 02 20:44:19.391 INFO STEP 584 (remove_files) COMPLETE
71172026-07-02T20:44:20.071Z[ recovery-image] Jul 02 20:44:19.391 INFO O| Jul 02 20:44:19.391 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-02T20:44:20.078Z[ recovery-image] Jul 02 20:44:19.402 INFO O| Jul 02 20:44:19.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71192026-07-02T20:44:20.081Z[ recovery-image] Jul 02 20:44:19.403 INFO O| Jul 02 20:44:19.402 INFO STEP 585 (remove_files) COMPLETE
71202026-07-02T20:44:20.081Z[ recovery-image] Jul 02 20:44:19.403 INFO O| Jul 02 20:44:19.402 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-02T20:44:20.092Z[ recovery-image] Jul 02 20:44:19.413 INFO O| Jul 02 20:44:19.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71222026-07-02T20:44:20.096Z[ recovery-image] Jul 02 20:44:19.413 INFO O| Jul 02 20:44:19.413 INFO STEP 586 (remove_files) COMPLETE
71232026-07-02T20:44:20.096Z[ recovery-image] Jul 02 20:44:19.413 INFO O| Jul 02 20:44:19.413 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-02T20:44:20.102Z[ recovery-image] Jul 02 20:44:19.427 INFO O| Jul 02 20:44:19.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71252026-07-02T20:44:20.102Z[ recovery-image] Jul 02 20:44:19.427 INFO O| Jul 02 20:44:19.427 INFO STEP 587 (remove_files) COMPLETE
71262026-07-02T20:44:20.102Z[ recovery-image] Jul 02 20:44:19.427 INFO O| Jul 02 20:44:19.427 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-02T20:44:20.112Z[ recovery-image] Jul 02 20:44:19.436 INFO O| Jul 02 20:44:19.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71282026-07-02T20:44:20.112Z[ recovery-image] Jul 02 20:44:19.436 INFO O| Jul 02 20:44:19.436 INFO STEP 588 (remove_files) COMPLETE
71292026-07-02T20:44:20.116Z[ recovery-image] Jul 02 20:44:19.436 INFO O| Jul 02 20:44:19.436 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-02T20:44:20.121Z[ recovery-image] Jul 02 20:44:19.443 INFO O| Jul 02 20:44:19.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71312026-07-02T20:44:20.121Z[ recovery-image] Jul 02 20:44:19.443 INFO O| Jul 02 20:44:19.443 INFO STEP 589 (remove_files) COMPLETE
71322026-07-02T20:44:20.121Z[ recovery-image] Jul 02 20:44:19.443 INFO O| Jul 02 20:44:19.443 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-02T20:44:20.129Z[ recovery-image] Jul 02 20:44:19.453 INFO O| Jul 02 20:44:19.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71342026-07-02T20:44:20.129Z[ recovery-image] Jul 02 20:44:19.454 INFO O| Jul 02 20:44:19.453 INFO STEP 590 (remove_files) COMPLETE
71352026-07-02T20:44:20.129Z[ recovery-image] Jul 02 20:44:19.454 INFO O| Jul 02 20:44:19.454 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-02T20:44:20.140Z[ recovery-image] Jul 02 20:44:19.465 INFO O| Jul 02 20:44:19.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71372026-07-02T20:44:20.140Z[ recovery-image] Jul 02 20:44:19.465 INFO O| Jul 02 20:44:19.465 INFO STEP 591 (remove_files) COMPLETE
71382026-07-02T20:44:20.140Z[ recovery-image] Jul 02 20:44:19.465 INFO O| Jul 02 20:44:19.465 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-02T20:44:20.150Z[ recovery-image] Jul 02 20:44:19.475 INFO O| Jul 02 20:44:19.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71402026-07-02T20:44:20.151Z[ recovery-image] Jul 02 20:44:19.475 INFO O| Jul 02 20:44:19.475 INFO STEP 592 (remove_files) COMPLETE
71412026-07-02T20:44:20.151Z[ recovery-image] Jul 02 20:44:19.475 INFO O| Jul 02 20:44:19.475 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-02T20:44:20.160Z[ recovery-image] Jul 02 20:44:19.485 INFO O| Jul 02 20:44:19.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71432026-07-02T20:44:20.160Z[ recovery-image] Jul 02 20:44:19.485 INFO O| Jul 02 20:44:19.485 INFO STEP 593 (remove_files) COMPLETE
71442026-07-02T20:44:20.160Z[ recovery-image] Jul 02 20:44:19.485 INFO O| Jul 02 20:44:19.485 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-02T20:44:20.169Z[ recovery-image] Jul 02 20:44:19.494 INFO O| Jul 02 20:44:19.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71462026-07-02T20:44:20.173Z[ recovery-image] Jul 02 20:44:19.494 INFO O| Jul 02 20:44:19.494 INFO STEP 594 (remove_files) COMPLETE
71472026-07-02T20:44:20.173Z[ recovery-image] Jul 02 20:44:19.494 INFO O| Jul 02 20:44:19.494 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-02T20:44:20.181Z[ recovery-image] Jul 02 20:44:19.505 INFO O| Jul 02 20:44:19.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71492026-07-02T20:44:20.181Z[ recovery-image] Jul 02 20:44:19.505 INFO O| Jul 02 20:44:19.505 INFO STEP 595 (remove_files) COMPLETE
71502026-07-02T20:44:20.185Z[ recovery-image] Jul 02 20:44:19.505 INFO O| Jul 02 20:44:19.505 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-02T20:44:20.190Z[ recovery-image] Jul 02 20:44:19.515 INFO O| Jul 02 20:44:19.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71522026-07-02T20:44:20.191Z[ recovery-image] Jul 02 20:44:19.515 INFO O| Jul 02 20:44:19.515 INFO STEP 596 (remove_files) COMPLETE
71532026-07-02T20:44:20.191Z[ recovery-image] Jul 02 20:44:19.515 INFO O| Jul 02 20:44:19.515 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-02T20:44:20.201Z[ recovery-image] Jul 02 20:44:19.525 INFO O| Jul 02 20:44:19.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71552026-07-02T20:44:20.202Z[ recovery-image] Jul 02 20:44:19.525 INFO O| Jul 02 20:44:19.525 INFO STEP 597 (remove_files) COMPLETE
71562026-07-02T20:44:20.205Z[ recovery-image] Jul 02 20:44:19.525 INFO O| Jul 02 20:44:19.525 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-02T20:44:20.212Z[ recovery-image] Jul 02 20:44:19.536 INFO O| Jul 02 20:44:19.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71582026-07-02T20:44:20.212Z[ recovery-image] Jul 02 20:44:19.536 INFO O| Jul 02 20:44:19.536 INFO STEP 598 (remove_files) COMPLETE
71592026-07-02T20:44:20.215Z[ recovery-image] Jul 02 20:44:19.536 INFO O| Jul 02 20:44:19.536 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-02T20:44:20.222Z[ recovery-image] Jul 02 20:44:19.546 INFO O| Jul 02 20:44:19.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71612026-07-02T20:44:20.222Z[ recovery-image] Jul 02 20:44:19.546 INFO O| Jul 02 20:44:19.546 INFO STEP 599 (remove_files) COMPLETE
71622026-07-02T20:44:20.222Z[ recovery-image] Jul 02 20:44:19.546 INFO O| Jul 02 20:44:19.546 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-02T20:44:20.230Z[ recovery-image] Jul 02 20:44:19.555 INFO O| Jul 02 20:44:19.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71642026-07-02T20:44:20.230Z[ recovery-image] Jul 02 20:44:19.555 INFO O| Jul 02 20:44:19.555 INFO STEP 600 (remove_files) COMPLETE
71652026-07-02T20:44:20.230Z[ recovery-image] Jul 02 20:44:19.555 INFO O| Jul 02 20:44:19.555 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-02T20:44:20.241Z[ recovery-image] Jul 02 20:44:19.566 INFO O| Jul 02 20:44:19.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71672026-07-02T20:44:20.245Z[ recovery-image] Jul 02 20:44:19.566 INFO O| Jul 02 20:44:19.566 INFO STEP 601 (remove_files) COMPLETE
71682026-07-02T20:44:20.246Z[ recovery-image] Jul 02 20:44:19.566 INFO O| Jul 02 20:44:19.566 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-02T20:44:20.252Z[ recovery-image] Jul 02 20:44:19.575 INFO O| Jul 02 20:44:19.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71702026-07-02T20:44:20.255Z[ recovery-image] Jul 02 20:44:19.576 INFO O| Jul 02 20:44:19.576 INFO STEP 602 (remove_files) COMPLETE
71712026-07-02T20:44:20.255Z[ recovery-image] Jul 02 20:44:19.576 INFO O| Jul 02 20:44:19.576 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-02T20:44:20.262Z[ recovery-image] Jul 02 20:44:19.587 INFO O| Jul 02 20:44:19.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71732026-07-02T20:44:20.262Z[ recovery-image] Jul 02 20:44:19.587 INFO O| Jul 02 20:44:19.587 INFO STEP 603 (remove_files) COMPLETE
71742026-07-02T20:44:20.262Z[ recovery-image] Jul 02 20:44:19.587 INFO O| Jul 02 20:44:19.587 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-02T20:44:20.272Z[ recovery-image] Jul 02 20:44:19.597 INFO O| Jul 02 20:44:19.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71762026-07-02T20:44:20.272Z[ recovery-image] Jul 02 20:44:19.597 INFO O| Jul 02 20:44:19.597 INFO STEP 604 (remove_files) COMPLETE
71772026-07-02T20:44:20.276Z[ recovery-image] Jul 02 20:44:19.597 INFO O| Jul 02 20:44:19.597 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-02T20:44:20.280Z[ recovery-image] Jul 02 20:44:19.605 INFO O| Jul 02 20:44:19.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71792026-07-02T20:44:20.280Z[ recovery-image] Jul 02 20:44:19.605 INFO O| Jul 02 20:44:19.605 INFO STEP 605 (remove_files) COMPLETE
71802026-07-02T20:44:20.280Z[ recovery-image] Jul 02 20:44:19.605 INFO O| Jul 02 20:44:19.605 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-02T20:44:20.290Z[ recovery-image] Jul 02 20:44:19.615 INFO O| Jul 02 20:44:19.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71822026-07-02T20:44:20.291Z[ recovery-image] Jul 02 20:44:19.615 INFO O| Jul 02 20:44:19.615 INFO STEP 606 (remove_files) COMPLETE
71832026-07-02T20:44:20.291Z[ recovery-image] Jul 02 20:44:19.615 INFO O| Jul 02 20:44:19.615 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-07-02T20:44:20.301Z[ recovery-image] Jul 02 20:44:19.626 INFO O| Jul 02 20:44:19.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71852026-07-02T20:44:20.301Z[ recovery-image] Jul 02 20:44:19.626 INFO O| Jul 02 20:44:19.626 INFO STEP 607 (remove_files) COMPLETE
71862026-07-02T20:44:20.301Z[ recovery-image] Jul 02 20:44:19.626 INFO O| Jul 02 20:44:19.626 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-07-02T20:44:20.312Z[ recovery-image] Jul 02 20:44:19.637 INFO O| Jul 02 20:44:19.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71882026-07-02T20:44:20.312Z[ recovery-image] Jul 02 20:44:19.637 INFO O| Jul 02 20:44:19.637 INFO STEP 608 (remove_files) COMPLETE
71892026-07-02T20:44:20.312Z[ recovery-image] Jul 02 20:44:19.637 INFO O| Jul 02 20:44:19.637 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-07-02T20:44:20.321Z[ recovery-image] Jul 02 20:44:19.646 INFO O| Jul 02 20:44:19.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71912026-07-02T20:44:20.321Z[ recovery-image] Jul 02 20:44:19.646 INFO O| Jul 02 20:44:19.646 INFO STEP 609 (remove_files) COMPLETE
71922026-07-02T20:44:20.321Z[ recovery-image] Jul 02 20:44:19.646 INFO O| Jul 02 20:44:19.646 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-07-02T20:44:20.329Z[ recovery-image] Jul 02 20:44:19.654 INFO O| Jul 02 20:44:19.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71942026-07-02T20:44:20.329Z[ recovery-image] Jul 02 20:44:19.654 INFO O| Jul 02 20:44:19.654 INFO STEP 610 (remove_files) COMPLETE
71952026-07-02T20:44:20.329Z[ recovery-image] Jul 02 20:44:19.654 INFO O| Jul 02 20:44:19.654 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-07-02T20:44:20.338Z[ recovery-image] Jul 02 20:44:19.663 INFO O| Jul 02 20:44:19.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71972026-07-02T20:44:20.338Z[ recovery-image] Jul 02 20:44:19.663 INFO O| Jul 02 20:44:19.663 INFO STEP 611 (remove_files) COMPLETE
71982026-07-02T20:44:20.338Z[ recovery-image] Jul 02 20:44:19.663 INFO O| Jul 02 20:44:19.663 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-07-02T20:44:20.346Z[ recovery-image] Jul 02 20:44:19.671 INFO O| Jul 02 20:44:19.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
72002026-07-02T20:44:20.346Z[ recovery-image] Jul 02 20:44:19.671 INFO O| Jul 02 20:44:19.671 INFO STEP 612 (remove_files) COMPLETE
72012026-07-02T20:44:20.346Z[ recovery-image] Jul 02 20:44:19.671 INFO O| Jul 02 20:44:19.671 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-02T20:44:20.358Z[ recovery-image] Jul 02 20:44:19.681 INFO O| Jul 02 20:44:19.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
72032026-07-02T20:44:20.358Z[ recovery-image] Jul 02 20:44:19.681 INFO O| Jul 02 20:44:19.681 INFO STEP 613 (remove_files) COMPLETE
72042026-07-02T20:44:20.362Z[ recovery-image] Jul 02 20:44:19.681 INFO O| Jul 02 20:44:19.681 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-02T20:44:20.367Z[ recovery-image] Jul 02 20:44:19.692 INFO O| Jul 02 20:44:19.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72062026-07-02T20:44:20.367Z[ recovery-image] Jul 02 20:44:19.692 INFO O| Jul 02 20:44:19.692 INFO STEP 614 (remove_files) COMPLETE
72072026-07-02T20:44:20.367Z[ recovery-image] Jul 02 20:44:19.692 INFO O| Jul 02 20:44:19.692 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-02T20:44:20.378Z[ recovery-image] Jul 02 20:44:19.703 INFO O| Jul 02 20:44:19.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72092026-07-02T20:44:20.378Z[ recovery-image] Jul 02 20:44:19.703 INFO O| Jul 02 20:44:19.703 INFO STEP 615 (remove_files) COMPLETE
72102026-07-02T20:44:20.378Z[ recovery-image] Jul 02 20:44:19.703 INFO O| Jul 02 20:44:19.703 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-02T20:44:20.388Z[ recovery-image] Jul 02 20:44:19.712 INFO O| Jul 02 20:44:19.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72122026-07-02T20:44:20.388Z[ recovery-image] Jul 02 20:44:19.713 INFO O| Jul 02 20:44:19.713 INFO STEP 616 (remove_files) COMPLETE
72132026-07-02T20:44:20.388Z[ recovery-image] Jul 02 20:44:19.713 INFO O| Jul 02 20:44:19.713 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-02T20:44:20.399Z[ recovery-image] Jul 02 20:44:19.724 INFO O| Jul 02 20:44:19.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72152026-07-02T20:44:20.399Z[ recovery-image] Jul 02 20:44:19.724 INFO O| Jul 02 20:44:19.724 INFO STEP 617 (remove_files) COMPLETE
72162026-07-02T20:44:20.402Z[ recovery-image] Jul 02 20:44:19.724 INFO O| Jul 02 20:44:19.724 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-02T20:44:20.408Z[ recovery-image] Jul 02 20:44:19.733 INFO O| Jul 02 20:44:19.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72182026-07-02T20:44:20.408Z[ recovery-image] Jul 02 20:44:19.733 INFO O| Jul 02 20:44:19.733 INFO STEP 618 (remove_files) COMPLETE
72192026-07-02T20:44:20.411Z[ recovery-image] Jul 02 20:44:19.733 INFO O| Jul 02 20:44:19.733 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-02T20:44:20.419Z[ recovery-image] Jul 02 20:44:19.743 INFO O| Jul 02 20:44:19.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72212026-07-02T20:44:20.419Z[ recovery-image] Jul 02 20:44:19.743 INFO O| Jul 02 20:44:19.743 INFO STEP 619 (remove_files) COMPLETE
72222026-07-02T20:44:20.422Z[ recovery-image] Jul 02 20:44:19.743 INFO O| Jul 02 20:44:19.743 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-02T20:44:20.428Z[ recovery-image] Jul 02 20:44:19.753 INFO O| Jul 02 20:44:19.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72242026-07-02T20:44:20.428Z[ recovery-image] Jul 02 20:44:19.753 INFO O| Jul 02 20:44:19.753 INFO STEP 620 (remove_files) COMPLETE
72252026-07-02T20:44:20.428Z[ recovery-image] Jul 02 20:44:19.753 INFO O| Jul 02 20:44:19.753 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-02T20:44:20.440Z[ recovery-image] Jul 02 20:44:19.765 INFO O| Jul 02 20:44:19.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72272026-07-02T20:44:20.440Z[ recovery-image] Jul 02 20:44:19.765 INFO O| Jul 02 20:44:19.765 INFO STEP 621 (remove_files) COMPLETE
72282026-07-02T20:44:20.440Z[ recovery-image] Jul 02 20:44:19.765 INFO O| Jul 02 20:44:19.765 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-02T20:44:20.449Z[ recovery-image] Jul 02 20:44:19.774 INFO O| Jul 02 20:44:19.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72302026-07-02T20:44:20.449Z[ recovery-image] Jul 02 20:44:19.774 INFO O| Jul 02 20:44:19.774 INFO STEP 622 (remove_files) COMPLETE
72312026-07-02T20:44:20.449Z[ recovery-image] Jul 02 20:44:19.774 INFO O| Jul 02 20:44:19.774 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-02T20:44:20.460Z[ recovery-image] Jul 02 20:44:19.785 INFO O| Jul 02 20:44:19.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72332026-07-02T20:44:20.460Z[ recovery-image] Jul 02 20:44:19.785 INFO O| Jul 02 20:44:19.785 INFO STEP 623 (remove_files) COMPLETE
72342026-07-02T20:44:20.460Z[ recovery-image] Jul 02 20:44:19.785 INFO O| Jul 02 20:44:19.785 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-02T20:44:20.469Z[ recovery-image] Jul 02 20:44:19.794 INFO O| Jul 02 20:44:19.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72362026-07-02T20:44:20.470Z[ recovery-image] Jul 02 20:44:19.794 INFO O| Jul 02 20:44:19.794 INFO STEP 624 (remove_files) COMPLETE
72372026-07-02T20:44:20.474Z[ recovery-image] Jul 02 20:44:19.794 INFO O| Jul 02 20:44:19.794 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-02T20:44:20.478Z[ recovery-image] Jul 02 20:44:19.803 INFO O| Jul 02 20:44:19.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72392026-07-02T20:44:20.478Z[ recovery-image] Jul 02 20:44:19.803 INFO O| Jul 02 20:44:19.803 INFO STEP 625 (remove_files) COMPLETE
72402026-07-02T20:44:20.478Z[ recovery-image] Jul 02 20:44:19.803 INFO O| Jul 02 20:44:19.803 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-02T20:44:20.488Z[ recovery-image] Jul 02 20:44:19.813 INFO O| Jul 02 20:44:19.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72422026-07-02T20:44:20.488Z[ recovery-image] Jul 02 20:44:19.813 INFO O| Jul 02 20:44:19.813 INFO STEP 626 (remove_files) COMPLETE
72432026-07-02T20:44:20.488Z[ recovery-image] Jul 02 20:44:19.813 INFO O| Jul 02 20:44:19.813 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-02T20:44:20.498Z[ recovery-image] Jul 02 20:44:19.822 INFO O| Jul 02 20:44:19.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72452026-07-02T20:44:20.498Z[ recovery-image] Jul 02 20:44:19.823 INFO O| Jul 02 20:44:19.822 INFO STEP 627 (remove_files) COMPLETE
72462026-07-02T20:44:20.498Z[ recovery-image] Jul 02 20:44:19.823 INFO O| Jul 02 20:44:19.822 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-02T20:44:20.508Z[ recovery-image] Jul 02 20:44:19.833 INFO O| Jul 02 20:44:19.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72482026-07-02T20:44:20.509Z[ recovery-image] Jul 02 20:44:19.833 INFO O| Jul 02 20:44:19.833 INFO STEP 628 (remove_files) COMPLETE
72492026-07-02T20:44:20.509Z[ recovery-image] Jul 02 20:44:19.833 INFO O| Jul 02 20:44:19.833 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-02T20:44:20.518Z[ recovery-image] Jul 02 20:44:19.843 INFO O| Jul 02 20:44:19.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72512026-07-02T20:44:20.518Z[ recovery-image] Jul 02 20:44:19.843 INFO O| Jul 02 20:44:19.843 INFO STEP 629 (remove_files) COMPLETE
72522026-07-02T20:44:20.521Z[ recovery-image] Jul 02 20:44:19.843 INFO O| Jul 02 20:44:19.843 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-02T20:44:20.528Z[ recovery-image] Jul 02 20:44:19.853 INFO O| Jul 02 20:44:19.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72542026-07-02T20:44:20.529Z[ recovery-image] Jul 02 20:44:19.854 INFO O| Jul 02 20:44:19.854 INFO STEP 630 (remove_files) COMPLETE
72552026-07-02T20:44:20.533Z[ recovery-image] Jul 02 20:44:19.854 INFO O| Jul 02 20:44:19.854 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-02T20:44:20.540Z[ recovery-image] Jul 02 20:44:19.865 INFO O| Jul 02 20:44:19.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72572026-07-02T20:44:20.540Z[ recovery-image] Jul 02 20:44:19.865 INFO O| Jul 02 20:44:19.865 INFO STEP 631 (remove_files) COMPLETE
72582026-07-02T20:44:20.540Z[ recovery-image] Jul 02 20:44:19.865 INFO O| Jul 02 20:44:19.865 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-02T20:44:20.550Z[ recovery-image] Jul 02 20:44:19.875 INFO O| Jul 02 20:44:19.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72602026-07-02T20:44:20.550Z[ recovery-image] Jul 02 20:44:19.875 INFO O| Jul 02 20:44:19.875 INFO STEP 632 (remove_files) COMPLETE
72612026-07-02T20:44:20.550Z[ recovery-image] Jul 02 20:44:19.875 INFO O| Jul 02 20:44:19.875 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-07-02T20:44:20.562Z[ recovery-image] Jul 02 20:44:19.885 INFO O| Jul 02 20:44:19.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72632026-07-02T20:44:20.562Z[ recovery-image] Jul 02 20:44:19.885 INFO O| Jul 02 20:44:19.885 INFO STEP 633 (remove_files) COMPLETE
72642026-07-02T20:44:20.562Z[ recovery-image] Jul 02 20:44:19.885 INFO O| Jul 02 20:44:19.885 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-07-02T20:44:20.571Z[ recovery-image] Jul 02 20:44:19.896 INFO O| Jul 02 20:44:19.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72662026-07-02T20:44:20.571Z[ recovery-image] Jul 02 20:44:19.896 INFO O| Jul 02 20:44:19.896 INFO STEP 634 (remove_files) COMPLETE
72672026-07-02T20:44:20.574Z[ recovery-image] Jul 02 20:44:19.896 INFO O| Jul 02 20:44:19.896 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-07-02T20:44:20.582Z[ recovery-image] Jul 02 20:44:19.907 INFO O| Jul 02 20:44:19.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72692026-07-02T20:44:20.582Z[ recovery-image] Jul 02 20:44:19.907 INFO O| Jul 02 20:44:19.907 INFO STEP 635 (remove_files) COMPLETE
72702026-07-02T20:44:20.585Z[ recovery-image] Jul 02 20:44:19.907 INFO O| Jul 02 20:44:19.907 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-07-02T20:44:20.593Z[ recovery-image] Jul 02 20:44:19.918 INFO O| Jul 02 20:44:19.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72722026-07-02T20:44:20.593Z[ recovery-image] Jul 02 20:44:19.918 INFO O| Jul 02 20:44:19.918 INFO STEP 636 (remove_files) COMPLETE
72732026-07-02T20:44:20.593Z[ recovery-image] Jul 02 20:44:19.918 INFO O| Jul 02 20:44:19.918 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-07-02T20:44:20.604Z[ recovery-image] Jul 02 20:44:19.929 INFO O| Jul 02 20:44:19.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72752026-07-02T20:44:20.605Z[ recovery-image] Jul 02 20:44:19.930 INFO O| Jul 02 20:44:19.929 INFO STEP 637 (remove_files) COMPLETE
72762026-07-02T20:44:20.605Z[ recovery-image] Jul 02 20:44:19.930 INFO O| Jul 02 20:44:19.930 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-07-02T20:44:20.616Z[ recovery-image] Jul 02 20:44:19.941 INFO O| Jul 02 20:44:19.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72782026-07-02T20:44:20.616Z[ recovery-image] Jul 02 20:44:19.941 INFO O| Jul 02 20:44:19.941 INFO STEP 638 (remove_files) COMPLETE
72792026-07-02T20:44:20.616Z[ recovery-image] Jul 02 20:44:19.941 INFO O| Jul 02 20:44:19.941 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-07-02T20:44:20.628Z[ recovery-image] Jul 02 20:44:19.953 INFO O| Jul 02 20:44:19.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72812026-07-02T20:44:20.628Z[ recovery-image] Jul 02 20:44:19.953 INFO O| Jul 02 20:44:19.953 INFO STEP 639 (remove_files) COMPLETE
72822026-07-02T20:44:20.628Z[ recovery-image] Jul 02 20:44:19.953 INFO O| Jul 02 20:44:19.953 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-07-02T20:44:20.639Z[ recovery-image] Jul 02 20:44:19.964 INFO O| Jul 02 20:44:19.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72842026-07-02T20:44:20.639Z[ recovery-image] Jul 02 20:44:19.964 INFO O| Jul 02 20:44:19.964 INFO STEP 640 (remove_files) COMPLETE
72852026-07-02T20:44:20.642Z[ recovery-image] Jul 02 20:44:19.964 INFO O| Jul 02 20:44:19.964 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-07-02T20:44:20.648Z[ recovery-image] Jul 02 20:44:19.973 INFO O| Jul 02 20:44:19.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72872026-07-02T20:44:20.648Z[ recovery-image] Jul 02 20:44:19.973 INFO O| Jul 02 20:44:19.973 INFO STEP 641 (remove_files) COMPLETE
72882026-07-02T20:44:20.648Z[ recovery-image] Jul 02 20:44:19.973 INFO O| Jul 02 20:44:19.973 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-07-02T20:44:20.657Z[ recovery-image] Jul 02 20:44:19.982 INFO O| Jul 02 20:44:19.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72902026-07-02T20:44:20.657Z[ recovery-image] Jul 02 20:44:19.982 INFO O| Jul 02 20:44:19.982 INFO STEP 642 (remove_files) COMPLETE
72912026-07-02T20:44:20.657Z[ recovery-image] Jul 02 20:44:19.982 INFO O| Jul 02 20:44:19.982 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-07-02T20:44:20.668Z[ recovery-image] Jul 02 20:44:19.993 INFO O| Jul 02 20:44:19.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72932026-07-02T20:44:20.668Z[ recovery-image] Jul 02 20:44:19.993 INFO O| Jul 02 20:44:19.993 INFO STEP 643 (remove_files) COMPLETE
72942026-07-02T20:44:20.671Z[ recovery-image] Jul 02 20:44:19.993 INFO O| Jul 02 20:44:19.993 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-07-02T20:44:20.678Z[ recovery-image] Jul 02 20:44:20.003 INFO O| Jul 02 20:44:20.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72962026-07-02T20:44:20.681Z[ recovery-image] Jul 02 20:44:20.003 INFO O| Jul 02 20:44:20.003 INFO STEP 644 (remove_files) COMPLETE
72972026-07-02T20:44:20.681Z[ recovery-image] Jul 02 20:44:20.003 INFO O| Jul 02 20:44:20.003 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-07-02T20:44:20.689Z[ recovery-image] Jul 02 20:44:20.014 INFO O| Jul 02 20:44:20.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72992026-07-02T20:44:20.689Z[ recovery-image] Jul 02 20:44:20.014 INFO O| Jul 02 20:44:20.014 INFO STEP 645 (remove_files) COMPLETE
73002026-07-02T20:44:20.689Z[ recovery-image] Jul 02 20:44:20.014 INFO O| Jul 02 20:44:20.014 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-07-02T20:44:20.700Z[ recovery-image] Jul 02 20:44:20.024 INFO O| Jul 02 20:44:20.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
73022026-07-02T20:44:20.700Z[ recovery-image] Jul 02 20:44:20.025 INFO O| Jul 02 20:44:20.025 INFO STEP 646 (remove_files) COMPLETE
73032026-07-02T20:44:20.700Z[ recovery-image] Jul 02 20:44:20.025 INFO O| Jul 02 20:44:20.025 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-07-02T20:44:20.712Z[ recovery-image] Jul 02 20:44:20.036 INFO O| Jul 02 20:44:20.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
73052026-07-02T20:44:20.712Z[ recovery-image] Jul 02 20:44:20.036 INFO O| Jul 02 20:44:20.036 INFO STEP 647 (remove_files) COMPLETE
73062026-07-02T20:44:20.712Z[ recovery-image] Jul 02 20:44:20.036 INFO O| Jul 02 20:44:20.036 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-07-02T20:44:20.722Z[ recovery-image] Jul 02 20:44:20.047 INFO O| Jul 02 20:44:20.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73082026-07-02T20:44:20.722Z[ recovery-image] Jul 02 20:44:20.047 INFO O| Jul 02 20:44:20.047 INFO STEP 648 (remove_files) COMPLETE
73092026-07-02T20:44:20.722Z[ recovery-image] Jul 02 20:44:20.047 INFO O| Jul 02 20:44:20.047 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-07-02T20:44:20.734Z[ recovery-image] Jul 02 20:44:20.059 INFO O| Jul 02 20:44:20.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73112026-07-02T20:44:20.734Z[ recovery-image] Jul 02 20:44:20.059 INFO O| Jul 02 20:44:20.059 INFO STEP 649 (remove_files) COMPLETE
73122026-07-02T20:44:20.734Z[ recovery-image] Jul 02 20:44:20.059 INFO O| Jul 02 20:44:20.059 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-07-02T20:44:20.744Z[ recovery-image] Jul 02 20:44:20.069 INFO O| Jul 02 20:44:20.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73142026-07-02T20:44:20.744Z[ recovery-image] Jul 02 20:44:20.069 INFO O| Jul 02 20:44:20.069 INFO STEP 650 (remove_files) COMPLETE
73152026-07-02T20:44:20.747Z[ recovery-image] Jul 02 20:44:20.069 INFO O| Jul 02 20:44:20.069 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-07-02T20:44:20.773Z[ recovery-image] Jul 02 20:44:20.098 INFO O| Jul 02 20:44:20.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73172026-07-02T20:44:20.773Z[ recovery-image] Jul 02 20:44:20.098 INFO O| Jul 02 20:44:20.098 INFO STEP 651 (remove_files) COMPLETE
73182026-07-02T20:44:20.773Z[ recovery-image] Jul 02 20:44:20.098 INFO O| Jul 02 20:44:20.098 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-07-02T20:44:20.783Z[ recovery-image] Jul 02 20:44:20.108 INFO O| Jul 02 20:44:20.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73202026-07-02T20:44:20.783Z[ recovery-image] Jul 02 20:44:20.108 INFO O| Jul 02 20:44:20.108 INFO STEP 652 (remove_files) COMPLETE
73212026-07-02T20:44:20.783Z[ recovery-image] Jul 02 20:44:20.108 INFO O| Jul 02 20:44:20.108 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-07-02T20:44:20.793Z[ recovery-image] Jul 02 20:44:20.118 INFO O| Jul 02 20:44:20.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73232026-07-02T20:44:20.793Z[ recovery-image] Jul 02 20:44:20.118 INFO O| Jul 02 20:44:20.118 INFO STEP 653 (remove_files) COMPLETE
73242026-07-02T20:44:20.793Z[ recovery-image] Jul 02 20:44:20.118 INFO O| Jul 02 20:44:20.118 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-07-02T20:44:20.803Z[ recovery-image] Jul 02 20:44:20.128 INFO O| Jul 02 20:44:20.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73262026-07-02T20:44:20.806Z[ recovery-image] Jul 02 20:44:20.129 INFO O| Jul 02 20:44:20.129 INFO STEP 654 (remove_files) COMPLETE
73272026-07-02T20:44:20.806Z[ recovery-image] Jul 02 20:44:20.129 INFO O| Jul 02 20:44:20.129 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-07-02T20:44:20.814Z[ recovery-image] Jul 02 20:44:20.139 INFO O| Jul 02 20:44:20.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73292026-07-02T20:44:20.814Z[ recovery-image] Jul 02 20:44:20.139 INFO O| Jul 02 20:44:20.139 INFO STEP 655 (remove_files) COMPLETE
73302026-07-02T20:44:20.814Z[ recovery-image] Jul 02 20:44:20.139 INFO O| Jul 02 20:44:20.139 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-07-02T20:44:20.824Z[ recovery-image] Jul 02 20:44:20.149 INFO O| Jul 02 20:44:20.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73322026-07-02T20:44:20.827Z[ recovery-image] Jul 02 20:44:20.149 INFO O| Jul 02 20:44:20.149 INFO STEP 656 (remove_files) COMPLETE
73332026-07-02T20:44:20.827Z[ recovery-image] Jul 02 20:44:20.149 INFO O| Jul 02 20:44:20.149 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-07-02T20:44:20.835Z[ recovery-image] Jul 02 20:44:20.160 INFO O| Jul 02 20:44:20.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73352026-07-02T20:44:20.838Z[ recovery-image] Jul 02 20:44:20.160 INFO O| Jul 02 20:44:20.160 INFO STEP 657 (remove_files) COMPLETE
73362026-07-02T20:44:20.838Z[ recovery-image] Jul 02 20:44:20.160 INFO O| Jul 02 20:44:20.160 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-07-02T20:44:20.845Z[ recovery-image] Jul 02 20:44:20.170 INFO O| Jul 02 20:44:20.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73382026-07-02T20:44:20.848Z[ recovery-image] Jul 02 20:44:20.170 INFO O| Jul 02 20:44:20.170 INFO STEP 658 (remove_files) COMPLETE
73392026-07-02T20:44:20.851Z[ recovery-image] Jul 02 20:44:20.170 INFO O| Jul 02 20:44:20.170 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-07-02T20:44:20.854Z[ recovery-image] Jul 02 20:44:20.179 INFO O| Jul 02 20:44:20.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73412026-07-02T20:44:20.854Z[ recovery-image] Jul 02 20:44:20.179 INFO O| Jul 02 20:44:20.179 INFO STEP 659 (remove_files) COMPLETE
73422026-07-02T20:44:20.854Z[ recovery-image] Jul 02 20:44:20.179 INFO O| Jul 02 20:44:20.179 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-07-02T20:44:20.864Z[ recovery-image] Jul 02 20:44:20.188 INFO O| Jul 02 20:44:20.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73442026-07-02T20:44:20.866Z[ recovery-image] Jul 02 20:44:20.188 INFO O| Jul 02 20:44:20.188 INFO STEP 660 (remove_files) COMPLETE
73452026-07-02T20:44:20.866Z[ recovery-image] Jul 02 20:44:20.188 INFO O| Jul 02 20:44:20.188 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-07-02T20:44:20.875Z[ recovery-image] Jul 02 20:44:20.200 INFO O| Jul 02 20:44:20.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73472026-07-02T20:44:20.875Z[ recovery-image] Jul 02 20:44:20.200 INFO O| Jul 02 20:44:20.200 INFO STEP 661 (remove_files) COMPLETE
73482026-07-02T20:44:20.875Z[ recovery-image] Jul 02 20:44:20.200 INFO O| Jul 02 20:44:20.200 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-07-02T20:44:20.884Z[ recovery-image] Jul 02 20:44:20.209 INFO O| Jul 02 20:44:20.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73502026-07-02T20:44:20.887Z[ recovery-image] Jul 02 20:44:20.210 INFO O| Jul 02 20:44:20.210 INFO STEP 662 (remove_files) COMPLETE
73512026-07-02T20:44:20.887Z[ recovery-image] Jul 02 20:44:20.210 INFO O| Jul 02 20:44:20.210 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-07-02T20:44:20.896Z[ recovery-image] Jul 02 20:44:20.221 INFO O| Jul 02 20:44:20.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73532026-07-02T20:44:20.896Z[ recovery-image] Jul 02 20:44:20.221 INFO O| Jul 02 20:44:20.221 INFO STEP 663 (remove_files) COMPLETE
73542026-07-02T20:44:20.896Z[ recovery-image] Jul 02 20:44:20.221 INFO O| Jul 02 20:44:20.221 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-07-02T20:44:20.906Z[ recovery-image] Jul 02 20:44:20.231 INFO O| Jul 02 20:44:20.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73562026-07-02T20:44:20.906Z[ recovery-image] Jul 02 20:44:20.231 INFO O| Jul 02 20:44:20.231 INFO STEP 664 (remove_files) COMPLETE
73572026-07-02T20:44:20.906Z[ recovery-image] Jul 02 20:44:20.231 INFO O| Jul 02 20:44:20.231 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-07-02T20:44:20.916Z[ recovery-image] Jul 02 20:44:20.241 INFO O| Jul 02 20:44:20.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73592026-07-02T20:44:20.916Z[ recovery-image] Jul 02 20:44:20.241 INFO O| Jul 02 20:44:20.241 INFO STEP 665 (remove_files) COMPLETE
73602026-07-02T20:44:20.919Z[ recovery-image] Jul 02 20:44:20.241 INFO O| Jul 02 20:44:20.241 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-07-02T20:44:20.928Z[ recovery-image] Jul 02 20:44:20.252 INFO O| Jul 02 20:44:20.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73622026-07-02T20:44:20.928Z[ recovery-image] Jul 02 20:44:20.252 INFO O| Jul 02 20:44:20.252 INFO STEP 666 (remove_files) COMPLETE
73632026-07-02T20:44:20.931Z[ recovery-image] Jul 02 20:44:20.252 INFO O| Jul 02 20:44:20.252 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-07-02T20:44:20.938Z[ recovery-image] Jul 02 20:44:20.263 INFO O| Jul 02 20:44:20.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73652026-07-02T20:44:20.941Z[ recovery-image] Jul 02 20:44:20.264 INFO O| Jul 02 20:44:20.264 INFO STEP 667 (remove_files) COMPLETE
73662026-07-02T20:44:20.941Z[ recovery-image] Jul 02 20:44:20.264 INFO O| Jul 02 20:44:20.264 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-07-02T20:44:20.948Z[ recovery-image] Jul 02 20:44:20.273 INFO O| Jul 02 20:44:20.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73682026-07-02T20:44:20.948Z[ recovery-image] Jul 02 20:44:20.273 INFO O| Jul 02 20:44:20.273 INFO STEP 668 (remove_files) COMPLETE
73692026-07-02T20:44:20.951Z[ recovery-image] Jul 02 20:44:20.273 INFO O| Jul 02 20:44:20.273 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-07-02T20:44:20.957Z[ recovery-image] Jul 02 20:44:20.282 INFO O| Jul 02 20:44:20.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73712026-07-02T20:44:20.957Z[ recovery-image] Jul 02 20:44:20.282 INFO O| Jul 02 20:44:20.282 INFO STEP 669 (remove_files) COMPLETE
73722026-07-02T20:44:20.960Z[ recovery-image] Jul 02 20:44:20.282 INFO O| Jul 02 20:44:20.282 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-07-02T20:44:20.999Z[ recovery-image] Jul 02 20:44:20.293 INFO O| Jul 02 20:44:20.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73742026-07-02T20:44:20.999Z[ recovery-image] Jul 02 20:44:20.293 INFO O| Jul 02 20:44:20.293 INFO STEP 670 (remove_files) COMPLETE
73752026-07-02T20:44:20.999Z[ recovery-image] Jul 02 20:44:20.293 INFO O| Jul 02 20:44:20.293 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-07-02T20:44:20.999Z[ recovery-image] Jul 02 20:44:20.302 INFO O| Jul 02 20:44:20.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73772026-07-02T20:44:20.999Z[ recovery-image] Jul 02 20:44:20.302 INFO O| Jul 02 20:44:20.302 INFO STEP 671 (remove_files) COMPLETE
73782026-07-02T20:44:20.999Z[ recovery-image] Jul 02 20:44:20.302 INFO O| Jul 02 20:44:20.302 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-07-02T20:44:21.000Z[ recovery-image] Jul 02 20:44:20.312 INFO O| Jul 02 20:44:20.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73802026-07-02T20:44:21.000Z[ recovery-image] Jul 02 20:44:20.312 INFO O| Jul 02 20:44:20.312 INFO STEP 672 (remove_files) COMPLETE
73812026-07-02T20:44:21.000Z[ recovery-image] Jul 02 20:44:20.312 INFO O| Jul 02 20:44:20.312 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-07-02T20:44:21.000Z[ recovery-image] Jul 02 20:44:20.321 INFO O| Jul 02 20:44:20.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73832026-07-02T20:44:21.000Z[ recovery-image] Jul 02 20:44:20.322 INFO O| Jul 02 20:44:20.322 INFO STEP 673 (remove_files) COMPLETE
73842026-07-02T20:44:21.000Z[ recovery-image] Jul 02 20:44:20.322 INFO O| Jul 02 20:44:20.322 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-07-02T20:44:21.005Z[ recovery-image] Jul 02 20:44:20.330 INFO O| Jul 02 20:44:20.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73862026-07-02T20:44:21.008Z[ recovery-image] Jul 02 20:44:20.330 INFO O| Jul 02 20:44:20.330 INFO STEP 674 (remove_files) COMPLETE
73872026-07-02T20:44:21.008Z[ recovery-image] Jul 02 20:44:20.330 INFO O| Jul 02 20:44:20.330 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-07-02T20:44:21.013Z[ recovery-image] Jul 02 20:44:20.338 INFO O| Jul 02 20:44:20.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73892026-07-02T20:44:21.016Z[ recovery-image] Jul 02 20:44:20.338 INFO O| Jul 02 20:44:20.338 INFO STEP 675 (remove_files) COMPLETE
73902026-07-02T20:44:21.016Z[ recovery-image] Jul 02 20:44:20.338 INFO O| Jul 02 20:44:20.338 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-07-02T20:44:21.022Z[ recovery-image] Jul 02 20:44:20.346 INFO O| Jul 02 20:44:20.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73922026-07-02T20:44:21.025Z[ recovery-image] Jul 02 20:44:20.347 INFO O| Jul 02 20:44:20.347 INFO STEP 676 (remove_files) COMPLETE
73932026-07-02T20:44:21.025Z[ recovery-image] Jul 02 20:44:20.347 INFO O| Jul 02 20:44:20.347 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-07-02T20:44:21.029Z[ recovery-image] Jul 02 20:44:20.354 INFO O| Jul 02 20:44:20.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73952026-07-02T20:44:21.033Z[ recovery-image] Jul 02 20:44:20.354 INFO O| Jul 02 20:44:20.354 INFO STEP 677 (remove_files) COMPLETE
73962026-07-02T20:44:21.033Z[ recovery-image] Jul 02 20:44:20.354 INFO O| Jul 02 20:44:20.354 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-07-02T20:44:21.037Z[ recovery-image] Jul 02 20:44:20.362 INFO O| Jul 02 20:44:20.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73982026-07-02T20:44:21.040Z[ recovery-image] Jul 02 20:44:20.362 INFO O| Jul 02 20:44:20.362 INFO STEP 678 (remove_files) COMPLETE
73992026-07-02T20:44:21.040Z[ recovery-image] Jul 02 20:44:20.362 INFO O| Jul 02 20:44:20.362 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-07-02T20:44:21.044Z[ recovery-image] Jul 02 20:44:20.370 INFO O| Jul 02 20:44:20.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
74012026-07-02T20:44:21.044Z[ recovery-image] Jul 02 20:44:20.370 INFO O| Jul 02 20:44:20.370 INFO STEP 679 (remove_files) COMPLETE
74022026-07-02T20:44:21.048Z[ recovery-image] Jul 02 20:44:20.370 INFO O| Jul 02 20:44:20.370 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-07-02T20:44:21.053Z[ recovery-image] Jul 02 20:44:20.378 INFO O| Jul 02 20:44:20.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
74042026-07-02T20:44:21.056Z[ recovery-image] Jul 02 20:44:20.378 INFO O| Jul 02 20:44:20.378 INFO STEP 680 (remove_files) COMPLETE
74052026-07-02T20:44:21.056Z[ recovery-image] Jul 02 20:44:20.378 INFO O| Jul 02 20:44:20.378 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-07-02T20:44:21.061Z[ recovery-image] Jul 02 20:44:20.386 INFO O| Jul 02 20:44:20.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74072026-07-02T20:44:21.061Z[ recovery-image] Jul 02 20:44:20.386 INFO O| Jul 02 20:44:20.386 INFO STEP 681 (remove_files) COMPLETE
74082026-07-02T20:44:21.064Z[ recovery-image] Jul 02 20:44:20.386 INFO O| Jul 02 20:44:20.386 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-07-02T20:44:21.070Z[ recovery-image] Jul 02 20:44:20.396 INFO O| Jul 02 20:44:20.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74102026-07-02T20:44:21.070Z[ recovery-image] Jul 02 20:44:20.396 INFO O| Jul 02 20:44:20.396 INFO STEP 682 (remove_files) COMPLETE
74112026-07-02T20:44:21.070Z[ recovery-image] Jul 02 20:44:20.396 INFO O| Jul 02 20:44:20.396 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-07-02T20:44:21.081Z[ recovery-image] Jul 02 20:44:20.406 INFO O| Jul 02 20:44:20.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74132026-07-02T20:44:21.083Z[ recovery-image] Jul 02 20:44:20.406 INFO O| Jul 02 20:44:20.406 INFO STEP 683 (remove_files) COMPLETE
74142026-07-02T20:44:21.084Z[ recovery-image] Jul 02 20:44:20.406 INFO O| Jul 02 20:44:20.406 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-07-02T20:44:21.092Z[ recovery-image] Jul 02 20:44:20.416 INFO O| Jul 02 20:44:20.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74162026-07-02T20:44:21.092Z[ recovery-image] Jul 02 20:44:20.417 INFO O| Jul 02 20:44:20.417 INFO STEP 684 (remove_files) COMPLETE
74172026-07-02T20:44:21.095Z[ recovery-image] Jul 02 20:44:20.417 INFO O| Jul 02 20:44:20.417 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-07-02T20:44:21.102Z[ recovery-image] Jul 02 20:44:20.427 INFO O| Jul 02 20:44:20.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74192026-07-02T20:44:21.102Z[ recovery-image] Jul 02 20:44:20.427 INFO O| Jul 02 20:44:20.427 INFO STEP 685 (remove_files) COMPLETE
74202026-07-02T20:44:21.105Z[ recovery-image] Jul 02 20:44:20.427 INFO O| Jul 02 20:44:20.427 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-07-02T20:44:21.112Z[ recovery-image] Jul 02 20:44:20.437 INFO O| Jul 02 20:44:20.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74222026-07-02T20:44:21.115Z[ recovery-image] Jul 02 20:44:20.437 INFO O| Jul 02 20:44:20.437 INFO STEP 686 (remove_files) COMPLETE
74232026-07-02T20:44:21.115Z[ recovery-image] Jul 02 20:44:20.437 INFO O| Jul 02 20:44:20.437 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-07-02T20:44:21.122Z[ recovery-image] Jul 02 20:44:20.447 INFO O| Jul 02 20:44:20.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74252026-07-02T20:44:21.122Z[ recovery-image] Jul 02 20:44:20.447 INFO O| Jul 02 20:44:20.447 INFO STEP 687 (remove_files) COMPLETE
74262026-07-02T20:44:21.125Z[ recovery-image] Jul 02 20:44:20.447 INFO O| Jul 02 20:44:20.447 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-07-02T20:44:21.131Z[ recovery-image] Jul 02 20:44:20.456 INFO O| Jul 02 20:44:20.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74282026-07-02T20:44:21.131Z[ recovery-image] Jul 02 20:44:20.456 INFO O| Jul 02 20:44:20.456 INFO STEP 688 (remove_files) COMPLETE
74292026-07-02T20:44:21.131Z[ recovery-image] Jul 02 20:44:20.456 INFO O| Jul 02 20:44:20.456 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-07-02T20:44:21.140Z[ recovery-image] Jul 02 20:44:20.465 INFO O| Jul 02 20:44:20.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74312026-07-02T20:44:21.140Z[ recovery-image] Jul 02 20:44:20.465 INFO O| Jul 02 20:44:20.465 INFO STEP 689 (remove_files) COMPLETE
74322026-07-02T20:44:21.142Z[ recovery-image] Jul 02 20:44:20.465 INFO O| Jul 02 20:44:20.465 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-07-02T20:44:21.148Z[ recovery-image] Jul 02 20:44:20.473 INFO O| Jul 02 20:44:20.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74342026-07-02T20:44:21.148Z[ recovery-image] Jul 02 20:44:20.473 INFO O| Jul 02 20:44:20.473 INFO STEP 690 (remove_files) COMPLETE
74352026-07-02T20:44:21.148Z[ recovery-image] Jul 02 20:44:20.473 INFO O| Jul 02 20:44:20.473 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-07-02T20:44:21.158Z[ recovery-image] Jul 02 20:44:20.483 INFO O| Jul 02 20:44:20.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74372026-07-02T20:44:21.158Z[ recovery-image] Jul 02 20:44:20.483 INFO O| Jul 02 20:44:20.483 INFO STEP 691 (remove_files) COMPLETE
74382026-07-02T20:44:21.161Z[ recovery-image] Jul 02 20:44:20.483 INFO O| Jul 02 20:44:20.483 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-07-02T20:44:21.166Z[ recovery-image] Jul 02 20:44:20.491 INFO O| Jul 02 20:44:20.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74402026-07-02T20:44:21.166Z[ recovery-image] Jul 02 20:44:20.491 INFO O| Jul 02 20:44:20.491 INFO STEP 692 (remove_files) COMPLETE
74412026-07-02T20:44:21.168Z[ recovery-image] Jul 02 20:44:20.491 INFO O| Jul 02 20:44:20.491 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-07-02T20:44:21.175Z[ recovery-image] Jul 02 20:44:20.500 INFO O| Jul 02 20:44:20.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74432026-07-02T20:44:21.175Z[ recovery-image] Jul 02 20:44:20.500 INFO O| Jul 02 20:44:20.500 INFO STEP 693 (remove_files) COMPLETE
74442026-07-02T20:44:21.175Z[ recovery-image] Jul 02 20:44:20.500 INFO O| Jul 02 20:44:20.500 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-07-02T20:44:21.183Z[ recovery-image] Jul 02 20:44:20.508 INFO O| Jul 02 20:44:20.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74462026-07-02T20:44:21.183Z[ recovery-image] Jul 02 20:44:20.508 INFO O| Jul 02 20:44:20.508 INFO STEP 694 (remove_files) COMPLETE
74472026-07-02T20:44:21.183Z[ recovery-image] Jul 02 20:44:20.508 INFO O| Jul 02 20:44:20.508 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-07-02T20:44:21.193Z[ recovery-image] Jul 02 20:44:20.517 INFO O| Jul 02 20:44:20.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74492026-07-02T20:44:21.196Z[ recovery-image] Jul 02 20:44:20.518 INFO O| Jul 02 20:44:20.518 INFO STEP 695 (remove_files) COMPLETE
74502026-07-02T20:44:21.196Z[ recovery-image] Jul 02 20:44:20.518 INFO O| Jul 02 20:44:20.518 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-07-02T20:44:21.201Z[ recovery-image] Jul 02 20:44:20.526 INFO O| Jul 02 20:44:20.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74522026-07-02T20:44:21.204Z[ recovery-image] Jul 02 20:44:20.526 INFO O| Jul 02 20:44:20.526 INFO STEP 696 (remove_files) COMPLETE
74532026-07-02T20:44:21.204Z[ recovery-image] Jul 02 20:44:20.526 INFO O| Jul 02 20:44:20.526 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-07-02T20:44:21.210Z[ recovery-image] Jul 02 20:44:20.535 INFO O| Jul 02 20:44:20.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74552026-07-02T20:44:21.210Z[ recovery-image] Jul 02 20:44:20.535 INFO O| Jul 02 20:44:20.535 INFO STEP 697 (remove_files) COMPLETE
74562026-07-02T20:44:21.213Z[ recovery-image] Jul 02 20:44:20.535 INFO O| Jul 02 20:44:20.535 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-07-02T20:44:21.217Z[ recovery-image] Jul 02 20:44:20.543 INFO O| Jul 02 20:44:20.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74582026-07-02T20:44:21.218Z[ recovery-image] Jul 02 20:44:20.543 INFO O| Jul 02 20:44:20.543 INFO STEP 698 (remove_files) COMPLETE
74592026-07-02T20:44:21.218Z[ recovery-image] Jul 02 20:44:20.543 INFO O| Jul 02 20:44:20.543 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-07-02T20:44:21.226Z[ recovery-image] Jul 02 20:44:20.551 INFO O| Jul 02 20:44:20.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74612026-07-02T20:44:21.226Z[ recovery-image] Jul 02 20:44:20.551 INFO O| Jul 02 20:44:20.551 INFO STEP 699 (remove_files) COMPLETE
74622026-07-02T20:44:21.230Z[ recovery-image] Jul 02 20:44:20.551 INFO O| Jul 02 20:44:20.551 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-07-02T20:44:21.234Z[ recovery-image] Jul 02 20:44:20.559 INFO O| Jul 02 20:44:20.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74642026-07-02T20:44:21.234Z[ recovery-image] Jul 02 20:44:20.559 INFO O| Jul 02 20:44:20.559 INFO STEP 700 (remove_files) COMPLETE
74652026-07-02T20:44:21.234Z[ recovery-image] Jul 02 20:44:20.559 INFO O| Jul 02 20:44:20.559 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-07-02T20:44:21.242Z[ recovery-image] Jul 02 20:44:20.567 INFO O| Jul 02 20:44:20.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74672026-07-02T20:44:21.242Z[ recovery-image] Jul 02 20:44:20.567 INFO O| Jul 02 20:44:20.567 INFO STEP 701 (remove_files) COMPLETE
74682026-07-02T20:44:21.246Z[ recovery-image] Jul 02 20:44:20.567 INFO O| Jul 02 20:44:20.567 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-07-02T20:44:21.249Z[ recovery-image] Jul 02 20:44:20.574 INFO O| Jul 02 20:44:20.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74702026-07-02T20:44:21.249Z[ recovery-image] Jul 02 20:44:20.575 INFO O| Jul 02 20:44:20.575 INFO STEP 702 (remove_files) COMPLETE
74712026-07-02T20:44:21.252Z[ recovery-image] Jul 02 20:44:20.575 INFO O| Jul 02 20:44:20.575 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-07-02T20:44:21.258Z[ recovery-image] Jul 02 20:44:20.583 INFO O| Jul 02 20:44:20.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74732026-07-02T20:44:21.261Z[ recovery-image] Jul 02 20:44:20.583 INFO O| Jul 02 20:44:20.583 INFO STEP 703 (remove_files) COMPLETE
74742026-07-02T20:44:21.261Z[ recovery-image] Jul 02 20:44:20.583 INFO O| Jul 02 20:44:20.583 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-07-02T20:44:21.266Z[ recovery-image] Jul 02 20:44:20.591 INFO O| Jul 02 20:44:20.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74762026-07-02T20:44:21.266Z[ recovery-image] Jul 02 20:44:20.591 INFO O| Jul 02 20:44:20.591 INFO STEP 704 (remove_files) COMPLETE
74772026-07-02T20:44:21.266Z[ recovery-image] Jul 02 20:44:20.591 INFO O| Jul 02 20:44:20.591 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-07-02T20:44:21.276Z[ recovery-image] Jul 02 20:44:20.601 INFO O| Jul 02 20:44:20.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74792026-07-02T20:44:21.276Z[ recovery-image] Jul 02 20:44:20.601 INFO O| Jul 02 20:44:20.601 INFO STEP 705 (remove_files) COMPLETE
74802026-07-02T20:44:21.279Z[ recovery-image] Jul 02 20:44:20.601 INFO O| Jul 02 20:44:20.601 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-07-02T20:44:21.287Z[ recovery-image] Jul 02 20:44:20.612 INFO O| Jul 02 20:44:20.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74822026-07-02T20:44:21.287Z[ recovery-image] Jul 02 20:44:20.612 INFO O| Jul 02 20:44:20.612 INFO STEP 706 (remove_files) COMPLETE
74832026-07-02T20:44:21.289Z[ recovery-image] Jul 02 20:44:20.612 INFO O| Jul 02 20:44:20.612 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-07-02T20:44:21.297Z[ recovery-image] Jul 02 20:44:20.622 INFO O| Jul 02 20:44:20.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74852026-07-02T20:44:21.297Z[ recovery-image] Jul 02 20:44:20.622 INFO O| Jul 02 20:44:20.622 INFO STEP 707 (remove_files) COMPLETE
74862026-07-02T20:44:21.297Z[ recovery-image] Jul 02 20:44:20.622 INFO O| Jul 02 20:44:20.622 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-07-02T20:44:21.305Z[ recovery-image] Jul 02 20:44:20.630 INFO O| Jul 02 20:44:20.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74882026-07-02T20:44:21.305Z[ recovery-image] Jul 02 20:44:20.630 INFO O| Jul 02 20:44:20.630 INFO STEP 708 (remove_files) COMPLETE
74892026-07-02T20:44:21.308Z[ recovery-image] Jul 02 20:44:20.630 INFO O| Jul 02 20:44:20.630 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-07-02T20:44:21.312Z[ recovery-image] Jul 02 20:44:20.637 INFO O| Jul 02 20:44:20.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74912026-07-02T20:44:21.315Z[ recovery-image] Jul 02 20:44:20.638 INFO O| Jul 02 20:44:20.638 INFO STEP 709 (remove_files) COMPLETE
74922026-07-02T20:44:21.315Z[ recovery-image] Jul 02 20:44:20.638 INFO O| Jul 02 20:44:20.638 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-07-02T20:44:21.319Z[ recovery-image] Jul 02 20:44:20.644 INFO O| Jul 02 20:44:20.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74942026-07-02T20:44:21.319Z[ recovery-image] Jul 02 20:44:20.644 INFO O| Jul 02 20:44:20.644 INFO STEP 710 (remove_files) COMPLETE
74952026-07-02T20:44:21.319Z[ recovery-image] Jul 02 20:44:20.644 INFO O| Jul 02 20:44:20.644 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-07-02T20:44:21.327Z[ recovery-image] Jul 02 20:44:20.652 INFO O| Jul 02 20:44:20.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74972026-07-02T20:44:21.327Z[ recovery-image] Jul 02 20:44:20.652 INFO O| Jul 02 20:44:20.652 INFO STEP 711 (remove_files) COMPLETE
74982026-07-02T20:44:21.327Z[ recovery-image] Jul 02 20:44:20.652 INFO O| Jul 02 20:44:20.652 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-07-02T20:44:21.337Z[ recovery-image] Jul 02 20:44:20.662 INFO O| Jul 02 20:44:20.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
75002026-07-02T20:44:21.340Z[ recovery-image] Jul 02 20:44:20.662 INFO O| Jul 02 20:44:20.662 INFO STEP 712 (remove_files) COMPLETE
75012026-07-02T20:44:21.340Z[ recovery-image] Jul 02 20:44:20.662 INFO O| Jul 02 20:44:20.662 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-07-02T20:44:21.346Z[ recovery-image] Jul 02 20:44:20.670 INFO O| Jul 02 20:44:20.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
75032026-07-02T20:44:21.346Z[ recovery-image] Jul 02 20:44:20.670 INFO O| Jul 02 20:44:20.670 INFO STEP 713 (remove_files) COMPLETE
75042026-07-02T20:44:21.346Z[ recovery-image] Jul 02 20:44:20.670 INFO O| Jul 02 20:44:20.670 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-07-02T20:44:21.356Z[ recovery-image] Jul 02 20:44:20.682 INFO O| Jul 02 20:44:20.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75062026-07-02T20:44:21.360Z[ recovery-image] Jul 02 20:44:20.682 INFO O| Jul 02 20:44:20.682 INFO STEP 714 (remove_files) COMPLETE
75072026-07-02T20:44:21.360Z[ recovery-image] Jul 02 20:44:20.682 INFO O| Jul 02 20:44:20.682 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-07-02T20:44:21.367Z[ recovery-image] Jul 02 20:44:20.692 INFO O| Jul 02 20:44:20.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75092026-07-02T20:44:21.367Z[ recovery-image] Jul 02 20:44:20.692 INFO O| Jul 02 20:44:20.692 INFO STEP 715 (remove_files) COMPLETE
75102026-07-02T20:44:21.370Z[ recovery-image] Jul 02 20:44:20.692 INFO O| Jul 02 20:44:20.692 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-07-02T20:44:21.376Z[ recovery-image] Jul 02 20:44:20.701 INFO O| Jul 02 20:44:20.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75122026-07-02T20:44:21.376Z[ recovery-image] Jul 02 20:44:20.701 INFO O| Jul 02 20:44:20.701 INFO STEP 716 (remove_files) COMPLETE
75132026-07-02T20:44:21.377Z[ recovery-image] Jul 02 20:44:20.701 INFO O| Jul 02 20:44:20.701 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-07-02T20:44:21.386Z[ recovery-image] Jul 02 20:44:20.711 INFO O| Jul 02 20:44:20.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75152026-07-02T20:44:21.386Z[ recovery-image] Jul 02 20:44:20.711 INFO O| Jul 02 20:44:20.711 INFO STEP 717 (remove_files) COMPLETE
75162026-07-02T20:44:21.389Z[ recovery-image] Jul 02 20:44:20.711 INFO O| Jul 02 20:44:20.711 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-07-02T20:44:21.396Z[ recovery-image] Jul 02 20:44:20.720 INFO O| Jul 02 20:44:20.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75182026-07-02T20:44:21.399Z[ recovery-image] Jul 02 20:44:20.720 INFO O| Jul 02 20:44:20.720 INFO STEP 718 (remove_files) COMPLETE
75192026-07-02T20:44:21.399Z[ recovery-image] Jul 02 20:44:20.720 INFO O| Jul 02 20:44:20.720 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-07-02T20:44:21.404Z[ recovery-image] Jul 02 20:44:20.729 INFO O| Jul 02 20:44:20.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75212026-07-02T20:44:21.406Z[ recovery-image] Jul 02 20:44:20.729 INFO O| Jul 02 20:44:20.729 INFO STEP 719 (remove_files) COMPLETE
75222026-07-02T20:44:21.406Z[ recovery-image] Jul 02 20:44:20.729 INFO O| Jul 02 20:44:20.729 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-07-02T20:44:21.414Z[ recovery-image] Jul 02 20:44:20.739 INFO O| Jul 02 20:44:20.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75242026-07-02T20:44:21.414Z[ recovery-image] Jul 02 20:44:20.739 INFO O| Jul 02 20:44:20.739 INFO STEP 720 (remove_files) COMPLETE
75252026-07-02T20:44:21.414Z[ recovery-image] Jul 02 20:44:20.739 INFO O| Jul 02 20:44:20.739 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-07-02T20:44:21.422Z[ recovery-image] Jul 02 20:44:20.748 INFO O| Jul 02 20:44:20.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75272026-07-02T20:44:21.426Z[ recovery-image] Jul 02 20:44:20.748 INFO O| Jul 02 20:44:20.748 INFO STEP 721 (remove_files) COMPLETE
75282026-07-02T20:44:21.426Z[ recovery-image] Jul 02 20:44:20.748 INFO O| Jul 02 20:44:20.748 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-07-02T20:44:21.431Z[ recovery-image] Jul 02 20:44:20.757 INFO O| Jul 02 20:44:20.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75302026-07-02T20:44:21.431Z[ recovery-image] Jul 02 20:44:20.757 INFO O| Jul 02 20:44:20.757 INFO STEP 722 (remove_files) COMPLETE
75312026-07-02T20:44:21.434Z[ recovery-image] Jul 02 20:44:20.757 INFO O| Jul 02 20:44:20.757 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-07-02T20:44:21.441Z[ recovery-image] Jul 02 20:44:20.766 INFO O| Jul 02 20:44:20.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75332026-07-02T20:44:21.441Z[ recovery-image] Jul 02 20:44:20.766 INFO O| Jul 02 20:44:20.766 INFO STEP 723 (remove_files) COMPLETE
75342026-07-02T20:44:21.444Z[ recovery-image] Jul 02 20:44:20.766 INFO O| Jul 02 20:44:20.766 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-07-02T20:44:21.451Z[ recovery-image] Jul 02 20:44:20.776 INFO O| Jul 02 20:44:20.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75362026-07-02T20:44:21.451Z[ recovery-image] Jul 02 20:44:20.776 INFO O| Jul 02 20:44:20.776 INFO STEP 724 (remove_files) COMPLETE
75372026-07-02T20:44:21.451Z[ recovery-image] Jul 02 20:44:20.776 INFO O| Jul 02 20:44:20.776 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-07-02T20:44:21.463Z[ recovery-image] Jul 02 20:44:20.787 INFO O| Jul 02 20:44:20.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75392026-07-02T20:44:21.463Z[ recovery-image] Jul 02 20:44:20.787 INFO O| Jul 02 20:44:20.787 INFO STEP 725 (remove_files) COMPLETE
75402026-07-02T20:44:21.463Z[ recovery-image] Jul 02 20:44:20.787 INFO O| Jul 02 20:44:20.787 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-07-02T20:44:21.470Z[ recovery-image] Jul 02 20:44:20.795 INFO O| Jul 02 20:44:20.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75422026-07-02T20:44:21.471Z[ recovery-image] Jul 02 20:44:20.795 INFO O| Jul 02 20:44:20.795 INFO STEP 726 (remove_files) COMPLETE
75432026-07-02T20:44:21.474Z[ recovery-image] Jul 02 20:44:20.795 INFO O| Jul 02 20:44:20.795 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-07-02T20:44:21.478Z[ recovery-image] Jul 02 20:44:20.803 INFO O| Jul 02 20:44:20.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75452026-07-02T20:44:21.478Z[ recovery-image] Jul 02 20:44:20.803 INFO O| Jul 02 20:44:20.803 INFO STEP 727 (remove_files) COMPLETE
75462026-07-02T20:44:21.478Z[ recovery-image] Jul 02 20:44:20.803 INFO O| Jul 02 20:44:20.803 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-07-02T20:44:21.486Z[ recovery-image] Jul 02 20:44:20.811 INFO O| Jul 02 20:44:20.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75482026-07-02T20:44:21.489Z[ recovery-image] Jul 02 20:44:20.811 INFO O| Jul 02 20:44:20.811 INFO STEP 728 (remove_files) COMPLETE
75492026-07-02T20:44:21.489Z[ recovery-image] Jul 02 20:44:20.811 INFO O| Jul 02 20:44:20.811 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-07-02T20:44:21.493Z[ recovery-image] Jul 02 20:44:20.819 INFO O| Jul 02 20:44:20.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75512026-07-02T20:44:21.494Z[ recovery-image] Jul 02 20:44:20.819 INFO O| Jul 02 20:44:20.819 INFO STEP 729 (remove_files) COMPLETE
75522026-07-02T20:44:21.497Z[ recovery-image] Jul 02 20:44:20.819 INFO O| Jul 02 20:44:20.819 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-07-02T20:44:21.501Z[ recovery-image] Jul 02 20:44:20.826 INFO O| Jul 02 20:44:20.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75542026-07-02T20:44:21.501Z[ recovery-image] Jul 02 20:44:20.826 INFO O| Jul 02 20:44:20.826 INFO STEP 730 (remove_files) COMPLETE
75552026-07-02T20:44:21.504Z[ recovery-image] Jul 02 20:44:20.826 INFO O| Jul 02 20:44:20.826 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-07-02T20:44:21.508Z[ recovery-image] Jul 02 20:44:20.833 INFO O| Jul 02 20:44:20.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75572026-07-02T20:44:21.509Z[ recovery-image] Jul 02 20:44:20.833 INFO O| Jul 02 20:44:20.833 INFO STEP 731 (remove_files) COMPLETE
75582026-07-02T20:44:21.512Z[ recovery-image] Jul 02 20:44:20.834 INFO O| Jul 02 20:44:20.833 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-07-02T20:44:21.515Z[ recovery-image] Jul 02 20:44:20.841 INFO O| Jul 02 20:44:20.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75602026-07-02T20:44:21.516Z[ recovery-image] Jul 02 20:44:20.841 INFO O| Jul 02 20:44:20.841 INFO STEP 732 (remove_files) COMPLETE
75612026-07-02T20:44:21.516Z[ recovery-image] Jul 02 20:44:20.841 INFO O| Jul 02 20:44:20.841 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-07-02T20:44:21.523Z[ recovery-image] Jul 02 20:44:20.848 INFO O| Jul 02 20:44:20.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75632026-07-02T20:44:21.523Z[ recovery-image] Jul 02 20:44:20.848 INFO O| Jul 02 20:44:20.848 INFO STEP 733 (remove_files) COMPLETE
75642026-07-02T20:44:21.523Z[ recovery-image] Jul 02 20:44:20.848 INFO O| Jul 02 20:44:20.848 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-07-02T20:44:21.531Z[ recovery-image] Jul 02 20:44:20.856 INFO O| Jul 02 20:44:20.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75662026-07-02T20:44:21.531Z[ recovery-image] Jul 02 20:44:20.856 INFO O| Jul 02 20:44:20.856 INFO STEP 734 (remove_files) COMPLETE
75672026-07-02T20:44:21.534Z[ recovery-image] Jul 02 20:44:20.856 INFO O| Jul 02 20:44:20.856 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-07-02T20:44:21.538Z[ recovery-image] Jul 02 20:44:20.863 INFO O| Jul 02 20:44:20.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75692026-07-02T20:44:21.538Z[ recovery-image] Jul 02 20:44:20.863 INFO O| Jul 02 20:44:20.863 INFO STEP 735 (remove_files) COMPLETE
75702026-07-02T20:44:21.538Z[ recovery-image] Jul 02 20:44:20.863 INFO O| Jul 02 20:44:20.863 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-07-02T20:44:21.550Z[ recovery-image] Jul 02 20:44:20.875 INFO O| Jul 02 20:44:20.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75722026-07-02T20:44:21.550Z[ recovery-image] Jul 02 20:44:20.875 INFO O| Jul 02 20:44:20.875 INFO STEP 736 (remove_files) COMPLETE
75732026-07-02T20:44:21.553Z[ recovery-image] Jul 02 20:44:20.875 INFO O| Jul 02 20:44:20.875 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-07-02T20:44:21.562Z[ recovery-image] Jul 02 20:44:20.887 INFO O| Jul 02 20:44:20.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75752026-07-02T20:44:21.565Z[ recovery-image] Jul 02 20:44:20.887 INFO O| Jul 02 20:44:20.887 INFO STEP 737 (remove_files) COMPLETE
75762026-07-02T20:44:21.565Z[ recovery-image] Jul 02 20:44:20.887 INFO O| Jul 02 20:44:20.887 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-07-02T20:44:21.572Z[ recovery-image] Jul 02 20:44:20.897 INFO O| Jul 02 20:44:20.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75782026-07-02T20:44:21.572Z[ recovery-image] Jul 02 20:44:20.897 INFO O| Jul 02 20:44:20.897 INFO STEP 738 (remove_files) COMPLETE
75792026-07-02T20:44:21.575Z[ recovery-image] Jul 02 20:44:20.897 INFO O| Jul 02 20:44:20.897 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-07-02T20:44:21.581Z[ recovery-image] Jul 02 20:44:20.906 INFO O| Jul 02 20:44:20.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75812026-07-02T20:44:21.581Z[ recovery-image] Jul 02 20:44:20.906 INFO O| Jul 02 20:44:20.906 INFO STEP 739 (remove_files) COMPLETE
75822026-07-02T20:44:21.584Z[ recovery-image] Jul 02 20:44:20.906 INFO O| Jul 02 20:44:20.906 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-07-02T20:44:21.591Z[ recovery-image] Jul 02 20:44:20.916 INFO O| Jul 02 20:44:20.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75842026-07-02T20:44:21.594Z[ recovery-image] Jul 02 20:44:20.916 INFO O| Jul 02 20:44:20.916 INFO STEP 740 (remove_files) COMPLETE
75852026-07-02T20:44:21.594Z[ recovery-image] Jul 02 20:44:20.916 INFO O| Jul 02 20:44:20.916 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-07-02T20:44:21.601Z[ recovery-image] Jul 02 20:44:20.926 INFO O| Jul 02 20:44:20.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75872026-07-02T20:44:21.604Z[ recovery-image] Jul 02 20:44:20.926 INFO O| Jul 02 20:44:20.926 INFO STEP 741 (remove_files) COMPLETE
75882026-07-02T20:44:21.604Z[ recovery-image] Jul 02 20:44:20.926 INFO O| Jul 02 20:44:20.926 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-07-02T20:44:21.608Z[ recovery-image] Jul 02 20:44:20.934 INFO O| Jul 02 20:44:20.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75902026-07-02T20:44:21.611Z[ recovery-image] Jul 02 20:44:20.934 INFO O| Jul 02 20:44:20.934 INFO STEP 742 (remove_files) COMPLETE
75912026-07-02T20:44:21.611Z[ recovery-image] Jul 02 20:44:20.934 INFO O| Jul 02 20:44:20.934 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-07-02T20:44:21.616Z[ recovery-image] Jul 02 20:44:20.941 INFO O| Jul 02 20:44:20.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75932026-07-02T20:44:21.616Z[ recovery-image] Jul 02 20:44:20.941 INFO O| Jul 02 20:44:20.941 INFO STEP 743 (remove_files) COMPLETE
75942026-07-02T20:44:21.622Z[ recovery-image] Jul 02 20:44:20.941 INFO O| Jul 02 20:44:20.941 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-07-02T20:44:21.626Z[ recovery-image] Jul 02 20:44:20.950 INFO O| Jul 02 20:44:20.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75962026-07-02T20:44:21.626Z[ recovery-image] Jul 02 20:44:20.950 INFO O| Jul 02 20:44:20.950 INFO STEP 744 (remove_files) COMPLETE
75972026-07-02T20:44:21.626Z[ recovery-image] Jul 02 20:44:20.950 INFO O| Jul 02 20:44:20.950 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-07-02T20:44:21.632Z[ recovery-image] Jul 02 20:44:20.957 INFO O| Jul 02 20:44:20.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75992026-07-02T20:44:21.638Z[ recovery-image] Jul 02 20:44:20.957 INFO O| Jul 02 20:44:20.957 INFO STEP 745 (remove_files) COMPLETE
76002026-07-02T20:44:21.638Z[ recovery-image] Jul 02 20:44:20.957 INFO O| Jul 02 20:44:20.957 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-07-02T20:44:21.669Z[ recovery-image] Jul 02 20:44:20.992 INFO O| Jul 02 20:44:20.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
76022026-07-02T20:44:21.669Z[ recovery-image] Jul 02 20:44:20.992 INFO O| Jul 02 20:44:20.991 INFO STEP 746 (remove_files) COMPLETE
76032026-07-02T20:44:21.669Z[ recovery-image] Jul 02 20:44:20.992 INFO O| Jul 02 20:44:20.991 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-07-02T20:44:21.682Z[ recovery-image] Jul 02 20:44:21.005 INFO O| Jul 02 20:44:21.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
76052026-07-02T20:44:21.683Z[ recovery-image] Jul 02 20:44:21.005 INFO O| Jul 02 20:44:21.003 INFO STEP 747 (remove_files) COMPLETE
76062026-07-02T20:44:21.683Z[ recovery-image] Jul 02 20:44:21.005 INFO O| Jul 02 20:44:21.003 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-07-02T20:44:21.690Z[ recovery-image] Jul 02 20:44:21.015 INFO O| Jul 02 20:44:21.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76082026-07-02T20:44:21.690Z[ recovery-image] Jul 02 20:44:21.015 INFO O| Jul 02 20:44:21.014 INFO STEP 748 (remove_files) COMPLETE
76092026-07-02T20:44:21.690Z[ recovery-image] Jul 02 20:44:21.015 INFO O| Jul 02 20:44:21.014 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-07-02T20:44:21.703Z[ recovery-image] Jul 02 20:44:21.025 INFO O| Jul 02 20:44:21.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76112026-07-02T20:44:21.703Z[ recovery-image] Jul 02 20:44:21.025 INFO O| Jul 02 20:44:21.024 INFO STEP 749 (remove_files) COMPLETE
76122026-07-02T20:44:21.703Z[ recovery-image] Jul 02 20:44:21.025 INFO O| Jul 02 20:44:21.024 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-07-02T20:44:21.717Z[ recovery-image] Jul 02 20:44:21.037 INFO O| Jul 02 20:44:21.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76142026-07-02T20:44:21.717Z[ recovery-image] Jul 02 20:44:21.037 INFO O| Jul 02 20:44:21.035 INFO STEP 750 (remove_files) COMPLETE
76152026-07-02T20:44:21.717Z[ recovery-image] Jul 02 20:44:21.037 INFO O| Jul 02 20:44:21.035 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-07-02T20:44:21.730Z[ recovery-image] Jul 02 20:44:21.050 INFO O| Jul 02 20:44:21.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76172026-07-02T20:44:21.732Z[ recovery-image] Jul 02 20:44:21.050 INFO O| Jul 02 20:44:21.048 INFO STEP 751 (remove_files) COMPLETE
76182026-07-02T20:44:21.733Z[ recovery-image] Jul 02 20:44:21.050 INFO O| Jul 02 20:44:21.048 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-07-02T20:44:21.735Z[ recovery-image] Jul 02 20:44:21.058 INFO O| Jul 02 20:44:21.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76202026-07-02T20:44:21.735Z[ recovery-image] Jul 02 20:44:21.058 INFO O| Jul 02 20:44:21.058 INFO STEP 752 (remove_files) COMPLETE
76212026-07-02T20:44:21.735Z[ recovery-image] Jul 02 20:44:21.058 INFO O| Jul 02 20:44:21.058 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-07-02T20:44:21.743Z[ recovery-image] Jul 02 20:44:21.068 INFO O| Jul 02 20:44:21.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76232026-07-02T20:44:21.746Z[ recovery-image] Jul 02 20:44:21.069 INFO O| Jul 02 20:44:21.069 INFO STEP 753 (remove_files) COMPLETE
76242026-07-02T20:44:21.746Z[ recovery-image] Jul 02 20:44:21.069 INFO O| Jul 02 20:44:21.069 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-07-02T20:44:21.754Z[ recovery-image] Jul 02 20:44:21.079 INFO O| Jul 02 20:44:21.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76262026-07-02T20:44:21.754Z[ recovery-image] Jul 02 20:44:21.079 INFO O| Jul 02 20:44:21.079 INFO STEP 754 (remove_files) COMPLETE
76272026-07-02T20:44:21.754Z[ recovery-image] Jul 02 20:44:21.079 INFO O| Jul 02 20:44:21.079 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-07-02T20:44:21.762Z[ recovery-image] Jul 02 20:44:21.087 INFO O| Jul 02 20:44:21.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76292026-07-02T20:44:21.763Z[ recovery-image] Jul 02 20:44:21.088 INFO O| Jul 02 20:44:21.088 INFO STEP 755 (remove_files) COMPLETE
76302026-07-02T20:44:21.767Z[ recovery-image] Jul 02 20:44:21.088 INFO O| Jul 02 20:44:21.088 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-07-02T20:44:21.771Z[ recovery-image] Jul 02 20:44:21.096 INFO O| Jul 02 20:44:21.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76322026-07-02T20:44:21.774Z[ recovery-image] Jul 02 20:44:21.097 INFO O| Jul 02 20:44:21.097 INFO STEP 756 (remove_files) COMPLETE
76332026-07-02T20:44:21.774Z[ recovery-image] Jul 02 20:44:21.097 INFO O| Jul 02 20:44:21.097 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-07-02T20:44:21.780Z[ recovery-image] Jul 02 20:44:21.106 INFO O| Jul 02 20:44:21.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76352026-07-02T20:44:21.783Z[ recovery-image] Jul 02 20:44:21.106 INFO O| Jul 02 20:44:21.106 INFO STEP 757 (remove_files) COMPLETE
76362026-07-02T20:44:21.784Z[ recovery-image] Jul 02 20:44:21.106 INFO O| Jul 02 20:44:21.106 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-07-02T20:44:21.789Z[ recovery-image] Jul 02 20:44:21.114 INFO O| Jul 02 20:44:21.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76382026-07-02T20:44:21.793Z[ recovery-image] Jul 02 20:44:21.114 INFO O| Jul 02 20:44:21.114 INFO STEP 758 (remove_files) COMPLETE
76392026-07-02T20:44:21.793Z[ recovery-image] Jul 02 20:44:21.114 INFO O| Jul 02 20:44:21.114 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-07-02T20:44:21.797Z[ recovery-image] Jul 02 20:44:21.123 INFO O| Jul 02 20:44:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76412026-07-02T20:44:21.800Z[ recovery-image] Jul 02 20:44:21.123 INFO O| Jul 02 20:44:21.123 INFO STEP 759 (remove_files) COMPLETE
76422026-07-02T20:44:21.800Z[ recovery-image] Jul 02 20:44:21.123 INFO O| Jul 02 20:44:21.123 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-07-02T20:44:21.809Z[ recovery-image] Jul 02 20:44:21.134 INFO O| Jul 02 20:44:21.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76442026-07-02T20:44:21.809Z[ recovery-image] Jul 02 20:44:21.134 INFO O| Jul 02 20:44:21.134 INFO STEP 760 (remove_files) COMPLETE
76452026-07-02T20:44:21.812Z[ recovery-image] Jul 02 20:44:21.134 INFO O| Jul 02 20:44:21.134 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-07-02T20:44:21.819Z[ recovery-image] Jul 02 20:44:21.144 INFO O| Jul 02 20:44:21.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76472026-07-02T20:44:21.819Z[ recovery-image] Jul 02 20:44:21.145 INFO O| Jul 02 20:44:21.145 INFO STEP 761 (remove_files) COMPLETE
76482026-07-02T20:44:21.819Z[ recovery-image] Jul 02 20:44:21.145 INFO O| Jul 02 20:44:21.145 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-07-02T20:44:21.829Z[ recovery-image] Jul 02 20:44:21.154 INFO O| Jul 02 20:44:21.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76502026-07-02T20:44:21.829Z[ recovery-image] Jul 02 20:44:21.154 INFO O| Jul 02 20:44:21.154 INFO STEP 762 (remove_files) COMPLETE
76512026-07-02T20:44:21.832Z[ recovery-image] Jul 02 20:44:21.154 INFO O| Jul 02 20:44:21.154 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-07-02T20:44:21.839Z[ recovery-image] Jul 02 20:44:21.164 INFO O| Jul 02 20:44:21.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76532026-07-02T20:44:21.839Z[ recovery-image] Jul 02 20:44:21.164 INFO O| Jul 02 20:44:21.164 INFO STEP 763 (remove_files) COMPLETE
76542026-07-02T20:44:21.841Z[ recovery-image] Jul 02 20:44:21.164 INFO O| Jul 02 20:44:21.164 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-07-02T20:44:21.847Z[ recovery-image] Jul 02 20:44:21.172 INFO O| Jul 02 20:44:21.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76562026-07-02T20:44:21.850Z[ recovery-image] Jul 02 20:44:21.172 INFO O| Jul 02 20:44:21.172 INFO STEP 764 (remove_files) COMPLETE
76572026-07-02T20:44:21.850Z[ recovery-image] Jul 02 20:44:21.172 INFO O| Jul 02 20:44:21.172 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-07-02T20:44:21.857Z[ recovery-image] Jul 02 20:44:21.182 INFO O| Jul 02 20:44:21.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76592026-07-02T20:44:21.860Z[ recovery-image] Jul 02 20:44:21.182 INFO O| Jul 02 20:44:21.182 INFO STEP 765 (remove_files) COMPLETE
76602026-07-02T20:44:21.860Z[ recovery-image] Jul 02 20:44:21.182 INFO O| Jul 02 20:44:21.182 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-07-02T20:44:21.865Z[ recovery-image] Jul 02 20:44:21.190 INFO O| Jul 02 20:44:21.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76622026-07-02T20:44:21.865Z[ recovery-image] Jul 02 20:44:21.191 INFO O| Jul 02 20:44:21.190 INFO STEP 766 (remove_files) COMPLETE
76632026-07-02T20:44:21.869Z[ recovery-image] Jul 02 20:44:21.191 INFO O| Jul 02 20:44:21.190 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-07-02T20:44:21.873Z[ recovery-image] Jul 02 20:44:21.198 INFO O| Jul 02 20:44:21.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76652026-07-02T20:44:21.873Z[ recovery-image] Jul 02 20:44:21.198 INFO O| Jul 02 20:44:21.198 INFO STEP 767 (remove_files) COMPLETE
76662026-07-02T20:44:21.873Z[ recovery-image] Jul 02 20:44:21.198 INFO O| Jul 02 20:44:21.198 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-07-02T20:44:21.883Z[ recovery-image] Jul 02 20:44:21.208 INFO O| Jul 02 20:44:21.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76682026-07-02T20:44:21.883Z[ recovery-image] Jul 02 20:44:21.209 INFO O| Jul 02 20:44:21.209 INFO STEP 768 (remove_files) COMPLETE
76692026-07-02T20:44:21.883Z[ recovery-image] Jul 02 20:44:21.209 INFO O| Jul 02 20:44:21.209 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-07-02T20:44:21.893Z[ recovery-image] Jul 02 20:44:21.218 INFO O| Jul 02 20:44:21.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76712026-07-02T20:44:21.893Z[ recovery-image] Jul 02 20:44:21.219 INFO O| Jul 02 20:44:21.218 INFO STEP 769 (remove_files) COMPLETE
76722026-07-02T20:44:21.896Z[ recovery-image] Jul 02 20:44:21.219 INFO O| Jul 02 20:44:21.218 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-07-02T20:44:21.904Z[ recovery-image] Jul 02 20:44:21.229 INFO O| Jul 02 20:44:21.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76742026-07-02T20:44:21.904Z[ recovery-image] Jul 02 20:44:21.229 INFO O| Jul 02 20:44:21.229 INFO STEP 770 (remove_files) COMPLETE
76752026-07-02T20:44:21.907Z[ recovery-image] Jul 02 20:44:21.229 INFO O| Jul 02 20:44:21.229 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-07-02T20:44:21.914Z[ recovery-image] Jul 02 20:44:21.239 INFO O| Jul 02 20:44:21.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76772026-07-02T20:44:21.917Z[ recovery-image] Jul 02 20:44:21.239 INFO O| Jul 02 20:44:21.239 INFO STEP 771 (remove_files) COMPLETE
76782026-07-02T20:44:21.917Z[ recovery-image] Jul 02 20:44:21.239 INFO O| Jul 02 20:44:21.239 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-07-02T20:44:21.924Z[ recovery-image] Jul 02 20:44:21.249 INFO O| Jul 02 20:44:21.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76802026-07-02T20:44:21.924Z[ recovery-image] Jul 02 20:44:21.249 INFO O| Jul 02 20:44:21.249 INFO STEP 772 (remove_files) COMPLETE
76812026-07-02T20:44:21.928Z[ recovery-image] Jul 02 20:44:21.249 INFO O| Jul 02 20:44:21.249 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-07-02T20:44:21.936Z[ recovery-image] Jul 02 20:44:21.260 INFO O| Jul 02 20:44:21.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76832026-07-02T20:44:21.936Z[ recovery-image] Jul 02 20:44:21.260 INFO O| Jul 02 20:44:21.260 INFO STEP 773 (remove_files) COMPLETE
76842026-07-02T20:44:21.936Z[ recovery-image] Jul 02 20:44:21.260 INFO O| Jul 02 20:44:21.260 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-07-02T20:44:21.946Z[ recovery-image] Jul 02 20:44:21.271 INFO O| Jul 02 20:44:21.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76862026-07-02T20:44:21.946Z[ recovery-image] Jul 02 20:44:21.271 INFO O| Jul 02 20:44:21.271 INFO STEP 774 (remove_files) COMPLETE
76872026-07-02T20:44:21.946Z[ recovery-image] Jul 02 20:44:21.271 INFO O| Jul 02 20:44:21.271 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-07-02T20:44:21.958Z[ recovery-image] Jul 02 20:44:21.282 INFO O| Jul 02 20:44:21.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76892026-07-02T20:44:21.958Z[ recovery-image] Jul 02 20:44:21.282 INFO O| Jul 02 20:44:21.282 INFO STEP 775 (remove_files) COMPLETE
76902026-07-02T20:44:21.958Z[ recovery-image] Jul 02 20:44:21.282 INFO O| Jul 02 20:44:21.282 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-07-02T20:44:21.967Z[ recovery-image] Jul 02 20:44:21.292 INFO O| Jul 02 20:44:21.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76922026-07-02T20:44:21.970Z[ recovery-image] Jul 02 20:44:21.292 INFO O| Jul 02 20:44:21.292 INFO STEP 776 (remove_files) COMPLETE
76932026-07-02T20:44:21.970Z[ recovery-image] Jul 02 20:44:21.292 INFO O| Jul 02 20:44:21.292 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-07-02T20:44:21.976Z[ recovery-image] Jul 02 20:44:21.301 INFO O| Jul 02 20:44:21.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76952026-07-02T20:44:21.979Z[ recovery-image] Jul 02 20:44:21.302 INFO O| Jul 02 20:44:21.302 INFO STEP 777 (remove_files) COMPLETE
76962026-07-02T20:44:21.979Z[ recovery-image] Jul 02 20:44:21.302 INFO O| Jul 02 20:44:21.302 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-07-02T20:44:21.986Z[ recovery-image] Jul 02 20:44:21.311 INFO O| Jul 02 20:44:21.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76982026-07-02T20:44:21.989Z[ recovery-image] Jul 02 20:44:21.311 INFO O| Jul 02 20:44:21.311 INFO STEP 778 (remove_files) COMPLETE
76992026-07-02T20:44:21.989Z[ recovery-image] Jul 02 20:44:21.311 INFO O| Jul 02 20:44:21.311 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-07-02T20:44:21.995Z[ recovery-image] Jul 02 20:44:21.320 INFO O| Jul 02 20:44:21.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
77012026-07-02T20:44:21.999Z[ recovery-image] Jul 02 20:44:21.320 INFO O| Jul 02 20:44:21.320 INFO STEP 779 (remove_files) COMPLETE
77022026-07-02T20:44:21.999Z[ recovery-image] Jul 02 20:44:21.320 INFO O| Jul 02 20:44:21.320 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-07-02T20:44:22.005Z[ recovery-image] Jul 02 20:44:21.330 INFO O| Jul 02 20:44:21.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
77042026-07-02T20:44:22.008Z[ recovery-image] Jul 02 20:44:21.330 INFO O| Jul 02 20:44:21.330 INFO STEP 780 (remove_files) COMPLETE
77052026-07-02T20:44:22.008Z[ recovery-image] Jul 02 20:44:21.330 INFO O| Jul 02 20:44:21.330 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-07-02T20:44:22.014Z[ recovery-image] Jul 02 20:44:21.339 INFO O| Jul 02 20:44:21.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77072026-07-02T20:44:22.014Z[ recovery-image] Jul 02 20:44:21.339 INFO O| Jul 02 20:44:21.339 INFO STEP 781 (remove_files) COMPLETE
77082026-07-02T20:44:22.017Z[ recovery-image] Jul 02 20:44:21.339 INFO O| Jul 02 20:44:21.339 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-07-02T20:44:22.023Z[ recovery-image] Jul 02 20:44:21.348 INFO O| Jul 02 20:44:21.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77102026-07-02T20:44:22.023Z[ recovery-image] Jul 02 20:44:21.348 INFO O| Jul 02 20:44:21.348 INFO STEP 782 (remove_files) COMPLETE
77112026-07-02T20:44:22.023Z[ recovery-image] Jul 02 20:44:21.348 INFO O| Jul 02 20:44:21.348 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-07-02T20:44:22.032Z[ recovery-image] Jul 02 20:44:21.357 INFO O| Jul 02 20:44:21.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77132026-07-02T20:44:22.032Z[ recovery-image] Jul 02 20:44:21.357 INFO O| Jul 02 20:44:21.357 INFO STEP 783 (remove_files) COMPLETE
77142026-07-02T20:44:22.032Z[ recovery-image] Jul 02 20:44:21.357 INFO O| Jul 02 20:44:21.357 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-07-02T20:44:22.040Z[ recovery-image] Jul 02 20:44:21.365 INFO O| Jul 02 20:44:21.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77162026-07-02T20:44:22.043Z[ recovery-image] Jul 02 20:44:21.365 INFO O| Jul 02 20:44:21.365 INFO STEP 784 (remove_files) COMPLETE
77172026-07-02T20:44:22.043Z[ recovery-image] Jul 02 20:44:21.365 INFO O| Jul 02 20:44:21.365 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-07-02T20:44:22.049Z[ recovery-image] Jul 02 20:44:21.374 INFO O| Jul 02 20:44:21.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77192026-07-02T20:44:22.052Z[ recovery-image] Jul 02 20:44:21.374 INFO O| Jul 02 20:44:21.374 INFO STEP 785 (remove_files) COMPLETE
77202026-07-02T20:44:22.052Z[ recovery-image] Jul 02 20:44:21.374 INFO O| Jul 02 20:44:21.374 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-07-02T20:44:22.060Z[ recovery-image] Jul 02 20:44:21.385 INFO O| Jul 02 20:44:21.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77222026-07-02T20:44:22.060Z[ recovery-image] Jul 02 20:44:21.385 INFO O| Jul 02 20:44:21.385 INFO STEP 786 (remove_files) COMPLETE
77232026-07-02T20:44:22.062Z[ recovery-image] Jul 02 20:44:21.385 INFO O| Jul 02 20:44:21.385 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-07-02T20:44:22.069Z[ recovery-image] Jul 02 20:44:21.394 INFO O| Jul 02 20:44:21.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77252026-07-02T20:44:22.070Z[ recovery-image] Jul 02 20:44:21.394 INFO O| Jul 02 20:44:21.394 INFO STEP 787 (remove_files) COMPLETE
77262026-07-02T20:44:22.070Z[ recovery-image] Jul 02 20:44:21.394 INFO O| Jul 02 20:44:21.394 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-07-02T20:44:22.079Z[ recovery-image] Jul 02 20:44:21.404 INFO O| Jul 02 20:44:21.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77282026-07-02T20:44:22.082Z[ recovery-image] Jul 02 20:44:21.404 INFO O| Jul 02 20:44:21.404 INFO STEP 788 (remove_files) COMPLETE
77292026-07-02T20:44:22.083Z[ recovery-image] Jul 02 20:44:21.404 INFO O| Jul 02 20:44:21.404 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-07-02T20:44:22.089Z[ recovery-image] Jul 02 20:44:21.414 INFO O| Jul 02 20:44:21.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77312026-07-02T20:44:22.092Z[ recovery-image] Jul 02 20:44:21.414 INFO O| Jul 02 20:44:21.414 INFO STEP 789 (remove_files) COMPLETE
77322026-07-02T20:44:22.092Z[ recovery-image] Jul 02 20:44:21.414 INFO O| Jul 02 20:44:21.414 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-07-02T20:44:22.098Z[ recovery-image] Jul 02 20:44:21.423 INFO O| Jul 02 20:44:21.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77342026-07-02T20:44:22.098Z[ recovery-image] Jul 02 20:44:21.423 INFO O| Jul 02 20:44:21.423 INFO STEP 790 (remove_files) COMPLETE
77352026-07-02T20:44:22.101Z[ recovery-image] Jul 02 20:44:21.423 INFO O| Jul 02 20:44:21.423 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-07-02T20:44:22.109Z[ recovery-image] Jul 02 20:44:21.434 INFO O| Jul 02 20:44:21.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77372026-07-02T20:44:22.109Z[ recovery-image] Jul 02 20:44:21.434 INFO O| Jul 02 20:44:21.434 INFO STEP 791 (remove_files) COMPLETE
77382026-07-02T20:44:22.109Z[ recovery-image] Jul 02 20:44:21.434 INFO O| Jul 02 20:44:21.434 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-07-02T20:44:22.119Z[ recovery-image] Jul 02 20:44:21.444 INFO O| Jul 02 20:44:21.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77402026-07-02T20:44:22.119Z[ recovery-image] Jul 02 20:44:21.444 INFO O| Jul 02 20:44:21.444 INFO STEP 792 (remove_files) COMPLETE
77412026-07-02T20:44:22.122Z[ recovery-image] Jul 02 20:44:21.444 INFO O| Jul 02 20:44:21.444 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-07-02T20:44:22.128Z[ recovery-image] Jul 02 20:44:21.453 INFO O| Jul 02 20:44:21.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77432026-07-02T20:44:22.128Z[ recovery-image] Jul 02 20:44:21.454 INFO O| Jul 02 20:44:21.453 INFO STEP 793 (remove_files) COMPLETE
77442026-07-02T20:44:22.128Z[ recovery-image] Jul 02 20:44:21.454 INFO O| Jul 02 20:44:21.454 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-07-02T20:44:22.137Z[ recovery-image] Jul 02 20:44:21.462 INFO O| Jul 02 20:44:21.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77462026-07-02T20:44:22.138Z[ recovery-image] Jul 02 20:44:21.462 INFO O| Jul 02 20:44:21.462 INFO STEP 794 (remove_files) COMPLETE
77472026-07-02T20:44:22.140Z[ recovery-image] Jul 02 20:44:21.462 INFO O| Jul 02 20:44:21.462 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-07-02T20:44:22.146Z[ recovery-image] Jul 02 20:44:21.471 INFO O| Jul 02 20:44:21.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77492026-07-02T20:44:22.146Z[ recovery-image] Jul 02 20:44:21.471 INFO O| Jul 02 20:44:21.471 INFO STEP 795 (remove_files) COMPLETE
77502026-07-02T20:44:22.149Z[ recovery-image] Jul 02 20:44:21.471 INFO O| Jul 02 20:44:21.471 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-07-02T20:44:22.156Z[ recovery-image] Jul 02 20:44:21.481 INFO O| Jul 02 20:44:21.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77522026-07-02T20:44:22.156Z[ recovery-image] Jul 02 20:44:21.481 INFO O| Jul 02 20:44:21.481 INFO STEP 796 (remove_files) COMPLETE
77532026-07-02T20:44:22.159Z[ recovery-image] Jul 02 20:44:21.481 INFO O| Jul 02 20:44:21.481 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-07-02T20:44:22.166Z[ recovery-image] Jul 02 20:44:21.491 INFO O| Jul 02 20:44:21.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77552026-07-02T20:44:22.170Z[ recovery-image] Jul 02 20:44:21.491 INFO O| Jul 02 20:44:21.491 INFO STEP 797 (remove_files) COMPLETE
77562026-07-02T20:44:22.170Z[ recovery-image] Jul 02 20:44:21.491 INFO O| Jul 02 20:44:21.491 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-07-02T20:44:22.175Z[ recovery-image] Jul 02 20:44:21.500 INFO O| Jul 02 20:44:21.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77582026-07-02T20:44:22.178Z[ recovery-image] Jul 02 20:44:21.500 INFO O| Jul 02 20:44:21.500 INFO STEP 798 (remove_files) COMPLETE
77592026-07-02T20:44:22.178Z[ recovery-image] Jul 02 20:44:21.500 INFO O| Jul 02 20:44:21.500 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-07-02T20:44:22.185Z[ recovery-image] Jul 02 20:44:21.510 INFO O| Jul 02 20:44:21.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77612026-07-02T20:44:22.187Z[ recovery-image] Jul 02 20:44:21.510 INFO O| Jul 02 20:44:21.510 INFO STEP 799 (remove_files) COMPLETE
77622026-07-02T20:44:22.187Z[ recovery-image] Jul 02 20:44:21.510 INFO O| Jul 02 20:44:21.510 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-07-02T20:44:22.194Z[ recovery-image] Jul 02 20:44:21.520 INFO O| Jul 02 20:44:21.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77642026-07-02T20:44:22.197Z[ recovery-image] Jul 02 20:44:21.520 INFO O| Jul 02 20:44:21.520 INFO STEP 800 (remove_files) COMPLETE
77652026-07-02T20:44:22.197Z[ recovery-image] Jul 02 20:44:21.520 INFO O| Jul 02 20:44:21.520 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-07-02T20:44:22.203Z[ recovery-image] Jul 02 20:44:21.529 INFO O| Jul 02 20:44:21.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77672026-07-02T20:44:22.206Z[ recovery-image] Jul 02 20:44:21.529 INFO O| Jul 02 20:44:21.529 INFO STEP 801 (remove_files) COMPLETE
77682026-07-02T20:44:22.206Z[ recovery-image] Jul 02 20:44:21.529 INFO O| Jul 02 20:44:21.529 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-07-02T20:44:22.212Z[ recovery-image] Jul 02 20:44:21.537 INFO O| Jul 02 20:44:21.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77702026-07-02T20:44:22.212Z[ recovery-image] Jul 02 20:44:21.537 INFO O| Jul 02 20:44:21.537 INFO STEP 802 (remove_files) COMPLETE
77712026-07-02T20:44:22.215Z[ recovery-image] Jul 02 20:44:21.537 INFO O| Jul 02 20:44:21.537 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-07-02T20:44:22.221Z[ recovery-image] Jul 02 20:44:21.546 INFO O| Jul 02 20:44:21.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77732026-07-02T20:44:22.221Z[ recovery-image] Jul 02 20:44:21.547 INFO O| Jul 02 20:44:21.546 INFO STEP 803 (remove_files) COMPLETE
77742026-07-02T20:44:22.224Z[ recovery-image] Jul 02 20:44:21.547 INFO O| Jul 02 20:44:21.547 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-07-02T20:44:22.231Z[ recovery-image] Jul 02 20:44:21.556 INFO O| Jul 02 20:44:21.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77762026-07-02T20:44:22.231Z[ recovery-image] Jul 02 20:44:21.556 INFO O| Jul 02 20:44:21.556 INFO STEP 804 (remove_files) COMPLETE
77772026-07-02T20:44:22.234Z[ recovery-image] Jul 02 20:44:21.556 INFO O| Jul 02 20:44:21.556 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-07-02T20:44:22.237Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
77792026-07-02T20:44:22.242Z[ recovery-image] Jul 02 20:44:21.566 INFO O| Jul 02 20:44:21.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77802026-07-02T20:44:22.245Z[ recovery-image] Jul 02 20:44:21.566 INFO O| Jul 02 20:44:21.566 INFO STEP 805 (remove_files) COMPLETE
77812026-07-02T20:44:22.246Z[ recovery-image] Jul 02 20:44:21.566 INFO O| Jul 02 20:44:21.566 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77822026-07-02T20:44:22.251Z[ recovery-image] Jul 02 20:44:21.577 INFO O| Jul 02 20:44:21.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77832026-07-02T20:44:22.252Z[ recovery-image] Jul 02 20:44:21.577 INFO O| Jul 02 20:44:21.577 INFO STEP 806 (remove_files) COMPLETE
77842026-07-02T20:44:22.254Z[ recovery-image] Jul 02 20:44:21.577 INFO O| Jul 02 20:44:21.577 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77852026-07-02T20:44:22.261Z[ recovery-image] Jul 02 20:44:21.586 INFO O| Jul 02 20:44:21.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77862026-07-02T20:44:22.264Z[ recovery-image] Jul 02 20:44:21.586 INFO O| Jul 02 20:44:21.586 INFO STEP 807 (remove_files) COMPLETE
77872026-07-02T20:44:22.264Z[ recovery-image] Jul 02 20:44:21.586 INFO O| Jul 02 20:44:21.586 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77882026-07-02T20:44:22.270Z[ recovery-image] Jul 02 20:44:21.596 INFO O| Jul 02 20:44:21.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77892026-07-02T20:44:22.270Z[ recovery-image] Jul 02 20:44:21.596 INFO O| Jul 02 20:44:21.596 INFO STEP 808 (remove_files) COMPLETE
77902026-07-02T20:44:22.274Z[ recovery-image] Jul 02 20:44:21.596 INFO O| Jul 02 20:44:21.596 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77912026-07-02T20:44:22.281Z[ recovery-image] Jul 02 20:44:21.606 INFO O| Jul 02 20:44:21.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77922026-07-02T20:44:22.285Z[ recovery-image] Jul 02 20:44:21.606 INFO O| Jul 02 20:44:21.606 INFO STEP 809 (remove_files) COMPLETE
77932026-07-02T20:44:22.285Z[ recovery-image] Jul 02 20:44:21.606 INFO O| Jul 02 20:44:21.606 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77942026-07-02T20:44:22.290Z[ recovery-image] Jul 02 20:44:21.615 INFO O| Jul 02 20:44:21.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77952026-07-02T20:44:22.290Z[ recovery-image] Jul 02 20:44:21.615 INFO O| Jul 02 20:44:21.615 INFO STEP 810 (remove_files) COMPLETE
77962026-07-02T20:44:22.293Z[ recovery-image] Jul 02 20:44:21.615 INFO O| Jul 02 20:44:21.615 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77972026-07-02T20:44:22.300Z[ recovery-image] Jul 02 20:44:21.625 INFO O| Jul 02 20:44:21.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77982026-07-02T20:44:22.303Z[ recovery-image] Jul 02 20:44:21.625 INFO O| Jul 02 20:44:21.625 INFO STEP 811 (remove_files) COMPLETE
77992026-07-02T20:44:22.303Z[ recovery-image] Jul 02 20:44:21.625 INFO O| Jul 02 20:44:21.625 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78002026-07-02T20:44:22.309Z[ recovery-image] Jul 02 20:44:21.634 INFO O| Jul 02 20:44:21.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
78012026-07-02T20:44:22.309Z[ recovery-image] Jul 02 20:44:21.634 INFO O| Jul 02 20:44:21.634 INFO STEP 812 (remove_files) COMPLETE
78022026-07-02T20:44:22.312Z[ recovery-image] Jul 02 20:44:21.634 INFO O| Jul 02 20:44:21.634 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78032026-07-02T20:44:22.316Z[ recovery-image] Jul 02 20:44:21.642 INFO O| Jul 02 20:44:21.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
78042026-07-02T20:44:22.320Z[ recovery-image] Jul 02 20:44:21.642 INFO O| Jul 02 20:44:21.642 INFO STEP 813 (remove_files) COMPLETE
78052026-07-02T20:44:22.320Z[ recovery-image] Jul 02 20:44:21.642 INFO O| Jul 02 20:44:21.642 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78062026-07-02T20:44:22.325Z[ recovery-image] Jul 02 20:44:21.650 INFO O| Jul 02 20:44:21.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78072026-07-02T20:44:22.325Z[ recovery-image] Jul 02 20:44:21.650 INFO O| Jul 02 20:44:21.650 INFO STEP 814 (remove_files) COMPLETE
78082026-07-02T20:44:22.328Z[ recovery-image] Jul 02 20:44:21.650 INFO O| Jul 02 20:44:21.650 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78092026-07-02T20:44:22.336Z[ recovery-image] Jul 02 20:44:21.661 INFO O| Jul 02 20:44:21.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78102026-07-02T20:44:22.336Z[ recovery-image] Jul 02 20:44:21.661 INFO O| Jul 02 20:44:21.661 INFO STEP 815 (remove_files) COMPLETE
78112026-07-02T20:44:22.336Z[ recovery-image] Jul 02 20:44:21.661 INFO O| Jul 02 20:44:21.661 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78122026-07-02T20:44:22.346Z[ recovery-image] Jul 02 20:44:21.671 INFO O| Jul 02 20:44:21.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78132026-07-02T20:44:22.346Z[ recovery-image] Jul 02 20:44:21.671 INFO O| Jul 02 20:44:21.671 INFO STEP 816 (remove_files) COMPLETE
78142026-07-02T20:44:22.346Z[ recovery-image] Jul 02 20:44:21.671 INFO O| Jul 02 20:44:21.671 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78152026-07-02T20:44:22.357Z[ recovery-image] Jul 02 20:44:21.682 INFO O| Jul 02 20:44:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78162026-07-02T20:44:22.357Z[ recovery-image] Jul 02 20:44:21.682 INFO O| Jul 02 20:44:21.682 INFO STEP 817 (remove_files) COMPLETE
78172026-07-02T20:44:22.360Z[ recovery-image] Jul 02 20:44:21.682 INFO O| Jul 02 20:44:21.682 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78182026-07-02T20:44:22.366Z[ recovery-image] Jul 02 20:44:21.691 INFO O| Jul 02 20:44:21.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78192026-07-02T20:44:22.366Z[ recovery-image] Jul 02 20:44:21.691 INFO O| Jul 02 20:44:21.691 INFO STEP 818 (remove_files) COMPLETE
78202026-07-02T20:44:22.366Z[ recovery-image] Jul 02 20:44:21.691 INFO O| Jul 02 20:44:21.691 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78212026-07-02T20:44:22.377Z[ recovery-image] Jul 02 20:44:21.702 INFO O| Jul 02 20:44:21.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78222026-07-02T20:44:22.377Z[ recovery-image] Jul 02 20:44:21.702 INFO O| Jul 02 20:44:21.702 INFO STEP 819 (remove_files) COMPLETE
78232026-07-02T20:44:22.377Z[ recovery-image] Jul 02 20:44:21.702 INFO O| Jul 02 20:44:21.702 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78242026-07-02T20:44:22.387Z[ recovery-image] Jul 02 20:44:21.712 INFO O| Jul 02 20:44:21.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78252026-07-02T20:44:22.387Z[ recovery-image] Jul 02 20:44:21.712 INFO O| Jul 02 20:44:21.712 INFO STEP 820 (remove_files) COMPLETE
78262026-07-02T20:44:22.387Z[ recovery-image] Jul 02 20:44:21.712 INFO O| Jul 02 20:44:21.712 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78272026-07-02T20:44:22.396Z[ recovery-image] Jul 02 20:44:21.721 INFO O| Jul 02 20:44:21.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78282026-07-02T20:44:22.396Z[ recovery-image] Jul 02 20:44:21.721 INFO O| Jul 02 20:44:21.721 INFO STEP 821 (remove_files) COMPLETE
78292026-07-02T20:44:22.399Z[ recovery-image] Jul 02 20:44:21.721 INFO O| Jul 02 20:44:21.721 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78302026-07-02T20:44:22.404Z[ recovery-image] Jul 02 20:44:21.729 INFO O| Jul 02 20:44:21.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78312026-07-02T20:44:22.404Z[ recovery-image] Jul 02 20:44:21.729 INFO O| Jul 02 20:44:21.729 INFO STEP 822 (remove_files) COMPLETE
78322026-07-02T20:44:22.404Z[ recovery-image] Jul 02 20:44:21.729 INFO O| Jul 02 20:44:21.729 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78332026-07-02T20:44:22.416Z[ recovery-image] Jul 02 20:44:21.741 INFO O| Jul 02 20:44:21.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78342026-07-02T20:44:22.416Z[ recovery-image] Jul 02 20:44:21.741 INFO O| Jul 02 20:44:21.741 INFO STEP 823 (remove_files) COMPLETE
78352026-07-02T20:44:22.416Z[ recovery-image] Jul 02 20:44:21.741 INFO O| Jul 02 20:44:21.741 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78362026-07-02T20:44:22.426Z[ recovery-image] Jul 02 20:44:21.751 INFO O| Jul 02 20:44:21.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78372026-07-02T20:44:22.426Z[ recovery-image] Jul 02 20:44:21.751 INFO O| Jul 02 20:44:21.751 INFO STEP 824 (remove_files) COMPLETE
78382026-07-02T20:44:22.426Z[ recovery-image] Jul 02 20:44:21.751 INFO O| Jul 02 20:44:21.751 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78392026-07-02T20:44:22.438Z[ recovery-image] Jul 02 20:44:21.763 INFO O| Jul 02 20:44:21.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78402026-07-02T20:44:22.441Z[ recovery-image] Jul 02 20:44:21.763 INFO O| Jul 02 20:44:21.763 INFO STEP 825 (remove_files) COMPLETE
78412026-07-02T20:44:22.441Z[ recovery-image] Jul 02 20:44:21.763 INFO O| Jul 02 20:44:21.763 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78422026-07-02T20:44:22.449Z[ recovery-image] Jul 02 20:44:21.774 INFO O| Jul 02 20:44:21.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78432026-07-02T20:44:22.449Z[ recovery-image] Jul 02 20:44:21.774 INFO O| Jul 02 20:44:21.774 INFO STEP 826 (remove_files) COMPLETE
78442026-07-02T20:44:22.449Z[ recovery-image] Jul 02 20:44:21.774 INFO O| Jul 02 20:44:21.774 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78452026-07-02T20:44:22.459Z[ recovery-image] Jul 02 20:44:21.784 INFO O| Jul 02 20:44:21.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78462026-07-02T20:44:22.459Z[ recovery-image] Jul 02 20:44:21.784 INFO O| Jul 02 20:44:21.784 INFO STEP 827 (remove_files) COMPLETE
78472026-07-02T20:44:22.459Z[ recovery-image] Jul 02 20:44:21.784 INFO O| Jul 02 20:44:21.784 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78482026-07-02T20:44:22.469Z[ recovery-image] Jul 02 20:44:21.794 INFO O| Jul 02 20:44:21.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78492026-07-02T20:44:22.469Z[ recovery-image] Jul 02 20:44:21.794 INFO O| Jul 02 20:44:21.794 INFO STEP 828 (remove_files) COMPLETE
78502026-07-02T20:44:22.472Z[ recovery-image] Jul 02 20:44:21.794 INFO O| Jul 02 20:44:21.794 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78512026-07-02T20:44:22.478Z[ recovery-image] Jul 02 20:44:21.803 INFO O| Jul 02 20:44:21.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78522026-07-02T20:44:22.478Z[ recovery-image] Jul 02 20:44:21.803 INFO O| Jul 02 20:44:21.803 INFO STEP 829 (remove_files) COMPLETE
78532026-07-02T20:44:22.481Z[ recovery-image] Jul 02 20:44:21.803 INFO O| Jul 02 20:44:21.803 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78542026-07-02T20:44:22.489Z[ recovery-image] Jul 02 20:44:21.814 INFO O| Jul 02 20:44:21.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78552026-07-02T20:44:22.489Z[ recovery-image] Jul 02 20:44:21.814 INFO O| Jul 02 20:44:21.814 INFO STEP 830 (remove_files) COMPLETE
78562026-07-02T20:44:22.492Z[ recovery-image] Jul 02 20:44:21.814 INFO O| Jul 02 20:44:21.814 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78572026-07-02T20:44:22.499Z[ recovery-image] Jul 02 20:44:21.824 INFO O| Jul 02 20:44:21.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78582026-07-02T20:44:22.502Z[ recovery-image] Jul 02 20:44:21.824 INFO O| Jul 02 20:44:21.824 INFO STEP 831 (remove_files) COMPLETE
78592026-07-02T20:44:22.502Z[ recovery-image] Jul 02 20:44:21.824 INFO O| Jul 02 20:44:21.824 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78602026-07-02T20:44:22.510Z[ recovery-image] Jul 02 20:44:21.835 INFO O| Jul 02 20:44:21.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78612026-07-02T20:44:22.510Z[ recovery-image] Jul 02 20:44:21.835 INFO O| Jul 02 20:44:21.835 INFO STEP 832 (remove_files) COMPLETE
78622026-07-02T20:44:22.510Z[ recovery-image] Jul 02 20:44:21.835 INFO O| Jul 02 20:44:21.835 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78632026-07-02T20:44:22.520Z[ recovery-image] Jul 02 20:44:21.845 INFO O| Jul 02 20:44:21.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78642026-07-02T20:44:22.520Z[ recovery-image] Jul 02 20:44:21.845 INFO O| Jul 02 20:44:21.845 INFO STEP 833 (remove_files) COMPLETE
78652026-07-02T20:44:22.523Z[ recovery-image] Jul 02 20:44:21.845 INFO O| Jul 02 20:44:21.845 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78662026-07-02T20:44:22.531Z[ recovery-image] Jul 02 20:44:21.855 INFO O| Jul 02 20:44:21.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78672026-07-02T20:44:22.531Z[ recovery-image] Jul 02 20:44:21.855 INFO O| Jul 02 20:44:21.855 INFO STEP 834 (remove_files) COMPLETE
78682026-07-02T20:44:22.533Z[ recovery-image] Jul 02 20:44:21.856 INFO O| Jul 02 20:44:21.855 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78692026-07-02T20:44:22.541Z[ recovery-image] Jul 02 20:44:21.865 INFO O| Jul 02 20:44:21.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78702026-07-02T20:44:22.541Z[ recovery-image] Jul 02 20:44:21.866 INFO O| Jul 02 20:44:21.865 INFO STEP 835 (remove_files) COMPLETE
78712026-07-02T20:44:22.544Z[ recovery-image] Jul 02 20:44:21.866 INFO O| Jul 02 20:44:21.866 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78722026-07-02T20:44:22.551Z[ recovery-image] Jul 02 20:44:21.876 INFO O| Jul 02 20:44:21.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78732026-07-02T20:44:22.551Z[ recovery-image] Jul 02 20:44:21.876 INFO O| Jul 02 20:44:21.876 INFO STEP 836 (remove_files) COMPLETE
78742026-07-02T20:44:22.555Z[ recovery-image] Jul 02 20:44:21.876 INFO O| Jul 02 20:44:21.876 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78752026-07-02T20:44:22.560Z[ recovery-image] Jul 02 20:44:21.885 INFO O| Jul 02 20:44:21.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78762026-07-02T20:44:22.560Z[ recovery-image] Jul 02 20:44:21.885 INFO O| Jul 02 20:44:21.885 INFO STEP 837 (remove_files) COMPLETE
78772026-07-02T20:44:22.563Z[ recovery-image] Jul 02 20:44:21.885 INFO O| Jul 02 20:44:21.885 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78782026-07-02T20:44:22.571Z[ recovery-image] Jul 02 20:44:21.897 INFO O| Jul 02 20:44:21.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78792026-07-02T20:44:22.571Z[ recovery-image] Jul 02 20:44:21.897 INFO O| Jul 02 20:44:21.897 INFO STEP 838 (remove_files) COMPLETE
78802026-07-02T20:44:22.572Z[ recovery-image] Jul 02 20:44:21.897 INFO O| Jul 02 20:44:21.897 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78812026-07-02T20:44:22.583Z[ recovery-image] Jul 02 20:44:21.907 INFO O| Jul 02 20:44:21.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78822026-07-02T20:44:22.583Z[ recovery-image] Jul 02 20:44:21.907 INFO O| Jul 02 20:44:21.907 INFO STEP 839 (remove_files) COMPLETE
78832026-07-02T20:44:22.583Z[ recovery-image] Jul 02 20:44:21.907 INFO O| Jul 02 20:44:21.907 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78842026-07-02T20:44:22.592Z[ recovery-image] Jul 02 20:44:21.916 INFO O| Jul 02 20:44:21.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78852026-07-02T20:44:22.592Z[ recovery-image] Jul 02 20:44:21.916 INFO O| Jul 02 20:44:21.916 INFO STEP 840 (remove_files) COMPLETE
78862026-07-02T20:44:22.592Z[ recovery-image] Jul 02 20:44:21.916 INFO O| Jul 02 20:44:21.916 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78872026-07-02T20:44:22.602Z[ recovery-image] Jul 02 20:44:21.927 INFO O| Jul 02 20:44:21.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78882026-07-02T20:44:22.602Z[ recovery-image] Jul 02 20:44:21.927 INFO O| Jul 02 20:44:21.927 INFO STEP 841 (remove_files) COMPLETE
78892026-07-02T20:44:22.605Z[ recovery-image] Jul 02 20:44:21.927 INFO O| Jul 02 20:44:21.927 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78902026-07-02T20:44:22.612Z[ recovery-image] Jul 02 20:44:21.937 INFO O| Jul 02 20:44:21.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78912026-07-02T20:44:22.612Z[ recovery-image] Jul 02 20:44:21.937 INFO O| Jul 02 20:44:21.937 INFO STEP 842 (remove_files) COMPLETE
78922026-07-02T20:44:22.614Z[ recovery-image] Jul 02 20:44:21.937 INFO O| Jul 02 20:44:21.937 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78932026-07-02T20:44:22.621Z[ recovery-image] Jul 02 20:44:21.946 INFO O| Jul 02 20:44:21.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78942026-07-02T20:44:22.621Z[ recovery-image] Jul 02 20:44:21.946 INFO O| Jul 02 20:44:21.946 INFO STEP 843 (remove_files) COMPLETE
78952026-07-02T20:44:22.621Z[ recovery-image] Jul 02 20:44:21.946 INFO O| Jul 02 20:44:21.946 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78962026-07-02T20:44:22.629Z[ recovery-image] Jul 02 20:44:21.954 INFO O| Jul 02 20:44:21.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78972026-07-02T20:44:22.629Z[ recovery-image] Jul 02 20:44:21.954 INFO O| Jul 02 20:44:21.954 INFO STEP 844 (remove_files) COMPLETE
78982026-07-02T20:44:22.629Z[ recovery-image] Jul 02 20:44:21.955 INFO O| Jul 02 20:44:21.954 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78992026-07-02T20:44:22.641Z[ recovery-image] Jul 02 20:44:21.965 INFO O| Jul 02 20:44:21.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
79002026-07-02T20:44:22.641Z[ recovery-image] Jul 02 20:44:21.965 INFO O| Jul 02 20:44:21.965 INFO STEP 845 (remove_files) COMPLETE
79012026-07-02T20:44:22.644Z[ recovery-image] Jul 02 20:44:21.965 INFO O| Jul 02 20:44:21.965 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79022026-07-02T20:44:22.650Z[ recovery-image] Jul 02 20:44:21.975 INFO O| Jul 02 20:44:21.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
79032026-07-02T20:44:22.650Z[ recovery-image] Jul 02 20:44:21.975 INFO O| Jul 02 20:44:21.975 INFO STEP 846 (remove_files) COMPLETE
79042026-07-02T20:44:22.650Z[ recovery-image] Jul 02 20:44:21.975 INFO O| Jul 02 20:44:21.975 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79052026-07-02T20:44:22.660Z[ recovery-image] Jul 02 20:44:21.985 INFO O| Jul 02 20:44:21.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
79062026-07-02T20:44:22.660Z[ recovery-image] Jul 02 20:44:21.985 INFO O| Jul 02 20:44:21.985 INFO STEP 847 (remove_files) COMPLETE
79072026-07-02T20:44:22.663Z[ recovery-image] Jul 02 20:44:21.985 INFO O| Jul 02 20:44:21.985 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79082026-07-02T20:44:22.672Z[ recovery-image] Jul 02 20:44:21.996 INFO O| Jul 02 20:44:21.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79092026-07-02T20:44:22.672Z[ recovery-image] Jul 02 20:44:21.996 INFO O| Jul 02 20:44:21.996 INFO STEP 848 (remove_files) COMPLETE
79102026-07-02T20:44:22.672Z[ recovery-image] Jul 02 20:44:21.996 INFO O| Jul 02 20:44:21.996 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79112026-07-02T20:44:22.682Z[ recovery-image] Jul 02 20:44:22.007 INFO O| Jul 02 20:44:22.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79122026-07-02T20:44:22.682Z[ recovery-image] Jul 02 20:44:22.007 INFO O| Jul 02 20:44:22.007 INFO STEP 849 (remove_files) COMPLETE
79132026-07-02T20:44:22.684Z[ recovery-image] Jul 02 20:44:22.007 INFO O| Jul 02 20:44:22.007 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79142026-07-02T20:44:22.691Z[ recovery-image] Jul 02 20:44:22.016 INFO O| Jul 02 20:44:22.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79152026-07-02T20:44:22.691Z[ recovery-image] Jul 02 20:44:22.016 INFO O| Jul 02 20:44:22.016 INFO STEP 850 (remove_files) COMPLETE
79162026-07-02T20:44:22.694Z[ recovery-image] Jul 02 20:44:22.016 INFO O| Jul 02 20:44:22.016 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79172026-07-02T20:44:22.702Z[ recovery-image] Jul 02 20:44:22.027 INFO O| Jul 02 20:44:22.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79182026-07-02T20:44:22.702Z[ recovery-image] Jul 02 20:44:22.027 INFO O| Jul 02 20:44:22.027 INFO STEP 851 (remove_files) COMPLETE
79192026-07-02T20:44:22.706Z[ recovery-image] Jul 02 20:44:22.027 INFO O| Jul 02 20:44:22.027 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79202026-07-02T20:44:22.710Z[ recovery-image] Jul 02 20:44:22.036 INFO O| Jul 02 20:44:22.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79212026-07-02T20:44:22.710Z[ recovery-image] Jul 02 20:44:22.036 INFO O| Jul 02 20:44:22.036 INFO STEP 852 (remove_files) COMPLETE
79222026-07-02T20:44:22.714Z[ recovery-image] Jul 02 20:44:22.036 INFO O| Jul 02 20:44:22.036 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79232026-07-02T20:44:22.718Z[ recovery-image] Jul 02 20:44:22.044 INFO O| Jul 02 20:44:22.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79242026-07-02T20:44:22.721Z[ recovery-image] Jul 02 20:44:22.044 INFO O| Jul 02 20:44:22.044 INFO STEP 853 (remove_files) COMPLETE
79252026-07-02T20:44:22.721Z[ recovery-image] Jul 02 20:44:22.044 INFO O| Jul 02 20:44:22.044 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79262026-07-02T20:44:22.726Z[ recovery-image] Jul 02 20:44:22.051 INFO O| Jul 02 20:44:22.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79272026-07-02T20:44:22.729Z[ recovery-image] Jul 02 20:44:22.051 INFO O| Jul 02 20:44:22.051 INFO STEP 854 (remove_files) COMPLETE
79282026-07-02T20:44:22.729Z[ recovery-image] Jul 02 20:44:22.051 INFO O| Jul 02 20:44:22.051 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79292026-07-02T20:44:22.734Z[ recovery-image] Jul 02 20:44:22.059 INFO O| Jul 02 20:44:22.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79302026-07-02T20:44:22.734Z[ recovery-image] Jul 02 20:44:22.059 INFO O| Jul 02 20:44:22.059 INFO STEP 855 (remove_files) COMPLETE
79312026-07-02T20:44:22.736Z[ recovery-image] Jul 02 20:44:22.059 INFO O| Jul 02 20:44:22.059 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79322026-07-02T20:44:22.745Z[ recovery-image] Jul 02 20:44:22.070 INFO O| Jul 02 20:44:22.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79332026-07-02T20:44:22.746Z[ recovery-image] Jul 02 20:44:22.070 INFO O| Jul 02 20:44:22.070 INFO STEP 856 (remove_files) COMPLETE
79342026-07-02T20:44:22.746Z[ recovery-image] Jul 02 20:44:22.070 INFO O| Jul 02 20:44:22.070 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79352026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.080 INFO O| Jul 02 20:44:22.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79362026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.080 INFO O| Jul 02 20:44:22.080 INFO STEP 857 (remove_files) COMPLETE
79372026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.080 INFO O| Jul 02 20:44:22.080 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79382026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.091 INFO O| Jul 02 20:44:22.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79392026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.091 INFO O| Jul 02 20:44:22.091 INFO STEP 858 (remove_files) COMPLETE
79402026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.091 INFO O| Jul 02 20:44:22.091 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79412026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.100 INFO O| Jul 02 20:44:22.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79422026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.100 INFO O| Jul 02 20:44:22.100 INFO STEP 859 (remove_files) COMPLETE
79432026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.100 INFO O| Jul 02 20:44:22.100 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79442026-07-02T20:44:22.788Z[ recovery-image] Jul 02 20:44:22.109 INFO O| Jul 02 20:44:22.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79452026-07-02T20:44:22.789Z[ recovery-image] Jul 02 20:44:22.109 INFO O| Jul 02 20:44:22.109 INFO STEP 860 (remove_files) COMPLETE
79462026-07-02T20:44:22.789Z[ recovery-image] Jul 02 20:44:22.109 INFO O| Jul 02 20:44:22.109 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79472026-07-02T20:44:22.793Z[ recovery-image] Jul 02 20:44:22.117 INFO O| Jul 02 20:44:22.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79482026-07-02T20:44:22.793Z[ recovery-image] Jul 02 20:44:22.117 INFO O| Jul 02 20:44:22.117 INFO STEP 861 (remove_files) COMPLETE
79492026-07-02T20:44:22.793Z[ recovery-image] Jul 02 20:44:22.117 INFO O| Jul 02 20:44:22.117 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79502026-07-02T20:44:22.802Z[ recovery-image] Jul 02 20:44:22.127 INFO O| Jul 02 20:44:22.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79512026-07-02T20:44:22.805Z[ recovery-image] Jul 02 20:44:22.127 INFO O| Jul 02 20:44:22.127 INFO STEP 862 (remove_files) COMPLETE
79522026-07-02T20:44:22.805Z[ recovery-image] Jul 02 20:44:22.127 INFO O| Jul 02 20:44:22.127 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79532026-07-02T20:44:22.813Z[ recovery-image] Jul 02 20:44:22.138 INFO O| Jul 02 20:44:22.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79542026-07-02T20:44:22.813Z[ recovery-image] Jul 02 20:44:22.138 INFO O| Jul 02 20:44:22.138 INFO STEP 863 (remove_files) COMPLETE
79552026-07-02T20:44:22.816Z[ recovery-image] Jul 02 20:44:22.138 INFO O| Jul 02 20:44:22.138 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79562026-07-02T20:44:22.822Z[ recovery-image] Jul 02 20:44:22.148 INFO O| Jul 02 20:44:22.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79572026-07-02T20:44:22.825Z[ recovery-image] Jul 02 20:44:22.148 INFO O| Jul 02 20:44:22.148 INFO STEP 864 (remove_files) COMPLETE
79582026-07-02T20:44:22.825Z[ recovery-image] Jul 02 20:44:22.148 INFO O| Jul 02 20:44:22.148 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79592026-07-02T20:44:22.830Z[ recovery-image] Jul 02 20:44:22.155 INFO O| Jul 02 20:44:22.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79602026-07-02T20:44:22.833Z[ recovery-image] Jul 02 20:44:22.155 INFO O| Jul 02 20:44:22.155 INFO STEP 865 (remove_files) COMPLETE
79612026-07-02T20:44:22.833Z[ recovery-image] Jul 02 20:44:22.155 INFO O| Jul 02 20:44:22.155 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79622026-07-02T20:44:22.841Z[ recovery-image] Jul 02 20:44:22.166 INFO O| Jul 02 20:44:22.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79632026-07-02T20:44:22.841Z[ recovery-image] Jul 02 20:44:22.166 INFO O| Jul 02 20:44:22.166 INFO STEP 866 (remove_files) COMPLETE
79642026-07-02T20:44:22.844Z[ recovery-image] Jul 02 20:44:22.166 INFO O| Jul 02 20:44:22.166 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79652026-07-02T20:44:22.849Z[ recovery-image] Jul 02 20:44:22.174 INFO O| Jul 02 20:44:22.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79662026-07-02T20:44:22.849Z[ recovery-image] Jul 02 20:44:22.174 INFO O| Jul 02 20:44:22.174 INFO STEP 867 (remove_files) COMPLETE
79672026-07-02T20:44:22.850Z[ recovery-image] Jul 02 20:44:22.174 INFO O| Jul 02 20:44:22.174 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79682026-07-02T20:44:22.860Z[ recovery-image] Jul 02 20:44:22.185 INFO O| Jul 02 20:44:22.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79692026-07-02T20:44:22.860Z[ recovery-image] Jul 02 20:44:22.185 INFO O| Jul 02 20:44:22.185 INFO STEP 868 (remove_files) COMPLETE
79702026-07-02T20:44:22.860Z[ recovery-image] Jul 02 20:44:22.185 INFO O| Jul 02 20:44:22.185 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79712026-07-02T20:44:22.869Z[ recovery-image] Jul 02 20:44:22.194 INFO O| Jul 02 20:44:22.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79722026-07-02T20:44:22.872Z[ recovery-image] Jul 02 20:44:22.194 INFO O| Jul 02 20:44:22.194 INFO STEP 869 (remove_files) COMPLETE
79732026-07-02T20:44:22.872Z[ recovery-image] Jul 02 20:44:22.194 INFO O| Jul 02 20:44:22.194 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79742026-07-02T20:44:22.879Z[ recovery-image] Jul 02 20:44:22.204 INFO O| Jul 02 20:44:22.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79752026-07-02T20:44:22.879Z[ recovery-image] Jul 02 20:44:22.204 INFO O| Jul 02 20:44:22.204 INFO STEP 870 (remove_files) COMPLETE
79762026-07-02T20:44:22.882Z[ recovery-image] Jul 02 20:44:22.204 INFO O| Jul 02 20:44:22.204 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79772026-07-02T20:44:22.889Z[ recovery-image] Jul 02 20:44:22.214 INFO O| Jul 02 20:44:22.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79782026-07-02T20:44:22.889Z[ recovery-image] Jul 02 20:44:22.214 INFO O| Jul 02 20:44:22.214 INFO STEP 871 (remove_files) COMPLETE
79792026-07-02T20:44:22.893Z[ recovery-image] Jul 02 20:44:22.214 INFO O| Jul 02 20:44:22.214 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79802026-07-02T20:44:22.901Z[ recovery-image] Jul 02 20:44:22.226 INFO O| Jul 02 20:44:22.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79812026-07-02T20:44:22.901Z[ recovery-image] Jul 02 20:44:22.226 INFO O| Jul 02 20:44:22.226 INFO STEP 872 (remove_files) COMPLETE
79822026-07-02T20:44:22.904Z[ recovery-image] Jul 02 20:44:22.226 INFO O| Jul 02 20:44:22.226 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79832026-07-02T20:44:22.912Z[ recovery-image] Jul 02 20:44:22.236 INFO O| Jul 02 20:44:22.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79842026-07-02T20:44:22.913Z[ recovery-image] Jul 02 20:44:22.236 INFO O| Jul 02 20:44:22.236 INFO STEP 873 (remove_files) COMPLETE
79852026-07-02T20:44:22.913Z[ recovery-image] Jul 02 20:44:22.236 INFO O| Jul 02 20:44:22.236 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79862026-07-02T20:44:22.924Z[ recovery-image] Jul 02 20:44:22.248 INFO O| Jul 02 20:44:22.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79872026-07-02T20:44:22.924Z[ recovery-image] Jul 02 20:44:22.249 INFO O| Jul 02 20:44:22.249 INFO STEP 874 (remove_files) COMPLETE
79882026-07-02T20:44:22.924Z[ recovery-image] Jul 02 20:44:22.249 INFO O| Jul 02 20:44:22.249 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79892026-07-02T20:44:22.934Z[ recovery-image] Jul 02 20:44:22.259 INFO O| Jul 02 20:44:22.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79902026-07-02T20:44:22.934Z[ recovery-image] Jul 02 20:44:22.259 INFO O| Jul 02 20:44:22.259 INFO STEP 875 (remove_files) COMPLETE
79912026-07-02T20:44:22.937Z[ recovery-image] Jul 02 20:44:22.259 INFO O| Jul 02 20:44:22.259 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79922026-07-02T20:44:22.943Z[ recovery-image] Jul 02 20:44:22.268 INFO O| Jul 02 20:44:22.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79932026-07-02T20:44:22.946Z[ recovery-image] Jul 02 20:44:22.268 INFO O| Jul 02 20:44:22.268 INFO STEP 876 (remove_files) COMPLETE
79942026-07-02T20:44:22.946Z[ recovery-image] Jul 02 20:44:22.268 INFO O| Jul 02 20:44:22.268 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79952026-07-02T20:44:22.952Z[ recovery-image] Jul 02 20:44:22.277 INFO O| Jul 02 20:44:22.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79962026-07-02T20:44:22.955Z[ recovery-image] Jul 02 20:44:22.278 INFO O| Jul 02 20:44:22.278 INFO STEP 877 (remove_files) COMPLETE
79972026-07-02T20:44:22.955Z[ recovery-image] Jul 02 20:44:22.278 INFO O| Jul 02 20:44:22.278 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79982026-07-02T20:44:22.962Z[ recovery-image] Jul 02 20:44:22.288 INFO O| Jul 02 20:44:22.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79992026-07-02T20:44:22.962Z[ recovery-image] Jul 02 20:44:22.288 INFO O| Jul 02 20:44:22.288 INFO STEP 878 (remove_files) COMPLETE
80002026-07-02T20:44:22.965Z[ recovery-image] Jul 02 20:44:22.288 INFO O| Jul 02 20:44:22.288 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80012026-07-02T20:44:22.973Z[ recovery-image] Jul 02 20:44:22.298 INFO O| Jul 02 20:44:22.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
80022026-07-02T20:44:22.973Z[ recovery-image] Jul 02 20:44:22.298 INFO O| Jul 02 20:44:22.298 INFO STEP 879 (remove_files) COMPLETE
80032026-07-02T20:44:22.978Z[ recovery-image] Jul 02 20:44:22.298 INFO O| Jul 02 20:44:22.298 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80042026-07-02T20:44:22.983Z[ recovery-image] Jul 02 20:44:22.308 INFO O| Jul 02 20:44:22.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
80052026-07-02T20:44:22.986Z[ recovery-image] Jul 02 20:44:22.308 INFO O| Jul 02 20:44:22.308 INFO STEP 880 (remove_files) COMPLETE
80062026-07-02T20:44:22.986Z[ recovery-image] Jul 02 20:44:22.308 INFO O| Jul 02 20:44:22.308 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80072026-07-02T20:44:22.992Z[ recovery-image] Jul 02 20:44:22.317 INFO O| Jul 02 20:44:22.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80082026-07-02T20:44:22.995Z[ recovery-image] Jul 02 20:44:22.317 INFO O| Jul 02 20:44:22.317 INFO STEP 881 (remove_files) COMPLETE
80092026-07-02T20:44:22.995Z[ recovery-image] Jul 02 20:44:22.317 INFO O| Jul 02 20:44:22.317 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80102026-07-02T20:44:23.000Z[ recovery-image] Jul 02 20:44:22.325 INFO O| Jul 02 20:44:22.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80112026-07-02T20:44:23.003Z[ recovery-image] Jul 02 20:44:22.325 INFO O| Jul 02 20:44:22.325 INFO STEP 882 (remove_files) COMPLETE
80122026-07-02T20:44:23.003Z[ recovery-image] Jul 02 20:44:22.325 INFO O| Jul 02 20:44:22.325 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80132026-07-02T20:44:23.009Z[ recovery-image] Jul 02 20:44:22.334 INFO O| Jul 02 20:44:22.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80142026-07-02T20:44:23.009Z[ recovery-image] Jul 02 20:44:22.334 INFO O| Jul 02 20:44:22.334 INFO STEP 883 (remove_files) COMPLETE
80152026-07-02T20:44:23.012Z[ recovery-image] Jul 02 20:44:22.334 INFO O| Jul 02 20:44:22.334 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80162026-07-02T20:44:23.018Z[ recovery-image] Jul 02 20:44:22.343 INFO O| Jul 02 20:44:22.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80172026-07-02T20:44:23.021Z[ recovery-image] Jul 02 20:44:22.343 INFO O| Jul 02 20:44:22.343 INFO STEP 884 (remove_files) COMPLETE
80182026-07-02T20:44:23.021Z[ recovery-image] Jul 02 20:44:22.343 INFO O| Jul 02 20:44:22.343 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80192026-07-02T20:44:23.028Z[ recovery-image] Jul 02 20:44:22.353 INFO O| Jul 02 20:44:22.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80202026-07-02T20:44:23.028Z[ recovery-image] Jul 02 20:44:22.353 INFO O| Jul 02 20:44:22.353 INFO STEP 885 (remove_files) COMPLETE
80212026-07-02T20:44:23.032Z[ recovery-image] Jul 02 20:44:22.353 INFO O| Jul 02 20:44:22.353 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80222026-07-02T20:44:23.039Z[ recovery-image] Jul 02 20:44:22.364 INFO O| Jul 02 20:44:22.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80232026-07-02T20:44:23.039Z[ recovery-image] Jul 02 20:44:22.364 INFO O| Jul 02 20:44:22.364 INFO STEP 886 (remove_files) COMPLETE
80242026-07-02T20:44:23.042Z[ recovery-image] Jul 02 20:44:22.364 INFO O| Jul 02 20:44:22.364 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80252026-07-02T20:44:23.049Z[ recovery-image] Jul 02 20:44:22.375 INFO O| Jul 02 20:44:22.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80262026-07-02T20:44:23.052Z[ recovery-image] Jul 02 20:44:22.375 INFO O| Jul 02 20:44:22.375 INFO STEP 887 (remove_files) COMPLETE
80272026-07-02T20:44:23.052Z[ recovery-image] Jul 02 20:44:22.375 INFO O| Jul 02 20:44:22.375 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80282026-07-02T20:44:23.059Z[ recovery-image] Jul 02 20:44:22.384 INFO O| Jul 02 20:44:22.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80292026-07-02T20:44:23.059Z[ recovery-image] Jul 02 20:44:22.384 INFO O| Jul 02 20:44:22.384 INFO STEP 888 (remove_files) COMPLETE
80302026-07-02T20:44:23.061Z[ recovery-image] Jul 02 20:44:22.384 INFO O| Jul 02 20:44:22.384 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80312026-07-02T20:44:23.069Z[ recovery-image] Jul 02 20:44:22.394 INFO O| Jul 02 20:44:22.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80322026-07-02T20:44:23.069Z[ recovery-image] Jul 02 20:44:22.394 INFO O| Jul 02 20:44:22.394 INFO STEP 889 (remove_files) COMPLETE
80332026-07-02T20:44:23.069Z[ recovery-image] Jul 02 20:44:22.394 INFO O| Jul 02 20:44:22.394 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80342026-07-02T20:44:23.080Z[ recovery-image] Jul 02 20:44:22.405 INFO O| Jul 02 20:44:22.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80352026-07-02T20:44:23.082Z[ recovery-image] Jul 02 20:44:22.406 INFO O| Jul 02 20:44:22.406 INFO STEP 890 (remove_files) COMPLETE
80362026-07-02T20:44:23.082Z[ recovery-image] Jul 02 20:44:22.406 INFO O| Jul 02 20:44:22.406 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80372026-07-02T20:44:23.091Z[ recovery-image] Jul 02 20:44:22.416 INFO O| Jul 02 20:44:22.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80382026-07-02T20:44:23.094Z[ recovery-image] Jul 02 20:44:22.417 INFO O| Jul 02 20:44:22.417 INFO STEP 891 (remove_files) COMPLETE
80392026-07-02T20:44:23.094Z[ recovery-image] Jul 02 20:44:22.417 INFO O| Jul 02 20:44:22.417 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80402026-07-02T20:44:23.101Z[ recovery-image] Jul 02 20:44:22.426 INFO O| Jul 02 20:44:22.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80412026-07-02T20:44:23.101Z[ recovery-image] Jul 02 20:44:22.426 INFO O| Jul 02 20:44:22.426 INFO STEP 892 (remove_files) COMPLETE
80422026-07-02T20:44:23.101Z[ recovery-image] Jul 02 20:44:22.426 INFO O| Jul 02 20:44:22.426 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80432026-07-02T20:44:23.110Z[ recovery-image] Jul 02 20:44:22.435 INFO O| Jul 02 20:44:22.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80442026-07-02T20:44:23.110Z[ recovery-image] Jul 02 20:44:22.435 INFO O| Jul 02 20:44:22.435 INFO STEP 893 (remove_files) COMPLETE
80452026-07-02T20:44:23.113Z[ recovery-image] Jul 02 20:44:22.435 INFO O| Jul 02 20:44:22.435 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80462026-07-02T20:44:23.121Z[ recovery-image] Jul 02 20:44:22.446 INFO O| Jul 02 20:44:22.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80472026-07-02T20:44:23.122Z[ recovery-image] Jul 02 20:44:22.446 INFO O| Jul 02 20:44:22.446 INFO STEP 894 (remove_files) COMPLETE
80482026-07-02T20:44:23.125Z[ recovery-image] Jul 02 20:44:22.446 INFO O| Jul 02 20:44:22.446 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80492026-07-02T20:44:23.130Z[ recovery-image] Jul 02 20:44:22.455 INFO O| Jul 02 20:44:22.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80502026-07-02T20:44:23.130Z[ recovery-image] Jul 02 20:44:22.455 INFO O| Jul 02 20:44:22.455 INFO STEP 895 (remove_files) COMPLETE
80512026-07-02T20:44:23.130Z[ recovery-image] Jul 02 20:44:22.455 INFO O| Jul 02 20:44:22.455 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80522026-07-02T20:44:23.140Z[ recovery-image] Jul 02 20:44:22.465 INFO O| Jul 02 20:44:22.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80532026-07-02T20:44:23.140Z[ recovery-image] Jul 02 20:44:22.465 INFO O| Jul 02 20:44:22.465 INFO STEP 896 (remove_files) COMPLETE
80542026-07-02T20:44:23.143Z[ recovery-image] Jul 02 20:44:22.465 INFO O| Jul 02 20:44:22.465 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80552026-07-02T20:44:23.148Z[ recovery-image] Jul 02 20:44:22.473 INFO O| Jul 02 20:44:22.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80562026-07-02T20:44:23.151Z[ recovery-image] Jul 02 20:44:22.473 INFO O| Jul 02 20:44:22.473 INFO STEP 897 (remove_files) COMPLETE
80572026-07-02T20:44:23.151Z[ recovery-image] Jul 02 20:44:22.473 INFO O| Jul 02 20:44:22.473 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80582026-07-02T20:44:23.158Z[ recovery-image] Jul 02 20:44:22.484 INFO O| Jul 02 20:44:22.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80592026-07-02T20:44:23.161Z[ recovery-image] Jul 02 20:44:22.484 INFO O| Jul 02 20:44:22.484 INFO STEP 898 (remove_files) COMPLETE
80602026-07-02T20:44:23.163Z[ recovery-image] Jul 02 20:44:22.484 INFO O| Jul 02 20:44:22.484 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80612026-07-02T20:44:23.168Z[ recovery-image] Jul 02 20:44:22.493 INFO O| Jul 02 20:44:22.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80622026-07-02T20:44:23.170Z[ recovery-image] Jul 02 20:44:22.493 INFO O| Jul 02 20:44:22.493 INFO STEP 899 (remove_files) COMPLETE
80632026-07-02T20:44:23.170Z[ recovery-image] Jul 02 20:44:22.493 INFO O| Jul 02 20:44:22.493 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80642026-07-02T20:44:23.177Z[ recovery-image] Jul 02 20:44:22.502 INFO O| Jul 02 20:44:22.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80652026-07-02T20:44:23.180Z[ recovery-image] Jul 02 20:44:22.502 INFO O| Jul 02 20:44:22.502 INFO STEP 900 (remove_files) COMPLETE
80662026-07-02T20:44:23.180Z[ recovery-image] Jul 02 20:44:22.502 INFO O| Jul 02 20:44:22.502 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80672026-07-02T20:44:23.185Z[ recovery-image] Jul 02 20:44:22.510 INFO O| Jul 02 20:44:22.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80682026-07-02T20:44:23.185Z[ recovery-image] Jul 02 20:44:22.510 INFO O| Jul 02 20:44:22.510 INFO STEP 901 (remove_files) COMPLETE
80692026-07-02T20:44:23.185Z[ recovery-image] Jul 02 20:44:22.510 INFO O| Jul 02 20:44:22.510 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80702026-07-02T20:44:23.194Z[ recovery-image] Jul 02 20:44:22.519 INFO O| Jul 02 20:44:22.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80712026-07-02T20:44:23.194Z[ recovery-image] Jul 02 20:44:22.519 INFO O| Jul 02 20:44:22.519 INFO STEP 902 (remove_files) COMPLETE
80722026-07-02T20:44:23.197Z[ recovery-image] Jul 02 20:44:22.519 INFO O| Jul 02 20:44:22.519 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80732026-07-02T20:44:23.203Z[ recovery-image] Jul 02 20:44:22.528 INFO O| Jul 02 20:44:22.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80742026-07-02T20:44:23.206Z[ recovery-image] Jul 02 20:44:22.528 INFO O| Jul 02 20:44:22.528 INFO STEP 903 (remove_files) COMPLETE
80752026-07-02T20:44:23.206Z[ recovery-image] Jul 02 20:44:22.528 INFO O| Jul 02 20:44:22.528 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80762026-07-02T20:44:23.214Z[ recovery-image] Jul 02 20:44:22.539 INFO O| Jul 02 20:44:22.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80772026-07-02T20:44:23.214Z[ recovery-image] Jul 02 20:44:22.539 INFO O| Jul 02 20:44:22.539 INFO STEP 904 (remove_files) COMPLETE
80782026-07-02T20:44:23.217Z[ recovery-image] Jul 02 20:44:22.539 INFO O| Jul 02 20:44:22.539 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80792026-07-02T20:44:23.222Z[ recovery-image] Jul 02 20:44:22.548 INFO O| Jul 02 20:44:22.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80802026-07-02T20:44:23.222Z[ recovery-image] Jul 02 20:44:22.548 INFO O| Jul 02 20:44:22.548 INFO STEP 905 (remove_files) COMPLETE
80812026-07-02T20:44:23.225Z[ recovery-image] Jul 02 20:44:22.548 INFO O| Jul 02 20:44:22.548 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80822026-07-02T20:44:23.231Z[ recovery-image] Jul 02 20:44:22.556 INFO O| Jul 02 20:44:22.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80832026-07-02T20:44:23.234Z[ recovery-image] Jul 02 20:44:22.556 INFO O| Jul 02 20:44:22.556 INFO STEP 906 (remove_files) COMPLETE
80842026-07-02T20:44:23.234Z[ recovery-image] Jul 02 20:44:22.556 INFO O| Jul 02 20:44:22.556 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80852026-07-02T20:44:23.241Z[ recovery-image] Jul 02 20:44:22.566 INFO O| Jul 02 20:44:22.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80862026-07-02T20:44:23.241Z[ recovery-image] Jul 02 20:44:22.566 INFO O| Jul 02 20:44:22.566 INFO STEP 907 (remove_files) COMPLETE
80872026-07-02T20:44:23.241Z[ recovery-image] Jul 02 20:44:22.566 INFO O| Jul 02 20:44:22.566 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80882026-07-02T20:44:23.251Z[ recovery-image] Jul 02 20:44:22.576 INFO O| Jul 02 20:44:22.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80892026-07-02T20:44:23.251Z[ recovery-image] Jul 02 20:44:22.577 INFO O| Jul 02 20:44:22.577 INFO STEP 908 (remove_files) COMPLETE
80902026-07-02T20:44:23.251Z[ recovery-image] Jul 02 20:44:22.577 INFO O| Jul 02 20:44:22.577 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80912026-07-02T20:44:23.261Z[ recovery-image] Jul 02 20:44:22.586 INFO O| Jul 02 20:44:22.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80922026-07-02T20:44:23.264Z[ recovery-image] Jul 02 20:44:22.586 INFO O| Jul 02 20:44:22.586 INFO STEP 909 (remove_files) COMPLETE
80932026-07-02T20:44:23.264Z[ recovery-image] Jul 02 20:44:22.586 INFO O| Jul 02 20:44:22.586 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80942026-07-02T20:44:23.272Z[ recovery-image] Jul 02 20:44:22.597 INFO O| Jul 02 20:44:22.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80952026-07-02T20:44:23.272Z[ recovery-image] Jul 02 20:44:22.597 INFO O| Jul 02 20:44:22.597 INFO STEP 910 (remove_files) COMPLETE
80962026-07-02T20:44:23.274Z[ recovery-image] Jul 02 20:44:22.597 INFO O| Jul 02 20:44:22.597 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80972026-07-02T20:44:23.281Z[ recovery-image] Jul 02 20:44:22.606 INFO O| Jul 02 20:44:22.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80982026-07-02T20:44:23.281Z[ recovery-image] Jul 02 20:44:22.606 INFO O| Jul 02 20:44:22.606 INFO STEP 911 (remove_files) COMPLETE
80992026-07-02T20:44:23.284Z[ recovery-image] Jul 02 20:44:22.606 INFO O| Jul 02 20:44:22.606 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81002026-07-02T20:44:23.289Z[ recovery-image] Jul 02 20:44:22.615 INFO O| Jul 02 20:44:22.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
81012026-07-02T20:44:23.289Z[ recovery-image] Jul 02 20:44:22.615 INFO O| Jul 02 20:44:22.615 INFO STEP 912 (remove_files) COMPLETE
81022026-07-02T20:44:23.292Z[ recovery-image] Jul 02 20:44:22.615 INFO O| Jul 02 20:44:22.615 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81032026-07-02T20:44:23.299Z[ recovery-image] Jul 02 20:44:22.624 INFO O| Jul 02 20:44:22.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
81042026-07-02T20:44:23.299Z[ recovery-image] Jul 02 20:44:22.624 INFO O| Jul 02 20:44:22.624 INFO STEP 913 (remove_files) COMPLETE
81052026-07-02T20:44:23.302Z[ recovery-image] Jul 02 20:44:22.624 INFO O| Jul 02 20:44:22.624 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81062026-07-02T20:44:23.309Z[ recovery-image] Jul 02 20:44:22.634 INFO O| Jul 02 20:44:22.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81072026-07-02T20:44:23.309Z[ recovery-image] Jul 02 20:44:22.634 INFO O| Jul 02 20:44:22.634 INFO STEP 914 (remove_files) COMPLETE
81082026-07-02T20:44:23.312Z[ recovery-image] Jul 02 20:44:22.634 INFO O| Jul 02 20:44:22.634 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81092026-07-02T20:44:23.318Z[ recovery-image] Jul 02 20:44:22.643 INFO O| Jul 02 20:44:22.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81102026-07-02T20:44:23.320Z[ recovery-image] Jul 02 20:44:22.643 INFO O| Jul 02 20:44:22.643 INFO STEP 915 (remove_files) COMPLETE
81112026-07-02T20:44:23.320Z[ recovery-image] Jul 02 20:44:22.643 INFO O| Jul 02 20:44:22.643 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81122026-07-02T20:44:23.326Z[ recovery-image] Jul 02 20:44:22.651 INFO O| Jul 02 20:44:22.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81132026-07-02T20:44:23.329Z[ recovery-image] Jul 02 20:44:22.651 INFO O| Jul 02 20:44:22.651 INFO STEP 916 (remove_files) COMPLETE
81142026-07-02T20:44:23.329Z[ recovery-image] Jul 02 20:44:22.651 INFO O| Jul 02 20:44:22.651 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81152026-07-02T20:44:23.336Z[ recovery-image] Jul 02 20:44:22.661 INFO O| Jul 02 20:44:22.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81162026-07-02T20:44:23.339Z[ recovery-image] Jul 02 20:44:22.661 INFO O| Jul 02 20:44:22.661 INFO STEP 917 (remove_files) COMPLETE
81172026-07-02T20:44:23.339Z[ recovery-image] Jul 02 20:44:22.661 INFO O| Jul 02 20:44:22.661 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81182026-07-02T20:44:23.344Z[ recovery-image] Jul 02 20:44:22.669 INFO O| Jul 02 20:44:22.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81192026-07-02T20:44:23.344Z[ recovery-image] Jul 02 20:44:22.669 INFO O| Jul 02 20:44:22.669 INFO STEP 918 (remove_files) COMPLETE
81202026-07-02T20:44:23.347Z[ recovery-image] Jul 02 20:44:22.669 INFO O| Jul 02 20:44:22.669 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81212026-07-02T20:44:23.352Z[ recovery-image] Jul 02 20:44:22.678 INFO O| Jul 02 20:44:22.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81222026-07-02T20:44:23.355Z[ recovery-image] Jul 02 20:44:22.678 INFO O| Jul 02 20:44:22.678 INFO STEP 919 (remove_files) COMPLETE
81232026-07-02T20:44:23.355Z[ recovery-image] Jul 02 20:44:22.678 INFO O| Jul 02 20:44:22.678 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81242026-07-02T20:44:23.362Z[ recovery-image] Jul 02 20:44:22.686 INFO O| Jul 02 20:44:22.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81252026-07-02T20:44:23.364Z[ recovery-image] Jul 02 20:44:22.686 INFO O| Jul 02 20:44:22.686 INFO STEP 920 (remove_files) COMPLETE
81262026-07-02T20:44:23.365Z[ recovery-image] Jul 02 20:44:22.686 INFO O| Jul 02 20:44:22.686 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81272026-07-02T20:44:23.369Z[ recovery-image] Jul 02 20:44:22.694 INFO O| Jul 02 20:44:22.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81282026-07-02T20:44:23.369Z[ recovery-image] Jul 02 20:44:22.694 INFO O| Jul 02 20:44:22.694 INFO STEP 921 (remove_files) COMPLETE
81292026-07-02T20:44:23.372Z[ recovery-image] Jul 02 20:44:22.694 INFO O| Jul 02 20:44:22.694 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81302026-07-02T20:44:23.379Z[ recovery-image] Jul 02 20:44:22.704 INFO O| Jul 02 20:44:22.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81312026-07-02T20:44:23.379Z[ recovery-image] Jul 02 20:44:22.704 INFO O| Jul 02 20:44:22.704 INFO STEP 922 (remove_files) COMPLETE
81322026-07-02T20:44:23.379Z[ recovery-image] Jul 02 20:44:22.704 INFO O| Jul 02 20:44:22.704 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81332026-07-02T20:44:23.389Z[ recovery-image] Jul 02 20:44:22.714 INFO O| Jul 02 20:44:22.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81342026-07-02T20:44:23.389Z[ recovery-image] Jul 02 20:44:22.714 INFO O| Jul 02 20:44:22.714 INFO STEP 923 (remove_files) COMPLETE
81352026-07-02T20:44:23.389Z[ recovery-image] Jul 02 20:44:22.714 INFO O| Jul 02 20:44:22.714 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81362026-07-02T20:44:23.398Z[ recovery-image] Jul 02 20:44:22.723 INFO O| Jul 02 20:44:22.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81372026-07-02T20:44:23.398Z[ recovery-image] Jul 02 20:44:22.723 INFO O| Jul 02 20:44:22.723 INFO STEP 924 (remove_files) COMPLETE
81382026-07-02T20:44:23.398Z[ recovery-image] Jul 02 20:44:22.723 INFO O| Jul 02 20:44:22.723 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81392026-07-02T20:44:23.409Z[ recovery-image] Jul 02 20:44:22.734 INFO O| Jul 02 20:44:22.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81402026-07-02T20:44:23.412Z[ recovery-image] Jul 02 20:44:22.734 INFO O| Jul 02 20:44:22.734 INFO STEP 925 (remove_files) COMPLETE
81412026-07-02T20:44:23.412Z[ recovery-image] Jul 02 20:44:22.734 INFO O| Jul 02 20:44:22.734 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81422026-07-02T20:44:23.417Z[ recovery-image] Jul 02 20:44:22.742 INFO O| Jul 02 20:44:22.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81432026-07-02T20:44:23.420Z[ recovery-image] Jul 02 20:44:22.743 INFO O| Jul 02 20:44:22.743 INFO STEP 926 (remove_files) COMPLETE
81442026-07-02T20:44:23.420Z[ recovery-image] Jul 02 20:44:22.743 INFO O| Jul 02 20:44:22.743 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81452026-07-02T20:44:23.425Z[ recovery-image] Jul 02 20:44:22.750 INFO O| Jul 02 20:44:22.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81462026-07-02T20:44:23.427Z[ recovery-image] Jul 02 20:44:22.750 INFO O| Jul 02 20:44:22.750 INFO STEP 927 (remove_files) COMPLETE
81472026-07-02T20:44:23.427Z[ recovery-image] Jul 02 20:44:22.750 INFO O| Jul 02 20:44:22.750 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81482026-07-02T20:44:23.434Z[ recovery-image] Jul 02 20:44:22.759 INFO O| Jul 02 20:44:22.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81492026-07-02T20:44:23.436Z[ recovery-image] Jul 02 20:44:22.759 INFO O| Jul 02 20:44:22.759 INFO STEP 928 (remove_files) COMPLETE
81502026-07-02T20:44:23.436Z[ recovery-image] Jul 02 20:44:22.759 INFO O| Jul 02 20:44:22.759 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81512026-07-02T20:44:23.443Z[ recovery-image] Jul 02 20:44:22.767 INFO O| Jul 02 20:44:22.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81522026-07-02T20:44:23.443Z[ recovery-image] Jul 02 20:44:22.767 INFO O| Jul 02 20:44:22.767 INFO STEP 929 (remove_files) COMPLETE
81532026-07-02T20:44:23.445Z[ recovery-image] Jul 02 20:44:22.767 INFO O| Jul 02 20:44:22.767 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81542026-07-02T20:44:23.451Z[ recovery-image] Jul 02 20:44:22.776 INFO O| Jul 02 20:44:22.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81552026-07-02T20:44:23.451Z[ recovery-image] Jul 02 20:44:22.776 INFO O| Jul 02 20:44:22.776 INFO STEP 930 (remove_files) COMPLETE
81562026-07-02T20:44:23.453Z[ recovery-image] Jul 02 20:44:22.776 INFO O| Jul 02 20:44:22.776 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81572026-07-02T20:44:23.461Z[ recovery-image] Jul 02 20:44:22.786 INFO O| Jul 02 20:44:22.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81582026-07-02T20:44:23.464Z[ recovery-image] Jul 02 20:44:22.786 INFO O| Jul 02 20:44:22.786 INFO STEP 931 (remove_files) COMPLETE
81592026-07-02T20:44:23.464Z[ recovery-image] Jul 02 20:44:22.786 INFO O| Jul 02 20:44:22.786 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81602026-07-02T20:44:23.471Z[ recovery-image] Jul 02 20:44:22.796 INFO O| Jul 02 20:44:22.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81612026-07-02T20:44:23.474Z[ recovery-image] Jul 02 20:44:22.796 INFO O| Jul 02 20:44:22.796 INFO STEP 932 (remove_files) COMPLETE
81622026-07-02T20:44:23.474Z[ recovery-image] Jul 02 20:44:22.796 INFO O| Jul 02 20:44:22.796 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81632026-07-02T20:44:23.479Z[ recovery-image] Jul 02 20:44:22.804 INFO O| Jul 02 20:44:22.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81642026-07-02T20:44:23.481Z[ recovery-image] Jul 02 20:44:22.804 INFO O| Jul 02 20:44:22.804 INFO STEP 933 (remove_files) COMPLETE
81652026-07-02T20:44:23.481Z[ recovery-image] Jul 02 20:44:22.804 INFO O| Jul 02 20:44:22.804 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81662026-07-02T20:44:23.489Z[ recovery-image] Jul 02 20:44:22.814 INFO O| Jul 02 20:44:22.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81672026-07-02T20:44:23.492Z[ recovery-image] Jul 02 20:44:22.814 INFO O| Jul 02 20:44:22.814 INFO STEP 934 (remove_files) COMPLETE
81682026-07-02T20:44:23.492Z[ recovery-image] Jul 02 20:44:22.814 INFO O| Jul 02 20:44:22.814 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81692026-07-02T20:44:23.498Z[ recovery-image] Jul 02 20:44:22.823 INFO O| Jul 02 20:44:22.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81702026-07-02T20:44:23.498Z[ recovery-image] Jul 02 20:44:22.823 INFO O| Jul 02 20:44:22.823 INFO STEP 935 (remove_files) COMPLETE
81712026-07-02T20:44:23.500Z[ recovery-image] Jul 02 20:44:22.823 INFO O| Jul 02 20:44:22.823 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81722026-07-02T20:44:23.506Z[ recovery-image] Jul 02 20:44:22.831 INFO O| Jul 02 20:44:22.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81732026-07-02T20:44:23.506Z[ recovery-image] Jul 02 20:44:22.831 INFO O| Jul 02 20:44:22.831 INFO STEP 936 (remove_files) COMPLETE
81742026-07-02T20:44:23.511Z[ recovery-image] Jul 02 20:44:22.831 INFO O| Jul 02 20:44:22.831 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81752026-07-02T20:44:23.514Z[ recovery-image] Jul 02 20:44:22.839 INFO O| Jul 02 20:44:22.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81762026-07-02T20:44:23.517Z[ recovery-image] Jul 02 20:44:22.839 INFO O| Jul 02 20:44:22.839 INFO STEP 937 (remove_files) COMPLETE
81772026-07-02T20:44:23.517Z[ recovery-image] Jul 02 20:44:22.839 INFO O| Jul 02 20:44:22.839 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81782026-07-02T20:44:23.524Z[ recovery-image] Jul 02 20:44:22.849 INFO O| Jul 02 20:44:22.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81792026-07-02T20:44:23.524Z[ recovery-image] Jul 02 20:44:22.849 INFO O| Jul 02 20:44:22.849 INFO STEP 938 (remove_files) COMPLETE
81802026-07-02T20:44:23.527Z[ recovery-image] Jul 02 20:44:22.849 INFO O| Jul 02 20:44:22.849 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81812026-07-02T20:44:23.534Z[ recovery-image] Jul 02 20:44:22.859 INFO O| Jul 02 20:44:22.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81822026-07-02T20:44:23.539Z[ recovery-image] Jul 02 20:44:22.859 INFO O| Jul 02 20:44:22.859 INFO STEP 939 (remove_files) COMPLETE
81832026-07-02T20:44:23.539Z[ recovery-image] Jul 02 20:44:22.860 INFO O| Jul 02 20:44:22.859 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81842026-07-02T20:44:23.542Z[ recovery-image] Jul 02 20:44:22.867 INFO O| Jul 02 20:44:22.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81852026-07-02T20:44:23.542Z[ recovery-image] Jul 02 20:44:22.867 INFO O| Jul 02 20:44:22.867 INFO STEP 940 (remove_files) COMPLETE
81862026-07-02T20:44:23.542Z[ recovery-image] Jul 02 20:44:22.867 INFO O| Jul 02 20:44:22.867 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81872026-07-02T20:44:23.549Z[ recovery-image] Jul 02 20:44:22.874 INFO O| Jul 02 20:44:22.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81882026-07-02T20:44:23.552Z[ recovery-image] Jul 02 20:44:22.874 INFO O| Jul 02 20:44:22.874 INFO STEP 941 (remove_files) COMPLETE
81892026-07-02T20:44:23.552Z[ recovery-image] Jul 02 20:44:22.874 INFO O| Jul 02 20:44:22.874 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81902026-07-02T20:44:23.559Z[ recovery-image] Jul 02 20:44:22.884 INFO O| Jul 02 20:44:22.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81912026-07-02T20:44:23.562Z[ recovery-image] Jul 02 20:44:22.884 INFO O| Jul 02 20:44:22.884 INFO STEP 942 (remove_files) COMPLETE
81922026-07-02T20:44:23.562Z[ recovery-image] Jul 02 20:44:22.884 INFO O| Jul 02 20:44:22.884 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81932026-07-02T20:44:23.566Z[ recovery-image] Jul 02 20:44:22.891 INFO O| Jul 02 20:44:22.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81942026-07-02T20:44:23.569Z[ recovery-image] Jul 02 20:44:22.891 INFO O| Jul 02 20:44:22.891 INFO STEP 943 (remove_files) COMPLETE
81952026-07-02T20:44:23.569Z[ recovery-image] Jul 02 20:44:22.891 INFO O| Jul 02 20:44:22.891 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81962026-07-02T20:44:23.575Z[ recovery-image] Jul 02 20:44:22.900 INFO O| Jul 02 20:44:22.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81972026-07-02T20:44:23.579Z[ recovery-image] Jul 02 20:44:22.900 INFO O| Jul 02 20:44:22.900 INFO STEP 944 (remove_files) COMPLETE
81982026-07-02T20:44:23.579Z[ recovery-image] Jul 02 20:44:22.900 INFO O| Jul 02 20:44:22.900 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81992026-07-02T20:44:23.584Z[ recovery-image] Jul 02 20:44:22.909 INFO O| Jul 02 20:44:22.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
82002026-07-02T20:44:23.584Z[ recovery-image] Jul 02 20:44:22.909 INFO O| Jul 02 20:44:22.909 INFO STEP 945 (remove_files) COMPLETE
82012026-07-02T20:44:23.584Z[ recovery-image] Jul 02 20:44:22.909 INFO O| Jul 02 20:44:22.909 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82022026-07-02T20:44:23.593Z[ recovery-image] Jul 02 20:44:22.918 INFO O| Jul 02 20:44:22.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
82032026-07-02T20:44:23.593Z[ recovery-image] Jul 02 20:44:22.918 INFO O| Jul 02 20:44:22.918 INFO STEP 946 (remove_files) COMPLETE
82042026-07-02T20:44:23.593Z[ recovery-image] Jul 02 20:44:22.918 INFO O| Jul 02 20:44:22.918 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82052026-07-02T20:44:23.602Z[ recovery-image] Jul 02 20:44:22.927 INFO O| Jul 02 20:44:22.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
82062026-07-02T20:44:23.602Z[ recovery-image] Jul 02 20:44:22.927 INFO O| Jul 02 20:44:22.927 INFO STEP 947 (remove_files) COMPLETE
82072026-07-02T20:44:23.605Z[ recovery-image] Jul 02 20:44:22.927 INFO O| Jul 02 20:44:22.927 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82082026-07-02T20:44:23.610Z[ recovery-image] Jul 02 20:44:22.935 INFO O| Jul 02 20:44:22.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82092026-07-02T20:44:23.610Z[ recovery-image] Jul 02 20:44:22.936 INFO O| Jul 02 20:44:22.936 INFO STEP 948 (remove_files) COMPLETE
82102026-07-02T20:44:23.613Z[ recovery-image] Jul 02 20:44:22.936 INFO O| Jul 02 20:44:22.936 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82112026-07-02T20:44:23.618Z[ recovery-image] Jul 02 20:44:22.943 INFO O| Jul 02 20:44:22.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82122026-07-02T20:44:23.623Z[ recovery-image] Jul 02 20:44:22.944 INFO O| Jul 02 20:44:22.944 INFO STEP 949 (remove_files) COMPLETE
82132026-07-02T20:44:23.623Z[ recovery-image] Jul 02 20:44:22.944 INFO O| Jul 02 20:44:22.944 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82142026-07-02T20:44:23.626Z[ recovery-image] Jul 02 20:44:22.951 INFO O| Jul 02 20:44:22.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82152026-07-02T20:44:23.629Z[ recovery-image] Jul 02 20:44:22.951 INFO O| Jul 02 20:44:22.951 INFO STEP 950 (remove_files) COMPLETE
82162026-07-02T20:44:23.629Z[ recovery-image] Jul 02 20:44:22.951 INFO O| Jul 02 20:44:22.951 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82172026-07-02T20:44:23.637Z[ recovery-image] Jul 02 20:44:22.960 INFO O| Jul 02 20:44:22.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82182026-07-02T20:44:23.641Z[ recovery-image] Jul 02 20:44:22.960 INFO O| Jul 02 20:44:22.960 INFO STEP 951 (remove_files) COMPLETE
82192026-07-02T20:44:23.641Z[ recovery-image] Jul 02 20:44:22.960 INFO O| Jul 02 20:44:22.960 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82202026-07-02T20:44:23.644Z[ recovery-image] Jul 02 20:44:22.970 INFO O| Jul 02 20:44:22.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82212026-07-02T20:44:23.644Z[ recovery-image] Jul 02 20:44:22.970 INFO O| Jul 02 20:44:22.970 INFO STEP 952 (remove_files) COMPLETE
82222026-07-02T20:44:23.647Z[ recovery-image] Jul 02 20:44:22.970 INFO O| Jul 02 20:44:22.970 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82232026-07-02T20:44:23.652Z[ recovery-image] Jul 02 20:44:22.977 INFO O| Jul 02 20:44:22.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82242026-07-02T20:44:23.652Z[ recovery-image] Jul 02 20:44:22.977 INFO O| Jul 02 20:44:22.977 INFO STEP 953 (remove_files) COMPLETE
82252026-07-02T20:44:23.655Z[ recovery-image] Jul 02 20:44:22.977 INFO O| Jul 02 20:44:22.977 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82262026-07-02T20:44:23.660Z[ recovery-image] Jul 02 20:44:22.986 INFO O| Jul 02 20:44:22.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82272026-07-02T20:44:23.660Z[ recovery-image] Jul 02 20:44:22.986 INFO O| Jul 02 20:44:22.986 INFO STEP 954 (remove_files) COMPLETE
82282026-07-02T20:44:23.663Z[ recovery-image] Jul 02 20:44:22.986 INFO O| Jul 02 20:44:22.986 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82292026-07-02T20:44:23.669Z[ recovery-image] Jul 02 20:44:22.994 INFO O| Jul 02 20:44:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82302026-07-02T20:44:23.669Z[ recovery-image] Jul 02 20:44:22.994 INFO O| Jul 02 20:44:22.994 INFO STEP 955 (remove_files) COMPLETE
82312026-07-02T20:44:23.669Z[ recovery-image] Jul 02 20:44:22.994 INFO O| Jul 02 20:44:22.994 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82322026-07-02T20:44:23.677Z[ recovery-image] Jul 02 20:44:23.002 INFO O| Jul 02 20:44:23.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82332026-07-02T20:44:23.677Z[ recovery-image] Jul 02 20:44:23.002 INFO O| Jul 02 20:44:23.002 INFO STEP 956 (remove_files) COMPLETE
82342026-07-02T20:44:23.680Z[ recovery-image] Jul 02 20:44:23.002 INFO O| Jul 02 20:44:23.002 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82352026-07-02T20:44:23.685Z[ recovery-image] Jul 02 20:44:23.010 INFO O| Jul 02 20:44:23.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82362026-07-02T20:44:23.688Z[ recovery-image] Jul 02 20:44:23.010 INFO O| Jul 02 20:44:23.010 INFO STEP 957 (remove_files) COMPLETE
82372026-07-02T20:44:23.688Z[ recovery-image] Jul 02 20:44:23.010 INFO O| Jul 02 20:44:23.010 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82382026-07-02T20:44:23.694Z[ recovery-image] Jul 02 20:44:23.018 INFO O| Jul 02 20:44:23.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82392026-07-02T20:44:23.699Z[ recovery-image] Jul 02 20:44:23.018 INFO O| Jul 02 20:44:23.018 INFO STEP 958 (remove_files) COMPLETE
82402026-07-02T20:44:23.699Z[ recovery-image] Jul 02 20:44:23.018 INFO O| Jul 02 20:44:23.018 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82412026-07-02T20:44:23.703Z[ recovery-image] Jul 02 20:44:23.026 INFO O| Jul 02 20:44:23.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82422026-07-02T20:44:23.703Z[ recovery-image] Jul 02 20:44:23.026 INFO O| Jul 02 20:44:23.026 INFO STEP 959 (remove_files) COMPLETE
82432026-07-02T20:44:23.703Z[ recovery-image] Jul 02 20:44:23.026 INFO O| Jul 02 20:44:23.026 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82442026-07-02T20:44:23.709Z[ recovery-image] Jul 02 20:44:23.034 INFO O| Jul 02 20:44:23.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82452026-07-02T20:44:23.709Z[ recovery-image] Jul 02 20:44:23.034 INFO O| Jul 02 20:44:23.034 INFO STEP 960 (remove_files) COMPLETE
82462026-07-02T20:44:23.711Z[ recovery-image] Jul 02 20:44:23.034 INFO O| Jul 02 20:44:23.034 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82472026-07-02T20:44:23.717Z[ recovery-image] Jul 02 20:44:23.042 INFO O| Jul 02 20:44:23.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82482026-07-02T20:44:23.720Z[ recovery-image] Jul 02 20:44:23.042 INFO O| Jul 02 20:44:23.042 INFO STEP 961 (remove_files) COMPLETE
82492026-07-02T20:44:23.720Z[ recovery-image] Jul 02 20:44:23.042 INFO O| Jul 02 20:44:23.042 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82502026-07-02T20:44:23.727Z[ recovery-image] Jul 02 20:44:23.052 INFO O| Jul 02 20:44:23.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82512026-07-02T20:44:23.727Z[ recovery-image] Jul 02 20:44:23.052 INFO O| Jul 02 20:44:23.052 INFO STEP 962 (remove_files) COMPLETE
82522026-07-02T20:44:23.729Z[ recovery-image] Jul 02 20:44:23.052 INFO O| Jul 02 20:44:23.052 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82532026-07-02T20:44:23.736Z[ recovery-image] Jul 02 20:44:23.061 INFO O| Jul 02 20:44:23.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82542026-07-02T20:44:23.736Z[ recovery-image] Jul 02 20:44:23.061 INFO O| Jul 02 20:44:23.061 INFO STEP 963 (remove_files) COMPLETE
82552026-07-02T20:44:23.736Z[ recovery-image] Jul 02 20:44:23.061 INFO O| Jul 02 20:44:23.061 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82562026-07-02T20:44:23.744Z[ recovery-image] Jul 02 20:44:23.069 INFO O| Jul 02 20:44:23.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82572026-07-02T20:44:23.747Z[ recovery-image] Jul 02 20:44:23.069 INFO O| Jul 02 20:44:23.069 INFO STEP 964 (remove_files) COMPLETE
82582026-07-02T20:44:23.747Z[ recovery-image] Jul 02 20:44:23.069 INFO O| Jul 02 20:44:23.069 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82592026-07-02T20:44:23.752Z[ recovery-image] Jul 02 20:44:23.077 INFO O| Jul 02 20:44:23.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82602026-07-02T20:44:23.757Z[ recovery-image] Jul 02 20:44:23.077 INFO O| Jul 02 20:44:23.077 INFO STEP 965 (remove_files) COMPLETE
82612026-07-02T20:44:23.757Z[ recovery-image] Jul 02 20:44:23.077 INFO O| Jul 02 20:44:23.077 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82622026-07-02T20:44:23.761Z[ recovery-image] Jul 02 20:44:23.085 INFO O| Jul 02 20:44:23.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82632026-07-02T20:44:23.761Z[ recovery-image] Jul 02 20:44:23.085 INFO O| Jul 02 20:44:23.085 INFO STEP 966 (remove_files) COMPLETE
82642026-07-02T20:44:23.761Z[ recovery-image] Jul 02 20:44:23.085 INFO O| Jul 02 20:44:23.085 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82652026-07-02T20:44:23.770Z[ recovery-image] Jul 02 20:44:23.095 INFO O| Jul 02 20:44:23.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82662026-07-02T20:44:23.770Z[ recovery-image] Jul 02 20:44:23.095 INFO O| Jul 02 20:44:23.095 INFO STEP 967 (remove_files) COMPLETE
82672026-07-02T20:44:23.773Z[ recovery-image] Jul 02 20:44:23.095 INFO O| Jul 02 20:44:23.095 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82682026-07-02T20:44:23.780Z[ recovery-image] Jul 02 20:44:23.105 INFO O| Jul 02 20:44:23.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82692026-07-02T20:44:23.782Z[ recovery-image] Jul 02 20:44:23.105 INFO O| Jul 02 20:44:23.105 INFO STEP 968 (remove_files) COMPLETE
82702026-07-02T20:44:23.782Z[ recovery-image] Jul 02 20:44:23.105 INFO O| Jul 02 20:44:23.105 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82712026-07-02T20:44:23.789Z[ recovery-image] Jul 02 20:44:23.114 INFO O| Jul 02 20:44:23.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82722026-07-02T20:44:23.789Z[ recovery-image] Jul 02 20:44:23.114 INFO O| Jul 02 20:44:23.114 INFO STEP 969 (remove_files) COMPLETE
82732026-07-02T20:44:23.792Z[ recovery-image] Jul 02 20:44:23.114 INFO O| Jul 02 20:44:23.114 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82742026-07-02T20:44:23.797Z[ recovery-image] Jul 02 20:44:23.122 INFO O| Jul 02 20:44:23.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82752026-07-02T20:44:23.799Z[ recovery-image] Jul 02 20:44:23.122 INFO O| Jul 02 20:44:23.122 INFO STEP 970 (remove_files) COMPLETE
82762026-07-02T20:44:23.800Z[ recovery-image] Jul 02 20:44:23.122 INFO O| Jul 02 20:44:23.122 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82772026-07-02T20:44:23.806Z[ recovery-image] Jul 02 20:44:23.131 INFO O| Jul 02 20:44:23.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82782026-07-02T20:44:23.806Z[ recovery-image] Jul 02 20:44:23.131 INFO O| Jul 02 20:44:23.131 INFO STEP 971 (remove_files) COMPLETE
82792026-07-02T20:44:23.808Z[ recovery-image] Jul 02 20:44:23.131 INFO O| Jul 02 20:44:23.131 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82802026-07-02T20:44:23.815Z[ recovery-image] Jul 02 20:44:23.140 INFO O| Jul 02 20:44:23.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82812026-07-02T20:44:23.815Z[ recovery-image] Jul 02 20:44:23.140 INFO O| Jul 02 20:44:23.140 INFO STEP 972 (remove_files) COMPLETE
82822026-07-02T20:44:23.818Z[ recovery-image] Jul 02 20:44:23.140 INFO O| Jul 02 20:44:23.140 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82832026-07-02T20:44:23.822Z[ recovery-image] Jul 02 20:44:23.147 INFO O| Jul 02 20:44:23.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82842026-07-02T20:44:23.822Z[ recovery-image] Jul 02 20:44:23.147 INFO O| Jul 02 20:44:23.147 INFO STEP 973 (remove_files) COMPLETE
82852026-07-02T20:44:23.822Z[ recovery-image] Jul 02 20:44:23.147 INFO O| Jul 02 20:44:23.147 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82862026-07-02T20:44:23.834Z[ recovery-image] Jul 02 20:44:23.157 INFO O| Jul 02 20:44:23.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82872026-07-02T20:44:23.837Z[ recovery-image] Jul 02 20:44:23.158 INFO O| Jul 02 20:44:23.158 INFO STEP 974 (remove_files) COMPLETE
82882026-07-02T20:44:23.837Z[ recovery-image] Jul 02 20:44:23.158 INFO O| Jul 02 20:44:23.158 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82892026-07-02T20:44:23.840Z[ recovery-image] Jul 02 20:44:23.165 INFO O| Jul 02 20:44:23.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82902026-07-02T20:44:23.840Z[ recovery-image] Jul 02 20:44:23.165 INFO O| Jul 02 20:44:23.165 INFO STEP 975 (remove_files) COMPLETE
82912026-07-02T20:44:23.840Z[ recovery-image] Jul 02 20:44:23.165 INFO O| Jul 02 20:44:23.165 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82922026-07-02T20:44:23.849Z[ recovery-image] Jul 02 20:44:23.175 INFO O| Jul 02 20:44:23.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82932026-07-02T20:44:23.850Z[ recovery-image] Jul 02 20:44:23.175 INFO O| Jul 02 20:44:23.175 INFO STEP 976 (remove_files) COMPLETE
82942026-07-02T20:44:23.852Z[ recovery-image] Jul 02 20:44:23.175 INFO O| Jul 02 20:44:23.175 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82952026-07-02T20:44:23.858Z[ recovery-image] Jul 02 20:44:23.183 INFO O| Jul 02 20:44:23.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82962026-07-02T20:44:23.858Z[ recovery-image] Jul 02 20:44:23.183 INFO O| Jul 02 20:44:23.183 INFO STEP 977 (remove_files) COMPLETE
82972026-07-02T20:44:23.858Z[ recovery-image] Jul 02 20:44:23.183 INFO O| Jul 02 20:44:23.183 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82982026-07-02T20:44:23.866Z[ recovery-image] Jul 02 20:44:23.191 INFO O| Jul 02 20:44:23.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82992026-07-02T20:44:23.866Z[ recovery-image] Jul 02 20:44:23.191 INFO O| Jul 02 20:44:23.191 INFO STEP 978 (remove_files) COMPLETE
83002026-07-02T20:44:23.866Z[ recovery-image] Jul 02 20:44:23.192 INFO O| Jul 02 20:44:23.191 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83012026-07-02T20:44:23.876Z[ recovery-image] Jul 02 20:44:23.201 INFO O| Jul 02 20:44:23.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
83022026-07-02T20:44:23.879Z[ recovery-image] Jul 02 20:44:23.202 INFO O| Jul 02 20:44:23.202 INFO STEP 979 (remove_files) COMPLETE
83032026-07-02T20:44:23.879Z[ recovery-image] Jul 02 20:44:23.202 INFO O| Jul 02 20:44:23.202 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83042026-07-02T20:44:23.885Z[ recovery-image] Jul 02 20:44:23.210 INFO O| Jul 02 20:44:23.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
83052026-07-02T20:44:23.885Z[ recovery-image] Jul 02 20:44:23.210 INFO O| Jul 02 20:44:23.210 INFO STEP 980 (remove_files) COMPLETE
83062026-07-02T20:44:23.888Z[ recovery-image] Jul 02 20:44:23.210 INFO O| Jul 02 20:44:23.210 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83072026-07-02T20:44:23.893Z[ recovery-image] Jul 02 20:44:23.218 INFO O| Jul 02 20:44:23.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83082026-07-02T20:44:23.896Z[ recovery-image] Jul 02 20:44:23.218 INFO O| Jul 02 20:44:23.218 INFO STEP 981 (remove_files) COMPLETE
83092026-07-02T20:44:23.896Z[ recovery-image] Jul 02 20:44:23.218 INFO O| Jul 02 20:44:23.218 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83102026-07-02T20:44:23.901Z[ recovery-image] Jul 02 20:44:23.226 INFO O| Jul 02 20:44:23.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83112026-07-02T20:44:23.901Z[ recovery-image] Jul 02 20:44:23.226 INFO O| Jul 02 20:44:23.226 INFO STEP 982 (remove_files) COMPLETE
83122026-07-02T20:44:23.901Z[ recovery-image] Jul 02 20:44:23.226 INFO O| Jul 02 20:44:23.226 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83132026-07-02T20:44:23.911Z[ recovery-image] Jul 02 20:44:23.234 INFO O| Jul 02 20:44:23.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83142026-07-02T20:44:23.912Z[ recovery-image] Jul 02 20:44:23.234 INFO O| Jul 02 20:44:23.234 INFO STEP 983 (remove_files) COMPLETE
83152026-07-02T20:44:23.912Z[ recovery-image] Jul 02 20:44:23.234 INFO O| Jul 02 20:44:23.234 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83162026-07-02T20:44:23.918Z[ recovery-image] Jul 02 20:44:23.243 INFO O| Jul 02 20:44:23.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83172026-07-02T20:44:23.918Z[ recovery-image] Jul 02 20:44:23.243 INFO O| Jul 02 20:44:23.243 INFO STEP 984 (remove_files) COMPLETE
83182026-07-02T20:44:23.920Z[ recovery-image] Jul 02 20:44:23.243 INFO O| Jul 02 20:44:23.243 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83192026-07-02T20:44:23.926Z[ recovery-image] Jul 02 20:44:23.251 INFO O| Jul 02 20:44:23.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83202026-07-02T20:44:23.929Z[ recovery-image] Jul 02 20:44:23.251 INFO O| Jul 02 20:44:23.251 INFO STEP 985 (remove_files) COMPLETE
83212026-07-02T20:44:23.929Z[ recovery-image] Jul 02 20:44:23.251 INFO O| Jul 02 20:44:23.251 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83222026-07-02T20:44:23.936Z[ recovery-image] Jul 02 20:44:23.261 INFO O| Jul 02 20:44:23.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83232026-07-02T20:44:23.936Z[ recovery-image] Jul 02 20:44:23.261 INFO O| Jul 02 20:44:23.261 INFO STEP 986 (remove_files) COMPLETE
83242026-07-02T20:44:23.939Z[ recovery-image] Jul 02 20:44:23.261 INFO O| Jul 02 20:44:23.261 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83252026-07-02T20:44:23.945Z[ recovery-image] Jul 02 20:44:23.270 INFO O| Jul 02 20:44:23.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83262026-07-02T20:44:23.948Z[ recovery-image] Jul 02 20:44:23.270 INFO O| Jul 02 20:44:23.270 INFO STEP 987 (remove_files) COMPLETE
83272026-07-02T20:44:23.948Z[ recovery-image] Jul 02 20:44:23.270 INFO O| Jul 02 20:44:23.270 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83282026-07-02T20:44:23.954Z[ recovery-image] Jul 02 20:44:23.279 INFO O| Jul 02 20:44:23.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83292026-07-02T20:44:23.954Z[ recovery-image] Jul 02 20:44:23.279 INFO O| Jul 02 20:44:23.279 INFO STEP 988 (remove_files) COMPLETE
83302026-07-02T20:44:23.957Z[ recovery-image] Jul 02 20:44:23.279 INFO O| Jul 02 20:44:23.279 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83312026-07-02T20:44:23.963Z[ recovery-image] Jul 02 20:44:23.287 INFO O| Jul 02 20:44:23.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83322026-07-02T20:44:23.966Z[ recovery-image] Jul 02 20:44:23.287 INFO O| Jul 02 20:44:23.287 INFO STEP 989 (remove_files) COMPLETE
83332026-07-02T20:44:23.966Z[ recovery-image] Jul 02 20:44:23.287 INFO O| Jul 02 20:44:23.287 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83342026-07-02T20:44:23.971Z[ recovery-image] Jul 02 20:44:23.296 INFO O| Jul 02 20:44:23.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83352026-07-02T20:44:23.971Z[ recovery-image] Jul 02 20:44:23.296 INFO O| Jul 02 20:44:23.296 INFO STEP 990 (remove_files) COMPLETE
83362026-07-02T20:44:23.974Z[ recovery-image] Jul 02 20:44:23.296 INFO O| Jul 02 20:44:23.296 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83372026-07-02T20:44:23.979Z[ recovery-image] Jul 02 20:44:23.304 INFO O| Jul 02 20:44:23.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83382026-07-02T20:44:23.979Z[ recovery-image] Jul 02 20:44:23.304 INFO O| Jul 02 20:44:23.304 INFO STEP 991 (remove_files) COMPLETE
83392026-07-02T20:44:23.980Z[ recovery-image] Jul 02 20:44:23.304 INFO O| Jul 02 20:44:23.304 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83402026-07-02T20:44:23.987Z[ recovery-image] Jul 02 20:44:23.312 INFO O| Jul 02 20:44:23.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83412026-07-02T20:44:23.991Z[ recovery-image] Jul 02 20:44:23.312 INFO O| Jul 02 20:44:23.312 INFO STEP 992 (remove_files) COMPLETE
83422026-07-02T20:44:23.991Z[ recovery-image] Jul 02 20:44:23.312 INFO O| Jul 02 20:44:23.312 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83432026-07-02T20:44:23.996Z[ recovery-image] Jul 02 20:44:23.322 INFO O| Jul 02 20:44:23.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83442026-07-02T20:44:23.996Z[ recovery-image] Jul 02 20:44:23.322 INFO O| Jul 02 20:44:23.322 INFO STEP 993 (remove_files) COMPLETE
83452026-07-02T20:44:23.999Z[ recovery-image] Jul 02 20:44:23.322 INFO O| Jul 02 20:44:23.322 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83462026-07-02T20:44:24.006Z[ recovery-image] Jul 02 20:44:23.331 INFO O| Jul 02 20:44:23.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83472026-07-02T20:44:24.006Z[ recovery-image] Jul 02 20:44:23.331 INFO O| Jul 02 20:44:23.331 INFO STEP 994 (remove_files) COMPLETE
83482026-07-02T20:44:24.006Z[ recovery-image] Jul 02 20:44:23.331 INFO O| Jul 02 20:44:23.331 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83492026-07-02T20:44:24.017Z[ recovery-image] Jul 02 20:44:23.342 INFO O| Jul 02 20:44:23.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83502026-07-02T20:44:24.017Z[ recovery-image] Jul 02 20:44:23.342 INFO O| Jul 02 20:44:23.342 INFO STEP 995 (remove_files) COMPLETE
83512026-07-02T20:44:24.017Z[ recovery-image] Jul 02 20:44:23.342 INFO O| Jul 02 20:44:23.342 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83522026-07-02T20:44:24.027Z[ recovery-image] Jul 02 20:44:23.352 INFO O| Jul 02 20:44:23.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83532026-07-02T20:44:24.027Z[ recovery-image] Jul 02 20:44:23.352 INFO O| Jul 02 20:44:23.352 INFO STEP 996 (remove_files) COMPLETE
83542026-07-02T20:44:24.027Z[ recovery-image] Jul 02 20:44:23.352 INFO O| Jul 02 20:44:23.352 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83552026-07-02T20:44:24.037Z[ recovery-image] Jul 02 20:44:23.362 INFO O| Jul 02 20:44:23.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83562026-07-02T20:44:24.037Z[ recovery-image] Jul 02 20:44:23.362 INFO O| Jul 02 20:44:23.362 INFO STEP 997 (remove_files) COMPLETE
83572026-07-02T20:44:24.041Z[ recovery-image] Jul 02 20:44:23.362 INFO O| Jul 02 20:44:23.362 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83582026-07-02T20:44:24.046Z[ recovery-image] Jul 02 20:44:23.371 INFO O| Jul 02 20:44:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83592026-07-02T20:44:24.046Z[ recovery-image] Jul 02 20:44:23.371 INFO O| Jul 02 20:44:23.371 INFO STEP 998 (remove_files) COMPLETE
83602026-07-02T20:44:24.049Z[ recovery-image] Jul 02 20:44:23.371 INFO O| Jul 02 20:44:23.371 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83612026-07-02T20:44:24.056Z[ recovery-image] Jul 02 20:44:23.382 INFO O| Jul 02 20:44:23.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83622026-07-02T20:44:24.059Z[ recovery-image] Jul 02 20:44:23.382 INFO O| Jul 02 20:44:23.382 INFO STEP 999 (remove_files) COMPLETE
83632026-07-02T20:44:24.059Z[ recovery-image] Jul 02 20:44:23.382 INFO O| Jul 02 20:44:23.382 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83642026-07-02T20:44:24.066Z[ recovery-image] Jul 02 20:44:23.391 INFO O| Jul 02 20:44:23.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83652026-07-02T20:44:24.066Z[ recovery-image] Jul 02 20:44:23.391 INFO O| Jul 02 20:44:23.391 INFO STEP 1000 (remove_files) COMPLETE
83662026-07-02T20:44:24.070Z[ recovery-image] Jul 02 20:44:23.391 INFO O| Jul 02 20:44:23.391 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83672026-07-02T20:44:24.076Z[ recovery-image] Jul 02 20:44:23.401 INFO O| Jul 02 20:44:23.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83682026-07-02T20:44:24.076Z[ recovery-image] Jul 02 20:44:23.401 INFO O| Jul 02 20:44:23.401 INFO STEP 1001 (remove_files) COMPLETE
83692026-07-02T20:44:24.076Z[ recovery-image] Jul 02 20:44:23.401 INFO O| Jul 02 20:44:23.401 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83702026-07-02T20:44:24.086Z[ recovery-image] Jul 02 20:44:23.411 INFO O| Jul 02 20:44:23.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83712026-07-02T20:44:24.086Z[ recovery-image] Jul 02 20:44:23.411 INFO O| Jul 02 20:44:23.411 INFO STEP 1002 (remove_files) COMPLETE
83722026-07-02T20:44:24.086Z[ recovery-image] Jul 02 20:44:23.411 INFO O| Jul 02 20:44:23.411 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83732026-07-02T20:44:24.096Z[ recovery-image] Jul 02 20:44:23.421 INFO O| Jul 02 20:44:23.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83742026-07-02T20:44:24.098Z[ recovery-image] Jul 02 20:44:23.421 INFO O| Jul 02 20:44:23.421 INFO STEP 1003 (remove_files) COMPLETE
83752026-07-02T20:44:24.099Z[ recovery-image] Jul 02 20:44:23.421 INFO O| Jul 02 20:44:23.421 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83762026-07-02T20:44:24.105Z[ recovery-image] Jul 02 20:44:23.430 INFO O| Jul 02 20:44:23.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83772026-07-02T20:44:24.105Z[ recovery-image] Jul 02 20:44:23.430 INFO O| Jul 02 20:44:23.430 INFO STEP 1004 (remove_files) COMPLETE
83782026-07-02T20:44:24.105Z[ recovery-image] Jul 02 20:44:23.430 INFO O| Jul 02 20:44:23.430 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83792026-07-02T20:44:24.113Z[ recovery-image] Jul 02 20:44:23.438 INFO O| Jul 02 20:44:23.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83802026-07-02T20:44:24.116Z[ recovery-image] Jul 02 20:44:23.438 INFO O| Jul 02 20:44:23.438 INFO STEP 1005 (remove_files) COMPLETE
83812026-07-02T20:44:24.116Z[ recovery-image] Jul 02 20:44:23.438 INFO O| Jul 02 20:44:23.438 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83822026-07-02T20:44:24.120Z[ recovery-image] Jul 02 20:44:23.446 INFO O| Jul 02 20:44:23.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83832026-07-02T20:44:24.121Z[ recovery-image] Jul 02 20:44:23.446 INFO O| Jul 02 20:44:23.446 INFO STEP 1006 (remove_files) COMPLETE
83842026-07-02T20:44:24.123Z[ recovery-image] Jul 02 20:44:23.446 INFO O| Jul 02 20:44:23.446 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83852026-07-02T20:44:24.130Z[ recovery-image] Jul 02 20:44:23.455 INFO O| Jul 02 20:44:23.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83862026-07-02T20:44:24.130Z[ recovery-image] Jul 02 20:44:23.455 INFO O| Jul 02 20:44:23.455 INFO STEP 1007 (remove_files) COMPLETE
83872026-07-02T20:44:24.130Z[ recovery-image] Jul 02 20:44:23.455 INFO O| Jul 02 20:44:23.455 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83882026-07-02T20:44:24.137Z[ recovery-image] Jul 02 20:44:23.462 INFO O| Jul 02 20:44:23.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83892026-07-02T20:44:24.137Z[ recovery-image] Jul 02 20:44:23.462 INFO O| Jul 02 20:44:23.462 INFO STEP 1008 (remove_files) COMPLETE
83902026-07-02T20:44:24.140Z[ recovery-image] Jul 02 20:44:23.462 INFO O| Jul 02 20:44:23.462 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83912026-07-02T20:44:24.143Z[ recovery-image] Jul 02 20:44:23.468 INFO O| Jul 02 20:44:23.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83922026-07-02T20:44:24.146Z[ recovery-image] Jul 02 20:44:23.468 INFO O| Jul 02 20:44:23.468 INFO STEP 1009 (remove_files) COMPLETE
83932026-07-02T20:44:24.146Z[ recovery-image] Jul 02 20:44:23.468 INFO O| Jul 02 20:44:23.468 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83942026-07-02T20:44:24.149Z[ recovery-image] Jul 02 20:44:23.475 INFO O| Jul 02 20:44:23.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83952026-07-02T20:44:24.152Z[ recovery-image] Jul 02 20:44:23.475 INFO O| Jul 02 20:44:23.475 INFO STEP 1010 (remove_files) COMPLETE
83962026-07-02T20:44:24.152Z[ recovery-image] Jul 02 20:44:23.475 INFO O| Jul 02 20:44:23.475 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83972026-07-02T20:44:24.157Z[ recovery-image] Jul 02 20:44:23.482 INFO O| Jul 02 20:44:23.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83982026-07-02T20:44:24.157Z[ recovery-image] Jul 02 20:44:23.482 INFO O| Jul 02 20:44:23.482 INFO STEP 1011 (remove_files) COMPLETE
83992026-07-02T20:44:24.160Z[ recovery-image] Jul 02 20:44:23.482 INFO O| Jul 02 20:44:23.482 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84002026-07-02T20:44:24.164Z[ recovery-image] Jul 02 20:44:23.489 INFO O| Jul 02 20:44:23.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
84012026-07-02T20:44:24.168Z[ recovery-image] Jul 02 20:44:23.489 INFO O| Jul 02 20:44:23.489 INFO STEP 1012 (remove_files) COMPLETE
84022026-07-02T20:44:24.168Z[ recovery-image] Jul 02 20:44:23.489 INFO O| Jul 02 20:44:23.489 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84032026-07-02T20:44:24.172Z[ recovery-image] Jul 02 20:44:23.497 INFO O| Jul 02 20:44:23.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
84042026-07-02T20:44:24.172Z[ recovery-image] Jul 02 20:44:23.497 INFO O| Jul 02 20:44:23.497 INFO STEP 1013 (remove_files) COMPLETE
84052026-07-02T20:44:24.172Z[ recovery-image] Jul 02 20:44:23.497 INFO O| Jul 02 20:44:23.497 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84062026-07-02T20:44:24.182Z[ recovery-image] Jul 02 20:44:23.507 INFO O| Jul 02 20:44:23.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84072026-07-02T20:44:24.182Z[ recovery-image] Jul 02 20:44:23.507 INFO O| Jul 02 20:44:23.507 INFO STEP 1014 (remove_files) COMPLETE
84082026-07-02T20:44:24.182Z[ recovery-image] Jul 02 20:44:23.507 INFO O| Jul 02 20:44:23.507 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84092026-07-02T20:44:24.191Z[ recovery-image] Jul 02 20:44:23.516 INFO O| Jul 02 20:44:23.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84102026-07-02T20:44:24.191Z[ recovery-image] Jul 02 20:44:23.516 INFO O| Jul 02 20:44:23.516 INFO STEP 1015 (remove_files) COMPLETE
84112026-07-02T20:44:24.191Z[ recovery-image] Jul 02 20:44:23.516 INFO O| Jul 02 20:44:23.516 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84122026-07-02T20:44:24.200Z[ recovery-image] Jul 02 20:44:23.525 INFO O| Jul 02 20:44:23.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84132026-07-02T20:44:24.200Z[ recovery-image] Jul 02 20:44:23.525 INFO O| Jul 02 20:44:23.525 INFO STEP 1016 (remove_files) COMPLETE
84142026-07-02T20:44:24.200Z[ recovery-image] Jul 02 20:44:23.525 INFO O| Jul 02 20:44:23.525 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84152026-07-02T20:44:24.209Z[ recovery-image] Jul 02 20:44:23.534 INFO O| Jul 02 20:44:23.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84162026-07-02T20:44:24.209Z[ recovery-image] Jul 02 20:44:23.534 INFO O| Jul 02 20:44:23.534 INFO STEP 1017 (remove_files) COMPLETE
84172026-07-02T20:44:24.212Z[ recovery-image] Jul 02 20:44:23.534 INFO O| Jul 02 20:44:23.534 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84182026-07-02T20:44:24.217Z[ recovery-image] Jul 02 20:44:23.542 INFO O| Jul 02 20:44:23.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84192026-07-02T20:44:24.217Z[ recovery-image] Jul 02 20:44:23.542 INFO O| Jul 02 20:44:23.542 INFO STEP 1018 (remove_files) COMPLETE
84202026-07-02T20:44:24.220Z[ recovery-image] Jul 02 20:44:23.542 INFO O| Jul 02 20:44:23.542 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84212026-07-02T20:44:24.225Z[ recovery-image] Jul 02 20:44:23.551 INFO O| Jul 02 20:44:23.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84222026-07-02T20:44:24.228Z[ recovery-image] Jul 02 20:44:23.551 INFO O| Jul 02 20:44:23.551 INFO STEP 1019 (remove_files) COMPLETE
84232026-07-02T20:44:24.228Z[ recovery-image] Jul 02 20:44:23.551 INFO O| Jul 02 20:44:23.551 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84242026-07-02T20:44:24.235Z[ recovery-image] Jul 02 20:44:23.560 INFO O| Jul 02 20:44:23.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84252026-07-02T20:44:24.235Z[ recovery-image] Jul 02 20:44:23.561 INFO O| Jul 02 20:44:23.561 INFO STEP 1020 (remove_files) COMPLETE
84262026-07-02T20:44:24.238Z[ recovery-image] Jul 02 20:44:23.561 INFO O| Jul 02 20:44:23.561 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84272026-07-02T20:44:24.244Z[ recovery-image] Jul 02 20:44:23.569 INFO O| Jul 02 20:44:23.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84282026-07-02T20:44:24.247Z[ recovery-image] Jul 02 20:44:23.569 INFO O| Jul 02 20:44:23.569 INFO STEP 1021 (remove_files) COMPLETE
84292026-07-02T20:44:24.247Z[ recovery-image] Jul 02 20:44:23.569 INFO O| Jul 02 20:44:23.569 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84302026-07-02T20:44:24.253Z[ recovery-image] Jul 02 20:44:23.578 INFO O| Jul 02 20:44:23.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84312026-07-02T20:44:24.253Z[ recovery-image] Jul 02 20:44:23.578 INFO O| Jul 02 20:44:23.578 INFO STEP 1022 (remove_files) COMPLETE
84322026-07-02T20:44:24.256Z[ recovery-image] Jul 02 20:44:23.578 INFO O| Jul 02 20:44:23.578 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84332026-07-02T20:44:24.260Z[ recovery-image] Jul 02 20:44:23.585 INFO O| Jul 02 20:44:23.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84342026-07-02T20:44:24.260Z[ recovery-image] Jul 02 20:44:23.586 INFO O| Jul 02 20:44:23.586 INFO STEP 1023 (remove_files) COMPLETE
84352026-07-02T20:44:24.263Z[ recovery-image] Jul 02 20:44:23.586 INFO O| Jul 02 20:44:23.586 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84362026-07-02T20:44:24.270Z[ recovery-image] Jul 02 20:44:23.595 INFO O| Jul 02 20:44:23.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84372026-07-02T20:44:24.270Z[ recovery-image] Jul 02 20:44:23.595 INFO O| Jul 02 20:44:23.595 INFO STEP 1024 (remove_files) COMPLETE
84382026-07-02T20:44:24.270Z[ recovery-image] Jul 02 20:44:23.595 INFO O| Jul 02 20:44:23.595 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84392026-07-02T20:44:24.279Z[ recovery-image] Jul 02 20:44:23.604 INFO O| Jul 02 20:44:23.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84402026-07-02T20:44:24.279Z[ recovery-image] Jul 02 20:44:23.604 INFO O| Jul 02 20:44:23.604 INFO STEP 1025 (remove_files) COMPLETE
84412026-07-02T20:44:24.279Z[ recovery-image] Jul 02 20:44:23.604 INFO O| Jul 02 20:44:23.604 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84422026-07-02T20:44:24.286Z[ recovery-image] Jul 02 20:44:23.611 INFO O| Jul 02 20:44:23.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84432026-07-02T20:44:24.286Z[ recovery-image] Jul 02 20:44:23.611 INFO O| Jul 02 20:44:23.611 INFO STEP 1026 (remove_files) COMPLETE
84442026-07-02T20:44:24.289Z[ recovery-image] Jul 02 20:44:23.611 INFO O| Jul 02 20:44:23.611 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84452026-07-02T20:44:24.293Z[ recovery-image] Jul 02 20:44:23.618 INFO O| Jul 02 20:44:23.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84462026-07-02T20:44:24.296Z[ recovery-image] Jul 02 20:44:23.618 INFO O| Jul 02 20:44:23.618 INFO STEP 1027 (remove_files) COMPLETE
84472026-07-02T20:44:24.296Z[ recovery-image] Jul 02 20:44:23.618 INFO O| Jul 02 20:44:23.618 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84482026-07-02T20:44:24.303Z[ recovery-image] Jul 02 20:44:23.628 INFO O| Jul 02 20:44:23.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84492026-07-02T20:44:24.303Z[ recovery-image] Jul 02 20:44:23.628 INFO O| Jul 02 20:44:23.628 INFO STEP 1028 (remove_files) COMPLETE
84502026-07-02T20:44:24.303Z[ recovery-image] Jul 02 20:44:23.628 INFO O| Jul 02 20:44:23.628 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84512026-07-02T20:44:24.312Z[ recovery-image] Jul 02 20:44:23.637 INFO O| Jul 02 20:44:23.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84522026-07-02T20:44:24.314Z[ recovery-image] Jul 02 20:44:23.637 INFO O| Jul 02 20:44:23.637 INFO STEP 1029 (remove_files) COMPLETE
84532026-07-02T20:44:24.315Z[ recovery-image] Jul 02 20:44:23.637 INFO O| Jul 02 20:44:23.637 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84542026-07-02T20:44:24.320Z[ recovery-image] Jul 02 20:44:23.645 INFO O| Jul 02 20:44:23.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84552026-07-02T20:44:24.322Z[ recovery-image] Jul 02 20:44:23.645 INFO O| Jul 02 20:44:23.645 INFO STEP 1030 (remove_files) COMPLETE
84562026-07-02T20:44:24.322Z[ recovery-image] Jul 02 20:44:23.645 INFO O| Jul 02 20:44:23.645 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84572026-07-02T20:44:24.362Z[ recovery-image] Jul 02 20:44:23.655 INFO O| Jul 02 20:44:23.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84582026-07-02T20:44:24.362Z[ recovery-image] Jul 02 20:44:23.655 INFO O| Jul 02 20:44:23.655 INFO STEP 1031 (remove_files) COMPLETE
84592026-07-02T20:44:24.362Z[ recovery-image] Jul 02 20:44:23.655 INFO O| Jul 02 20:44:23.655 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84602026-07-02T20:44:24.362Z[ recovery-image] Jul 02 20:44:23.665 INFO O| Jul 02 20:44:23.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84612026-07-02T20:44:24.362Z[ recovery-image] Jul 02 20:44:23.665 INFO O| Jul 02 20:44:23.665 INFO STEP 1032 (remove_files) COMPLETE
84622026-07-02T20:44:24.362Z[ recovery-image] Jul 02 20:44:23.665 INFO O| Jul 02 20:44:23.665 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84632026-07-02T20:44:24.363Z[ recovery-image] Jul 02 20:44:23.675 INFO O| Jul 02 20:44:23.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84642026-07-02T20:44:24.363Z[ recovery-image] Jul 02 20:44:23.675 INFO O| Jul 02 20:44:23.675 INFO STEP 1033 (remove_files) COMPLETE
84652026-07-02T20:44:24.363Z[ recovery-image] Jul 02 20:44:23.675 INFO O| Jul 02 20:44:23.675 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84662026-07-02T20:44:24.366Z[ recovery-image] Jul 02 20:44:23.685 INFO O| Jul 02 20:44:23.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84672026-07-02T20:44:24.366Z[ recovery-image] Jul 02 20:44:23.685 INFO O| Jul 02 20:44:23.685 INFO STEP 1034 (remove_files) COMPLETE
84682026-07-02T20:44:24.366Z[ recovery-image] Jul 02 20:44:23.685 INFO O| Jul 02 20:44:23.685 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84692026-07-02T20:44:24.371Z[ recovery-image] Jul 02 20:44:23.696 INFO O| Jul 02 20:44:23.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84702026-07-02T20:44:24.371Z[ recovery-image] Jul 02 20:44:23.696 INFO O| Jul 02 20:44:23.696 INFO STEP 1035 (remove_files) COMPLETE
84712026-07-02T20:44:24.374Z[ recovery-image] Jul 02 20:44:23.696 INFO O| Jul 02 20:44:23.696 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84722026-07-02T20:44:24.380Z[ recovery-image] Jul 02 20:44:23.705 INFO O| Jul 02 20:44:23.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84732026-07-02T20:44:24.383Z[ recovery-image] Jul 02 20:44:23.705 INFO O| Jul 02 20:44:23.705 INFO STEP 1036 (remove_files) COMPLETE
84742026-07-02T20:44:24.383Z[ recovery-image] Jul 02 20:44:23.705 INFO O| Jul 02 20:44:23.705 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84752026-07-02T20:44:24.388Z[ recovery-image] Jul 02 20:44:23.713 INFO O| Jul 02 20:44:23.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84762026-07-02T20:44:24.391Z[ recovery-image] Jul 02 20:44:23.713 INFO O| Jul 02 20:44:23.713 INFO STEP 1037 (remove_files) COMPLETE
84772026-07-02T20:44:24.391Z[ recovery-image] Jul 02 20:44:23.713 INFO O| Jul 02 20:44:23.713 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84782026-07-02T20:44:24.397Z[ recovery-image] Jul 02 20:44:23.722 INFO O| Jul 02 20:44:23.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84792026-07-02T20:44:24.399Z[ recovery-image] Jul 02 20:44:23.722 INFO O| Jul 02 20:44:23.722 INFO STEP 1038 (remove_files) COMPLETE
84802026-07-02T20:44:24.399Z[ recovery-image] Jul 02 20:44:23.722 INFO O| Jul 02 20:44:23.722 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84812026-07-02T20:44:24.405Z[ recovery-image] Jul 02 20:44:23.730 INFO O| Jul 02 20:44:23.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84822026-07-02T20:44:24.408Z[ recovery-image] Jul 02 20:44:23.730 INFO O| Jul 02 20:44:23.730 INFO STEP 1039 (remove_files) COMPLETE
84832026-07-02T20:44:24.408Z[ recovery-image] Jul 02 20:44:23.730 INFO O| Jul 02 20:44:23.730 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84842026-07-02T20:44:24.414Z[ recovery-image] Jul 02 20:44:23.739 INFO O| Jul 02 20:44:23.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84852026-07-02T20:44:24.416Z[ recovery-image] Jul 02 20:44:23.739 INFO O| Jul 02 20:44:23.739 INFO STEP 1040 (remove_files) COMPLETE
84862026-07-02T20:44:24.416Z[ recovery-image] Jul 02 20:44:23.739 INFO O| Jul 02 20:44:23.739 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84872026-07-02T20:44:24.422Z[ recovery-image] Jul 02 20:44:23.748 INFO O| Jul 02 20:44:23.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84882026-07-02T20:44:24.426Z[ recovery-image] Jul 02 20:44:23.748 INFO O| Jul 02 20:44:23.748 INFO STEP 1041 (remove_files) COMPLETE
84892026-07-02T20:44:24.426Z[ recovery-image] Jul 02 20:44:23.748 INFO O| Jul 02 20:44:23.748 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84902026-07-02T20:44:24.432Z[ recovery-image] Jul 02 20:44:23.757 INFO O| Jul 02 20:44:23.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84912026-07-02T20:44:24.432Z[ recovery-image] Jul 02 20:44:23.757 INFO O| Jul 02 20:44:23.757 INFO STEP 1042 (remove_files) COMPLETE
84922026-07-02T20:44:24.435Z[ recovery-image] Jul 02 20:44:23.757 INFO O| Jul 02 20:44:23.757 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84932026-07-02T20:44:24.442Z[ recovery-image] Jul 02 20:44:23.767 INFO O| Jul 02 20:44:23.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84942026-07-02T20:44:24.442Z[ recovery-image] Jul 02 20:44:23.767 INFO O| Jul 02 20:44:23.767 INFO STEP 1043 (remove_files) COMPLETE
84952026-07-02T20:44:24.442Z[ recovery-image] Jul 02 20:44:23.767 INFO O| Jul 02 20:44:23.767 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84962026-07-02T20:44:24.451Z[ recovery-image] Jul 02 20:44:23.777 INFO O| Jul 02 20:44:23.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84972026-07-02T20:44:24.454Z[ recovery-image] Jul 02 20:44:23.777 INFO O| Jul 02 20:44:23.777 INFO STEP 1044 (remove_files) COMPLETE
84982026-07-02T20:44:24.454Z[ recovery-image] Jul 02 20:44:23.777 INFO O| Jul 02 20:44:23.777 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84992026-07-02T20:44:24.460Z[ recovery-image] Jul 02 20:44:23.785 INFO O| Jul 02 20:44:23.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
85002026-07-02T20:44:24.463Z[ recovery-image] Jul 02 20:44:23.785 INFO O| Jul 02 20:44:23.785 INFO STEP 1045 (remove_files) COMPLETE
85012026-07-02T20:44:24.463Z[ recovery-image] Jul 02 20:44:23.785 INFO O| Jul 02 20:44:23.785 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85022026-07-02T20:44:24.469Z[ recovery-image] Jul 02 20:44:23.794 INFO O| Jul 02 20:44:23.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
85032026-07-02T20:44:24.469Z[ recovery-image] Jul 02 20:44:23.794 INFO O| Jul 02 20:44:23.794 INFO STEP 1046 (remove_files) COMPLETE
85042026-07-02T20:44:24.469Z[ recovery-image] Jul 02 20:44:23.794 INFO O| Jul 02 20:44:23.794 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85052026-07-02T20:44:24.478Z[ recovery-image] Jul 02 20:44:23.803 INFO O| Jul 02 20:44:23.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
85062026-07-02T20:44:24.478Z[ recovery-image] Jul 02 20:44:23.803 INFO O| Jul 02 20:44:23.803 INFO STEP 1047 (remove_files) COMPLETE
85072026-07-02T20:44:24.478Z[ recovery-image] Jul 02 20:44:23.803 INFO O| Jul 02 20:44:23.803 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85082026-07-02T20:44:24.486Z[ recovery-image] Jul 02 20:44:23.810 INFO O| Jul 02 20:44:23.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85092026-07-02T20:44:24.486Z[ recovery-image] Jul 02 20:44:23.810 INFO O| Jul 02 20:44:23.810 INFO STEP 1048 (remove_files) COMPLETE
85102026-07-02T20:44:24.486Z[ recovery-image] Jul 02 20:44:23.810 INFO O| Jul 02 20:44:23.810 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85112026-07-02T20:44:24.492Z[ recovery-image] Jul 02 20:44:23.817 INFO O| Jul 02 20:44:23.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85122026-07-02T20:44:24.495Z[ recovery-image] Jul 02 20:44:23.817 INFO O| Jul 02 20:44:23.817 INFO STEP 1049 (remove_files) COMPLETE
85132026-07-02T20:44:24.495Z[ recovery-image] Jul 02 20:44:23.817 INFO O| Jul 02 20:44:23.817 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85142026-07-02T20:44:24.502Z[ recovery-image] Jul 02 20:44:23.827 INFO O| Jul 02 20:44:23.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85152026-07-02T20:44:24.505Z[ recovery-image] Jul 02 20:44:23.827 INFO O| Jul 02 20:44:23.827 INFO STEP 1050 (remove_files) COMPLETE
85162026-07-02T20:44:24.506Z[ recovery-image] Jul 02 20:44:23.827 INFO O| Jul 02 20:44:23.827 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85172026-07-02T20:44:24.511Z[ recovery-image] Jul 02 20:44:23.836 INFO O| Jul 02 20:44:23.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85182026-07-02T20:44:24.511Z[ recovery-image] Jul 02 20:44:23.836 INFO O| Jul 02 20:44:23.836 INFO STEP 1051 (remove_files) COMPLETE
85192026-07-02T20:44:24.513Z[ recovery-image] Jul 02 20:44:23.836 INFO O| Jul 02 20:44:23.836 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85202026-07-02T20:44:24.519Z[ recovery-image] Jul 02 20:44:23.844 INFO O| Jul 02 20:44:23.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85212026-07-02T20:44:24.519Z[ recovery-image] Jul 02 20:44:23.844 INFO O| Jul 02 20:44:23.844 INFO STEP 1052 (remove_files) COMPLETE
85222026-07-02T20:44:24.519Z[ recovery-image] Jul 02 20:44:23.844 INFO O| Jul 02 20:44:23.844 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85232026-07-02T20:44:24.528Z[ recovery-image] Jul 02 20:44:23.853 INFO O| Jul 02 20:44:23.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85242026-07-02T20:44:24.531Z[ recovery-image] Jul 02 20:44:23.853 INFO O| Jul 02 20:44:23.853 INFO STEP 1053 (remove_files) COMPLETE
85252026-07-02T20:44:24.531Z[ recovery-image] Jul 02 20:44:23.853 INFO O| Jul 02 20:44:23.853 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85262026-07-02T20:44:24.537Z[ recovery-image] Jul 02 20:44:23.862 INFO O| Jul 02 20:44:23.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85272026-07-02T20:44:24.537Z[ recovery-image] Jul 02 20:44:23.862 INFO O| Jul 02 20:44:23.862 INFO STEP 1054 (remove_files) COMPLETE
85282026-07-02T20:44:24.537Z[ recovery-image] Jul 02 20:44:23.862 INFO O| Jul 02 20:44:23.862 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85292026-07-02T20:44:24.544Z[ recovery-image] Jul 02 20:44:23.869 INFO O| Jul 02 20:44:23.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85302026-07-02T20:44:24.544Z[ recovery-image] Jul 02 20:44:23.869 INFO O| Jul 02 20:44:23.869 INFO STEP 1055 (remove_files) COMPLETE
85312026-07-02T20:44:24.544Z[ recovery-image] Jul 02 20:44:23.869 INFO O| Jul 02 20:44:23.869 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85322026-07-02T20:44:24.552Z[ recovery-image] Jul 02 20:44:23.877 INFO O| Jul 02 20:44:23.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85332026-07-02T20:44:24.552Z[ recovery-image] Jul 02 20:44:23.877 INFO O| Jul 02 20:44:23.877 INFO STEP 1056 (remove_files) COMPLETE
85342026-07-02T20:44:24.555Z[ recovery-image] Jul 02 20:44:23.877 INFO O| Jul 02 20:44:23.877 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85352026-07-02T20:44:24.560Z[ recovery-image] Jul 02 20:44:23.885 INFO O| Jul 02 20:44:23.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85362026-07-02T20:44:24.560Z[ recovery-image] Jul 02 20:44:23.885 INFO O| Jul 02 20:44:23.885 INFO STEP 1057 (remove_files) COMPLETE
85372026-07-02T20:44:24.560Z[ recovery-image] Jul 02 20:44:23.885 INFO O| Jul 02 20:44:23.885 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85382026-07-02T20:44:24.569Z[ recovery-image] Jul 02 20:44:23.893 INFO O| Jul 02 20:44:23.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85392026-07-02T20:44:24.572Z[ recovery-image] Jul 02 20:44:23.893 INFO O| Jul 02 20:44:23.893 INFO STEP 1058 (remove_files) COMPLETE
85402026-07-02T20:44:24.572Z[ recovery-image] Jul 02 20:44:23.894 INFO O| Jul 02 20:44:23.893 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85412026-07-02T20:44:24.577Z[ recovery-image] Jul 02 20:44:23.901 INFO O| Jul 02 20:44:23.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85422026-07-02T20:44:24.577Z[ recovery-image] Jul 02 20:44:23.901 INFO O| Jul 02 20:44:23.901 INFO STEP 1059 (remove_files) COMPLETE
85432026-07-02T20:44:24.577Z[ recovery-image] Jul 02 20:44:23.901 INFO O| Jul 02 20:44:23.901 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85442026-07-02T20:44:24.583Z[ recovery-image] Jul 02 20:44:23.909 INFO O| Jul 02 20:44:23.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85452026-07-02T20:44:24.586Z[ recovery-image] Jul 02 20:44:23.909 INFO O| Jul 02 20:44:23.909 INFO STEP 1060 (remove_files) COMPLETE
85462026-07-02T20:44:24.586Z[ recovery-image] Jul 02 20:44:23.909 INFO O| Jul 02 20:44:23.909 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85472026-07-02T20:44:24.594Z[ recovery-image] Jul 02 20:44:23.919 INFO O| Jul 02 20:44:23.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85482026-07-02T20:44:24.594Z[ recovery-image] Jul 02 20:44:23.919 INFO O| Jul 02 20:44:23.919 INFO STEP 1061 (remove_files) COMPLETE
85492026-07-02T20:44:24.597Z[ recovery-image] Jul 02 20:44:23.919 INFO O| Jul 02 20:44:23.919 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85502026-07-02T20:44:24.603Z[ recovery-image] Jul 02 20:44:23.928 INFO O| Jul 02 20:44:23.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85512026-07-02T20:44:24.603Z[ recovery-image] Jul 02 20:44:23.928 INFO O| Jul 02 20:44:23.928 INFO STEP 1062 (remove_files) COMPLETE
85522026-07-02T20:44:24.605Z[ recovery-image] Jul 02 20:44:23.928 INFO O| Jul 02 20:44:23.928 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85532026-07-02T20:44:24.610Z[ recovery-image] Jul 02 20:44:23.935 INFO O| Jul 02 20:44:23.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85542026-07-02T20:44:24.610Z[ recovery-image] Jul 02 20:44:23.935 INFO O| Jul 02 20:44:23.935 INFO STEP 1063 (remove_files) COMPLETE
85552026-07-02T20:44:24.613Z[ recovery-image] Jul 02 20:44:23.935 INFO O| Jul 02 20:44:23.935 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85562026-07-02T20:44:24.619Z[ recovery-image] Jul 02 20:44:23.944 INFO O| Jul 02 20:44:23.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85572026-07-02T20:44:24.619Z[ recovery-image] Jul 02 20:44:23.944 INFO O| Jul 02 20:44:23.944 INFO STEP 1064 (remove_files) COMPLETE
85582026-07-02T20:44:24.619Z[ recovery-image] Jul 02 20:44:23.944 INFO O| Jul 02 20:44:23.944 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85592026-07-02T20:44:24.627Z[ recovery-image] Jul 02 20:44:23.952 INFO O| Jul 02 20:44:23.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85602026-07-02T20:44:24.627Z[ recovery-image] Jul 02 20:44:23.952 INFO O| Jul 02 20:44:23.952 INFO STEP 1065 (remove_files) COMPLETE
85612026-07-02T20:44:24.630Z[ recovery-image] Jul 02 20:44:23.952 INFO O| Jul 02 20:44:23.952 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85622026-07-02T20:44:24.636Z[ recovery-image] Jul 02 20:44:23.962 INFO O| Jul 02 20:44:23.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85632026-07-02T20:44:24.639Z[ recovery-image] Jul 02 20:44:23.962 INFO O| Jul 02 20:44:23.962 INFO STEP 1066 (remove_files) COMPLETE
85642026-07-02T20:44:24.639Z[ recovery-image] Jul 02 20:44:23.962 INFO O| Jul 02 20:44:23.962 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85652026-07-02T20:44:24.647Z[ recovery-image] Jul 02 20:44:23.972 INFO O| Jul 02 20:44:23.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85662026-07-02T20:44:24.647Z[ recovery-image] Jul 02 20:44:23.972 INFO O| Jul 02 20:44:23.972 INFO STEP 1067 (remove_files) COMPLETE
85672026-07-02T20:44:24.650Z[ recovery-image] Jul 02 20:44:23.972 INFO O| Jul 02 20:44:23.972 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85682026-07-02T20:44:24.655Z[ recovery-image] Jul 02 20:44:23.980 INFO O| Jul 02 20:44:23.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85692026-07-02T20:44:24.658Z[ recovery-image] Jul 02 20:44:23.981 INFO O| Jul 02 20:44:23.980 INFO STEP 1068 (remove_files) COMPLETE
85702026-07-02T20:44:24.659Z[ recovery-image] Jul 02 20:44:23.981 INFO O| Jul 02 20:44:23.981 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85712026-07-02T20:44:24.664Z[ recovery-image] Jul 02 20:44:23.989 INFO O| Jul 02 20:44:23.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85722026-07-02T20:44:24.666Z[ recovery-image] Jul 02 20:44:23.990 INFO O| Jul 02 20:44:23.990 INFO STEP 1069 (remove_files) COMPLETE
85732026-07-02T20:44:24.666Z[ recovery-image] Jul 02 20:44:23.990 INFO O| Jul 02 20:44:23.990 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85742026-07-02T20:44:24.673Z[ recovery-image] Jul 02 20:44:23.998 INFO O| Jul 02 20:44:23.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85752026-07-02T20:44:24.676Z[ recovery-image] Jul 02 20:44:23.999 INFO O| Jul 02 20:44:23.999 INFO STEP 1070 (remove_files) COMPLETE
85762026-07-02T20:44:24.676Z[ recovery-image] Jul 02 20:44:23.999 INFO O| Jul 02 20:44:23.999 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85772026-07-02T20:44:24.683Z[ recovery-image] Jul 02 20:44:24.008 INFO O| Jul 02 20:44:24.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85782026-07-02T20:44:24.683Z[ recovery-image] Jul 02 20:44:24.008 INFO O| Jul 02 20:44:24.008 INFO STEP 1071 (remove_files) COMPLETE
85792026-07-02T20:44:24.685Z[ recovery-image] Jul 02 20:44:24.008 INFO O| Jul 02 20:44:24.008 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85802026-07-02T20:44:24.690Z[ recovery-image] Jul 02 20:44:24.015 INFO O| Jul 02 20:44:24.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85812026-07-02T20:44:24.690Z[ recovery-image] Jul 02 20:44:24.015 INFO O| Jul 02 20:44:24.015 INFO STEP 1072 (remove_files) COMPLETE
85822026-07-02T20:44:24.693Z[ recovery-image] Jul 02 20:44:24.015 INFO O| Jul 02 20:44:24.015 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85832026-07-02T20:44:24.699Z[ recovery-image] Jul 02 20:44:24.025 INFO O| Jul 02 20:44:24.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85842026-07-02T20:44:24.699Z[ recovery-image] Jul 02 20:44:24.025 INFO O| Jul 02 20:44:24.025 INFO STEP 1073 (remove_files) COMPLETE
85852026-07-02T20:44:24.702Z[ recovery-image] Jul 02 20:44:24.025 INFO O| Jul 02 20:44:24.025 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85862026-07-02T20:44:24.708Z[ recovery-image] Jul 02 20:44:24.033 INFO O| Jul 02 20:44:24.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85872026-07-02T20:44:24.708Z[ recovery-image] Jul 02 20:44:24.033 INFO O| Jul 02 20:44:24.033 INFO STEP 1074 (remove_files) COMPLETE
85882026-07-02T20:44:24.711Z[ recovery-image] Jul 02 20:44:24.033 INFO O| Jul 02 20:44:24.033 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85892026-07-02T20:44:24.716Z[ recovery-image] Jul 02 20:44:24.041 INFO O| Jul 02 20:44:24.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85902026-07-02T20:44:24.719Z[ recovery-image] Jul 02 20:44:24.042 INFO O| Jul 02 20:44:24.042 INFO STEP 1075 (remove_files) COMPLETE
85912026-07-02T20:44:24.719Z[ recovery-image] Jul 02 20:44:24.042 INFO O| Jul 02 20:44:24.042 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85922026-07-02T20:44:24.725Z[ recovery-image] Jul 02 20:44:24.050 INFO O| Jul 02 20:44:24.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85932026-07-02T20:44:24.725Z[ recovery-image] Jul 02 20:44:24.050 INFO O| Jul 02 20:44:24.050 INFO STEP 1076 (remove_files) COMPLETE
85942026-07-02T20:44:24.725Z[ recovery-image] Jul 02 20:44:24.050 INFO O| Jul 02 20:44:24.050 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85952026-07-02T20:44:24.733Z[ recovery-image] Jul 02 20:44:24.058 INFO O| Jul 02 20:44:24.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85962026-07-02T20:44:24.733Z[ recovery-image] Jul 02 20:44:24.058 INFO O| Jul 02 20:44:24.058 INFO STEP 1077 (remove_files) COMPLETE
85972026-07-02T20:44:24.733Z[ recovery-image] Jul 02 20:44:24.058 INFO O| Jul 02 20:44:24.058 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85982026-07-02T20:44:24.743Z[ recovery-image] Jul 02 20:44:24.068 INFO O| Jul 02 20:44:24.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85992026-07-02T20:44:24.743Z[ recovery-image] Jul 02 20:44:24.068 INFO O| Jul 02 20:44:24.068 INFO STEP 1078 (remove_files) COMPLETE
86002026-07-02T20:44:24.746Z[ recovery-image] Jul 02 20:44:24.068 INFO O| Jul 02 20:44:24.068 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86012026-07-02T20:44:24.752Z[ recovery-image] Jul 02 20:44:24.077 INFO O| Jul 02 20:44:24.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
86022026-07-02T20:44:24.755Z[ recovery-image] Jul 02 20:44:24.077 INFO O| Jul 02 20:44:24.077 INFO STEP 1079 (remove_files) COMPLETE
86032026-07-02T20:44:24.755Z[ recovery-image] Jul 02 20:44:24.077 INFO O| Jul 02 20:44:24.077 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86042026-07-02T20:44:24.761Z[ recovery-image] Jul 02 20:44:24.086 INFO O| Jul 02 20:44:24.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
86052026-07-02T20:44:24.761Z[ recovery-image] Jul 02 20:44:24.086 INFO O| Jul 02 20:44:24.086 INFO STEP 1080 (remove_files) COMPLETE
86062026-07-02T20:44:24.763Z[ recovery-image] Jul 02 20:44:24.086 INFO O| Jul 02 20:44:24.086 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86072026-07-02T20:44:24.769Z[ recovery-image] Jul 02 20:44:24.094 INFO O| Jul 02 20:44:24.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86082026-07-02T20:44:24.769Z[ recovery-image] Jul 02 20:44:24.094 INFO O| Jul 02 20:44:24.094 INFO STEP 1081 (remove_files) COMPLETE
86092026-07-02T20:44:24.769Z[ recovery-image] Jul 02 20:44:24.094 INFO O| Jul 02 20:44:24.094 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86102026-07-02T20:44:24.779Z[ recovery-image] Jul 02 20:44:24.103 INFO O| Jul 02 20:44:24.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86112026-07-02T20:44:24.779Z[ recovery-image] Jul 02 20:44:24.103 INFO O| Jul 02 20:44:24.103 INFO STEP 1082 (remove_files) COMPLETE
86122026-07-02T20:44:24.779Z[ recovery-image] Jul 02 20:44:24.103 INFO O| Jul 02 20:44:24.103 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86132026-07-02T20:44:24.786Z[ recovery-image] Jul 02 20:44:24.111 INFO O| Jul 02 20:44:24.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86142026-07-02T20:44:24.786Z[ recovery-image] Jul 02 20:44:24.111 INFO O| Jul 02 20:44:24.111 INFO STEP 1083 (remove_files) COMPLETE
86152026-07-02T20:44:24.789Z[ recovery-image] Jul 02 20:44:24.111 INFO O| Jul 02 20:44:24.111 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86162026-07-02T20:44:24.794Z[ recovery-image] Jul 02 20:44:24.119 INFO O| Jul 02 20:44:24.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86172026-07-02T20:44:24.797Z[ recovery-image] Jul 02 20:44:24.119 INFO O| Jul 02 20:44:24.119 INFO STEP 1084 (remove_files) COMPLETE
86182026-07-02T20:44:24.799Z[ recovery-image] Jul 02 20:44:24.119 INFO O| Jul 02 20:44:24.119 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86192026-07-02T20:44:24.803Z[ recovery-image] Jul 02 20:44:24.128 INFO O| Jul 02 20:44:24.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86202026-07-02T20:44:24.803Z[ recovery-image] Jul 02 20:44:24.128 INFO O| Jul 02 20:44:24.128 INFO STEP 1085 (remove_files) COMPLETE
86212026-07-02T20:44:24.805Z[ recovery-image] Jul 02 20:44:24.128 INFO O| Jul 02 20:44:24.128 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86222026-07-02T20:44:24.812Z[ recovery-image] Jul 02 20:44:24.137 INFO O| Jul 02 20:44:24.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86232026-07-02T20:44:24.815Z[ recovery-image] Jul 02 20:44:24.137 INFO O| Jul 02 20:44:24.137 INFO STEP 1086 (remove_files) COMPLETE
86242026-07-02T20:44:24.815Z[ recovery-image] Jul 02 20:44:24.137 INFO O| Jul 02 20:44:24.137 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86252026-07-02T20:44:24.821Z[ recovery-image] Jul 02 20:44:24.146 INFO O| Jul 02 20:44:24.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86262026-07-02T20:44:24.821Z[ recovery-image] Jul 02 20:44:24.146 INFO O| Jul 02 20:44:24.146 INFO STEP 1087 (remove_files) COMPLETE
86272026-07-02T20:44:24.821Z[ recovery-image] Jul 02 20:44:24.146 INFO O| Jul 02 20:44:24.146 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86282026-07-02T20:44:24.829Z[ recovery-image] Jul 02 20:44:24.155 INFO O| Jul 02 20:44:24.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86292026-07-02T20:44:24.829Z[ recovery-image] Jul 02 20:44:24.155 INFO O| Jul 02 20:44:24.155 INFO STEP 1088 (remove_files) COMPLETE
86302026-07-02T20:44:24.832Z[ recovery-image] Jul 02 20:44:24.155 INFO O| Jul 02 20:44:24.155 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86312026-07-02T20:44:24.838Z[ recovery-image] Jul 02 20:44:24.163 INFO O| Jul 02 20:44:24.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86322026-07-02T20:44:24.838Z[ recovery-image] Jul 02 20:44:24.163 INFO O| Jul 02 20:44:24.163 INFO STEP 1089 (remove_files) COMPLETE
86332026-07-02T20:44:24.841Z[ recovery-image] Jul 02 20:44:24.163 INFO O| Jul 02 20:44:24.163 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86342026-07-02T20:44:24.847Z[ recovery-image] Jul 02 20:44:24.172 INFO O| Jul 02 20:44:24.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86352026-07-02T20:44:24.847Z[ recovery-image] Jul 02 20:44:24.172 INFO O| Jul 02 20:44:24.172 INFO STEP 1090 (remove_files) COMPLETE
86362026-07-02T20:44:24.850Z[ recovery-image] Jul 02 20:44:24.172 INFO O| Jul 02 20:44:24.172 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86372026-07-02T20:44:24.856Z[ recovery-image] Jul 02 20:44:24.181 INFO O| Jul 02 20:44:24.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86382026-07-02T20:44:24.856Z[ recovery-image] Jul 02 20:44:24.181 INFO O| Jul 02 20:44:24.181 INFO STEP 1091 (remove_files) COMPLETE
86392026-07-02T20:44:24.858Z[ recovery-image] Jul 02 20:44:24.181 INFO O| Jul 02 20:44:24.181 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86402026-07-02T20:44:24.866Z[ recovery-image] Jul 02 20:44:24.191 INFO O| Jul 02 20:44:24.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86412026-07-02T20:44:24.868Z[ recovery-image] Jul 02 20:44:24.191 INFO O| Jul 02 20:44:24.191 INFO STEP 1092 (remove_files) COMPLETE
86422026-07-02T20:44:24.868Z[ recovery-image] Jul 02 20:44:24.191 INFO O| Jul 02 20:44:24.191 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86432026-07-02T20:44:24.874Z[ recovery-image] Jul 02 20:44:24.200 INFO O| Jul 02 20:44:24.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86442026-07-02T20:44:24.874Z[ recovery-image] Jul 02 20:44:24.200 INFO O| Jul 02 20:44:24.200 INFO STEP 1093 (remove_files) COMPLETE
86452026-07-02T20:44:24.875Z[ recovery-image] Jul 02 20:44:24.200 INFO O| Jul 02 20:44:24.200 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86462026-07-02T20:44:24.884Z[ recovery-image] Jul 02 20:44:24.209 INFO O| Jul 02 20:44:24.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86472026-07-02T20:44:24.884Z[ recovery-image] Jul 02 20:44:24.209 INFO O| Jul 02 20:44:24.209 INFO STEP 1094 (remove_files) COMPLETE
86482026-07-02T20:44:24.887Z[ recovery-image] Jul 02 20:44:24.209 INFO O| Jul 02 20:44:24.209 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86492026-07-02T20:44:24.894Z[ recovery-image] Jul 02 20:44:24.219 INFO O| Jul 02 20:44:24.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86502026-07-02T20:44:24.894Z[ recovery-image] Jul 02 20:44:24.219 INFO O| Jul 02 20:44:24.219 INFO STEP 1095 (remove_files) COMPLETE
86512026-07-02T20:44:24.894Z[ recovery-image] Jul 02 20:44:24.219 INFO O| Jul 02 20:44:24.219 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86522026-07-02T20:44:24.903Z[ recovery-image] Jul 02 20:44:24.228 INFO O| Jul 02 20:44:24.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86532026-07-02T20:44:24.903Z[ recovery-image] Jul 02 20:44:24.228 INFO O| Jul 02 20:44:24.228 INFO STEP 1096 (remove_files) COMPLETE
86542026-07-02T20:44:24.907Z[ recovery-image] Jul 02 20:44:24.228 INFO O| Jul 02 20:44:24.228 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86552026-07-02T20:44:24.912Z[ recovery-image] Jul 02 20:44:24.237 INFO O| Jul 02 20:44:24.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86562026-07-02T20:44:24.912Z[ recovery-image] Jul 02 20:44:24.237 INFO O| Jul 02 20:44:24.237 INFO STEP 1097 (remove_files) COMPLETE
86572026-07-02T20:44:24.915Z[ recovery-image] Jul 02 20:44:24.237 INFO O| Jul 02 20:44:24.237 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86582026-07-02T20:44:24.921Z[ recovery-image] Jul 02 20:44:24.246 INFO O| Jul 02 20:44:24.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86592026-07-02T20:44:24.921Z[ recovery-image] Jul 02 20:44:24.246 INFO O| Jul 02 20:44:24.246 INFO STEP 1098 (remove_files) COMPLETE
86602026-07-02T20:44:24.921Z[ recovery-image] Jul 02 20:44:24.246 INFO O| Jul 02 20:44:24.246 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86612026-07-02T20:44:24.930Z[ recovery-image] Jul 02 20:44:24.255 INFO O| Jul 02 20:44:24.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86622026-07-02T20:44:24.930Z[ recovery-image] Jul 02 20:44:24.255 INFO O| Jul 02 20:44:24.255 INFO STEP 1099 (remove_files) COMPLETE
86632026-07-02T20:44:24.933Z[ recovery-image] Jul 02 20:44:24.255 INFO O| Jul 02 20:44:24.255 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86642026-07-02T20:44:24.939Z[ recovery-image] Jul 02 20:44:24.264 INFO O| Jul 02 20:44:24.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86652026-07-02T20:44:24.939Z[ recovery-image] Jul 02 20:44:24.264 INFO O| Jul 02 20:44:24.264 INFO STEP 1100 (remove_files) COMPLETE
86662026-07-02T20:44:24.942Z[ recovery-image] Jul 02 20:44:24.264 INFO O| Jul 02 20:44:24.264 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86672026-07-02T20:44:24.947Z[ recovery-image] Jul 02 20:44:24.272 INFO O| Jul 02 20:44:24.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86682026-07-02T20:44:24.947Z[ recovery-image] Jul 02 20:44:24.272 INFO O| Jul 02 20:44:24.272 INFO STEP 1101 (remove_files) COMPLETE
86692026-07-02T20:44:24.950Z[ recovery-image] Jul 02 20:44:24.272 INFO O| Jul 02 20:44:24.272 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86702026-07-02T20:44:24.955Z[ recovery-image] Jul 02 20:44:24.280 INFO O| Jul 02 20:44:24.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86712026-07-02T20:44:24.955Z[ recovery-image] Jul 02 20:44:24.280 INFO O| Jul 02 20:44:24.280 INFO STEP 1102 (remove_files) COMPLETE
86722026-07-02T20:44:24.958Z[ recovery-image] Jul 02 20:44:24.280 INFO O| Jul 02 20:44:24.280 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86732026-07-02T20:44:24.962Z[ recovery-image] Jul 02 20:44:24.287 INFO O| Jul 02 20:44:24.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86742026-07-02T20:44:24.962Z[ recovery-image] Jul 02 20:44:24.288 INFO O| Jul 02 20:44:24.288 INFO STEP 1103 (remove_files) COMPLETE
86752026-07-02T20:44:24.965Z[ recovery-image] Jul 02 20:44:24.288 INFO O| Jul 02 20:44:24.288 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86762026-07-02T20:44:24.969Z[ recovery-image] Jul 02 20:44:24.294 INFO O| Jul 02 20:44:24.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86772026-07-02T20:44:24.969Z[ recovery-image] Jul 02 20:44:24.294 INFO O| Jul 02 20:44:24.294 INFO STEP 1104 (remove_files) COMPLETE
86782026-07-02T20:44:24.969Z[ recovery-image] Jul 02 20:44:24.294 INFO O| Jul 02 20:44:24.294 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86792026-07-02T20:44:24.978Z[ recovery-image] Jul 02 20:44:24.303 INFO O| Jul 02 20:44:24.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86802026-07-02T20:44:24.978Z[ recovery-image] Jul 02 20:44:24.303 INFO O| Jul 02 20:44:24.303 INFO STEP 1105 (remove_files) COMPLETE
86812026-07-02T20:44:24.978Z[ recovery-image] Jul 02 20:44:24.303 INFO O| Jul 02 20:44:24.303 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86822026-07-02T20:44:24.987Z[ recovery-image] Jul 02 20:44:24.312 INFO O| Jul 02 20:44:24.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86832026-07-02T20:44:24.987Z[ recovery-image] Jul 02 20:44:24.312 INFO O| Jul 02 20:44:24.312 INFO STEP 1106 (remove_files) COMPLETE
86842026-07-02T20:44:24.990Z[ recovery-image] Jul 02 20:44:24.312 INFO O| Jul 02 20:44:24.312 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86852026-07-02T20:44:24.995Z[ recovery-image] Jul 02 20:44:24.320 INFO O| Jul 02 20:44:24.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86862026-07-02T20:44:24.995Z[ recovery-image] Jul 02 20:44:24.320 INFO O| Jul 02 20:44:24.320 INFO STEP 1107 (remove_files) COMPLETE
86872026-07-02T20:44:24.999Z[ recovery-image] Jul 02 20:44:24.320 INFO O| Jul 02 20:44:24.320 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86882026-07-02T20:44:25.004Z[ recovery-image] Jul 02 20:44:24.329 INFO O| Jul 02 20:44:24.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86892026-07-02T20:44:25.004Z[ recovery-image] Jul 02 20:44:24.329 INFO O| Jul 02 20:44:24.329 INFO STEP 1108 (remove_files) COMPLETE
86902026-07-02T20:44:25.007Z[ recovery-image] Jul 02 20:44:24.329 INFO O| Jul 02 20:44:24.329 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86912026-07-02T20:44:25.013Z[ recovery-image] Jul 02 20:44:24.338 INFO O| Jul 02 20:44:24.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86922026-07-02T20:44:25.013Z[ recovery-image] Jul 02 20:44:24.338 INFO O| Jul 02 20:44:24.338 INFO STEP 1109 (remove_files) COMPLETE
86932026-07-02T20:44:25.016Z[ recovery-image] Jul 02 20:44:24.338 INFO O| Jul 02 20:44:24.338 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86942026-07-02T20:44:25.020Z[ recovery-image] Jul 02 20:44:24.345 INFO O| Jul 02 20:44:24.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86952026-07-02T20:44:25.023Z[ recovery-image] Jul 02 20:44:24.345 INFO O| Jul 02 20:44:24.345 INFO STEP 1110 (remove_files) COMPLETE
86962026-07-02T20:44:25.023Z[ recovery-image] Jul 02 20:44:24.345 INFO O| Jul 02 20:44:24.345 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86972026-07-02T20:44:25.030Z[ recovery-image] Jul 02 20:44:24.355 INFO O| Jul 02 20:44:24.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86982026-07-02T20:44:25.033Z[ recovery-image] Jul 02 20:44:24.355 INFO O| Jul 02 20:44:24.355 INFO STEP 1111 (remove_files) COMPLETE
86992026-07-02T20:44:25.033Z[ recovery-image] Jul 02 20:44:24.355 INFO O| Jul 02 20:44:24.355 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87002026-07-02T20:44:25.039Z[ recovery-image] Jul 02 20:44:24.364 INFO O| Jul 02 20:44:24.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
87012026-07-02T20:44:25.039Z[ recovery-image] Jul 02 20:44:24.364 INFO O| Jul 02 20:44:24.364 INFO STEP 1112 (remove_files) COMPLETE
87022026-07-02T20:44:25.042Z[ recovery-image] Jul 02 20:44:24.364 INFO O| Jul 02 20:44:24.364 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87032026-07-02T20:44:25.047Z[ recovery-image] Jul 02 20:44:24.372 INFO O| Jul 02 20:44:24.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
87042026-07-02T20:44:25.050Z[ recovery-image] Jul 02 20:44:24.372 INFO O| Jul 02 20:44:24.372 INFO STEP 1113 (remove_files) COMPLETE
87052026-07-02T20:44:25.050Z[ recovery-image] Jul 02 20:44:24.372 INFO O| Jul 02 20:44:24.372 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87062026-07-02T20:44:25.056Z[ recovery-image] Jul 02 20:44:24.381 INFO O| Jul 02 20:44:24.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87072026-07-02T20:44:25.056Z[ recovery-image] Jul 02 20:44:24.381 INFO O| Jul 02 20:44:24.381 INFO STEP 1114 (remove_files) COMPLETE
87082026-07-02T20:44:25.059Z[ recovery-image] Jul 02 20:44:24.381 INFO O| Jul 02 20:44:24.381 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87092026-07-02T20:44:25.064Z[ recovery-image] Jul 02 20:44:24.388 INFO O| Jul 02 20:44:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87102026-07-02T20:44:25.064Z[ recovery-image] Jul 02 20:44:24.388 INFO O| Jul 02 20:44:24.388 INFO STEP 1115 (remove_files) COMPLETE
87112026-07-02T20:44:25.068Z[ recovery-image] Jul 02 20:44:24.388 INFO O| Jul 02 20:44:24.388 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87122026-07-02T20:44:25.075Z[ recovery-image] Jul 02 20:44:24.398 INFO O| Jul 02 20:44:24.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87132026-07-02T20:44:25.075Z[ recovery-image] Jul 02 20:44:24.398 INFO O| Jul 02 20:44:24.398 INFO STEP 1116 (remove_files) COMPLETE
87142026-07-02T20:44:25.077Z[ recovery-image] Jul 02 20:44:24.398 INFO O| Jul 02 20:44:24.398 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87152026-07-02T20:44:25.082Z[ recovery-image] Jul 02 20:44:24.407 INFO O| Jul 02 20:44:24.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87162026-07-02T20:44:25.082Z[ recovery-image] Jul 02 20:44:24.407 INFO O| Jul 02 20:44:24.407 INFO STEP 1117 (remove_files) COMPLETE
87172026-07-02T20:44:25.084Z[ recovery-image] Jul 02 20:44:24.407 INFO O| Jul 02 20:44:24.407 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87182026-07-02T20:44:25.090Z[ recovery-image] Jul 02 20:44:24.415 INFO O| Jul 02 20:44:24.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87192026-07-02T20:44:25.093Z[ recovery-image] Jul 02 20:44:24.415 INFO O| Jul 02 20:44:24.415 INFO STEP 1118 (remove_files) COMPLETE
87202026-07-02T20:44:25.093Z[ recovery-image] Jul 02 20:44:24.415 INFO O| Jul 02 20:44:24.415 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87212026-07-02T20:44:25.098Z[ recovery-image] Jul 02 20:44:24.424 INFO O| Jul 02 20:44:24.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87222026-07-02T20:44:25.101Z[ recovery-image] Jul 02 20:44:24.424 INFO O| Jul 02 20:44:24.424 INFO STEP 1119 (remove_files) COMPLETE
87232026-07-02T20:44:25.101Z[ recovery-image] Jul 02 20:44:24.424 INFO O| Jul 02 20:44:24.424 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87242026-07-02T20:44:25.107Z[ recovery-image] Jul 02 20:44:24.432 INFO O| Jul 02 20:44:24.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87252026-07-02T20:44:25.107Z[ recovery-image] Jul 02 20:44:24.432 INFO O| Jul 02 20:44:24.432 INFO STEP 1120 (remove_files) COMPLETE
87262026-07-02T20:44:25.110Z[ recovery-image] Jul 02 20:44:24.432 INFO O| Jul 02 20:44:24.432 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87272026-07-02T20:44:25.114Z[ recovery-image] Jul 02 20:44:24.439 INFO O| Jul 02 20:44:24.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87282026-07-02T20:44:25.114Z[ recovery-image] Jul 02 20:44:24.439 INFO O| Jul 02 20:44:24.439 INFO STEP 1121 (remove_files) COMPLETE
87292026-07-02T20:44:25.114Z[ recovery-image] Jul 02 20:44:24.439 INFO O| Jul 02 20:44:24.439 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87302026-07-02T20:44:25.120Z[ recovery-image] Jul 02 20:44:24.445 INFO O| Jul 02 20:44:24.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87312026-07-02T20:44:25.120Z[ recovery-image] Jul 02 20:44:24.445 INFO O| Jul 02 20:44:24.445 INFO STEP 1122 (remove_files) COMPLETE
87322026-07-02T20:44:25.123Z[ recovery-image] Jul 02 20:44:24.445 INFO O| Jul 02 20:44:24.445 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87332026-07-02T20:44:25.127Z[ recovery-image] Jul 02 20:44:24.452 INFO O| Jul 02 20:44:24.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87342026-07-02T20:44:25.130Z[ recovery-image] Jul 02 20:44:24.452 INFO O| Jul 02 20:44:24.452 INFO STEP 1123 (remove_files) COMPLETE
87352026-07-02T20:44:25.130Z[ recovery-image] Jul 02 20:44:24.452 INFO O| Jul 02 20:44:24.452 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87362026-07-02T20:44:25.135Z[ recovery-image] Jul 02 20:44:24.460 INFO O| Jul 02 20:44:24.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87372026-07-02T20:44:25.135Z[ recovery-image] Jul 02 20:44:24.460 INFO O| Jul 02 20:44:24.460 INFO STEP 1124 (remove_files) COMPLETE
87382026-07-02T20:44:25.138Z[ recovery-image] Jul 02 20:44:24.460 INFO O| Jul 02 20:44:24.460 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87392026-07-02T20:44:25.145Z[ recovery-image] Jul 02 20:44:24.471 INFO O| Jul 02 20:44:24.471 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87402026-07-02T20:44:25.145Z[ recovery-image] Jul 02 20:44:24.471 INFO O| Jul 02 20:44:24.471 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87412026-07-02T20:44:25.874Z[ recovery-image] Jul 02 20:44:25.195 INFO O| Jul 02 20:44:25.194 INFO STEP 1125 (pack_tar) COMPLETE
87422026-07-02T20:44:25.877Z[ recovery-image] Jul 02 20:44:25.195 INFO O| Jul 02 20:44:25.194 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87432026-07-02T20:44:25.877Z[ recovery-image] Jul 02 20:44:25.195 INFO O| Jul 02 20:44:25.194 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87442026-07-02T20:44:27.894Z[ recovery-image] Jul 02 20:44:27.219 INFO O| Jul 02 20:44:27.219 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87452026-07-02T20:44:28.090Z[ recovery-image] Jul 02 20:44:27.415 INFO O| Jul 02 20:44:27.415 INFO completed processing sled/ramdisk-03-recovery-trim
87462026-07-02T20:44:28.095Z[ recovery-image] Jul 02 20:44:27.420 INFO image builder template: zfs-recovery...
87472026-07-02T20:44:28.098Z[ recovery-image] Jul 02 20:44:27.420 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/.tmpex7cix/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs-recovery"], pwd: None
87482026-07-02T20:44:28.127Z[ recovery-image] Jul 02 20:44:27.452 INFO O| Jul 02 20:44:27.452 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87492026-07-02T20:44:28.131Z[ recovery-image] Jul 02 20:44:27.456 INFO O| Jul 02 20:44:27.456 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87502026-07-02T20:44:28.446Z[ recovery-image] Jul 02 20:44:27.771 INFO O| Jul 02 20:44:27.771 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87512026-07-02T20:44:28.533Z[ recovery-image] Jul 02 20:44:27.858 INFO O| Jul 02 20:44:27.858 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87522026-07-02T20:44:28.533Z[ recovery-image] Jul 02 20:44:27.858 INFO O| Jul 02 20:44:27.858 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87532026-07-02T20:44:28.537Z[ recovery-image] Jul 02 20:44:27.861 INFO O| Jul 02 20:44:27.861 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87542026-07-02T20:44:28.616Z[ recovery-image] Jul 02 20:44:27.940 INFO O| Jul 02 20:44:27.940 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87552026-07-02T20:44:28.663Z[ recovery-image] Jul 02 20:44:27.988 INFO O| Jul 02 20:44:27.988 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87562026-07-02T20:44:28.671Z[ recovery-image] Jul 02 20:44:27.996 INFO O| Jul 02 20:44:27.996 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87572026-07-02T20:44:28.674Z[ recovery-image] Jul 02 20:44:28.000 INFO O| Jul 02 20:44:28.000 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87582026-07-02T20:44:28.677Z[ recovery-image] Jul 02 20:44:28.001 INFO O| Jul 02 20:44:28.001 INFO no lofi found
87592026-07-02T20:44:28.678Z[ recovery-image] Jul 02 20:44:28.001 INFO O| Jul 02 20:44:28.001 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87602026-07-02T20:44:28.678Z[ recovery-image] Jul 02 20:44:28.001 INFO O| Jul 02 20:44:28.001 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87612026-07-02T20:44:30.679Z[ recovery-image] Jul 02 20:44:30.002 INFO O| Jul 02 20:44:30.001 INFO lofi device = /dev/dsk/c2t1d0p0
87622026-07-02T20:44:30.685Z[ recovery-image] Jul 02 20:44:30.002 INFO O| Jul 02 20:44:30.001 INFO pool device = /dev/dsk/c2t1d0p0
87632026-07-02T20:44:30.685Z[ recovery-image] Jul 02 20:44:30.002 INFO O| Jul 02 20:44:30.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87642026-07-02T20:44:30.756Z[ recovery-image] Jul 02 20:44:30.081 INFO O| Jul 02 20:44:30.080 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87652026-07-02T20:44:30.756Z[ recovery-image] Jul 02 20:44:30.081 INFO O| Jul 02 20:44:30.080 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87662026-07-02T20:44:30.772Z[ recovery-image] Jul 02 20:44:30.097 INFO O| Jul 02 20:44:30.097 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87672026-07-02T20:44:30.821Z[ recovery-image] Jul 02 20:44:30.145 INFO O| Jul 02 20:44:30.145 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87682026-07-02T20:44:30.850Z[ recovery-image] Jul 02 20:44:30.172 INFO O| Jul 02 20:44:30.172 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87692026-07-02T20:44:30.868Z[ recovery-image] Jul 02 20:44:30.184 INFO O| Jul 02 20:44:30.184 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87702026-07-02T20:44:30.870Z[ recovery-image] Jul 02 20:44:30.192 INFO O| Jul 02 20:44:30.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87712026-07-02T20:44:30.900Z[ recovery-image] Jul 02 20:44:30.225 INFO O| Jul 02 20:44:30.225 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87722026-07-02T20:44:30.901Z[ recovery-image] Jul 02 20:44:30.225 INFO O| Jul 02 20:44:30.225 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87732026-07-02T20:44:30.904Z[ recovery-image] Jul 02 20:44:30.225 INFO O| Jul 02 20:44:30.225 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87742026-07-02T20:44:30.912Z[ recovery-image] Jul 02 20:44:30.237 INFO O| Jul 02 20:44:30.237 INFO boot environment UUID: 1b99f4e0-7fbd-4ed5-bb32-64c503c7d92b
87752026-07-02T20:44:30.912Z[ recovery-image] Jul 02 20:44:30.237 INFO O| Jul 02 20:44:30.237 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 1b99f4e0-7fbd-4ed5-bb32-64c503c7d92b
87762026-07-02T20:44:30.922Z[ recovery-image] Jul 02 20:44:30.247 INFO O| Jul 02 20:44:30.246 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87772026-07-02T20:44:30.929Z[ recovery-image] Jul 02 20:44:30.254 INFO O| Jul 02 20:44:30.254 INFO STEP 0 (create_be) COMPLETE
87782026-07-02T20:44:30.929Z[ recovery-image] Jul 02 20:44:30.254 INFO O| Jul 02 20:44:30.254 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87792026-07-02T20:44:30.938Z[ recovery-image] Jul 02 20:44:30.263 INFO O| Jul 02 20:44:30.263 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"]
87802026-07-02T20:44:33.848Z[ recovery-image] Jul 02 20:44:33.172 INFO O| Jul 02 20:44:33.172 INFO STEP 1 (unpack_tar) COMPLETE
87812026-07-02T20:44:33.848Z[ recovery-image] Jul 02 20:44:33.172 INFO O| Jul 02 20:44:33.172 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-07-02T20:44:33.855Z[ recovery-image] Jul 02 20:44:33.180 INFO O| Jul 02 20:44:33.180 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87832026-07-02T20:44:34.168Z[ recovery-image] Jul 02 20:44:33.491 INFO O| Jul 02 20:44:33.491 INFO STEP 2 (devfsadm) COMPLETE
87842026-07-02T20:44:34.168Z[ recovery-image] Jul 02 20:44:33.491 INFO O| Jul 02 20:44:33.491 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-07-02T20:44:34.174Z[ recovery-image] Jul 02 20:44:33.499 INFO O| Jul 02 20:44:33.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87862026-07-02T20:44:34.175Z[ recovery-image] Jul 02 20:44:33.499 INFO O| Jul 02 20:44:33.499 INFO STEP 3 (ensure_dir) COMPLETE
87872026-07-02T20:44:34.178Z[ recovery-image] Jul 02 20:44:33.499 INFO O| Jul 02 20:44:33.499 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-07-02T20:44:34.181Z[ recovery-image] Jul 02 20:44:33.506 INFO O| Jul 02 20:44:33.506 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87892026-07-02T20:44:34.184Z[ recovery-image] Jul 02 20:44:33.506 INFO O| Jul 02 20:44:33.506 INFO STEP 4 (ensure_dir) COMPLETE
87902026-07-02T20:44:34.184Z[ recovery-image] Jul 02 20:44:33.506 INFO O| Jul 02 20:44:33.506 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-07-02T20:44:34.187Z[ recovery-image] Jul 02 20:44:33.512 INFO O| Jul 02 20:44:33.512 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87922026-07-02T20:44:34.187Z[ recovery-image] Jul 02 20:44:33.512 INFO O| Jul 02 20:44:33.512 INFO STEP 5 (ensure_dir) COMPLETE
87932026-07-02T20:44:34.190Z[ recovery-image] Jul 02 20:44:33.512 INFO O| Jul 02 20:44:33.512 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-07-02T20:44:34.193Z[ recovery-image] Jul 02 20:44:33.518 INFO O| Jul 02 20:44:33.518 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87952026-07-02T20:44:34.193Z[ recovery-image] Jul 02 20:44:33.518 INFO O| Jul 02 20:44:33.518 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87962026-07-02T20:44:34.193Z[ recovery-image] Jul 02 20:44:33.518 INFO O| Jul 02 20:44:33.518 INFO STEP 6 (ensure_dir) COMPLETE
87972026-07-02T20:44:34.198Z[ recovery-image] Jul 02 20:44:33.518 INFO O| Jul 02 20:44:33.518 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-07-02T20:44:34.201Z[ recovery-image] Jul 02 20:44:33.524 INFO O| Jul 02 20:44:33.524 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87992026-07-02T20:44:34.201Z[ recovery-image] Jul 02 20:44:33.524 INFO O| Jul 02 20:44:33.524 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88002026-07-02T20:44:34.201Z[ recovery-image] Jul 02 20:44:33.524 INFO O| Jul 02 20:44:33.524 INFO STEP 7 (ensure_dir) COMPLETE
88012026-07-02T20:44:34.201Z[ recovery-image] Jul 02 20:44:33.524 INFO O| Jul 02 20:44:33.524 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-07-02T20:44:34.205Z[ recovery-image] Jul 02 20:44:33.530 INFO O| Jul 02 20:44:33.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
88032026-07-02T20:44:34.208Z[ recovery-image] Jul 02 20:44:33.531 INFO O| Jul 02 20:44:33.531 INFO STEP 8 (remove_files) COMPLETE
88042026-07-02T20:44:34.209Z[ recovery-image] Jul 02 20:44:33.531 INFO O| Jul 02 20:44:33.531 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-07-02T20:44:34.213Z[ recovery-image] Jul 02 20:44:33.538 INFO O| Jul 02 20:44:33.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
88062026-07-02T20:44:34.217Z[ recovery-image] Jul 02 20:44:33.539 INFO O| Jul 02 20:44:33.539 INFO STEP 9 (remove_files) COMPLETE
88072026-07-02T20:44:34.217Z[ recovery-image] Jul 02 20:44:33.539 INFO O| Jul 02 20:44:33.539 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-07-02T20:44:34.220Z[ recovery-image] Jul 02 20:44:33.545 INFO O| Jul 02 20:44:33.545 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88092026-07-02T20:44:34.224Z[ recovery-image] Jul 02 20:44:33.545 INFO O| Jul 02 20:44:33.545 INFO STEP 10 (remove_files) COMPLETE
88102026-07-02T20:44:34.224Z[ recovery-image] Jul 02 20:44:33.545 INFO O| Jul 02 20:44:33.545 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88112026-07-02T20:44:34.227Z[ recovery-image] Jul 02 20:44:33.551 INFO O| Jul 02 20:44:33.551 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88122026-07-02T20:44:34.227Z[ recovery-image] Jul 02 20:44:33.551 INFO O| Jul 02 20:44:33.551 INFO STEP 11 (remove_files) COMPLETE
88132026-07-02T20:44:34.227Z[ recovery-image] Jul 02 20:44:33.551 INFO O| Jul 02 20:44:33.551 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-07-02T20:44:34.231Z[ recovery-image] Jul 02 20:44:33.556 INFO O| Jul 02 20:44:33.556 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88152026-07-02T20:44:34.234Z[ recovery-image] Jul 02 20:44:33.556 INFO O| Jul 02 20:44:33.556 INFO STEP 12 (remove_files) COMPLETE
88162026-07-02T20:44:34.234Z[ recovery-image] Jul 02 20:44:33.556 INFO O| Jul 02 20:44:33.556 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-07-02T20:44:34.238Z[ recovery-image] Jul 02 20:44:33.563 INFO O| Jul 02 20:44:33.563 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88182026-07-02T20:44:34.238Z[ recovery-image] Jul 02 20:44:33.563 INFO O| Jul 02 20:44:33.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88192026-07-02T20:44:34.241Z[ recovery-image] Jul 02 20:44:33.563 INFO O| Jul 02 20:44:33.563 INFO STEP 13 (ensure_dir) COMPLETE
88202026-07-02T20:44:34.241Z[ recovery-image] Jul 02 20:44:33.563 INFO O| Jul 02 20:44:33.563 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88212026-07-02T20:44:34.245Z[ recovery-image] Jul 02 20:44:33.570 INFO O| Jul 02 20:44:33.570 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88222026-07-02T20:44:34.245Z[ recovery-image] Jul 02 20:44:33.570 INFO O| Jul 02 20:44:33.570 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88232026-07-02T20:44:34.248Z[ recovery-image] Jul 02 20:44:33.570 INFO O| Jul 02 20:44:33.570 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88242026-07-02T20:44:34.248Z[ recovery-image] Jul 02 20:44:33.570 INFO O| Jul 02 20:44:33.570 INFO STEP 14 (ensure_dir) COMPLETE
88252026-07-02T20:44:34.248Z[ recovery-image] Jul 02 20:44:33.570 INFO O| Jul 02 20:44:33.570 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262026-07-02T20:44:34.251Z[ recovery-image] Jul 02 20:44:33.575 INFO O| Jul 02 20:44:33.575 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88272026-07-02T20:44:34.251Z[ recovery-image] Jul 02 20:44:33.575 INFO O| Jul 02 20:44:33.575 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88282026-07-02T20:44:34.251Z[ recovery-image] Jul 02 20:44:33.575 INFO O| Jul 02 20:44:33.575 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88292026-07-02T20:44:34.251Z[ recovery-image] Jul 02 20:44:33.575 INFO O| Jul 02 20:44:33.575 INFO STEP 15 (ensure_dir) COMPLETE
88302026-07-02T20:44:34.252Z[ recovery-image] Jul 02 20:44:33.575 INFO O| Jul 02 20:44:33.575 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88312026-07-02T20:44:34.257Z[ recovery-image] Jul 02 20:44:33.582 INFO O| Jul 02 20:44:33.582 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88322026-07-02T20:44:34.257Z[ recovery-image] Jul 02 20:44:33.582 INFO O| Jul 02 20:44:33.582 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88332026-07-02T20:44:34.261Z[ recovery-image] Jul 02 20:44:33.582 INFO O| Jul 02 20:44:33.582 INFO STEP 16 (ensure_dir) COMPLETE
88342026-07-02T20:44:34.261Z[ recovery-image] Jul 02 20:44:33.582 INFO O| Jul 02 20:44:33.582 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88352026-07-02T20:44:34.264Z[ recovery-image] Jul 02 20:44:33.589 INFO O| Jul 02 20:44:33.589 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88362026-07-02T20:44:34.265Z[ recovery-image] Jul 02 20:44:33.589 INFO O| Jul 02 20:44:33.589 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88372026-07-02T20:44:34.265Z[ recovery-image] Jul 02 20:44:33.589 INFO O| Jul 02 20:44:33.589 INFO STEP 17 (ensure_dir) COMPLETE
88382026-07-02T20:44:34.265Z[ recovery-image] Jul 02 20:44:33.589 INFO O| Jul 02 20:44:33.589 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88392026-07-02T20:44:34.270Z[ recovery-image] Jul 02 20:44:33.595 INFO O| Jul 02 20:44:33.595 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88402026-07-02T20:44:34.270Z[ recovery-image] Jul 02 20:44:33.595 INFO O| Jul 02 20:44:33.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88412026-07-02T20:44:34.273Z[ recovery-image] Jul 02 20:44:33.595 INFO O| Jul 02 20:44:33.595 INFO ok!
88422026-07-02T20:44:34.273Z[ recovery-image] Jul 02 20:44:33.595 INFO O| Jul 02 20:44:33.595 INFO STEP 18 (ensure_symlink) COMPLETE
88432026-07-02T20:44:34.273Z[ recovery-image] Jul 02 20:44:33.595 INFO O| Jul 02 20:44:33.595 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88442026-07-02T20:44:34.277Z[ recovery-image] Jul 02 20:44:33.602 INFO O| Jul 02 20:44:33.602 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88452026-07-02T20:44:34.277Z[ recovery-image] Jul 02 20:44:33.602 INFO O| Jul 02 20:44:33.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88462026-07-02T20:44:34.281Z[ recovery-image] Jul 02 20:44:33.602 INFO O| Jul 02 20:44:33.602 INFO ok!
88472026-07-02T20:44:34.281Z[ recovery-image] Jul 02 20:44:33.602 INFO O| Jul 02 20:44:33.602 INFO STEP 19 (ensure_file) COMPLETE
88482026-07-02T20:44:34.281Z[ recovery-image] Jul 02 20:44:33.602 INFO O| Jul 02 20:44:33.602 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88492026-07-02T20:44:34.284Z[ recovery-image] Jul 02 20:44:33.608 INFO O| Jul 02 20:44:33.608 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88502026-07-02T20:44:34.284Z[ recovery-image] Jul 02 20:44:33.608 INFO O| Jul 02 20:44:33.608 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88512026-07-02T20:44:34.284Z[ recovery-image] Jul 02 20:44:33.608 INFO O| Jul 02 20:44:33.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88522026-07-02T20:44:34.284Z[ recovery-image] Jul 02 20:44:33.608 INFO O| Jul 02 20:44:33.608 INFO ok!
88532026-07-02T20:44:34.284Z[ recovery-image] Jul 02 20:44:33.608 INFO O| Jul 02 20:44:33.608 INFO STEP 20 (ensure_symlink) COMPLETE
88542026-07-02T20:44:34.284Z[ recovery-image] Jul 02 20:44:33.608 INFO O| Jul 02 20:44:33.608 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88552026-07-02T20:44:34.291Z[ recovery-image] Jul 02 20:44:33.614 INFO O| Jul 02 20:44:33.614 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88562026-07-02T20:44:34.296Z[ recovery-image] Jul 02 20:44:33.614 INFO O| Jul 02 20:44:33.614 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88572026-07-02T20:44:34.296Z[ recovery-image] Jul 02 20:44:33.614 INFO O| Jul 02 20:44:33.614 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88582026-07-02T20:44:34.296Z[ recovery-image] Jul 02 20:44:33.614 INFO O| Jul 02 20:44:33.614 INFO ok!
88592026-07-02T20:44:34.296Z[ recovery-image] Jul 02 20:44:33.614 INFO O| Jul 02 20:44:33.614 INFO STEP 21 (ensure_symlink) COMPLETE
88602026-07-02T20:44:34.296Z[ recovery-image] Jul 02 20:44:33.614 INFO O| Jul 02 20:44:33.614 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88612026-07-02T20:44:34.301Z[ recovery-image] Jul 02 20:44:33.621 INFO O| Jul 02 20:44:33.621 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88622026-07-02T20:44:34.301Z[ recovery-image] Jul 02 20:44:33.621 INFO O| Jul 02 20:44:33.621 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88632026-07-02T20:44:34.301Z[ recovery-image] Jul 02 20:44:33.621 INFO O| Jul 02 20:44:33.621 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88642026-07-02T20:44:34.301Z[ recovery-image] Jul 02 20:44:33.621 INFO O| Jul 02 20:44:33.621 INFO ok!
88652026-07-02T20:44:34.301Z[ recovery-image] Jul 02 20:44:33.621 INFO O| Jul 02 20:44:33.621 INFO STEP 22 (ensure_symlink) COMPLETE
88662026-07-02T20:44:34.301Z[ recovery-image] Jul 02 20:44:33.621 INFO O| Jul 02 20:44:33.621 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-07-02T20:44:34.304Z[ recovery-image] Jul 02 20:44:33.626 INFO O| Jul 02 20:44:33.626 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88682026-07-02T20:44:34.304Z[ recovery-image] Jul 02 20:44:33.627 INFO O| Jul 02 20:44:33.626 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88692026-07-02T20:44:34.304Z[ recovery-image] Jul 02 20:44:33.627 INFO O| Jul 02 20:44:33.627 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88702026-07-02T20:44:34.304Z[ recovery-image] Jul 02 20:44:33.627 INFO O| Jul 02 20:44:33.627 INFO ok!
88712026-07-02T20:44:34.304Z[ recovery-image] Jul 02 20:44:33.627 INFO O| Jul 02 20:44:33.627 INFO STEP 23 (ensure_symlink) COMPLETE
88722026-07-02T20:44:34.305Z[ recovery-image] Jul 02 20:44:33.627 INFO O| Jul 02 20:44:33.627 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-07-02T20:44:34.308Z[ recovery-image] Jul 02 20:44:33.633 INFO O| Jul 02 20:44:33.633 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88742026-07-02T20:44:34.308Z[ recovery-image] Jul 02 20:44:33.633 INFO O| Jul 02 20:44:33.633 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 ...
88752026-07-02T20:44:34.311Z[ recovery-image] Jul 02 20:44:33.633 INFO O| Jul 02 20:44:33.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88762026-07-02T20:44:34.311Z[ recovery-image] Jul 02 20:44:33.633 INFO O| Jul 02 20:44:33.633 INFO ok!
88772026-07-02T20:44:34.311Z[ recovery-image] Jul 02 20:44:33.633 INFO O| Jul 02 20:44:33.633 INFO STEP 24 (ensure_file) COMPLETE
88782026-07-02T20:44:34.311Z[ recovery-image] Jul 02 20:44:33.633 INFO O| Jul 02 20:44:33.633 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-07-02T20:44:34.315Z[ recovery-image] Jul 02 20:44:33.640 INFO O| Jul 02 20:44:33.640 INFO updating shadow file
88802026-07-02T20:44:34.315Z[ recovery-image] Jul 02 20:44:33.640 INFO O| Jul 02 20:44:33.640 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88812026-07-02T20:44:34.318Z[ recovery-image] Jul 02 20:44:33.640 INFO O| Jul 02 20:44:33.640 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88822026-07-02T20:44:34.318Z[ recovery-image] Jul 02 20:44:33.640 INFO O| Jul 02 20:44:33.640 INFO STEP 25 (shadow) COMPLETE
88832026-07-02T20:44:34.318Z[ recovery-image] Jul 02 20:44:33.640 INFO O| Jul 02 20:44:33.640 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88842026-07-02T20:44:34.322Z[ recovery-image] Jul 02 20:44:33.647 INFO O| Jul 02 20:44:33.647 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88852026-07-02T20:44:34.322Z[ recovery-image] Jul 02 20:44:33.647 INFO O| Jul 02 20:44:33.647 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88862026-07-02T20:44:34.325Z[ recovery-image] Jul 02 20:44:33.647 INFO O| Jul 02 20:44:33.647 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88872026-07-02T20:44:34.325Z[ recovery-image] Jul 02 20:44:33.647 INFO O| Jul 02 20:44:33.647 INFO ok!
88882026-07-02T20:44:34.325Z[ recovery-image] Jul 02 20:44:33.647 INFO O| Jul 02 20:44:33.647 INFO STEP 26 (ensure_file) COMPLETE
88892026-07-02T20:44:34.325Z[ recovery-image] Jul 02 20:44:33.647 INFO O| Jul 02 20:44:33.647 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88902026-07-02T20:44:34.328Z[ recovery-image] Jul 02 20:44:33.653 INFO O| Jul 02 20:44:33.653 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88912026-07-02T20:44:34.328Z[ recovery-image] Jul 02 20:44:33.653 INFO O| Jul 02 20:44:33.653 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88922026-07-02T20:44:34.328Z[ recovery-image] Jul 02 20:44:33.653 INFO O| Jul 02 20:44:33.653 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88932026-07-02T20:44:34.328Z[ recovery-image] Jul 02 20:44:33.653 INFO O| Jul 02 20:44:33.653 INFO ok!
88942026-07-02T20:44:34.328Z[ recovery-image] Jul 02 20:44:33.653 INFO O| Jul 02 20:44:33.653 INFO STEP 27 (ensure_file) COMPLETE
88952026-07-02T20:44:34.331Z[ recovery-image] Jul 02 20:44:33.653 INFO O| Jul 02 20:44:33.653 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88962026-07-02T20:44:34.335Z[ recovery-image] Jul 02 20:44:33.660 INFO O| Jul 02 20:44:33.660 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88972026-07-02T20:44:34.335Z[ recovery-image] Jul 02 20:44:33.660 INFO O| Jul 02 20:44:33.660 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88982026-07-02T20:44:34.338Z[ recovery-image] Jul 02 20:44:33.660 INFO O| Jul 02 20:44:33.660 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88992026-07-02T20:44:34.338Z[ recovery-image] Jul 02 20:44:33.660 INFO O| Jul 02 20:44:33.660 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
89002026-07-02T20:44:34.338Z[ recovery-image] Jul 02 20:44:33.660 INFO O| Jul 02 20:44:33.660 INFO ok!
89012026-07-02T20:44:34.338Z[ recovery-image] Jul 02 20:44:33.660 INFO O| Jul 02 20:44:33.660 INFO STEP 28 (ensure_file) COMPLETE
89022026-07-02T20:44:34.338Z[ recovery-image] Jul 02 20:44:33.660 INFO O| Jul 02 20:44:33.660 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89032026-07-02T20:44:34.341Z[ recovery-image] Jul 02 20:44:33.666 INFO O| Jul 02 20:44:33.666 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
89042026-07-02T20:44:34.341Z[ recovery-image] Jul 02 20:44:33.666 INFO O| Jul 02 20:44:33.666 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
89052026-07-02T20:44:34.341Z[ recovery-image] Jul 02 20:44:33.666 INFO O| Jul 02 20:44:33.666 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
89062026-07-02T20:44:34.341Z[ recovery-image] Jul 02 20:44:33.666 INFO O| Jul 02 20:44:33.666 INFO ok!
89072026-07-02T20:44:34.344Z[ recovery-image] Jul 02 20:44:33.666 INFO O| Jul 02 20:44:33.666 INFO STEP 29 (ensure_file) COMPLETE
89082026-07-02T20:44:34.344Z[ recovery-image] Jul 02 20:44:33.666 INFO O| Jul 02 20:44:33.666 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-07-02T20:44:34.348Z[ recovery-image] Jul 02 20:44:33.673 INFO O| Jul 02 20:44:33.673 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89102026-07-02T20:44:34.348Z[ recovery-image] Jul 02 20:44:33.673 INFO O| Jul 02 20:44:33.673 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89112026-07-02T20:44:34.348Z[ recovery-image] Jul 02 20:44:33.673 INFO O| Jul 02 20:44:33.673 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89122026-07-02T20:44:34.348Z[ recovery-image] Jul 02 20:44:33.673 INFO O| Jul 02 20:44:33.673 INFO STEP 30 (ensure_dir) COMPLETE
89132026-07-02T20:44:34.351Z[ recovery-image] Jul 02 20:44:33.673 INFO O| Jul 02 20:44:33.673 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89142026-07-02T20:44:34.354Z[ recovery-image] Jul 02 20:44:33.679 INFO O| Jul 02 20:44:33.679 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89152026-07-02T20:44:34.354Z[ recovery-image] Jul 02 20:44:33.679 INFO O| Jul 02 20:44:33.679 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 ...
89162026-07-02T20:44:34.356Z[ recovery-image] Jul 02 20:44:33.679 INFO O| Jul 02 20:44:33.679 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
89172026-07-02T20:44:34.356Z[ recovery-image] Jul 02 20:44:33.679 INFO O| Jul 02 20:44:33.679 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89182026-07-02T20:44:34.357Z[ recovery-image] Jul 02 20:44:33.679 INFO O| Jul 02 20:44:33.679 INFO ok!
89192026-07-02T20:44:34.357Z[ recovery-image] Jul 02 20:44:33.679 INFO O| Jul 02 20:44:33.679 INFO STEP 31 (ensure_file) COMPLETE
89202026-07-02T20:44:34.357Z[ recovery-image] Jul 02 20:44:33.679 INFO O| Jul 02 20:44:33.679 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89212026-07-02T20:44:34.360Z[ recovery-image] Jul 02 20:44:33.685 INFO O| Jul 02 20:44:33.685 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89222026-07-02T20:44:34.360Z[ recovery-image] Jul 02 20:44:33.685 INFO O| Jul 02 20:44:33.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89232026-07-02T20:44:34.360Z[ recovery-image] Jul 02 20:44:33.685 INFO O| Jul 02 20:44:33.685 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89242026-07-02T20:44:34.363Z[ recovery-image] Jul 02 20:44:33.685 INFO O| Jul 02 20:44:33.685 INFO STEP 32 (ensure_dir) COMPLETE
89252026-07-02T20:44:34.363Z[ recovery-image] Jul 02 20:44:33.685 INFO O| Jul 02 20:44:33.685 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89262026-07-02T20:44:34.368Z[ recovery-image] Jul 02 20:44:33.692 INFO O| Jul 02 20:44:33.692 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89272026-07-02T20:44:34.368Z[ recovery-image] Jul 02 20:44:33.692 INFO O| Jul 02 20:44:33.692 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 ...
89282026-07-02T20:44:34.371Z[ recovery-image] Jul 02 20:44:33.692 INFO O| Jul 02 20:44:33.692 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
89292026-07-02T20:44:34.371Z[ recovery-image] Jul 02 20:44:33.692 INFO O| Jul 02 20:44:33.692 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89302026-07-02T20:44:34.371Z[ recovery-image] Jul 02 20:44:33.692 INFO O| Jul 02 20:44:33.692 INFO ok!
89312026-07-02T20:44:34.371Z[ recovery-image] Jul 02 20:44:33.692 INFO O| Jul 02 20:44:33.692 INFO STEP 33 (ensure_file) COMPLETE
89322026-07-02T20:44:34.371Z[ recovery-image] Jul 02 20:44:33.692 INFO O| Jul 02 20:44:33.692 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89332026-07-02T20:44:34.376Z[ recovery-image] Jul 02 20:44:33.698 INFO O| Jul 02 20:44:33.698 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89342026-07-02T20:44:34.376Z[ recovery-image] Jul 02 20:44:33.698 INFO O| Jul 02 20:44:33.698 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89352026-07-02T20:44:34.376Z[ recovery-image] Jul 02 20:44:33.698 INFO O| Jul 02 20:44:33.698 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89362026-07-02T20:44:34.376Z[ recovery-image] Jul 02 20:44:33.698 INFO O| Jul 02 20:44:33.698 INFO ok!
89372026-07-02T20:44:34.376Z[ recovery-image] Jul 02 20:44:33.698 INFO O| Jul 02 20:44:33.698 INFO STEP 34 (ensure_file) COMPLETE
89382026-07-02T20:44:34.376Z[ recovery-image] Jul 02 20:44:33.698 INFO O| Jul 02 20:44:33.698 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-07-02T20:44:34.379Z[ recovery-image] Jul 02 20:44:33.704 INFO O| Jul 02 20:44:33.704 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89402026-07-02T20:44:34.379Z[ recovery-image] Jul 02 20:44:33.704 INFO O| Jul 02 20:44:33.704 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89412026-07-02T20:44:34.382Z[ recovery-image] Jul 02 20:44:33.704 INFO O| Jul 02 20:44:33.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89422026-07-02T20:44:34.382Z[ recovery-image] Jul 02 20:44:33.704 INFO O| Jul 02 20:44:33.704 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89432026-07-02T20:44:34.382Z[ recovery-image] Jul 02 20:44:33.704 INFO O| Jul 02 20:44:33.704 INFO ok!
89442026-07-02T20:44:34.382Z[ recovery-image] Jul 02 20:44:33.704 INFO O| Jul 02 20:44:33.704 INFO STEP 35 (ensure_file) COMPLETE
89452026-07-02T20:44:34.382Z[ recovery-image] Jul 02 20:44:33.704 INFO O| Jul 02 20:44:33.704 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89462026-07-02T20:44:34.385Z[ recovery-image] Jul 02 20:44:33.710 INFO O| Jul 02 20:44:33.710 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89472026-07-02T20:44:34.385Z[ recovery-image] Jul 02 20:44:33.710 INFO O| Jul 02 20:44:33.710 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89482026-07-02T20:44:34.388Z[ recovery-image] Jul 02 20:44:33.710 INFO O| Jul 02 20:44:33.710 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89492026-07-02T20:44:34.388Z[ recovery-image] Jul 02 20:44:33.710 INFO O| Jul 02 20:44:33.710 INFO ok!
89502026-07-02T20:44:34.388Z[ recovery-image] Jul 02 20:44:33.710 INFO O| Jul 02 20:44:33.710 INFO STEP 36 (ensure_file) COMPLETE
89512026-07-02T20:44:34.388Z[ recovery-image] Jul 02 20:44:33.710 INFO O| Jul 02 20:44:33.710 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89522026-07-02T20:44:34.392Z[ recovery-image] Jul 02 20:44:33.717 INFO O| Jul 02 20:44:33.717 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89532026-07-02T20:44:34.392Z[ recovery-image] Jul 02 20:44:33.717 INFO O| Jul 02 20:44:33.717 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89542026-07-02T20:44:34.395Z[ recovery-image] Jul 02 20:44:33.717 INFO O| Jul 02 20:44:33.717 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89552026-07-02T20:44:34.395Z[ recovery-image] Jul 02 20:44:33.717 INFO O| Jul 02 20:44:33.717 INFO ok!
89562026-07-02T20:44:34.395Z[ recovery-image] Jul 02 20:44:33.717 INFO O| Jul 02 20:44:33.717 INFO STEP 37 (ensure_file) COMPLETE
89572026-07-02T20:44:34.395Z[ recovery-image] Jul 02 20:44:33.717 INFO O| Jul 02 20:44:33.717 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89582026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89592026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89602026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89612026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89622026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89632026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89642026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO ok!
89652026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO STEP 38 (ensure_file) COMPLETE
89662026-07-02T20:44:34.398Z[ recovery-image] Jul 02 20:44:33.723 INFO O| Jul 02 20:44:33.723 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89672026-07-02T20:44:34.403Z[ recovery-image] Jul 02 20:44:33.728 INFO O| Jul 02 20:44:33.728 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89682026-07-02T20:44:34.403Z[ recovery-image] Jul 02 20:44:33.728 INFO O| Jul 02 20:44:33.728 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89692026-07-02T20:44:34.406Z[ recovery-image] Jul 02 20:44:33.728 INFO O| Jul 02 20:44:33.728 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89702026-07-02T20:44:34.406Z[ recovery-image] Jul 02 20:44:33.728 INFO O| Jul 02 20:44:33.728 INFO STEP 39 (ensure_dir) COMPLETE
89712026-07-02T20:44:34.406Z[ recovery-image] Jul 02 20:44:33.728 INFO O| Jul 02 20:44:33.728 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89722026-07-02T20:44:34.409Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 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
89732026-07-02T20:44:34.409Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 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 ...
89742026-07-02T20:44:34.409Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 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
89752026-07-02T20:44:34.409Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 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
89762026-07-02T20:44:34.410Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 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
89772026-07-02T20:44:34.410Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 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
89782026-07-02T20:44:34.413Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 INFO ok!
89792026-07-02T20:44:34.413Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 INFO STEP 40 (ensure_file) COMPLETE
89802026-07-02T20:44:34.413Z[ recovery-image] Jul 02 20:44:33.734 INFO O| Jul 02 20:44:33.734 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89812026-07-02T20:44:34.416Z[ recovery-image] Jul 02 20:44:33.739 INFO O| Jul 02 20:44:33.739 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89822026-07-02T20:44:34.416Z[ recovery-image] Jul 02 20:44:33.739 INFO O| Jul 02 20:44:33.739 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 ...
89832026-07-02T20:44:34.416Z[ recovery-image] Jul 02 20:44:33.739 INFO O| Jul 02 20:44:33.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89842026-07-02T20:44:34.416Z[ recovery-image] Jul 02 20:44:33.739 INFO O| Jul 02 20:44:33.739 INFO ok!
89852026-07-02T20:44:34.416Z[ recovery-image] Jul 02 20:44:33.739 INFO O| Jul 02 20:44:33.739 INFO STEP 41 (ensure_symlink) COMPLETE
89862026-07-02T20:44:34.416Z[ recovery-image] Jul 02 20:44:33.739 INFO O| Jul 02 20:44:33.739 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89872026-07-02T20:44:34.419Z[ recovery-image] Jul 02 20:44:33.744 INFO O| Jul 02 20:44:33.744 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89882026-07-02T20:44:34.419Z[ recovery-image] Jul 02 20:44:33.744 INFO O| Jul 02 20:44:33.744 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89892026-07-02T20:44:34.419Z[ recovery-image] Jul 02 20:44:33.744 INFO O| Jul 02 20:44:33.744 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89902026-07-02T20:44:34.422Z[ recovery-image] Jul 02 20:44:33.744 INFO O| Jul 02 20:44:33.744 INFO ok!
89912026-07-02T20:44:34.422Z[ recovery-image] Jul 02 20:44:33.744 INFO O| Jul 02 20:44:33.744 INFO STEP 42 (ensure_symlink) COMPLETE
89922026-07-02T20:44:34.422Z[ recovery-image] Jul 02 20:44:33.744 INFO O| Jul 02 20:44:33.744 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89932026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.749 INFO O| Jul 02 20:44:33.749 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89942026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.749 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89952026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.750 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89962026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.750 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89972026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.750 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89982026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.750 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89992026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.750 INFO ok!
90002026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.750 INFO STEP 43 (ensure_file) COMPLETE
90012026-07-02T20:44:34.426Z[ recovery-image] Jul 02 20:44:33.750 INFO O| Jul 02 20:44:33.750 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90022026-07-02T20:44:34.430Z[ recovery-image] Jul 02 20:44:33.755 INFO O| Jul 02 20:44:33.755 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
90032026-07-02T20:44:34.430Z[ recovery-image] Jul 02 20:44:33.755 INFO O| Jul 02 20:44:33.755 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 ...
90042026-07-02T20:44:34.430Z[ recovery-image] Jul 02 20:44:33.755 INFO O| Jul 02 20:44:33.755 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
90052026-07-02T20:44:34.433Z[ recovery-image] Jul 02 20:44:33.755 INFO O| Jul 02 20:44:33.755 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
90062026-07-02T20:44:34.433Z[ recovery-image] Jul 02 20:44:33.755 INFO O| Jul 02 20:44:33.755 INFO ok!
90072026-07-02T20:44:34.433Z[ recovery-image] Jul 02 20:44:33.755 INFO O| Jul 02 20:44:33.755 INFO STEP 44 (ensure_file) COMPLETE
90082026-07-02T20:44:34.433Z[ recovery-image] Jul 02 20:44:33.755 INFO O| Jul 02 20:44:33.755 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90092026-07-02T20:44:34.436Z[ recovery-image] Jul 02 20:44:33.761 INFO O| Jul 02 20:44:33.761 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90102026-07-02T20:44:34.436Z[ recovery-image] Jul 02 20:44:33.761 INFO O| Jul 02 20:44:33.761 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90112026-07-02T20:44:34.436Z[ recovery-image] Jul 02 20:44:33.761 INFO O| Jul 02 20:44:33.761 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90122026-07-02T20:44:34.436Z[ recovery-image] Jul 02 20:44:33.761 INFO O| Jul 02 20:44:33.761 INFO ok!
90132026-07-02T20:44:34.439Z[ recovery-image] Jul 02 20:44:33.761 INFO O| Jul 02 20:44:33.761 INFO STEP 45 (ensure_file) COMPLETE
90142026-07-02T20:44:34.439Z[ recovery-image] Jul 02 20:44:33.761 INFO O| Jul 02 20:44:33.761 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90152026-07-02T20:44:34.443Z[ recovery-image] Jul 02 20:44:33.768 INFO O| Jul 02 20:44:33.768 INFO updating shadow file
90162026-07-02T20:44:34.446Z[ recovery-image] Jul 02 20:44:33.768 INFO O| Jul 02 20:44:33.768 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90172026-07-02T20:44:34.446Z[ recovery-image] Jul 02 20:44:33.768 INFO O| Jul 02 20:44:33.768 INFO STEP 46 (shadow) COMPLETE
90182026-07-02T20:44:34.446Z[ recovery-image] Jul 02 20:44:33.768 INFO O| Jul 02 20:44:33.768 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90192026-07-02T20:44:34.450Z[ recovery-image] Jul 02 20:44:33.775 INFO O| Jul 02 20:44:33.775 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90202026-07-02T20:44:34.450Z[ recovery-image] Jul 02 20:44:33.775 INFO O| Jul 02 20:44:33.775 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90212026-07-02T20:44:34.452Z[ recovery-image] Jul 02 20:44:33.775 INFO O| Jul 02 20:44:33.775 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90222026-07-02T20:44:34.452Z[ recovery-image] Jul 02 20:44:33.775 INFO O| Jul 02 20:44:33.775 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90232026-07-02T20:44:34.452Z[ recovery-image] Jul 02 20:44:33.775 INFO O| Jul 02 20:44:33.775 INFO ok!
90242026-07-02T20:44:34.452Z[ recovery-image] Jul 02 20:44:33.775 INFO O| Jul 02 20:44:33.775 INFO STEP 47 (ensure_file) COMPLETE
90252026-07-02T20:44:34.453Z[ recovery-image] Jul 02 20:44:33.775 INFO O| Jul 02 20:44:33.775 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-07-02T20:44:34.456Z[ recovery-image] Jul 02 20:44:33.781 INFO O| Jul 02 20:44:33.781 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90272026-07-02T20:44:34.456Z[ recovery-image] Jul 02 20:44:33.781 INFO O| Jul 02 20:44:33.781 INFO STEP 48 (ensure_dir) COMPLETE
90282026-07-02T20:44:34.456Z[ recovery-image] Jul 02 20:44:33.781 INFO O| Jul 02 20:44:33.781 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90292026-07-02T20:44:34.462Z[ recovery-image] Jul 02 20:44:33.787 INFO O| Jul 02 20:44:33.787 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90302026-07-02T20:44:34.465Z[ recovery-image] Jul 02 20:44:33.787 INFO O| Jul 02 20:44:33.787 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90312026-07-02T20:44:34.465Z[ recovery-image] Jul 02 20:44:33.787 INFO O| Jul 02 20:44:33.787 INFO STEP 49 (ensure_dir) COMPLETE
90322026-07-02T20:44:34.465Z[ recovery-image] Jul 02 20:44:33.787 INFO O| Jul 02 20:44:33.787 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90332026-07-02T20:44:34.468Z[ recovery-image] Jul 02 20:44:33.793 INFO O| Jul 02 20:44:33.793 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90342026-07-02T20:44:34.468Z[ recovery-image] Jul 02 20:44:33.793 INFO O| Jul 02 20:44:33.793 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90352026-07-02T20:44:34.471Z[ recovery-image] Jul 02 20:44:33.793 INFO O| Jul 02 20:44:33.793 INFO STEP 50 (ensure_dir) COMPLETE
90362026-07-02T20:44:34.471Z[ recovery-image] Jul 02 20:44:33.793 INFO O| Jul 02 20:44:33.793 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90372026-07-02T20:44:34.474Z[ recovery-image] Jul 02 20:44:33.799 INFO O| Jul 02 20:44:33.799 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90382026-07-02T20:44:34.474Z[ recovery-image] Jul 02 20:44:33.799 INFO O| Jul 02 20:44:33.799 INFO copying /tmp/.tmpex7cix/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90392026-07-02T20:44:34.522Z[ recovery-image] Jul 02 20:44:33.847 INFO O| Jul 02 20:44:33.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90402026-07-02T20:44:34.522Z[ recovery-image] Jul 02 20:44:33.847 INFO O| Jul 02 20:44:33.847 INFO ok!
90412026-07-02T20:44:34.522Z[ recovery-image] Jul 02 20:44:33.847 INFO O| Jul 02 20:44:33.847 INFO STEP 51 (ensure_file) COMPLETE
90422026-07-02T20:44:34.525Z[ recovery-image] Jul 02 20:44:33.847 INFO O| Jul 02 20:44:33.847 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90432026-07-02T20:44:34.529Z[ recovery-image] Jul 02 20:44:33.854 INFO O| Jul 02 20:44:33.854 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90442026-07-02T20:44:34.529Z[ recovery-image] Jul 02 20:44:33.854 INFO O| Jul 02 20:44:33.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90452026-07-02T20:44:34.532Z[ recovery-image] Jul 02 20:44:33.854 INFO O| Jul 02 20:44:33.854 INFO STEP 52 (ensure_dir) COMPLETE
90462026-07-02T20:44:34.532Z[ recovery-image] Jul 02 20:44:33.854 INFO O| Jul 02 20:44:33.854 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90472026-07-02T20:44:34.537Z[ recovery-image] Jul 02 20:44:33.862 INFO O| Jul 02 20:44:33.862 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90482026-07-02T20:44:34.540Z[ recovery-image] Jul 02 20:44:33.862 INFO O| Jul 02 20:44:33.862 INFO copying /tmp/.tmpex7cix/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90492026-07-02T20:44:34.540Z[ recovery-image] Jul 02 20:44:33.862 INFO O| Jul 02 20:44:33.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90502026-07-02T20:44:34.540Z[ recovery-image] Jul 02 20:44:33.862 INFO O| Jul 02 20:44:33.862 INFO ok!
90512026-07-02T20:44:34.540Z[ recovery-image] Jul 02 20:44:33.862 INFO O| Jul 02 20:44:33.862 INFO STEP 53 (ensure_file) COMPLETE
90522026-07-02T20:44:34.540Z[ recovery-image] Jul 02 20:44:33.862 INFO O| Jul 02 20:44:33.862 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90532026-07-02T20:44:34.544Z[ recovery-image] Jul 02 20:44:33.868 INFO O| Jul 02 20:44:33.868 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90542026-07-02T20:44:34.547Z[ recovery-image] Jul 02 20:44:33.868 INFO O| Jul 02 20:44:33.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90552026-07-02T20:44:34.547Z[ recovery-image] Jul 02 20:44:33.868 INFO O| Jul 02 20:44:33.868 INFO STEP 54 (ensure_dir) COMPLETE
90562026-07-02T20:44:34.547Z[ recovery-image] Jul 02 20:44:33.868 INFO O| Jul 02 20:44:33.868 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90572026-07-02T20:44:34.550Z[ recovery-image] Jul 02 20:44:33.874 INFO O| Jul 02 20:44:33.874 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90582026-07-02T20:44:34.550Z[ recovery-image] Jul 02 20:44:33.874 INFO O| Jul 02 20:44:33.874 INFO copying /tmp/.tmpex7cix/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90592026-07-02T20:44:35.067Z[ recovery-image] Jul 02 20:44:34.391 INFO O| Jul 02 20:44:34.391 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90602026-07-02T20:44:35.067Z[ recovery-image] Jul 02 20:44:34.391 INFO O| Jul 02 20:44:34.391 INFO ok!
90612026-07-02T20:44:35.067Z[ recovery-image] Jul 02 20:44:34.391 INFO O| Jul 02 20:44:34.391 INFO STEP 55 (ensure_file) COMPLETE
90622026-07-02T20:44:35.070Z[ recovery-image] Jul 02 20:44:34.391 INFO O| Jul 02 20:44:34.391 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90632026-07-02T20:44:35.074Z[ recovery-image] Jul 02 20:44:34.399 INFO O| Jul 02 20:44:34.399 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90642026-07-02T20:44:35.074Z[ recovery-image] Jul 02 20:44:34.399 INFO O| Jul 02 20:44:34.399 INFO copying /tmp/.tmpex7cix/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90652026-07-02T20:44:35.586Z[ recovery-image] Jul 02 20:44:34.911 INFO O| Jul 02 20:44:34.911 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90662026-07-02T20:44:35.586Z[ recovery-image] Jul 02 20:44:34.911 INFO O| Jul 02 20:44:34.911 INFO ok!
90672026-07-02T20:44:35.586Z[ recovery-image] Jul 02 20:44:34.911 INFO O| Jul 02 20:44:34.911 INFO STEP 56 (ensure_file) COMPLETE
90682026-07-02T20:44:35.586Z[ recovery-image] Jul 02 20:44:34.911 INFO O| Jul 02 20:44:34.911 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90692026-07-02T20:44:35.594Z[ recovery-image] Jul 02 20:44:34.918 INFO O| Jul 02 20:44:34.918 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90702026-07-02T20:44:35.594Z[ recovery-image] Jul 02 20:44:34.919 INFO O| Jul 02 20:44:34.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90712026-07-02T20:44:35.594Z[ recovery-image] Jul 02 20:44:34.919 INFO O| Jul 02 20:44:34.918 INFO STEP 57 (ensure_dir) COMPLETE
90722026-07-02T20:44:35.597Z[ recovery-image] Jul 02 20:44:34.919 INFO O| Jul 02 20:44:34.919 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90732026-07-02T20:44:35.602Z[ recovery-image] Jul 02 20:44:34.927 INFO O| Jul 02 20:44:34.926 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90742026-07-02T20:44:35.602Z[ recovery-image] Jul 02 20:44:34.927 INFO O| Jul 02 20:44:34.927 INFO copying /tmp/.tmpex7cix/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 ...
90752026-07-02T20:44:35.604Z[ recovery-image] Jul 02 20:44:34.927 INFO O| Jul 02 20:44:34.927 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
90762026-07-02T20:44:35.605Z[ recovery-image] Jul 02 20:44:34.927 INFO O| Jul 02 20:44:34.927 INFO ok!
90772026-07-02T20:44:35.605Z[ recovery-image] Jul 02 20:44:34.927 INFO O| Jul 02 20:44:34.927 INFO STEP 58 (ensure_file) COMPLETE
90782026-07-02T20:44:35.605Z[ recovery-image] Jul 02 20:44:34.927 INFO O| Jul 02 20:44:34.927 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90792026-07-02T20:44:35.609Z[ recovery-image] Jul 02 20:44:34.934 INFO O| Jul 02 20:44:34.933 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90802026-07-02T20:44:35.609Z[ recovery-image] Jul 02 20:44:34.934 INFO O| Jul 02 20:44:34.933 INFO copying /tmp/.tmpex7cix/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 ...
90812026-07-02T20:44:35.612Z[ recovery-image] Jul 02 20:44:34.934 INFO O| Jul 02 20:44:34.934 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
90822026-07-02T20:44:35.612Z[ recovery-image] Jul 02 20:44:34.934 INFO O| Jul 02 20:44:34.934 INFO ok!
90832026-07-02T20:44:35.613Z[ recovery-image] Jul 02 20:44:34.934 INFO O| Jul 02 20:44:34.934 INFO STEP 59 (ensure_file) COMPLETE
90842026-07-02T20:44:35.614Z[ recovery-image] Jul 02 20:44:34.934 INFO O| Jul 02 20:44:34.934 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90852026-07-02T20:44:35.617Z[ recovery-image] Jul 02 20:44:34.940 INFO O| Jul 02 20:44:34.940 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90862026-07-02T20:44:35.617Z[ recovery-image] Jul 02 20:44:34.940 INFO O| Jul 02 20:44:34.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90872026-07-02T20:44:35.617Z[ recovery-image] Jul 02 20:44:34.940 INFO O| Jul 02 20:44:34.940 INFO STEP 60 (ensure_dir) COMPLETE
90882026-07-02T20:44:35.617Z[ recovery-image] Jul 02 20:44:34.940 INFO O| Jul 02 20:44:34.940 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90892026-07-02T20:44:35.621Z[ recovery-image] Jul 02 20:44:34.946 INFO O| Jul 02 20:44:34.946 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90902026-07-02T20:44:35.624Z[ recovery-image] Jul 02 20:44:34.946 INFO O| Jul 02 20:44:34.946 INFO copying /tmp/.tmpex7cix/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 ...
90912026-07-02T20:44:35.624Z[ recovery-image] Jul 02 20:44:34.946 INFO O| Jul 02 20:44:34.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90922026-07-02T20:44:35.624Z[ recovery-image] Jul 02 20:44:34.946 INFO O| Jul 02 20:44:34.946 INFO ok!
90932026-07-02T20:44:35.624Z[ recovery-image] Jul 02 20:44:34.946 INFO O| Jul 02 20:44:34.946 INFO STEP 61 (ensure_file) COMPLETE
90942026-07-02T20:44:35.624Z[ recovery-image] Jul 02 20:44:34.946 INFO O| Jul 02 20:44:34.946 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90952026-07-02T20:44:35.627Z[ recovery-image] Jul 02 20:44:34.952 INFO O| Jul 02 20:44:34.952 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90962026-07-02T20:44:35.627Z[ recovery-image] Jul 02 20:44:34.952 INFO O| Jul 02 20:44:34.952 INFO copying /tmp/.tmpex7cix/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 ...
90972026-07-02T20:44:35.627Z[ recovery-image] Jul 02 20:44:34.952 INFO O| Jul 02 20:44:34.952 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
90982026-07-02T20:44:35.627Z[ recovery-image] Jul 02 20:44:34.952 INFO O| Jul 02 20:44:34.952 INFO ok!
90992026-07-02T20:44:35.630Z[ recovery-image] Jul 02 20:44:34.952 INFO O| Jul 02 20:44:34.952 INFO STEP 62 (ensure_file) COMPLETE
91002026-07-02T20:44:35.630Z[ recovery-image] Jul 02 20:44:34.952 INFO O| Jul 02 20:44:34.952 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91012026-07-02T20:44:35.633Z[ recovery-image] Jul 02 20:44:34.958 INFO O| Jul 02 20:44:34.958 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91022026-07-02T20:44:35.634Z[ recovery-image] Jul 02 20:44:34.959 INFO O| Jul 02 20:44:34.959 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
91032026-07-02T20:44:35.634Z[ recovery-image] Jul 02 20:44:34.959 INFO O| Jul 02 20:44:34.959 INFO STEP 63 (ensure_dir) COMPLETE
91042026-07-02T20:44:35.636Z[ recovery-image] Jul 02 20:44:34.959 INFO O| Jul 02 20:44:34.959 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91052026-07-02T20:44:35.639Z[ recovery-image] Jul 02 20:44:34.964 INFO O| Jul 02 20:44:34.964 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
91062026-07-02T20:44:35.639Z[ recovery-image] Jul 02 20:44:34.964 INFO O| Jul 02 20:44:34.964 INFO copying /tmp/.tmpex7cix/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 ...
91072026-07-02T20:44:35.642Z[ recovery-image] Jul 02 20:44:34.964 INFO O| Jul 02 20:44:34.964 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91082026-07-02T20:44:35.642Z[ recovery-image] Jul 02 20:44:34.964 INFO O| Jul 02 20:44:34.964 INFO ok!
91092026-07-02T20:44:35.642Z[ recovery-image] Jul 02 20:44:34.964 INFO O| Jul 02 20:44:34.964 INFO STEP 64 (ensure_file) COMPLETE
91102026-07-02T20:44:35.642Z[ recovery-image] Jul 02 20:44:34.964 INFO O| Jul 02 20:44:34.964 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-07-02T20:44:35.645Z[ recovery-image] Jul 02 20:44:34.970 INFO O| Jul 02 20:44:34.970 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91122026-07-02T20:44:35.648Z[ recovery-image] Jul 02 20:44:34.970 INFO O| Jul 02 20:44:34.970 INFO copying /tmp/.tmpex7cix/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91132026-07-02T20:44:35.649Z[ recovery-image] Jul 02 20:44:34.970 INFO O| Jul 02 20:44:34.970 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91142026-07-02T20:44:35.649Z[ recovery-image] Jul 02 20:44:34.970 INFO O| Jul 02 20:44:34.970 INFO ok!
91152026-07-02T20:44:35.649Z[ recovery-image] Jul 02 20:44:34.970 INFO O| Jul 02 20:44:34.970 INFO STEP 65 (ensure_file) COMPLETE
91162026-07-02T20:44:35.649Z[ recovery-image] Jul 02 20:44:34.970 INFO O| Jul 02 20:44:34.970 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-07-02T20:44:35.651Z[ recovery-image] Jul 02 20:44:34.976 INFO O| Jul 02 20:44:34.976 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91182026-07-02T20:44:35.651Z[ recovery-image] Jul 02 20:44:34.976 INFO O| Jul 02 20:44:34.976 INFO STEP 66 (ensure_dir) COMPLETE
91192026-07-02T20:44:35.652Z[ recovery-image] Jul 02 20:44:34.976 INFO O| Jul 02 20:44:34.976 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-07-02T20:44:35.659Z[ recovery-image] Jul 02 20:44:34.983 INFO O| Jul 02 20:44:34.983 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91212026-07-02T20:44:35.659Z[ recovery-image] Jul 02 20:44:34.983 INFO O| Jul 02 20:44:34.983 INFO STEP 67 (ensure_dir) COMPLETE
91222026-07-02T20:44:35.659Z[ recovery-image] Jul 02 20:44:34.983 INFO O| Jul 02 20:44:34.983 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91232026-07-02T20:44:35.667Z[ recovery-image] Jul 02 20:44:34.989 INFO O| Jul 02 20:44:34.989 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91242026-07-02T20:44:35.667Z[ recovery-image] Jul 02 20:44:34.989 INFO O| Jul 02 20:44:34.989 INFO STEP 68 (ensure_dir) COMPLETE
91252026-07-02T20:44:35.669Z[ recovery-image] Jul 02 20:44:34.989 INFO O| Jul 02 20:44:34.989 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91262026-07-02T20:44:35.674Z[ recovery-image] Jul 02 20:44:34.999 INFO O| Jul 02 20:44:34.999 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91272026-07-02T20:44:35.674Z[ recovery-image] Jul 02 20:44:34.999 INFO O| Jul 02 20:44:34.999 INFO STEP 69 (ensure_dir) COMPLETE
91282026-07-02T20:44:35.677Z[ recovery-image] Jul 02 20:44:34.999 INFO O| Jul 02 20:44:34.999 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91292026-07-02T20:44:35.688Z[ recovery-image] Jul 02 20:44:35.011 INFO O| Jul 02 20:44:35.010 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91302026-07-02T20:44:35.688Z[ recovery-image] Jul 02 20:44:35.011 INFO O| Jul 02 20:44:35.010 INFO copying /tmp/.tmpex7cix/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91312026-07-02T20:44:35.693Z[ recovery-image] Jul 02 20:44:35.011 INFO O| Jul 02 20:44:35.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91322026-07-02T20:44:35.697Z[ recovery-image] Jul 02 20:44:35.011 INFO O| Jul 02 20:44:35.010 INFO ok!
91332026-07-02T20:44:35.703Z[ recovery-image] Jul 02 20:44:35.011 INFO O| Jul 02 20:44:35.010 INFO STEP 70 (ensure_file) COMPLETE
91342026-07-02T20:44:35.703Z[ recovery-image] Jul 02 20:44:35.011 INFO O| Jul 02 20:44:35.010 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-07-02T20:44:35.703Z[ recovery-image] Jul 02 20:44:35.022 INFO O| Jul 02 20:44:35.020 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91362026-07-02T20:44:35.703Z[ recovery-image] Jul 02 20:44:35.022 INFO O| Jul 02 20:44:35.020 INFO STEP 71 (remove_files) COMPLETE
91372026-07-02T20:44:35.703Z[ recovery-image] Jul 02 20:44:35.022 INFO O| Jul 02 20:44:35.020 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-07-02T20:44:35.706Z[ recovery-image] Jul 02 20:44:35.029 INFO O| Jul 02 20:44:35.029 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91392026-07-02T20:44:35.706Z[ recovery-image] Jul 02 20:44:35.029 INFO O| Jul 02 20:44:35.029 INFO STEP 72 (remove_files) COMPLETE
91402026-07-02T20:44:35.706Z[ recovery-image] Jul 02 20:44:35.029 INFO O| Jul 02 20:44:35.029 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-07-02T20:44:35.713Z[ recovery-image] Jul 02 20:44:35.037 INFO O| Jul 02 20:44:35.037 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91422026-07-02T20:44:35.713Z[ recovery-image] Jul 02 20:44:35.037 INFO O| Jul 02 20:44:35.037 INFO STEP 73 (remove_files) COMPLETE
91432026-07-02T20:44:35.713Z[ recovery-image] Jul 02 20:44:35.037 INFO O| Jul 02 20:44:35.037 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-07-02T20:44:35.721Z[ recovery-image] Jul 02 20:44:35.046 INFO O| Jul 02 20:44:35.046 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91452026-07-02T20:44:35.724Z[ recovery-image] Jul 02 20:44:35.046 INFO O| Jul 02 20:44:35.046 INFO STEP 74 (remove_files) COMPLETE
91462026-07-02T20:44:35.724Z[ recovery-image] Jul 02 20:44:35.046 INFO O| Jul 02 20:44:35.046 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-07-02T20:44:35.729Z[ recovery-image] Jul 02 20:44:35.054 INFO O| Jul 02 20:44:35.054 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91482026-07-02T20:44:35.731Z[ recovery-image] Jul 02 20:44:35.054 INFO O| Jul 02 20:44:35.054 INFO STEP 75 (remove_files) COMPLETE
91492026-07-02T20:44:35.731Z[ recovery-image] Jul 02 20:44:35.054 INFO O| Jul 02 20:44:35.054 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-07-02T20:44:35.737Z[ recovery-image] Jul 02 20:44:35.062 INFO O| Jul 02 20:44:35.062 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91512026-07-02T20:44:35.740Z[ recovery-image] Jul 02 20:44:35.062 INFO O| Jul 02 20:44:35.062 INFO STEP 76 (remove_files) COMPLETE
91522026-07-02T20:44:35.740Z[ recovery-image] Jul 02 20:44:35.062 INFO O| Jul 02 20:44:35.062 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-07-02T20:44:35.744Z[ recovery-image] Jul 02 20:44:35.069 INFO O| Jul 02 20:44:35.069 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91542026-07-02T20:44:35.747Z[ recovery-image] Jul 02 20:44:35.069 INFO O| Jul 02 20:44:35.069 INFO STEP 77 (remove_files) COMPLETE
91552026-07-02T20:44:35.747Z[ recovery-image] Jul 02 20:44:35.069 INFO O| Jul 02 20:44:35.069 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-07-02T20:44:35.753Z[ recovery-image] Jul 02 20:44:35.078 INFO O| Jul 02 20:44:35.078 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91572026-07-02T20:44:35.756Z[ recovery-image] Jul 02 20:44:35.078 INFO O| Jul 02 20:44:35.078 INFO STEP 78 (remove_files) COMPLETE
91582026-07-02T20:44:35.756Z[ recovery-image] Jul 02 20:44:35.078 INFO O| Jul 02 20:44:35.078 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-07-02T20:44:35.760Z[ recovery-image] Jul 02 20:44:35.085 INFO O| Jul 02 20:44:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91602026-07-02T20:44:35.760Z[ recovery-image] Jul 02 20:44:35.086 INFO O| Jul 02 20:44:35.086 INFO STEP 79 (remove_files) COMPLETE
91612026-07-02T20:44:35.763Z[ recovery-image] Jul 02 20:44:35.086 INFO O| Jul 02 20:44:35.086 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-07-02T20:44:35.768Z[ recovery-image] Jul 02 20:44:35.093 INFO O| Jul 02 20:44:35.093 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91632026-07-02T20:44:35.768Z[ recovery-image] Jul 02 20:44:35.093 INFO O| Jul 02 20:44:35.093 INFO STEP 80 (remove_files) COMPLETE
91642026-07-02T20:44:35.771Z[ recovery-image] Jul 02 20:44:35.093 INFO O| Jul 02 20:44:35.093 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-07-02T20:44:35.775Z[ recovery-image] Jul 02 20:44:35.100 INFO O| Jul 02 20:44:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91662026-07-02T20:44:35.775Z[ recovery-image] Jul 02 20:44:35.100 INFO O| Jul 02 20:44:35.100 INFO STEP 81 (remove_files) COMPLETE
91672026-07-02T20:44:35.777Z[ recovery-image] Jul 02 20:44:35.100 INFO O| Jul 02 20:44:35.100 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-07-02T20:44:35.782Z[ recovery-image] Jul 02 20:44:35.107 INFO O| Jul 02 20:44:35.107 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91692026-07-02T20:44:35.785Z[ recovery-image] Jul 02 20:44:35.107 INFO O| Jul 02 20:44:35.107 INFO STEP 82 (remove_files) COMPLETE
91702026-07-02T20:44:35.785Z[ recovery-image] Jul 02 20:44:35.107 INFO O| Jul 02 20:44:35.107 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-07-02T20:44:35.791Z[ recovery-image] Jul 02 20:44:35.116 INFO O| Jul 02 20:44:35.116 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91722026-07-02T20:44:35.793Z[ recovery-image] Jul 02 20:44:35.116 INFO O| Jul 02 20:44:35.116 INFO STEP 83 (remove_files) COMPLETE
91732026-07-02T20:44:35.793Z[ recovery-image] Jul 02 20:44:35.116 INFO O| Jul 02 20:44:35.116 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-07-02T20:44:35.799Z[ recovery-image] Jul 02 20:44:35.124 INFO O| Jul 02 20:44:35.124 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91752026-07-02T20:44:35.799Z[ recovery-image] Jul 02 20:44:35.124 INFO O| Jul 02 20:44:35.124 INFO STEP 84 (remove_files) COMPLETE
91762026-07-02T20:44:35.803Z[ recovery-image] Jul 02 20:44:35.124 INFO O| Jul 02 20:44:35.124 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-07-02T20:44:35.807Z[ recovery-image] Jul 02 20:44:35.132 INFO O| Jul 02 20:44:35.132 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91782026-07-02T20:44:35.807Z[ recovery-image] Jul 02 20:44:35.132 INFO O| Jul 02 20:44:35.132 INFO STEP 85 (remove_files) COMPLETE
91792026-07-02T20:44:35.807Z[ recovery-image] Jul 02 20:44:35.132 INFO O| Jul 02 20:44:35.132 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-07-02T20:44:35.814Z[ recovery-image] Jul 02 20:44:35.139 INFO O| Jul 02 20:44:35.139 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91812026-07-02T20:44:35.814Z[ recovery-image] Jul 02 20:44:35.139 INFO O| Jul 02 20:44:35.139 INFO STEP 86 (remove_files) COMPLETE
91822026-07-02T20:44:35.862Z[ recovery-image] Jul 02 20:44:35.139 INFO O| Jul 02 20:44:35.139 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.147 INFO O| Jul 02 20:44:35.147 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91842026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.147 INFO O| Jul 02 20:44:35.147 INFO STEP 87 (remove_files) COMPLETE
91852026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.147 INFO O| Jul 02 20:44:35.147 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.154 INFO O| Jul 02 20:44:35.154 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91872026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.154 INFO O| Jul 02 20:44:35.154 INFO STEP 88 (remove_files) COMPLETE
91882026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.154 INFO O| Jul 02 20:44:35.154 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.162 INFO O| Jul 02 20:44:35.162 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91902026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.162 INFO O| Jul 02 20:44:35.162 INFO STEP 89 (remove_files) COMPLETE
91912026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.162 INFO O| Jul 02 20:44:35.162 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.169 INFO O| Jul 02 20:44:35.169 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91932026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.169 INFO O| Jul 02 20:44:35.169 INFO STEP 90 (remove_files) COMPLETE
91942026-07-02T20:44:35.863Z[ recovery-image] Jul 02 20:44:35.169 INFO O| Jul 02 20:44:35.169 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-07-02T20:44:35.867Z[ recovery-image] Jul 02 20:44:35.176 INFO O| Jul 02 20:44:35.176 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91962026-07-02T20:44:35.867Z[ recovery-image] Jul 02 20:44:35.176 INFO O| Jul 02 20:44:35.176 INFO STEP 91 (remove_files) COMPLETE
91972026-07-02T20:44:35.867Z[ recovery-image] Jul 02 20:44:35.176 INFO O| Jul 02 20:44:35.176 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-07-02T20:44:35.867Z[ recovery-image] Jul 02 20:44:35.184 INFO O| Jul 02 20:44:35.184 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91992026-07-02T20:44:35.867Z[ recovery-image] Jul 02 20:44:35.184 INFO O| Jul 02 20:44:35.184 INFO STEP 92 (remove_files) COMPLETE
92002026-07-02T20:44:35.867Z[ recovery-image] Jul 02 20:44:35.184 INFO O| Jul 02 20:44:35.184 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-07-02T20:44:35.870Z[ recovery-image] Jul 02 20:44:35.191 INFO O| Jul 02 20:44:35.191 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
92022026-07-02T20:44:35.870Z[ recovery-image] Jul 02 20:44:35.191 INFO O| Jul 02 20:44:35.191 INFO STEP 93 (remove_files) COMPLETE
92032026-07-02T20:44:35.870Z[ recovery-image] Jul 02 20:44:35.191 INFO O| Jul 02 20:44:35.191 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-07-02T20:44:35.875Z[ recovery-image] Jul 02 20:44:35.200 INFO O| Jul 02 20:44:35.200 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
92052026-07-02T20:44:35.875Z[ recovery-image] Jul 02 20:44:35.200 INFO O| Jul 02 20:44:35.200 INFO STEP 94 (remove_files) COMPLETE
92062026-07-02T20:44:35.878Z[ recovery-image] Jul 02 20:44:35.200 INFO O| Jul 02 20:44:35.200 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-07-02T20:44:35.882Z[ recovery-image] Jul 02 20:44:35.207 INFO O| Jul 02 20:44:35.207 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92082026-07-02T20:44:35.885Z[ recovery-image] Jul 02 20:44:35.207 INFO O| Jul 02 20:44:35.207 INFO STEP 95 (remove_files) COMPLETE
92092026-07-02T20:44:35.885Z[ recovery-image] Jul 02 20:44:35.207 INFO O| Jul 02 20:44:35.207 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-07-02T20:44:35.889Z[ recovery-image] Jul 02 20:44:35.214 INFO O| Jul 02 20:44:35.214 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92112026-07-02T20:44:35.892Z[ recovery-image] Jul 02 20:44:35.214 INFO O| Jul 02 20:44:35.214 INFO STEP 96 (remove_files) COMPLETE
92122026-07-02T20:44:35.892Z[ recovery-image] Jul 02 20:44:35.214 INFO O| Jul 02 20:44:35.214 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92132026-07-02T20:44:35.897Z[ recovery-image] Jul 02 20:44:35.222 INFO O| Jul 02 20:44:35.222 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92142026-07-02T20:44:35.900Z[ recovery-image] Jul 02 20:44:35.222 INFO O| Jul 02 20:44:35.222 INFO STEP 97 (remove_files) COMPLETE
92152026-07-02T20:44:35.900Z[ recovery-image] Jul 02 20:44:35.222 INFO O| Jul 02 20:44:35.222 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92162026-07-02T20:44:35.904Z[ recovery-image] Jul 02 20:44:35.229 INFO O| Jul 02 20:44:35.229 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92172026-07-02T20:44:35.904Z[ recovery-image] Jul 02 20:44:35.229 INFO O| Jul 02 20:44:35.229 INFO STEP 98 (remove_files) COMPLETE
92182026-07-02T20:44:35.907Z[ recovery-image] Jul 02 20:44:35.229 INFO O| Jul 02 20:44:35.229 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92192026-07-02T20:44:35.911Z[ recovery-image] Jul 02 20:44:35.236 INFO O| Jul 02 20:44:35.236 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92202026-07-02T20:44:35.915Z[ recovery-image] Jul 02 20:44:35.236 INFO O| Jul 02 20:44:35.236 INFO STEP 99 (remove_files) COMPLETE
92212026-07-02T20:44:35.915Z[ recovery-image] Jul 02 20:44:35.236 INFO O| Jul 02 20:44:35.236 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92222026-07-02T20:44:35.921Z[ recovery-image] Jul 02 20:44:35.246 INFO O| Jul 02 20:44:35.246 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92232026-07-02T20:44:35.924Z[ recovery-image] Jul 02 20:44:35.246 INFO O| Jul 02 20:44:35.246 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92242026-07-02T20:44:38.239Z[ recovery-image] Jul 02 20:44:37.563 INFO O| Jul 02 20:44:37.563 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
92252026-07-02T20:44:38.242Z[ recovery-image] Jul 02 20:44:37.563 INFO O| Jul 02 20:44:37.563 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92262026-07-02T20:44:38.248Z[ recovery-image] Jul 02 20:44:37.573 INFO O| Jul 02 20:44:37.573 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92272026-07-02T20:44:38.336Z[ recovery-image] Jul 02 20:44:37.660 INFO O| Jul 02 20:44:37.660 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "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"}
92282026-07-02T20:44:38.384Z[ recovery-image] Jul 02 20:44:37.709 INFO O| Jul 02 20:44:37.709 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92292026-07-02T20:44:38.440Z[ recovery-image] Jul 02 20:44:37.765 INFO O| Jul 02 20:44:37.765 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92302026-07-02T20:44:38.440Z[ recovery-image] Jul 02 20:44:37.765 INFO O| Jul 02 20:44:37.765 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 ...
92312026-07-02T20:44:38.443Z[ recovery-image] Jul 02 20:44:37.766 INFO O| Jul 02 20:44:37.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92322026-07-02T20:44:38.443Z[ recovery-image] Jul 02 20:44:37.766 INFO O| Jul 02 20:44:37.766 INFO ok!
92332026-07-02T20:44:38.443Z[ recovery-image] Jul 02 20:44:37.766 INFO O| Jul 02 20:44:37.766 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92342026-07-02T20:44:38.443Z[ recovery-image] Jul 02 20:44:37.766 INFO O| Jul 02 20:44:37.766 INFO STEP 100 (seed_smf) COMPLETE
92352026-07-02T20:44:38.443Z[ recovery-image] Jul 02 20:44:37.766 INFO O| Jul 02 20:44:37.766 INFO steps complete; finalising image!
92362026-07-02T20:44:38.443Z[ recovery-image] Jul 02 20:44:37.766 INFO O| Jul 02 20:44:37.766 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92372026-07-02T20:44:38.583Z[ recovery-image] Jul 02 20:44:37.907 INFO O| Jul 02 20:44:37.907 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Thu Jul 2 20:44:37 2026)
92382026-07-02T20:44:38.788Z[ recovery-image] Jul 02 20:44:38.113 INFO O| Jul 02 20:44:38.112 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Jul 2 20:44:37 2026)
92392026-07-02T20:44:38.992Z[ recovery-image] Jul 02 20:44:38.317 INFO O| Jul 02 20:44:38.317 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Thu Jul 2 20:44:37 2026)
92402026-07-02T20:44:39.207Z[ recovery-image] Jul 02 20:44:38.532 INFO O| Jul 02 20:44:38.532 INFO temporary pool has 491M used, 1.27G avail, 1.00x compressratio
92412026-07-02T20:44:39.207Z[ recovery-image] Jul 02 20:44:38.532 INFO O| Jul 02 20:44:38.532 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92422026-07-02T20:44:39.473Z[ recovery-image] Jul 02 20:44:38.798 INFO O| Jul 02 20:44:38.798 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
92432026-07-02T20:44:39.473Z[ recovery-image] Jul 02 20:44:38.798 INFO O| Jul 02 20:44:38.798 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92442026-07-02T20:44:41.566Z[ recovery-image] Jul 02 20:44:40.891 INFO O| Jul 02 20:44:40.891 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92452026-07-02T20:44:41.566Z[ recovery-image] Jul 02 20:44:40.891 INFO O| Jul 02 20:44:40.891 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92462026-07-02T20:44:41.569Z[ recovery-image] Jul 02 20:44:40.891 INFO O| Jul 02 20:44:40.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92472026-07-02T20:44:41.569Z[ recovery-image] Jul 02 20:44:40.891 INFO O| Jul 02 20:44:40.891 INFO completed processing sled/zfs-recovery
92482026-07-02T20:44:41.569Z[ recovery-image] Jul 02 20:44:40.891 INFO O| Jul 02 20:44:40.891 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92492026-07-02T20:44:43.200Z[ recovery-image] Jul 02 20:44:42.524 INFO O| Jul 02 20:44:42.524 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92502026-07-02T20:44:43.294Z[ recovery-image] Jul 02 20:44:42.618 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92512026-07-02T20:44:43.294Z[ recovery-image] Jul 02 20:44:42.618 INFO expanded image name: "recovery 34efdd2/${os_short_commit} 2026-07-02 20:28" -> "recovery 34efdd2/9b09742 2026-07-02 20:28"
92522026-07-02T20:44:43.297Z[ recovery-image] Jul 02 20:44:42.618 INFO output artefacts stored in: "/work/os-recovery"
92532026-07-02T20:44:43.297Z[ recovery-image] Jul 02 20:44:42.619 INFO collecting git info from project "pilot"...
92542026-07-02T20:44:43.302Z[ recovery-image] Jul 02 20:44:42.627 INFO collecting git info from project "amd-firmware"...
92552026-07-02T20:44:43.457Z[ recovery-image] Jul 02 20:44:42.761 INFO collecting git info from project "amd-host-image-builder"...
92562026-07-02T20:44:43.473Z[ recovery-image] Jul 02 20:44:42.798 INFO collecting git info from project "bootserver"...
92572026-07-02T20:44:43.478Z[ recovery-image] Jul 02 20:44:42.803 INFO collecting git info from project "pinprick"...
92582026-07-02T20:44:43.483Z[ recovery-image] Jul 02 20:44:42.808 INFO collecting git info from project "chelsio-t6-roms"...
92592026-07-02T20:44:43.497Z[ recovery-image] Jul 02 20:44:42.822 INFO collecting git info from project "phbl"...
92602026-07-02T20:44:43.502Z[ recovery-image] Jul 02 20:44:42.827 INFO collecting git info from project "dmar-report"...
92612026-07-02T20:44:43.509Z[ recovery-image] Jul 02 20:44:42.834 INFO collecting git info from project "image-builder"...
92622026-07-02T20:44:43.514Z[ recovery-image] Jul 02 20:44:42.839 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92632026-07-02T20:44:43.808Z[ recovery-image] Jul 02 20:44:43.133 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92642026-07-02T20:44:44.090Z[ recovery-image] Jul 02 20:44:43.413 INFO creating Oxide boot image...
92652026-07-02T20:44:44.090Z[ recovery-image] Jul 02 20:44:43.413 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 34efdd2/9b09742 2026-07-02 20:28", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92662026-07-02T20:44:56.331Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92672026-07-02T20:44:56.332Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92682026-07-02T20:44:56.332Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92692026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92702026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92712026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92722026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92732026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.656 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92742026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.657 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260702T202814Z
92752026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.657 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92762026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.657 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92772026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.657 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92782026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.657 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92792026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.657 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92802026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92812026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92822026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92832026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92842026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92852026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92862026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92872026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92882026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92892026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92902026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92912026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92922026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92932026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92942026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.658 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92952026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92962026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92972026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92982026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92992026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
93002026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
93012026-07-02T20:44:56.383Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
93022026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
93032026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.659 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
93042026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
93052026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
93062026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
93072026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93082026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93092026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93102026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
93112026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93122026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.662 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93132026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.663 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93142026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.663 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93152026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.666 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93162026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.666 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93172026-07-02T20:44:56.384Z[ host-image] Jul 02 20:44:55.666 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93182026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.666 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93192026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.666 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93202026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.666 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93212026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.678 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93222026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.678 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93232026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.678 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93242026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.678 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93252026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.678 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93262026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93272026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93282026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93292026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93302026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93312026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93322026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93332026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.679 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93342026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.680 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93352026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.680 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93362026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.680 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93372026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.680 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93382026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.680 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93392026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.684 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93402026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.684 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93412026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.685 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93422026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.685 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93432026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.685 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93442026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.685 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93452026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.685 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93462026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.685 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93472026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.685 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93482026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.686 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
93492026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.686 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93502026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.686 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93512026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.686 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93522026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.687 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93532026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.687 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93542026-07-02T20:44:56.385Z[ host-image] Jul 02 20:44:55.687 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93552026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.687 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93562026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.689 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93572026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.689 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93582026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.689 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93592026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.690 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93602026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.690 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93612026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.690 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93622026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.690 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93632026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.690 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93642026-07-02T20:44:56.386Z[ host-image] Jul 02 20:44:55.690 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93652026-07-02T20:44:56.387Z[ host-image] Jul 02 20:44:55.693 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93662026-07-02T20:44:56.387Z[ host-image] Jul 02 20:44:55.693 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93672026-07-02T20:44:56.387Z[ host-image] Jul 02 20:44:55.693 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93682026-07-02T20:44:56.387Z[ host-image] Jul 02 20:44:55.693 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93692026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.693 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93702026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.699 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93712026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.699 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93722026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.699 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93732026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.699 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93742026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.699 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93752026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.708 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93762026-07-02T20:44:56.390Z[ host-image] Jul 02 20:44:55.708 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93772026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.708 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93782026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.708 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93792026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.708 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93802026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.708 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93812026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.708 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93822026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.709 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93832026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.709 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93842026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.709 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93852026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.709 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93862026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.709 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93872026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.709 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93882026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93892026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93902026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93912026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93922026-07-02T20:44:56.391Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93932026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93942026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93952026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93962026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93972026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.710 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93982026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.711 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93992026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.711 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
94002026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.711 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
94012026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.711 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
94022026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.711 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
94032026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.711 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
94042026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.711 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
94052026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.712 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
94062026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.712 INFO O| tempdir @ "/tmp/.tmpCMdg2p/tmp"
94072026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.712 INFO O| image root @ "/tmp/.tmpCMdg2p/tmp/root"
94082026-07-02T20:44:56.392Z[ host-image] Jul 02 20:44:55.712 INFO O| creating image...
94092026-07-02T20:44:56.696Z[ host-image] Jul 02 20:44:56.020 INFO O| copying publishers...
94102026-07-02T20:44:57.557Z[ host-image] Jul 02 20:44:56.881 INFO O| adding properties...
94112026-07-02T20:44:58.357Z[ host-image] Jul 02 20:44:57.681 INFO O| installing packages...
94122026-07-02T20:45:07.710Z[ host-image] Jul 02 20:45:07.034 INFO O| seeding SMF database...
94132026-07-02T20:45:12.032Z[ host-image] Jul 02 20:45:11.356 INFO O| configuring SMF profile...
94142026-07-02T20:45:12.035Z[ host-image] Jul 02 20:45:11.356 INFO O| modifying shadow(5)...
94152026-07-02T20:45:12.035Z[ host-image] Jul 02 20:45:11.357 INFO O| loading user and group database...
94162026-07-02T20:45:12.035Z[ host-image] Jul 02 20:45:11.357 INFO O| loading facet selections...
94172026-07-02T20:45:12.336Z[ host-image] Jul 02 20:45:11.660 INFO O| devel -> true
94182026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| doc.man -> true
94192026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| version-lock.shell/ksh93 -> true
94202026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| version-lock.system/data/hardware-registry -> true
94212026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| version-lock.system/data/zoneinfo -> true
94222026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| version-lock.system/microcode/amd -> true
94232026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| version-lock.system/microcode/intel -> true
94242026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| version-lock.system/microcode/oxide -> true
94252026-07-02T20:45:12.339Z[ host-image] Jul 02 20:45:11.660 INFO O| assessing packaged files...
94262026-07-02T20:45:13.791Z[ host-image] Jul 02 20:45:13.115 INFO O| creating archive...
94272026-07-02T20:45:13.812Z[ host-image] Jul 02 20:45:13.137 INFO O| missing from packaging:
94282026-07-02T20:45:13.812Z[ host-image] Jul 02 20:45:13.137 INFO O| "etc/.pwd.lock"
94292026-07-02T20:45:13.815Z[ host-image] Jul 02 20:45:13.137 INFO O| "etc/bash"
94302026-07-02T20:45:13.821Z[ host-image] Jul 02 20:45:13.141 INFO O| "etc/svc/profile/generic.xml"
94312026-07-02T20:45:13.821Z[ host-image] Jul 02 20:45:13.141 INFO O| "etc/svc/profile/inetd_services.xml"
94322026-07-02T20:45:13.821Z[ host-image] Jul 02 20:45:13.141 INFO O| "etc/svc/profile/name_service.xml"
94332026-07-02T20:45:13.821Z[ host-image] Jul 02 20:45:13.141 INFO O| "etc/svc/profile/platform.xml"
94342026-07-02T20:45:13.821Z[ host-image] Jul 02 20:45:13.141 INFO O| "etc/svc/profile/platform_omicron1.xml"
94352026-07-02T20:45:13.821Z[ host-image] Jul 02 20:45:13.141 INFO O| "etc/svc/repository.db"
94362026-07-02T20:45:13.824Z[ host-image] Jul 02 20:45:13.147 INFO O| "opt/ooce/share"
94372026-07-02T20:45:13.824Z[ host-image] Jul 02 20:45:13.147 INFO O| "opt/ooce/share/man"
94382026-07-02T20:45:13.824Z[ host-image] Jul 02 20:45:13.147 INFO O| "opt/ooce/share/man/man1"
94392026-07-02T20:45:13.831Z[ host-image] Jul 02 20:45:13.156 INFO O| finishing archive...
94402026-07-02T20:45:16.150Z[ host-image] Jul 02 20:45:15.474 INFO O| creating gzonly manifest...
94412026-07-02T20:45:16.157Z[ host-image] Jul 02 20:45:15.481 INFO O| ok
94422026-07-02T20:45:16.246Z[ host-image] Jul 02 20:45:15.571 INFO image builder template: ramdisk-02-trim...
94432026-07-02T20:45:16.246Z[ host-image] Jul 02 20:45:15.571 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/.tmpex7cix/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-02-trim"], pwd: None
94442026-07-02T20:45:16.264Z[ host-image] Jul 02 20:45:15.589 INFO O| Jul 02 20:45:15.589 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94452026-07-02T20:45:16.268Z[ host-image] Jul 02 20:45:15.592 INFO O| Jul 02 20:45:15.592 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94462026-07-02T20:45:16.403Z[ host-image] Jul 02 20:45:15.728 INFO O| Jul 02 20:45:15.728 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94472026-07-02T20:45:16.464Z[ host-image] Jul 02 20:45:15.789 INFO O| Jul 02 20:45:15.789 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94482026-07-02T20:45:16.464Z[ host-image] Jul 02 20:45:15.789 INFO O| Jul 02 20:45:15.789 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94492026-07-02T20:45:16.468Z[ host-image] Jul 02 20:45:15.793 INFO O| Jul 02 20:45:15.793 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94502026-07-02T20:45:16.471Z[ host-image] Jul 02 20:45:15.796 INFO O| Jul 02 20:45:15.796 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94512026-07-02T20:45:16.474Z[ host-image] Jul 02 20:45:15.799 INFO O| Jul 02 20:45:15.799 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94522026-07-02T20:45:16.802Z[ host-image] Jul 02 20:45:16.127 INFO O| Jul 02 20:45:16.127 INFO rolled back to input snapshot; work may begin
94532026-07-02T20:45:16.803Z[ host-image] Jul 02 20:45:16.127 INFO O| Jul 02 20:45:16.127 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94542026-07-02T20:45:16.807Z[ host-image] Jul 02 20:45:16.132 INFO O| Jul 02 20:45:16.132 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-07-02T20:45:16.814Z[ host-image] Jul 02 20:45:16.138 INFO O| Jul 02 20:45:16.138 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94562026-07-02T20:45:16.851Z[ host-image] Jul 02 20:45:16.175 INFO O| Jul 02 20:45:16.175 INFO STEP 0 (remove_files) COMPLETE
94572026-07-02T20:45:16.851Z[ host-image] Jul 02 20:45:16.176 INFO O| Jul 02 20:45:16.175 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-07-02T20:45:16.859Z[ host-image] Jul 02 20:45:16.183 INFO O| Jul 02 20:45:16.183 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94592026-07-02T20:45:16.861Z[ host-image] Jul 02 20:45:16.184 INFO O| Jul 02 20:45:16.184 INFO STEP 1 (remove_files) COMPLETE
94602026-07-02T20:45:16.861Z[ host-image] Jul 02 20:45:16.184 INFO O| Jul 02 20:45:16.184 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94612026-07-02T20:45:16.868Z[ host-image] Jul 02 20:45:16.192 INFO O| Jul 02 20:45:16.192 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94622026-07-02T20:45:16.879Z[ host-image] Jul 02 20:45:16.204 INFO O| Jul 02 20:45:16.204 INFO STEP 2 (remove_files) COMPLETE
94632026-07-02T20:45:16.879Z[ host-image] Jul 02 20:45:16.204 INFO O| Jul 02 20:45:16.204 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94642026-07-02T20:45:16.885Z[ host-image] Jul 02 20:45:16.209 INFO O| Jul 02 20:45:16.209 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94652026-07-02T20:45:16.887Z[ host-image] Jul 02 20:45:16.210 INFO O| Jul 02 20:45:16.210 INFO STEP 3 (remove_files) COMPLETE
94662026-07-02T20:45:16.888Z[ host-image] Jul 02 20:45:16.210 INFO O| Jul 02 20:45:16.210 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94672026-07-02T20:45:16.892Z[ host-image] Jul 02 20:45:16.217 INFO O| Jul 02 20:45:16.216 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94682026-07-02T20:45:16.895Z[ host-image] Jul 02 20:45:16.219 INFO O| Jul 02 20:45:16.219 INFO STEP 4 (remove_files) COMPLETE
94692026-07-02T20:45:16.895Z[ host-image] Jul 02 20:45:16.219 INFO O| Jul 02 20:45:16.219 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-07-02T20:45:16.902Z[ host-image] Jul 02 20:45:16.227 INFO O| Jul 02 20:45:16.227 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94712026-07-02T20:45:16.905Z[ host-image] Jul 02 20:45:16.229 INFO O| Jul 02 20:45:16.229 INFO STEP 5 (remove_files) COMPLETE
94722026-07-02T20:45:16.905Z[ host-image] Jul 02 20:45:16.229 INFO O| Jul 02 20:45:16.229 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-07-02T20:45:16.911Z[ host-image] Jul 02 20:45:16.236 INFO O| Jul 02 20:45:16.236 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94742026-07-02T20:45:16.921Z[ host-image] Jul 02 20:45:16.245 INFO O| Jul 02 20:45:16.245 INFO STEP 6 (remove_files) COMPLETE
94752026-07-02T20:45:16.921Z[ host-image] Jul 02 20:45:16.245 INFO O| Jul 02 20:45:16.245 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-07-02T20:45:16.921Z[ host-image] Jul 02 20:45:16.245 INFO O| Jul 02 20:45:16.245 INFO skip step because feature "heliosv2" is not enabled
94772026-07-02T20:45:16.921Z[ host-image] Jul 02 20:45:16.245 INFO O| Jul 02 20:45:16.245 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-07-02T20:45:16.927Z[ host-image] Jul 02 20:45:16.252 INFO O| Jul 02 20:45:16.252 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94792026-07-02T20:45:16.937Z[ host-image] Jul 02 20:45:16.262 INFO O| Jul 02 20:45:16.262 INFO STEP 8 (remove_files) COMPLETE
94802026-07-02T20:45:16.937Z[ host-image] Jul 02 20:45:16.262 INFO O| Jul 02 20:45:16.262 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94812026-07-02T20:45:16.944Z[ host-image] Jul 02 20:45:16.269 INFO O| Jul 02 20:45:16.269 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94822026-07-02T20:45:17.009Z[ host-image] Jul 02 20:45:16.332 INFO O| Jul 02 20:45:16.332 INFO STEP 9 (remove_files) COMPLETE
94832026-07-02T20:45:17.009Z[ host-image] Jul 02 20:45:16.332 INFO O| Jul 02 20:45:16.332 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94842026-07-02T20:45:17.017Z[ host-image] Jul 02 20:45:16.342 INFO O| Jul 02 20:45:16.341 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94852026-07-02T20:45:17.102Z[ host-image] Jul 02 20:45:16.426 INFO O| Jul 02 20:45:16.426 INFO STEP 10 (remove_files) COMPLETE
94862026-07-02T20:45:17.102Z[ host-image] Jul 02 20:45:16.426 INFO O| Jul 02 20:45:16.426 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94872026-07-02T20:45:17.110Z[ host-image] Jul 02 20:45:16.434 INFO O| Jul 02 20:45:16.434 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94882026-07-02T20:45:17.113Z[ host-image] Jul 02 20:45:16.437 INFO O| Jul 02 20:45:16.437 INFO STEP 11 (remove_files) COMPLETE
94892026-07-02T20:45:17.113Z[ host-image] Jul 02 20:45:16.437 INFO O| Jul 02 20:45:16.437 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94902026-07-02T20:45:17.119Z[ host-image] Jul 02 20:45:16.444 INFO O| Jul 02 20:45:16.444 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94912026-07-02T20:45:17.122Z[ host-image] Jul 02 20:45:16.445 INFO O| Jul 02 20:45:16.445 INFO STEP 12 (remove_files) COMPLETE
94922026-07-02T20:45:17.122Z[ host-image] Jul 02 20:45:16.445 INFO O| Jul 02 20:45:16.445 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94932026-07-02T20:45:17.126Z[ host-image] Jul 02 20:45:16.451 INFO O| Jul 02 20:45:16.451 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94942026-07-02T20:45:17.129Z[ host-image] Jul 02 20:45:16.452 INFO O| Jul 02 20:45:16.452 INFO STEP 13 (remove_files) COMPLETE
94952026-07-02T20:45:17.129Z[ host-image] Jul 02 20:45:16.452 INFO O| Jul 02 20:45:16.452 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94962026-07-02T20:45:17.143Z[ host-image] Jul 02 20:45:16.467 INFO O| Jul 02 20:45:16.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94972026-07-02T20:45:17.143Z[ host-image] Jul 02 20:45:16.467 INFO O| Jul 02 20:45:16.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94982026-07-02T20:45:17.146Z[ host-image] Jul 02 20:45:16.467 INFO O| Jul 02 20:45:16.467 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94992026-07-02T20:45:17.146Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95002026-07-02T20:45:17.146Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
95012026-07-02T20:45:17.146Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
95022026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
95032026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95042026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95052026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95062026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95072026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95082026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.468 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95092026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.469 INFO O| Jul 02 20:45:16.468 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
95102026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.469 INFO O| Jul 02 20:45:16.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95112026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.469 INFO O| Jul 02 20:45:16.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95122026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.469 INFO O| Jul 02 20:45:16.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95132026-07-02T20:45:17.147Z[ host-image] Jul 02 20:45:16.469 INFO O| Jul 02 20:45:16.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95142026-07-02T20:45:17.178Z[ host-image] Jul 02 20:45:16.498 INFO O| Jul 02 20:45:16.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
95152026-07-02T20:45:17.199Z[ host-image] Jul 02 20:45:16.522 INFO O| Jul 02 20:45:16.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
95162026-07-02T20:45:17.371Z[ host-image] Jul 02 20:45:16.695 INFO O| Jul 02 20:45:16.695 INFO STEP 14 (remove_files) COMPLETE
95172026-07-02T20:45:17.371Z[ host-image] Jul 02 20:45:16.695 INFO O| Jul 02 20:45:16.695 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-07-02T20:45:17.381Z[ host-image] Jul 02 20:45:16.705 INFO O| Jul 02 20:45:16.705 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95192026-07-02T20:45:17.384Z[ host-image] Jul 02 20:45:16.706 INFO O| Jul 02 20:45:16.706 INFO STEP 15 (remove_files) COMPLETE
95202026-07-02T20:45:17.384Z[ host-image] Jul 02 20:45:16.706 INFO O| Jul 02 20:45:16.706 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-07-02T20:45:17.388Z[ host-image] Jul 02 20:45:16.713 INFO O| Jul 02 20:45:16.713 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95222026-07-02T20:45:17.393Z[ host-image] Jul 02 20:45:16.718 INFO O| Jul 02 20:45:16.718 INFO STEP 16 (remove_files) COMPLETE
95232026-07-02T20:45:17.393Z[ host-image] Jul 02 20:45:16.718 INFO O| Jul 02 20:45:16.718 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-07-02T20:45:17.401Z[ host-image] Jul 02 20:45:16.725 INFO O| Jul 02 20:45:16.725 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95252026-07-02T20:45:17.404Z[ host-image] Jul 02 20:45:16.725 INFO O| Jul 02 20:45:16.725 INFO STEP 17 (remove_files) COMPLETE
95262026-07-02T20:45:17.404Z[ host-image] Jul 02 20:45:16.725 INFO O| Jul 02 20:45:16.725 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-07-02T20:45:17.408Z[ host-image] Jul 02 20:45:16.733 INFO O| Jul 02 20:45:16.733 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95282026-07-02T20:45:17.411Z[ host-image] Jul 02 20:45:16.734 INFO O| Jul 02 20:45:16.734 INFO STEP 18 (remove_files) COMPLETE
95292026-07-02T20:45:17.411Z[ host-image] Jul 02 20:45:16.734 INFO O| Jul 02 20:45:16.734 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-07-02T20:45:17.416Z[ host-image] Jul 02 20:45:16.741 INFO O| Jul 02 20:45:16.741 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95312026-07-02T20:45:17.416Z[ host-image] Jul 02 20:45:16.741 INFO O| Jul 02 20:45:16.741 INFO STEP 19 (remove_files) COMPLETE
95322026-07-02T20:45:17.419Z[ host-image] Jul 02 20:45:16.741 INFO O| Jul 02 20:45:16.741 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-07-02T20:45:17.422Z[ host-image] Jul 02 20:45:16.747 INFO O| Jul 02 20:45:16.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95342026-07-02T20:45:17.422Z[ host-image] Jul 02 20:45:16.747 INFO O| Jul 02 20:45:16.747 INFO STEP 20 (remove_files) COMPLETE
95352026-07-02T20:45:17.422Z[ host-image] Jul 02 20:45:16.747 INFO O| Jul 02 20:45:16.747 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-07-02T20:45:17.430Z[ host-image] Jul 02 20:45:16.755 INFO O| Jul 02 20:45:16.755 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95372026-07-02T20:45:17.430Z[ host-image] Jul 02 20:45:16.755 INFO O| Jul 02 20:45:16.755 INFO STEP 21 (remove_files) COMPLETE
95382026-07-02T20:45:17.430Z[ host-image] Jul 02 20:45:16.755 INFO O| Jul 02 20:45:16.755 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-07-02T20:45:17.435Z[ host-image] Jul 02 20:45:16.760 INFO O| Jul 02 20:45:16.760 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95402026-07-02T20:45:17.435Z[ host-image] Jul 02 20:45:16.760 INFO O| Jul 02 20:45:16.760 INFO STEP 22 (remove_files) COMPLETE
95412026-07-02T20:45:17.435Z[ host-image] Jul 02 20:45:16.760 INFO O| Jul 02 20:45:16.760 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-07-02T20:45:17.441Z[ host-image] Jul 02 20:45:16.765 INFO O| Jul 02 20:45:16.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95432026-07-02T20:45:17.441Z[ host-image] Jul 02 20:45:16.765 INFO O| Jul 02 20:45:16.765 INFO STEP 23 (remove_files) COMPLETE
95442026-07-02T20:45:17.476Z[ host-image] Jul 02 20:45:16.765 INFO O| Jul 02 20:45:16.765 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-07-02T20:45:17.476Z[ host-image] Jul 02 20:45:16.772 INFO O| Jul 02 20:45:16.772 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95462026-07-02T20:45:17.476Z[ host-image] Jul 02 20:45:16.772 INFO O| Jul 02 20:45:16.772 INFO STEP 24 (remove_files) COMPLETE
95472026-07-02T20:45:17.476Z[ host-image] Jul 02 20:45:16.772 INFO O| Jul 02 20:45:16.772 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.779 INFO O| Jul 02 20:45:16.779 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95492026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.779 INFO O| Jul 02 20:45:16.779 INFO STEP 25 (remove_files) COMPLETE
95502026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.779 INFO O| Jul 02 20:45:16.779 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.784 INFO O| Jul 02 20:45:16.784 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95522026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.784 INFO O| Jul 02 20:45:16.784 INFO STEP 26 (remove_files) COMPLETE
95532026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.784 INFO O| Jul 02 20:45:16.784 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.791 INFO O| Jul 02 20:45:16.791 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95552026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.791 INFO O| Jul 02 20:45:16.791 INFO STEP 27 (remove_files) COMPLETE
95562026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.791 INFO O| Jul 02 20:45:16.791 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.796 INFO O| Jul 02 20:45:16.796 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95582026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.796 INFO O| Jul 02 20:45:16.796 INFO STEP 28 (remove_files) COMPLETE
95592026-07-02T20:45:17.477Z[ host-image] Jul 02 20:45:16.796 INFO O| Jul 02 20:45:16.796 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-07-02T20:45:17.482Z[ host-image] Jul 02 20:45:16.802 INFO O| Jul 02 20:45:16.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95612026-07-02T20:45:17.482Z[ host-image] Jul 02 20:45:16.802 INFO O| Jul 02 20:45:16.802 INFO STEP 29 (remove_files) COMPLETE
95622026-07-02T20:45:17.482Z[ host-image] Jul 02 20:45:16.802 INFO O| Jul 02 20:45:16.802 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-07-02T20:45:17.484Z[ host-image] Jul 02 20:45:16.807 INFO O| Jul 02 20:45:16.807 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95642026-07-02T20:45:17.484Z[ host-image] Jul 02 20:45:16.807 INFO O| Jul 02 20:45:16.807 INFO STEP 30 (remove_files) COMPLETE
95652026-07-02T20:45:17.484Z[ host-image] Jul 02 20:45:16.807 INFO O| Jul 02 20:45:16.807 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-07-02T20:45:17.488Z[ host-image] Jul 02 20:45:16.813 INFO O| Jul 02 20:45:16.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95672026-07-02T20:45:17.488Z[ host-image] Jul 02 20:45:16.813 INFO O| Jul 02 20:45:16.813 INFO STEP 31 (remove_files) COMPLETE
95682026-07-02T20:45:17.488Z[ host-image] Jul 02 20:45:16.813 INFO O| Jul 02 20:45:16.813 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-07-02T20:45:17.494Z[ host-image] Jul 02 20:45:16.818 INFO O| Jul 02 20:45:16.818 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95702026-07-02T20:45:17.494Z[ host-image] Jul 02 20:45:16.819 INFO O| Jul 02 20:45:16.819 INFO STEP 32 (remove_files) COMPLETE
95712026-07-02T20:45:17.497Z[ host-image] Jul 02 20:45:16.819 INFO O| Jul 02 20:45:16.819 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-07-02T20:45:17.499Z[ host-image] Jul 02 20:45:16.824 INFO O| Jul 02 20:45:16.824 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95732026-07-02T20:45:17.499Z[ host-image] Jul 02 20:45:16.824 INFO O| Jul 02 20:45:16.824 INFO STEP 33 (remove_files) COMPLETE
95742026-07-02T20:45:17.499Z[ host-image] Jul 02 20:45:16.824 INFO O| Jul 02 20:45:16.824 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-07-02T20:45:17.505Z[ host-image] Jul 02 20:45:16.830 INFO O| Jul 02 20:45:16.830 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95762026-07-02T20:45:17.505Z[ host-image] Jul 02 20:45:16.830 INFO O| Jul 02 20:45:16.830 INFO STEP 34 (remove_files) COMPLETE
95772026-07-02T20:45:17.508Z[ host-image] Jul 02 20:45:16.830 INFO O| Jul 02 20:45:16.830 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-07-02T20:45:17.511Z[ host-image] Jul 02 20:45:16.835 INFO O| Jul 02 20:45:16.835 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95792026-07-02T20:45:17.511Z[ host-image] Jul 02 20:45:16.835 INFO O| Jul 02 20:45:16.835 INFO STEP 35 (remove_files) COMPLETE
95802026-07-02T20:45:17.511Z[ host-image] Jul 02 20:45:16.835 INFO O| Jul 02 20:45:16.835 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-07-02T20:45:17.516Z[ host-image] Jul 02 20:45:16.841 INFO O| Jul 02 20:45:16.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95822026-07-02T20:45:17.516Z[ host-image] Jul 02 20:45:16.841 INFO O| Jul 02 20:45:16.841 INFO STEP 36 (remove_files) COMPLETE
95832026-07-02T20:45:17.516Z[ host-image] Jul 02 20:45:16.841 INFO O| Jul 02 20:45:16.841 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-07-02T20:45:17.521Z[ host-image] Jul 02 20:45:16.846 INFO O| Jul 02 20:45:16.846 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95852026-07-02T20:45:17.521Z[ host-image] Jul 02 20:45:16.846 INFO O| Jul 02 20:45:16.846 INFO STEP 37 (remove_files) COMPLETE
95862026-07-02T20:45:17.524Z[ host-image] Jul 02 20:45:16.846 INFO O| Jul 02 20:45:16.846 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-07-02T20:45:17.527Z[ host-image] Jul 02 20:45:16.852 INFO O| Jul 02 20:45:16.852 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95882026-07-02T20:45:17.527Z[ host-image] Jul 02 20:45:16.852 INFO O| Jul 02 20:45:16.852 INFO STEP 38 (remove_files) COMPLETE
95892026-07-02T20:45:17.527Z[ host-image] Jul 02 20:45:16.852 INFO O| Jul 02 20:45:16.852 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-07-02T20:45:17.533Z[ host-image] Jul 02 20:45:16.858 INFO O| Jul 02 20:45:16.858 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95912026-07-02T20:45:17.533Z[ host-image] Jul 02 20:45:16.858 INFO O| Jul 02 20:45:16.858 INFO STEP 39 (remove_files) COMPLETE
95922026-07-02T20:45:17.536Z[ host-image] Jul 02 20:45:16.858 INFO O| Jul 02 20:45:16.858 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-07-02T20:45:17.539Z[ host-image] Jul 02 20:45:16.863 INFO O| Jul 02 20:45:16.863 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95942026-07-02T20:45:17.539Z[ host-image] Jul 02 20:45:16.863 INFO O| Jul 02 20:45:16.863 INFO STEP 40 (remove_files) COMPLETE
95952026-07-02T20:45:17.539Z[ host-image] Jul 02 20:45:16.863 INFO O| Jul 02 20:45:16.863 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-07-02T20:45:17.544Z[ host-image] Jul 02 20:45:16.868 INFO O| Jul 02 20:45:16.868 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95972026-07-02T20:45:17.546Z[ host-image] Jul 02 20:45:16.868 INFO O| Jul 02 20:45:16.868 INFO STEP 41 (remove_files) COMPLETE
95982026-07-02T20:45:17.546Z[ host-image] Jul 02 20:45:16.868 INFO O| Jul 02 20:45:16.868 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-07-02T20:45:17.549Z[ host-image] Jul 02 20:45:16.874 INFO O| Jul 02 20:45:16.874 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
96002026-07-02T20:45:17.549Z[ host-image] Jul 02 20:45:16.874 INFO O| Jul 02 20:45:16.874 INFO STEP 42 (remove_files) COMPLETE
96012026-07-02T20:45:17.552Z[ host-image] Jul 02 20:45:16.874 INFO O| Jul 02 20:45:16.874 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-07-02T20:45:17.558Z[ host-image] Jul 02 20:45:16.882 INFO O| Jul 02 20:45:16.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
96032026-07-02T20:45:17.558Z[ host-image] Jul 02 20:45:16.882 INFO O| Jul 02 20:45:16.882 INFO STEP 43 (remove_files) COMPLETE
96042026-07-02T20:45:17.558Z[ host-image] Jul 02 20:45:16.882 INFO O| Jul 02 20:45:16.882 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-07-02T20:45:17.564Z[ host-image] Jul 02 20:45:16.889 INFO O| Jul 02 20:45:16.889 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
96062026-07-02T20:45:17.564Z[ host-image] Jul 02 20:45:16.889 INFO O| Jul 02 20:45:16.889 INFO STEP 44 (remove_files) COMPLETE
96072026-07-02T20:45:17.567Z[ host-image] Jul 02 20:45:16.889 INFO O| Jul 02 20:45:16.889 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-07-02T20:45:17.570Z[ host-image] Jul 02 20:45:16.895 INFO O| Jul 02 20:45:16.895 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96092026-07-02T20:45:17.570Z[ host-image] Jul 02 20:45:16.895 INFO O| Jul 02 20:45:16.895 INFO STEP 45 (remove_files) COMPLETE
96102026-07-02T20:45:17.573Z[ host-image] Jul 02 20:45:16.895 INFO O| Jul 02 20:45:16.895 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-07-02T20:45:17.579Z[ host-image] Jul 02 20:45:16.903 INFO O| Jul 02 20:45:16.903 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96122026-07-02T20:45:17.579Z[ host-image] Jul 02 20:45:16.903 INFO O| Jul 02 20:45:16.903 INFO STEP 46 (remove_files) COMPLETE
96132026-07-02T20:45:17.579Z[ host-image] Jul 02 20:45:16.903 INFO O| Jul 02 20:45:16.903 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-07-02T20:45:17.585Z[ host-image] Jul 02 20:45:16.909 INFO O| Jul 02 20:45:16.909 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96152026-07-02T20:45:17.585Z[ host-image] Jul 02 20:45:16.909 INFO O| Jul 02 20:45:16.909 INFO STEP 47 (remove_files) COMPLETE
96162026-07-02T20:45:17.585Z[ host-image] Jul 02 20:45:16.909 INFO O| Jul 02 20:45:16.909 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-07-02T20:45:17.591Z[ host-image] Jul 02 20:45:16.915 INFO O| Jul 02 20:45:16.915 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96182026-07-02T20:45:17.591Z[ host-image] Jul 02 20:45:16.915 INFO O| Jul 02 20:45:16.915 INFO STEP 48 (remove_files) COMPLETE
96192026-07-02T20:45:17.591Z[ host-image] Jul 02 20:45:16.915 INFO O| Jul 02 20:45:16.915 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-07-02T20:45:17.599Z[ host-image] Jul 02 20:45:16.923 INFO O| Jul 02 20:45:16.923 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96212026-07-02T20:45:17.599Z[ host-image] Jul 02 20:45:16.923 INFO O| Jul 02 20:45:16.923 INFO STEP 49 (remove_files) COMPLETE
96222026-07-02T20:45:17.599Z[ host-image] Jul 02 20:45:16.923 INFO O| Jul 02 20:45:16.923 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-07-02T20:45:17.604Z[ host-image] Jul 02 20:45:16.929 INFO O| Jul 02 20:45:16.929 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96242026-07-02T20:45:17.604Z[ host-image] Jul 02 20:45:16.929 INFO O| Jul 02 20:45:16.929 INFO STEP 50 (remove_files) COMPLETE
96252026-07-02T20:45:17.604Z[ host-image] Jul 02 20:45:16.929 INFO O| Jul 02 20:45:16.929 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-07-02T20:45:17.612Z[ host-image] Jul 02 20:45:16.936 INFO O| Jul 02 20:45:16.936 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96272026-07-02T20:45:17.612Z[ host-image] Jul 02 20:45:16.936 INFO O| Jul 02 20:45:16.936 INFO STEP 51 (remove_files) COMPLETE
96282026-07-02T20:45:17.614Z[ host-image] Jul 02 20:45:16.936 INFO O| Jul 02 20:45:16.936 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-07-02T20:45:17.617Z[ host-image] Jul 02 20:45:16.942 INFO O| Jul 02 20:45:16.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96302026-07-02T20:45:17.617Z[ host-image] Jul 02 20:45:16.942 INFO O| Jul 02 20:45:16.942 INFO STEP 52 (remove_files) COMPLETE
96312026-07-02T20:45:17.620Z[ host-image] Jul 02 20:45:16.942 INFO O| Jul 02 20:45:16.942 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-07-02T20:45:17.625Z[ host-image] Jul 02 20:45:16.950 INFO O| Jul 02 20:45:16.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96332026-07-02T20:45:17.625Z[ host-image] Jul 02 20:45:16.950 INFO O| Jul 02 20:45:16.950 INFO STEP 53 (remove_files) COMPLETE
96342026-07-02T20:45:17.628Z[ host-image] Jul 02 20:45:16.950 INFO O| Jul 02 20:45:16.950 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96352026-07-02T20:45:17.633Z[ host-image] Jul 02 20:45:16.957 INFO O| Jul 02 20:45:16.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96362026-07-02T20:45:17.633Z[ host-image] Jul 02 20:45:16.957 INFO O| Jul 02 20:45:16.957 INFO STEP 54 (remove_files) COMPLETE
96372026-07-02T20:45:17.633Z[ host-image] Jul 02 20:45:16.957 INFO O| Jul 02 20:45:16.957 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96382026-07-02T20:45:17.638Z[ host-image] Jul 02 20:45:16.963 INFO O| Jul 02 20:45:16.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96392026-07-02T20:45:17.641Z[ host-image] Jul 02 20:45:16.963 INFO O| Jul 02 20:45:16.963 INFO STEP 55 (remove_files) COMPLETE
96402026-07-02T20:45:17.641Z[ host-image] Jul 02 20:45:16.963 INFO O| Jul 02 20:45:16.963 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-07-02T20:45:17.646Z[ host-image] Jul 02 20:45:16.971 INFO O| Jul 02 20:45:16.971 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96422026-07-02T20:45:17.646Z[ host-image] Jul 02 20:45:16.971 INFO O| Jul 02 20:45:16.971 INFO STEP 56 (remove_files) COMPLETE
96432026-07-02T20:45:17.646Z[ host-image] Jul 02 20:45:16.971 INFO O| Jul 02 20:45:16.971 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96442026-07-02T20:45:17.652Z[ host-image] Jul 02 20:45:16.976 INFO O| Jul 02 20:45:16.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96452026-07-02T20:45:17.652Z[ host-image] Jul 02 20:45:16.977 INFO O| Jul 02 20:45:16.976 INFO STEP 57 (remove_files) COMPLETE
96462026-07-02T20:45:17.655Z[ host-image] Jul 02 20:45:16.977 INFO O| Jul 02 20:45:16.977 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96472026-07-02T20:45:17.660Z[ host-image] Jul 02 20:45:16.984 INFO O| Jul 02 20:45:16.984 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96482026-07-02T20:45:17.660Z[ host-image] Jul 02 20:45:16.984 INFO O| Jul 02 20:45:16.984 INFO STEP 58 (remove_files) COMPLETE
96492026-07-02T20:45:17.663Z[ host-image] Jul 02 20:45:16.984 INFO O| Jul 02 20:45:16.984 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-07-02T20:45:17.667Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96512026-07-02T20:45:17.667Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96522026-07-02T20:45:17.670Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96532026-07-02T20:45:17.670Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96542026-07-02T20:45:17.670Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96552026-07-02T20:45:17.671Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96562026-07-02T20:45:17.671Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO ok!
96572026-07-02T20:45:17.671Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO STEP 59 (ensure_file) COMPLETE
96582026-07-02T20:45:17.671Z[ host-image] Jul 02 20:45:16.992 INFO O| Jul 02 20:45:16.992 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96592026-07-02T20:45:17.674Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96602026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96612026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96622026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96632026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96642026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96652026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO ok!
96662026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO STEP 60 (ensure_file) COMPLETE
96672026-07-02T20:45:17.677Z[ host-image] Jul 02 20:45:16.999 INFO O| Jul 02 20:45:16.999 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96682026-07-02T20:45:17.680Z[ host-image] Jul 02 20:45:17.005 INFO O| Jul 02 20:45:17.005 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96692026-07-02T20:45:17.680Z[ host-image] Jul 02 20:45:17.005 INFO O| Jul 02 20:45:17.005 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96702026-07-02T20:45:17.680Z[ host-image] Jul 02 20:45:17.005 INFO O| Jul 02 20:45:17.005 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96712026-07-02T20:45:17.683Z[ host-image] Jul 02 20:45:17.005 INFO O| Jul 02 20:45:17.005 INFO ok!
96722026-07-02T20:45:17.683Z[ host-image] Jul 02 20:45:17.005 INFO O| Jul 02 20:45:17.005 INFO STEP 61 (ensure_file) COMPLETE
96732026-07-02T20:45:17.683Z[ host-image] Jul 02 20:45:17.005 INFO O| Jul 02 20:45:17.005 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96742026-07-02T20:45:17.689Z[ host-image] Jul 02 20:45:17.013 INFO O| Jul 02 20:45:17.013 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96752026-07-02T20:45:17.689Z[ host-image] Jul 02 20:45:17.013 INFO O| Jul 02 20:45:17.013 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96762026-07-02T20:45:17.691Z[ host-image] Jul 02 20:45:17.013 INFO O| Jul 02 20:45:17.013 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96772026-07-02T20:45:17.691Z[ host-image] Jul 02 20:45:17.013 INFO O| Jul 02 20:45:17.013 INFO ok!
96782026-07-02T20:45:17.691Z[ host-image] Jul 02 20:45:17.013 INFO O| Jul 02 20:45:17.013 INFO STEP 62 (ensure_file) COMPLETE
96792026-07-02T20:45:17.691Z[ host-image] Jul 02 20:45:17.013 INFO O| Jul 02 20:45:17.013 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96802026-07-02T20:45:17.695Z[ host-image] Jul 02 20:45:17.020 INFO O| Jul 02 20:45:17.020 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96812026-07-02T20:45:17.695Z[ host-image] Jul 02 20:45:17.020 INFO O| Jul 02 20:45:17.020 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96822026-07-02T20:45:17.698Z[ host-image] Jul 02 20:45:17.020 INFO O| Jul 02 20:45:17.020 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96832026-07-02T20:45:17.698Z[ host-image] Jul 02 20:45:17.020 INFO O| Jul 02 20:45:17.020 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96842026-07-02T20:45:17.698Z[ host-image] Jul 02 20:45:17.020 INFO O| Jul 02 20:45:17.020 INFO ok!
96852026-07-02T20:45:17.700Z[ host-image] Jul 02 20:45:17.020 INFO O| Jul 02 20:45:17.020 INFO STEP 63 (ensure_file) COMPLETE
96862026-07-02T20:45:17.700Z[ host-image] Jul 02 20:45:17.020 INFO O| Jul 02 20:45:17.020 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96872026-07-02T20:45:17.703Z[ host-image] Jul 02 20:45:17.026 INFO O| Jul 02 20:45:17.025 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96882026-07-02T20:45:17.703Z[ host-image] Jul 02 20:45:17.026 INFO O| Jul 02 20:45:17.025 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96892026-07-02T20:45:17.703Z[ host-image] Jul 02 20:45:17.026 INFO O| Jul 02 20:45:17.026 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96902026-07-02T20:45:17.703Z[ host-image] Jul 02 20:45:17.026 INFO O| Jul 02 20:45:17.026 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96912026-07-02T20:45:17.703Z[ host-image] Jul 02 20:45:17.026 INFO O| Jul 02 20:45:17.026 INFO ok!
96922026-07-02T20:45:17.703Z[ host-image] Jul 02 20:45:17.026 INFO O| Jul 02 20:45:17.026 INFO STEP 64 (ensure_file) COMPLETE
96932026-07-02T20:45:17.703Z[ host-image] Jul 02 20:45:17.026 INFO O| Jul 02 20:45:17.026 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-07-02T20:45:17.708Z[ host-image] Jul 02 20:45:17.033 INFO O| Jul 02 20:45:17.033 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96952026-07-02T20:45:17.708Z[ host-image] Jul 02 20:45:17.033 INFO O| Jul 02 20:45:17.033 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96962026-07-02T20:45:17.709Z[ host-image] Jul 02 20:45:17.033 INFO O| Jul 02 20:45:17.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96972026-07-02T20:45:17.711Z[ host-image] Jul 02 20:45:17.033 INFO O| Jul 02 20:45:17.033 INFO ok!
96982026-07-02T20:45:17.711Z[ host-image] Jul 02 20:45:17.033 INFO O| Jul 02 20:45:17.033 INFO STEP 65 (assemble_files) COMPLETE
96992026-07-02T20:45:17.711Z[ host-image] Jul 02 20:45:17.033 INFO O| Jul 02 20:45:17.033 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97002026-07-02T20:45:17.714Z[ host-image] Jul 02 20:45:17.039 INFO O| Jul 02 20:45:17.039 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
97012026-07-02T20:45:17.715Z[ host-image] Jul 02 20:45:17.039 INFO O| Jul 02 20:45:17.039 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
97022026-07-02T20:45:17.715Z[ host-image] Jul 02 20:45:17.039 INFO O| Jul 02 20:45:17.039 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97032026-07-02T20:45:17.715Z[ host-image] Jul 02 20:45:17.039 INFO O| Jul 02 20:45:17.039 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
97042026-07-02T20:45:17.715Z[ host-image] Jul 02 20:45:17.039 INFO O| Jul 02 20:45:17.039 INFO ok!
97052026-07-02T20:45:17.715Z[ host-image] Jul 02 20:45:17.039 INFO O| Jul 02 20:45:17.039 INFO STEP 66 (ensure_file) COMPLETE
97062026-07-02T20:45:17.715Z[ host-image] Jul 02 20:45:17.039 INFO O| Jul 02 20:45:17.039 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97072026-07-02T20:45:17.721Z[ host-image] Jul 02 20:45:17.046 INFO O| Jul 02 20:45:17.046 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97082026-07-02T20:45:17.721Z[ host-image] Jul 02 20:45:17.046 INFO O| Jul 02 20:45:17.046 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97092026-07-02T20:45:17.721Z[ host-image] Jul 02 20:45:17.046 INFO O| Jul 02 20:45:17.046 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97102026-07-02T20:45:17.724Z[ host-image] Jul 02 20:45:17.046 INFO O| Jul 02 20:45:17.046 INFO STEP 67 (ensure_dir) COMPLETE
97112026-07-02T20:45:17.724Z[ host-image] Jul 02 20:45:17.046 INFO O| Jul 02 20:45:17.046 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97122026-07-02T20:45:17.728Z[ host-image] Jul 02 20:45:17.052 INFO O| Jul 02 20:45:17.052 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97132026-07-02T20:45:17.728Z[ host-image] Jul 02 20:45:17.053 INFO O| Jul 02 20:45:17.052 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 ...
97142026-07-02T20:45:17.733Z[ host-image] Jul 02 20:45:17.058 INFO O| Jul 02 20:45:17.058 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
97152026-07-02T20:45:17.734Z[ host-image] Jul 02 20:45:17.058 INFO O| Jul 02 20:45:17.058 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97162026-07-02T20:45:17.737Z[ host-image] Jul 02 20:45:17.058 INFO O| Jul 02 20:45:17.058 INFO ok!
97172026-07-02T20:45:17.737Z[ host-image] Jul 02 20:45:17.058 INFO O| Jul 02 20:45:17.058 INFO STEP 68 (ensure_file) COMPLETE
97182026-07-02T20:45:17.737Z[ host-image] Jul 02 20:45:17.058 INFO O| Jul 02 20:45:17.058 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97192026-07-02T20:45:17.741Z[ host-image] Jul 02 20:45:17.066 INFO O| Jul 02 20:45:17.066 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97202026-07-02T20:45:17.741Z[ host-image] Jul 02 20:45:17.066 INFO O| Jul 02 20:45:17.066 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 ...
97212026-07-02T20:45:17.744Z[ host-image] Jul 02 20:45:17.066 INFO O| Jul 02 20:45:17.066 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
97222026-07-02T20:45:17.744Z[ host-image] Jul 02 20:45:17.066 INFO O| Jul 02 20:45:17.066 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97232026-07-02T20:45:17.744Z[ host-image] Jul 02 20:45:17.066 INFO O| Jul 02 20:45:17.066 INFO ok!
97242026-07-02T20:45:17.744Z[ host-image] Jul 02 20:45:17.066 INFO O| Jul 02 20:45:17.066 INFO STEP 69 (ensure_file) COMPLETE
97252026-07-02T20:45:17.744Z[ host-image] Jul 02 20:45:17.066 INFO O| Jul 02 20:45:17.066 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97262026-07-02T20:45:17.752Z[ host-image] Jul 02 20:45:17.076 INFO O| Jul 02 20:45:17.076 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97272026-07-02T20:45:17.752Z[ host-image] Jul 02 20:45:17.076 INFO O| Jul 02 20:45:17.076 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97282026-07-02T20:45:19.235Z[ host-image] Jul 02 20:45:18.560 INFO O| Jul 02 20:45:18.560 INFO STEP 70 (pack_tar) COMPLETE
97292026-07-02T20:45:19.235Z[ host-image] Jul 02 20:45:18.560 INFO O| Jul 02 20:45:18.560 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97302026-07-02T20:45:19.235Z[ host-image] Jul 02 20:45:18.560 INFO O| Jul 02 20:45:18.560 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97312026-07-02T20:45:19.743Z[ host-image] Jul 02 20:45:19.068 INFO O| Jul 02 20:45:19.068 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97322026-07-02T20:45:19.834Z[ host-image] Jul 02 20:45:19.159 INFO O| Jul 02 20:45:19.159 INFO completed processing sled/ramdisk-02-trim
97332026-07-02T20:45:19.838Z[ host-image] Jul 02 20:45:19.161 INFO image builder template: zfs...
97342026-07-02T20:45:19.838Z[ host-image] Jul 02 20:45:19.161 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/.tmpex7cix/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "zfs"], pwd: None
97352026-07-02T20:45:19.850Z[ host-image] Jul 02 20:45:19.175 INFO O| Jul 02 20:45:19.175 INFO skip include "stress" because feature "stress" is not enabled
97362026-07-02T20:45:19.851Z[ host-image] Jul 02 20:45:19.175 INFO O| Jul 02 20:45:19.175 INFO skip include "stress" because feature "compliance" is not enabled
97372026-07-02T20:45:19.882Z[ host-image] Jul 02 20:45:19.206 INFO O| Jul 02 20:45:19.206 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97382026-07-02T20:45:19.885Z[ host-image] Jul 02 20:45:19.209 INFO O| Jul 02 20:45:19.209 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97392026-07-02T20:45:20.023Z[ host-image] Jul 02 20:45:19.346 INFO O| Jul 02 20:45:19.346 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97402026-07-02T20:45:20.101Z[ host-image] Jul 02 20:45:19.426 INFO O| Jul 02 20:45:19.426 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97412026-07-02T20:45:20.101Z[ host-image] Jul 02 20:45:19.426 INFO O| Jul 02 20:45:19.426 INFO work dataset: rpool/images/build/host/work/sled/zfs
97422026-07-02T20:45:20.105Z[ host-image] Jul 02 20:45:19.430 INFO O| Jul 02 20:45:19.430 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97432026-07-02T20:45:20.254Z[ host-image] Jul 02 20:45:19.578 INFO O| Jul 02 20:45:19.578 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97442026-07-02T20:45:20.328Z[ host-image] Jul 02 20:45:19.652 INFO O| Jul 02 20:45:19.652 INFO DESTROY POOL: TEMPORARY-sled-zfs
97452026-07-02T20:45:20.333Z[ host-image] Jul 02 20:45:19.658 INFO O| Jul 02 20:45:19.658 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97462026-07-02T20:45:20.343Z[ host-image] Jul 02 20:45:19.663 INFO O| Jul 02 20:45:19.663 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97472026-07-02T20:45:20.343Z[ host-image] Jul 02 20:45:19.663 INFO O| Jul 02 20:45:19.663 INFO no lofi found
97482026-07-02T20:45:20.345Z[ host-image] Jul 02 20:45:19.663 INFO O| Jul 02 20:45:19.663 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97492026-07-02T20:45:20.345Z[ host-image] Jul 02 20:45:19.663 INFO O| Jul 02 20:45:19.663 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97502026-07-02T20:45:21.677Z[ host-image] Jul 02 20:45:21.002 INFO O| Jul 02 20:45:21.001 INFO lofi device = /dev/dsk/c2t1d0p0
97512026-07-02T20:45:21.677Z[ host-image] Jul 02 20:45:21.002 INFO O| Jul 02 20:45:21.002 INFO pool device = /dev/dsk/c2t1d0p0
97522026-07-02T20:45:21.681Z[ host-image] Jul 02 20:45:21.002 INFO O| Jul 02 20:45:21.002 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"]
97532026-07-02T20:45:21.732Z[ host-image] Jul 02 20:45:21.056 INFO O| Jul 02 20:45:21.056 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97542026-07-02T20:45:21.732Z[ host-image] Jul 02 20:45:21.056 INFO O| Jul 02 20:45:21.056 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97552026-07-02T20:45:21.744Z[ host-image] Jul 02 20:45:21.069 INFO O| Jul 02 20:45:21.069 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97562026-07-02T20:45:21.779Z[ host-image] Jul 02 20:45:21.104 INFO O| Jul 02 20:45:21.104 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97572026-07-02T20:45:21.846Z[ host-image] Jul 02 20:45:21.128 INFO O| Jul 02 20:45:21.127 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97582026-07-02T20:45:21.846Z[ host-image] Jul 02 20:45:21.135 INFO O| Jul 02 20:45:21.135 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97592026-07-02T20:45:21.846Z[ host-image] Jul 02 20:45:21.141 INFO O| Jul 02 20:45:21.141 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97602026-07-02T20:45:21.846Z[ host-image] Jul 02 20:45:21.166 INFO O| Jul 02 20:45:21.166 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97612026-07-02T20:45:21.847Z[ host-image] Jul 02 20:45:21.166 INFO O| Jul 02 20:45:21.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97622026-07-02T20:45:21.847Z[ host-image] Jul 02 20:45:21.166 INFO O| Jul 02 20:45:21.166 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97632026-07-02T20:45:21.851Z[ host-image] Jul 02 20:45:21.171 INFO O| Jul 02 20:45:21.171 INFO boot environment UUID: 556a7c4f-65c0-4b31-91ff-66ce02ac83a3
97642026-07-02T20:45:21.851Z[ host-image] Jul 02 20:45:21.171 INFO O| Jul 02 20:45:21.171 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 556a7c4f-65c0-4b31-91ff-66ce02ac83a3
97652026-07-02T20:45:21.853Z[ host-image] Jul 02 20:45:21.177 INFO O| Jul 02 20:45:21.177 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97662026-07-02T20:45:21.859Z[ host-image] Jul 02 20:45:21.184 INFO O| Jul 02 20:45:21.184 INFO STEP 0 (create_be) COMPLETE
97672026-07-02T20:45:21.859Z[ host-image] Jul 02 20:45:21.184 INFO O| Jul 02 20:45:21.184 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97682026-07-02T20:45:21.868Z[ host-image] Jul 02 20:45:21.193 INFO O| Jul 02 20:45:21.193 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97692026-07-02T20:45:21.929Z[ recovery-image] Jul 02 20:45:21.253 INFO O| ok, image written!
97702026-07-02T20:45:21.929Z[ recovery-image] Jul 02 20:45:21.253 INFO O| ok, boot_image_csum file written!
97712026-07-02T20:45:21.934Z[ recovery-image] Jul 02 20:45:21.255 INFO creating boot archive (CPIO)...
97722026-07-02T20:45:21.934Z[ recovery-image] Jul 02 20:45:21.255 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
97732026-07-02T20:45:21.937Z[ recovery-image] Jul 02 20:45:21.261 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97742026-07-02T20:45:21.937Z[ recovery-image] Jul 02 20:45:21.261 INFO E| + outfile=/work/os-recovery/cpio
97752026-07-02T20:45:21.937Z[ recovery-image] Jul 02 20:45:21.261 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97762026-07-02T20:45:21.942Z[ recovery-image] Jul 02 20:45:21.263 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97772026-07-02T20:45:21.942Z[ recovery-image] Jul 02 20:45:21.263 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97782026-07-02T20:45:21.967Z[ recovery-image] Jul 02 20:45:21.291 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97792026-07-02T20:45:21.967Z[ recovery-image] Jul 02 20:45:21.292 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97802026-07-02T20:45:21.975Z[ recovery-image] Jul 02 20:45:21.299 INFO creating compressed cpio/unix for dev loaders...
97812026-07-02T20:45:21.975Z[ recovery-image] Jul 02 20:45:21.299 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
97822026-07-02T20:45:22.218Z[ recovery-image] Jul 02 20:45:21.541 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97832026-07-02T20:45:25.780Z[ recovery-image] Jul 02 20:45:25.104 INFO creating reset image...
97842026-07-02T20:45:25.780Z[ recovery-image] Jul 02 20:45:25.105 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")
97852026-07-02T20:45:26.039Z[ recovery-image] Jul 02 20:45:25.364 INFO E| Updating crates.io index
97862026-07-02T20:45:26.251Z[ recovery-image] Jul 02 20:45:25.574 INFO E| Downloading crates ...
97872026-07-02T20:45:26.307Z[ recovery-image] Jul 02 20:45:25.630 INFO E| Downloaded colorchoice v1.0.5
97882026-07-02T20:45:26.310Z[ recovery-image] Jul 02 20:45:25.632 INFO E| Downloaded sigchld v0.2.4
97892026-07-02T20:45:26.310Z[ recovery-image] Jul 02 20:45:25.633 INFO E| Downloaded os_pipe v1.2.3
97902026-07-02T20:45:26.313Z[ recovery-image] Jul 02 20:45:25.638 INFO E| Downloaded clap_lex v1.1.0
97912026-07-02T20:45:26.316Z[ recovery-image] Jul 02 20:45:25.639 INFO E| Downloaded shared_child v1.1.1
97922026-07-02T20:45:26.319Z[ recovery-image] Jul 02 20:45:25.642 INFO E| Downloaded duct v1.1.1
97932026-07-02T20:45:26.322Z[ recovery-image] Jul 02 20:45:25.645 INFO E| Downloaded shared_thread v0.2.0
97942026-07-02T20:45:26.359Z[ recovery-image] Jul 02 20:45:25.682 INFO E| Compiling libc v0.2.186
97952026-07-02T20:45:26.362Z[ recovery-image] Jul 02 20:45:25.683 INFO E| Compiling proc-macro2 v1.0.106
97962026-07-02T20:45:26.403Z[ recovery-image] Jul 02 20:45:25.724 INFO E| Compiling unicode-ident v1.0.24
97972026-07-02T20:45:26.421Z[ recovery-image] Jul 02 20:45:25.742 INFO E| Compiling signal-hook v0.3.18
97982026-07-02T20:45:26.427Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling quote v1.0.45
97992026-07-02T20:45:26.427Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling utf8parse v0.2.2
98002026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling colorchoice v1.0.5
98012026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling anstyle-query v1.1.5
98022026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling is_terminal_polyfill v1.70.2
98032026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling anstyle v1.0.14
98042026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling clap_lex v1.1.0
98052026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling strsim v0.11.1
98062026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling heck v0.5.0
98072026-07-02T20:45:26.431Z[ recovery-image] Jul 02 20:45:25.750 INFO E| Compiling shared_thread v0.2.0
98082026-07-02T20:45:26.732Z[ recovery-image] Jul 02 20:45:26.056 INFO E| Compiling anstyle-parse v1.0.0
98092026-07-02T20:45:27.001Z[ recovery-image] Jul 02 20:45:26.321 INFO E| Compiling anstream v1.0.0
98102026-07-02T20:45:27.213Z[ recovery-image] Jul 02 20:45:26.538 INFO E| Compiling clap_builder v4.6.0
98112026-07-02T20:45:27.330Z[ recovery-image] Jul 02 20:45:26.654 INFO E| Compiling errno v0.3.14
98122026-07-02T20:45:27.330Z[ recovery-image] Jul 02 20:45:26.654 INFO E| Compiling os_pipe v1.2.3
98132026-07-02T20:45:27.435Z[ recovery-image] Jul 02 20:45:26.759 INFO E| Compiling signal-hook-registry v1.4.8
98142026-07-02T20:45:27.714Z[ recovery-image] Jul 02 20:45:27.038 INFO E| Compiling sigchld v0.2.4
98152026-07-02T20:45:27.807Z[ recovery-image] Jul 02 20:45:27.131 INFO E| Compiling shared_child v1.1.1
98162026-07-02T20:45:27.848Z[ recovery-image] Jul 02 20:45:27.172 INFO E| Compiling syn v2.0.117
98172026-07-02T20:45:27.930Z[ recovery-image] Jul 02 20:45:27.254 INFO E| Compiling duct v1.1.1
98182026-07-02T20:45:30.150Z[ host-image] Jul 02 20:45:29.475 INFO O| Jul 02 20:45:29.475 INFO STEP 1 (unpack_tar) COMPLETE
98192026-07-02T20:45:30.150Z[ host-image] Jul 02 20:45:29.475 INFO O| Jul 02 20:45:29.475 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-07-02T20:45:30.160Z[ host-image] Jul 02 20:45:29.484 INFO O| Jul 02 20:45:29.483 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98212026-07-02T20:45:30.261Z[ host-image] Jul 02 20:45:29.586 INFO O| Jul 02 20:45:29.586 INFO STEP 2 (devfsadm) COMPLETE
98222026-07-02T20:45:30.262Z[ host-image] Jul 02 20:45:29.586 INFO O| Jul 02 20:45:29.586 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-07-02T20:45:30.270Z[ host-image] Jul 02 20:45:29.594 INFO O| Jul 02 20:45:29.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98242026-07-02T20:45:30.270Z[ host-image] Jul 02 20:45:29.594 INFO O| Jul 02 20:45:29.594 INFO STEP 3 (ensure_dir) COMPLETE
98252026-07-02T20:45:30.270Z[ host-image] Jul 02 20:45:29.594 INFO O| Jul 02 20:45:29.594 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-07-02T20:45:30.273Z[ recovery-image] Jul 02 20:45:29.596 INFO E| Compiling clap_derive v4.6.1
98272026-07-02T20:45:30.279Z[ host-image] Jul 02 20:45:29.604 INFO O| Jul 02 20:45:29.604 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98282026-07-02T20:45:30.279Z[ host-image] Jul 02 20:45:29.604 INFO O| Jul 02 20:45:29.604 INFO STEP 4 (ensure_dir) COMPLETE
98292026-07-02T20:45:30.282Z[ host-image] Jul 02 20:45:29.604 INFO O| Jul 02 20:45:29.604 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98302026-07-02T20:45:30.286Z[ host-image] Jul 02 20:45:29.611 INFO O| Jul 02 20:45:29.611 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98312026-07-02T20:45:30.286Z[ host-image] Jul 02 20:45:29.611 INFO O| Jul 02 20:45:29.611 INFO STEP 5 (ensure_dir) COMPLETE
98322026-07-02T20:45:30.289Z[ host-image] Jul 02 20:45:29.611 INFO O| Jul 02 20:45:29.611 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98332026-07-02T20:45:30.293Z[ host-image] Jul 02 20:45:29.618 INFO O| Jul 02 20:45:29.618 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98342026-07-02T20:45:30.293Z[ host-image] Jul 02 20:45:29.618 INFO O| Jul 02 20:45:29.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98352026-07-02T20:45:30.296Z[ host-image] Jul 02 20:45:29.618 INFO O| Jul 02 20:45:29.618 INFO STEP 6 (ensure_dir) COMPLETE
98362026-07-02T20:45:30.296Z[ host-image] Jul 02 20:45:29.618 INFO O| Jul 02 20:45:29.618 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98372026-07-02T20:45:30.301Z[ host-image] Jul 02 20:45:29.625 INFO O| Jul 02 20:45:29.625 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98382026-07-02T20:45:30.304Z[ host-image] Jul 02 20:45:29.625 INFO O| Jul 02 20:45:29.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98392026-07-02T20:45:30.304Z[ host-image] Jul 02 20:45:29.625 INFO O| Jul 02 20:45:29.625 INFO STEP 7 (ensure_dir) COMPLETE
98402026-07-02T20:45:30.304Z[ host-image] Jul 02 20:45:29.625 INFO O| Jul 02 20:45:29.625 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98412026-07-02T20:45:30.308Z[ host-image] Jul 02 20:45:29.632 INFO O| Jul 02 20:45:29.632 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98422026-07-02T20:45:30.311Z[ host-image] Jul 02 20:45:29.633 INFO O| Jul 02 20:45:29.633 INFO STEP 8 (remove_files) COMPLETE
98432026-07-02T20:45:30.311Z[ host-image] Jul 02 20:45:29.633 INFO O| Jul 02 20:45:29.633 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98442026-07-02T20:45:30.315Z[ host-image] Jul 02 20:45:29.640 INFO O| Jul 02 20:45:29.640 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98452026-07-02T20:45:30.319Z[ host-image] Jul 02 20:45:29.640 INFO O| Jul 02 20:45:29.640 INFO STEP 9 (remove_files) COMPLETE
98462026-07-02T20:45:30.319Z[ host-image] Jul 02 20:45:29.640 INFO O| Jul 02 20:45:29.640 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-07-02T20:45:30.322Z[ host-image] Jul 02 20:45:29.647 INFO O| Jul 02 20:45:29.647 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98482026-07-02T20:45:30.325Z[ host-image] Jul 02 20:45:29.647 INFO O| Jul 02 20:45:29.647 INFO STEP 10 (remove_files) COMPLETE
98492026-07-02T20:45:30.325Z[ host-image] Jul 02 20:45:29.647 INFO O| Jul 02 20:45:29.647 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98502026-07-02T20:45:30.330Z[ host-image] Jul 02 20:45:29.654 INFO O| Jul 02 20:45:29.654 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98512026-07-02T20:45:30.330Z[ host-image] Jul 02 20:45:29.654 INFO O| Jul 02 20:45:29.654 INFO STEP 11 (remove_files) COMPLETE
98522026-07-02T20:45:30.333Z[ host-image] Jul 02 20:45:29.654 INFO O| Jul 02 20:45:29.654 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98532026-07-02T20:45:30.337Z[ host-image] Jul 02 20:45:29.661 INFO O| Jul 02 20:45:29.661 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98542026-07-02T20:45:30.340Z[ host-image] Jul 02 20:45:29.661 INFO O| Jul 02 20:45:29.661 INFO STEP 12 (remove_files) COMPLETE
98552026-07-02T20:45:30.340Z[ host-image] Jul 02 20:45:29.661 INFO O| Jul 02 20:45:29.661 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-07-02T20:45:30.343Z[ host-image] Jul 02 20:45:29.668 INFO O| Jul 02 20:45:29.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98572026-07-02T20:45:30.343Z[ host-image] Jul 02 20:45:29.668 INFO O| Jul 02 20:45:29.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98582026-07-02T20:45:30.346Z[ host-image] Jul 02 20:45:29.668 INFO O| Jul 02 20:45:29.668 INFO STEP 13 (ensure_dir) COMPLETE
98592026-07-02T20:45:30.346Z[ host-image] Jul 02 20:45:29.668 INFO O| Jul 02 20:45:29.668 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-07-02T20:45:30.349Z[ host-image] Jul 02 20:45:29.674 INFO O| Jul 02 20:45:29.674 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98612026-07-02T20:45:30.352Z[ host-image] Jul 02 20:45:29.674 INFO O| Jul 02 20:45:29.674 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98622026-07-02T20:45:30.352Z[ host-image] Jul 02 20:45:29.674 INFO O| Jul 02 20:45:29.674 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98632026-07-02T20:45:30.352Z[ host-image] Jul 02 20:45:29.674 INFO O| Jul 02 20:45:29.674 INFO STEP 14 (ensure_dir) COMPLETE
98642026-07-02T20:45:30.352Z[ host-image] Jul 02 20:45:29.674 INFO O| Jul 02 20:45:29.674 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-07-02T20:45:30.355Z[ host-image] Jul 02 20:45:29.680 INFO O| Jul 02 20:45:29.680 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98662026-07-02T20:45:30.356Z[ host-image] Jul 02 20:45:29.680 INFO O| Jul 02 20:45:29.680 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98672026-07-02T20:45:30.356Z[ host-image] Jul 02 20:45:29.680 INFO O| Jul 02 20:45:29.680 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98682026-07-02T20:45:30.356Z[ host-image] Jul 02 20:45:29.680 INFO O| Jul 02 20:45:29.680 INFO STEP 15 (ensure_dir) COMPLETE
98692026-07-02T20:45:30.356Z[ host-image] Jul 02 20:45:29.680 INFO O| Jul 02 20:45:29.680 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98702026-07-02T20:45:30.376Z[ host-image] Jul 02 20:45:29.686 INFO O| Jul 02 20:45:29.686 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98712026-07-02T20:45:30.376Z[ host-image] Jul 02 20:45:29.686 INFO O| Jul 02 20:45:29.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98722026-07-02T20:45:30.379Z[ host-image] Jul 02 20:45:29.686 INFO O| Jul 02 20:45:29.686 INFO STEP 16 (ensure_dir) COMPLETE
98732026-07-02T20:45:30.379Z[ host-image] Jul 02 20:45:29.686 INFO O| Jul 02 20:45:29.686 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98742026-07-02T20:45:30.379Z[ host-image] Jul 02 20:45:29.691 INFO O| Jul 02 20:45:29.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98752026-07-02T20:45:30.379Z[ host-image] Jul 02 20:45:29.692 INFO O| Jul 02 20:45:29.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98762026-07-02T20:45:30.379Z[ host-image] Jul 02 20:45:29.692 INFO O| Jul 02 20:45:29.692 INFO STEP 17 (ensure_dir) COMPLETE
98772026-07-02T20:45:30.379Z[ host-image] Jul 02 20:45:29.692 INFO O| Jul 02 20:45:29.692 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98782026-07-02T20:45:30.379Z[ host-image] Jul 02 20:45:29.698 INFO O| Jul 02 20:45:29.698 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98792026-07-02T20:45:30.380Z[ host-image] Jul 02 20:45:29.698 INFO O| Jul 02 20:45:29.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98802026-07-02T20:45:30.380Z[ host-image] Jul 02 20:45:29.698 INFO O| Jul 02 20:45:29.698 INFO ok!
98812026-07-02T20:45:30.380Z[ host-image] Jul 02 20:45:29.698 INFO O| Jul 02 20:45:29.698 INFO STEP 18 (ensure_symlink) COMPLETE
98822026-07-02T20:45:30.380Z[ host-image] Jul 02 20:45:29.698 INFO O| Jul 02 20:45:29.698 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98832026-07-02T20:45:30.383Z[ host-image] Jul 02 20:45:29.704 INFO O| Jul 02 20:45:29.704 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98842026-07-02T20:45:30.384Z[ host-image] Jul 02 20:45:29.704 INFO O| Jul 02 20:45:29.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98852026-07-02T20:45:30.384Z[ host-image] Jul 02 20:45:29.704 INFO O| Jul 02 20:45:29.704 INFO ok!
98862026-07-02T20:45:30.384Z[ host-image] Jul 02 20:45:29.704 INFO O| Jul 02 20:45:29.704 INFO STEP 19 (ensure_file) COMPLETE
98872026-07-02T20:45:30.384Z[ host-image] Jul 02 20:45:29.704 INFO O| Jul 02 20:45:29.704 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-07-02T20:45:30.387Z[ host-image] Jul 02 20:45:29.710 INFO O| Jul 02 20:45:29.710 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98892026-07-02T20:45:30.387Z[ host-image] Jul 02 20:45:29.710 INFO O| Jul 02 20:45:29.710 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98902026-07-02T20:45:30.387Z[ host-image] Jul 02 20:45:29.710 INFO O| Jul 02 20:45:29.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98912026-07-02T20:45:30.387Z[ host-image] Jul 02 20:45:29.710 INFO O| Jul 02 20:45:29.710 INFO ok!
98922026-07-02T20:45:30.387Z[ host-image] Jul 02 20:45:29.710 INFO O| Jul 02 20:45:29.710 INFO STEP 20 (ensure_symlink) COMPLETE
98932026-07-02T20:45:30.387Z[ host-image] Jul 02 20:45:29.710 INFO O| Jul 02 20:45:29.710 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98942026-07-02T20:45:30.391Z[ host-image] Jul 02 20:45:29.715 INFO O| Jul 02 20:45:29.715 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98952026-07-02T20:45:30.391Z[ host-image] Jul 02 20:45:29.715 INFO O| Jul 02 20:45:29.715 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98962026-07-02T20:45:30.392Z[ host-image] Jul 02 20:45:29.715 INFO O| Jul 02 20:45:29.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98972026-07-02T20:45:30.395Z[ host-image] Jul 02 20:45:29.715 INFO O| Jul 02 20:45:29.715 INFO ok!
98982026-07-02T20:45:30.395Z[ host-image] Jul 02 20:45:29.715 INFO O| Jul 02 20:45:29.715 INFO STEP 21 (ensure_symlink) COMPLETE
98992026-07-02T20:45:30.395Z[ host-image] Jul 02 20:45:29.715 INFO O| Jul 02 20:45:29.715 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-07-02T20:45:30.398Z[ host-image] Jul 02 20:45:29.722 INFO O| Jul 02 20:45:29.722 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
99012026-07-02T20:45:30.398Z[ host-image] Jul 02 20:45:29.722 INFO O| Jul 02 20:45:29.722 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
99022026-07-02T20:45:30.398Z[ host-image] Jul 02 20:45:29.722 INFO O| Jul 02 20:45:29.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
99032026-07-02T20:45:30.398Z[ host-image] Jul 02 20:45:29.722 INFO O| Jul 02 20:45:29.722 INFO ok!
99042026-07-02T20:45:30.398Z[ host-image] Jul 02 20:45:29.722 INFO O| Jul 02 20:45:29.722 INFO STEP 22 (ensure_symlink) COMPLETE
99052026-07-02T20:45:30.398Z[ host-image] Jul 02 20:45:29.722 INFO O| Jul 02 20:45:29.722 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
99062026-07-02T20:45:30.403Z[ host-image] Jul 02 20:45:29.728 INFO O| Jul 02 20:45:29.728 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
99072026-07-02T20:45:30.403Z[ host-image] Jul 02 20:45:29.728 INFO O| Jul 02 20:45:29.728 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
99082026-07-02T20:45:30.408Z[ host-image] Jul 02 20:45:29.728 INFO O| Jul 02 20:45:29.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
99092026-07-02T20:45:30.408Z[ host-image] Jul 02 20:45:29.728 INFO O| Jul 02 20:45:29.728 INFO ok!
99102026-07-02T20:45:30.408Z[ host-image] Jul 02 20:45:29.728 INFO O| Jul 02 20:45:29.728 INFO STEP 23 (ensure_symlink) COMPLETE
99112026-07-02T20:45:30.408Z[ host-image] Jul 02 20:45:29.728 INFO O| Jul 02 20:45:29.728 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99122026-07-02T20:45:30.411Z[ host-image] Jul 02 20:45:29.735 INFO O| Jul 02 20:45:29.735 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
99132026-07-02T20:45:30.411Z[ host-image] Jul 02 20:45:29.735 INFO O| Jul 02 20:45:29.735 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
99142026-07-02T20:45:30.411Z[ host-image] Jul 02 20:45:29.735 INFO O| Jul 02 20:45:29.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
99152026-07-02T20:45:30.411Z[ host-image] Jul 02 20:45:29.735 INFO O| Jul 02 20:45:29.735 INFO ok!
99162026-07-02T20:45:30.411Z[ host-image] Jul 02 20:45:29.735 INFO O| Jul 02 20:45:29.735 INFO STEP 24 (ensure_file) COMPLETE
99172026-07-02T20:45:30.411Z[ host-image] Jul 02 20:45:29.735 INFO O| Jul 02 20:45:29.735 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99182026-07-02T20:45:30.417Z[ host-image] Jul 02 20:45:29.741 INFO O| Jul 02 20:45:29.741 INFO updating shadow file
99192026-07-02T20:45:30.420Z[ host-image] Jul 02 20:45:29.741 INFO O| Jul 02 20:45:29.741 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99202026-07-02T20:45:30.420Z[ host-image] Jul 02 20:45:29.741 INFO O| Jul 02 20:45:29.741 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99212026-07-02T20:45:30.420Z[ host-image] Jul 02 20:45:29.741 INFO O| Jul 02 20:45:29.741 INFO STEP 25 (shadow) COMPLETE
99222026-07-02T20:45:30.420Z[ host-image] Jul 02 20:45:29.741 INFO O| Jul 02 20:45:29.741 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99232026-07-02T20:45:30.425Z[ host-image] Jul 02 20:45:29.749 INFO O| Jul 02 20:45:29.749 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99242026-07-02T20:45:30.425Z[ host-image] Jul 02 20:45:29.749 INFO O| Jul 02 20:45:29.749 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99252026-07-02T20:45:30.429Z[ host-image] Jul 02 20:45:29.749 INFO O| Jul 02 20:45:29.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99262026-07-02T20:45:30.429Z[ host-image] Jul 02 20:45:29.749 INFO O| Jul 02 20:45:29.749 INFO ok!
99272026-07-02T20:45:30.429Z[ host-image] Jul 02 20:45:29.749 INFO O| Jul 02 20:45:29.749 INFO STEP 26 (ensure_file) COMPLETE
99282026-07-02T20:45:30.429Z[ host-image] Jul 02 20:45:29.749 INFO O| Jul 02 20:45:29.749 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99292026-07-02T20:45:30.431Z[ host-image] Jul 02 20:45:29.755 INFO O| Jul 02 20:45:29.755 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99302026-07-02T20:45:30.432Z[ host-image] Jul 02 20:45:29.755 INFO O| Jul 02 20:45:29.755 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99312026-07-02T20:45:30.432Z[ host-image] Jul 02 20:45:29.755 INFO O| Jul 02 20:45:29.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99322026-07-02T20:45:30.432Z[ host-image] Jul 02 20:45:29.755 INFO O| Jul 02 20:45:29.755 INFO ok!
99332026-07-02T20:45:30.432Z[ host-image] Jul 02 20:45:29.755 INFO O| Jul 02 20:45:29.755 INFO STEP 27 (ensure_file) COMPLETE
99342026-07-02T20:45:30.432Z[ host-image] Jul 02 20:45:29.755 INFO O| Jul 02 20:45:29.755 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99352026-07-02T20:45:30.437Z[ host-image] Jul 02 20:45:29.761 INFO O| Jul 02 20:45:29.761 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99362026-07-02T20:45:30.437Z[ host-image] Jul 02 20:45:29.761 INFO O| Jul 02 20:45:29.761 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99372026-07-02T20:45:30.439Z[ host-image] Jul 02 20:45:29.761 INFO O| Jul 02 20:45:29.761 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99382026-07-02T20:45:30.439Z[ host-image] Jul 02 20:45:29.761 INFO O| Jul 02 20:45:29.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99392026-07-02T20:45:30.440Z[ host-image] Jul 02 20:45:29.761 INFO O| Jul 02 20:45:29.761 INFO ok!
99402026-07-02T20:45:30.440Z[ host-image] Jul 02 20:45:29.761 INFO O| Jul 02 20:45:29.761 INFO STEP 28 (ensure_file) COMPLETE
99412026-07-02T20:45:30.440Z[ host-image] Jul 02 20:45:29.761 INFO O| Jul 02 20:45:29.761 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-07-02T20:45:30.443Z[ host-image] Jul 02 20:45:29.767 INFO O| Jul 02 20:45:29.767 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99432026-07-02T20:45:30.443Z[ host-image] Jul 02 20:45:29.767 INFO O| Jul 02 20:45:29.767 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99442026-07-02T20:45:30.443Z[ host-image] Jul 02 20:45:29.767 INFO O| Jul 02 20:45:29.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99452026-07-02T20:45:30.443Z[ host-image] Jul 02 20:45:29.767 INFO O| Jul 02 20:45:29.767 INFO ok!
99462026-07-02T20:45:30.443Z[ host-image] Jul 02 20:45:29.767 INFO O| Jul 02 20:45:29.767 INFO STEP 29 (ensure_file) COMPLETE
99472026-07-02T20:45:30.443Z[ host-image] Jul 02 20:45:29.767 INFO O| Jul 02 20:45:29.767 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99482026-07-02T20:45:30.448Z[ host-image] Jul 02 20:45:29.772 INFO O| Jul 02 20:45:29.772 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99492026-07-02T20:45:30.448Z[ host-image] Jul 02 20:45:29.772 INFO O| Jul 02 20:45:29.772 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99502026-07-02T20:45:30.450Z[ host-image] Jul 02 20:45:29.772 INFO O| Jul 02 20:45:29.772 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99512026-07-02T20:45:30.450Z[ host-image] Jul 02 20:45:29.772 INFO O| Jul 02 20:45:29.772 INFO STEP 30 (ensure_dir) COMPLETE
99522026-07-02T20:45:30.450Z[ host-image] Jul 02 20:45:29.772 INFO O| Jul 02 20:45:29.772 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99532026-07-02T20:45:30.453Z[ host-image] Jul 02 20:45:29.778 INFO O| Jul 02 20:45:29.778 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99542026-07-02T20:45:30.456Z[ host-image] Jul 02 20:45:29.778 INFO O| Jul 02 20:45:29.778 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99552026-07-02T20:45:30.457Z[ host-image] Jul 02 20:45:29.778 INFO O| Jul 02 20:45:29.778 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99562026-07-02T20:45:30.457Z[ host-image] Jul 02 20:45:29.778 INFO O| Jul 02 20:45:29.778 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99572026-07-02T20:45:30.457Z[ host-image] Jul 02 20:45:29.778 INFO O| Jul 02 20:45:29.778 INFO ok!
99582026-07-02T20:45:30.457Z[ host-image] Jul 02 20:45:29.778 INFO O| Jul 02 20:45:29.778 INFO STEP 31 (ensure_file) COMPLETE
99592026-07-02T20:45:30.457Z[ host-image] Jul 02 20:45:29.778 INFO O| Jul 02 20:45:29.778 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99602026-07-02T20:45:30.460Z[ host-image] Jul 02 20:45:29.784 INFO O| Jul 02 20:45:29.784 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99612026-07-02T20:45:30.460Z[ host-image] Jul 02 20:45:29.784 INFO O| Jul 02 20:45:29.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99622026-07-02T20:45:30.460Z[ host-image] Jul 02 20:45:29.784 INFO O| Jul 02 20:45:29.784 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99632026-07-02T20:45:30.460Z[ host-image] Jul 02 20:45:29.784 INFO O| Jul 02 20:45:29.784 INFO STEP 32 (ensure_dir) COMPLETE
99642026-07-02T20:45:30.460Z[ host-image] Jul 02 20:45:29.784 INFO O| Jul 02 20:45:29.784 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99652026-07-02T20:45:30.465Z[ host-image] Jul 02 20:45:29.789 INFO O| Jul 02 20:45:29.789 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99662026-07-02T20:45:30.465Z[ host-image] Jul 02 20:45:29.789 INFO O| Jul 02 20:45:29.789 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 ...
99672026-07-02T20:45:30.465Z[ host-image] Jul 02 20:45:29.789 INFO O| Jul 02 20:45:29.789 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
99682026-07-02T20:45:30.465Z[ host-image] Jul 02 20:45:29.789 INFO O| Jul 02 20:45:29.789 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99692026-07-02T20:45:30.465Z[ host-image] Jul 02 20:45:29.789 INFO O| Jul 02 20:45:29.789 INFO ok!
99702026-07-02T20:45:30.466Z[ host-image] Jul 02 20:45:29.789 INFO O| Jul 02 20:45:29.789 INFO STEP 33 (ensure_file) COMPLETE
99712026-07-02T20:45:30.469Z[ host-image] Jul 02 20:45:29.789 INFO O| Jul 02 20:45:29.789 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99722026-07-02T20:45:30.472Z[ host-image] Jul 02 20:45:29.795 INFO O| Jul 02 20:45:29.795 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99732026-07-02T20:45:30.472Z[ host-image] Jul 02 20:45:29.795 INFO O| Jul 02 20:45:29.795 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99742026-07-02T20:45:30.472Z[ host-image] Jul 02 20:45:29.795 INFO O| Jul 02 20:45:29.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99752026-07-02T20:45:30.472Z[ host-image] Jul 02 20:45:29.795 INFO O| Jul 02 20:45:29.795 INFO ok!
99762026-07-02T20:45:30.472Z[ host-image] Jul 02 20:45:29.795 INFO O| Jul 02 20:45:29.795 INFO STEP 34 (ensure_file) COMPLETE
99772026-07-02T20:45:30.472Z[ host-image] Jul 02 20:45:29.795 INFO O| Jul 02 20:45:29.795 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99782026-07-02T20:45:30.476Z[ host-image] Jul 02 20:45:29.801 INFO O| Jul 02 20:45:29.801 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99792026-07-02T20:45:30.479Z[ host-image] Jul 02 20:45:29.801 INFO O| Jul 02 20:45:29.801 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99802026-07-02T20:45:30.479Z[ host-image] Jul 02 20:45:29.801 INFO O| Jul 02 20:45:29.801 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99812026-07-02T20:45:30.479Z[ host-image] Jul 02 20:45:29.801 INFO O| Jul 02 20:45:29.801 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99822026-07-02T20:45:30.479Z[ host-image] Jul 02 20:45:29.801 INFO O| Jul 02 20:45:29.801 INFO ok!
99832026-07-02T20:45:30.479Z[ host-image] Jul 02 20:45:29.801 INFO O| Jul 02 20:45:29.801 INFO STEP 35 (ensure_file) COMPLETE
99842026-07-02T20:45:30.479Z[ host-image] Jul 02 20:45:29.801 INFO O| Jul 02 20:45:29.801 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99852026-07-02T20:45:30.483Z[ host-image] Jul 02 20:45:29.807 INFO O| Jul 02 20:45:29.807 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99862026-07-02T20:45:30.484Z[ host-image] Jul 02 20:45:29.807 INFO O| Jul 02 20:45:29.807 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99872026-07-02T20:45:30.484Z[ host-image] Jul 02 20:45:29.807 INFO O| Jul 02 20:45:29.807 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99882026-07-02T20:45:30.484Z[ host-image] Jul 02 20:45:29.807 INFO O| Jul 02 20:45:29.807 INFO ok!
99892026-07-02T20:45:30.484Z[ host-image] Jul 02 20:45:29.807 INFO O| Jul 02 20:45:29.807 INFO STEP 36 (ensure_file) COMPLETE
99902026-07-02T20:45:30.484Z[ host-image] Jul 02 20:45:29.807 INFO O| Jul 02 20:45:29.807 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99912026-07-02T20:45:30.487Z[ host-image] Jul 02 20:45:29.812 INFO O| Jul 02 20:45:29.812 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99922026-07-02T20:45:30.488Z[ host-image] Jul 02 20:45:29.812 INFO O| Jul 02 20:45:29.812 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99932026-07-02T20:45:30.490Z[ host-image] Jul 02 20:45:29.812 INFO O| Jul 02 20:45:29.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99942026-07-02T20:45:30.490Z[ host-image] Jul 02 20:45:29.812 INFO O| Jul 02 20:45:29.812 INFO ok!
99952026-07-02T20:45:30.490Z[ host-image] Jul 02 20:45:29.812 INFO O| Jul 02 20:45:29.812 INFO STEP 37 (ensure_file) COMPLETE
99962026-07-02T20:45:30.490Z[ host-image] Jul 02 20:45:29.812 INFO O| Jul 02 20:45:29.812 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99972026-07-02T20:45:30.493Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99982026-07-02T20:45:30.493Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99992026-07-02T20:45:30.493Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100002026-07-02T20:45:30.496Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100012026-07-02T20:45:30.496Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100022026-07-02T20:45:30.496Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
100032026-07-02T20:45:30.496Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO ok!
100042026-07-02T20:45:30.496Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO STEP 38 (ensure_file) COMPLETE
100052026-07-02T20:45:30.496Z[ host-image] Jul 02 20:45:29.818 INFO O| Jul 02 20:45:29.818 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100062026-07-02T20:45:30.502Z[ host-image] Jul 02 20:45:29.826 INFO O| Jul 02 20:45:29.826 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100072026-07-02T20:45:30.502Z[ host-image] Jul 02 20:45:29.826 INFO O| Jul 02 20:45:29.826 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100082026-07-02T20:45:30.505Z[ host-image] Jul 02 20:45:29.826 INFO O| Jul 02 20:45:29.826 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
100092026-07-02T20:45:30.505Z[ host-image] Jul 02 20:45:29.826 INFO O| Jul 02 20:45:29.826 INFO STEP 39 (ensure_dir) COMPLETE
100102026-07-02T20:45:30.505Z[ host-image] Jul 02 20:45:29.826 INFO O| Jul 02 20:45:29.826 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100112026-07-02T20:45:30.508Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 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
100122026-07-02T20:45:30.508Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 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 ...
100132026-07-02T20:45:30.509Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 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
100142026-07-02T20:45:30.509Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 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
100152026-07-02T20:45:30.509Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 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
100162026-07-02T20:45:30.509Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 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
100172026-07-02T20:45:30.509Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 INFO ok!
100182026-07-02T20:45:30.509Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 INFO STEP 40 (ensure_file) COMPLETE
100192026-07-02T20:45:30.509Z[ host-image] Jul 02 20:45:29.832 INFO O| Jul 02 20:45:29.832 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100202026-07-02T20:45:30.514Z[ host-image] Jul 02 20:45:29.838 INFO O| Jul 02 20:45:29.838 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100212026-07-02T20:45:30.514Z[ host-image] Jul 02 20:45:29.838 INFO O| Jul 02 20:45:29.838 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 ...
100222026-07-02T20:45:30.517Z[ host-image] Jul 02 20:45:29.839 INFO O| Jul 02 20:45:29.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100232026-07-02T20:45:30.517Z[ host-image] Jul 02 20:45:29.839 INFO O| Jul 02 20:45:29.839 INFO ok!
100242026-07-02T20:45:30.517Z[ host-image] Jul 02 20:45:29.839 INFO O| Jul 02 20:45:29.839 INFO STEP 41 (ensure_symlink) COMPLETE
100252026-07-02T20:45:30.517Z[ host-image] Jul 02 20:45:29.839 INFO O| Jul 02 20:45:29.839 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100262026-07-02T20:45:30.525Z[ host-image] Jul 02 20:45:29.849 INFO O| Jul 02 20:45:29.849 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100272026-07-02T20:45:30.525Z[ host-image] Jul 02 20:45:29.849 INFO O| Jul 02 20:45:29.849 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100282026-07-02T20:45:30.525Z[ host-image] Jul 02 20:45:29.849 INFO O| Jul 02 20:45:29.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100292026-07-02T20:45:30.525Z[ host-image] Jul 02 20:45:29.849 INFO O| Jul 02 20:45:29.849 INFO ok!
100302026-07-02T20:45:30.525Z[ host-image] Jul 02 20:45:29.849 INFO O| Jul 02 20:45:29.849 INFO STEP 42 (ensure_symlink) COMPLETE
100312026-07-02T20:45:30.525Z[ host-image] Jul 02 20:45:29.849 INFO O| Jul 02 20:45:29.849 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100322026-07-02T20:45:30.534Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100332026-07-02T20:45:30.534Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100342026-07-02T20:45:30.534Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100352026-07-02T20:45:30.537Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100362026-07-02T20:45:30.537Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100372026-07-02T20:45:30.537Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100382026-07-02T20:45:30.537Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO ok!
100392026-07-02T20:45:30.537Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO STEP 43 (ensure_file) COMPLETE
100402026-07-02T20:45:30.537Z[ host-image] Jul 02 20:45:29.859 INFO O| Jul 02 20:45:29.859 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100412026-07-02T20:45:30.543Z[ host-image] Jul 02 20:45:29.868 INFO O| Jul 02 20:45:29.868 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100422026-07-02T20:45:30.543Z[ host-image] Jul 02 20:45:29.868 INFO O| Jul 02 20:45:29.868 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 ...
100432026-07-02T20:45:30.546Z[ host-image] Jul 02 20:45:29.868 INFO O| Jul 02 20:45:29.868 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
100442026-07-02T20:45:30.546Z[ host-image] Jul 02 20:45:29.868 INFO O| Jul 02 20:45:29.868 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100452026-07-02T20:45:30.546Z[ host-image] Jul 02 20:45:29.868 INFO O| Jul 02 20:45:29.868 INFO ok!
100462026-07-02T20:45:30.546Z[ host-image] Jul 02 20:45:29.868 INFO O| Jul 02 20:45:29.868 INFO STEP 44 (ensure_file) COMPLETE
100472026-07-02T20:45:30.546Z[ host-image] Jul 02 20:45:29.868 INFO O| Jul 02 20:45:29.868 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100482026-07-02T20:45:30.551Z[ host-image] Jul 02 20:45:29.875 INFO O| Jul 02 20:45:29.875 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100492026-07-02T20:45:30.553Z[ host-image] Jul 02 20:45:29.875 INFO O| Jul 02 20:45:29.875 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100502026-07-02T20:45:30.553Z[ host-image] Jul 02 20:45:29.875 INFO O| Jul 02 20:45:29.875 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100512026-07-02T20:45:30.553Z[ host-image] Jul 02 20:45:29.875 INFO O| Jul 02 20:45:29.875 INFO ok!
100522026-07-02T20:45:30.554Z[ host-image] Jul 02 20:45:29.875 INFO O| Jul 02 20:45:29.875 INFO STEP 45 (ensure_file) COMPLETE
100532026-07-02T20:45:30.554Z[ host-image] Jul 02 20:45:29.875 INFO O| Jul 02 20:45:29.875 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100542026-07-02T20:45:30.557Z[ host-image] Jul 02 20:45:29.882 INFO O| Jul 02 20:45:29.882 INFO updating shadow file
100552026-07-02T20:45:30.560Z[ host-image] Jul 02 20:45:29.882 INFO O| Jul 02 20:45:29.882 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100562026-07-02T20:45:30.560Z[ host-image] Jul 02 20:45:29.882 INFO O| Jul 02 20:45:29.882 INFO STEP 46 (shadow) COMPLETE
100572026-07-02T20:45:30.560Z[ host-image] Jul 02 20:45:29.882 INFO O| Jul 02 20:45:29.882 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100582026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100592026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100602026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100612026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100622026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO ok!
100632026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO STEP 47 (ensure_file) COMPLETE
100642026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100652026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO skip step because feature "mfg" is not enabled
100662026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100672026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO skip step because feature "mfg" is not enabled
100682026-07-02T20:45:30.564Z[ host-image] Jul 02 20:45:29.888 INFO O| Jul 02 20:45:29.888 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100692026-07-02T20:45:30.571Z[ host-image] Jul 02 20:45:29.896 INFO O| Jul 02 20:45:29.896 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100702026-07-02T20:45:30.574Z[ host-image] Jul 02 20:45:29.896 INFO O| Jul 02 20:45:29.896 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100712026-07-02T20:45:30.593Z[ host-image] Jul 02 20:45:29.917 INFO O| Jul 02 20:45:29.917 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100722026-07-02T20:45:30.593Z[ host-image] Jul 02 20:45:29.917 INFO O| Jul 02 20:45:29.917 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100732026-07-02T20:45:30.596Z[ host-image] Jul 02 20:45:29.917 INFO O| Jul 02 20:45:29.917 INFO ok!
100742026-07-02T20:45:30.596Z[ host-image] Jul 02 20:45:29.917 INFO O| Jul 02 20:45:29.917 INFO STEP 50 (ensure_file) COMPLETE
100752026-07-02T20:45:30.596Z[ host-image] Jul 02 20:45:29.917 INFO O| Jul 02 20:45:29.917 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-07-02T20:45:30.596Z[ host-image] Jul 02 20:45:29.917 INFO O| Jul 02 20:45:29.917 INFO skip step because feature "compliance" is not enabled
100772026-07-02T20:45:30.596Z[ host-image] Jul 02 20:45:29.917 INFO O| Jul 02 20:45:29.917 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100782026-07-02T20:45:30.601Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100792026-07-02T20:45:30.601Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100802026-07-02T20:45:30.604Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100812026-07-02T20:45:30.604Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100822026-07-02T20:45:30.604Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100832026-07-02T20:45:30.604Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100842026-07-02T20:45:30.604Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO ok!
100852026-07-02T20:45:30.604Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO STEP 52 (ensure_file) COMPLETE
100862026-07-02T20:45:30.604Z[ host-image] Jul 02 20:45:29.924 INFO O| Jul 02 20:45:29.924 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-07-02T20:45:30.608Z[ host-image] Jul 02 20:45:29.933 INFO O| Jul 02 20:45:29.932 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100882026-07-02T20:45:30.608Z[ host-image] Jul 02 20:45:29.933 INFO O| Jul 02 20:45:29.933 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 ...
100892026-07-02T20:45:30.611Z[ host-image] Jul 02 20:45:29.933 INFO O| Jul 02 20:45:29.933 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
100902026-07-02T20:45:30.611Z[ host-image] Jul 02 20:45:29.933 INFO O| Jul 02 20:45:29.933 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100912026-07-02T20:45:30.611Z[ host-image] Jul 02 20:45:29.933 INFO O| Jul 02 20:45:29.933 INFO ok!
100922026-07-02T20:45:30.611Z[ host-image] Jul 02 20:45:29.933 INFO O| Jul 02 20:45:29.933 INFO STEP 53 (ensure_file) COMPLETE
100932026-07-02T20:45:30.611Z[ host-image] Jul 02 20:45:29.933 INFO O| Jul 02 20:45:29.933 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-07-02T20:45:30.616Z[ host-image] Jul 02 20:45:29.940 INFO O| Jul 02 20:45:29.940 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100952026-07-02T20:45:30.616Z[ host-image] Jul 02 20:45:29.940 INFO O| Jul 02 20:45:29.940 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 ...
100962026-07-02T20:45:30.618Z[ host-image] Jul 02 20:45:29.940 INFO O| Jul 02 20:45:29.940 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100972026-07-02T20:45:30.618Z[ host-image] Jul 02 20:45:29.940 INFO O| Jul 02 20:45:29.940 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100982026-07-02T20:45:30.618Z[ host-image] Jul 02 20:45:29.940 INFO O| Jul 02 20:45:29.940 INFO ok!
100992026-07-02T20:45:30.618Z[ host-image] Jul 02 20:45:29.940 INFO O| Jul 02 20:45:29.940 INFO STEP 54 (ensure_file) COMPLETE
101002026-07-02T20:45:30.618Z[ host-image] Jul 02 20:45:29.940 INFO O| Jul 02 20:45:29.940 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101012026-07-02T20:45:30.623Z[ host-image] Jul 02 20:45:29.947 INFO O| Jul 02 20:45:29.947 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
101022026-07-02T20:45:30.623Z[ host-image] Jul 02 20:45:29.947 INFO O| Jul 02 20:45:29.947 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 ...
101032026-07-02T20:45:30.623Z[ host-image] Jul 02 20:45:29.947 INFO O| Jul 02 20:45:29.947 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
101042026-07-02T20:45:30.623Z[ host-image] Jul 02 20:45:29.947 INFO O| Jul 02 20:45:29.947 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
101052026-07-02T20:45:30.623Z[ host-image] Jul 02 20:45:29.947 INFO O| Jul 02 20:45:29.947 INFO ok!
101062026-07-02T20:45:30.623Z[ host-image] Jul 02 20:45:29.947 INFO O| Jul 02 20:45:29.947 INFO STEP 55 (ensure_file) COMPLETE
101072026-07-02T20:45:30.623Z[ host-image] Jul 02 20:45:29.947 INFO O| Jul 02 20:45:29.947 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101082026-07-02T20:45:30.629Z[ host-image] Jul 02 20:45:29.954 INFO O| Jul 02 20:45:29.954 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
101092026-07-02T20:45:30.629Z[ host-image] Jul 02 20:45:29.954 INFO O| Jul 02 20:45:29.954 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 ...
101102026-07-02T20:45:30.632Z[ host-image] Jul 02 20:45:29.954 INFO O| Jul 02 20:45:29.954 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101112026-07-02T20:45:30.632Z[ host-image] Jul 02 20:45:29.954 INFO O| Jul 02 20:45:29.954 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
101122026-07-02T20:45:30.632Z[ host-image] Jul 02 20:45:29.954 INFO O| Jul 02 20:45:29.954 INFO ok!
101132026-07-02T20:45:30.632Z[ host-image] Jul 02 20:45:29.954 INFO O| Jul 02 20:45:29.954 INFO STEP 56 (ensure_file) COMPLETE
101142026-07-02T20:45:30.632Z[ host-image] Jul 02 20:45:29.954 INFO O| Jul 02 20:45:29.954 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101152026-07-02T20:45:30.638Z[ host-image] Jul 02 20:45:29.960 INFO O| Jul 02 20:45:29.960 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
101162026-07-02T20:45:30.638Z[ host-image] Jul 02 20:45:29.960 INFO O| Jul 02 20:45:29.960 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 ...
101172026-07-02T20:45:30.638Z[ host-image] Jul 02 20:45:29.960 INFO O| Jul 02 20:45:29.960 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
101182026-07-02T20:45:30.638Z[ host-image] Jul 02 20:45:29.960 INFO O| Jul 02 20:45:29.960 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101192026-07-02T20:45:30.638Z[ host-image] Jul 02 20:45:29.960 INFO O| Jul 02 20:45:29.960 INFO ok!
101202026-07-02T20:45:30.638Z[ host-image] Jul 02 20:45:29.960 INFO O| Jul 02 20:45:29.960 INFO STEP 57 (ensure_file) COMPLETE
101212026-07-02T20:45:30.638Z[ host-image] Jul 02 20:45:29.960 INFO O| Jul 02 20:45:29.960 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101222026-07-02T20:45:30.645Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101232026-07-02T20:45:30.645Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 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 ...
101242026-07-02T20:45:30.648Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101252026-07-02T20:45:30.648Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101262026-07-02T20:45:30.648Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101272026-07-02T20:45:30.648Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101282026-07-02T20:45:30.648Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO ok!
101292026-07-02T20:45:30.649Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO STEP 58 (ensure_file) COMPLETE
101302026-07-02T20:45:30.649Z[ host-image] Jul 02 20:45:29.967 INFO O| Jul 02 20:45:29.967 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101312026-07-02T20:45:30.656Z[ host-image] Jul 02 20:45:29.973 INFO O| Jul 02 20:45:29.973 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101322026-07-02T20:45:30.656Z[ host-image] Jul 02 20:45:29.973 INFO O| Jul 02 20:45:29.973 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 ...
101332026-07-02T20:45:30.656Z[ host-image] Jul 02 20:45:29.973 INFO O| Jul 02 20:45:29.973 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
101342026-07-02T20:45:30.656Z[ host-image] Jul 02 20:45:29.973 INFO O| Jul 02 20:45:29.973 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101352026-07-02T20:45:30.656Z[ host-image] Jul 02 20:45:29.974 INFO O| Jul 02 20:45:29.973 INFO ok!
101362026-07-02T20:45:30.656Z[ host-image] Jul 02 20:45:29.974 INFO O| Jul 02 20:45:29.974 INFO STEP 59 (ensure_file) COMPLETE
101372026-07-02T20:45:30.656Z[ host-image] Jul 02 20:45:29.974 INFO O| Jul 02 20:45:29.974 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101382026-07-02T20:45:30.659Z[ host-image] Jul 02 20:45:29.979 INFO O| Jul 02 20:45:29.979 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101392026-07-02T20:45:30.659Z[ host-image] Jul 02 20:45:29.979 INFO O| Jul 02 20:45:29.979 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101402026-07-02T20:45:30.659Z[ host-image] Jul 02 20:45:29.979 INFO O| Jul 02 20:45:29.979 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101412026-07-02T20:45:30.659Z[ host-image] Jul 02 20:45:29.979 INFO O| Jul 02 20:45:29.979 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101422026-07-02T20:45:30.659Z[ host-image] Jul 02 20:45:29.979 INFO O| Jul 02 20:45:29.979 INFO ok!
101432026-07-02T20:45:30.659Z[ host-image] Jul 02 20:45:29.979 INFO O| Jul 02 20:45:29.979 INFO STEP 60 (ensure_file) COMPLETE
101442026-07-02T20:45:30.660Z[ host-image] Jul 02 20:45:29.979 INFO O| Jul 02 20:45:29.979 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101452026-07-02T20:45:30.666Z[ host-image] Jul 02 20:45:29.985 INFO O| Jul 02 20:45:29.985 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101462026-07-02T20:45:30.666Z[ host-image] Jul 02 20:45:29.985 INFO O| Jul 02 20:45:29.985 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 ...
101472026-07-02T20:45:30.666Z[ host-image] Jul 02 20:45:29.985 INFO O| Jul 02 20:45:29.985 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101482026-07-02T20:45:30.666Z[ host-image] Jul 02 20:45:29.985 INFO O| Jul 02 20:45:29.985 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101492026-07-02T20:45:30.666Z[ host-image] Jul 02 20:45:29.985 INFO O| Jul 02 20:45:29.985 INFO ok!
101502026-07-02T20:45:30.666Z[ host-image] Jul 02 20:45:29.985 INFO O| Jul 02 20:45:29.985 INFO STEP 61 (ensure_file) COMPLETE
101512026-07-02T20:45:30.666Z[ host-image] Jul 02 20:45:29.985 INFO O| Jul 02 20:45:29.985 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101522026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101532026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101542026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101552026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101562026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101572026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101582026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO ok!
101592026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO STEP 62 (ensure_file) COMPLETE
101602026-07-02T20:45:30.670Z[ host-image] Jul 02 20:45:29.991 INFO O| Jul 02 20:45:29.991 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101612026-07-02T20:45:30.676Z[ host-image] Jul 02 20:45:29.996 INFO O| Jul 02 20:45:29.996 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101622026-07-02T20:45:30.676Z[ host-image] Jul 02 20:45:29.996 INFO O| Jul 02 20:45:29.996 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 ...
101632026-07-02T20:45:30.676Z[ host-image] Jul 02 20:45:29.996 INFO O| Jul 02 20:45:29.996 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
101642026-07-02T20:45:30.676Z[ host-image] Jul 02 20:45:29.996 INFO O| Jul 02 20:45:29.996 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101652026-07-02T20:45:30.676Z[ host-image] Jul 02 20:45:29.996 INFO O| Jul 02 20:45:29.996 INFO ok!
101662026-07-02T20:45:30.676Z[ host-image] Jul 02 20:45:29.996 INFO O| Jul 02 20:45:29.996 INFO STEP 63 (ensure_file) COMPLETE
101672026-07-02T20:45:30.676Z[ host-image] Jul 02 20:45:29.996 INFO O| Jul 02 20:45:29.996 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101682026-07-02T20:45:30.679Z[ host-image] Jul 02 20:45:30.003 INFO O| Jul 02 20:45:30.003 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101692026-07-02T20:45:30.679Z[ host-image] Jul 02 20:45:30.003 INFO O| Jul 02 20:45:30.003 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 ...
101702026-07-02T20:45:30.679Z[ host-image] Jul 02 20:45:30.003 INFO O| Jul 02 20:45:30.003 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
101712026-07-02T20:45:30.680Z[ host-image] Jul 02 20:45:30.003 INFO O| Jul 02 20:45:30.003 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101722026-07-02T20:45:30.680Z[ host-image] Jul 02 20:45:30.003 INFO O| Jul 02 20:45:30.003 INFO ok!
101732026-07-02T20:45:30.680Z[ host-image] Jul 02 20:45:30.003 INFO O| Jul 02 20:45:30.003 INFO STEP 64 (ensure_file) COMPLETE
101742026-07-02T20:45:30.680Z[ host-image] Jul 02 20:45:30.003 INFO O| Jul 02 20:45:30.003 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101752026-07-02T20:45:30.684Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101762026-07-02T20:45:30.685Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 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 ...
101772026-07-02T20:45:30.688Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 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
101782026-07-02T20:45:30.688Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101792026-07-02T20:45:30.688Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 INFO ok!
101802026-07-02T20:45:30.688Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 INFO STEP 65 (ensure_file) COMPLETE
101812026-07-02T20:45:30.688Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101822026-07-02T20:45:30.688Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 INFO skip step because feature "mbist" is not enabled
101832026-07-02T20:45:30.688Z[ host-image] Jul 02 20:45:30.009 INFO O| Jul 02 20:45:30.009 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101842026-07-02T20:45:30.693Z[ host-image] Jul 02 20:45:30.016 INFO O| Jul 02 20:45:30.016 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101852026-07-02T20:45:30.693Z[ host-image] Jul 02 20:45:30.016 INFO O| Jul 02 20:45:30.016 INFO STEP 67 (ensure_dir) COMPLETE
101862026-07-02T20:45:30.693Z[ host-image] Jul 02 20:45:30.016 INFO O| Jul 02 20:45:30.016 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-07-02T20:45:30.697Z[ host-image] Jul 02 20:45:30.022 INFO O| Jul 02 20:45:30.022 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101882026-07-02T20:45:30.697Z[ host-image] Jul 02 20:45:30.022 INFO O| Jul 02 20:45:30.022 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101892026-07-02T20:45:30.698Z[ host-image] Jul 02 20:45:30.022 INFO O| Jul 02 20:45:30.022 INFO STEP 68 (ensure_dir) COMPLETE
101902026-07-02T20:45:30.698Z[ host-image] Jul 02 20:45:30.022 INFO O| Jul 02 20:45:30.022 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-07-02T20:45:30.704Z[ host-image] Jul 02 20:45:30.028 INFO O| Jul 02 20:45:30.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101922026-07-02T20:45:30.706Z[ host-image] Jul 02 20:45:30.028 INFO O| Jul 02 20:45:30.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101932026-07-02T20:45:30.706Z[ host-image] Jul 02 20:45:30.028 INFO O| Jul 02 20:45:30.028 INFO STEP 69 (ensure_dir) COMPLETE
101942026-07-02T20:45:30.706Z[ host-image] Jul 02 20:45:30.028 INFO O| Jul 02 20:45:30.028 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-07-02T20:45:30.709Z[ host-image] Jul 02 20:45:30.034 INFO O| Jul 02 20:45:30.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101962026-07-02T20:45:30.709Z[ host-image] Jul 02 20:45:30.034 INFO O| Jul 02 20:45:30.034 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101972026-07-02T20:45:31.214Z[ host-image] Jul 02 20:45:30.538 INFO O| Jul 02 20:45:30.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101982026-07-02T20:45:31.214Z[ host-image] Jul 02 20:45:30.538 INFO O| Jul 02 20:45:30.538 INFO ok!
101992026-07-02T20:45:31.214Z[ host-image] Jul 02 20:45:30.538 INFO O| Jul 02 20:45:30.538 INFO STEP 70 (ensure_file) COMPLETE
102002026-07-02T20:45:31.214Z[ host-image] Jul 02 20:45:30.538 INFO O| Jul 02 20:45:30.538 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-07-02T20:45:31.222Z[ host-image] Jul 02 20:45:30.546 INFO O| Jul 02 20:45:30.546 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
102022026-07-02T20:45:31.222Z[ host-image] Jul 02 20:45:30.547 INFO O| Jul 02 20:45:30.546 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
102032026-07-02T20:45:31.642Z[ recovery-image] Jul 02 20:45:30.966 INFO E| Compiling clap v4.6.1
102042026-07-02T20:45:31.662Z[ host-image] Jul 02 20:45:30.986 INFO O| Jul 02 20:45:30.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
102052026-07-02T20:45:31.662Z[ host-image] Jul 02 20:45:30.986 INFO O| Jul 02 20:45:30.986 INFO ok!
102062026-07-02T20:45:31.665Z[ host-image] Jul 02 20:45:30.986 INFO O| Jul 02 20:45:30.986 INFO STEP 71 (ensure_file) COMPLETE
102072026-07-02T20:45:31.665Z[ host-image] Jul 02 20:45:30.986 INFO O| Jul 02 20:45:30.986 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102082026-07-02T20:45:31.670Z[ host-image] Jul 02 20:45:30.995 INFO O| Jul 02 20:45:30.995 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102092026-07-02T20:45:31.673Z[ host-image] Jul 02 20:45:30.995 INFO O| Jul 02 20:45:30.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
102102026-07-02T20:45:31.673Z[ host-image] Jul 02 20:45:30.995 INFO O| Jul 02 20:45:30.995 INFO STEP 72 (ensure_dir) COMPLETE
102112026-07-02T20:45:31.673Z[ host-image] Jul 02 20:45:30.995 INFO O| Jul 02 20:45:30.995 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102122026-07-02T20:45:31.678Z[ host-image] Jul 02 20:45:31.003 INFO O| Jul 02 20:45:31.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
102132026-07-02T20:45:31.678Z[ host-image] Jul 02 20:45:31.003 INFO O| Jul 02 20:45:31.003 INFO copying /tmp/.tmpex7cix/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 ...
102142026-07-02T20:45:31.681Z[ host-image] Jul 02 20:45:31.003 INFO O| Jul 02 20:45:31.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
102152026-07-02T20:45:31.681Z[ host-image] Jul 02 20:45:31.003 INFO O| Jul 02 20:45:31.003 INFO ok!
102162026-07-02T20:45:31.681Z[ host-image] Jul 02 20:45:31.003 INFO O| Jul 02 20:45:31.003 INFO STEP 73 (ensure_file) COMPLETE
102172026-07-02T20:45:31.681Z[ host-image] Jul 02 20:45:31.003 INFO O| Jul 02 20:45:31.003 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102182026-07-02T20:45:31.686Z[ host-image] Jul 02 20:45:31.011 INFO O| Jul 02 20:45:31.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102192026-07-02T20:45:31.686Z[ host-image] Jul 02 20:45:31.011 INFO O| Jul 02 20:45:31.011 INFO copying /tmp/.tmpex7cix/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 ...
102202026-07-02T20:45:31.689Z[ host-image] Jul 02 20:45:31.011 INFO O| Jul 02 20:45:31.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102212026-07-02T20:45:31.689Z[ host-image] Jul 02 20:45:31.011 INFO O| Jul 02 20:45:31.011 INFO ok!
102222026-07-02T20:45:31.689Z[ host-image] Jul 02 20:45:31.011 INFO O| Jul 02 20:45:31.011 INFO STEP 74 (ensure_file) COMPLETE
102232026-07-02T20:45:31.689Z[ host-image] Jul 02 20:45:31.011 INFO O| Jul 02 20:45:31.011 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102242026-07-02T20:45:31.696Z[ host-image] Jul 02 20:45:31.021 INFO O| Jul 02 20:45:31.021 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102252026-07-02T20:45:31.696Z[ host-image] Jul 02 20:45:31.021 INFO O| Jul 02 20:45:31.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102262026-07-02T20:45:31.699Z[ host-image] Jul 02 20:45:31.021 INFO O| Jul 02 20:45:31.021 INFO STEP 75 (ensure_dir) COMPLETE
102272026-07-02T20:45:31.699Z[ host-image] Jul 02 20:45:31.021 INFO O| Jul 02 20:45:31.021 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-07-02T20:45:31.703Z[ host-image] Jul 02 20:45:31.028 INFO O| Jul 02 20:45:31.028 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102292026-07-02T20:45:31.703Z[ host-image] Jul 02 20:45:31.028 INFO O| Jul 02 20:45:31.028 INFO copying /tmp/.tmpex7cix/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 ...
102302026-07-02T20:45:31.706Z[ host-image] Jul 02 20:45:31.028 INFO O| Jul 02 20:45:31.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102312026-07-02T20:45:31.706Z[ host-image] Jul 02 20:45:31.028 INFO O| Jul 02 20:45:31.028 INFO ok!
102322026-07-02T20:45:31.706Z[ host-image] Jul 02 20:45:31.028 INFO O| Jul 02 20:45:31.028 INFO STEP 76 (ensure_file) COMPLETE
102332026-07-02T20:45:31.706Z[ host-image] Jul 02 20:45:31.028 INFO O| Jul 02 20:45:31.028 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102342026-07-02T20:45:31.710Z[ recovery-image] Jul 02 20:45:31.034 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
102352026-07-02T20:45:31.715Z[ host-image] Jul 02 20:45:31.037 INFO O| Jul 02 20:45:31.037 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102362026-07-02T20:45:31.715Z[ host-image] Jul 02 20:45:31.037 INFO O| Jul 02 20:45:31.037 INFO copying /tmp/.tmpex7cix/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 ...
102372026-07-02T20:45:31.715Z[ host-image] Jul 02 20:45:31.037 INFO O| Jul 02 20:45:31.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102382026-07-02T20:45:31.715Z[ host-image] Jul 02 20:45:31.037 INFO O| Jul 02 20:45:31.037 INFO ok!
102392026-07-02T20:45:31.715Z[ host-image] Jul 02 20:45:31.037 INFO O| Jul 02 20:45:31.037 INFO STEP 77 (ensure_file) COMPLETE
102402026-07-02T20:45:31.715Z[ host-image] Jul 02 20:45:31.037 INFO O| Jul 02 20:45:31.037 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-07-02T20:45:31.720Z[ host-image] Jul 02 20:45:31.045 INFO O| Jul 02 20:45:31.045 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102422026-07-02T20:45:31.723Z[ host-image] Jul 02 20:45:31.045 INFO O| Jul 02 20:45:31.045 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102432026-07-02T20:45:31.723Z[ host-image] Jul 02 20:45:31.045 INFO O| Jul 02 20:45:31.045 INFO STEP 78 (ensure_dir) COMPLETE
102442026-07-02T20:45:31.723Z[ host-image] Jul 02 20:45:31.045 INFO O| Jul 02 20:45:31.045 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102452026-07-02T20:45:31.728Z[ host-image] Jul 02 20:45:31.051 INFO O| Jul 02 20:45:31.051 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102462026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.051 INFO O| Jul 02 20:45:31.051 INFO copying /tmp/.tmpex7cix/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 ...
102472026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.051 INFO O| Jul 02 20:45:31.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102482026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.051 INFO O| Jul 02 20:45:31.051 INFO ok!
102492026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.051 INFO O| Jul 02 20:45:31.051 INFO STEP 79 (ensure_file) COMPLETE
102502026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.051 INFO O| Jul 02 20:45:31.051 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.059 INFO O| Jul 02 20:45:31.058 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102522026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.059 INFO O| Jul 02 20:45:31.059 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102532026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.059 INFO O| Jul 02 20:45:31.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102542026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.059 INFO O| Jul 02 20:45:31.059 INFO ok!
102552026-07-02T20:45:31.734Z[ host-image] Jul 02 20:45:31.059 INFO O| Jul 02 20:45:31.059 INFO STEP 80 (ensure_file) COMPLETE
102562026-07-02T20:45:31.735Z[ host-image] Jul 02 20:45:31.059 INFO O| Jul 02 20:45:31.059 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-07-02T20:45:31.741Z[ host-image] Jul 02 20:45:31.065 INFO O| Jul 02 20:45:31.065 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102582026-07-02T20:45:31.741Z[ host-image] Jul 02 20:45:31.065 INFO O| Jul 02 20:45:31.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102592026-07-02T20:45:31.741Z[ host-image] Jul 02 20:45:31.065 INFO O| Jul 02 20:45:31.065 INFO STEP 81 (ensure_dir) COMPLETE
102602026-07-02T20:45:31.743Z[ host-image] Jul 02 20:45:31.065 INFO O| Jul 02 20:45:31.065 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-07-02T20:45:31.748Z[ host-image] Jul 02 20:45:31.072 INFO O| Jul 02 20:45:31.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102622026-07-02T20:45:31.748Z[ host-image] Jul 02 20:45:31.072 INFO O| Jul 02 20:45:31.072 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102632026-07-02T20:45:31.955Z[ host-image] Jul 02 20:45:31.280 INFO O| Jul 02 20:45:31.280 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102642026-07-02T20:45:31.955Z[ host-image] Jul 02 20:45:31.280 INFO O| Jul 02 20:45:31.280 INFO ok!
102652026-07-02T20:45:31.955Z[ host-image] Jul 02 20:45:31.280 INFO O| Jul 02 20:45:31.280 INFO STEP 82 (ensure_file) COMPLETE
102662026-07-02T20:45:31.959Z[ host-image] Jul 02 20:45:31.280 INFO O| Jul 02 20:45:31.280 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102672026-07-02T20:45:31.965Z[ host-image] Jul 02 20:45:31.288 INFO O| Jul 02 20:45:31.288 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102682026-07-02T20:45:31.965Z[ host-image] Jul 02 20:45:31.288 INFO O| Jul 02 20:45:31.288 INFO copying /tmp/.tmpex7cix/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-02T20:45:32.403Z[ host-image] Jul 02 20:45:31.727 INFO O| Jul 02 20:45:31.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102702026-07-02T20:45:32.403Z[ host-image] Jul 02 20:45:31.727 INFO O| Jul 02 20:45:31.727 INFO ok!
102712026-07-02T20:45:32.403Z[ host-image] Jul 02 20:45:31.727 INFO O| Jul 02 20:45:31.727 INFO STEP 83 (ensure_file) COMPLETE
102722026-07-02T20:45:32.406Z[ host-image] Jul 02 20:45:31.727 INFO O| Jul 02 20:45:31.727 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-07-02T20:45:32.412Z[ host-image] Jul 02 20:45:31.736 INFO O| Jul 02 20:45:31.736 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102742026-07-02T20:45:32.412Z[ host-image] Jul 02 20:45:31.736 INFO O| Jul 02 20:45:31.736 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102752026-07-02T20:45:32.669Z[ recovery-image] Jul 02 20:45:31.991 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.82s
102762026-07-02T20:45:32.674Z[ recovery-image] Jul 02 20:45:31.996 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102772026-07-02T20:45:32.921Z[ recovery-image] Jul 02 20:45:32.246 INFO E| Downloading crates ...
102782026-07-02T20:45:32.981Z[ recovery-image] Jul 02 20:45:32.305 INFO E| Downloaded bitflags v2.13.0
102792026-07-02T20:45:32.984Z[ recovery-image] Jul 02 20:45:32.308 INFO E| Downloaded bitstruct v0.1.1
102802026-07-02T20:45:32.987Z[ recovery-image] Jul 02 20:45:32.309 INFO E| Downloaded bit_field v0.10.3
102812026-07-02T20:45:32.987Z[ recovery-image] Jul 02 20:45:32.310 INFO E| Downloaded cpio_reader v0.1.2
102822026-07-02T20:45:32.990Z[ recovery-image] Jul 02 20:45:32.315 INFO E| Downloaded bitstruct_derive v0.1.0
102832026-07-02T20:45:32.998Z[ recovery-image] Jul 02 20:45:32.323 INFO E| Downloaded miniz_oxide v0.9.1
102842026-07-02T20:45:33.002Z[ recovery-image] Jul 02 20:45:32.326 INFO E| Downloaded log v0.4.32
102852026-07-02T20:45:33.010Z[ recovery-image] Jul 02 20:45:32.335 INFO E| Downloaded raw-cpuid v10.7.0
102862026-07-02T20:45:33.037Z[ recovery-image] Jul 02 20:45:32.361 INFO E| Downloaded goblin v0.10.7
102872026-07-02T20:45:33.176Z[ recovery-image] Jul 02 20:45:32.500 INFO E| Downloaded x86 v0.52.0
102882026-07-02T20:45:33.223Z[ recovery-image] Jul 02 20:45:32.548 INFO E| Updating crates.io index
102892026-07-02T20:45:33.372Z[ recovery-image] Jul 02 20:45:32.696 INFO E| Downloading crates ...
102902026-07-02T20:45:33.399Z[ recovery-image] Jul 02 20:45:32.723 INFO E| Downloaded hashbrown v0.17.1
102912026-07-02T20:45:33.404Z[ recovery-image] Jul 02 20:45:32.728 INFO E| Downloaded rustc-literal-escaper v0.0.7
102922026-07-02T20:45:33.438Z[ host-image] Jul 02 20:45:32.760 INFO O| Jul 02 20:45:32.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102932026-07-02T20:45:33.438Z[ host-image] Jul 02 20:45:32.760 INFO O| Jul 02 20:45:32.760 INFO ok!
102942026-07-02T20:45:33.438Z[ host-image] Jul 02 20:45:32.760 INFO O| Jul 02 20:45:32.760 INFO STEP 84 (ensure_file) COMPLETE
102952026-07-02T20:45:33.443Z[ host-image] Jul 02 20:45:32.760 INFO O| Jul 02 20:45:32.760 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102962026-07-02T20:45:33.447Z[ host-image] Jul 02 20:45:32.770 INFO O| Jul 02 20:45:32.770 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102972026-07-02T20:45:33.447Z[ host-image] Jul 02 20:45:32.770 INFO O| Jul 02 20:45:32.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102982026-07-02T20:45:33.456Z[ host-image] Jul 02 20:45:32.770 INFO O| Jul 02 20:45:32.770 INFO STEP 85 (ensure_dir) COMPLETE
102992026-07-02T20:45:33.456Z[ host-image] Jul 02 20:45:32.770 INFO O| Jul 02 20:45:32.770 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 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)
103012026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 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)
103022026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 INFO E| Compiling proc-macro2 v1.0.106
103032026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 INFO E| Compiling quote v1.0.45
103042026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 INFO E| Compiling unicode-ident v1.0.24
103052026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 INFO E| Compiling syn v1.0.109
103062026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 INFO E| Compiling x86 v0.52.0
103072026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
103082026-07-02T20:45:33.460Z[ recovery-image] Jul 02 20:45:32.777 INFO E| Compiling seq-macro v0.3.6
103092026-07-02T20:45:33.460Z[ host-image] Jul 02 20:45:32.778 INFO O| Jul 02 20:45:32.778 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
103102026-07-02T20:45:33.460Z[ host-image] Jul 02 20:45:32.778 INFO O| Jul 02 20:45:32.778 INFO copying /tmp/.tmpex7cix/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 ...
103112026-07-02T20:45:33.460Z[ host-image] Jul 02 20:45:32.778 INFO O| Jul 02 20:45:32.778 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
103122026-07-02T20:45:33.460Z[ host-image] Jul 02 20:45:32.778 INFO O| Jul 02 20:45:32.778 INFO ok!
103132026-07-02T20:45:33.460Z[ host-image] Jul 02 20:45:32.778 INFO O| Jul 02 20:45:32.778 INFO STEP 86 (ensure_file) COMPLETE
103142026-07-02T20:45:33.460Z[ host-image] Jul 02 20:45:32.778 INFO O| Jul 02 20:45:32.778 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-07-02T20:45:33.465Z[ host-image] Jul 02 20:45:32.785 INFO O| Jul 02 20:45:32.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
103162026-07-02T20:45:33.465Z[ host-image] Jul 02 20:45:32.785 INFO O| Jul 02 20:45:32.785 INFO copying /tmp/.tmpex7cix/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 ...
103172026-07-02T20:45:33.465Z[ host-image] Jul 02 20:45:32.785 INFO O| Jul 02 20:45:32.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103182026-07-02T20:45:33.465Z[ host-image] Jul 02 20:45:32.785 INFO O| Jul 02 20:45:32.785 INFO ok!
103192026-07-02T20:45:33.465Z[ host-image] Jul 02 20:45:32.785 INFO O| Jul 02 20:45:32.785 INFO STEP 87 (ensure_file) COMPLETE
103202026-07-02T20:45:33.465Z[ host-image] Jul 02 20:45:32.785 INFO O| Jul 02 20:45:32.785 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103212026-07-02T20:45:33.470Z[ host-image] Jul 02 20:45:32.793 INFO O| Jul 02 20:45:32.793 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103222026-07-02T20:45:33.470Z[ host-image] Jul 02 20:45:32.793 INFO O| Jul 02 20:45:32.793 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103232026-07-02T20:45:33.473Z[ host-image] Jul 02 20:45:32.793 INFO O| Jul 02 20:45:32.793 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103242026-07-02T20:45:33.474Z[ host-image] Jul 02 20:45:32.793 INFO O| Jul 02 20:45:32.793 INFO ok!
103252026-07-02T20:45:33.474Z[ host-image] Jul 02 20:45:32.793 INFO O| Jul 02 20:45:32.793 INFO STEP 88 (ensure_file) COMPLETE
103262026-07-02T20:45:33.474Z[ host-image] Jul 02 20:45:32.793 INFO O| Jul 02 20:45:32.793 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-07-02T20:45:33.478Z[ host-image] Jul 02 20:45:32.803 INFO O| Jul 02 20:45:32.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103282026-07-02T20:45:33.478Z[ host-image] Jul 02 20:45:32.803 INFO O| Jul 02 20:45:32.803 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103292026-07-02T20:45:33.482Z[ host-image] Jul 02 20:45:32.803 INFO O| Jul 02 20:45:32.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103302026-07-02T20:45:33.482Z[ host-image] Jul 02 20:45:32.803 INFO O| Jul 02 20:45:32.803 INFO ok!
103312026-07-02T20:45:33.482Z[ host-image] Jul 02 20:45:32.803 INFO O| Jul 02 20:45:32.803 INFO STEP 89 (ensure_file) COMPLETE
103322026-07-02T20:45:33.482Z[ host-image] Jul 02 20:45:32.803 INFO O| Jul 02 20:45:32.803 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-07-02T20:45:33.489Z[ host-image] Jul 02 20:45:32.813 INFO O| Jul 02 20:45:32.813 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103342026-07-02T20:45:33.489Z[ host-image] Jul 02 20:45:32.813 INFO O| Jul 02 20:45:32.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103352026-07-02T20:45:33.489Z[ host-image] Jul 02 20:45:32.813 INFO O| Jul 02 20:45:32.813 INFO STEP 90 (ensure_dir) COMPLETE
103362026-07-02T20:45:33.493Z[ host-image] Jul 02 20:45:32.813 INFO O| Jul 02 20:45:32.813 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103372026-07-02T20:45:33.498Z[ host-image] Jul 02 20:45:32.822 INFO O| Jul 02 20:45:32.822 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103382026-07-02T20:45:33.498Z[ host-image] Jul 02 20:45:32.822 INFO O| Jul 02 20:45:32.822 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103392026-07-02T20:45:33.503Z[ host-image] Jul 02 20:45:32.826 INFO O| Jul 02 20:45:32.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103402026-07-02T20:45:33.504Z[ host-image] Jul 02 20:45:32.826 INFO O| Jul 02 20:45:32.826 INFO ok!
103412026-07-02T20:45:33.507Z[ host-image] Jul 02 20:45:32.826 INFO O| Jul 02 20:45:32.826 INFO STEP 91 (ensure_file) COMPLETE
103422026-07-02T20:45:33.507Z[ host-image] Jul 02 20:45:32.826 INFO O| Jul 02 20:45:32.826 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103432026-07-02T20:45:33.512Z[ host-image] Jul 02 20:45:32.836 INFO O| Jul 02 20:45:32.836 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103442026-07-02T20:45:33.512Z[ host-image] Jul 02 20:45:32.836 INFO O| Jul 02 20:45:32.836 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103452026-07-02T20:45:33.512Z[ host-image] Jul 02 20:45:32.836 INFO O| Jul 02 20:45:32.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103462026-07-02T20:45:33.516Z[ host-image] Jul 02 20:45:32.836 INFO O| Jul 02 20:45:32.836 INFO ok!
103472026-07-02T20:45:33.516Z[ host-image] Jul 02 20:45:32.836 INFO O| Jul 02 20:45:32.836 INFO STEP 92 (ensure_file) COMPLETE
103482026-07-02T20:45:33.516Z[ host-image] Jul 02 20:45:32.836 INFO O| Jul 02 20:45:32.836 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103492026-07-02T20:45:33.522Z[ host-image] Jul 02 20:45:32.847 INFO O| Jul 02 20:45:32.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103502026-07-02T20:45:33.522Z[ host-image] Jul 02 20:45:32.847 INFO O| Jul 02 20:45:32.846 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103512026-07-02T20:45:34.200Z[ host-image] Jul 02 20:45:33.524 INFO O| Jul 02 20:45:33.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103522026-07-02T20:45:34.200Z[ host-image] Jul 02 20:45:33.524 INFO O| Jul 02 20:45:33.524 INFO ok!
103532026-07-02T20:45:34.200Z[ host-image] Jul 02 20:45:33.524 INFO O| Jul 02 20:45:33.524 INFO STEP 93 (ensure_file) COMPLETE
103542026-07-02T20:45:34.200Z[ host-image] Jul 02 20:45:33.524 INFO O| Jul 02 20:45:33.524 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103552026-07-02T20:45:34.207Z[ host-image] Jul 02 20:45:33.532 INFO O| Jul 02 20:45:33.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103562026-07-02T20:45:34.210Z[ host-image] Jul 02 20:45:33.532 INFO O| Jul 02 20:45:33.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103572026-07-02T20:45:34.211Z[ host-image] Jul 02 20:45:33.532 INFO O| Jul 02 20:45:33.532 INFO STEP 94 (ensure_dir) COMPLETE
103582026-07-02T20:45:34.212Z[ host-image] Jul 02 20:45:33.532 INFO O| Jul 02 20:45:33.532 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103592026-07-02T20:45:34.215Z[ host-image] Jul 02 20:45:33.539 INFO O| Jul 02 20:45:33.539 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103602026-07-02T20:45:34.215Z[ host-image] Jul 02 20:45:33.539 INFO O| Jul 02 20:45:33.539 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103612026-07-02T20:45:34.215Z[ host-image] Jul 02 20:45:33.539 INFO O| Jul 02 20:45:33.539 INFO STEP 95 (ensure_dir) COMPLETE
103622026-07-02T20:45:34.215Z[ host-image] Jul 02 20:45:33.539 INFO O| Jul 02 20:45:33.539 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-07-02T20:45:34.221Z[ host-image] Jul 02 20:45:33.545 INFO O| Jul 02 20:45:33.545 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103642026-07-02T20:45:34.221Z[ host-image] Jul 02 20:45:33.546 INFO O| Jul 02 20:45:33.546 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103652026-07-02T20:45:34.221Z[ host-image] Jul 02 20:45:33.546 INFO O| Jul 02 20:45:33.546 INFO STEP 96 (ensure_dir) COMPLETE
103662026-07-02T20:45:34.221Z[ host-image] Jul 02 20:45:33.546 INFO O| Jul 02 20:45:33.546 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103672026-07-02T20:45:34.229Z[ host-image] Jul 02 20:45:33.554 INFO O| Jul 02 20:45:33.554 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103682026-07-02T20:45:34.232Z[ host-image] Jul 02 20:45:33.554 INFO O| Jul 02 20:45:33.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103692026-07-02T20:45:34.232Z[ host-image] Jul 02 20:45:33.554 INFO O| Jul 02 20:45:33.554 INFO STEP 97 (ensure_dir) COMPLETE
103702026-07-02T20:45:34.232Z[ host-image] Jul 02 20:45:33.554 INFO O| Jul 02 20:45:33.554 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103712026-07-02T20:45:34.236Z[ host-image] Jul 02 20:45:33.560 INFO O| Jul 02 20:45:33.560 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103722026-07-02T20:45:34.236Z[ host-image] Jul 02 20:45:33.561 INFO O| Jul 02 20:45:33.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103732026-07-02T20:45:34.239Z[ host-image] Jul 02 20:45:33.561 INFO O| Jul 02 20:45:33.561 INFO STEP 98 (ensure_dir) COMPLETE
103742026-07-02T20:45:34.239Z[ host-image] Jul 02 20:45:33.561 INFO O| Jul 02 20:45:33.561 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-07-02T20:45:34.243Z[ host-image] Jul 02 20:45:33.567 INFO O| Jul 02 20:45:33.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103762026-07-02T20:45:34.246Z[ host-image] Jul 02 20:45:33.567 INFO O| Jul 02 20:45:33.567 INFO copying /tmp/.tmpex7cix/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 ...
103772026-07-02T20:45:34.246Z[ host-image] Jul 02 20:45:33.567 INFO O| Jul 02 20:45:33.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103782026-07-02T20:45:34.246Z[ host-image] Jul 02 20:45:33.567 INFO O| Jul 02 20:45:33.567 INFO ok!
103792026-07-02T20:45:34.246Z[ host-image] Jul 02 20:45:33.567 INFO O| Jul 02 20:45:33.567 INFO STEP 99 (ensure_file) COMPLETE
103802026-07-02T20:45:34.247Z[ host-image] Jul 02 20:45:33.567 INFO O| Jul 02 20:45:33.567 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-07-02T20:45:34.250Z[ host-image] Jul 02 20:45:33.574 INFO O| Jul 02 20:45:33.574 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103822026-07-02T20:45:34.250Z[ host-image] Jul 02 20:45:33.574 INFO O| Jul 02 20:45:33.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103832026-07-02T20:45:34.250Z[ host-image] Jul 02 20:45:33.574 INFO O| Jul 02 20:45:33.574 INFO STEP 100 (ensure_dir) COMPLETE
103842026-07-02T20:45:34.250Z[ host-image] Jul 02 20:45:33.574 INFO O| Jul 02 20:45:33.574 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103852026-07-02T20:45:34.256Z[ host-image] Jul 02 20:45:33.580 INFO O| Jul 02 20:45:33.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103862026-07-02T20:45:34.256Z[ host-image] Jul 02 20:45:33.580 INFO O| Jul 02 20:45:33.580 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103872026-07-02T20:45:34.271Z[ host-image] Jul 02 20:45:33.595 INFO O| Jul 02 20:45:33.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103882026-07-02T20:45:34.271Z[ host-image] Jul 02 20:45:33.595 INFO O| Jul 02 20:45:33.595 INFO ok!
103892026-07-02T20:45:34.274Z[ host-image] Jul 02 20:45:33.595 INFO O| Jul 02 20:45:33.595 INFO STEP 101 (ensure_file) COMPLETE
103902026-07-02T20:45:34.274Z[ host-image] Jul 02 20:45:33.595 INFO O| Jul 02 20:45:33.595 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103912026-07-02T20:45:34.277Z[ host-image] Jul 02 20:45:33.602 INFO O| Jul 02 20:45:33.602 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103922026-07-02T20:45:34.277Z[ host-image] Jul 02 20:45:33.602 INFO O| Jul 02 20:45:33.602 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103932026-07-02T20:45:34.280Z[ host-image] Jul 02 20:45:33.602 INFO O| Jul 02 20:45:33.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103942026-07-02T20:45:34.280Z[ host-image] Jul 02 20:45:33.602 INFO O| Jul 02 20:45:33.602 INFO ok!
103952026-07-02T20:45:34.280Z[ host-image] Jul 02 20:45:33.602 INFO O| Jul 02 20:45:33.602 INFO STEP 102 (ensure_file) COMPLETE
103962026-07-02T20:45:34.280Z[ host-image] Jul 02 20:45:33.602 INFO O| Jul 02 20:45:33.602 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103972026-07-02T20:45:34.283Z[ host-image] Jul 02 20:45:33.608 INFO O| Jul 02 20:45:33.608 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103982026-07-02T20:45:34.283Z[ host-image] Jul 02 20:45:33.608 INFO O| Jul 02 20:45:33.608 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103992026-07-02T20:45:34.526Z[ host-image] Jul 02 20:45:33.850 INFO O| Jul 02 20:45:33.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
104002026-07-02T20:45:34.526Z[ host-image] Jul 02 20:45:33.850 INFO O| Jul 02 20:45:33.850 INFO ok!
104012026-07-02T20:45:34.526Z[ host-image] Jul 02 20:45:33.850 INFO O| Jul 02 20:45:33.850 INFO STEP 103 (ensure_file) COMPLETE
104022026-07-02T20:45:34.529Z[ host-image] Jul 02 20:45:33.850 INFO O| Jul 02 20:45:33.850 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104032026-07-02T20:45:34.534Z[ host-image] Jul 02 20:45:33.859 INFO O| Jul 02 20:45:33.859 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
104042026-07-02T20:45:34.534Z[ host-image] Jul 02 20:45:33.859 INFO O| Jul 02 20:45:33.859 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
104052026-07-02T20:45:34.537Z[ host-image] Jul 02 20:45:33.859 INFO O| Jul 02 20:45:33.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
104062026-07-02T20:45:34.537Z[ host-image] Jul 02 20:45:33.859 INFO O| Jul 02 20:45:33.859 INFO ok!
104072026-07-02T20:45:34.537Z[ host-image] Jul 02 20:45:33.859 INFO O| Jul 02 20:45:33.859 INFO STEP 104 (ensure_file) COMPLETE
104082026-07-02T20:45:34.537Z[ host-image] Jul 02 20:45:33.859 INFO O| Jul 02 20:45:33.859 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104092026-07-02T20:45:34.541Z[ host-image] Jul 02 20:45:33.866 INFO O| Jul 02 20:45:33.866 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104102026-07-02T20:45:34.544Z[ host-image] Jul 02 20:45:33.866 INFO O| Jul 02 20:45:33.866 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
104112026-07-02T20:45:34.544Z[ host-image] Jul 02 20:45:33.866 INFO O| Jul 02 20:45:33.866 INFO STEP 105 (ensure_dir) COMPLETE
104122026-07-02T20:45:34.544Z[ host-image] Jul 02 20:45:33.866 INFO O| Jul 02 20:45:33.866 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104132026-07-02T20:45:34.548Z[ host-image] Jul 02 20:45:33.873 INFO O| Jul 02 20:45:33.873 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
104142026-07-02T20:45:34.548Z[ host-image] Jul 02 20:45:33.873 INFO O| Jul 02 20:45:33.873 INFO copying /tmp/.tmpex7cix/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 ...
104152026-07-02T20:45:34.569Z[ recovery-image] Jul 02 20:45:33.893 INFO E| Compiling syn v2.0.117
104162026-07-02T20:45:34.783Z[ host-image] Jul 02 20:45:34.104 INFO O| Jul 02 20:45:34.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
104172026-07-02T20:45:34.783Z[ host-image] Jul 02 20:45:34.104 INFO O| Jul 02 20:45:34.104 INFO ok!
104182026-07-02T20:45:34.783Z[ host-image] Jul 02 20:45:34.104 INFO O| Jul 02 20:45:34.104 INFO STEP 106 (ensure_file) COMPLETE
104192026-07-02T20:45:34.783Z[ host-image] Jul 02 20:45:34.104 INFO O| Jul 02 20:45:34.104 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-07-02T20:45:34.789Z[ host-image] Jul 02 20:45:34.113 INFO O| Jul 02 20:45:34.113 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104212026-07-02T20:45:34.789Z[ host-image] Jul 02 20:45:34.113 INFO O| Jul 02 20:45:34.113 INFO copying /tmp/.tmpex7cix/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 ...
104222026-07-02T20:45:34.792Z[ host-image] Jul 02 20:45:34.113 INFO O| Jul 02 20:45:34.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104232026-07-02T20:45:34.792Z[ host-image] Jul 02 20:45:34.113 INFO O| Jul 02 20:45:34.113 INFO ok!
104242026-07-02T20:45:34.792Z[ host-image] Jul 02 20:45:34.113 INFO O| Jul 02 20:45:34.113 INFO STEP 107 (ensure_file) COMPLETE
104252026-07-02T20:45:34.792Z[ host-image] Jul 02 20:45:34.113 INFO O| Jul 02 20:45:34.113 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-07-02T20:45:34.798Z[ host-image] Jul 02 20:45:34.122 INFO O| Jul 02 20:45:34.122 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104272026-07-02T20:45:34.798Z[ host-image] Jul 02 20:45:34.122 INFO O| Jul 02 20:45:34.122 INFO copying /tmp/.tmpex7cix/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 ...
104282026-07-02T20:45:34.801Z[ host-image] Jul 02 20:45:34.122 INFO O| Jul 02 20:45:34.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104292026-07-02T20:45:34.801Z[ host-image] Jul 02 20:45:34.122 INFO O| Jul 02 20:45:34.122 INFO ok!
104302026-07-02T20:45:34.801Z[ host-image] Jul 02 20:45:34.122 INFO O| Jul 02 20:45:34.122 INFO STEP 108 (ensure_file) COMPLETE
104312026-07-02T20:45:34.801Z[ host-image] Jul 02 20:45:34.122 INFO O| Jul 02 20:45:34.122 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-07-02T20:45:34.805Z[ host-image] Jul 02 20:45:34.130 INFO O| Jul 02 20:45:34.130 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104332026-07-02T20:45:34.805Z[ host-image] Jul 02 20:45:34.130 INFO O| Jul 02 20:45:34.130 INFO copying /tmp/.tmpex7cix/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 ...
104342026-07-02T20:45:34.810Z[ host-image] Jul 02 20:45:34.130 INFO O| Jul 02 20:45:34.130 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104352026-07-02T20:45:34.810Z[ host-image] Jul 02 20:45:34.130 INFO O| Jul 02 20:45:34.130 INFO ok!
104362026-07-02T20:45:34.810Z[ host-image] Jul 02 20:45:34.130 INFO O| Jul 02 20:45:34.130 INFO STEP 109 (ensure_file) COMPLETE
104372026-07-02T20:45:34.810Z[ host-image] Jul 02 20:45:34.130 INFO O| Jul 02 20:45:34.130 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-07-02T20:45:34.813Z[ host-image] Jul 02 20:45:34.138 INFO O| Jul 02 20:45:34.138 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104392026-07-02T20:45:34.813Z[ host-image] Jul 02 20:45:34.138 INFO O| Jul 02 20:45:34.138 INFO copying /tmp/.tmpex7cix/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 ...
104402026-07-02T20:45:34.817Z[ host-image] Jul 02 20:45:34.138 INFO O| Jul 02 20:45:34.138 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104412026-07-02T20:45:34.817Z[ host-image] Jul 02 20:45:34.138 INFO O| Jul 02 20:45:34.138 INFO ok!
104422026-07-02T20:45:34.817Z[ host-image] Jul 02 20:45:34.138 INFO O| Jul 02 20:45:34.138 INFO STEP 110 (ensure_file) COMPLETE
104432026-07-02T20:45:34.817Z[ host-image] Jul 02 20:45:34.138 INFO O| Jul 02 20:45:34.138 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-07-02T20:45:34.821Z[ host-image] Jul 02 20:45:34.145 INFO O| Jul 02 20:45:34.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104452026-07-02T20:45:34.821Z[ host-image] Jul 02 20:45:34.145 INFO O| Jul 02 20:45:34.145 INFO copying /tmp/.tmpex7cix/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 ...
104462026-07-02T20:45:34.821Z[ host-image] Jul 02 20:45:34.145 INFO O| Jul 02 20:45:34.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104472026-07-02T20:45:34.821Z[ host-image] Jul 02 20:45:34.145 INFO O| Jul 02 20:45:34.145 INFO ok!
104482026-07-02T20:45:34.821Z[ host-image] Jul 02 20:45:34.145 INFO O| Jul 02 20:45:34.145 INFO STEP 111 (ensure_file) COMPLETE
104492026-07-02T20:45:34.821Z[ host-image] Jul 02 20:45:34.145 INFO O| Jul 02 20:45:34.145 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-07-02T20:45:34.826Z[ host-image] Jul 02 20:45:34.151 INFO O| Jul 02 20:45:34.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104512026-07-02T20:45:34.826Z[ host-image] Jul 02 20:45:34.151 INFO O| Jul 02 20:45:34.151 INFO copying /tmp/.tmpex7cix/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 ...
104522026-07-02T20:45:34.829Z[ host-image] Jul 02 20:45:34.151 INFO O| Jul 02 20:45:34.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104532026-07-02T20:45:34.830Z[ host-image] Jul 02 20:45:34.151 INFO O| Jul 02 20:45:34.151 INFO ok!
104542026-07-02T20:45:34.830Z[ host-image] Jul 02 20:45:34.151 INFO O| Jul 02 20:45:34.151 INFO STEP 112 (ensure_file) COMPLETE
104552026-07-02T20:45:34.830Z[ host-image] Jul 02 20:45:34.151 INFO O| Jul 02 20:45:34.151 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-07-02T20:45:34.833Z[ host-image] Jul 02 20:45:34.157 INFO O| Jul 02 20:45:34.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104572026-07-02T20:45:34.833Z[ host-image] Jul 02 20:45:34.157 INFO O| Jul 02 20:45:34.157 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104582026-07-02T20:45:34.833Z[ host-image] Jul 02 20:45:34.157 INFO O| Jul 02 20:45:34.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104592026-07-02T20:45:34.833Z[ host-image] Jul 02 20:45:34.157 INFO O| Jul 02 20:45:34.157 INFO ok!
104602026-07-02T20:45:34.833Z[ host-image] Jul 02 20:45:34.157 INFO O| Jul 02 20:45:34.157 INFO STEP 113 (ensure_file) COMPLETE
104612026-07-02T20:45:34.833Z[ host-image] Jul 02 20:45:34.157 INFO O| Jul 02 20:45:34.157 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-07-02T20:45:34.841Z[ host-image] Jul 02 20:45:34.165 INFO O| Jul 02 20:45:34.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104632026-07-02T20:45:34.841Z[ host-image] Jul 02 20:45:34.165 INFO O| Jul 02 20:45:34.165 INFO copying /tmp/.tmpex7cix/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 ...
104642026-07-02T20:45:34.841Z[ host-image] Jul 02 20:45:34.165 INFO O| Jul 02 20:45:34.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104652026-07-02T20:45:34.844Z[ host-image] Jul 02 20:45:34.166 INFO O| Jul 02 20:45:34.165 INFO ok!
104662026-07-02T20:45:34.844Z[ host-image] Jul 02 20:45:34.166 INFO O| Jul 02 20:45:34.166 INFO STEP 114 (ensure_file) COMPLETE
104672026-07-02T20:45:34.844Z[ host-image] Jul 02 20:45:34.166 INFO O| Jul 02 20:45:34.166 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-07-02T20:45:34.849Z[ host-image] Jul 02 20:45:34.174 INFO O| Jul 02 20:45:34.174 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104692026-07-02T20:45:34.849Z[ host-image] Jul 02 20:45:34.174 INFO O| Jul 02 20:45:34.174 INFO copying /tmp/.tmpex7cix/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 ...
104702026-07-02T20:45:34.853Z[ host-image] Jul 02 20:45:34.174 INFO O| Jul 02 20:45:34.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104712026-07-02T20:45:34.854Z[ host-image] Jul 02 20:45:34.174 INFO O| Jul 02 20:45:34.174 INFO ok!
104722026-07-02T20:45:34.854Z[ host-image] Jul 02 20:45:34.174 INFO O| Jul 02 20:45:34.174 INFO STEP 115 (ensure_file) COMPLETE
104732026-07-02T20:45:34.854Z[ host-image] Jul 02 20:45:34.174 INFO O| Jul 02 20:45:34.174 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-07-02T20:45:34.858Z[ host-image] Jul 02 20:45:34.181 INFO O| Jul 02 20:45:34.181 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104752026-07-02T20:45:34.858Z[ host-image] Jul 02 20:45:34.181 INFO O| Jul 02 20:45:34.181 INFO copying /tmp/.tmpex7cix/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 ...
104762026-07-02T20:45:34.858Z[ host-image] Jul 02 20:45:34.181 INFO O| Jul 02 20:45:34.181 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104772026-07-02T20:45:34.858Z[ host-image] Jul 02 20:45:34.181 INFO O| Jul 02 20:45:34.181 INFO ok!
104782026-07-02T20:45:34.858Z[ host-image] Jul 02 20:45:34.181 INFO O| Jul 02 20:45:34.181 INFO STEP 116 (ensure_file) COMPLETE
104792026-07-02T20:45:34.858Z[ host-image] Jul 02 20:45:34.181 INFO O| Jul 02 20:45:34.181 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-07-02T20:45:34.864Z[ host-image] Jul 02 20:45:34.188 INFO O| Jul 02 20:45:34.188 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104812026-07-02T20:45:34.864Z[ host-image] Jul 02 20:45:34.188 INFO O| Jul 02 20:45:34.188 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104822026-07-02T20:45:34.867Z[ host-image] Jul 02 20:45:34.188 INFO O| Jul 02 20:45:34.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104832026-07-02T20:45:34.867Z[ host-image] Jul 02 20:45:34.188 INFO O| Jul 02 20:45:34.188 INFO ok!
104842026-07-02T20:45:34.867Z[ host-image] Jul 02 20:45:34.188 INFO O| Jul 02 20:45:34.188 INFO STEP 117 (ensure_file) COMPLETE
104852026-07-02T20:45:34.867Z[ host-image] Jul 02 20:45:34.188 INFO O| Jul 02 20:45:34.188 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-07-02T20:45:34.871Z[ host-image] Jul 02 20:45:34.195 INFO O| Jul 02 20:45:34.195 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104872026-07-02T20:45:34.874Z[ host-image] Jul 02 20:45:34.195 INFO O| Jul 02 20:45:34.195 INFO copying /tmp/.tmpex7cix/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 ...
104882026-07-02T20:45:34.874Z[ host-image] Jul 02 20:45:34.196 INFO O| Jul 02 20:45:34.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104892026-07-02T20:45:34.874Z[ host-image] Jul 02 20:45:34.196 INFO O| Jul 02 20:45:34.196 INFO ok!
104902026-07-02T20:45:34.874Z[ host-image] Jul 02 20:45:34.196 INFO O| Jul 02 20:45:34.196 INFO STEP 118 (ensure_file) COMPLETE
104912026-07-02T20:45:34.874Z[ host-image] Jul 02 20:45:34.196 INFO O| Jul 02 20:45:34.196 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-07-02T20:45:34.880Z[ host-image] Jul 02 20:45:34.204 INFO O| Jul 02 20:45:34.204 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104932026-07-02T20:45:34.880Z[ host-image] Jul 02 20:45:34.204 INFO O| Jul 02 20:45:34.204 INFO copying /tmp/.tmpex7cix/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 ...
104942026-07-02T20:45:34.880Z[ host-image] Jul 02 20:45:34.204 INFO O| Jul 02 20:45:34.204 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104952026-07-02T20:45:34.880Z[ host-image] Jul 02 20:45:34.204 INFO O| Jul 02 20:45:34.204 INFO ok!
104962026-07-02T20:45:34.883Z[ host-image] Jul 02 20:45:34.204 INFO O| Jul 02 20:45:34.204 INFO STEP 119 (ensure_file) COMPLETE
104972026-07-02T20:45:34.883Z[ host-image] Jul 02 20:45:34.204 INFO O| Jul 02 20:45:34.204 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-07-02T20:45:34.887Z[ host-image] Jul 02 20:45:34.211 INFO O| Jul 02 20:45:34.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104992026-07-02T20:45:34.887Z[ host-image] Jul 02 20:45:34.211 INFO O| Jul 02 20:45:34.211 INFO copying /tmp/.tmpex7cix/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 ...
105002026-07-02T20:45:34.890Z[ host-image] Jul 02 20:45:34.211 INFO O| Jul 02 20:45:34.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
105012026-07-02T20:45:34.890Z[ host-image] Jul 02 20:45:34.211 INFO O| Jul 02 20:45:34.211 INFO ok!
105022026-07-02T20:45:34.890Z[ host-image] Jul 02 20:45:34.211 INFO O| Jul 02 20:45:34.211 INFO STEP 120 (ensure_file) COMPLETE
105032026-07-02T20:45:34.890Z[ host-image] Jul 02 20:45:34.211 INFO O| Jul 02 20:45:34.211 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-07-02T20:45:34.894Z[ host-image] Jul 02 20:45:34.219 INFO O| Jul 02 20:45:34.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
105052026-07-02T20:45:34.894Z[ host-image] Jul 02 20:45:34.219 INFO O| Jul 02 20:45:34.219 INFO copying /tmp/.tmpex7cix/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 ...
105062026-07-02T20:45:34.898Z[ host-image] Jul 02 20:45:34.219 INFO O| Jul 02 20:45:34.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
105072026-07-02T20:45:34.898Z[ host-image] Jul 02 20:45:34.219 INFO O| Jul 02 20:45:34.219 INFO ok!
105082026-07-02T20:45:34.898Z[ host-image] Jul 02 20:45:34.219 INFO O| Jul 02 20:45:34.219 INFO STEP 121 (ensure_file) COMPLETE
105092026-07-02T20:45:34.898Z[ host-image] Jul 02 20:45:34.219 INFO O| Jul 02 20:45:34.219 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-07-02T20:45:34.901Z[ host-image] Jul 02 20:45:34.226 INFO O| Jul 02 20:45:34.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
105112026-07-02T20:45:34.902Z[ host-image] Jul 02 20:45:34.226 INFO O| Jul 02 20:45:34.226 INFO copying /tmp/.tmpex7cix/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 ...
105122026-07-02T20:45:34.905Z[ host-image] Jul 02 20:45:34.226 INFO O| Jul 02 20:45:34.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
105132026-07-02T20:45:34.905Z[ host-image] Jul 02 20:45:34.226 INFO O| Jul 02 20:45:34.226 INFO ok!
105142026-07-02T20:45:34.905Z[ host-image] Jul 02 20:45:34.226 INFO O| Jul 02 20:45:34.226 INFO STEP 122 (ensure_file) COMPLETE
105152026-07-02T20:45:34.905Z[ host-image] Jul 02 20:45:34.226 INFO O| Jul 02 20:45:34.226 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-07-02T20:45:34.909Z[ host-image] Jul 02 20:45:34.234 INFO O| Jul 02 20:45:34.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
105172026-07-02T20:45:34.909Z[ host-image] Jul 02 20:45:34.234 INFO O| Jul 02 20:45:34.234 INFO copying /tmp/.tmpex7cix/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 ...
105182026-07-02T20:45:34.912Z[ host-image] Jul 02 20:45:34.234 INFO O| Jul 02 20:45:34.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105192026-07-02T20:45:34.912Z[ host-image] Jul 02 20:45:34.234 INFO O| Jul 02 20:45:34.234 INFO ok!
105202026-07-02T20:45:34.913Z[ host-image] Jul 02 20:45:34.234 INFO O| Jul 02 20:45:34.234 INFO STEP 123 (ensure_file) COMPLETE
105212026-07-02T20:45:34.913Z[ host-image] Jul 02 20:45:34.234 INFO O| Jul 02 20:45:34.234 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-07-02T20:45:34.916Z[ host-image] Jul 02 20:45:34.241 INFO O| Jul 02 20:45:34.241 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105232026-07-02T20:45:34.916Z[ host-image] Jul 02 20:45:34.241 INFO O| Jul 02 20:45:34.241 INFO copying /tmp/.tmpex7cix/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 ...
105242026-07-02T20:45:34.923Z[ host-image] Jul 02 20:45:34.241 INFO O| Jul 02 20:45:34.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105252026-07-02T20:45:34.923Z[ host-image] Jul 02 20:45:34.241 INFO O| Jul 02 20:45:34.241 INFO ok!
105262026-07-02T20:45:34.923Z[ host-image] Jul 02 20:45:34.241 INFO O| Jul 02 20:45:34.241 INFO STEP 124 (ensure_file) COMPLETE
105272026-07-02T20:45:34.923Z[ host-image] Jul 02 20:45:34.241 INFO O| Jul 02 20:45:34.241 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-07-02T20:45:34.926Z[ host-image] Jul 02 20:45:34.248 INFO O| Jul 02 20:45:34.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105292026-07-02T20:45:34.926Z[ host-image] Jul 02 20:45:34.248 INFO O| Jul 02 20:45:34.248 INFO copying /tmp/.tmpex7cix/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 ...
105302026-07-02T20:45:34.926Z[ host-image] Jul 02 20:45:34.248 INFO O| Jul 02 20:45:34.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105312026-07-02T20:45:34.926Z[ host-image] Jul 02 20:45:34.248 INFO O| Jul 02 20:45:34.248 INFO ok!
105322026-07-02T20:45:34.926Z[ host-image] Jul 02 20:45:34.248 INFO O| Jul 02 20:45:34.248 INFO STEP 125 (ensure_file) COMPLETE
105332026-07-02T20:45:34.926Z[ host-image] Jul 02 20:45:34.248 INFO O| Jul 02 20:45:34.248 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-07-02T20:45:34.935Z[ host-image] Jul 02 20:45:34.256 INFO O| Jul 02 20:45:34.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105352026-07-02T20:45:34.935Z[ host-image] Jul 02 20:45:34.256 INFO O| Jul 02 20:45:34.256 INFO copying /tmp/.tmpex7cix/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 ...
105362026-07-02T20:45:34.939Z[ host-image] Jul 02 20:45:34.256 INFO O| Jul 02 20:45:34.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105372026-07-02T20:45:34.939Z[ host-image] Jul 02 20:45:34.256 INFO O| Jul 02 20:45:34.256 INFO ok!
105382026-07-02T20:45:34.939Z[ host-image] Jul 02 20:45:34.256 INFO O| Jul 02 20:45:34.256 INFO STEP 126 (ensure_file) COMPLETE
105392026-07-02T20:45:34.940Z[ host-image] Jul 02 20:45:34.256 INFO O| Jul 02 20:45:34.256 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-07-02T20:45:34.943Z[ host-image] Jul 02 20:45:34.264 INFO O| Jul 02 20:45:34.264 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105412026-07-02T20:45:34.943Z[ host-image] Jul 02 20:45:34.264 INFO O| Jul 02 20:45:34.264 INFO copying /tmp/.tmpex7cix/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 ...
105422026-07-02T20:45:34.943Z[ host-image] Jul 02 20:45:34.264 INFO O| Jul 02 20:45:34.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105432026-07-02T20:45:34.943Z[ host-image] Jul 02 20:45:34.264 INFO O| Jul 02 20:45:34.264 INFO ok!
105442026-07-02T20:45:34.943Z[ host-image] Jul 02 20:45:34.264 INFO O| Jul 02 20:45:34.264 INFO STEP 127 (ensure_file) COMPLETE
105452026-07-02T20:45:34.943Z[ host-image] Jul 02 20:45:34.264 INFO O| Jul 02 20:45:34.264 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-07-02T20:45:34.946Z[ host-image] Jul 02 20:45:34.270 INFO O| Jul 02 20:45:34.270 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105472026-07-02T20:45:34.946Z[ host-image] Jul 02 20:45:34.270 INFO O| Jul 02 20:45:34.270 INFO copying /tmp/.tmpex7cix/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 ...
105482026-07-02T20:45:34.946Z[ host-image] Jul 02 20:45:34.271 INFO O| Jul 02 20:45:34.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105492026-07-02T20:45:34.949Z[ host-image] Jul 02 20:45:34.271 INFO O| Jul 02 20:45:34.271 INFO ok!
105502026-07-02T20:45:34.949Z[ host-image] Jul 02 20:45:34.271 INFO O| Jul 02 20:45:34.271 INFO STEP 128 (ensure_file) COMPLETE
105512026-07-02T20:45:34.949Z[ host-image] Jul 02 20:45:34.271 INFO O| Jul 02 20:45:34.271 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-07-02T20:45:34.953Z[ host-image] Jul 02 20:45:34.277 INFO O| Jul 02 20:45:34.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105532026-07-02T20:45:34.956Z[ host-image] Jul 02 20:45:34.277 INFO O| Jul 02 20:45:34.277 INFO copying /tmp/.tmpex7cix/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 ...
105542026-07-02T20:45:34.956Z[ host-image] Jul 02 20:45:34.277 INFO O| Jul 02 20:45:34.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105552026-07-02T20:45:34.956Z[ host-image] Jul 02 20:45:34.277 INFO O| Jul 02 20:45:34.277 INFO ok!
105562026-07-02T20:45:34.956Z[ host-image] Jul 02 20:45:34.277 INFO O| Jul 02 20:45:34.277 INFO STEP 129 (ensure_file) COMPLETE
105572026-07-02T20:45:34.956Z[ host-image] Jul 02 20:45:34.277 INFO O| Jul 02 20:45:34.277 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-07-02T20:45:34.962Z[ host-image] Jul 02 20:45:34.286 INFO O| Jul 02 20:45:34.286 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105592026-07-02T20:45:34.962Z[ host-image] Jul 02 20:45:34.286 INFO O| Jul 02 20:45:34.286 INFO copying /tmp/.tmpex7cix/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 ...
105602026-07-02T20:45:34.965Z[ host-image] Jul 02 20:45:34.286 INFO O| Jul 02 20:45:34.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105612026-07-02T20:45:34.965Z[ host-image] Jul 02 20:45:34.286 INFO O| Jul 02 20:45:34.286 INFO ok!
105622026-07-02T20:45:34.965Z[ host-image] Jul 02 20:45:34.286 INFO O| Jul 02 20:45:34.286 INFO STEP 130 (ensure_file) COMPLETE
105632026-07-02T20:45:34.965Z[ host-image] Jul 02 20:45:34.286 INFO O| Jul 02 20:45:34.286 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-07-02T20:45:34.969Z[ host-image] Jul 02 20:45:34.293 INFO O| Jul 02 20:45:34.293 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105652026-07-02T20:45:34.969Z[ host-image] Jul 02 20:45:34.293 INFO O| Jul 02 20:45:34.293 INFO copying /tmp/.tmpex7cix/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 ...
105662026-07-02T20:45:34.972Z[ host-image] Jul 02 20:45:34.293 INFO O| Jul 02 20:45:34.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105672026-07-02T20:45:34.972Z[ host-image] Jul 02 20:45:34.293 INFO O| Jul 02 20:45:34.293 INFO ok!
105682026-07-02T20:45:34.972Z[ host-image] Jul 02 20:45:34.293 INFO O| Jul 02 20:45:34.293 INFO STEP 131 (ensure_file) COMPLETE
105692026-07-02T20:45:34.972Z[ host-image] Jul 02 20:45:34.293 INFO O| Jul 02 20:45:34.293 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-07-02T20:45:34.976Z[ host-image] Jul 02 20:45:34.300 INFO O| Jul 02 20:45:34.300 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105712026-07-02T20:45:34.976Z[ host-image] Jul 02 20:45:34.300 INFO O| Jul 02 20:45:34.300 INFO copying /tmp/.tmpex7cix/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 ...
105722026-07-02T20:45:34.979Z[ host-image] Jul 02 20:45:34.300 INFO O| Jul 02 20:45:34.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105732026-07-02T20:45:34.979Z[ host-image] Jul 02 20:45:34.300 INFO O| Jul 02 20:45:34.300 INFO ok!
105742026-07-02T20:45:34.979Z[ host-image] Jul 02 20:45:34.300 INFO O| Jul 02 20:45:34.300 INFO STEP 132 (ensure_file) COMPLETE
105752026-07-02T20:45:34.979Z[ host-image] Jul 02 20:45:34.300 INFO O| Jul 02 20:45:34.300 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-07-02T20:45:34.982Z[ host-image] Jul 02 20:45:34.307 INFO O| Jul 02 20:45:34.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105772026-07-02T20:45:34.982Z[ host-image] Jul 02 20:45:34.307 INFO O| Jul 02 20:45:34.307 INFO copying /tmp/.tmpex7cix/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 ...
105782026-07-02T20:45:34.982Z[ host-image] Jul 02 20:45:34.307 INFO O| Jul 02 20:45:34.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105792026-07-02T20:45:34.986Z[ host-image] Jul 02 20:45:34.307 INFO O| Jul 02 20:45:34.307 INFO ok!
105802026-07-02T20:45:34.986Z[ host-image] Jul 02 20:45:34.307 INFO O| Jul 02 20:45:34.307 INFO STEP 133 (ensure_file) COMPLETE
105812026-07-02T20:45:34.986Z[ host-image] Jul 02 20:45:34.307 INFO O| Jul 02 20:45:34.307 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-07-02T20:45:34.990Z[ host-image] Jul 02 20:45:34.315 INFO O| Jul 02 20:45:34.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105832026-07-02T20:45:34.990Z[ host-image] Jul 02 20:45:34.315 INFO O| Jul 02 20:45:34.315 INFO copying /tmp/.tmpex7cix/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 ...
105842026-07-02T20:45:34.993Z[ host-image] Jul 02 20:45:34.315 INFO O| Jul 02 20:45:34.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105852026-07-02T20:45:34.993Z[ host-image] Jul 02 20:45:34.315 INFO O| Jul 02 20:45:34.315 INFO ok!
105862026-07-02T20:45:34.993Z[ host-image] Jul 02 20:45:34.315 INFO O| Jul 02 20:45:34.315 INFO STEP 134 (ensure_file) COMPLETE
105872026-07-02T20:45:34.993Z[ host-image] Jul 02 20:45:34.315 INFO O| Jul 02 20:45:34.315 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-07-02T20:45:34.996Z[ host-image] Jul 02 20:45:34.321 INFO O| Jul 02 20:45:34.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105892026-07-02T20:45:34.996Z[ host-image] Jul 02 20:45:34.321 INFO O| Jul 02 20:45:34.321 INFO copying /tmp/.tmpex7cix/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 ...
105902026-07-02T20:45:34.999Z[ host-image] Jul 02 20:45:34.321 INFO O| Jul 02 20:45:34.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105912026-07-02T20:45:34.999Z[ host-image] Jul 02 20:45:34.321 INFO O| Jul 02 20:45:34.321 INFO ok!
105922026-07-02T20:45:34.999Z[ host-image] Jul 02 20:45:34.321 INFO O| Jul 02 20:45:34.321 INFO STEP 135 (ensure_file) COMPLETE
105932026-07-02T20:45:35.000Z[ host-image] Jul 02 20:45:34.321 INFO O| Jul 02 20:45:34.321 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-07-02T20:45:35.005Z[ host-image] Jul 02 20:45:34.327 INFO O| Jul 02 20:45:34.327 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105952026-07-02T20:45:35.005Z[ host-image] Jul 02 20:45:34.327 INFO O| Jul 02 20:45:34.327 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105962026-07-02T20:45:35.005Z[ host-image] Jul 02 20:45:34.327 INFO O| Jul 02 20:45:34.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105972026-07-02T20:45:35.005Z[ host-image] Jul 02 20:45:34.327 INFO O| Jul 02 20:45:34.327 INFO ok!
105982026-07-02T20:45:35.005Z[ host-image] Jul 02 20:45:34.327 INFO O| Jul 02 20:45:34.327 INFO STEP 136 (ensure_file) COMPLETE
105992026-07-02T20:45:35.005Z[ host-image] Jul 02 20:45:34.327 INFO O| Jul 02 20:45:34.327 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106002026-07-02T20:45:35.010Z[ host-image] Jul 02 20:45:34.334 INFO O| Jul 02 20:45:34.334 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
106012026-07-02T20:45:35.010Z[ host-image] Jul 02 20:45:34.334 INFO O| Jul 02 20:45:34.334 INFO copying /tmp/.tmpex7cix/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 ...
106022026-07-02T20:45:35.010Z[ host-image] Jul 02 20:45:34.334 INFO O| Jul 02 20:45:34.334 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
106032026-07-02T20:45:35.013Z[ host-image] Jul 02 20:45:34.334 INFO O| Jul 02 20:45:34.334 INFO ok!
106042026-07-02T20:45:35.013Z[ host-image] Jul 02 20:45:34.334 INFO O| Jul 02 20:45:34.334 INFO STEP 137 (ensure_file) COMPLETE
106052026-07-02T20:45:35.013Z[ host-image] Jul 02 20:45:34.334 INFO O| Jul 02 20:45:34.334 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106062026-07-02T20:45:35.016Z[ host-image] Jul 02 20:45:34.340 INFO O| Jul 02 20:45:34.340 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
106072026-07-02T20:45:35.016Z[ host-image] Jul 02 20:45:34.340 INFO O| Jul 02 20:45:34.340 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
106082026-07-02T20:45:35.020Z[ host-image] Jul 02 20:45:34.341 INFO O| Jul 02 20:45:34.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
106092026-07-02T20:45:35.020Z[ host-image] Jul 02 20:45:34.341 INFO O| Jul 02 20:45:34.341 INFO ok!
106102026-07-02T20:45:35.020Z[ host-image] Jul 02 20:45:34.341 INFO O| Jul 02 20:45:34.341 INFO STEP 138 (ensure_file) COMPLETE
106112026-07-02T20:45:35.020Z[ host-image] Jul 02 20:45:34.341 INFO O| Jul 02 20:45:34.341 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106122026-07-02T20:45:35.023Z[ host-image] Jul 02 20:45:34.347 INFO O| Jul 02 20:45:34.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
106132026-07-02T20:45:35.024Z[ host-image] Jul 02 20:45:34.347 INFO O| Jul 02 20:45:34.347 INFO copying /tmp/.tmpex7cix/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
106142026-07-02T20:45:36.151Z[ recovery-image] Jul 02 20:45:35.476 INFO E| Compiling scroll_derive v0.13.1
106152026-07-02T20:45:37.327Z[ recovery-image] Jul 02 20:45:36.647 INFO E| Compiling bitstruct_derive v0.1.0
106162026-07-02T20:45:41.041Z[ host-image] Jul 02 20:45:40.365 INFO O| Jul 02 20:45:40.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106172026-07-02T20:45:41.041Z[ host-image] Jul 02 20:45:40.365 INFO O| Jul 02 20:45:40.365 INFO ok!
106182026-07-02T20:45:41.044Z[ host-image] Jul 02 20:45:40.365 INFO O| Jul 02 20:45:40.365 INFO STEP 139 (ensure_file) COMPLETE
106192026-07-02T20:45:41.044Z[ host-image] Jul 02 20:45:40.365 INFO O| Jul 02 20:45:40.365 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-07-02T20:45:41.049Z[ host-image] Jul 02 20:45:40.373 INFO O| Jul 02 20:45:40.373 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106212026-07-02T20:45:41.050Z[ host-image] Jul 02 20:45:40.373 INFO O| Jul 02 20:45:40.373 INFO STEP 140 (ensure_dir) COMPLETE
106222026-07-02T20:45:41.050Z[ host-image] Jul 02 20:45:40.373 INFO O| Jul 02 20:45:40.373 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106232026-07-02T20:45:41.056Z[ host-image] Jul 02 20:45:40.380 INFO O| Jul 02 20:45:40.380 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106242026-07-02T20:45:41.056Z[ host-image] Jul 02 20:45:40.380 INFO O| Jul 02 20:45:40.380 INFO STEP 141 (ensure_dir) COMPLETE
106252026-07-02T20:45:41.056Z[ host-image] Jul 02 20:45:40.380 INFO O| Jul 02 20:45:40.380 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-07-02T20:45:41.062Z[ host-image] Jul 02 20:45:40.386 INFO O| Jul 02 20:45:40.386 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106272026-07-02T20:45:41.062Z[ host-image] Jul 02 20:45:40.386 INFO O| Jul 02 20:45:40.386 INFO STEP 142 (ensure_dir) COMPLETE
106282026-07-02T20:45:41.071Z[ host-image] Jul 02 20:45:40.386 INFO O| Jul 02 20:45:40.386 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106292026-07-02T20:45:41.075Z[ host-image] Jul 02 20:45:40.395 INFO O| Jul 02 20:45:40.395 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106302026-07-02T20:45:41.075Z[ host-image] Jul 02 20:45:40.395 INFO O| Jul 02 20:45:40.395 INFO STEP 143 (ensure_dir) COMPLETE
106312026-07-02T20:45:41.075Z[ host-image] Jul 02 20:45:40.395 INFO O| Jul 02 20:45:40.395 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106322026-07-02T20:45:41.078Z[ host-image] Jul 02 20:45:40.402 INFO O| Jul 02 20:45:40.402 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106332026-07-02T20:45:41.080Z[ host-image] Jul 02 20:45:40.402 INFO O| Jul 02 20:45:40.402 INFO copying /tmp/.tmpex7cix/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 ...
106342026-07-02T20:45:41.080Z[ host-image] Jul 02 20:45:40.402 INFO O| Jul 02 20:45:40.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106352026-07-02T20:45:41.080Z[ host-image] Jul 02 20:45:40.402 INFO O| Jul 02 20:45:40.402 INFO ok!
106362026-07-02T20:45:41.080Z[ host-image] Jul 02 20:45:40.402 INFO O| Jul 02 20:45:40.402 INFO STEP 144 (ensure_file) COMPLETE
106372026-07-02T20:45:41.080Z[ host-image] Jul 02 20:45:40.402 INFO O| Jul 02 20:45:40.402 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106382026-07-02T20:45:41.084Z[ host-image] Jul 02 20:45:40.408 INFO O| Jul 02 20:45:40.408 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106392026-07-02T20:45:41.087Z[ host-image] Jul 02 20:45:40.408 INFO O| Jul 02 20:45:40.408 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106402026-07-02T20:45:41.087Z[ host-image] Jul 02 20:45:40.408 INFO O| Jul 02 20:45:40.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106412026-07-02T20:45:41.087Z[ host-image] Jul 02 20:45:40.408 INFO O| Jul 02 20:45:40.408 INFO STEP 145 (ensure_dir) COMPLETE
106422026-07-02T20:45:41.087Z[ host-image] Jul 02 20:45:40.408 INFO O| Jul 02 20:45:40.408 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106432026-07-02T20:45:41.091Z[ host-image] Jul 02 20:45:40.416 INFO O| Jul 02 20:45:40.416 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106442026-07-02T20:45:41.091Z[ host-image] Jul 02 20:45:40.416 INFO O| Jul 02 20:45:40.416 INFO copying /tmp/.tmpex7cix/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106452026-07-02T20:45:41.094Z[ host-image] Jul 02 20:45:40.416 INFO O| Jul 02 20:45:40.416 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106462026-07-02T20:45:41.094Z[ host-image] Jul 02 20:45:40.416 INFO O| Jul 02 20:45:40.416 INFO ok!
106472026-07-02T20:45:41.094Z[ host-image] Jul 02 20:45:40.416 INFO O| Jul 02 20:45:40.416 INFO STEP 146 (ensure_file) COMPLETE
106482026-07-02T20:45:41.094Z[ host-image] Jul 02 20:45:40.416 INFO O| Jul 02 20:45:40.416 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-07-02T20:45:41.098Z[ host-image] Jul 02 20:45:40.422 INFO O| Jul 02 20:45:40.422 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106502026-07-02T20:45:41.100Z[ host-image] Jul 02 20:45:40.422 INFO O| Jul 02 20:45:40.422 INFO STEP 147 (remove_files) COMPLETE
106512026-07-02T20:45:41.101Z[ host-image] Jul 02 20:45:40.422 INFO O| Jul 02 20:45:40.422 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-07-02T20:45:41.104Z[ host-image] Jul 02 20:45:40.429 INFO O| Jul 02 20:45:40.429 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106532026-07-02T20:45:41.107Z[ host-image] Jul 02 20:45:40.429 INFO O| Jul 02 20:45:40.429 INFO STEP 148 (remove_files) COMPLETE
106542026-07-02T20:45:41.107Z[ host-image] Jul 02 20:45:40.429 INFO O| Jul 02 20:45:40.429 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-07-02T20:45:41.111Z[ host-image] Jul 02 20:45:40.435 INFO O| Jul 02 20:45:40.435 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106562026-07-02T20:45:41.114Z[ host-image] Jul 02 20:45:40.435 INFO O| Jul 02 20:45:40.435 INFO STEP 149 (remove_files) COMPLETE
106572026-07-02T20:45:41.114Z[ host-image] Jul 02 20:45:40.435 INFO O| Jul 02 20:45:40.435 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-07-02T20:45:41.118Z[ host-image] Jul 02 20:45:40.442 INFO O| Jul 02 20:45:40.442 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106592026-07-02T20:45:41.121Z[ host-image] Jul 02 20:45:40.442 INFO O| Jul 02 20:45:40.442 INFO STEP 150 (remove_files) COMPLETE
106602026-07-02T20:45:41.121Z[ host-image] Jul 02 20:45:40.442 INFO O| Jul 02 20:45:40.442 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-07-02T20:45:41.124Z[ host-image] Jul 02 20:45:40.449 INFO O| Jul 02 20:45:40.449 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106622026-07-02T20:45:41.127Z[ host-image] Jul 02 20:45:40.449 INFO O| Jul 02 20:45:40.449 INFO STEP 151 (remove_files) COMPLETE
106632026-07-02T20:45:41.127Z[ host-image] Jul 02 20:45:40.449 INFO O| Jul 02 20:45:40.449 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-07-02T20:45:41.131Z[ host-image] Jul 02 20:45:40.454 INFO O| Jul 02 20:45:40.454 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106652026-07-02T20:45:41.131Z[ host-image] Jul 02 20:45:40.454 INFO O| Jul 02 20:45:40.454 INFO STEP 152 (remove_files) COMPLETE
106662026-07-02T20:45:41.131Z[ host-image] Jul 02 20:45:40.454 INFO O| Jul 02 20:45:40.454 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-07-02T20:45:41.136Z[ host-image] Jul 02 20:45:40.461 INFO O| Jul 02 20:45:40.461 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106682026-07-02T20:45:41.139Z[ host-image] Jul 02 20:45:40.461 INFO O| Jul 02 20:45:40.461 INFO STEP 153 (remove_files) COMPLETE
106692026-07-02T20:45:41.139Z[ host-image] Jul 02 20:45:40.461 INFO O| Jul 02 20:45:40.461 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-07-02T20:45:41.142Z[ host-image] Jul 02 20:45:40.466 INFO O| Jul 02 20:45:40.466 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106712026-07-02T20:45:41.142Z[ host-image] Jul 02 20:45:40.466 INFO O| Jul 02 20:45:40.466 INFO STEP 154 (remove_files) COMPLETE
106722026-07-02T20:45:41.142Z[ host-image] Jul 02 20:45:40.467 INFO O| Jul 02 20:45:40.466 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-07-02T20:45:41.148Z[ host-image] Jul 02 20:45:40.472 INFO O| Jul 02 20:45:40.472 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106742026-07-02T20:45:41.151Z[ host-image] Jul 02 20:45:40.472 INFO O| Jul 02 20:45:40.472 INFO STEP 155 (remove_files) COMPLETE
106752026-07-02T20:45:41.151Z[ host-image] Jul 02 20:45:40.472 INFO O| Jul 02 20:45:40.472 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-07-02T20:45:41.155Z[ host-image] Jul 02 20:45:40.480 INFO O| Jul 02 20:45:40.480 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106772026-07-02T20:45:41.155Z[ host-image] Jul 02 20:45:40.480 INFO O| Jul 02 20:45:40.480 INFO STEP 156 (remove_files) COMPLETE
106782026-07-02T20:45:41.155Z[ host-image] Jul 02 20:45:40.480 INFO O| Jul 02 20:45:40.480 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-07-02T20:45:41.162Z[ host-image] Jul 02 20:45:40.487 INFO O| Jul 02 20:45:40.487 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106802026-07-02T20:45:41.165Z[ host-image] Jul 02 20:45:40.487 INFO O| Jul 02 20:45:40.487 INFO STEP 157 (remove_files) COMPLETE
106812026-07-02T20:45:41.165Z[ host-image] Jul 02 20:45:40.487 INFO O| Jul 02 20:45:40.487 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-07-02T20:45:41.168Z[ host-image] Jul 02 20:45:40.493 INFO O| Jul 02 20:45:40.493 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106832026-07-02T20:45:41.171Z[ host-image] Jul 02 20:45:40.493 INFO O| Jul 02 20:45:40.493 INFO STEP 158 (remove_files) COMPLETE
106842026-07-02T20:45:41.171Z[ host-image] Jul 02 20:45:40.493 INFO O| Jul 02 20:45:40.493 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-07-02T20:45:41.175Z[ host-image] Jul 02 20:45:40.499 INFO O| Jul 02 20:45:40.499 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106862026-07-02T20:45:41.175Z[ host-image] Jul 02 20:45:40.499 INFO O| Jul 02 20:45:40.499 INFO STEP 159 (remove_files) COMPLETE
106872026-07-02T20:45:41.178Z[ host-image] Jul 02 20:45:40.499 INFO O| Jul 02 20:45:40.499 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-07-02T20:45:41.181Z[ host-image] Jul 02 20:45:40.505 INFO O| Jul 02 20:45:40.505 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106892026-07-02T20:45:41.184Z[ host-image] Jul 02 20:45:40.505 INFO O| Jul 02 20:45:40.505 INFO STEP 160 (remove_files) COMPLETE
106902026-07-02T20:45:41.184Z[ host-image] Jul 02 20:45:40.505 INFO O| Jul 02 20:45:40.505 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-07-02T20:45:41.187Z[ host-image] Jul 02 20:45:40.512 INFO O| Jul 02 20:45:40.512 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106922026-07-02T20:45:41.187Z[ host-image] Jul 02 20:45:40.512 INFO O| Jul 02 20:45:40.512 INFO STEP 161 (remove_files) COMPLETE
106932026-07-02T20:45:41.191Z[ host-image] Jul 02 20:45:40.512 INFO O| Jul 02 20:45:40.512 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-07-02T20:45:41.194Z[ host-image] Jul 02 20:45:40.518 INFO O| Jul 02 20:45:40.518 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106952026-07-02T20:45:41.194Z[ host-image] Jul 02 20:45:40.518 INFO O| Jul 02 20:45:40.518 INFO STEP 162 (remove_files) COMPLETE
106962026-07-02T20:45:41.194Z[ host-image] Jul 02 20:45:40.518 INFO O| Jul 02 20:45:40.518 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-07-02T20:45:41.201Z[ host-image] Jul 02 20:45:40.525 INFO O| Jul 02 20:45:40.525 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106982026-07-02T20:45:41.201Z[ host-image] Jul 02 20:45:40.525 INFO O| Jul 02 20:45:40.525 INFO STEP 163 (remove_files) COMPLETE
106992026-07-02T20:45:41.204Z[ host-image] Jul 02 20:45:40.525 INFO O| Jul 02 20:45:40.525 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-07-02T20:45:41.207Z[ host-image] Jul 02 20:45:40.531 INFO O| Jul 02 20:45:40.531 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
107012026-07-02T20:45:41.207Z[ host-image] Jul 02 20:45:40.531 INFO O| Jul 02 20:45:40.531 INFO STEP 164 (remove_files) COMPLETE
107022026-07-02T20:45:41.210Z[ host-image] Jul 02 20:45:40.531 INFO O| Jul 02 20:45:40.531 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-07-02T20:45:41.214Z[ host-image] Jul 02 20:45:40.539 INFO O| Jul 02 20:45:40.539 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
107042026-07-02T20:45:41.214Z[ host-image] Jul 02 20:45:40.539 INFO O| Jul 02 20:45:40.539 INFO STEP 165 (remove_files) COMPLETE
107052026-07-02T20:45:41.217Z[ host-image] Jul 02 20:45:40.539 INFO O| Jul 02 20:45:40.539 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-07-02T20:45:41.220Z[ host-image] Jul 02 20:45:40.545 INFO O| Jul 02 20:45:40.545 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
107072026-07-02T20:45:41.220Z[ host-image] Jul 02 20:45:40.545 INFO O| Jul 02 20:45:40.545 INFO STEP 166 (remove_files) COMPLETE
107082026-07-02T20:45:41.224Z[ host-image] Jul 02 20:45:40.545 INFO O| Jul 02 20:45:40.545 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-07-02T20:45:41.227Z[ host-image] Jul 02 20:45:40.551 INFO O| Jul 02 20:45:40.551 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
107102026-07-02T20:45:41.227Z[ host-image] Jul 02 20:45:40.551 INFO O| Jul 02 20:45:40.551 INFO STEP 167 (remove_files) COMPLETE
107112026-07-02T20:45:41.227Z[ host-image] Jul 02 20:45:40.551 INFO O| Jul 02 20:45:40.551 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-07-02T20:45:41.233Z[ host-image] Jul 02 20:45:40.557 INFO O| Jul 02 20:45:40.557 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107132026-07-02T20:45:41.236Z[ host-image] Jul 02 20:45:40.557 INFO O| Jul 02 20:45:40.557 INFO STEP 168 (remove_files) COMPLETE
107142026-07-02T20:45:41.236Z[ host-image] Jul 02 20:45:40.557 INFO O| Jul 02 20:45:40.557 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-07-02T20:45:41.239Z[ host-image] Jul 02 20:45:40.563 INFO O| Jul 02 20:45:40.563 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107162026-07-02T20:45:41.239Z[ host-image] Jul 02 20:45:40.563 INFO O| Jul 02 20:45:40.563 INFO STEP 169 (remove_files) COMPLETE
107172026-07-02T20:45:41.239Z[ host-image] Jul 02 20:45:40.563 INFO O| Jul 02 20:45:40.563 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-07-02T20:45:41.245Z[ host-image] Jul 02 20:45:40.569 INFO O| Jul 02 20:45:40.569 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107192026-07-02T20:45:41.245Z[ host-image] Jul 02 20:45:40.569 INFO O| Jul 02 20:45:40.569 INFO STEP 170 (remove_files) COMPLETE
107202026-07-02T20:45:41.248Z[ host-image] Jul 02 20:45:40.569 INFO O| Jul 02 20:45:40.569 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-07-02T20:45:41.251Z[ host-image] Jul 02 20:45:40.575 INFO O| Jul 02 20:45:40.575 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107222026-07-02T20:45:41.251Z[ host-image] Jul 02 20:45:40.575 INFO O| Jul 02 20:45:40.575 INFO STEP 171 (remove_files) COMPLETE
107232026-07-02T20:45:41.251Z[ host-image] Jul 02 20:45:40.575 INFO O| Jul 02 20:45:40.575 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107242026-07-02T20:45:41.257Z[ host-image] Jul 02 20:45:40.581 INFO O| Jul 02 20:45:40.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107252026-07-02T20:45:41.257Z[ host-image] Jul 02 20:45:40.581 INFO O| Jul 02 20:45:40.581 INFO STEP 172 (remove_files) COMPLETE
107262026-07-02T20:45:41.257Z[ host-image] Jul 02 20:45:40.581 INFO O| Jul 02 20:45:40.581 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107272026-07-02T20:45:41.263Z[ host-image] Jul 02 20:45:40.588 INFO O| Jul 02 20:45:40.588 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107282026-07-02T20:45:41.263Z[ host-image] Jul 02 20:45:40.588 INFO O| Jul 02 20:45:40.588 INFO STEP 173 (remove_files) COMPLETE
107292026-07-02T20:45:41.266Z[ host-image] Jul 02 20:45:40.588 INFO O| Jul 02 20:45:40.588 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107302026-07-02T20:45:41.270Z[ host-image] Jul 02 20:45:40.594 INFO O| Jul 02 20:45:40.594 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107312026-07-02T20:45:41.270Z[ host-image] Jul 02 20:45:40.594 INFO O| Jul 02 20:45:40.594 INFO STEP 174 (remove_files) COMPLETE
107322026-07-02T20:45:41.270Z[ host-image] Jul 02 20:45:40.594 INFO O| Jul 02 20:45:40.594 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107332026-07-02T20:45:41.275Z[ host-image] Jul 02 20:45:40.600 INFO O| Jul 02 20:45:40.600 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107342026-07-02T20:45:41.278Z[ host-image] Jul 02 20:45:40.600 INFO O| Jul 02 20:45:40.600 INFO STEP 175 (remove_files) COMPLETE
107352026-07-02T20:45:41.278Z[ host-image] Jul 02 20:45:40.600 INFO O| Jul 02 20:45:40.600 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107362026-07-02T20:45:41.283Z[ host-image] Jul 02 20:45:40.608 INFO O| Jul 02 20:45:40.608 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107372026-07-02T20:45:41.283Z[ host-image] Jul 02 20:45:40.608 INFO O| Jul 02 20:45:40.608 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_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"}
107382026-07-02T20:45:45.894Z[ host-image] Jul 02 20:45:45.218 INFO O| Jul 02 20:45:45.217 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
107392026-07-02T20:45:45.894Z[ host-image] Jul 02 20:45:45.218 INFO O| Jul 02 20:45:45.218 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107402026-07-02T20:45:45.905Z[ host-image] Jul 02 20:45:45.229 INFO O| Jul 02 20:45:45.229 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107412026-07-02T20:45:46.003Z[ host-image] Jul 02 20:45:45.326 INFO O| Jul 02 20:45:45.326 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107422026-07-02T20:45:46.058Z[ host-image] Jul 02 20:45:45.382 INFO O| Jul 02 20:45:45.382 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"}
107432026-07-02T20:45:46.122Z[ host-image] Jul 02 20:45:45.446 INFO O| Jul 02 20:45:45.446 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107442026-07-02T20:45:46.122Z[ host-image] Jul 02 20:45:45.446 INFO O| Jul 02 20:45:45.446 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107452026-07-02T20:45:46.201Z[ host-image] Jul 02 20:45:45.525 INFO O| Jul 02 20:45:45.525 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107462026-07-02T20:45:46.201Z[ host-image] Jul 02 20:45:45.525 INFO O| Jul 02 20:45:45.525 INFO ok!
107472026-07-02T20:45:46.201Z[ host-image] Jul 02 20:45:45.525 INFO O| Jul 02 20:45:45.525 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107482026-07-02T20:45:46.204Z[ host-image] Jul 02 20:45:45.525 INFO O| Jul 02 20:45:45.525 INFO STEP 176 (seed_smf) COMPLETE
107492026-07-02T20:45:46.204Z[ host-image] Jul 02 20:45:45.525 INFO O| Jul 02 20:45:45.525 INFO steps complete; finalising image!
107502026-07-02T20:45:46.204Z[ host-image] Jul 02 20:45:45.525 INFO O| Jul 02 20:45:45.525 INFO TRIM POOL: TEMPORARY-sled-zfs
107512026-07-02T20:45:46.229Z[ host-image] Jul 02 20:45:45.553 INFO O| Jul 02 20:45:45.553 INFO trim TEMPORARY-sled-zfs: (72% trimmed, started at Thu Jul 2 20:45:45 2026)
107522026-07-02T20:45:46.444Z[ host-image] Jul 02 20:45:45.768 INFO O| Jul 02 20:45:45.768 INFO temporary pool has 849M used, 47.4M avail, 1.82x compressratio
107532026-07-02T20:45:46.444Z[ host-image] Jul 02 20:45:45.768 INFO O| Jul 02 20:45:45.768 INFO EXPORT POOL: TEMPORARY-sled-zfs
107542026-07-02T20:45:46.866Z[ host-image] Jul 02 20:45:46.189 INFO O| Jul 02 20:45:46.189 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107552026-07-02T20:45:46.866Z[ host-image] Jul 02 20:45:46.189 INFO O| Jul 02 20:45:46.189 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107562026-07-02T20:45:47.500Z[ recovery-image] Jul 02 20:45:46.824 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)
107572026-07-02T20:45:47.535Z[ host-image] Jul 02 20:45:46.859 INFO O| Jul 02 20:45:46.859 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107582026-07-02T20:45:47.535Z[ host-image] Jul 02 20:45:46.859 INFO O| Jul 02 20:45:46.859 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107592026-07-02T20:45:47.538Z[ host-image] Jul 02 20:45:46.859 INFO O| Jul 02 20:45:46.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107602026-07-02T20:45:47.538Z[ host-image] Jul 02 20:45:46.859 INFO O| Jul 02 20:45:46.859 INFO completed processing sled/zfs
107612026-07-02T20:45:47.539Z[ host-image] Jul 02 20:45:46.859 INFO O| Jul 02 20:45:46.859 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107622026-07-02T20:45:49.558Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling bitflags v1.3.2
107632026-07-02T20:45:49.558Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling plain v0.2.3
107642026-07-02T20:45:49.558Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling scroll v0.13.0
107652026-07-02T20:45:49.561Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling log v0.4.32
107662026-07-02T20:45:49.561Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling bitflags v2.13.0
107672026-07-02T20:45:49.561Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling adler2 v2.0.1
107682026-07-02T20:45:49.561Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling bit_field v0.10.3
107692026-07-02T20:45:49.562Z[ recovery-image] Jul 02 20:45:48.882 INFO E| Compiling static_assertions v1.1.0
107702026-07-02T20:45:49.565Z[ recovery-image] Jul 02 20:45:48.887 INFO E| Compiling bitstruct v0.1.1
107712026-07-02T20:45:49.619Z[ recovery-image] Jul 02 20:45:48.941 INFO E| Compiling raw-cpuid v10.7.0
107722026-07-02T20:45:49.655Z[ recovery-image] Jul 02 20:45:48.979 INFO E| Compiling miniz_oxide v0.9.1
107732026-07-02T20:45:49.728Z[ recovery-image] Jul 02 20:45:49.052 INFO E| Compiling cpio_reader v0.1.2
107742026-07-02T20:45:49.784Z[ recovery-image] Jul 02 20:45:49.108 INFO E| Compiling goblin v0.10.7
107752026-07-02T20:45:52.594Z[ recovery-image] Jul 02 20:45:51.918 INFO E| Finished `release` profile [optimized] target(s) in 19.90s
107762026-07-02T20:45:52.613Z[ recovery-image] Jul 02 20:45:51.937 INFO building ROM for gimlet
107772026-07-02T20:45:52.613Z[ recovery-image] Jul 02 20:45:51.937 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")
107782026-07-02T20:45:52.688Z[ recovery-image] Jul 02 20:45:52.012 INFO E| Downloading crates ...
107792026-07-02T20:45:52.739Z[ recovery-image] Jul 02 20:45:52.063 INFO E| Downloaded anstream v0.6.18
107802026-07-02T20:45:52.743Z[ recovery-image] Jul 02 20:45:52.065 INFO E| Downloaded colorchoice v1.0.3
107812026-07-02T20:45:52.746Z[ recovery-image] Jul 02 20:45:52.068 INFO E| Downloaded clap_lex v0.7.4
107822026-07-02T20:45:52.746Z[ recovery-image] Jul 02 20:45:52.069 INFO E| Downloaded anstyle-query v1.1.2
107832026-07-02T20:45:52.756Z[ recovery-image] Jul 02 20:45:52.080 INFO E| Downloaded is_terminal_polyfill v1.70.1
107842026-07-02T20:45:52.759Z[ recovery-image] Jul 02 20:45:52.080 INFO E| Downloaded anstyle v1.0.10
107852026-07-02T20:45:52.762Z[ recovery-image] Jul 02 20:45:52.084 INFO E| Downloaded serde_spanned v0.6.8
107862026-07-02T20:45:52.763Z[ recovery-image] Jul 02 20:45:52.085 INFO E| Downloaded os_pipe v1.2.1
107872026-07-02T20:45:52.763Z[ recovery-image] Jul 02 20:45:52.086 INFO E| Downloaded shared_child v1.0.1
107882026-07-02T20:45:52.763Z[ recovery-image] Jul 02 20:45:52.086 INFO E| Downloaded anstyle-parse v0.2.6
107892026-07-02T20:45:52.766Z[ recovery-image] Jul 02 20:45:52.088 INFO E| Downloaded toml_datetime v0.6.9
107902026-07-02T20:45:52.769Z[ recovery-image] Jul 02 20:45:52.092 INFO E| Downloaded toml_write v0.1.1
107912026-07-02T20:45:52.775Z[ recovery-image] Jul 02 20:45:52.099 INFO E| Downloaded duct v0.13.7
107922026-07-02T20:45:52.778Z[ recovery-image] Jul 02 20:45:52.102 INFO E| Downloaded clap_derive v4.5.32
107932026-07-02T20:45:52.784Z[ recovery-image] Jul 02 20:45:52.108 INFO E| Downloaded clap v4.5.37
107942026-07-02T20:45:52.789Z[ recovery-image] Jul 02 20:45:52.113 INFO E| Downloaded toml v0.8.22
107952026-07-02T20:45:52.809Z[ recovery-image] Jul 02 20:45:52.133 INFO E| Downloaded toml_edit v0.22.26
107962026-07-02T20:45:52.828Z[ recovery-image] Jul 02 20:45:52.152 INFO E| Downloaded winnow v0.7.7
107972026-07-02T20:45:52.833Z[ recovery-image] Jul 02 20:45:52.157 INFO E| Downloaded clap_builder v4.5.37
107982026-07-02T20:45:52.836Z[ recovery-image] Jul 02 20:45:52.161 INFO E| Downloaded cc v1.2.20
107992026-07-02T20:45:52.848Z[ recovery-image] Jul 02 20:45:52.172 INFO E| Compiling libc v0.2.172
108002026-07-02T20:45:52.848Z[ recovery-image] Jul 02 20:45:52.172 INFO E| Compiling utf8parse v0.2.2
108012026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.172 INFO E| Compiling hashbrown v0.15.2
108022026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.172 INFO E| Compiling anstyle v1.0.10
108032026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.172 INFO E| Compiling equivalent v1.0.2
108042026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.172 INFO E| Compiling shlex v1.3.0
108052026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.173 INFO E| Compiling anstyle-query v1.1.2
108062026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.173 INFO E| Compiling once_cell v1.21.3
108072026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.173 INFO E| Compiling colorchoice v1.0.3
108082026-07-02T20:45:52.852Z[ recovery-image] Jul 02 20:45:52.173 INFO E| Compiling is_terminal_polyfill v1.70.1
108092026-07-02T20:45:52.868Z[ recovery-image] Jul 02 20:45:52.190 INFO E| Compiling anyhow v1.0.98
108102026-07-02T20:45:52.871Z[ recovery-image] Jul 02 20:45:52.190 INFO E| Compiling toml_write v0.1.1
108112026-07-02T20:45:52.871Z[ recovery-image] Jul 02 20:45:52.191 INFO E| Compiling winnow v0.7.7
108122026-07-02T20:45:52.878Z[ recovery-image] Jul 02 20:45:52.202 INFO E| Compiling strsim v0.11.1
108132026-07-02T20:45:52.882Z[ recovery-image] Jul 02 20:45:52.206 INFO E| Compiling clap_lex v0.7.4
108142026-07-02T20:45:52.885Z[ recovery-image] Jul 02 20:45:52.206 INFO E| Compiling syn v2.0.101
108152026-07-02T20:45:52.967Z[ recovery-image] Jul 02 20:45:52.291 INFO E| Compiling anstyle-parse v0.2.6
108162026-07-02T20:45:53.029Z[ recovery-image] Jul 02 20:45:52.353 INFO E| Compiling cc v1.2.20
108172026-07-02T20:45:53.127Z[ recovery-image] Jul 02 20:45:52.451 INFO E| Compiling anstream v0.6.18
108182026-07-02T20:45:53.326Z[ recovery-image] Jul 02 20:45:52.649 INFO E| Compiling clap_builder v4.5.37
108192026-07-02T20:45:53.329Z[ recovery-image] Jul 02 20:45:52.653 INFO E| Compiling indexmap v2.9.0
108202026-07-02T20:45:53.501Z[ recovery-image] Jul 02 20:45:52.825 INFO E| Compiling os_pipe v1.2.1
108212026-07-02T20:45:53.501Z[ recovery-image] Jul 02 20:45:52.825 INFO E| Compiling shared_child v1.0.1
108222026-07-02T20:45:53.612Z[ recovery-image] Jul 02 20:45:52.936 INFO E| Compiling duct v0.13.7
108232026-07-02T20:45:54.044Z[ recovery-image] Jul 02 20:45:53.368 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108242026-07-02T20:45:54.919Z[ recovery-image] Jul 02 20:45:54.241 INFO E| Compiling serde_derive v1.0.219
108252026-07-02T20:45:54.919Z[ recovery-image] Jul 02 20:45:54.241 INFO E| Compiling clap_derive v4.5.32
108262026-07-02T20:45:56.157Z[ recovery-image] Jul 02 20:45:55.481 INFO E| Compiling clap v4.5.37
108272026-07-02T20:45:56.737Z[ recovery-image] Jul 02 20:45:56.060 INFO E| Compiling serde v1.0.219
108282026-07-02T20:45:58.373Z[ recovery-image] Jul 02 20:45:57.697 INFO E| Compiling serde_spanned v0.6.8
108292026-07-02T20:45:58.373Z[ recovery-image] Jul 02 20:45:57.697 INFO E| Compiling toml_datetime v0.6.9
108302026-07-02T20:45:58.525Z[ recovery-image] Jul 02 20:45:57.849 INFO E| Compiling toml_edit v0.22.26
108312026-07-02T20:45:59.682Z[ recovery-image] Jul 02 20:45:59.006 INFO E| Compiling toml v0.8.22
108322026-07-02T20:46:00.787Z[ host-image] Jul 02 20:46:00.111 INFO O| Jul 02 20:46:00.111 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108332026-07-02T20:46:00.881Z[ host-image] Jul 02 20:46:00.205 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
108342026-07-02T20:46:00.881Z[ host-image] Jul 02 20:46:00.205 INFO expanded image name: "ci 34efdd2/${os_short_commit} 2026-07-02 20:28" -> "ci 34efdd2/9b09742 2026-07-02 20:28"
108352026-07-02T20:46:00.885Z[ host-image] Jul 02 20:46:00.206 INFO output artefacts stored in: "/work/os-host"
108362026-07-02T20:46:00.885Z[ host-image] Jul 02 20:46:00.206 INFO collecting git info from project "pilot"...
108372026-07-02T20:46:00.888Z[ host-image] Jul 02 20:46:00.212 INFO collecting git info from project "amd-firmware"...
108382026-07-02T20:46:00.899Z[ host-image] Jul 02 20:46:00.223 INFO collecting git info from project "amd-host-image-builder"...
108392026-07-02T20:46:00.904Z[ host-image] Jul 02 20:46:00.228 INFO collecting git info from project "bootserver"...
108402026-07-02T20:46:00.907Z[ host-image] Jul 02 20:46:00.232 INFO collecting git info from project "pinprick"...
108412026-07-02T20:46:00.912Z[ host-image] Jul 02 20:46:00.236 INFO collecting git info from project "chelsio-t6-roms"...
108422026-07-02T20:46:00.915Z[ host-image] Jul 02 20:46:00.240 INFO collecting git info from project "phbl"...
108432026-07-02T20:46:00.919Z[ host-image] Jul 02 20:46:00.244 INFO collecting git info from project "dmar-report"...
108442026-07-02T20:46:00.923Z[ host-image] Jul 02 20:46:00.248 INFO collecting git info from project "image-builder"...
108452026-07-02T20:46:00.927Z[ host-image] Jul 02 20:46:00.251 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108462026-07-02T20:46:01.226Z[ host-image] Jul 02 20:46:00.550 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108472026-07-02T20:46:01.509Z[ host-image] Jul 02 20:46:00.832 INFO creating Oxide boot image...
108482026-07-02T20:46:01.509Z[ host-image] Jul 02 20:46:00.833 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 34efdd2/9b09742 2026-07-02 20:28", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108492026-07-02T20:46:01.707Z[ recovery-image] Jul 02 20:46:01.031 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
108502026-07-02T20:46:01.718Z[ recovery-image] Jul 02 20:46:01.043 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`
108512026-07-02T20:46:01.730Z[ recovery-image] Jul 02 20:46:01.054 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108522026-07-02T20:46:01.801Z[ recovery-image] Jul 02 20:46:01.125 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108532026-07-02T20:46:01.805Z[ recovery-image] Jul 02 20:46:01.128 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`
108542026-07-02T20:46:01.934Z[ recovery-image] Jul 02 20:46:01.257 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108552026-07-02T20:46:01.934Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108562026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108572026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108582026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108592026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108602026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108612026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108622026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108632026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108642026-07-02T20:46:01.937Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108652026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108662026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108672026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108682026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108692026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO O| Info: ABL version: 0x100f5010
108702026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108712026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108722026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108732026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108742026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.258 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108752026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108762026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108772026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108782026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108792026-07-02T20:46:01.939Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108802026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108812026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108822026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108832026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108842026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108852026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108862026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108872026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108882026-07-02T20:46:01.940Z[ recovery-image] Jul 02 20:46:01.259 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108892026-07-02T20:46:01.971Z[ recovery-image] Jul 02 20:46:01.295 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108902026-07-02T20:46:01.971Z[ recovery-image] Jul 02 20:46:01.295 INFO building ROM for cosmo
108912026-07-02T20:46:01.974Z[ recovery-image] Jul 02 20:46:01.295 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")
108922026-07-02T20:46:02.068Z[ recovery-image] Jul 02 20:46:01.392 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108932026-07-02T20:46:02.071Z[ recovery-image] Jul 02 20:46:01.394 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`
108942026-07-02T20:46:02.082Z[ recovery-image] Jul 02 20:46:01.406 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108952026-07-02T20:46:02.147Z[ recovery-image] Jul 02 20:46:01.472 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108962026-07-02T20:46:02.150Z[ recovery-image] Jul 02 20:46:01.475 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`
108972026-07-02T20:46:02.200Z[ host-image] Jul 02 20:46:01.524 INFO O| ok, image written!
108982026-07-02T20:46:02.200Z[ host-image] Jul 02 20:46:01.524 INFO O| ok, boot_image_csum file written!
108992026-07-02T20:46:02.203Z[ host-image] Jul 02 20:46:01.526 INFO creating boot archive (CPIO)...
109002026-07-02T20:46:02.203Z[ host-image] Jul 02 20:46:01.526 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
109012026-07-02T20:46:02.206Z[ host-image] Jul 02 20:46:01.530 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109022026-07-02T20:46:02.206Z[ host-image] Jul 02 20:46:01.530 INFO E| + outfile=/work/os-host/cpio
109032026-07-02T20:46:02.206Z[ host-image] Jul 02 20:46:01.530 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109042026-07-02T20:46:02.209Z[ host-image] Jul 02 20:46:01.532 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109052026-07-02T20:46:02.209Z[ host-image] Jul 02 20:46:01.532 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109062026-07-02T20:46:02.233Z[ host-image] Jul 02 20:46:01.557 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109072026-07-02T20:46:02.236Z[ host-image] Jul 02 20:46:01.558 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109082026-07-02T20:46:02.240Z[ host-image] Jul 02 20:46:01.563 INFO creating compressed cpio/unix for dev loaders...
109092026-07-02T20:46:02.240Z[ host-image] Jul 02 20:46:01.563 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
109102026-07-02T20:46:02.362Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109112026-07-02T20:46:02.362Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109122026-07-02T20:46:02.362Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109132026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109142026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109152026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109162026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109172026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109182026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109192026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109202026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109212026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109222026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109232026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109242026-07-02T20:46:02.366Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109252026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109262026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109272026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.686 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109282026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109292026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109302026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109312026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109322026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109332026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109342026-07-02T20:46:02.367Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109352026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109362026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109372026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109382026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109392026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109402026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109412026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109422026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109432026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109442026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109452026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109462026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109472026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109482026-07-02T20:46:02.368Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109492026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109502026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109512026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109522026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109532026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109542026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109552026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109562026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109572026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109582026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109592026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109602026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109612026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109622026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.687 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109632026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.688 INFO O| Info: ABL version: 0x100af010
109642026-07-02T20:46:02.369Z[ recovery-image] Jul 02 20:46:01.688 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109652026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109662026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109672026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109682026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109692026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109702026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109712026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109722026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109732026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109742026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109752026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109762026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109772026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109782026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109792026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109802026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109812026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109822026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109832026-07-02T20:46:02.370Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109842026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109852026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109862026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109872026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109882026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109892026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109902026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109912026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109922026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.688 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109932026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109942026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109952026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109962026-07-02T20:46:02.371Z[ recovery-image] Jul 02 20:46:01.689 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109972026-07-02T20:46:02.397Z[ recovery-image] Jul 02 20:46:01.721 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109982026-07-02T20:46:02.397Z[ recovery-image] Jul 02 20:46:01.721 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109992026-07-02T20:46:02.464Z[ host-image] Jul 02 20:46:01.788 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
110002026-07-02T20:46:03.614Z[ recovery-image] Jul 02 20:46:02.937 INFO image complete! materials are in "/work/os-recovery"
110012026-07-02T20:46:03.617Z[ recovery-image]
110022026-07-02T20:46:03.617Z[ recovery-image] real 3:57.770731374
110032026-07-02T20:46:03.617Z[ recovery-image] user 2:29.876434860
110042026-07-02T20:46:03.617Z[ recovery-image] sys 35.330313989
110052026-07-02T20:46:03.617Z[ recovery-image] trap 0.078925213
110062026-07-02T20:46:03.617Z[ recovery-image] tflt 0.663914780
110072026-07-02T20:46:03.617Z[ recovery-image] dflt 0.838815194
110082026-07-02T20:46:03.617Z[ recovery-image] kflt 0.000165068
110092026-07-02T20:46:03.617Z[ recovery-image] lock 8:31.670134401
110102026-07-02T20:46:03.617Z[ recovery-image] slp 23:00.904642291
110112026-07-02T20:46:03.617Z[ recovery-image] lat 30.060640523
110122026-07-02T20:46:03.617Z[ recovery-image] stop 9.406618802
110132026-07-02T20:46:03.620ZJul 02 20:46:02.941 INFO [recovery-image] process exited with exit status: 0 (237.775582814s)
110142026-07-02T20:46:03.620ZJul 02 20:46:02.941 INFO [tuf-v2-recovery] running task
110152026-07-02T20:46:03.620ZJul 02 20:46:02.942 INFO [tuf-v2-recovery] task succeeded (1.14689ms)
110162026-07-02T20:46:05.695Z[ host-image] Jul 02 20:46:05.019 INFO creating reset image...
110172026-07-02T20:46:05.696Z[ host-image] Jul 02 20:46:05.019 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")
110182026-07-02T20:46:05.758Z[ host-image] Jul 02 20:46:05.082 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
110192026-07-02T20:46:05.761Z[ host-image] Jul 02 20:46:05.083 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110202026-07-02T20:46:05.978Z[ host-image] Jul 02 20:46:05.302 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)
110212026-07-02T20:46:05.978Z[ host-image] Jul 02 20:46:05.302 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)
110222026-07-02T20:46:05.978Z[ host-image] Jul 02 20:46:05.302 INFO E| Compiling proc-macro2 v1.0.106
110232026-07-02T20:46:05.981Z[ host-image] Jul 02 20:46:05.302 INFO E| Compiling unicode-ident v1.0.24
110242026-07-02T20:46:05.981Z[ host-image] Jul 02 20:46:05.302 INFO E| Compiling quote v1.0.45
110252026-07-02T20:46:05.981Z[ host-image] Jul 02 20:46:05.302 INFO E| Compiling syn v1.0.109
110262026-07-02T20:46:05.981Z[ host-image] Jul 02 20:46:05.302 INFO E| Compiling x86 v0.52.0
110272026-07-02T20:46:05.981Z[ host-image] Jul 02 20:46:05.302 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110282026-07-02T20:46:05.981Z[ host-image] Jul 02 20:46:05.302 INFO E| Compiling seq-macro v0.3.6
110292026-07-02T20:46:06.889Z[ host-image] Jul 02 20:46:06.213 INFO E| Compiling syn v2.0.117
110302026-07-02T20:46:08.166Z[ host-image] Jul 02 20:46:07.490 INFO E| Compiling scroll_derive v0.13.1
110312026-07-02T20:46:09.213Z[ host-image] Jul 02 20:46:08.537 INFO E| Compiling bitstruct_derive v0.1.0
110322026-07-02T20:46:18.273Z[ host-image] Jul 02 20:46:17.597 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)
110332026-07-02T20:46:20.352Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling bitflags v1.3.2
110342026-07-02T20:46:20.352Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling bit_field v0.10.3
110352026-07-02T20:46:20.355Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling log v0.4.32
110362026-07-02T20:46:20.356Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling bitflags v2.13.0
110372026-07-02T20:46:20.356Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling plain v0.2.3
110382026-07-02T20:46:20.356Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling adler2 v2.0.1
110392026-07-02T20:46:20.356Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling scroll v0.13.0
110402026-07-02T20:46:20.356Z[ host-image] Jul 02 20:46:19.676 INFO E| Compiling static_assertions v1.1.0
110412026-07-02T20:46:20.356Z[ host-image] Jul 02 20:46:19.677 INFO E| Compiling bitstruct v0.1.1
110422026-07-02T20:46:20.402Z[ host-image] Jul 02 20:46:19.726 INFO E| Compiling raw-cpuid v10.7.0
110432026-07-02T20:46:20.439Z[ host-image] Jul 02 20:46:19.763 INFO E| Compiling miniz_oxide v0.9.1
110442026-07-02T20:46:20.521Z[ host-image] Jul 02 20:46:19.845 INFO E| Compiling cpio_reader v0.1.2
110452026-07-02T20:46:20.566Z[ host-image] Jul 02 20:46:19.890 INFO E| Compiling goblin v0.10.7
110462026-07-02T20:46:23.352Z[ host-image] Jul 02 20:46:22.676 INFO E| Finished `release` profile [optimized] target(s) in 17.58s
110472026-07-02T20:46:23.365Z[ host-image] Jul 02 20:46:22.688 INFO building ROM for cosmo
110482026-07-02T20:46:23.365Z[ host-image] Jul 02 20:46:22.688 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")
110492026-07-02T20:46:23.447Z[ host-image] Jul 02 20:46:22.771 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110502026-07-02T20:46:23.450Z[ host-image] Jul 02 20:46:22.773 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`
110512026-07-02T20:46:23.458Z[ host-image] Jul 02 20:46:22.782 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110522026-07-02T20:46:23.521Z[ host-image] Jul 02 20:46:22.845 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110532026-07-02T20:46:23.524Z[ host-image] Jul 02 20:46:22.848 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`
110542026-07-02T20:46:23.732Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110552026-07-02T20:46:23.732Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110562026-07-02T20:46:23.732Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110572026-07-02T20:46:23.732Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110582026-07-02T20:46:23.732Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110592026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110602026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110612026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110622026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110632026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110642026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110652026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110662026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110672026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110682026-07-02T20:46:23.736Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110692026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110702026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110712026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110722026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110732026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110742026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110752026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110762026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110772026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110782026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110792026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110802026-07-02T20:46:23.737Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110812026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110822026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110832026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110842026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110852026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110862026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110872026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110882026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110892026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110902026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110912026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110922026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110932026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110942026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110952026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110962026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110972026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110982026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110992026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111002026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111012026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111022026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111032026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111042026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111052026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111062026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111072026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO O| Info: ABL version: 0x100af010
111082026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111092026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111102026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111112026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111122026-07-02T20:46:23.738Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111132026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111142026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111152026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111162026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111172026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111182026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111192026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111202026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111212026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111222026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111232026-07-02T20:46:23.739Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111242026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111252026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111262026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111272026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111282026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111292026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111302026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111312026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111322026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111332026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111342026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111352026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111362026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111372026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111382026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111392026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111402026-07-02T20:46:23.740Z[ host-image] Jul 02 20:46:23.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111412026-07-02T20:46:23.761Z[ host-image] Jul 02 20:46:23.085 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111422026-07-02T20:46:23.761Z[ host-image] Jul 02 20:46:23.085 INFO building ROM for gimlet
111432026-07-02T20:46:23.761Z[ host-image] Jul 02 20:46:23.085 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")
111442026-07-02T20:46:23.843Z[ host-image] Jul 02 20:46:23.167 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111452026-07-02T20:46:23.847Z[ host-image] Jul 02 20:46:23.170 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`
111462026-07-02T20:46:23.856Z[ host-image] Jul 02 20:46:23.180 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111472026-07-02T20:46:23.925Z[ host-image] Jul 02 20:46:23.249 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111482026-07-02T20:46:23.929Z[ host-image] Jul 02 20:46:23.253 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`
111492026-07-02T20:46:24.042Z[ host-image] Jul 02 20:46:23.366 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111502026-07-02T20:46:24.043Z[ host-image] Jul 02 20:46:23.366 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111512026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111522026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111532026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111542026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111552026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111562026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111572026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111582026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111592026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111602026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111612026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111622026-07-02T20:46:24.046Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111632026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111642026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO O| Info: ABL version: 0x100f5010
111652026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111662026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111672026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111682026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111692026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111702026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111712026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111722026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111732026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111742026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111752026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111762026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.367 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111772026-07-02T20:46:24.047Z[ host-image] Jul 02 20:46:23.368 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111782026-07-02T20:46:24.048Z[ host-image] Jul 02 20:46:23.368 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111792026-07-02T20:46:24.048Z[ host-image] Jul 02 20:46:23.368 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111802026-07-02T20:46:24.048Z[ host-image] Jul 02 20:46:23.368 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111812026-07-02T20:46:24.048Z[ host-image] Jul 02 20:46:23.368 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111822026-07-02T20:46:24.048Z[ host-image] Jul 02 20:46:23.368 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111832026-07-02T20:46:24.048Z[ host-image] Jul 02 20:46:23.368 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111842026-07-02T20:46:24.078Z[ host-image] Jul 02 20:46:23.402 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111852026-07-02T20:46:24.078Z[ host-image] Jul 02 20:46:23.402 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111862026-07-02T20:46:33.768Z[ host-image] Jul 02 20:46:33.092 INFO image complete! materials are in "/work/os-host"
111872026-07-02T20:46:33.772Z[ host-image]
111882026-07-02T20:46:33.772Z[ host-image] real 4:57.442447735
111892026-07-02T20:46:33.772Z[ host-image] user 2:29.088968143
111902026-07-02T20:46:33.772Z[ host-image] sys 33.679459402
111912026-07-02T20:46:33.772Z[ host-image] trap 0.058433083
111922026-07-02T20:46:33.772Z[ host-image] tflt 0.310109243
111932026-07-02T20:46:33.772Z[ host-image] dflt 0.164440561
111942026-07-02T20:46:33.772Z[ host-image] kflt 0.000058992
111952026-07-02T20:46:33.772Z[ host-image] lock 6:08.132099780
111962026-07-02T20:46:33.772Z[ host-image] slp 28:41.504268903
111972026-07-02T20:46:33.772Z[ host-image] lat 20.457388215
111982026-07-02T20:46:33.772Z[ host-image] stop 1.605265732
111992026-07-02T20:46:33.775ZJul 02 20:46:33.096 INFO [host-image] process exited with exit status: 0 (297.448066895s)
112002026-07-02T20:46:33.775ZJul 02 20:46:33.096 INFO [tuf-v2-host] running task
112012026-07-02T20:46:33.775ZJul 02 20:46:33.096 INFO [tuf-repo] running task
112022026-07-02T20:46:33.775ZJul 02 20:46:33.097 INFO [tuf-v2-host] task succeeded (506.78µs)
112032026-07-02T20:46:33.775ZJul 02 20:46:33.097 INFO [tuf-v2-repo] running task
112042026-07-02T20:46:52.975ZJul 02 20:46:52.298 INFO assembling repository in `/tmp/tufaceousAmL0CT`, component: OmicronRepoAssembler
112052026-07-02T20:46:53.462ZJul 02 20:46:52.786 INFO [tuf-v2-repo] task succeeded (19.688942231s)
112062026-07-02T20:47:00.846ZJul 02 20:47:00.169 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
112072026-07-02T20:47:01.070ZJul 02 20:47:00.394 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
112082026-07-02T20:47:03.159ZJul 02 20:47:02.483 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a"
112092026-07-02T20:47:03.215ZJul 02 20:47:02.539 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b"
112102026-07-02T20:47:03.264ZJul 02 20:47:02.588 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b"
112112026-07-02T20:47:03.314ZJul 02 20:47:02.638 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c"
112122026-07-02T20:47:03.364ZJul 02 20:47:02.688 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d"
112132026-07-02T20:47:03.412ZJul 02 20:47:02.736 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e"
112142026-07-02T20:47:03.461ZJul 02 20:47:02.785 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f"
112152026-07-02T20:47:13.126ZJul 02 20:47:12.450 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
112162026-07-02T20:47:13.132ZJul 02 20:47:12.456 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
112172026-07-02T20:47:13.154ZJul 02 20:47:12.478 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
112182026-07-02T20:47:13.207ZJul 02 20:47:12.531 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b"
112192026-07-02T20:47:13.258ZJul 02 20:47:12.582 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c"
112202026-07-02T20:47:13.311ZJul 02 20:47:12.633 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d"
112212026-07-02T20:47:13.371ZJul 02 20:47:12.695 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
112222026-07-02T20:47:13.377ZJul 02 20:47:12.701 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
112232026-07-02T20:47:13.407ZJul 02 20:47:12.724 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
112242026-07-02T20:47:14.717ZJul 02 20:47:14.041 INFO extracting uploaded archive to /tmp/.tmpF8itCG
112252026-07-02T20:47:16.552ZJul 02 20:47:15.875 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.M08joC
112262026-07-02T20:47:16.614ZJul 02 20:47:15.935 INFO added artifact, length: 6688375, hash: d79c0fabd0ae8b9ac214cbf1ab9ab7ca35624c3a237f54b7f5570a61f1201435, version: 1.75.0, kind: gimlet_sp, name: cosmo-a
112272026-07-02T20:47:16.689ZJul 02 20:47:16.013 INFO added artifact, length: 6689817, hash: a013fb3249e70ca00ad127747d323871f219545221a7fd6451399bd3b28c1012, version: 1.75.0, kind: gimlet_sp, name: cosmo-b
112282026-07-02T20:47:16.780ZJul 02 20:47:16.103 INFO added artifact, length: 5483194, hash: 5ca4198fdede424ae2f75bf2720525924b12b1a119ccd9dafb0904fac65548d4, version: 1.75.0, kind: gimlet_sp, name: gimlet-b
112292026-07-02T20:47:16.855ZJul 02 20:47:16.178 INFO added artifact, length: 5486075, hash: 66a6498252f5e75d75a04f79dbe6af9485b770628ff5615b7614866b1c55cf66, version: 1.75.0, kind: gimlet_sp, name: gimlet-c
112302026-07-02T20:47:16.935ZJul 02 20:47:16.259 INFO added artifact, length: 5466043, hash: aa750d1e04bdf114b4981e324712e0a8c4f6acd2b587fd028bc3bc82f46cb0e2, version: 1.75.0, kind: gimlet_sp, name: gimlet-d
112312026-07-02T20:47:17.018ZJul 02 20:47:16.342 INFO added artifact, length: 5465819, hash: 29e2f7c64e83cdadf404bd5570be553a9600aaa187ff231d4dd7d6c03967d16c, version: 1.75.0, kind: gimlet_sp, name: gimlet-e
112322026-07-02T20:47:17.100ZJul 02 20:47:16.422 INFO added artifact, length: 5465843, hash: 6cf303db2c8318157e9efe65a06e98b21ba28b47f913717b4ba7bb4431192357, version: 1.75.0, kind: gimlet_sp, name: gimlet-f
112332026-07-02T20:47:17.181ZJul 02 20:47:16.505 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112342026-07-02T20:47:17.181ZJul 02 20:47:16.505 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112352026-07-02T20:47:17.227ZJul 02 20:47:16.551 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112362026-07-02T20:47:17.230ZJul 02 20:47:16.551 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112372026-07-02T20:47:17.275ZJul 02 20:47:16.599 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112382026-07-02T20:47:17.275ZJul 02 20:47:16.599 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112392026-07-02T20:47:17.325ZJul 02 20:47:16.648 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112402026-07-02T20:47:17.325ZJul 02 20:47:16.649 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112412026-07-02T20:47:17.372ZJul 02 20:47:16.696 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112422026-07-02T20:47:17.372ZJul 02 20:47:16.696 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112432026-07-02T20:47:17.420ZJul 02 20:47:16.744 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112442026-07-02T20:47:17.422ZJul 02 20:47:16.744 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112452026-07-02T20:47:17.472ZJul 02 20:47:16.793 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112462026-07-02T20:47:17.476ZJul 02 20:47:16.793 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112472026-07-02T20:47:17.476ZJul 02 20:47:16.794 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112482026-07-02T20:47:17.476ZJul 02 20:47:16.794 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112492026-07-02T20:47:17.476ZJul 02 20:47:16.795 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112502026-07-02T20:47:17.476ZJul 02 20:47:16.795 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112512026-07-02T20:47:17.476ZJul 02 20:47:16.796 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112522026-07-02T20:47:22.963ZJul 02 20:47:22.287 INFO added artifact, length: 33554432, hash: c533e788b4b535dd84a561f3bdffbcc3d7fac24217d0f6e75957e085cfe44b4a, version: 21.0.0-0.ci+git34efdd2cc27, kind: gimlet_host_phase_1, name: host
112532026-07-02T20:47:22.963ZJul 02 20:47:22.287 INFO added artifact, length: 33554432, hash: fd0fafe74f4efd1de540fe30bc31726a571c2ca28fe7278f61ada24de555bb4b, version: 21.0.0-0.ci+git34efdd2cc27, kind: cosmo_host_phase_1, name: host
112542026-07-02T20:47:22.967ZJul 02 20:47:22.287 INFO added artifact, length: 1101008896, hash: 491d63e494d14366c4a4f0953303079edd4d1de97aa04d0e2ca68447de964399, version: 21.0.0-0.ci+git34efdd2cc27, kind: host_phase_2, name: host
112552026-07-02T20:47:24.015ZJul 02 20:47:23.338 INFO added artifact, length: 33554432, hash: c14206071d4d995531d116cac0481865106585eb0602a890205a7423df81c8df, version: 21.0.0-0.ci+git34efdd2cc27, kind: gimlet_trampoline_phase_1, name: trampoline
112562026-07-02T20:47:24.015ZJul 02 20:47:23.339 INFO added artifact, length: 33554432, hash: 6ac9c8b5c021d3e9e9b8831f85756f3fd42f7c2cca8298a7f776706c0f05bddc, version: 21.0.0-0.ci+git34efdd2cc27, kind: cosmo_trampoline_phase_1, name: trampoline
112572026-07-02T20:47:24.020ZJul 02 20:47:23.339 INFO added artifact, length: 164961131, hash: a47bd59286ca1d0cd84c17b73b35c35f388a313153393562ae4377a1de75f512, version: 21.0.0-0.ci+git34efdd2cc27, kind: trampoline_phase_2, name: trampoline
112582026-07-02T20:47:25.735ZJul 02 20:47:25.059 INFO added artifact, length: 304952379, hash: 983bb3dbac594548fbc27e600d103cd0115d2872b49ee15e3b4ccc7525a4cadb, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: clickhouse_keeper
112592026-07-02T20:47:27.506ZJul 02 20:47:26.829 INFO added artifact, length: 318806094, hash: 25dc93c1ba294542c336f99f7b99ca0fc6eda1c09bd42d1fbf8b2282d8424a76, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: clickhouse_server
112602026-07-02T20:47:29.324ZJul 02 20:47:28.647 INFO added artifact, length: 318808950, hash: 6a2863bcee9d65a31865b97cc5d4093f623b96fcfebfa5dd924c5ae332333712, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: clickhouse
112612026-07-02T20:47:30.233ZJul 02 20:47:29.548 INFO added artifact, length: 165610614, hash: 80e833cd06859aa1d6c5b82b581045d05575233109a4cd731b465b66bebc6516, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: cockroachdb
112622026-07-02T20:47:30.449ZJul 02 20:47:29.772 INFO added artifact, length: 40046004, hash: 0d3979a4be09a07ddfc04f6a79fa481adbc289a38120a01885d36dfbdf535c6e, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: crucible-pantry-zone
112632026-07-02T20:47:30.739ZJul 02 20:47:30.061 INFO added artifact, length: 55093957, hash: 8c5b20897d3a0dd267cc9115c0243b97035bfbdf5adaf8013ff82ebe4468d36f, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: crucible-zone
112642026-07-02T20:47:30.980ZJul 02 20:47:30.302 INFO added artifact, length: 47831677, hash: 2b5963e6c073e25aea1a2e0d78e54865fb66dcbd1ec859f8ea2a067ace44de28, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: external-dns
112652026-07-02T20:47:31.241ZJul 02 20:47:30.564 INFO added artifact, length: 47831274, hash: f8ef26f1891f05d1e9da3fa458f9376d28c95c1a955764130bec225d9438aa98, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: internal-dns
112662026-07-02T20:47:32.884ZJul 02 20:47:32.200 INFO added artifact, length: 281313596, hash: 7e8880e499182f7f7aee46dd8f98079675f61a9431d1f911c22427a7bf15a147, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: nexus
112672026-07-02T20:47:33.053ZJul 02 20:47:32.376 INFO added artifact, length: 30626505, hash: f3fc8fa13dc31d4ea4413f35ee6ef4d452a40aa4a309f637b0d1f38902cad512, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: ntp
112682026-07-02T20:47:33.386ZJul 02 20:47:32.709 INFO added artifact, length: 64041417, hash: 8dc1bc2df4d85abfc056b0b66138e0b57d7d47a2413897905b21f3aeb8cb6354, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: oximeter
112692026-07-02T20:47:33.403ZJul 02 20:47:32.727 INFO added artifact, length: 3109592, hash: 804b0ee1cba2084a3259c414a63ce05f1c4284c598f66a8c0ce4cd226a68b9c0, version: 21.0.0-0.ci+git34efdd2cc27, kind: zone, name: probe
112702026-07-02T20:47:33.406ZJul 02 20:47:32.727 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112712026-07-02T20:47:33.406ZJul 02 20:47:32.728 INFO added artifact, length: 829, hash: f34c1863c60e642825f77fcb32050991d12d2d96d2871e14258e60e87365bb8a, version: 1.75.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.75.0
112722026-07-02T20:47:33.406ZJul 02 20:47:32.728 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112732026-07-02T20:47:33.430ZJul 02 20:47:32.754 INFO added artifact, length: 4035283, hash: 6b6ba45835d82ae8d87e452a4727f7567ea20d20b4fa959a1d897aa4c216d1a9, version: 1.75.0, kind: psc_sp, name: observer-a
112742026-07-02T20:47:33.455ZJul 02 20:47:32.779 INFO added artifact, length: 4085411, hash: 3fc6bbceac84d5dc1cfe4f9109e574b8c151ae7c009e30c1186f57fa10fd20f7, version: 1.75.0, kind: psc_sp, name: psc-b
112752026-07-02T20:47:33.486ZJul 02 20:47:32.810 INFO added artifact, length: 4087253, hash: d2511f1f6372973742221503bb1ca60361d61c0db4463d8ade31dca14728a3dc, version: 1.75.0, kind: psc_sp, name: psc-c
112762026-07-02T20:47:33.539ZJul 02 20:47:32.858 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112772026-07-02T20:47:33.539ZJul 02 20:47:32.858 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112782026-07-02T20:47:33.600ZJul 02 20:47:32.909 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112792026-07-02T20:47:33.600ZJul 02 20:47:32.909 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112802026-07-02T20:47:33.639ZJul 02 20:47:32.959 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112812026-07-02T20:47:33.643ZJul 02 20:47:32.959 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112822026-07-02T20:47:33.689ZJul 02 20:47:33.013 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112832026-07-02T20:47:33.690ZJul 02 20:47:33.013 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112842026-07-02T20:47:33.693ZJul 02 20:47:33.013 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112852026-07-02T20:47:33.693ZJul 02 20:47:33.014 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112862026-07-02T20:47:33.693ZJul 02 20:47:33.015 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112872026-07-02T20:47:33.746ZJul 02 20:47:33.070 INFO added artifact, length: 6973860, hash: 5af06d0a238acdf29ae4d44e224d5c4b684a47a7cb350562851318be4ada2103, version: 1.75.0, kind: switch_sp, name: sidecar-b
112882026-07-02T20:47:33.841ZJul 02 20:47:33.165 INFO added artifact, length: 6989315, hash: 8fc9a1a75b3aedaf841cfd51a7adce938420c03e12b0273498e7905496176ab8, version: 1.75.0, kind: switch_sp, name: sidecar-c
112892026-07-02T20:47:33.943ZJul 02 20:47:33.265 INFO added artifact, length: 6989800, hash: 79fceec71f16b08c91b5b8764811d46939d839a7542c2a7462a37649f2d2b882, version: 1.75.0, kind: switch_sp, name: sidecar-d
112902026-07-02T20:47:34.042ZJul 02 20:47:33.365 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112912026-07-02T20:47:34.042ZJul 02 20:47:33.365 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112922026-07-02T20:47:34.105ZJul 02 20:47:33.422 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112932026-07-02T20:47:34.105ZJul 02 20:47:33.422 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112942026-07-02T20:47:34.145ZJul 02 20:47:33.469 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112952026-07-02T20:47:34.145ZJul 02 20:47:33.469 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112962026-07-02T20:47:34.193ZJul 02 20:47:33.516 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112972026-07-02T20:47:34.193ZJul 02 20:47:33.517 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112982026-07-02T20:47:34.196ZJul 02 20:47:33.517 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112992026-07-02T20:47:34.196ZJul 02 20:47:33.518 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113002026-07-02T20:47:34.196ZJul 02 20:47:33.518 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113012026-07-02T20:47:34.196ZJul 02 20:47:33.518 INFO added artifact, length: 924, hash: 69e3f5032e646c7e94c17419be297d62e141a3382900e38d129c8ea0a6e7a509, version: 21.0.0-0.ci+git34efdd2cc27, kind: installinator_document, name: installinator_document
113022026-07-02T20:47:34.656ZJul 02 20:47:33.980 INFO extracting uploaded archive to /tmp/.tmpdbDEnv
113032026-07-02T20:47:36.433ZJul 02 20:47:35.756 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Yq8FWM
113042026-07-02T20:47:36.484ZJul 02 20:47:35.807 INFO added artifact, length: 6688375, hash: d79c0fabd0ae8b9ac214cbf1ab9ab7ca35624c3a237f54b7f5570a61f1201435, version: 1.75.0, kind: gimlet_sp, name: cosmo-a
113052026-07-02T20:47:36.581ZJul 02 20:47:35.904 INFO added artifact, length: 6689817, hash: a013fb3249e70ca00ad127747d323871f219545221a7fd6451399bd3b28c1012, version: 1.75.0, kind: gimlet_sp, name: cosmo-b
113062026-07-02T20:47:36.653ZJul 02 20:47:35.977 INFO added artifact, length: 5483194, hash: 5ca4198fdede424ae2f75bf2720525924b12b1a119ccd9dafb0904fac65548d4, version: 1.75.0, kind: gimlet_sp, name: gimlet-b
113072026-07-02T20:47:36.723ZJul 02 20:47:36.046 INFO added artifact, length: 5486075, hash: 66a6498252f5e75d75a04f79dbe6af9485b770628ff5615b7614866b1c55cf66, version: 1.75.0, kind: gimlet_sp, name: gimlet-c
113082026-07-02T20:47:36.809ZJul 02 20:47:36.132 INFO added artifact, length: 5466043, hash: aa750d1e04bdf114b4981e324712e0a8c4f6acd2b587fd028bc3bc82f46cb0e2, version: 1.75.0, kind: gimlet_sp, name: gimlet-d
113092026-07-02T20:47:36.896ZJul 02 20:47:36.219 INFO added artifact, length: 5465819, hash: 29e2f7c64e83cdadf404bd5570be553a9600aaa187ff231d4dd7d6c03967d16c, version: 1.75.0, kind: gimlet_sp, name: gimlet-e
113102026-07-02T20:47:36.976ZJul 02 20:47:36.300 INFO added artifact, length: 5465843, hash: 6cf303db2c8318157e9efe65a06e98b21ba28b47f913717b4ba7bb4431192357, version: 1.75.0, kind: gimlet_sp, name: gimlet-f
113112026-07-02T20:47:37.070ZJul 02 20:47:36.393 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
113122026-07-02T20:47:37.070ZJul 02 20:47:36.393 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
113132026-07-02T20:47:37.123ZJul 02 20:47:36.446 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
113142026-07-02T20:47:37.123ZJul 02 20:47:36.446 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
113152026-07-02T20:47:37.177ZJul 02 20:47:36.500 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113162026-07-02T20:47:37.177ZJul 02 20:47:36.500 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
113172026-07-02T20:47:37.228ZJul 02 20:47:36.552 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
113182026-07-02T20:47:37.228ZJul 02 20:47:36.552 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
113192026-07-02T20:47:37.278ZJul 02 20:47:36.602 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113202026-07-02T20:47:37.278ZJul 02 20:47:36.602 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
113212026-07-02T20:47:37.317ZJul 02 20:47:36.641 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
113222026-07-02T20:47:37.318ZJul 02 20:47:36.641 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
113232026-07-02T20:47:37.369ZJul 02 20:47:36.693 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
113242026-07-02T20:47:37.370ZJul 02 20:47:36.693 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
113252026-07-02T20:47:37.373ZJul 02 20:47:36.694 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
113262026-07-02T20:47:37.373ZJul 02 20:47:36.694 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
113272026-07-02T20:47:37.373ZJul 02 20:47:36.695 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
113282026-07-02T20:47:37.373ZJul 02 20:47:36.696 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
113292026-07-02T20:47:37.373ZJul 02 20:47:36.696 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113302026-07-02T20:47:42.920ZJul 02 20:47:42.221 INFO added artifact, length: 33554432, hash: c533e788b4b535dd84a561f3bdffbcc3d7fac24217d0f6e75957e085cfe44b4a, version: 21.0.0-0.ci+git34efdd2cc27, kind: gimlet_host_phase_1, name: host
113312026-07-02T20:47:42.920ZJul 02 20:47:42.221 INFO added artifact, length: 33554432, hash: fd0fafe74f4efd1de540fe30bc31726a571c2ca28fe7278f61ada24de555bb4b, version: 21.0.0-0.ci+git34efdd2cc27, kind: cosmo_host_phase_1, name: host
113322026-07-02T20:47:42.920ZJul 02 20:47:42.221 INFO added artifact, length: 1101008896, hash: 491d63e494d14366c4a4f0953303079edd4d1de97aa04d0e2ca68447de964399, version: 21.0.0-0.ci+git34efdd2cc27, kind: host_phase_2, name: host
113332026-07-02T20:47:43.895ZJul 02 20:47:43.206 INFO added artifact, length: 33554432, hash: c14206071d4d995531d116cac0481865106585eb0602a890205a7423df81c8df, version: 21.0.0-0.ci+git34efdd2cc27, kind: gimlet_trampoline_phase_1, name: trampoline
113342026-07-02T20:47:43.895ZJul 02 20:47:43.206 INFO added artifact, length: 33554432, hash: 6ac9c8b5c021d3e9e9b8831f85756f3fd42f7c2cca8298a7f776706c0f05bddc, version: 21.0.0-0.ci+git34efdd2cc27, kind: cosmo_trampoline_phase_1, name: trampoline
113352026-07-02T20:47:43.911ZJul 02 20:47:43.206 INFO added artifact, length: 164961131, hash: a47bd59286ca1d0cd84c17b73b35c35f388a313153393562ae4377a1de75f512, version: 21.0.0-0.ci+git34efdd2cc27, kind: trampoline_phase_2, name: trampoline
113362026-07-02T20:47:49.638ZJul 02 20:47:48.910 INFO added artifact, length: 1736639203, hash: 4da34832d3fd46ff11d6fcc2929cdabfaa7d8c479a14e02247dd9d283a056b46, version: 21.0.0-0.ci+git34efdd2cc27, kind: control_plane, name: control-plane
113372026-07-02T20:47:49.676ZJul 02 20:47:48.910 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113382026-07-02T20:47:49.676ZJul 02 20:47:48.910 INFO added artifact, length: 829, hash: f34c1863c60e642825f77fcb32050991d12d2d96d2871e14258e60e87365bb8a, version: 1.75.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.75.0
113392026-07-02T20:47:49.676ZJul 02 20:47:48.910 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113402026-07-02T20:47:49.676ZJul 02 20:47:48.941 INFO added artifact, length: 4035283, hash: 6b6ba45835d82ae8d87e452a4727f7567ea20d20b4fa959a1d897aa4c216d1a9, version: 1.75.0, kind: psc_sp, name: observer-a
113412026-07-02T20:47:49.713ZJul 02 20:47:48.974 INFO added artifact, length: 4085411, hash: 3fc6bbceac84d5dc1cfe4f9109e574b8c151ae7c009e30c1186f57fa10fd20f7, version: 1.75.0, kind: psc_sp, name: psc-b
113422026-07-02T20:47:49.713ZJul 02 20:47:49.005 INFO added artifact, length: 4087253, hash: d2511f1f6372973742221503bb1ca60361d61c0db4463d8ade31dca14728a3dc, version: 1.75.0, kind: psc_sp, name: psc-c
113432026-07-02T20:47:49.743ZJul 02 20:47:49.052 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113442026-07-02T20:47:49.743ZJul 02 20:47:49.052 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113452026-07-02T20:47:49.809ZJul 02 20:47:49.100 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113462026-07-02T20:47:49.829ZJul 02 20:47:49.100 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113472026-07-02T20:47:49.840ZJul 02 20:47:49.150 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113482026-07-02T20:47:49.840ZJul 02 20:47:49.150 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113492026-07-02T20:47:49.891ZJul 02 20:47:49.200 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113502026-07-02T20:47:49.891ZJul 02 20:47:49.201 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113512026-07-02T20:47:49.903ZJul 02 20:47:49.201 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113522026-07-02T20:47:49.904ZJul 02 20:47:49.202 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113532026-07-02T20:47:49.904ZJul 02 20:47:49.202 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113542026-07-02T20:47:49.931ZJul 02 20:47:49.247 INFO added artifact, length: 6973860, hash: 5af06d0a238acdf29ae4d44e224d5c4b684a47a7cb350562851318be4ada2103, version: 1.75.0, kind: switch_sp, name: sidecar-b
113552026-07-02T20:47:50.049ZJul 02 20:47:49.331 INFO added artifact, length: 6989315, hash: 8fc9a1a75b3aedaf841cfd51a7adce938420c03e12b0273498e7905496176ab8, version: 1.75.0, kind: switch_sp, name: sidecar-c
113562026-07-02T20:47:50.123ZJul 02 20:47:49.428 INFO added artifact, length: 6989800, hash: 79fceec71f16b08c91b5b8764811d46939d839a7542c2a7462a37649f2d2b882, version: 1.75.0, kind: switch_sp, name: sidecar-d
113572026-07-02T20:47:50.252ZJul 02 20:47:49.516 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113582026-07-02T20:47:50.252ZJul 02 20:47:49.516 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113592026-07-02T20:47:50.262ZJul 02 20:47:49.566 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113602026-07-02T20:47:50.262ZJul 02 20:47:49.566 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113612026-07-02T20:47:50.329ZJul 02 20:47:49.616 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113622026-07-02T20:47:50.346ZJul 02 20:47:49.616 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113632026-07-02T20:47:50.368ZJul 02 20:47:49.665 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113642026-07-02T20:47:50.368ZJul 02 20:47:49.665 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113652026-07-02T20:47:50.368ZJul 02 20:47:49.666 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113662026-07-02T20:47:50.368ZJul 02 20:47:49.666 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113672026-07-02T20:47:50.368ZJul 02 20:47:49.667 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113682026-07-02T20:47:50.369ZJul 02 20:47:49.667 INFO added artifact, length: 924, hash: 69e3f5032e646c7e94c17419be297d62e141a3382900e38d129c8ea0a6e7a509, version: 21.0.0-0.ci+git34efdd2cc27, kind: installinator_document, name: installinator_document
113692026-07-02T20:47:51.654ZJul 02 20:47:50.976 INFO [tuf-repo] task succeeded (77.879491674s)
113702026-07-02T20:48:40.175Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 29s
113712026-07-02T20:48:41.958ZJul 02 20:48:41.281 INFO [verify-libraries] process exited with exit status: 0 (396.369855478s)
113722026-07-02T20:48:41.959ZJul 02 20:48:41.281 INFO all jobs completed in 1228.671783563s
113732026-07-02T20:48:42.933Zprocess exited: duration 1443452 ms, exit code 0
 
113742026-07-02T20:48:42.948Zfound 41 output files
113752026-07-02T20:48:42.953Zuploading: /work/manifest.toml (17334 bytes)
113762026-07-02T20:48:43.963Zuploaded: /work/manifest.toml
113772026-07-02T20:48:43.964Zuploading: /work/repo.zip (3045458397 bytes)
113782026-07-02T20:49:30.413Zuploaded: /work/repo.zip
113792026-07-02T20:49:30.413Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113802026-07-02T20:49:31.581Zuploaded: /work/repo.zip.sha256.txt
113812026-07-02T20:49:31.581Zuploading: /work/helios.json (647 bytes)
113822026-07-02T20:49:32.696Zuploaded: /work/helios.json
113832026-07-02T20:49:32.696Zuploading: /work/incorporation.p5m (113332 bytes)
113842026-07-02T20:49:33.708Zuploaded: /work/incorporation.p5m
113852026-07-02T20:49:33.708Zuploading: /work/incorporation.p5p (133120 bytes)
113862026-07-02T20:49:34.726Zuploaded: /work/incorporation.p5p
113872026-07-02T20:49:34.729Zuploading: /work/helios-incorp.log (522 bytes)
113882026-07-02T20:49:35.737Zuploaded: /work/helios-incorp.log
113892026-07-02T20:49:35.737Zuploading: /work/helios-setup.log (57137 bytes)
113902026-07-02T20:49:36.754Zuploaded: /work/helios-setup.log
113912026-07-02T20:49:36.754Zuploading: /work/host-image.log (235215 bytes)
113922026-07-02T20:49:37.784Zuploaded: /work/host-image.log
113932026-07-02T20:49:37.784Zuploading: /work/host-package.log (32817 bytes)
113942026-07-02T20:49:38.802Zuploaded: /work/host-package.log
113952026-07-02T20:49:38.802Zuploading: /work/host-target.log (101 bytes)
113962026-07-02T20:49:39.815Zuploaded: /work/host-target.log
113972026-07-02T20:49:39.815Zuploading: /work/incorp-create.log (0 bytes)
113982026-07-02T20:49:40.842Zuploaded: /work/incorp-create.log
113992026-07-02T20:49:40.843Zuploading: /work/incorp-fmt.log (0 bytes)
114002026-07-02T20:49:41.852Zuploaded: /work/incorp-fmt.log
114012026-07-02T20:49:41.853Zuploading: /work/incorp-pkgsend.log (108 bytes)
114022026-07-02T20:49:42.866Zuploaded: /work/incorp-pkgsend.log
114032026-07-02T20:49:42.866Zuploading: /work/incorp-publisher.log (0 bytes)
114042026-07-02T20:49:43.874Zuploaded: /work/incorp-publisher.log
114052026-07-02T20:49:43.874Zuploading: /work/omicron-package.log (7957 bytes)
114062026-07-02T20:49:44.887Zuploaded: /work/omicron-package.log
114072026-07-02T20:49:44.888Zuploading: /work/recovery-image.log (593242 bytes)
114082026-07-02T20:49:45.911Zuploaded: /work/recovery-image.log
114092026-07-02T20:49:45.911Zuploading: /work/recovery-package.log (2545 bytes)
114102026-07-02T20:49:46.925Zuploaded: /work/recovery-package.log
114112026-07-02T20:49:46.925Zuploading: /work/recovery-target.log (98 bytes)
114122026-07-02T20:49:47.936Zuploaded: /work/recovery-target.log
114132026-07-02T20:49:47.936Zuploading: /work/stamp-clickhouse.log (117 bytes)
114142026-07-02T20:49:48.946Zuploaded: /work/stamp-clickhouse.log
114152026-07-02T20:49:48.946Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
114162026-07-02T20:49:49.957Zuploaded: /work/stamp-clickhouse_keeper.log
114172026-07-02T20:49:49.957Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
114182026-07-02T20:49:50.970Zuploaded: /work/stamp-clickhouse_server.log
114192026-07-02T20:49:50.971Zuploading: /work/stamp-cockroachdb.log (118 bytes)
114202026-07-02T20:49:51.981Zuploaded: /work/stamp-cockroachdb.log
114212026-07-02T20:49:51.981Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
114222026-07-02T20:49:52.990Zuploaded: /work/stamp-crucible-pantry-zone.log
114232026-07-02T20:49:52.990Zuploading: /work/stamp-crucible-utils.log (118 bytes)
114242026-07-02T20:49:54.000Zuploaded: /work/stamp-crucible-utils.log
114252026-07-02T20:49:54.000Zuploading: /work/stamp-crucible-zone.log (120 bytes)
114262026-07-02T20:49:55.011Zuploaded: /work/stamp-crucible-zone.log
114272026-07-02T20:49:55.011Zuploading: /work/stamp-external-dns.log (119 bytes)
114282026-07-02T20:49:56.066Zuploaded: /work/stamp-external-dns.log
114292026-07-02T20:49:56.066Zuploading: /work/stamp-installinator.log (103 bytes)
114302026-07-02T20:49:57.102Zuploaded: /work/stamp-installinator.log
114312026-07-02T20:49:57.102Zuploading: /work/stamp-internal-dns.log (119 bytes)
114322026-07-02T20:49:58.140Zuploaded: /work/stamp-internal-dns.log
114332026-07-02T20:49:58.140Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114342026-07-02T20:49:59.157Zuploaded: /work/stamp-mg-ddm-gz.log
114352026-07-02T20:49:59.157Zuploading: /work/stamp-nexus.log (112 bytes)
114362026-07-02T20:50:00.175Zuploaded: /work/stamp-nexus.log
114372026-07-02T20:50:00.175Zuploading: /work/stamp-ntp.log (110 bytes)
114382026-07-02T20:50:01.187Zuploaded: /work/stamp-ntp.log
114392026-07-02T20:50:01.187Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114402026-07-02T20:50:02.200Zuploaded: /work/stamp-omicron-sled-agent.log
114412026-07-02T20:50:02.200Zuploading: /work/stamp-overlay.log (114 bytes)
114422026-07-02T20:50:03.209Zuploaded: /work/stamp-overlay.log
114432026-07-02T20:50:03.209Zuploading: /work/stamp-oximeter.log (115 bytes)
114442026-07-02T20:50:04.219Zuploaded: /work/stamp-oximeter.log
114452026-07-02T20:50:04.219Zuploading: /work/stamp-oxlog.log (109 bytes)
114462026-07-02T20:50:05.230Zuploaded: /work/stamp-oxlog.log
114472026-07-02T20:50:05.230Zuploading: /work/stamp-probe.log (112 bytes)
114482026-07-02T20:50:06.245Zuploaded: /work/stamp-probe.log
114492026-07-02T20:50:06.245Zuploading: /work/stamp-propolis-server.log (122 bytes)
114502026-07-02T20:50:07.254Zuploaded: /work/stamp-propolis-server.log
114512026-07-02T20:50:07.255Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114522026-07-02T20:50:08.266Zuploaded: /work/stamp-pumpkind-gz.log
114532026-07-02T20:50:08.266Zuploading: /work/stamp-switch-asic.log (118 bytes)
114542026-07-02T20:50:09.280Zuploaded: /work/stamp-switch-asic.log
114552026-07-02T20:50:09.280Zuploading: /work/verify-libraries.log (50766 bytes)
114562026-07-02T20:50:10.294Zuploaded: /work/verify-libraries.log