01KWPXA5PAXW1JNWFNAVTYN2N2: 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: 01KWPXAK0N5R2MSB86AXD0ZMXT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-04T15:53:48.479Zjob assigned to worker 01KWPXAPN4XNYT35JGJVENYXY4 [factory aws, i-0bf80167f5d4e0cf7] (queued for 47 s)
 
22026-07-04T15:53:55.327Zstarting task 0: "setup"
32026-07-04T15:53:55.332Z++ uname -s
42026-07-04T15:53:55.335Z+ kern=SunOS
52026-07-04T15:53:55.335Z+ build_user=build
62026-07-04T15:53:55.335Z+ build_uid=12345
72026-07-04T15:53:55.335Z+ work_dir=/work
82026-07-04T15:53:55.335Z+ input_dir=/input
92026-07-04T15:53:55.335Z+ [[ 0 == 12345 ]]
102026-07-04T15:53:55.335Z+ case "$kern" in
112026-07-04T15:53:55.335Z+ groupadd -g 12345 build
122026-07-04T15:53:55.338Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-04T15:53:57.345Z+ zfs create -o mountpoint=/work rpool/work
142026-07-04T15:53:57.465Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-04T15:53:57.469Z+ home_fs=zfs
162026-07-04T15:53:57.469Z+ [[ zfs == autofs ]]
172026-07-04T15:53:57.469Z+ mkdir -p /home/build
182026-07-04T15:53:57.469Z+ chown build:build /home/build /work
192026-07-04T15:53:59.472Z+ chmod 0700 /home/build /work
202026-07-04T15:53:59.475Zprocess exited: duration 4152 ms, exit code 0
 
212026-07-04T15:53:59.482Zstarting task 1: "rust-toolchain"
222026-07-04T15:53:59.488Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-04T15:53:59.488Z * rust toolchain channel = "1.96.1"
242026-07-04T15:53:59.488Z * rust toolchain profile = "default"
252026-07-04T15:53:59.488Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-04T15:53:59.488Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-04T15:53:59.488Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-04T15:53:59.492Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-04T15:53:59.492Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-04T15:53:59.570Zinfo: downloading installer
312026-07-04T15:54:01.051Zwarn: It looks like you have an existing rustup settings file at:
322026-07-04T15:54:01.051Zwarn: /home/build/.rustup/settings.toml
332026-07-04T15:54:01.051Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-04T15:54:01.051Zwarn: instead of the one inferred from the default host triple.
352026-07-04T15:54:01.064Zinfo: profile set to default
362026-07-04T15:54:01.064Zinfo: default host triple is x86_64-unknown-illumos
372026-07-04T15:54:01.067Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-04T15:54:01.215Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-04T15:54:01.215Zinfo: downloading 6 components
402026-07-04T15:54:16.367Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-04T15:54:16.367Z
422026-07-04T15:54:16.398Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-04T15:54:16.398Z
442026-07-04T15:54:16.398Z
452026-07-04T15:54:16.398ZRust is installed now. Great!
462026-07-04T15:54:16.398Z
472026-07-04T15:54:16.398ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-04T15:54:16.398Zenvironment variable. This has not been done automatically.
492026-07-04T15:54:16.399Z
502026-07-04T15:54:16.399ZTo configure your current shell, you need to source
512026-07-04T15:54:16.399Zthe corresponding env file under $HOME/.cargo.
522026-07-04T15:54:16.399Z
532026-07-04T15:54:16.399ZThis is usually done by running one of the following (note the leading DOT):
542026-07-04T15:54:16.399Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-04T15:54:16.399Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-04T15:54:16.399Zsource "~/.cargo/env.nu" # For nushell
572026-07-04T15:54:16.399Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-04T15:54:16.399Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-04T15:54:16.399Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-04T15:54:16.406Zwarn: no default linker (`cc`) was found in your PATH
612026-07-04T15:54:16.406Zwarn: many Rust crates require a system C toolchain to build
622026-07-04T15:54:16.507Z+ rustup --version
632026-07-04T15:54:16.515Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-04T15:54:16.520Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-04T15:54:16.534Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-04T15:54:16.538Z+ cargo --version
672026-07-04T15:54:16.548Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-04T15:54:16.551Z+ rustc --version
692026-07-04T15:54:16.573Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-04T15:54:16.576Zprocess exited: duration 17093 ms, exit code 0
 
712026-07-04T15:54:16.582Zstarting task 2: "authentication"
722026-07-04T15:54:16.602Zprocess exited: duration 20 ms, exit code 0
 
732026-07-04T15:54:16.610Zstarting task 3: "clone repository"
742026-07-04T15:54:16.614Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-04T15:54:16.620Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-04T15:54:16.651ZCloning into '/work/oxidecomputer/omicron'...
772026-07-04T15:54:26.675Z+ cd /work/oxidecomputer/omicron
782026-07-04T15:54:26.675Z+ git fetch origin 49c15443180d367ab2bf40f47974642cbf8f6839
792026-07-04T15:54:26.959ZFrom https://github.com/oxidecomputer/omicron
802026-07-04T15:54:26.960Z * branch 49c15443180d367ab2bf40f47974642cbf8f6839 -> FETCH_HEAD
812026-07-04T15:54:26.976Z+ [[ -n check-console-api ]]
822026-07-04T15:54:26.979Z++ git branch --show-current
832026-07-04T15:54:26.982Z+ current=main
842026-07-04T15:54:26.982Z+ [[ main != check-console-api ]]
852026-07-04T15:54:26.982Z+ git branch -f check-console-api 49c15443180d367ab2bf40f47974642cbf8f6839
862026-07-04T15:54:26.985Z+ git checkout -f check-console-api
872026-07-04T15:54:27.234ZSwitched to branch 'check-console-api'
882026-07-04T15:54:27.237Z+ git reset --hard 49c15443180d367ab2bf40f47974642cbf8f6839
892026-07-04T15:54:27.252ZHEAD is now at 49c154431 don't need error context, fs_err handles that
902026-07-04T15:54:27.255Zprocess exited: duration 10645 ms, exit code 0
 
912026-07-04T15:54:27.260Zstarting task 4: "build"
922026-07-04T15:54:27.267Z+ source .github/buildomat/ci-env.sh
932026-07-04T15:54:27.267Z++ export CARGO_TERM_COLOR=always
942026-07-04T15:54:27.267Z++ CARGO_TERM_COLOR=always
952026-07-04T15:54:27.270Z+++ uname -s
962026-07-04T15:54:27.272Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-04T15:54:27.272Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-04T15:54:27.272Z+ cargo --version
992026-07-04T15:54:27.282Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-04T15:54:27.285Z+ rustc --version
1012026-07-04T15:54:27.307Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-04T15:54:27.310Z+ cargo tree --locked
1032026-07-04T15:54:27.483Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-04T15:54:27.731Z Updating crates.io index
1052026-07-04T15:54:27.734Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-04T15:54:27.998Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-04T15:54:28.250Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-04T15:54:29.154Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-04T15:54:29.639Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-04T15:54:31.188Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-04T15:54:31.995Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-04T15:54:32.245Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-04T15:54:32.552Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-04T15:54:33.632Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-04T15:54:34.009Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-04T15:54:34.317Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-04T15:54:34.554Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-04T15:54:34.966Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-04T15:54:35.435Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-04T15:54:35.656Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-04T15:54:35.888Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-04T15:54:36.151Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-04T15:54:36.432Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-04T15:54:36.651Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-04T15:54:36.908Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-04T15:54:37.191Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-04T15:54:37.510Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-04T15:54:37.813Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-04T15:54:38.219Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-04T15:54:38.617Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-04T15:54:38.879Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-04T15:54:39.187Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-04T15:54:39.416Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-04T15:54:39.642Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-04T15:54:39.956Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-04T15:54:40.304Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-04T15:54:40.553Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-04T15:54:40.799Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-04T15:54:41.074Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-04T15:54:41.305Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-04T15:54:41.759Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-04T15:54:41.987Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-04T15:54:42.231Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-04T15:54:42.469Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-04T15:54:45.299Z Downloading crates ...
1462026-07-04T15:54:45.376Z Downloaded adler2 v2.0.1
1472026-07-04T15:54:45.383Z Downloaded aead v0.6.1
1482026-07-04T15:54:45.386Z Downloaded ahash v0.8.12
1492026-07-04T15:54:45.400Z Downloaded aead v0.5.2
1502026-07-04T15:54:45.405Z Downloaded addr2line v0.25.1
1512026-07-04T15:54:45.405Z Downloaded assert-json-diff v2.0.2
1522026-07-04T15:54:45.408Z Downloaded argon2 v0.6.0-rc.8
1532026-07-04T15:54:45.408Z Downloaded aes-gcm v0.11.0
1542026-07-04T15:54:45.412Z Downloaded ciborium-io v0.2.2
1552026-07-04T15:54:45.412Z Downloaded array-init v0.0.4
1562026-07-04T15:54:45.412Z Downloaded chacha20poly1305 v0.10.1
1572026-07-04T15:54:45.415Z Downloaded compression-core v0.4.31
1582026-07-04T15:54:45.415Z Downloaded base16ct v1.0.0
1592026-07-04T15:54:45.419Z Downloaded crc-catalog v2.4.0
1602026-07-04T15:54:45.419Z Downloaded cpufeatures v0.2.17
1612026-07-04T15:54:45.456Z Downloaded cobs v0.3.0
1622026-07-04T15:54:45.456Z Downloaded crypto-common v0.2.2
1632026-07-04T15:54:45.456Z Downloaded atomic-waker v1.1.2
1642026-07-04T15:54:45.456Z Downloaded assert_cmd v2.1.2
1652026-07-04T15:54:45.456Z Downloaded arrayvec v0.7.6
1662026-07-04T15:54:45.456Z Downloaded async-lock v3.4.2
1672026-07-04T15:54:45.456Z Downloaded argon2 v0.5.3
1682026-07-04T15:54:45.456Z Downloaded crc v3.4.0
1692026-07-04T15:54:45.456Z Downloaded anyhow v1.0.102
1702026-07-04T15:54:45.456Z Downloaded cpubits v0.1.1
1712026-07-04T15:54:45.456Z Downloaded backtrace v0.3.76
1722026-07-04T15:54:45.456Z Downloaded colorchoice v1.0.4
1732026-07-04T15:54:45.456Z Downloaded async-object-pool v0.2.0
1742026-07-04T15:54:45.456Z Downloaded curve25519-dalek-derive v0.1.1
1752026-07-04T15:54:45.456Z Downloaded ascii-canvas v3.0.0
1762026-07-04T15:54:45.456Z Downloaded anstream v0.6.21
1772026-07-04T15:54:45.456Z Downloaded atty v0.2.14
1782026-07-04T15:54:45.456Z Downloaded clap_lex v1.0.0
1792026-07-04T15:54:45.456Z Downloaded bitfield-struct v0.6.2
1802026-07-04T15:54:45.456Z Downloaded backoff v0.4.0
1812026-07-04T15:54:45.456Z Downloaded cpufeatures v0.3.0
1822026-07-04T15:54:45.456Z Downloaded anstyle-parse v0.2.7
1832026-07-04T15:54:45.461Z Downloaded crc8 v0.1.1
1842026-07-04T15:54:45.461Z Downloaded bitfield-macros v0.19.4
1852026-07-04T15:54:45.461Z Downloaded approx v0.5.1
1862026-07-04T15:54:45.461Z Downloaded convert_case v0.4.0
1872026-07-04T15:54:45.461Z Downloaded concurrent-queue v2.5.0
1882026-07-04T15:54:45.461Z Downloaded const-oid v0.9.6
1892026-07-04T15:54:45.465Z Downloaded bb8 v0.8.6
1902026-07-04T15:54:45.465Z Downloaded arrayref v0.3.9
1912026-07-04T15:54:45.465Z Downloaded cfg-if v1.0.4
1922026-07-04T15:54:45.465Z Downloaded async-stream-impl v0.3.6
1932026-07-04T15:54:45.469Z Downloaded ciborium-ll v0.2.2
1942026-07-04T15:54:45.469Z Downloaded darling_macro v0.23.0
1952026-07-04T15:54:45.469Z Downloaded base16ct v0.2.0
1962026-07-04T15:54:45.469Z Downloaded block-buffer v0.10.4
1972026-07-04T15:54:45.469Z Downloaded crunchy v0.2.4
1982026-07-04T15:54:45.474Z Downloaded async-stream v0.3.6
1992026-07-04T15:54:45.474Z Downloaded cfg_aliases v0.1.1
2002026-07-04T15:54:45.477Z Downloaded debug-ignore v1.0.5
2012026-07-04T15:54:45.478Z Downloaded crypto-common v0.1.7
2022026-07-04T15:54:45.478Z Downloaded autocfg v1.5.0
2032026-07-04T15:54:45.481Z Downloaded anstyle-parse v1.0.0
2042026-07-04T15:54:45.481Z Downloaded bcrypt-pbkdf v0.11.0
2052026-07-04T15:54:45.488Z Downloaded cargo-platform v0.3.2
2062026-07-04T15:54:45.491Z Downloaded darling_macro v0.21.3
2072026-07-04T15:54:45.495Z Downloaded darling_macro v0.13.4
2082026-07-04T15:54:45.496Z Downloaded atomicwrites v0.4.4
2092026-07-04T15:54:45.496Z Downloaded defmt-parser v1.0.0
2102026-07-04T15:54:45.496Z Downloaded bit-set v0.5.3
2112026-07-04T15:54:45.502Z Downloaded crucible-workspace-hack v0.1.0
2122026-07-04T15:54:45.505Z Downloaded backtrace-ext v0.2.1
2132026-07-04T15:54:45.505Z Downloaded cfg_aliases v0.2.1
2142026-07-04T15:54:45.505Z Downloaded assert_matches v1.5.0
2152026-07-04T15:54:45.505Z Downloaded cast v0.3.0
2162026-07-04T15:54:45.509Z Downloaded constant_time_eq v0.3.1
2172026-07-04T15:54:45.513Z Downloaded async-recursion v1.1.1
2182026-07-04T15:54:45.516Z Downloaded compression-codecs v0.4.37
2192026-07-04T15:54:45.516Z Downloaded crossbeam-deque v0.8.6
2202026-07-04T15:54:45.517Z Downloaded chacha20 v0.9.1
2212026-07-04T15:54:45.521Z Downloaded cipher v0.4.4
2222026-07-04T15:54:45.521Z Downloaded castaway v0.2.4
2232026-07-04T15:54:45.521Z Downloaded critical-section v1.2.0
2242026-07-04T15:54:45.531Z Downloaded cmov v0.5.4
2252026-07-04T15:54:45.534Z Downloaded bit-set v0.8.0
2262026-07-04T15:54:45.534Z Downloaded constant_time_eq v0.4.2
2272026-07-04T15:54:45.534Z Downloaded difflib v0.4.0
2282026-07-04T15:54:45.534Z Downloaded anstyle-query v1.1.5
2292026-07-04T15:54:45.534Z Downloaded anstyle v1.0.14
2302026-07-04T15:54:45.537Z Downloaded derive_builder_macro v0.20.2
2312026-07-04T15:54:45.537Z Downloaded diesel_table_macro_syntax v0.3.0
2322026-07-04T15:54:45.537Z Downloaded defmt v0.3.100
2332026-07-04T15:54:45.537Z Downloaded corncobs v0.1.4
2342026-07-04T15:54:45.540Z Downloaded anstream v1.0.0
2352026-07-04T15:54:45.540Z Downloaded cstr-argument v0.1.2
2362026-07-04T15:54:45.540Z Downloaded async-trait v0.1.89
2372026-07-04T15:54:45.544Z Downloaded dirs-sys-next v0.1.2
2382026-07-04T15:54:45.544Z Downloaded dirs-next v2.0.0
2392026-07-04T15:54:45.544Z Downloaded block-padding v0.4.2
2402026-07-04T15:54:45.547Z Downloaded document-features v0.2.12
2412026-07-04T15:54:45.547Z Downloaded dtrace-parser v0.2.0
2422026-07-04T15:54:45.547Z Downloaded downcast-rs v2.0.2
2432026-07-04T15:54:45.552Z Downloaded display-error-chain v0.2.2
2442026-07-04T15:54:45.552Z Downloaded convert_case v0.10.0
2452026-07-04T15:54:45.552Z Downloaded cipher v0.5.2
2462026-07-04T15:54:45.556Z Downloaded dsl_auto_type v0.2.0
2472026-07-04T15:54:45.556Z Downloaded dyn-clone v1.0.20
2482026-07-04T15:54:45.556Z Downloaded defmt-macros v1.0.1
2492026-07-04T15:54:45.566Z Downloaded criterion-plot v0.6.0
2502026-07-04T15:54:45.566Z Downloaded embedded-io v0.6.1
2512026-07-04T15:54:45.566Z Downloaded derive_builder_core v0.20.2
2522026-07-04T15:54:45.566Z Downloaded equivalent v1.0.2
2532026-07-04T15:54:45.566Z Downloaded data-encoding v2.10.0
2542026-07-04T15:54:45.566Z Downloaded enum-as-inner v0.6.1
2552026-07-04T15:54:45.569Z Downloaded env_filter v1.0.0
2562026-07-04T15:54:45.569Z Downloaded defmt v1.0.1
2572026-07-04T15:54:45.569Z Downloaded dtrace-parser v0.3.0
2582026-07-04T15:54:45.569Z Downloaded bytecount v0.6.9
2592026-07-04T15:54:45.573Z Downloaded deranged v0.5.8
2602026-07-04T15:54:45.573Z Downloaded embedded-io v0.4.0
2612026-07-04T15:54:45.573Z Downloaded delegate v0.13.5
2622026-07-04T15:54:45.573Z Downloaded bit-vec v0.8.0
2632026-07-04T15:54:45.577Z Downloaded csv-core v0.1.13
2642026-07-04T15:54:45.577Z Downloaded camino-tempfile v1.4.1
2652026-07-04T15:54:45.580Z Downloaded errno v0.3.14
2662026-07-04T15:54:45.581Z Downloaded bcs v0.1.6
2672026-07-04T15:54:45.581Z Downloaded anes v0.1.6
2682026-07-04T15:54:45.585Z Downloaded ciborium v0.2.2
2692026-07-04T15:54:45.585Z Downloaded ctr v0.10.1
2702026-07-04T15:54:45.585Z Downloaded cbc v0.2.1
2712026-07-04T15:54:45.589Z Downloaded byte-wrapper v0.1.0
2722026-07-04T15:54:45.589Z Downloaded crc32fast v1.5.0
2732026-07-04T15:54:45.589Z Downloaded camino-tempfile-ext v0.3.3
2742026-07-04T15:54:45.592Z Downloaded cookie_store v0.22.1
2752026-07-04T15:54:45.592Z Downloaded console v0.16.2
2762026-07-04T15:54:45.596Z Downloaded colored v2.2.0
2772026-07-04T15:54:45.596Z Downloaded bitflags v1.3.2
2782026-07-04T15:54:45.598Z Downloaded cexpr v0.6.0
2792026-07-04T15:54:45.599Z Downloaded cmake v0.1.57
2802026-07-04T15:54:45.599Z Downloaded block-buffer v0.12.1
2812026-07-04T15:54:45.605Z Downloaded cassowary v0.3.0
2822026-07-04T15:54:45.605Z Downloaded event-listener-strategy v0.5.4
2832026-07-04T15:54:45.605Z Downloaded cargo_metadata v0.23.1
2842026-07-04T15:54:45.605Z Downloaded console v0.15.11
2852026-07-04T15:54:45.605Z Downloaded daft-derive v0.1.7
2862026-07-04T15:54:45.609Z Downloaded clap_derive v4.6.1
2872026-07-04T15:54:45.613Z Downloaded dof v0.3.0
2882026-07-04T15:54:45.613Z Downloaded flagset v0.4.7
2892026-07-04T15:54:45.613Z Downloaded fd-lock v4.0.4
2902026-07-04T15:54:45.617Z Downloaded fixedbitset v0.4.2
2912026-07-04T15:54:45.617Z Downloaded fastrand v2.3.0
2922026-07-04T15:54:45.617Z Downloaded displaydoc v0.2.5
2932026-07-04T15:54:45.617Z Downloaded dof v0.4.0
2942026-07-04T15:54:45.621Z Downloaded digest v0.11.3
2952026-07-04T15:54:45.621Z Downloaded float-ord v0.3.2
2962026-07-04T15:54:45.621Z Downloaded fnv v1.0.7
2972026-07-04T15:54:45.624Z Downloaded ena v0.14.4
2982026-07-04T15:54:45.624Z Downloaded ed25519 v3.0.0
2992026-07-04T15:54:45.624Z Downloaded float-cmp v0.10.0
3002026-07-04T15:54:45.627Z Downloaded funty v2.0.0
3012026-07-04T15:54:45.627Z Downloaded form_urlencoded v1.2.2
3022026-07-04T15:54:45.627Z Downloaded foreign-types-macros v0.2.3
3032026-07-04T15:54:45.627Z Downloaded ed25519 v2.2.3
3042026-07-04T15:54:45.631Z Downloaded derive_builder v0.20.2
3052026-07-04T15:54:45.631Z Downloaded futures-io v0.3.32
3062026-07-04T15:54:45.635Z Downloaded datatest-stable v0.3.3
3072026-07-04T15:54:45.640Z Downloaded darling v0.23.0
3082026-07-04T15:54:45.640Z Downloaded foreign-types-shared v0.3.1
3092026-07-04T15:54:45.640Z Downloaded foreign-types v0.5.0
3102026-07-04T15:54:45.645Z Downloaded foreign-types v0.3.2
3112026-07-04T15:54:45.645Z Downloaded fallible-iterator v0.2.0
3122026-07-04T15:54:45.645Z Downloaded foreign-types-shared v0.1.1
3132026-07-04T15:54:45.645Z Downloaded futures-task v0.3.32
3142026-07-04T15:54:45.645Z Downloaded futures-sink v0.3.32
3152026-07-04T15:54:45.645Z Downloaded futures-macro v0.3.32
3162026-07-04T15:54:45.648Z Downloaded async-bb8-diesel v0.2.1
3172026-07-04T15:54:45.649Z Downloaded fxhash v0.2.1
3182026-07-04T15:54:45.649Z Downloaded clang-sys v1.8.1
3192026-07-04T15:54:45.649Z Downloaded cfg-expr v0.20.6
3202026-07-04T15:54:45.653Z Downloaded env_logger v0.11.9
3212026-07-04T15:54:45.656Z Downloaded des v0.9.0
3222026-07-04T15:54:45.656Z Downloaded cookie v0.18.1
3232026-07-04T15:54:45.656Z Downloaded bzip2 v0.6.1
3242026-07-04T15:54:45.660Z Downloaded blowfish v0.10.0
3252026-07-04T15:54:45.660Z Downloaded blake2b_simd v1.0.4
3262026-07-04T15:54:45.660Z Downloaded erased-serde v0.3.31
3272026-07-04T15:54:45.663Z Downloaded escape8259 v0.5.3
3282026-07-04T15:54:45.663Z Downloaded bzip2 v0.4.4
3292026-07-04T15:54:45.663Z Downloaded crossbeam-epoch v0.9.18
3302026-07-04T15:54:45.667Z Downloaded der_derive v0.7.3
3312026-07-04T15:54:45.667Z Downloaded cancel-safe-futures v0.1.5
3322026-07-04T15:54:45.671Z Downloaded globwalk v0.9.1
3332026-07-04T15:54:45.671Z Downloaded git-stub v1.0.0
3342026-07-04T15:54:45.671Z Downloaded ghash v0.6.0
3352026-07-04T15:54:45.671Z Downloaded generic-array v0.14.7
3362026-07-04T15:54:45.675Z Downloaded gethostname v0.5.0
3372026-07-04T15:54:45.675Z Downloaded ff v0.13.1
3382026-07-04T15:54:45.675Z Downloaded backon v1.6.0
3392026-07-04T15:54:45.679Z Downloaded enum_dispatch v0.3.13
3402026-07-04T15:54:45.679Z Downloaded either v1.15.0
3412026-07-04T15:54:45.679Z Downloaded heck v0.5.0
3422026-07-04T15:54:45.682Z Downloaded find-msvc-tools v0.1.9
3432026-07-04T15:54:45.682Z Downloaded foldhash v0.1.5
3442026-07-04T15:54:45.682Z Downloaded diff v0.1.13
3452026-07-04T15:54:45.685Z Downloaded guppy-workspace-hack v0.1.0
3462026-07-04T15:54:45.685Z Downloaded ff v0.14.0
3472026-07-04T15:54:45.686Z Downloaded darling v0.21.3
3482026-07-04T15:54:45.689Z Downloaded hash32 v0.3.1
3492026-07-04T15:54:45.689Z Downloaded fixedbitset v0.5.7
3502026-07-04T15:54:45.693Z Downloaded headers-core v0.3.0
3512026-07-04T15:54:45.693Z Downloaded hex-literal v0.4.1
3522026-07-04T15:54:45.693Z Downloaded hex v0.4.3
3532026-07-04T15:54:45.697Z Downloaded hash32 v0.2.1
3542026-07-04T15:54:45.697Z Downloaded ecdsa v0.17.0-rc.18
3552026-07-04T15:54:45.697Z Downloaded hex-literal v1.1.0
3562026-07-04T15:54:45.700Z Downloaded futures-timer v3.0.3
3572026-07-04T15:54:45.700Z Downloaded crossbeam-utils v0.8.21
3582026-07-04T15:54:45.700Z Downloaded futures-executor v0.3.32
3592026-07-04T15:54:45.704Z Downloaded fs-err v3.3.0
3602026-07-04T15:54:45.704Z Downloaded hostname v0.4.2
3612026-07-04T15:54:45.704Z Downloaded hostname v0.3.1
3622026-07-04T15:54:45.710Z Downloaded futures-core v0.3.32
3632026-07-04T15:54:45.710Z Downloaded fs_extra v1.3.0
3642026-07-04T15:54:45.710Z Downloaded blake2 v0.10.6
3652026-07-04T15:54:45.716Z Downloaded darling v0.20.11
3662026-07-04T15:54:45.716Z Downloaded http-body v1.0.1
3672026-07-04T15:54:45.716Z Downloaded const-oid v0.10.2
3682026-07-04T15:54:45.719Z Downloaded blake2 v0.11.0-rc.6
3692026-07-04T15:54:45.719Z Downloaded httpdate v1.0.3
3702026-07-04T15:54:45.719Z Downloaded derive_more v0.99.20
3712026-07-04T15:54:45.723Z Downloaded event-listener v5.4.1
3722026-07-04T15:54:45.723Z Downloaded clap v4.6.1
3732026-07-04T15:54:45.735Z Downloaded hubpack_derive v0.1.1
3742026-07-04T15:54:45.738Z Downloaded hubpack v0.1.2
3752026-07-04T15:54:45.738Z Downloaded http-range v0.1.5
3762026-07-04T15:54:45.738Z Downloaded derive-where v1.6.0
3772026-07-04T15:54:45.738Z Downloaded darling_core v0.13.4
3782026-07-04T15:54:45.738Z Downloaded crc-any v2.5.0
3792026-07-04T15:54:45.738Z Downloaded const_format v0.2.35
3802026-07-04T15:54:45.742Z Downloaded hyper-tls v0.6.0
3812026-07-04T15:54:45.742Z Downloaded group v0.13.0
3822026-07-04T15:54:45.742Z Downloaded idna_adapter v1.2.1
3832026-07-04T15:54:45.745Z Downloaded heck v0.4.1
3842026-07-04T15:54:45.745Z Downloaded ident_case v1.0.1
3852026-07-04T15:54:45.745Z Downloaded globset v0.4.18
3862026-07-04T15:54:45.745Z Downloaded compact_str v0.8.1
3872026-07-04T15:54:45.751Z Downloaded aws-lc-rs v1.16.3
3882026-07-04T15:54:45.757Z Downloaded instant v0.1.13
3892026-07-04T15:54:45.757Z Downloaded is-terminal v0.4.17
3902026-07-04T15:54:45.757Z Downloaded illumos-nvpair v0.3.0
3912026-07-04T15:54:45.762Z Downloaded indent_write v2.2.0
3922026-07-04T15:54:45.762Z Downloaded is_ci v1.2.0
3932026-07-04T15:54:45.762Z Downloaded inout v0.2.2
3942026-07-04T15:54:45.762Z Downloaded indoc v1.0.9
3952026-07-04T15:54:45.766Z Downloaded dropshot_endpoint v0.17.1
3962026-07-04T15:54:45.766Z Downloaded is_terminal_polyfill v1.70.2
3972026-07-04T15:54:45.766Z Downloaded internet-checksum v0.2.1
3982026-07-04T15:54:45.770Z Downloaded fs-err v2.11.0
3992026-07-04T15:54:45.770Z Downloaded darling_core v0.20.11
4002026-07-04T15:54:45.774Z Downloaded home v0.5.12
4012026-07-04T15:54:45.774Z Downloaded foldhash v0.2.0
4022026-07-04T15:54:45.774Z Downloaded instability v0.3.11
4032026-07-04T15:54:45.774Z Downloaded ecdsa v0.16.9
4042026-07-04T15:54:45.777Z Downloaded darling_core v0.21.3
4052026-07-04T15:54:45.778Z Downloaded itoa v1.0.17
4062026-07-04T15:54:45.783Z Downloaded bytes v1.11.1
4072026-07-04T15:54:45.787Z Downloaded futures-channel v0.3.32
4082026-07-04T15:54:45.787Z Downloaded camino v1.2.2
4092026-07-04T15:54:45.787Z Downloaded arc-swap v1.8.2
4102026-07-04T15:54:45.791Z Downloaded keccak v0.1.6
4112026-07-04T15:54:45.791Z Downloaded lalrpop-util v0.19.12
4122026-07-04T15:54:45.791Z Downloaded elliptic-curve v0.14.0-rc.33
4132026-07-04T15:54:45.795Z Downloaded drift v0.2.0
4142026-07-04T15:54:45.799Z Downloaded http-body-util v0.1.3
4152026-07-04T15:54:45.799Z Downloaded kem v0.3.0
4162026-07-04T15:54:45.804Z Downloaded inout v0.1.4
4172026-07-04T15:54:45.804Z Downloaded base64 v0.22.1
4182026-07-04T15:54:45.807Z Downloaded hyper-staticfile v0.10.1
4192026-07-04T15:54:45.807Z Downloaded humantime v2.3.0
4202026-07-04T15:54:45.807Z Downloaded illumos-nvpair-sys v0.2.0
4212026-07-04T15:54:45.807Z Downloaded glob v0.3.3
4222026-07-04T15:54:45.807Z Downloaded git-stub-vcs v0.1.0
4232026-07-04T15:54:45.811Z Downloaded filetime v0.2.27
4242026-07-04T15:54:45.811Z Downloaded kstat-rs v0.2.4
4252026-07-04T15:54:45.811Z Downloaded libscf-sys v1.1.0
4262026-07-04T15:54:45.812Z Downloaded lazy_static v1.5.0
4272026-07-04T15:54:45.816Z Downloaded ctutils v0.4.2
4282026-07-04T15:54:45.816Z Downloaded colored v3.1.1
4292026-07-04T15:54:45.816Z Downloaded linkme-impl v0.3.35
4302026-07-04T15:54:45.820Z Downloaded diesel-dtrace v0.5.0
4312026-07-04T15:54:45.820Z Downloaded linked-hash-map v0.5.6
4322026-07-04T15:54:45.820Z Downloaded digest v0.10.7
4332026-07-04T15:54:45.820Z Downloaded derive-ex v0.1.8
4342026-07-04T15:54:45.833Z Downloaded allocator-api2 v0.2.21
4352026-07-04T15:54:45.833Z Downloaded chacha20 v0.10.0
4362026-07-04T15:54:45.837Z Downloaded buf-list v1.1.2
4372026-07-04T15:54:45.837Z Downloaded lru-cache v0.1.2
4382026-07-04T15:54:45.837Z Downloaded half v1.8.3
4392026-07-04T15:54:45.837Z Downloaded bitflags v2.11.0
4402026-07-04T15:54:45.837Z Downloaded impl-trait-for-tuples v0.2.3
4412026-07-04T15:54:45.837Z Downloaded fatfs v0.3.6
4422026-07-04T15:54:45.837Z Downloaded bit-vec v0.6.3
4432026-07-04T15:54:45.837Z Downloaded lru-slab v0.1.2
4442026-07-04T15:54:45.837Z Downloaded ipnetwork v0.21.1
4452026-07-04T15:54:45.841Z Downloaded indoc v2.0.7
4462026-07-04T15:54:45.841Z Downloaded ingot-types v0.1.2
4472026-07-04T15:54:45.841Z Downloaded md5 v0.8.0
4482026-07-04T15:54:45.845Z Downloaded ingot v0.1.1
4492026-07-04T15:54:45.845Z Downloaded elliptic-curve v0.13.8
4502026-07-04T15:54:45.846Z Downloaded md-5 v0.10.6
4512026-07-04T15:54:45.849Z Downloaded maybe-uninit v2.0.0
4522026-07-04T15:54:45.850Z Downloaded highway v1.3.0
4532026-07-04T15:54:45.850Z Downloaded darling_core v0.23.0
4542026-07-04T15:54:45.853Z Downloaded memoffset v0.9.1
4552026-07-04T15:54:45.853Z Downloaded match_cfg v0.1.0
4562026-07-04T15:54:45.853Z Downloaded maplit v1.0.2
4572026-07-04T15:54:45.853Z Downloaded managed v0.8.0
4582026-07-04T15:54:45.856Z Downloaded keccak v0.2.0
4592026-07-04T15:54:45.856Z Downloaded hmac v0.12.1
4602026-07-04T15:54:45.859Z Downloaded generic-array v1.4.3
4612026-07-04T15:54:45.863Z Downloaded memmap v0.7.0
4622026-07-04T15:54:45.863Z Downloaded miette-derive v5.10.0
4632026-07-04T15:54:45.863Z Downloaded mime v0.3.17
4642026-07-04T15:54:45.863Z Downloaded cc v1.2.56
4652026-07-04T15:54:45.866Z Downloaded hmac v0.13.0
4662026-07-04T15:54:45.872Z Downloaded knuffel-derive v3.2.0
4672026-07-04T15:54:45.872Z Downloaded jobserver v0.1.34
4682026-07-04T15:54:45.872Z Downloaded hybrid-array v0.4.13
4692026-07-04T15:54:45.876Z Downloaded crossbeam-channel v0.5.15
4702026-07-04T15:54:45.876Z Downloaded bumpalo v3.20.2
4712026-07-04T15:54:45.876Z Downloaded httptest v0.16.4
4722026-07-04T15:54:45.880Z Downloaded new_debug_unreachable v1.0.6
4732026-07-04T15:54:45.880Z Downloaded hyper-rustls v0.27.7
4742026-07-04T15:54:45.880Z Downloaded getrandom v0.2.17
4752026-07-04T15:54:45.884Z Downloaded nested v0.1.1
4762026-07-04T15:54:45.884Z Downloaded multimap v0.10.1
4772026-07-04T15:54:45.884Z Downloaded nibble_vec v0.1.0
4782026-07-04T15:54:45.887Z Downloaded nonempty v0.12.0
4792026-07-04T15:54:45.887Z Downloaded newtype_derive v0.1.6
4802026-07-04T15:54:45.887Z Downloaded newtype-uuid-macros v0.1.0
4812026-07-04T15:54:45.887Z Downloaded newline-converter v0.3.0
4822026-07-04T15:54:45.891Z Downloaded libtest-mimic v0.8.1
4832026-07-04T15:54:45.891Z Downloaded libsw v3.5.0
4842026-07-04T15:54:45.891Z Downloaded num v0.4.3
4852026-07-04T15:54:45.891Z Downloaded iana-time-zone v0.1.65
4862026-07-04T15:54:45.894Z Downloaded getrandom v0.3.4
4872026-07-04T15:54:45.898Z Downloaded normalize-line-endings v0.3.0
4882026-07-04T15:54:45.898Z Downloaded libloading v0.8.9
4892026-07-04T15:54:45.906Z Downloaded libefi-sys v0.1.0
4902026-07-04T15:54:45.906Z Downloaded lock_api v0.4.14
4912026-07-04T15:54:45.906Z Downloaded linear-map v1.2.0
4922026-07-04T15:54:45.906Z Downloaded libsw-core v0.3.2
4932026-07-04T15:54:45.906Z Downloaded httparse v1.10.1
4942026-07-04T15:54:45.906Z Downloaded ar_archive_writer v0.5.1
4952026-07-04T15:54:45.909Z Downloaded base64 v0.21.7
4962026-07-04T15:54:45.909Z Downloaded num-derive v0.4.2
4972026-07-04T15:54:45.910Z Downloaded linkme v0.3.35
4982026-07-04T15:54:45.913Z Downloaded der v0.7.10
4992026-07-04T15:54:45.916Z Downloaded num-iter v0.1.45
5002026-07-04T15:54:45.916Z Downloaded derive_more v2.1.1
5012026-07-04T15:54:45.921Z Downloaded num-derive v0.3.3
5022026-07-04T15:54:45.926Z Downloaded num-conv v0.2.0
5032026-07-04T15:54:45.926Z Downloaded ingot-macros v0.1.1
5042026-07-04T15:54:45.926Z Downloaded half v2.7.1
5052026-07-04T15:54:45.932Z Downloaded macaddr v1.0.1
5062026-07-04T15:54:45.932Z Downloaded lzss v0.8.2
5072026-07-04T15:54:45.932Z Downloaded num_enum_derive v0.5.11
5082026-07-04T15:54:45.932Z Downloaded chumsky v0.9.3
5092026-07-04T15:54:45.939Z Downloaded num_threads v0.1.7
5102026-07-04T15:54:45.939Z Downloaded hickory-client v0.25.2
5112026-07-04T15:54:45.939Z Downloaded futures v0.3.32
5122026-07-04T15:54:45.944Z Downloaded derive_more-impl v2.1.1
5132026-07-04T15:54:45.944Z Downloaded native-tls v0.2.18
5142026-07-04T15:54:45.944Z Downloaded nanorand v0.7.0
5152026-07-04T15:54:45.946Z Downloaded openssl-macros v0.1.1
5162026-07-04T15:54:45.947Z Downloaded ed25519-dalek v2.2.0
5172026-07-04T15:54:45.947Z Downloaded opaque-debug v0.3.1
5182026-07-04T15:54:45.950Z Downloaded crypto-bigint v0.5.5
5192026-07-04T15:54:45.953Z Downloaded newtype-uuid v1.3.2
5202026-07-04T15:54:45.953Z Downloaded icu_provider v2.1.1
5212026-07-04T15:54:45.957Z Downloaded fancy-regex v0.14.0
5222026-07-04T15:54:45.957Z Downloaded module-lattice v0.2.3
5232026-07-04T15:54:45.961Z Downloaded olpc-cjson v0.1.4
5242026-07-04T15:54:45.961Z Downloaded group v0.14.0
5252026-07-04T15:54:45.961Z Downloaded openssl-probe v0.1.6
5262026-07-04T15:54:45.961Z Downloaded nodrop v0.1.14
5272026-07-04T15:54:45.965Z Downloaded packed_struct_codegen v0.10.1
5282026-07-04T15:54:45.965Z Downloaded multer v3.1.0
5292026-07-04T15:54:45.965Z Downloaded oso-derive v0.27.3
5302026-07-04T15:54:45.965Z Downloaded openssl-probe v0.2.1
5312026-07-04T15:54:45.969Z Downloaded lru v0.12.5
5322026-07-04T15:54:45.969Z Downloaded bitfield v0.19.4
5332026-07-04T15:54:45.969Z Downloaded parking v2.2.1
5342026-07-04T15:54:45.969Z Downloaded byteorder v1.5.0
5352026-07-04T15:54:45.969Z Downloaded getrandom v0.4.1
5362026-07-04T15:54:45.972Z Downloaded base64ct v1.8.3
5372026-07-04T15:54:45.975Z Downloaded darling_macro v0.20.11
5382026-07-04T15:54:45.975Z Downloaded daft v0.1.7
5392026-07-04T15:54:45.979Z Downloaded endian-type v0.1.2
5402026-07-04T15:54:45.979Z Downloaded headers v0.4.1
5412026-07-04T15:54:45.983Z Downloaded litrs v1.0.0
5422026-07-04T15:54:45.983Z Downloaded num-complex v0.4.6
5432026-07-04T15:54:45.986Z Downloaded num-integer v0.1.46
5442026-07-04T15:54:45.986Z Downloaded nu-ansi-term v0.50.3
5452026-07-04T15:54:45.986Z Downloaded parse-size v1.1.0
5462026-07-04T15:54:45.986Z Downloaded parse-display v0.10.0
5472026-07-04T15:54:45.991Z Downloaded litemap v0.8.1
5482026-07-04T15:54:45.991Z Downloaded password-hash v0.6.1
5492026-07-04T15:54:45.991Z Downloaded heapless v0.7.17
5502026-07-04T15:54:45.995Z Downloaded num_enum v0.5.11
5512026-07-04T15:54:45.998Z Downloaded flate2 v1.1.9
5522026-07-04T15:54:46.002Z Downloaded pathdiff v0.2.3
5532026-07-04T15:54:46.002Z Downloaded path-slash v0.1.5
5542026-07-04T15:54:46.002Z Downloaded peg-runtime v0.8.5
5552026-07-04T15:54:46.002Z Downloaded ipnet v2.11.0
5562026-07-04T15:54:46.011Z Downloaded mime_guess v2.0.5
5572026-07-04T15:54:46.011Z Downloaded memmap2 v0.9.10
5582026-07-04T15:54:46.012Z Downloaded indexmap v1.9.3
5592026-07-04T15:54:46.012Z Downloaded percent-encoding v2.3.2
5602026-07-04T15:54:46.012Z Downloaded num-rational v0.4.2
5612026-07-04T15:54:46.012Z Downloaded flume v0.11.1
5622026-07-04T15:54:46.012Z Downloaded async-compression v0.4.41
5632026-07-04T15:54:46.039Z Downloaded darling v0.13.4
5642026-07-04T15:54:46.039Z Downloaded const_format_proc_macros v0.2.34
5652026-07-04T15:54:46.039Z Downloaded dunce v1.0.5
5662026-07-04T15:54:46.039Z Downloaded oorandom v11.1.5
5672026-07-04T15:54:46.039Z Downloaded dropshot-api-manager-types v0.7.2
5682026-07-04T15:54:46.039Z Downloaded num_enum_derive v0.7.6
5692026-07-04T15:54:46.039Z Downloaded phf_shared v0.11.3
5702026-07-04T15:54:46.039Z Downloaded icu_normalizer v2.1.1
5712026-07-04T15:54:46.039Z Downloaded phf_shared v0.13.1
5722026-07-04T15:54:46.039Z Downloaded aes v0.9.1
5732026-07-04T15:54:46.057Z Downloaded icu_properties v2.1.2
5742026-07-04T15:54:46.057Z Downloaded der v0.8.0
5752026-07-04T15:54:46.057Z Downloaded icu_locale_core v2.1.1
5762026-07-04T15:54:46.057Z Downloaded packed_struct v0.10.1
5772026-07-04T15:54:46.078Z Downloaded owo-colors v4.3.0
5782026-07-04T15:54:46.078Z Downloaded plotters-backend v0.3.7
5792026-07-04T15:54:46.079Z Downloaded owo-colors v3.5.0
5802026-07-04T15:54:46.079Z Downloaded expectorate v1.2.0
5812026-07-04T15:54:46.079Z Downloaded ignore v0.4.25
5822026-07-04T15:54:46.079Z Downloaded icu_normalizer_data v2.1.1
5832026-07-04T15:54:46.079Z Downloaded plotters-svg v0.3.7
5842026-07-04T15:54:46.079Z Downloaded libbz2-rs-sys v0.2.2
5852026-07-04T15:54:46.079Z Downloaded log v0.4.29
5862026-07-04T15:54:46.079Z Downloaded parking_lot_core v0.8.6
5872026-07-04T15:54:46.079Z Downloaded pbkdf2 v0.13.0
5882026-07-04T15:54:46.083Z Downloaded hickory-resolver v0.24.4
5892026-07-04T15:54:46.083Z Downloaded heapless v0.8.0
5902026-07-04T15:54:46.083Z Downloaded potential_utf v0.1.4
5912026-07-04T15:54:46.083Z Downloaded peg v0.8.5
5922026-07-04T15:54:46.083Z Downloaded paste v1.0.15
5932026-07-04T15:54:46.089Z Downloaded predicates-core v1.0.10
5942026-07-04T15:54:46.089Z Downloaded peg-macros v0.8.5
5952026-07-04T15:54:46.089Z Downloaded powerfmt v0.2.0
5962026-07-04T15:54:46.089Z Downloaded pem-rfc7468 v0.7.0
5972026-07-04T15:54:46.089Z Downloaded pem v3.0.6
5982026-07-04T15:54:46.092Z Downloaded password-hash v0.5.0
5992026-07-04T15:54:46.093Z Downloaded precomputed-hash v0.1.1
6002026-07-04T15:54:46.093Z Downloaded indicatif v0.18.4
6012026-07-04T15:54:46.097Z Downloaded pem-rfc7468 v1.0.0
6022026-07-04T15:54:46.097Z Downloaded ed25519-dalek v3.0.0-rc.0
6032026-07-04T15:54:46.101Z Downloaded hickory-resolver v0.25.2
6042026-07-04T15:54:46.101Z Downloaded phc v0.6.1
6052026-07-04T15:54:46.105Z Downloaded crossterm v0.28.1
6062026-07-04T15:54:46.109Z Downloaded phf_shared v0.12.1
6072026-07-04T15:54:46.109Z Downloaded proc-macro-error-attr v1.0.4
6082026-07-04T15:54:46.109Z Downloaded proc-macro-error-attr2 v2.0.0
6092026-07-04T15:54:46.109Z Downloaded phf v0.12.1
6102026-07-04T15:54:46.110Z Downloaded parse-display-derive v0.10.0
6112026-07-04T15:54:46.113Z Downloaded num_enum v0.7.6
6122026-07-04T15:54:46.116Z Downloaded proc-macro-crate v3.4.0
6132026-07-04T15:54:46.117Z Downloaded proc-macro-crate v1.3.1
6142026-07-04T15:54:46.117Z Downloaded pin-project-internal v1.1.11
6152026-07-04T15:54:46.122Z Downloaded pin-project-lite v0.2.17
6162026-07-04T15:54:46.122Z Downloaded ml-kem v0.3.2
6172026-07-04T15:54:46.126Z Downloaded knuffel v3.2.0
6182026-07-04T15:54:46.126Z Downloaded pkg-config v0.3.32
6192026-07-04T15:54:46.129Z Downloaded criterion v0.7.0
6202026-07-04T15:54:46.133Z Downloaded progenitor-macro v0.13.0
6212026-07-04T15:54:46.133Z Downloaded partial-io v0.5.4
6222026-07-04T15:54:46.133Z Downloaded progenitor-client v0.14.0
6232026-07-04T15:54:46.137Z Downloaded plain v0.2.3
6242026-07-04T15:54:46.137Z Downloaded quick-error v1.2.3
6252026-07-04T15:54:46.140Z Downloaded psl-types v2.0.11
6262026-07-04T15:54:46.140Z Downloaded progenitor-macro v0.14.0
6272026-07-04T15:54:46.146Z Downloaded parking_lot_core v0.9.12
6282026-07-04T15:54:46.149Z Downloaded polyval v0.7.1
6292026-07-04T15:54:46.149Z Downloaded parking_lot v0.11.2
6302026-07-04T15:54:46.154Z Downloaded poly1305 v0.8.0
6312026-07-04T15:54:46.154Z Downloaded oxide-tokio-rt v0.1.4
6322026-07-04T15:54:46.158Z Downloaded path-tree v0.8.3
6332026-07-04T15:54:46.161Z Downloaded diesel_derives v2.3.7
6342026-07-04T15:54:46.164Z Downloaded predicates v3.1.4
6352026-07-04T15:54:46.164Z Downloaded rand_xorshift v0.4.0
6362026-07-04T15:54:46.168Z Downloaded predicates-tree v1.0.13
6372026-07-04T15:54:46.168Z Downloaded pest_generator v2.8.6
6382026-07-04T15:54:46.169Z Downloaded pest_derive v2.8.6
6392026-07-04T15:54:46.171Z Downloaded hashbrown v0.12.3
6402026-07-04T15:54:46.171Z Downloaded num-traits v0.2.19
6412026-07-04T15:54:46.174Z Downloaded radium v0.7.0
6422026-07-04T15:54:46.174Z Downloaded ppv-lite86 v0.2.21
6432026-07-04T15:54:46.181Z Downloaded rand_chacha v0.3.1
6442026-07-04T15:54:46.185Z Downloaded primeorder v0.13.6
6452026-07-04T15:54:46.185Z Downloaded phf v0.13.1
6462026-07-04T15:54:46.185Z Downloaded ref-cast v1.0.25
6472026-07-04T15:54:46.185Z Downloaded jiff-static v0.2.21
6482026-07-04T15:54:46.185Z Downloaded miniz_oxide v0.8.9
6492026-07-04T15:54:46.189Z Downloaded recursive-proc-macro-impl v0.1.1
6502026-07-04T15:54:46.195Z Downloaded pretty-hex v0.4.1
6512026-07-04T15:54:46.195Z Downloaded primeorder v0.14.0-rc.10
6522026-07-04T15:54:46.199Z Downloaded crossterm v0.29.0
6532026-07-04T15:54:46.199Z Downloaded progenitor v0.13.0
6542026-07-04T15:54:46.202Z Downloaded proc-macro-error2 v2.0.1
6552026-07-04T15:54:46.202Z Downloaded recursive v0.1.1
6562026-07-04T15:54:46.202Z Downloaded progenitor v0.14.0
6572026-07-04T15:54:46.205Z Downloaded pkcs8 v0.10.2
6582026-07-04T15:54:46.205Z Downloaded icu_collections v2.1.1
6592026-07-04T15:54:46.208Z Downloaded progenitor-extras v0.2.0
6602026-07-04T15:54:46.212Z Downloaded progenitor-client v0.13.0
6612026-07-04T15:54:46.212Z Downloaded pkcs8 v0.11.0
6622026-07-04T15:54:46.212Z Downloaded once_cell v1.21.3
6632026-07-04T15:54:46.218Z Downloaded pkcs1 v0.8.0-rc.4
6642026-07-04T15:54:46.218Z Downloaded pkcs1 v0.7.5
6652026-07-04T15:54:46.218Z Downloaded oso v0.27.3
6662026-07-04T15:54:46.221Z Downloaded omicron-zone-package v0.12.3
6672026-07-04T15:54:46.221Z Downloaded rfc6979 v0.4.0
6682026-07-04T15:54:46.226Z Downloaded ref-cast-impl v1.0.25
6692026-07-04T15:54:46.226Z Downloaded oxnet v0.1.6
6702026-07-04T15:54:46.226Z Downloaded proc-macro-error v1.0.4
6712026-07-04T15:54:46.230Z Downloaded papergrid v0.17.0
6722026-07-04T15:54:46.230Z Downloaded rfc6979 v0.5.0
6732026-07-04T15:54:46.234Z Downloaded r2d2 v0.8.10
6742026-07-04T15:54:46.234Z Downloaded psm v0.1.30
6752026-07-04T15:54:46.234Z Downloaded parking_lot v0.12.5
6762026-07-04T15:54:46.237Z Downloaded papergrid v0.11.0
6772026-07-04T15:54:46.241Z Downloaded russh-util v0.52.0
6782026-07-04T15:54:46.241Z Downloaded rtoolbox v0.0.3
6792026-07-04T15:54:46.241Z Downloaded postgres-protocol v0.6.10
6802026-07-04T15:54:46.241Z Downloaded russh-cryptovec v0.61.0
6812026-07-04T15:54:46.245Z Downloaded postgres-types v0.2.12
6822026-07-04T15:54:46.245Z Downloaded quote v1.0.45
6832026-07-04T15:54:46.249Z Downloaded rand_core v0.10.0
6842026-07-04T15:54:46.249Z Downloaded postcard v1.1.3
6852026-07-04T15:54:46.256Z Downloaded rustc-hash v2.1.1
6862026-07-04T15:54:46.256Z Downloaded rustc_version v0.4.1
6872026-07-04T15:54:46.256Z Downloaded minimal-lexical v0.2.1
6882026-07-04T15:54:46.256Z Downloaded miette v5.10.0
6892026-07-04T15:54:46.260Z Downloaded hickory-server v0.25.2
6902026-07-04T15:54:46.260Z Downloaded rustc_version v0.1.7
6912026-07-04T15:54:46.263Z Downloaded rand_core v0.6.4
6922026-07-04T15:54:46.263Z Downloaded dropshot-api-manager v0.7.2
6932026-07-04T15:54:46.266Z Downloaded primefield v0.14.0
6942026-07-04T15:54:46.266Z Downloaded rand_seeder v0.4.0
6952026-07-04T15:54:46.272Z Downloaded rand_core v0.9.5
6962026-07-04T15:54:46.276Z Downloaded openssl-sys v0.9.115
6972026-07-04T15:54:46.276Z Downloaded p384 v0.14.0-rc.10
6982026-07-04T15:54:46.280Z Downloaded pkcs5 v0.8.1
6992026-07-04T15:54:46.285Z Downloaded scopeguard v1.2.0
7002026-07-04T15:54:46.285Z Downloaded hashbrown v0.13.2
7012026-07-04T15:54:46.285Z Downloaded sapling-renderdag v0.1.0
7022026-07-04T15:54:46.289Z Downloaded hyper-util v0.1.20
7032026-07-04T15:54:46.295Z Downloaded scheduled-thread-pool v0.2.7
7042026-07-04T15:54:46.297Z Downloaded secrecy v0.8.0
7052026-07-04T15:54:46.297Z Downloaded scroll_derive v0.13.1
7062026-07-04T15:54:46.307Z Downloaded same-file v1.0.6
7072026-07-04T15:54:46.307Z Downloaded resolv-conf v0.7.6
7082026-07-04T15:54:46.310Z Downloaded relative-path v1.9.3
7092026-07-04T15:54:46.311Z Downloaded quinn-udp v0.5.14
7102026-07-04T15:54:46.311Z Downloaded itertools v0.10.5
7112026-07-04T15:54:46.314Z Downloaded prefix-trie v0.7.0
7122026-07-04T15:54:46.319Z Downloaded scroll_derive v0.12.1
7132026-07-04T15:54:46.319Z Downloaded secrecy v0.10.3
7142026-07-04T15:54:46.320Z Downloaded serde_bytes v0.11.19
7152026-07-04T15:54:46.323Z Downloaded serde-big-array v0.5.1
7162026-07-04T15:54:46.323Z Downloaded indexmap v2.14.0
7172026-07-04T15:54:46.325Z Downloaded memchr v2.8.0
7182026-07-04T15:54:46.327Z Downloaded rand_chacha v0.9.0
7192026-07-04T15:54:46.331Z Downloaded pest_meta v2.8.6
7202026-07-04T15:54:46.331Z Downloaded rustc-demangle v0.1.27
7212026-07-04T15:54:46.333Z Downloaded seq-macro v0.3.6
7222026-07-04T15:54:46.333Z Downloaded semver v0.1.20
7232026-07-04T15:54:46.337Z Downloaded serde_plain v1.0.2
7242026-07-04T15:54:46.340Z Downloaded clap_builder v4.6.0
7252026-07-04T15:54:46.344Z Downloaded serde_spanned v0.6.9
7262026-07-04T15:54:46.347Z Downloaded serde_repr v0.1.20
7272026-07-04T15:54:46.347Z Downloaded pin-project v1.1.11
7282026-07-04T15:54:46.352Z Downloaded p256 v0.14.0-rc.10
7292026-07-04T15:54:46.355Z Downloaded progenitor-impl v0.13.0
7302026-07-04T15:54:46.358Z Downloaded progenitor-impl v0.14.0
7312026-07-04T15:54:46.358Z Downloaded rustls-pemfile v2.2.0
7322026-07-04T15:54:46.362Z Downloaded rustls-native-certs v0.8.3
7332026-07-04T15:54:46.362Z Downloaded sha1 v0.11.0
7342026-07-04T15:54:46.365Z Downloaded serde_regex v1.1.0
7352026-07-04T15:54:46.365Z Downloaded sha1 v0.10.6
7362026-07-04T15:54:46.369Z Downloaded hashbrown v0.16.1
7372026-07-04T15:54:46.375Z Downloaded shell-words v1.1.1
7382026-07-04T15:54:46.379Z Downloaded scroll v0.12.0
7392026-07-04T15:54:46.380Z Downloaded signal-hook-tokio v0.3.1
7402026-07-04T15:54:46.380Z Downloaded scroll v0.13.0
7412026-07-04T15:54:46.383Z Downloaded rusty-fork v0.3.1
7422026-07-04T15:54:46.383Z Downloaded rustversion v1.0.22
7432026-07-04T15:54:46.393Z Downloaded signal-hook-mio v0.2.5
7442026-07-04T15:54:46.397Z Downloaded internal-russh-num-bigint v0.5.0
7452026-07-04T15:54:46.397Z Downloaded signature v2.2.0
7462026-07-04T15:54:46.397Z Downloaded serde-hex v0.1.0
7472026-07-04T15:54:46.398Z Downloaded signature v3.0.0
7482026-07-04T15:54:46.398Z Downloaded guppy v0.17.25
7492026-07-04T15:54:46.401Z Downloaded similar-asserts v1.7.0
7502026-07-04T15:54:46.405Z Downloaded sigpipe v0.1.3
7512026-07-04T15:54:46.405Z Downloaded scrypt v0.12.0
7522026-07-04T15:54:46.405Z Downloaded siphasher v1.0.2
7532026-07-04T15:54:46.409Z Downloaded crypto-primes v0.7.2
7542026-07-04T15:54:46.409Z Downloaded aho-corasick v1.1.4
7552026-07-04T15:54:46.412Z Downloaded prettyplease v0.2.37
7562026-07-04T15:54:46.415Z Downloaded rustls-pki-types v1.14.0
7572026-07-04T15:54:46.421Z Downloaded serde_derive_internals v0.29.1
7582026-07-04T15:54:46.421Z Downloaded rust-argon2 v2.1.0
7592026-07-04T15:54:46.421Z Downloaded pretty_assertions v1.4.1
7602026-07-04T15:54:46.425Z Downloaded serde_urlencoded v0.7.1
7612026-07-04T15:54:46.426Z Downloaded serde_spanned v1.1.1
7622026-07-04T15:54:46.426Z Downloaded serde_tokenstream v0.2.3
7632026-07-04T15:54:46.426Z Downloaded slog-bunyan v2.5.0
7642026-07-04T15:54:46.426Z Downloaded serde_path_to_error v0.1.20
7652026-07-04T15:54:46.426Z Downloaded sec1 v0.8.1
7662026-07-04T15:54:46.426Z Downloaded sec1 v0.7.3
7672026-07-04T15:54:46.430Z Downloaded schemars_derive v0.8.22
7682026-07-04T15:54:46.430Z Downloaded nom v7.1.3
7692026-07-04T15:54:46.433Z Downloaded rcgen v0.12.1
7702026-07-04T15:54:46.433Z Downloaded poly1305 v0.9.0
7712026-07-04T15:54:46.437Z Downloaded slog-envlogger v2.2.0
7722026-07-04T15:54:46.440Z Downloaded smawk v0.3.2
7732026-07-04T15:54:46.443Z Downloaded mio v1.2.0
7742026-07-04T15:54:46.446Z Downloaded num-bigint v0.4.6
7752026-07-04T15:54:46.449Z Downloaded hashbrown v0.17.0
7762026-07-04T15:54:46.455Z Downloaded hashbrown v0.15.5
7772026-07-04T15:54:46.462Z Downloaded signal-hook-registry v1.4.8
7782026-07-04T15:54:46.465Z Downloaded salsa20 v0.11.0
7792026-07-04T15:54:46.465Z Downloaded libxml v0.3.3
7802026-07-04T15:54:46.469Z Downloaded sha2 v0.10.9
7812026-07-04T15:54:46.472Z Downloaded itertools v0.13.0
7822026-07-04T15:54:46.475Z Downloaded simd-adler32 v0.3.8
7832026-07-04T15:54:46.475Z Downloaded stable_deref_trait v1.2.1
7842026-07-04T15:54:46.478Z Downloaded ron v0.8.1
7852026-07-04T15:54:46.485Z Downloaded itertools v0.12.1
7862026-07-04T15:54:46.485Z Downloaded rayon-core v1.13.0
7872026-07-04T15:54:46.489Z Downloaded proc-macro2 v1.0.106
7882026-07-04T15:54:46.489Z Downloaded sqlparser_derive v0.5.0
7892026-07-04T15:54:46.489Z Downloaded slab v0.4.12
7902026-07-04T15:54:46.492Z Downloaded http v1.4.2
7912026-07-04T15:54:46.492Z Downloaded strip-ansi-escapes v0.2.1
7922026-07-04T15:54:46.493Z Downloaded hashbrown v0.14.5
7932026-07-04T15:54:46.496Z Downloaded semver v1.0.28
7942026-07-04T15:54:46.499Z Downloaded slog-scope v4.4.1
7952026-07-04T15:54:46.499Z Downloaded slog-dtrace v0.3.0
7962026-07-04T15:54:46.499Z Downloaded p521 v0.14.0-rc.10
7972026-07-04T15:54:46.502Z Downloaded strsim v0.11.1
7982026-07-04T15:54:46.502Z Downloaded strsim v0.10.0
7992026-07-04T15:54:46.502Z Downloaded serde_cbor v0.11.2
8002026-07-04T15:54:46.505Z Downloaded serdect v0.4.3
8012026-07-04T15:54:46.508Z Downloaded serde_with_macros v1.5.2
8022026-07-04T15:54:46.508Z Downloaded slog-stdlog v4.1.1
8032026-07-04T15:54:46.508Z Downloaded slog-term v2.9.2
8042026-07-04T15:54:46.512Z Downloaded strum v0.26.3
8052026-07-04T15:54:46.512Z Downloaded structmeta-derive v0.3.0
8062026-07-04T15:54:46.512Z Downloaded strum v0.27.2
8072026-07-04T15:54:46.512Z Downloaded subtle v2.6.1
8082026-07-04T15:54:46.513Z Downloaded smallvec v0.6.14
8092026-07-04T15:54:46.517Z Downloaded icu_properties_data v2.1.2
8102026-07-04T15:54:46.520Z Downloaded publicsuffix v2.3.0
8112026-07-04T15:54:46.525Z Downloaded shlex v1.3.0
8122026-07-04T15:54:46.525Z Downloaded sha2 v0.11.0
8132026-07-04T15:54:46.528Z Downloaded supports-unicode v2.1.0
8142026-07-04T15:54:46.528Z Downloaded supports-hyperlinks v2.1.0
8152026-07-04T15:54:46.529Z Downloaded sync_wrapper v1.0.2
8162026-07-04T15:54:46.529Z Downloaded tagptr v0.2.0
8172026-07-04T15:54:46.529Z Downloaded hkdf v0.12.4
8182026-07-04T15:54:46.532Z Downloaded idna v1.1.0
8192026-07-04T15:54:46.536Z Downloaded spki v0.7.3
8202026-07-04T15:54:46.536Z Downloaded sync-ptr v0.1.4
8212026-07-04T15:54:46.536Z Downloaded quinn v0.11.9
8222026-07-04T15:54:46.543Z Downloaded futures-util v0.3.32
8232026-07-04T15:54:46.549Z Downloaded tabled_derive v0.7.0
8242026-07-04T15:54:46.549Z Downloaded schemars v0.8.22
8252026-07-04T15:54:46.552Z Downloaded tap v1.0.1
8262026-07-04T15:54:46.552Z Downloaded tabled_derive v0.11.0
8272026-07-04T15:54:46.552Z Downloaded serde_derive v1.0.228
8282026-07-04T15:54:46.555Z Downloaded tabwriter v1.4.1
8292026-07-04T15:54:46.555Z Downloaded take_mut v0.2.2
8302026-07-04T15:54:46.561Z Downloaded snafu-derive v0.8.9
8312026-07-04T15:54:46.561Z Downloaded sqlformat v0.3.5
8322026-07-04T15:54:46.561Z Downloaded rand v0.8.6
8332026-07-04T15:54:46.568Z Downloaded target-triple v1.0.0
8342026-07-04T15:54:46.568Z Downloaded stringmetrics v2.2.2
8352026-07-04T15:54:46.568Z Downloaded ssh-cipher v0.3.0-rc.9
8362026-07-04T15:54:46.568Z Downloaded stringprep v0.1.5
8372026-07-04T15:54:46.577Z Downloaded ssh-encoding v0.3.0-rc.9
8382026-07-04T15:54:46.577Z Downloaded string_cache v0.8.9
8392026-07-04T15:54:46.577Z Downloaded stacker v0.1.23
8402026-07-04T15:54:46.577Z Downloaded rand_distr v0.5.1
8412026-07-04T15:54:46.577Z Downloaded itertools v0.14.0
8422026-07-04T15:54:46.581Z Downloaded smallvec v1.15.1
8432026-07-04T15:54:46.581Z Downloaded termtree v0.5.1
8442026-07-04T15:54:46.581Z Downloaded terminal_size v0.4.3
8452026-07-04T15:54:46.581Z Downloaded terminal_size v0.1.17
8462026-07-04T15:54:46.581Z Downloaded strum_macros v0.27.2
8472026-07-04T15:54:46.585Z Downloaded signal-hook v0.3.18
8482026-07-04T15:54:46.585Z Downloaded strum_macros v0.26.4
8492026-07-04T15:54:46.585Z Downloaded strum_macros v0.24.3
8502026-07-04T15:54:46.589Z Downloaded static_assertions v1.1.0
8512026-07-04T15:54:46.589Z Downloaded rstest v0.25.0
8522026-07-04T15:54:46.593Z Downloaded spki v0.8.0
8532026-07-04T15:54:46.593Z Downloaded qorb v0.4.1
8542026-07-04T15:54:46.596Z Downloaded rsa v0.9.10
8552026-07-04T15:54:46.599Z Downloaded synstructure v0.13.2
8562026-07-04T15:54:46.599Z Downloaded testing_table v0.3.0
8572026-07-04T15:54:46.655Z Downloaded support-bundle-viewer v0.1.2
8582026-07-04T15:54:46.655Z Downloaded structmeta v0.3.0
8592026-07-04T15:54:46.655Z Downloaded similar v2.7.0
8602026-07-04T15:54:46.655Z Downloaded rand v0.9.2
8612026-07-04T15:54:46.655Z Downloaded tinyvec_macros v0.1.1
8622026-07-04T15:54:46.655Z Downloaded thread-id v5.1.0
8632026-07-04T15:54:46.655Z Downloaded thread-id v4.2.2
8642026-07-04T15:54:46.655Z Downloaded iri-string v0.7.10
8652026-07-04T15:54:46.656Z Downloaded swrite v0.1.0
8662026-07-04T15:54:46.656Z Downloaded slog v2.8.2
8672026-07-04T15:54:46.656Z Downloaded bitvec v1.0.1
8682026-07-04T15:54:46.656Z Downloaded target-lexicon v0.13.3
8692026-07-04T15:54:46.656Z Downloaded spin v0.9.8
8702026-07-04T15:54:46.656Z Downloaded time-core v0.1.8
8712026-07-04T15:54:46.656Z Downloaded tokio-macros v2.7.0
8722026-07-04T15:54:46.656Z Downloaded schemars v0.9.0
8732026-07-04T15:54:46.656Z Downloaded toml_write v0.1.2
8742026-07-04T15:54:46.656Z Downloaded target-spec v3.5.7
8752026-07-04T15:54:46.656Z Downloaded toml_datetime v0.6.11
8762026-07-04T15:54:46.656Z Downloaded samael v0.0.19
8772026-07-04T15:54:46.656Z Downloaded rstest_macros v0.25.0
8782026-07-04T15:54:46.663Z Downloaded tokio-test v0.4.5
8792026-07-04T15:54:46.663Z Downloaded libm v0.2.16
8802026-07-04T15:54:46.663Z Downloaded tower-service v0.3.3
8812026-07-04T15:54:46.663Z Downloaded tower-layer v0.3.3
8822026-07-04T15:54:46.663Z Downloaded termios v0.3.3
8832026-07-04T15:54:46.663Z Downloaded termcolor v1.4.1
8842026-07-04T15:54:46.663Z Downloaded serde_core v1.0.228
8852026-07-04T15:54:46.663Z Downloaded topological-sort v0.2.2
8862026-07-04T15:54:46.663Z Downloaded try-lock v0.2.5
8872026-07-04T15:54:46.663Z Downloaded trait-variant v0.1.2
8882026-07-04T15:54:46.667Z Downloaded supports-color v3.0.2
8892026-07-04T15:54:46.667Z Downloaded supports-color v2.1.0
8902026-07-04T15:54:46.668Z Downloaded smf v0.2.3
8912026-07-04T15:54:46.668Z Downloaded serde_with_macros v3.17.0
8922026-07-04T15:54:46.668Z Downloaded rustls-platform-verifier v0.6.2
8932026-07-04T15:54:46.671Z Downloaded thiserror v2.0.18
8942026-07-04T15:54:46.671Z Downloaded thiserror-no-std v2.0.2
8952026-07-04T15:54:46.674Z Downloaded serde v1.0.228
8962026-07-04T15:54:46.676Z Downloaded tiny-keccak v2.0.2
8972026-07-04T15:54:46.682Z Downloaded thread_local v1.1.9
8982026-07-04T15:54:46.683Z Downloaded typify-macro v0.6.2
8992026-07-04T15:54:46.683Z Downloaded bindgen v0.71.1
9002026-07-04T15:54:46.685Z Downloaded unarray v0.1.4
9012026-07-04T15:54:46.689Z Downloaded thiserror-impl-no-std v2.0.2
9022026-07-04T15:54:46.689Z Downloaded thiserror-impl v2.0.18
9032026-07-04T15:54:46.689Z Downloaded thiserror-impl v1.0.69
9042026-07-04T15:54:46.689Z Downloaded rustls-webpki v0.103.13
9052026-07-04T15:54:46.694Z Downloaded socket2 v0.5.10
9062026-07-04T15:54:46.694Z Downloaded nom v8.0.0
9072026-07-04T15:54:46.699Z Downloaded rand v0.10.1
9082026-07-04T15:54:46.704Z Downloaded pest v2.8.6
9092026-07-04T15:54:46.704Z Downloaded tinytemplate v1.2.1
9102026-07-04T15:54:46.704Z Downloaded term v0.7.0
9112026-07-04T15:54:46.708Z Downloaded unit-prefix v0.5.2
9122026-07-04T15:54:46.708Z Downloaded iddqd v0.4.2
9132026-07-04T15:54:46.716Z Downloaded untrusted v0.9.0
9142026-07-04T15:54:46.716Z Downloaded tokio-dtrace v0.1.1
9152026-07-04T15:54:46.716Z Downloaded usdt-attr-macro v0.5.0
9162026-07-04T15:54:46.716Z Downloaded usdt v0.6.0
9172026-07-04T15:54:46.719Z Downloaded plotters v0.3.7
9182026-07-04T15:54:46.724Z Downloaded usdt v0.5.0
9192026-07-04T15:54:46.724Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9202026-07-04T15:54:46.724Z Downloaded term v1.2.1
9212026-07-04T15:54:46.727Z Downloaded tokio-tungstenite v0.23.1
9222026-07-04T15:54:46.727Z Downloaded hkdf v0.13.0
9232026-07-04T15:54:46.735Z Downloaded usdt-attr-macro v0.6.0
9242026-07-04T15:54:46.736Z Downloaded toml_writer v1.1.1+spec-1.1.0
9252026-07-04T15:54:46.736Z Downloaded utf8parse v0.2.2
9262026-07-04T15:54:46.736Z Downloaded utf8_iter v1.0.4
9272026-07-04T15:54:46.736Z Downloaded utf-8 v0.7.6
9282026-07-04T15:54:46.736Z Downloaded usdt-macro v0.6.0
9292026-07-04T15:54:46.736Z Downloaded usdt-macro v0.5.0
9302026-07-04T15:54:46.736Z Downloaded goblin v0.8.2
9312026-07-04T15:54:46.739Z Downloaded subprocess v0.2.15
9322026-07-04T15:54:46.744Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9332026-07-04T15:54:46.744Z Downloaded chrono v0.4.44
9342026-07-04T15:54:46.747Z Downloaded schemars v1.2.1
9352026-07-04T15:54:46.755Z Downloaded tui-tree-widget v0.23.1
9362026-07-04T15:54:46.759Z Downloaded untrusted v0.7.1
9372026-07-04T15:54:46.759Z Downloaded universal-hash v0.6.1
9382026-07-04T15:54:46.759Z Downloaded wait-timeout v0.2.1
9392026-07-04T15:54:46.759Z Downloaded serde_yaml v0.9.34+deprecated
9402026-07-04T15:54:46.762Z Downloaded unicase v2.9.0
9412026-07-04T15:54:46.762Z Downloaded unicode-truncate v1.1.0
9422026-07-04T15:54:46.765Z Downloaded universal-hash v0.5.1
9432026-07-04T15:54:46.765Z Downloaded unicode-linebreak v0.1.5
9442026-07-04T15:54:46.765Z Downloaded tokio-native-tls v0.3.1
9452026-07-04T15:54:46.768Z Downloaded tls_codec_derive v0.4.2
9462026-07-04T15:54:46.768Z Downloaded tempfile v3.25.0
9472026-07-04T15:54:46.773Z Downloaded tokio-stream v0.1.18
9482026-07-04T15:54:46.773Z Downloaded tinystr v0.8.2
9492026-07-04T15:54:46.773Z Downloaded time-macros v0.2.27
9502026-07-04T15:54:46.773Z Downloaded unicode-xid v0.2.6
9512026-07-04T15:54:46.777Z Downloaded socket2 v0.6.3
9522026-07-04T15:54:46.777Z Downloaded thiserror v1.0.69
9532026-07-04T15:54:46.781Z Downloaded want v0.3.1
9542026-07-04T15:54:46.781Z Downloaded waitgroup v0.1.2
9552026-07-04T15:54:46.785Z Downloaded num-bigint-dig v0.8.6
9562026-07-04T15:54:46.785Z Downloaded tokio-rustls v0.26.4
9572026-07-04T15:54:46.789Z Downloaded void v1.0.2
9582026-07-04T15:54:46.789Z Downloaded h2 v0.4.15
9592026-07-04T15:54:46.792Z Downloaded xattr v1.6.1
9602026-07-04T15:54:46.792Z Downloaded usdt-impl v0.6.0
9612026-07-04T15:54:46.792Z Downloaded rsa v0.10.0-rc.18
9622026-07-04T15:54:46.797Z Downloaded slog-async v2.8.0
9632026-07-04T15:54:46.799Z Downloaded ryu v1.0.23
9642026-07-04T15:54:46.799Z Downloaded toml_parser v1.1.2+spec-1.1.0
9652026-07-04T15:54:46.800Z Downloaded slog-json v2.6.1
9662026-07-04T15:54:46.805Z Downloaded hyper v1.10.1
9672026-07-04T15:54:46.808Z Downloaded yoke-derive v0.8.1
9682026-07-04T15:54:46.808Z Downloaded uzers v0.12.2
9692026-07-04T15:54:46.808Z Downloaded toml v0.8.23
9702026-07-04T15:54:46.812Z Downloaded xshell-macros v0.2.7
9712026-07-04T15:54:46.812Z Downloaded tokio-tungstenite v0.21.0
9722026-07-04T15:54:46.818Z Downloaded zerofrom v0.1.6
9732026-07-04T15:54:46.818Z Downloaded rpassword v7.4.0
9742026-07-04T15:54:46.818Z Downloaded rustyline v14.0.0
9752026-07-04T15:54:46.823Z Downloaded tracing-attributes v0.1.31
9762026-07-04T15:54:46.823Z Downloaded textwrap v0.16.2
9772026-07-04T15:54:46.826Z Downloaded zerofrom-derive v0.1.6
9782026-07-04T15:54:46.826Z Downloaded textwrap v0.15.2
9792026-07-04T15:54:46.826Z Downloaded test-strategy v0.4.5
9802026-07-04T15:54:46.832Z Downloaded trybuild v1.0.116
9812026-07-04T15:54:46.836Z Downloaded twox-hash v2.1.2
9822026-07-04T15:54:46.836Z Downloaded zeroize_derive v1.4.3
9832026-07-04T15:54:46.840Z Downloaded version_check v0.9.5
9842026-07-04T15:54:46.841Z Downloaded zone v0.3.1
9852026-07-04T15:54:46.841Z Downloaded vergen-lib v0.1.6
9862026-07-04T15:54:46.844Z Downloaded vergen-gitcl v1.0.8
9872026-07-04T15:54:46.844Z Downloaded zone_cfg_derive v0.3.1
9882026-07-04T15:54:46.844Z Downloaded vergen-lib v9.1.0
9892026-07-04T15:54:46.844Z Downloaded unicode-properties v0.1.4
9902026-07-04T15:54:46.847Z Downloaded vergen-git2 v9.1.0
9912026-07-04T15:54:46.847Z Downloaded ucd-trie v0.1.7
9922026-07-04T15:54:46.851Z Downloaded tinyvec v1.10.0
9932026-07-04T15:54:46.851Z Downloaded tar v0.4.45
9942026-07-04T15:54:46.854Z Downloaded steno v0.4.1
9952026-07-04T15:54:46.854Z Downloaded vsss-rs v3.3.4
9962026-07-04T15:54:46.857Z Downloaded whoami v2.1.0
9972026-07-04T15:54:46.857Z Downloaded snafu v0.8.9
9982026-07-04T15:54:46.861Z Downloaded whoami v1.6.1
9992026-07-04T15:54:46.866Z Downloaded wyz v0.5.1
10002026-07-04T15:54:46.866Z Downloaded walkdir v2.5.0
10012026-07-04T15:54:46.874Z Downloaded usdt-impl v0.5.0
10022026-07-04T15:54:46.877Z Downloaded xshell v0.2.7
10032026-07-04T15:54:46.878Z Downloaded p384 v0.13.1
10042026-07-04T15:54:46.881Z Downloaded zeroize v1.8.2
10052026-07-04T15:54:46.881Z Downloaded tracing-core v0.1.36
10062026-07-04T15:54:46.885Z Downloaded toml v1.1.2+spec-1.1.0
10072026-07-04T15:54:46.885Z Downloaded zerovec-derive v0.11.2
10082026-07-04T15:54:46.887Z Downloaded yoke v0.8.1
10092026-07-04T15:54:46.891Z Downloaded vergen v9.1.0
10102026-07-04T15:54:46.896Z Downloaded typify v0.6.2
10112026-07-04T15:54:46.896Z Downloaded blake3 v1.8.5
10122026-07-04T15:54:46.905Z Downloaded tls_codec v0.4.2
10132026-07-04T15:54:46.905Z Downloaded serde_with v1.14.0
10142026-07-04T15:54:46.914Z Downloaded zmij v1.0.21
10152026-07-04T15:54:46.916Z Downloaded writeable v0.6.2
10162026-07-04T15:54:46.917Z Downloaded toml v0.7.8
10172026-07-04T15:54:46.917Z Downloaded toml_edit v0.23.10+spec-1.0.0
10182026-07-04T15:54:46.920Z Downloaded zstd v0.13.3
10192026-07-04T15:54:46.922Z Downloaded unicode-ident v1.0.24
10202026-07-04T15:54:46.923Z Downloaded unsafe-libyaml v0.2.11
10212026-07-04T15:54:46.927Z Downloaded unicode-bidi v0.3.18
10222026-07-04T15:54:46.927Z Downloaded git2 v0.20.4
10232026-07-04T15:54:46.934Z Downloaded zstd-safe v7.2.4
10242026-07-04T15:54:46.947Z Downloaded tungstenite v0.21.0
10252026-07-04T15:54:46.951Z Downloaded toml_edit v0.22.27
10262026-07-04T15:54:46.953Z Downloaded uuid v1.23.4
10272026-07-04T15:54:46.958Z Downloaded yasna v0.5.2
10282026-07-04T15:54:46.958Z Downloaded zerocopy v0.6.6
10292026-07-04T15:54:46.958Z Downloaded vte v0.14.1
10302026-07-04T15:54:46.963Z Downloaded moka v0.12.13
10312026-07-04T15:54:46.969Z Downloaded reedline v0.40.0
10322026-07-04T15:54:46.975Z Downloaded tungstenite v0.23.0
10332026-07-04T15:54:46.984Z Downloaded quick-xml v0.37.5
10342026-07-04T15:54:46.987Z Downloaded reqwest v0.13.2
10352026-07-04T15:54:46.992Z Downloaded portable-atomic v1.13.1
10362026-07-04T15:54:46.995Z Downloaded rayon v1.11.0
10372026-07-04T15:54:47.003Z Downloaded tokio-postgres v0.7.16
10382026-07-04T15:54:47.007Z Downloaded toml_edit v0.19.15
10392026-07-04T15:54:47.013Z Downloaded zerocopy-derive v0.7.35
10402026-07-04T15:54:47.017Z Downloaded lalrpop v0.19.12
10412026-07-04T15:54:47.022Z Downloaded serde_json v1.0.150
10422026-07-04T15:54:47.026Z Downloaded curve25519-dalek v4.1.3
10432026-07-04T15:54:47.032Z Downloaded zopfli v0.8.3
10442026-07-04T15:54:47.036Z Downloaded goblin v0.10.5
10452026-07-04T15:54:47.040Z Downloaded petname v2.0.2
10462026-07-04T15:54:47.044Z Downloaded unicode_categories v0.1.1
10472026-07-04T15:54:47.047Z Downloaded url v2.5.8
10482026-07-04T15:54:47.052Z Downloaded proptest v1.10.0
10492026-07-04T15:54:47.060Z Downloaded zip v0.6.6
10502026-07-04T15:54:47.068Z Downloaded unicode-segmentation v1.12.0
10512026-07-04T15:54:47.080Z Downloaded typenum v1.20.1
10522026-07-04T15:54:47.080Z Downloaded regex v1.12.3
10532026-07-04T15:54:47.081Z Downloaded zerotrie v0.2.3
10542026-07-04T15:54:47.084Z Downloaded crypto-bigint v0.7.5
10552026-07-04T15:54:47.090Z Downloaded zerocopy-derive v0.8.40
10562026-07-04T15:54:47.095Z Downloaded x509-cert v0.2.5
10572026-07-04T15:54:47.098Z Downloaded reqwest v0.12.28
10582026-07-04T15:54:47.105Z Downloaded yansi v1.0.1
10592026-07-04T15:54:47.108Z Downloaded tower v0.5.3
10602026-07-04T15:54:47.113Z Downloaded ssh-key v0.7.0-rc.10
10612026-07-04T15:54:47.118Z Downloaded tokio-util v0.7.18
10622026-07-04T15:54:47.121Z Downloaded tough v0.22.0
10632026-07-04T15:54:47.125Z Downloaded zip v4.6.1
10642026-07-04T15:54:47.129Z Downloaded bstr v1.12.1
10652026-07-04T15:54:47.136Z Downloaded typed-path v0.9.3
10662026-07-04T15:54:47.138Z Downloaded object v0.30.4
10672026-07-04T15:54:47.142Z Downloaded serde_with v3.17.0
10682026-07-04T15:54:47.151Z Downloaded tower-http v0.6.8
10692026-07-04T15:54:47.154Z Downloaded nix v0.27.1
10702026-07-04T15:54:47.161Z Downloaded salty v0.3.0
10712026-07-04T15:54:47.165Z Downloaded unicode-normalization v0.1.25
10722026-07-04T15:54:47.168Z Downloaded nix v0.28.0
10732026-07-04T15:54:47.173Z Downloaded curve25519-dalek v5.0.0-rc.0
10742026-07-04T15:54:47.179Z Downloaded russh v0.61.2
10752026-07-04T15:54:47.187Z Downloaded winnow v0.5.40
10762026-07-04T15:54:47.192Z Downloaded winnow v0.6.26
10772026-07-04T15:54:47.198Z Downloaded gimli v0.32.3
10782026-07-04T15:54:47.203Z Downloaded radix_trie v0.2.1
10792026-07-04T15:54:47.206Z Downloaded dropshot v0.17.1
10802026-07-04T15:54:47.228Z Downloaded polar-core v0.27.3
10812026-07-04T15:54:47.233Z Downloaded zerovec v0.11.5
10822026-07-04T15:54:47.237Z Downloaded winnow v1.0.3
10832026-07-04T15:54:47.243Z Downloaded nix v0.31.2
10842026-07-04T15:54:47.251Z Downloaded quinn-proto v0.11.13
10852026-07-04T15:54:47.255Z Downloaded time v0.3.47
10862026-07-04T15:54:47.263Z Downloaded winnow v0.7.14
10872026-07-04T15:54:47.269Z Downloaded smoltcp v0.9.1
10882026-07-04T15:54:47.276Z Downloaded zerocopy v0.7.35
10892026-07-04T15:54:47.285Z Downloaded vcpkg v0.2.15
10902026-07-04T15:54:47.309Z Downloaded zlib-rs v0.6.2
10912026-07-04T15:54:47.313Z Downloaded regress v0.11.1
10922026-07-04T15:54:47.321Z Downloaded regex-syntax v0.6.29
10932026-07-04T15:54:47.323Z Downloaded tabled v0.15.0
10942026-07-04T15:54:47.330Z Downloaded unicode-width v0.1.14
10952026-07-04T15:54:47.333Z Downloaded rustix v0.38.44
10962026-07-04T15:54:47.347Z Downloaded syn v1.0.109
10972026-07-04T15:54:47.352Z Downloaded object v0.37.3
10982026-07-04T15:54:47.359Z Downloaded hickory-proto v0.24.4
10992026-07-04T15:54:47.368Z Downloaded syn v2.0.117
11002026-07-04T15:54:47.375Z Downloaded hickory-proto v0.25.2
11012026-07-04T15:54:47.384Z Downloaded openapiv3 v2.2.0
11022026-07-04T15:54:47.393Z Downloaded sqlparser v0.61.0
11032026-07-04T15:54:47.399Z Downloaded openssl v0.10.79
11042026-07-04T15:54:47.403Z Downloaded diesel v2.3.7
11052026-07-04T15:54:47.415Z Downloaded sled v0.34.7
11062026-07-04T15:54:47.421Z Downloaded fiat-crypto v0.3.0
11072026-07-04T15:54:47.430Z Downloaded unicode-width v0.2.0
11082026-07-04T15:54:47.433Z Downloaded typify-impl v0.6.2
11092026-07-04T15:54:47.442Z Downloaded zerocopy v0.8.40
11102026-07-04T15:54:47.447Z Downloaded tracing v0.1.44
11112026-07-04T15:54:47.467Z Downloaded regex-syntax v0.8.10
11122026-07-04T15:54:47.472Z Downloaded smoltcp v0.11.0
11132026-07-04T15:54:47.480Z Downloaded regress v0.10.5
11142026-07-04T15:54:47.485Z Downloaded bzip2-sys v0.1.13+1.0.8
11152026-07-04T15:54:47.492Z Downloaded rustls v0.23.41
11162026-07-04T15:54:47.499Z Downloaded tabled v0.20.0
11172026-07-04T15:54:47.510Z Downloaded jiff v0.2.21
11182026-07-04T15:54:47.522Z Downloaded petgraph v0.8.3
11192026-07-04T15:54:47.535Z Downloaded libc v0.2.185
11202026-07-04T15:54:47.557Z Downloaded rustix v1.1.3
11212026-07-04T15:54:47.617Z Downloaded ratatui v0.29.0
11222026-07-04T15:54:47.630Z Downloaded sha3 v0.11.0
11232026-07-04T15:54:47.662Z Downloaded regex-automata v0.4.14
11242026-07-04T15:54:47.676Z Downloaded zerocopy-derive v0.6.6
11252026-07-04T15:54:47.699Z Downloaded chrono-tz v0.10.4
11262026-07-04T15:54:47.721Z Downloaded petgraph v0.6.5
11272026-07-04T15:54:47.778Z Downloaded csv v1.4.0
11282026-07-04T15:54:47.808Z Downloaded libz-sys v1.1.24
11292026-07-04T15:54:47.844Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11302026-07-04T15:54:47.856Z Downloaded sha3 v0.10.8
11312026-07-04T15:54:47.867Z Downloaded tokio v1.52.1
11322026-07-04T15:54:47.943Z Downloaded encoding_rs v0.8.35
11332026-07-04T15:54:48.006Z Downloaded ring v0.17.14
11342026-07-04T15:54:48.027Z Downloaded httpmock v0.8.3
11352026-07-04T15:54:48.051Z Downloaded libgit2-sys v0.18.3+1.9.2
11362026-07-04T15:54:48.166Z Downloaded aws-lc-sys v0.40.0
11372026-07-04T15:54:48.623Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-04T15:54:53.990Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-04T15:54:54.103Z Startup: Caching catalogs ... Done
11402026-07-04T15:54:54.614ZPlanning: Solver setup ... Done (0.464s)
11412026-07-04T15:54:54.641ZPlanning: Running solver ... Done (0.027s)
11422026-07-04T15:54:54.655ZPlanning: Finding local manifests ... Done (0.003s)
11432026-07-04T15:54:54.668ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-04T15:54:54.687ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-04T15:54:54.701ZPlanning: Package planning ... Done (0.015s)
11462026-07-04T15:54:54.705ZPlanning: Merging actions ... Done (0.002s)
11472026-07-04T15:54:54.873ZPlanning: Checking for conflicting actions ... Done (0.170s)
11482026-07-04T15:54:54.876ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-04T15:54:55.809ZPlanning: Evaluating mediators ... Done (0.935s)
11502026-07-04T15:54:55.811ZPlanning: Planning completed in 1.69 seconds
11512026-07-04T15:54:55.819Z Packages to install: 2
11522026-07-04T15:54:55.819Z Estimated space available: 155.78 GB
11532026-07-04T15:54:55.819ZEstimated space to be consumed: 30.98 MB
11542026-07-04T15:54:55.819Z Create boot environment: No
11552026-07-04T15:54:55.819ZCreate backup boot environment: No
11562026-07-04T15:54:55.819Z Rebuild boot archive: No
11572026-07-04T15:54:55.819Z
11582026-07-04T15:54:55.819ZChanged packages:
11592026-07-04T15:54:55.825Zhelios
11602026-07-04T15:54:55.825Z developer/build-essential
11612026-07-04T15:54:55.825Z None -> 11-3.0
11622026-07-04T15:54:55.825Z library/libxmlsec1
11632026-07-04T15:54:55.825Z None -> 1.2.35-3.0
11642026-07-04T15:54:55.846Z
11652026-07-04T15:54:55.846ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-04T15:54:56.324ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
11672026-07-04T15:54:56.437Z Actions: 1/268 actions (Installing new actions)
11682026-07-04T15:54:56.478Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-04T15:54:56.489ZFinalize: Updating package state database ... Done (0.011s)
11702026-07-04T15:54:56.489ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-04T15:54:56.522ZFinalize: Updating image state ... Done (0.032s)
11722026-07-04T15:54:59.257ZFinalize: Creating fast lookup database ... Done (2.696s)
11732026-07-04T15:54:59.322ZFinalize: Reading search index ... Done (0.014s)
11742026-07-04T15:54:59.326ZFinalize: Updating search index ... Done (0.000s)
11752026-07-04T15:54:59.408ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-04T15:54:59.752ZPlanning: Evaluating mediator changes ... Done
11772026-07-04T15:54:59.864ZPlanning: Checking for conflicting actions ... Done
11782026-07-04T15:54:59.869ZPlanning: Consolidating action changes ... Done
11792026-07-04T15:55:00.025ZPlanning: Evaluating mediators ... Done
11802026-07-04T15:55:00.031ZPlanning: Planning completed in 0.27 seconds
11812026-07-04T15:55:00.048Z Mediators to change: 2
11822026-07-04T15:55:00.049Z Create boot environment: No
11832026-07-04T15:55:00.049ZCreate backup boot environment: No
11842026-07-04T15:55:00.122ZFinalize: Updating package state database ... Done
11852026-07-04T15:55:00.123ZFinalize: Updating package cache ... Done
11862026-07-04T15:55:00.143ZFinalize: Updating image state ... Done
11872026-07-04T15:55:02.176ZFinalize: Creating fast lookup database ... Done
11882026-07-04T15:55:02.249ZFinalize: Reading search index ... Done
11892026-07-04T15:55:02.253ZFinalize: Updating search index ... Done
11902026-07-04T15:55:02.344ZFinalize: Updating package cache ... Done
11912026-07-04T15:55:02.701ZPlanning: Evaluating mediator changes ... Done
11922026-07-04T15:55:02.781ZPlanning: Checking for conflicting actions ... Done
11932026-07-04T15:55:02.803ZPlanning: Consolidating action changes ... Done
11942026-07-04T15:55:02.927ZPlanning: Evaluating mediators ... Done
11952026-07-04T15:55:02.930ZPlanning: Planning completed in 0.27 seconds
11962026-07-04T15:55:02.951Z Mediators to change: 1
11972026-07-04T15:55:02.951Z Create boot environment: No
11982026-07-04T15:55:02.951ZCreate backup boot environment: No
11992026-07-04T15:55:03.007ZFinalize: Updating package state database ... Done
12002026-07-04T15:55:03.008ZFinalize: Updating package cache ... Done
12012026-07-04T15:55:03.030ZFinalize: Updating image state ... Done
12022026-07-04T15:55:05.060ZFinalize: Creating fast lookup database ... Done
12032026-07-04T15:55:05.132ZFinalize: Reading search index ... Done
12042026-07-04T15:55:05.135ZFinalize: Updating search index ... Done
12052026-07-04T15:55:05.225ZFinalize: Updating package cache ... Done
12062026-07-04T15:55:05.548ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-04T15:55:05.548Zapache system 2.4 system
12082026-07-04T15:55:05.548Zclang system 15 system
12092026-07-04T15:55:05.548Zcsh system system illumos
12102026-07-04T15:55:05.548Zctags system system illumos
12112026-07-04T15:55:05.548Zfile vendor vendor darwinsys
12122026-07-04T15:55:05.548Zfile system system illumos
12132026-07-04T15:55:05.548Zgcc vendor 14 vendor
12142026-07-04T15:55:05.549Zgcc system 13 system
12152026-07-04T15:55:05.549Zgcc system 10 system
12162026-07-04T15:55:05.549Zgo system 1.25 system
12172026-07-04T15:55:05.549Zllvm system 15 system
12182026-07-04T15:55:05.549Zmariadb system 11.4 system
12192026-07-04T15:55:05.549Zmta vendor vendor dma
12202026-07-04T15:55:05.549Zopenjdk system 17 system
12212026-07-04T15:55:05.549Zopenjdk system 11 system
12222026-07-04T15:55:05.549Zopenssl vendor 3 vendor
12232026-07-04T15:55:05.549Zperl system 5.40 system
12242026-07-04T15:55:05.549Zpostgresql system 18 system
12252026-07-04T15:55:05.549Zpostgresql system 17 system
12262026-07-04T15:55:05.549Zpython vendor 3 vendor
12272026-07-04T15:55:05.549Zpython system 2 system
12282026-07-04T15:55:05.549Zpython3 vendor 3.13 vendor
12292026-07-04T15:55:05.550Zruby system 3.4 system
12302026-07-04T15:55:05.550Zruby system 3.0 system
12312026-07-04T15:55:05.550Zwords vendor vendor american-english
12322026-07-04T15:55:05.550Zwords system system australian-english
12332026-07-04T15:55:05.550Zwords system system british-english
12342026-07-04T15:55:05.550Zwords system system canadian-english
12352026-07-04T15:55:05.550Zwords system system french
12362026-07-04T15:55:05.550Zwords system system italian
12372026-07-04T15:55:05.550Zwords system system ngerman
12382026-07-04T15:55:05.550Zwords system system ogerman
12392026-07-04T15:55:05.550Zwords system system spanish
12402026-07-04T15:55:05.820ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-04T15:55:05.820Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-04T15:55:06.135ZFMRI IFO
12432026-07-04T15:55:06.135Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-04T15:55:06.135Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-04T15:55:06.135Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-04T15:55:06.135Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-04T15:55:06.135Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-04T15:55:06.136Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-04T15:55:06.136Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-04T15:55:06.136Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-04T15:55:06.136Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-04T15:55:06.693Z Downloading crates ...
12532026-07-04T15:55:06.798Z Downloaded cargo_toml v0.21.0
12542026-07-04T15:55:06.916Z Compiling proc-macro2 v1.0.106
12552026-07-04T15:55:06.916Z Compiling quote v1.0.45
12562026-07-04T15:55:06.916Z Compiling unicode-ident v1.0.24
12572026-07-04T15:55:06.916Z Compiling serde_core v1.0.228
12582026-07-04T15:55:06.916Z Compiling libc v0.2.185
12592026-07-04T15:55:06.916Z Compiling version_check v0.9.5
12602026-07-04T15:55:06.916Z Compiling memchr v2.8.0
12612026-07-04T15:55:06.916Z Compiling serde v1.0.228
12622026-07-04T15:55:06.916Z Compiling zmij v1.0.21
12632026-07-04T15:55:06.916Z Compiling itoa v1.0.17
12642026-07-04T15:55:06.916Z Compiling ucd-trie v0.1.7
12652026-07-04T15:55:06.916Z Compiling thiserror v1.0.69
12662026-07-04T15:55:06.916Z Compiling rustix v1.1.3
12672026-07-04T15:55:06.948Z Compiling byteorder v1.5.0
12682026-07-04T15:55:07.021Z Compiling serde_json v1.0.150
12692026-07-04T15:55:07.181Z Compiling bitflags v2.11.0
12702026-07-04T15:55:07.293Z Compiling camino v1.2.2
12712026-07-04T15:55:07.368Z Compiling usdt-impl v0.5.0
12722026-07-04T15:55:07.433Z Compiling proc-macro-error-attr v1.0.4
12732026-07-04T15:55:07.478Z Compiling pest v2.8.6
12742026-07-04T15:55:07.519Z Compiling syn v1.0.109
12752026-07-04T15:55:07.528Z Compiling proc-macro-error v1.0.4
12762026-07-04T15:55:07.579Z Compiling utf8parse v0.2.2
12772026-07-04T15:55:07.598Z Compiling equivalent v1.0.2
12782026-07-04T15:55:07.629Z Compiling getrandom v0.4.1
12792026-07-04T15:55:07.696Z Compiling plain v0.2.3
12802026-07-04T15:55:07.742Z Compiling log v0.4.29
12812026-07-04T15:55:07.750Z Compiling hashbrown v0.17.0
12822026-07-04T15:55:07.750Z Compiling anstyle-parse v1.0.0
12832026-07-04T15:55:07.774Z Compiling anstyle-query v1.1.5
12842026-07-04T15:55:07.788Z Compiling colorchoice v1.0.4
12852026-07-04T15:55:07.861Z Compiling toml_write v0.1.2
12862026-07-04T15:55:07.881Z Compiling thiserror v2.0.18
12872026-07-04T15:55:07.904Z Compiling is_terminal_polyfill v1.70.2
12882026-07-04T15:55:07.926Z Compiling errno v0.3.14
12892026-07-04T15:55:07.945Z Compiling thread-id v4.2.2
12902026-07-04T15:55:07.976Z Compiling anstyle v1.0.14
12912026-07-04T15:55:07.983Z Compiling autocfg v1.5.0
12922026-07-04T15:55:07.984Z Compiling cfg-if v1.0.4
12932026-07-04T15:55:07.999Z Compiling pretty-hex v0.4.1
12942026-07-04T15:55:08.020Z Compiling winnow v0.7.14
12952026-07-04T15:55:08.059Z Compiling anyhow v1.0.102
12962026-07-04T15:55:08.094Z Compiling once_cell v1.21.3
12972026-07-04T15:55:08.105Z Compiling fnv v1.0.7
12982026-07-04T15:55:08.199Z Compiling anstream v1.0.0
12992026-07-04T15:55:08.244Z Compiling fastrand v2.3.0
13002026-07-04T15:55:08.261Z Compiling unicode-width v0.1.14
13012026-07-04T15:55:08.359Z Compiling indexmap v2.14.0
13022026-07-04T15:55:08.386Z Compiling heck v0.4.1
13032026-07-04T15:55:08.397Z Compiling bytecount v0.6.9
13042026-07-04T15:55:08.529Z Compiling syn v2.0.117
13052026-07-04T15:55:08.552Z Compiling fs-err v3.3.0
13062026-07-04T15:55:08.552Z Compiling strsim v0.11.1
13072026-07-04T15:55:08.552Z Compiling clap_lex v1.0.0
13082026-07-04T15:55:08.552Z Compiling heck v0.5.0
13092026-07-04T15:55:08.566Z Compiling papergrid v0.11.0
13102026-07-04T15:55:08.638Z Compiling memmap v0.7.0
13112026-07-04T15:55:08.771Z Compiling pest_meta v2.8.6
13122026-07-04T15:55:09.036Z Compiling unicode-linebreak v0.1.5
13132026-07-04T15:55:09.062Z Compiling unicode-width v0.2.0
13142026-07-04T15:55:09.062Z Compiling smawk v0.3.2
13152026-07-04T15:55:09.062Z Compiling swrite v0.1.0
13162026-07-04T15:55:09.062Z Compiling terminal_size v0.4.3
13172026-07-04T15:55:09.090Z Compiling tempfile v3.25.0
13182026-07-04T15:55:09.154Z Compiling clap_builder v4.6.0
13192026-07-04T15:55:09.154Z Compiling textwrap v0.16.2
13202026-07-04T15:55:09.369Z Compiling semver v1.0.28
13212026-07-04T15:55:09.379Z Compiling cargo-platform v0.3.2
13222026-07-04T15:55:09.678Z Compiling camino-tempfile v1.4.1
13232026-07-04T15:55:10.038Z Compiling tabled_derive v0.7.0
13242026-07-04T15:55:10.723Z Compiling tabled v0.15.0
13252026-07-04T15:55:10.811Z Compiling pest_generator v2.8.6
13262026-07-04T15:55:11.326Z Compiling serde_derive v1.0.228
13272026-07-04T15:55:11.326Z Compiling thiserror-impl v1.0.69
13282026-07-04T15:55:11.341Z Compiling zerocopy-derive v0.7.35
13292026-07-04T15:55:11.341Z Compiling scroll_derive v0.12.1
13302026-07-04T15:55:11.341Z Compiling thiserror-impl v2.0.18
13312026-07-04T15:55:11.341Z Compiling clap_derive v4.6.1
13322026-07-04T15:55:11.365Z Compiling pest_derive v2.8.6
13332026-07-04T15:55:11.979Z Compiling scroll v0.12.0
13342026-07-04T15:55:12.104Z Compiling zerocopy v0.7.35
13352026-07-04T15:55:12.191Z Compiling goblin v0.8.2
13362026-07-04T15:55:12.448Z Compiling dtrace-parser v0.2.0
13372026-07-04T15:55:12.775Z Compiling clap v4.6.1
13382026-07-04T15:55:14.428Z Compiling serde_spanned v0.6.9
13392026-07-04T15:55:14.428Z Compiling toml_datetime v0.6.11
13402026-07-04T15:55:14.495Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13412026-07-04T15:55:14.495Z Compiling macaddr v1.0.1
13422026-07-04T15:55:14.495Z Compiling cargo_metadata v0.23.1
13432026-07-04T15:55:14.495Z Compiling dof v0.3.0
13442026-07-04T15:55:14.495Z Compiling serde_tokenstream v0.2.3
13452026-07-04T15:55:14.495Z Compiling toml_edit v0.22.27
13462026-07-04T15:55:14.595Z Compiling usdt-attr-macro v0.5.0
13472026-07-04T15:55:14.599Z Compiling usdt-macro v0.5.0
13482026-07-04T15:55:15.243Z Compiling usdt v0.5.0
13492026-07-04T15:55:15.347Z Compiling toml v0.8.23
13502026-07-04T15:55:15.683Z Compiling cargo_toml v0.21.0
13512026-07-04T15:55:19.472Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-04T15:55:19.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.88s
13532026-07-04T15:55:19.496Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-04T15:55:19.910Z Compiling libc v0.2.185
13552026-07-04T15:55:19.910Z Compiling serde_core v1.0.228
13562026-07-04T15:55:19.910Z Compiling serde v1.0.228
13572026-07-04T15:55:19.910Z Compiling log v0.4.29
13582026-07-04T15:55:19.914Z Compiling smallvec v1.15.1
13592026-07-04T15:55:19.914Z Compiling shlex v1.3.0
13602026-07-04T15:55:19.914Z Compiling find-msvc-tools v0.1.9
13612026-07-04T15:55:19.914Z Compiling subtle v2.6.1
13622026-07-04T15:55:19.914Z Compiling scopeguard v1.2.0
13632026-07-04T15:55:19.914Z Compiling stable_deref_trait v1.2.1
13642026-07-04T15:55:19.914Z Compiling typenum v1.20.1
13652026-07-04T15:55:20.328Z Compiling serde_json v1.0.150
13662026-07-04T15:55:20.350Z Compiling zerocopy v0.8.40
13672026-07-04T15:55:20.350Z Compiling portable-atomic v1.13.1
13682026-07-04T15:55:20.350Z Compiling syn v2.0.117
13692026-07-04T15:55:20.350Z Compiling pin-project-lite v0.2.17
13702026-07-04T15:55:20.350Z Compiling lock_api v0.4.14
13712026-07-04T15:55:20.350Z Compiling parking_lot_core v0.9.12
13722026-07-04T15:55:20.350Z Compiling critical-section v1.2.0
13732026-07-04T15:55:20.350Z Compiling pkg-config v0.3.32
13742026-07-04T15:55:20.350Z Compiling libm v0.2.16
13752026-07-04T15:55:20.351Z Compiling futures-core v0.3.32
13762026-07-04T15:55:20.362Z Compiling getrandom v0.4.1
13772026-07-04T15:55:20.413Z Compiling num-traits v0.2.19
13782026-07-04T15:55:20.427Z Compiling generic-array v0.14.7
13792026-07-04T15:55:20.454Z Compiling rand_core v0.10.0
13802026-07-04T15:55:20.511Z Compiling const-oid v0.9.6
13812026-07-04T15:55:20.529Z Compiling litemap v0.8.1
13822026-07-04T15:55:20.532Z Compiling percent-encoding v2.3.2
13832026-07-04T15:55:20.619Z Compiling writeable v0.6.2
13842026-07-04T15:55:20.708Z Compiling icu_properties_data v2.1.2
13852026-07-04T15:55:20.711Z Compiling icu_normalizer_data v2.1.1
13862026-07-04T15:55:20.803Z Compiling futures-sink v0.3.32
13872026-07-04T15:55:20.803Z Compiling futures-task v0.3.32
13882026-07-04T15:55:20.807Z Compiling futures-io v0.3.32
13892026-07-04T15:55:20.845Z Compiling slab v0.4.12
13902026-07-04T15:55:20.875Z Compiling getrandom v0.3.4
13912026-07-04T15:55:20.875Z Compiling utf8_iter v1.0.4
13922026-07-04T15:55:20.936Z Compiling futures-channel v0.3.32
13932026-07-04T15:55:20.967Z Compiling rustversion v1.0.22
13942026-07-04T15:55:21.001Z Compiling form_urlencoded v1.2.2
13952026-07-04T15:55:21.031Z Compiling rustix v1.1.3
13962026-07-04T15:55:21.061Z Compiling dunce v1.0.5
13972026-07-04T15:55:21.061Z Compiling ident_case v1.0.1
13982026-07-04T15:55:21.117Z Compiling fs_extra v1.3.0
13992026-07-04T15:55:21.134Z Compiling jobserver v0.1.34
14002026-07-04T15:55:21.160Z Compiling errno v0.3.14
14012026-07-04T15:55:21.182Z Compiling getrandom v0.2.17
14022026-07-04T15:55:21.215Z Compiling mio v1.2.0
14032026-07-04T15:55:21.230Z Compiling socket2 v0.6.3
14042026-07-04T15:55:21.341Z Compiling rand_core v0.6.4
14052026-07-04T15:55:21.355Z Compiling once_cell v1.21.3
14062026-07-04T15:55:21.380Z Compiling cc v1.2.56
14072026-07-04T15:55:21.424Z Compiling signal-hook-registry v1.4.8
14082026-07-04T15:55:21.440Z Compiling parking_lot v0.12.5
14092026-07-04T15:55:21.509Z Compiling iana-time-zone v0.1.65
14102026-07-04T15:55:21.541Z Compiling regex-syntax v0.8.10
14112026-07-04T15:55:21.569Z Compiling vcpkg v0.2.15
14122026-07-04T15:55:21.660Z Compiling base64ct v1.8.3
14132026-07-04T15:55:21.709Z Compiling tracing-core v0.1.36
14142026-07-04T15:55:21.723Z Compiling aws-lc-rs v1.16.3
14152026-07-04T15:55:21.736Z Compiling base64 v0.22.1
14162026-07-04T15:55:21.740Z Compiling flagset v0.4.7
14172026-07-04T15:55:21.768Z Compiling tinyvec_macros v0.1.1
14182026-07-04T15:55:21.869Z Compiling rand_core v0.9.5
14192026-07-04T15:55:21.883Z Compiling openssl-probe v0.2.1
14202026-07-04T15:55:21.928Z Compiling cmov v0.5.4
14212026-07-04T15:55:21.975Z Compiling pem-rfc7468 v0.7.0
14222026-07-04T15:55:22.001Z Compiling httparse v1.10.1
14232026-07-04T15:55:22.017Z Compiling tinyvec v1.10.0
14242026-07-04T15:55:22.086Z Compiling aho-corasick v1.1.4
14252026-07-04T15:55:22.101Z Compiling try-lock v0.2.5
14262026-07-04T15:55:22.133Z Compiling ctutils v0.4.2
14272026-07-04T15:55:22.170Z Compiling dyn-clone v1.0.20
14282026-07-04T15:55:22.187Z Compiling cmake v0.1.57
14292026-07-04T15:55:22.229Z Compiling schemars v0.8.22
14302026-07-04T15:55:22.244Z Compiling untrusted v0.7.1
14312026-07-04T15:55:22.321Z Compiling atomic-waker v1.1.2
14322026-07-04T15:55:22.337Z Compiling tower-layer v0.3.3
14332026-07-04T15:55:22.352Z Compiling tower-service v0.3.3
14342026-07-04T15:55:22.355Z Compiling want v0.3.1
14352026-07-04T15:55:22.389Z Compiling httpdate v1.0.3
14362026-07-04T15:55:22.408Z Compiling untrusted v0.9.0
14372026-07-04T15:55:22.423Z Compiling openssl v0.10.79
14382026-07-04T15:55:22.453Z Compiling cpufeatures v0.2.17
14392026-07-04T15:55:22.470Z Compiling rustls v0.23.41
14402026-07-04T15:55:22.485Z Compiling foreign-types-shared v0.1.1
14412026-07-04T15:55:22.548Z Compiling bitflags v2.11.0
14422026-07-04T15:55:22.562Z Compiling semver v1.0.28
14432026-07-04T15:55:22.564Z Compiling indexmap v2.14.0
14442026-07-04T15:55:22.565Z Compiling uuid v1.23.4
14452026-07-04T15:55:22.607Z Compiling foreign-types v0.3.2
14462026-07-04T15:55:22.641Z Compiling unicode-normalization v0.1.25
14472026-07-04T15:55:22.661Z Compiling spin v0.9.8
14482026-07-04T15:55:22.693Z Compiling num-conv v0.2.0
14492026-07-04T15:55:22.708Z Compiling time-core v0.1.8
14502026-07-04T15:55:22.740Z Compiling native-tls v0.2.18
14512026-07-04T15:55:22.815Z Compiling rustc_version v0.4.1
14522026-07-04T15:55:22.848Z Compiling powerfmt v0.2.0
14532026-07-04T15:55:22.848Z Compiling crc32fast v1.5.0
14542026-07-04T15:55:22.882Z Compiling time-macros v0.2.27
14552026-07-04T15:55:22.903Z Compiling wait-timeout v0.2.1
14562026-07-04T15:55:22.931Z Compiling sync_wrapper v1.0.2
14572026-07-04T15:55:23.001Z Compiling siphasher v1.0.2
14582026-07-04T15:55:23.057Z Compiling deranged v0.5.8
14592026-07-04T15:55:23.081Z Compiling quick-error v1.2.3
14602026-07-04T15:55:23.102Z Compiling aws-lc-sys v0.40.0
14612026-07-04T15:55:23.164Z Compiling openssl-sys v0.9.115
14622026-07-04T15:55:23.183Z Compiling regex-automata v0.4.14
14632026-07-04T15:55:23.183Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-07-04T15:55:23.223Z Compiling syn v1.0.109
14652026-07-04T15:55:23.226Z Compiling crossbeam-utils v0.8.21
14662026-07-04T15:55:23.267Z Compiling bit-vec v0.8.0
14672026-07-04T15:55:23.297Z Compiling simd-adler32 v0.3.8
14682026-07-04T15:55:23.399Z Compiling synstructure v0.13.2
14692026-07-04T15:55:23.557Z Compiling pest_generator v2.8.6
14702026-07-04T15:55:23.603Z Compiling serde_derive_internals v0.29.1
14712026-07-04T15:55:23.626Z Compiling darling_core v0.20.11
14722026-07-04T15:55:23.629Z Compiling num_threads v0.1.7
14732026-07-04T15:55:23.763Z Compiling tempfile v3.25.0
14742026-07-04T15:55:23.798Z Compiling usdt-impl v0.6.0
14752026-07-04T15:55:24.051Z Compiling rusty-fork v0.3.1
14762026-07-04T15:55:24.120Z Compiling bit-set v0.8.0
14772026-07-04T15:55:24.132Z Compiling darling_core v0.21.3
14782026-07-04T15:55:24.150Z Compiling time v0.3.47
14792026-07-04T15:55:24.219Z Compiling heapless v0.7.17
14802026-07-04T15:55:24.223Z Compiling bzip2-sys v0.1.13+1.0.8
14812026-07-04T15:55:24.236Z Compiling slog v2.8.2
14822026-07-04T15:55:24.299Z Compiling rand_xorshift v0.4.0
14832026-07-04T15:55:24.360Z Compiling thread-id v5.1.0
14842026-07-04T15:55:24.379Z Compiling cookie v0.18.1
14852026-07-04T15:55:24.416Z Compiling signal-hook v0.3.18
14862026-07-04T15:55:24.430Z Compiling zstd-safe v7.2.4
14872026-07-04T15:55:24.459Z Compiling unicode-properties v0.1.4
14882026-07-04T15:55:24.478Z Compiling paste v1.0.15
14892026-07-04T15:55:24.494Z Compiling iri-string v0.7.10
14902026-07-04T15:55:24.522Z Compiling ryu v1.0.23
14912026-07-04T15:55:24.582Z Compiling allocator-api2 v0.2.21
14922026-07-04T15:55:24.614Z Compiling unarray v0.1.4
14932026-07-04T15:55:24.631Z Compiling anyhow v1.0.102
14942026-07-04T15:55:24.643Z Compiling unicode-bidi v0.3.18
14952026-07-04T15:55:24.679Z Compiling adler2 v2.0.1
14962026-07-04T15:55:24.798Z Compiling miniz_oxide v0.8.9
14972026-07-04T15:55:24.814Z Compiling camino v1.2.2
14982026-07-04T15:55:24.960Z Compiling curve25519-dalek v4.1.3
14992026-07-04T15:55:25.188Z Compiling serde_derive v1.0.228
15002026-07-04T15:55:25.260Z Compiling zeroize_derive v1.4.3
15012026-07-04T15:55:25.291Z Compiling zerofrom-derive v0.1.6
15022026-07-04T15:55:25.315Z Compiling yoke-derive v0.8.1
15032026-07-04T15:55:25.410Z Compiling zerovec-derive v0.11.2
15042026-07-04T15:55:25.483Z Compiling zerocopy-derive v0.8.40
15052026-07-04T15:55:25.508Z Compiling displaydoc v0.2.5
15062026-07-04T15:55:25.540Z Compiling tokio-macros v2.7.0
15072026-07-04T15:55:25.942Z Compiling futures-macro v0.3.32
15082026-07-04T15:55:26.028Z Compiling zeroize v1.8.2
15092026-07-04T15:55:26.274Z Compiling der_derive v0.7.3
15102026-07-04T15:55:26.288Z Compiling thiserror-impl v2.0.18
15112026-07-04T15:55:26.369Z Compiling tracing-attributes v0.1.31
15122026-07-04T15:55:26.412Z Compiling rustls-pki-types v1.14.0
15132026-07-04T15:55:26.643Z Compiling hybrid-array v0.4.13
15142026-07-04T15:55:26.702Z Compiling scroll_derive v0.13.1
15152026-07-04T15:55:26.874Z Compiling zerofrom v0.1.6
15162026-07-04T15:55:26.909Z Compiling block-buffer v0.10.4
15172026-07-04T15:55:26.912Z Compiling futures-util v0.3.32
15182026-07-04T15:55:26.946Z Compiling crypto-common v0.1.7
15192026-07-04T15:55:26.973Z Compiling schemars_derive v0.8.22
15202026-07-04T15:55:27.029Z Compiling yoke v0.8.1
15212026-07-04T15:55:27.118Z Compiling digest v0.10.7
15222026-07-04T15:55:27.132Z Compiling pest_derive v2.8.6
15232026-07-04T15:55:27.246Z Compiling zerovec v0.11.5
15242026-07-04T15:55:27.370Z Compiling zerotrie v0.2.3
15252026-07-04T15:55:27.406Z Compiling der v0.7.10
15262026-07-04T15:55:27.624Z Compiling darling_macro v0.20.11
15272026-07-04T15:55:27.732Z Compiling scroll v0.13.0
15282026-07-04T15:55:27.749Z Compiling openssl-macros v0.1.1
15292026-07-04T15:55:27.805Z Compiling hmac v0.12.1
15302026-07-04T15:55:27.888Z Compiling tinystr v0.8.2
15312026-07-04T15:55:27.909Z Compiling potential_utf v0.1.4
15322026-07-04T15:55:27.912Z Compiling thiserror v2.0.18
15332026-07-04T15:55:27.968Z Compiling tracing v0.1.44
15342026-07-04T15:55:28.001Z Compiling goblin v0.10.5
15352026-07-04T15:55:28.039Z Compiling sha2 v0.10.9
15362026-07-04T15:55:28.056Z Compiling icu_collections v2.1.1
15372026-07-04T15:55:28.108Z Compiling icu_locale_core v2.1.1
15382026-07-04T15:55:28.131Z Compiling dtrace-parser v0.3.0
15392026-07-04T15:55:28.206Z Compiling darling v0.20.11
15402026-07-04T15:55:28.300Z Compiling derive_builder_core v0.20.2
15412026-07-04T15:55:28.316Z Compiling scroll_derive v0.12.1
15422026-07-04T15:55:28.498Z Compiling spki v0.7.3
15432026-07-04T15:55:28.601Z Compiling thiserror-impl v1.0.69
15442026-07-04T15:55:28.732Z Compiling pkcs8 v0.10.2
15452026-07-04T15:55:28.837Z Compiling icu_provider v2.1.1
15462026-07-04T15:55:28.931Z Compiling block-padding v0.4.2
15472026-07-04T15:55:29.031Z Compiling block-buffer v0.12.1
15482026-07-04T15:55:29.061Z Compiling scroll v0.12.0
15492026-07-04T15:55:29.064Z Compiling crypto-common v0.2.2
15502026-07-04T15:55:29.128Z Compiling bytes v1.11.1
15512026-07-04T15:55:29.192Z Compiling icu_normalizer v2.1.1
15522026-07-04T15:55:29.208Z Compiling icu_properties v2.1.2
15532026-07-04T15:55:29.234Z Compiling chrono v0.4.44
15542026-07-04T15:55:29.256Z Compiling ipnet v2.11.0
15552026-07-04T15:55:29.273Z Compiling derive_builder_macro v0.20.2
15562026-07-04T15:55:29.403Z Compiling serde_spanned v0.6.9
15572026-07-04T15:55:29.564Z Compiling serde_tokenstream v0.2.3
15582026-07-04T15:55:29.565Z Compiling toml_datetime v0.6.11
15592026-07-04T15:55:29.626Z Compiling erased-serde v0.3.31
15602026-07-04T15:55:29.839Z Compiling tokio v1.52.1
15612026-07-04T15:55:29.945Z Compiling http v1.4.2
15622026-07-04T15:55:29.945Z Compiling serde_urlencoded v0.7.1
15632026-07-04T15:55:29.945Z Compiling signature v2.2.0
15642026-07-04T15:55:29.945Z Compiling md-5 v0.10.6
15652026-07-04T15:55:29.945Z Compiling darling_macro v0.21.3
15662026-07-04T15:55:30.022Z Compiling thiserror v1.0.69
15672026-07-04T15:55:30.109Z Compiling rustls-native-certs v0.8.3
15682026-07-04T15:55:30.109Z Compiling bstr v1.12.1
15692026-07-04T15:55:30.179Z Compiling idna_adapter v1.2.1
15702026-07-04T15:55:30.179Z Compiling zerocopy-derive v0.7.35
15712026-07-04T15:55:30.179Z Compiling async-trait v0.1.89
15722026-07-04T15:55:30.309Z Compiling idna v1.1.0
15732026-07-04T15:55:30.428Z Compiling ppv-lite86 v0.2.21
15742026-07-04T15:55:30.439Z Compiling pin-project-internal v1.1.11
15752026-07-04T15:55:30.500Z Compiling stringprep v0.1.5
15762026-07-04T15:55:30.555Z Compiling http-body v1.0.1
15772026-07-04T15:55:30.741Z Compiling url v2.5.8
15782026-07-04T15:55:30.789Z Compiling rand_chacha v0.9.0
15792026-07-04T15:55:30.805Z Compiling http-body-util v0.1.3
15802026-07-04T15:55:30.851Z Compiling rand_chacha v0.3.1
15812026-07-04T15:55:30.984Z Compiling dof v0.4.0
15822026-07-04T15:55:31.030Z Compiling rand v0.9.2
15832026-07-04T15:55:31.063Z Compiling vergen-lib v9.1.0
15842026-07-04T15:55:31.098Z Compiling num-integer v0.1.46
15852026-07-04T15:55:31.140Z Compiling hash32 v0.2.1
15862026-07-04T15:55:31.207Z Compiling memoffset v0.9.1
15872026-07-04T15:55:31.306Z Compiling encoding_rs v0.8.35
15882026-07-04T15:55:31.367Z Compiling num-bigint-dig v0.8.6
15892026-07-04T15:55:31.455Z Compiling cfg_aliases v0.2.1
15902026-07-04T15:55:31.470Z Compiling mime v0.3.17
15912026-07-04T15:55:31.531Z Compiling rustix v0.38.44
15922026-07-04T15:55:31.546Z Compiling ref-cast v1.0.25
15932026-07-04T15:55:31.579Z Compiling psl-types v2.0.11
15942026-07-04T15:55:31.603Z Compiling zlib-rs v0.6.2
15952026-07-04T15:55:31.667Z Compiling proptest v1.10.0
15962026-07-04T15:55:31.723Z Compiling fallible-iterator v0.2.0
15972026-07-04T15:55:31.738Z Compiling smoltcp v0.9.1
15982026-07-04T15:55:31.759Z Compiling litrs v1.0.0
15992026-07-04T15:55:31.924Z Compiling pin-project v1.1.11
16002026-07-04T15:55:31.968Z Compiling publicsuffix v2.3.0
16012026-07-04T15:55:32.047Z Compiling postgres-protocol v0.6.10
16022026-07-04T15:55:32.078Z Compiling nix v0.31.2
16032026-07-04T15:55:32.116Z Compiling num-iter v0.1.45
16042026-07-04T15:55:32.168Z Compiling ipnetwork v0.21.1
16052026-07-04T15:55:32.228Z Compiling zerocopy v0.7.35
16062026-07-04T15:55:32.245Z Compiling rand v0.8.6
16072026-07-04T15:55:32.318Z Compiling darling v0.21.3
16082026-07-04T15:55:32.348Z Compiling document-features v0.2.12
16092026-07-04T15:55:32.447Z Compiling oxnet v0.1.6
16102026-07-04T15:55:32.520Z Compiling derive_builder v0.20.2
16112026-07-04T15:55:32.661Z Compiling goblin v0.8.2
16122026-07-04T15:55:32.672Z Compiling futures-executor v0.3.32
16132026-07-04T15:55:32.721Z Compiling hubpack_derive v0.1.1
16142026-07-04T15:55:32.733Z Compiling inout v0.2.2
16152026-07-04T15:55:32.733Z Compiling hex v0.4.3
16162026-07-04T15:55:32.773Z Compiling regex v1.12.3
16172026-07-04T15:55:32.942Z Compiling snafu-derive v0.8.9
16182026-07-04T15:55:32.961Z Compiling strum_macros v0.27.2
16192026-07-04T15:55:32.988Z Compiling daft-derive v0.1.7
16202026-07-04T15:55:33.003Z Compiling ref-cast-impl v1.0.25
16212026-07-04T15:55:33.018Z Compiling curve25519-dalek-derive v0.1.1
16222026-07-04T15:55:33.190Z Compiling terminal_size v0.4.3
16232026-07-04T15:55:33.249Z Compiling phf_shared v0.13.1
16242026-07-04T15:55:33.320Z Compiling lazy_static v1.5.0
16252026-07-04T15:55:33.358Z Compiling cargo-platform v0.3.2
16262026-07-04T15:55:33.426Z Compiling anstyle-parse v0.2.7
16272026-07-04T15:55:33.441Z Compiling vergen v9.1.0
16282026-07-04T15:55:33.503Z Compiling ff v0.13.1
16292026-07-04T15:55:33.524Z Compiling fs-err v3.3.0
16302026-07-04T15:55:33.633Z Compiling ahash v0.8.12
16312026-07-04T15:55:33.648Z Compiling foldhash v0.1.5
16322026-07-04T15:55:33.648Z Compiling managed v0.8.0
16332026-07-04T15:55:33.678Z Compiling same-file v1.0.6
16342026-07-04T15:55:33.691Z Compiling winnow v0.5.40
16352026-07-04T15:55:33.693Z Compiling foldhash v0.2.0
16362026-07-04T15:55:33.754Z Compiling object v0.37.3
16372026-07-04T15:55:33.768Z Compiling bumpalo v3.20.2
16382026-07-04T15:55:33.807Z Compiling libbz2-rs-sys v0.2.2
16392026-07-04T15:55:33.847Z Compiling bitflags v1.3.2
16402026-07-04T15:55:33.850Z Compiling unicode-segmentation v1.12.0
16412026-07-04T15:55:33.888Z Compiling tokio-util v0.7.18
16422026-07-04T15:55:33.902Z Compiling tower v0.5.3
16432026-07-04T15:55:33.939Z Compiling tokio-native-tls v0.3.1
16442026-07-04T15:55:33.954Z Compiling base16ct v0.2.0
16452026-07-04T15:55:34.040Z Compiling zopfli v0.8.3
16462026-07-04T15:55:34.131Z Compiling sec1 v0.7.3
16472026-07-04T15:55:34.213Z Compiling hashbrown v0.16.1
16482026-07-04T15:55:34.263Z Compiling newtype-uuid v1.3.2
16492026-07-04T15:55:34.435Z Compiling tower-http v0.6.8
16502026-07-04T15:55:34.438Z Compiling bzip2 v0.6.1
16512026-07-04T15:55:34.554Z Compiling daft v0.1.7
16522026-07-04T15:55:34.651Z Compiling h2 v0.4.15
16532026-07-04T15:55:34.701Z Compiling flate2 v1.1.9
16542026-07-04T15:55:34.777Z Compiling walkdir v2.5.0
16552026-07-04T15:55:34.885Z Compiling hashbrown v0.15.5
16562026-07-04T15:55:35.019Z Compiling dof v0.3.0
16572026-07-04T15:55:35.048Z Compiling snafu v0.8.9
16582026-07-04T15:55:35.065Z Compiling clap_builder v4.6.0
16592026-07-04T15:55:35.082Z Compiling toml_edit v0.19.15
16602026-07-04T15:55:35.122Z Compiling strum v0.27.2
16612026-07-04T15:55:35.139Z Compiling group v0.13.0
16622026-07-04T15:55:35.164Z Compiling anstream v0.6.21
16632026-07-04T15:55:35.245Z Compiling cargo_metadata v0.23.1
16642026-07-04T15:55:35.306Z Compiling phf v0.13.1
16652026-07-04T15:55:35.384Z Compiling signal-hook-mio v0.2.5
16662026-07-04T15:55:35.477Z Compiling hubpack v0.1.2
16672026-07-04T15:55:35.527Z Compiling cookie_store v0.22.1
16682026-07-04T15:55:35.550Z Compiling bzip2 v0.4.4
16692026-07-04T15:55:35.574Z Compiling cipher v0.5.2
16702026-07-04T15:55:35.733Z Compiling futures v0.3.32
16712026-07-04T15:55:35.790Z Compiling usdt-attr-macro v0.6.0
16722026-07-04T15:55:35.827Z Compiling usdt-macro v0.6.0
16732026-07-04T15:55:35.867Z Compiling postgres-types v0.2.12
16742026-07-04T15:55:35.921Z Compiling serde_with_macros v3.17.0
16752026-07-04T15:55:36.070Z Compiling zstd v0.13.3
16762026-07-04T15:55:36.281Z Compiling globset v0.4.18
16772026-07-04T15:55:36.387Z Compiling dtrace-parser v0.2.0
16782026-07-04T15:55:36.473Z Compiling ed25519 v2.2.3
16792026-07-04T15:55:36.512Z Compiling serde_plain v1.0.2
16802026-07-04T15:55:36.728Z Compiling serde-big-array v0.5.1
16812026-07-04T15:55:36.748Z Compiling olpc-cjson v0.1.4
16822026-07-04T15:55:36.764Z Compiling pkcs1 v0.7.5
16832026-07-04T15:55:36.778Z Compiling hkdf v0.12.4
16842026-07-04T15:55:36.904Z Compiling crypto-bigint v0.5.5
16852026-07-04T15:55:36.946Z Compiling enum-as-inner v0.6.1
16862026-07-04T15:55:36.981Z Compiling clap_derive v4.6.1
16872026-07-04T15:55:37.065Z Compiling serde_repr v0.1.20
16882026-07-04T15:55:37.240Z Compiling async-recursion v1.1.1
16892026-07-04T15:55:37.260Z Compiling strum_macros v0.26.4
16902026-07-04T15:55:37.276Z Compiling phf_shared v0.11.3
16912026-07-04T15:55:37.335Z Compiling float-cmp v0.10.0
16922026-07-04T15:55:37.491Z Compiling pem v3.0.6
16932026-07-04T15:55:37.521Z Compiling thread-id v4.2.2
16942026-07-04T15:55:37.537Z Compiling memmap2 v0.9.10
16952026-07-04T15:55:37.586Z Compiling env_filter v1.0.0
16962026-07-04T15:55:37.632Z Compiling winnow v1.0.3
16972026-07-04T15:55:37.722Z Compiling const-oid v0.10.2
16982026-07-04T15:55:37.803Z Compiling new_debug_unreachable v1.0.6
16992026-07-04T15:55:37.892Z Compiling typed-path v0.9.3
17002026-07-04T15:55:37.907Z Compiling fixedbitset v0.4.2
17012026-07-04T15:55:37.926Z Compiling whoami v2.1.0
17022026-07-04T15:55:37.971Z Compiling predicates-core v1.0.10
17032026-07-04T15:55:38.012Z Compiling difflib v0.4.0
17042026-07-04T15:55:38.028Z Compiling jiff v0.2.21
17052026-07-04T15:55:38.115Z Compiling either v1.15.0
17062026-07-04T15:55:38.151Z Compiling normalize-line-endings v0.3.0
17072026-07-04T15:55:38.180Z Compiling precomputed-hash v0.1.1
17082026-07-04T15:55:38.273Z Compiling hyper v1.10.1
17092026-07-04T15:55:38.295Z Compiling keccak v0.1.6
17102026-07-04T15:55:38.320Z Compiling static_assertions v1.1.0
17112026-07-04T15:55:38.359Z Compiling data-encoding v2.10.0
17122026-07-04T15:55:38.376Z Compiling cpufeatures v0.3.0
17132026-07-04T15:55:38.423Z Compiling fixedbitset v0.5.7
17142026-07-04T15:55:38.476Z Compiling sha3 v0.10.8
17152026-07-04T15:55:38.492Z Compiling chacha20 v0.10.0
17162026-07-04T15:55:38.667Z Compiling petgraph v0.8.3
17172026-07-04T15:55:38.783Z Compiling hickory-proto v0.25.2
17182026-07-04T15:55:38.926Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17192026-07-04T15:55:38.996Z Compiling itertools v0.13.0
17202026-07-04T15:55:39.029Z Compiling clap v4.6.1
17212026-07-04T15:55:39.117Z Compiling predicates v3.1.4
17222026-07-04T15:55:39.134Z Compiling string_cache v0.8.9
17232026-07-04T15:55:39.155Z Compiling tokio-postgres v0.7.16
17242026-07-04T15:55:39.261Z Compiling strum v0.26.3
17252026-07-04T15:55:39.261Z Compiling toml_edit v0.22.27
17262026-07-04T15:55:39.308Z Compiling petgraph v0.6.5
17272026-07-04T15:55:39.397Z Compiling elliptic-curve v0.13.8
17282026-07-04T15:55:39.412Z Compiling toml_parser v1.1.2+spec-1.1.0
17292026-07-04T15:55:39.429Z Compiling digest v0.11.3
17302026-07-04T15:55:39.697Z Compiling hyper-util v0.1.20
17312026-07-04T15:55:39.857Z Compiling env_logger v0.11.9
17322026-07-04T15:55:39.873Z Compiling usdt v0.6.0
17332026-07-04T15:55:40.097Z Compiling usdt-impl v0.5.0
17342026-07-04T15:55:40.162Z Compiling serde_with v3.17.0
17352026-07-04T15:55:40.208Z Compiling crossterm v0.28.1
17362026-07-04T15:55:40.306Z Compiling rsa v0.9.10
17372026-07-04T15:55:40.406Z Compiling ed25519-dalek v2.2.0
17382026-07-04T15:55:40.768Z Compiling toml v0.7.8
17392026-07-04T15:55:40.904Z Compiling zip v4.6.1
17402026-07-04T15:55:41.473Z Compiling hyper-tls v0.6.0
17412026-07-04T15:55:41.489Z Compiling zip v0.6.6
17422026-07-04T15:55:41.624Z Compiling iddqd v0.4.2
17432026-07-04T15:55:41.673Z Compiling reqwest v0.12.28
17442026-07-04T15:55:41.673Z Compiling tokio-stream v0.1.18
17452026-07-04T15:55:42.032Z Compiling heck v0.4.1
17462026-07-04T15:55:42.047Z Compiling similar v2.7.0
17472026-07-04T15:55:42.134Z Compiling buf-list v1.1.2
17482026-07-04T15:55:42.149Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-04T15:55:42.165Z Compiling openapiv3 v2.2.0
17502026-07-04T15:55:42.209Z Compiling x509-cert v0.2.5
17512026-07-04T15:55:42.310Z Compiling crossbeam-epoch v0.9.18
17522026-07-04T15:55:42.338Z Compiling peg-runtime v0.8.5
17532026-07-04T15:55:42.447Z Compiling lalrpop-util v0.19.12
17542026-07-04T15:55:42.483Z Compiling thread_local v1.1.9
17552026-07-04T15:55:42.665Z Compiling slog-async v2.8.0
17562026-07-04T15:55:42.685Z Compiling crossbeam-channel v0.5.15
17572026-07-04T15:55:42.699Z Compiling filetime v0.2.27
17582026-07-04T15:55:42.723Z Compiling is-terminal v0.4.17
17592026-07-04T15:55:42.778Z Compiling xattr v1.6.1
17602026-07-04T15:55:42.842Z Compiling term v1.2.1
17612026-07-04T15:55:42.902Z Compiling take_mut v0.2.2
17622026-07-04T15:55:42.983Z Compiling tar v0.4.45
17632026-07-04T15:55:43.021Z Compiling camino-tempfile v1.4.1
17642026-07-04T15:55:43.192Z Compiling slog-term v2.9.2
17652026-07-04T15:56:02.106Z Compiling rustls-webpki v0.103.13
17662026-07-04T15:56:04.888Z Compiling tokio-rustls v0.26.4
17672026-07-04T15:56:04.888Z Compiling rustls-platform-verifier v0.6.2
17682026-07-04T15:56:04.888Z Compiling tough v0.22.0
17692026-07-04T15:56:05.088Z Compiling hyper-rustls v0.27.7
17702026-07-04T15:56:05.285Z Compiling reqwest v0.13.2
17712026-07-04T15:56:07.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-04T15:56:07.798Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-04T15:56:10.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.52s
17742026-07-04T15:56:10.857Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-04T15:56:10.913ZJul 04 15:56:10.155 INFO Starting download, target: Clickhouse
17762026-07-04T15:56:10.913ZJul 04 15:56:10.156 INFO Starting download, target: Console
17772026-07-04T15:56:10.913ZJul 04 15:56:10.156 INFO Starting download, target: DendriteStub
17782026-07-04T15:56:10.916ZJul 04 15:56:10.156 INFO Starting download, target: MaghemiteMgd
17792026-07-04T15:56:10.916ZJul 04 15:56:10.156 INFO Starting download, target: Cockroach
17802026-07-04T15:56:10.916ZJul 04 15:56:10.156 INFO Starting download, target: MaghemiteDdmd
17812026-07-04T15:56:10.916ZJul 04 15:56:10.156 INFO Starting download, target: TransceiverControl
17822026-07-04T15:56:10.916ZJul 04 15:56:10.157 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-07-04T15:56:10.916ZJul 04 15:56:10.157 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-07-04T15:56:10.917ZJul 04 15:56:10.157 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17852026-07-04T15:56:10.917ZJul 04 15:56:10.157 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-07-04T15:56:10.917ZJul 04 15:56:10.157 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17872026-07-04T15:56:10.917ZJul 04 15:56:10.157 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17882026-07-04T15:56:10.917ZJul 04 15:56:10.157 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-07-04T15:56:11.267ZJul 04 15:56:10.503 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-04T15:56:11.480ZJul 04 15:56:10.719 INFO Download complete, target: TransceiverControl
17912026-07-04T15:56:12.755ZJul 04 15:56:12.000 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17922026-07-04T15:56:12.779ZJul 04 15:56:12.025 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17932026-07-04T15:56:12.789ZJul 04 15:56:12.035 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17942026-07-04T15:56:12.875ZJul 04 15:56:12.121 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17952026-07-04T15:56:13.065ZJul 04 15:56:12.307 INFO Download complete, target: Console
17962026-07-04T15:56:13.251ZJul 04 15:56:12.497 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17972026-07-04T15:56:13.251ZJul 04 15:56:12.497 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17982026-07-04T15:56:13.962ZJul 04 15:56:13.208 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17992026-07-04T15:56:14.689ZJul 04 15:56:13.934 INFO Download complete, target: MaghemiteDdmd
18002026-07-04T15:56:15.643ZJul 04 15:56:14.888 INFO Download complete, target: DendriteStub
18012026-07-04T15:56:15.692ZJul 04 15:56:14.937 INFO Download complete, target: MaghemiteMgd
18022026-07-04T15:56:18.157ZJul 04 15:56:17.402 INFO Checking that binary works, target: Cockroach
18032026-07-04T15:56:18.281ZJul 04 15:56:17.525 INFO Download complete, target: Cockroach
18042026-07-04T15:56:20.906ZJul 04 15:56:20.152 INFO Checking that binary works, target: Clickhouse
18052026-07-04T15:56:20.989ZJul 04 15:56:20.234 INFO Download complete, target: Clickhouse
18062026-07-04T15:56:20.996ZAll prerequisites installed successfully
18072026-07-04T15:56:20.999Z
18082026-07-04T15:56:20.999Zreal 1:32.369493846
18092026-07-04T15:56:20.999Zuser 7:04.542593461
18102026-07-04T15:56:20.999Zsys 1:43.258872461
18112026-07-04T15:56:20.999Ztrap 0.250042087
18122026-07-04T15:56:20.999Ztflt 0.898500454
18132026-07-04T15:56:20.999Zdflt 1.979806584
18142026-07-04T15:56:20.999Zkflt 0.024552795
18152026-07-04T15:56:21.000Zlock 25:31.575647028
18162026-07-04T15:56:21.000Zslp 19:17.728510833
18172026-07-04T15:56:21.000Zlat 24.116032004
18182026-07-04T15:56:21.000Zstop 2:37.481625630
18192026-07-04T15:56:21.000Z+ source ./tools/include/force-git-over-https.sh
18202026-07-04T15:56:21.000Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-04T15:56:21.000Z++ (( i = 0 ))
18222026-07-04T15:56:21.000Z++ (( i < 5 ))
18232026-07-04T15:56:21.000Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-04T15:56:21.008Z++ (( i++ ))
18252026-07-04T15:56:21.008Z++ (( i < 5 ))
18262026-07-04T15:56:21.008Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-04T15:56:21.008Z++ (( i++ ))
18282026-07-04T15:56:21.008Z++ (( i < 5 ))
18292026-07-04T15:56:21.008Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-04T15:56:21.012Z++ (( i++ ))
18312026-07-04T15:56:21.012Z++ (( i < 5 ))
18322026-07-04T15:56:21.012Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-04T15:56:21.012Z++ (( i++ ))
18342026-07-04T15:56:21.012Z++ (( i < 5 ))
18352026-07-04T15:56:21.012Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-04T15:56:21.012Z++ (( i++ ))
18372026-07-04T15:56:21.012Z++ (( i < 5 ))
18382026-07-04T15:56:21.012Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-04T15:56:21.012Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-04T15:56:21.016Z+ rc=0
18412026-07-04T15:56:21.016Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-04T15:56:26.138Z+ case $rc in
18432026-07-04T15:56:26.138Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-04T15:56:26.428Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-04T15:56:26.490Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-04T15:56:26.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18472026-07-04T15:56:26.954Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-04T15:56:27.812Z Compiling proc-macro2 v1.0.106
18492026-07-04T15:56:27.812Z Compiling quote v1.0.45
18502026-07-04T15:56:27.812Z Compiling unicode-ident v1.0.24
18512026-07-04T15:56:27.812Z Compiling libc v0.2.185
18522026-07-04T15:56:27.812Z Compiling serde_core v1.0.228
18532026-07-04T15:56:27.812Z Compiling serde v1.0.228
18542026-07-04T15:56:27.816Z Compiling cfg-if v1.0.4
18552026-07-04T15:56:27.816Z Compiling find-msvc-tools v0.1.9
18562026-07-04T15:56:27.816Z Compiling shlex v1.3.0
18572026-07-04T15:56:27.816Z Compiling version_check v0.9.5
18582026-07-04T15:56:27.816Z Compiling autocfg v1.5.0
18592026-07-04T15:56:27.816Z Compiling zerocopy v0.8.40
18602026-07-04T15:56:27.816Z Compiling zmij v1.0.21
18612026-07-04T15:56:27.949Z Compiling memchr v2.8.0
18622026-07-04T15:56:27.954Z Compiling portable-atomic v1.13.1
18632026-07-04T15:56:28.211Z Compiling serde_json v1.0.150
18642026-07-04T15:56:28.230Z Compiling parking_lot_core v0.9.12
18652026-07-04T15:56:28.252Z Compiling libm v0.2.16
18662026-07-04T15:56:28.297Z Compiling getrandom v0.4.1
18672026-07-04T15:56:28.380Z Compiling generic-array v0.14.7
18682026-07-04T15:56:28.523Z Compiling num-traits v0.2.19
18692026-07-04T15:56:28.527Z Compiling icu_normalizer_data v2.1.1
18702026-07-04T15:56:28.527Z Compiling icu_properties_data v2.1.2
18712026-07-04T15:56:28.576Z Compiling smallvec v1.15.1
18722026-07-04T15:56:28.611Z Compiling pkg-config v0.3.32
18732026-07-04T15:56:28.642Z Compiling log v0.4.29
18742026-07-04T15:56:28.645Z Compiling itoa v1.0.17
18752026-07-04T15:56:28.824Z Compiling getrandom v0.3.4
18762026-07-04T15:56:28.835Z Compiling subtle v2.6.1
18772026-07-04T15:56:28.836Z Compiling scopeguard v1.2.0
18782026-07-04T15:56:28.886Z Compiling rustix v1.1.3
18792026-07-04T15:56:28.919Z Compiling stable_deref_trait v1.2.1
18802026-07-04T15:56:28.933Z Compiling lock_api v0.4.14
18812026-07-04T15:56:28.975Z Compiling jobserver v0.1.34
18822026-07-04T15:56:29.009Z Compiling errno v0.3.14
18832026-07-04T15:56:29.044Z Compiling heck v0.5.0
18842026-07-04T15:56:29.096Z Compiling critical-section v1.2.0
18852026-07-04T15:56:29.100Z Compiling typenum v1.20.1
18862026-07-04T15:56:29.183Z Compiling dunce v1.0.5
18872026-07-04T15:56:29.199Z Compiling cc v1.2.56
18882026-07-04T15:56:29.217Z Compiling fs_extra v1.3.0
18892026-07-04T15:56:29.318Z Compiling syn v2.0.117
18902026-07-04T15:56:29.340Z Compiling fnv v1.0.7
18912026-07-04T15:56:29.395Z Compiling pin-project-lite v0.2.17
18922026-07-04T15:56:29.419Z Compiling rustversion v1.0.22
18932026-07-04T15:56:29.482Z Compiling thiserror v2.0.18
18942026-07-04T15:56:29.536Z Compiling once_cell v1.21.3
18952026-07-04T15:56:29.616Z Compiling futures-core v0.3.32
18962026-07-04T15:56:29.641Z Compiling rand_core v0.10.0
18972026-07-04T15:56:29.757Z Compiling aws-lc-rs v1.16.3
18982026-07-04T15:56:29.782Z Compiling signal-hook-registry v1.4.8
18992026-07-04T15:56:29.846Z Compiling getrandom v0.2.17
19002026-07-04T15:56:29.877Z Compiling percent-encoding v2.3.2
19012026-07-04T15:56:29.880Z Compiling writeable v0.6.2
19022026-07-04T15:56:29.915Z Compiling httparse v1.10.1
19032026-07-04T15:56:30.069Z Compiling cmake v0.1.57
19042026-07-04T15:56:30.099Z Compiling litemap v0.8.1
19052026-07-04T15:56:30.116Z Compiling parking_lot v0.12.5
19062026-07-04T15:56:30.209Z Compiling rand_core v0.6.4
19072026-07-04T15:56:30.241Z Compiling mio v1.2.0
19082026-07-04T15:56:30.317Z Compiling semver v1.0.28
19092026-07-04T15:56:30.364Z Compiling equivalent v1.0.2
19102026-07-04T15:56:30.462Z Compiling bitflags v2.11.0
19112026-07-04T15:56:30.603Z Compiling aws-lc-sys v0.40.0
19122026-07-04T15:56:30.694Z Compiling vcpkg v0.2.15
19132026-07-04T15:56:30.725Z Compiling schemars v0.8.22
19142026-07-04T15:56:30.879Z Compiling socket2 v0.6.3
19152026-07-04T15:56:30.966Z Compiling const-oid v0.9.6
19162026-07-04T15:56:31.180Z Compiling crc32fast v1.5.0
19172026-07-04T15:56:31.375Z Compiling openssl-sys v0.9.115
19182026-07-04T15:56:31.460Z Compiling utf8_iter v1.0.4
19192026-07-04T15:56:31.472Z Compiling futures-sink v0.3.32
19202026-07-04T15:56:31.513Z Compiling hashbrown v0.17.0
19212026-07-04T15:56:31.531Z Compiling rustls v0.23.41
19222026-07-04T15:56:31.568Z Compiling form_urlencoded v1.2.2
19232026-07-04T15:56:31.637Z Compiling futures-channel v0.3.32
19242026-07-04T15:56:31.680Z Compiling futures-io v0.3.32
19252026-07-04T15:56:31.748Z Compiling futures-task v0.3.32
19262026-07-04T15:56:31.784Z Compiling slab v0.4.12
19272026-07-04T15:56:31.877Z Compiling rustc_version v0.4.1
19282026-07-04T15:56:31.971Z Compiling strsim v0.11.1
19292026-07-04T15:56:31.999Z Compiling ucd-trie v0.1.7
19302026-07-04T15:56:32.014Z Compiling byteorder v1.5.0
19312026-07-04T15:56:32.062Z Compiling num-conv v0.2.0
19322026-07-04T15:56:32.138Z Compiling time-core v0.1.8
19332026-07-04T15:56:32.242Z Compiling indexmap v2.14.0
19342026-07-04T15:56:32.242Z Compiling pest v2.8.6
19352026-07-04T15:56:32.266Z Compiling ident_case v1.0.1
19362026-07-04T15:56:32.270Z Compiling openssl v0.10.79
19372026-07-04T15:56:32.319Z Compiling time-macros v0.2.27
19382026-07-04T15:56:32.323Z Compiling iana-time-zone v0.1.65
19392026-07-04T15:56:32.384Z Compiling synstructure v0.13.2
19402026-07-04T15:56:32.402Z Compiling serde_derive_internals v0.29.1
19412026-07-04T15:56:32.442Z Compiling regex-syntax v0.8.10
19422026-07-04T15:56:32.446Z Compiling thiserror v1.0.69
19432026-07-04T15:56:32.541Z Compiling syn v1.0.109
19442026-07-04T15:56:32.610Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-07-04T15:56:32.802Z Compiling base64 v0.22.1
19462026-07-04T15:56:32.838Z Compiling crossbeam-utils v0.8.21
19472026-07-04T15:56:32.902Z Compiling native-tls v0.2.18
19482026-07-04T15:56:32.986Z Compiling slog v2.8.2
19492026-07-04T15:56:33.227Z Compiling camino v1.2.2
19502026-07-04T15:56:33.270Z Compiling rand_core v0.9.5
19512026-07-04T15:56:33.309Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-07-04T15:56:33.327Z Compiling uuid v1.23.4
19532026-07-04T15:56:33.403Z Compiling cookie v0.18.1
19542026-07-04T15:56:33.471Z Compiling fastrand v2.3.0
19552026-07-04T15:56:33.537Z Compiling base64ct v1.8.3
19562026-07-04T15:56:33.590Z Compiling pest_meta v2.8.6
19572026-07-04T15:56:33.613Z Compiling plain v0.2.3
19582026-07-04T15:56:33.646Z Compiling paste v1.0.15
19592026-07-04T15:56:33.762Z Compiling serde_derive v1.0.228
19602026-07-04T15:56:33.778Z Compiling zeroize_derive v1.4.3
19612026-07-04T15:56:33.836Z Compiling zerofrom-derive v0.1.6
19622026-07-04T15:56:33.855Z Compiling yoke-derive v0.8.1
19632026-07-04T15:56:33.955Z Compiling zerocopy-derive v0.8.40
19642026-07-04T15:56:33.973Z Compiling zerovec-derive v0.11.2
19652026-07-04T15:56:33.977Z Compiling displaydoc v0.2.5
19662026-07-04T15:56:34.003Z Compiling tokio-macros v2.7.0
19672026-07-04T15:56:34.173Z Compiling futures-macro v0.3.32
19682026-07-04T15:56:34.467Z Compiling zeroize v1.8.2
19692026-07-04T15:56:34.765Z Compiling tracing-attributes v0.1.31
19702026-07-04T15:56:34.782Z Compiling thiserror-impl v2.0.18
19712026-07-04T15:56:34.804Z Compiling der_derive v0.7.3
19722026-07-04T15:56:34.920Z Compiling schemars_derive v0.8.22
19732026-07-04T15:56:34.976Z Compiling pest_generator v2.8.6
19742026-07-04T15:56:35.037Z Compiling futures-util v0.3.32
19752026-07-04T15:56:35.073Z Compiling zerofrom v0.1.6
19762026-07-04T15:56:35.235Z Compiling yoke v0.8.1
19772026-07-04T15:56:35.464Z Compiling zerovec v0.11.5
19782026-07-04T15:56:35.577Z Compiling zerotrie v0.2.3
19792026-07-04T15:56:36.001Z Compiling tinystr v0.8.2
19802026-07-04T15:56:36.018Z Compiling potential_utf v0.1.4
19812026-07-04T15:56:36.082Z Compiling crypto-common v0.1.7
19822026-07-04T15:56:36.134Z Compiling block-buffer v0.10.4
19832026-07-04T15:56:36.208Z Compiling icu_collections v2.1.1
19842026-07-04T15:56:36.244Z Compiling icu_locale_core v2.1.1
19852026-07-04T15:56:36.330Z Compiling digest v0.10.7
19862026-07-04T15:56:36.346Z Compiling pest_derive v2.8.6
19872026-07-04T15:56:36.650Z Compiling openssl-macros v0.1.1
19882026-07-04T15:56:36.788Z Compiling scroll_derive v0.13.1
19892026-07-04T15:56:36.868Z Compiling thiserror-impl v1.0.69
19902026-07-04T15:56:37.016Z Compiling icu_provider v2.1.1
19912026-07-04T15:56:37.045Z Compiling rustls-pki-types v1.14.0
19922026-07-04T15:56:37.179Z Compiling bytes v1.11.1
19932026-07-04T15:56:37.348Z Compiling icu_normalizer v2.1.1
19942026-07-04T15:56:37.365Z Compiling icu_properties v2.1.2
19952026-07-04T15:56:37.830Z Compiling tokio v1.52.1
19962026-07-04T15:56:38.006Z Compiling chrono v0.4.44
19972026-07-04T15:56:38.023Z Compiling http v1.4.2
19982026-07-04T15:56:38.351Z Compiling idna_adapter v1.2.1
19992026-07-04T15:56:38.524Z Compiling idna v1.1.0
20002026-07-04T15:56:38.873Z Compiling ppv-lite86 v0.2.21
20012026-07-04T15:56:38.990Z Compiling url v2.5.8
20022026-07-04T15:56:39.007Z Compiling pem-rfc7468 v0.7.0
20032026-07-04T15:56:39.039Z Compiling tracing-core v0.1.36
20042026-07-04T15:56:39.336Z Compiling aho-corasick v1.1.4
20052026-07-04T15:56:40.320Z Compiling flagset v0.4.7
20062026-07-04T15:56:40.342Z Compiling num-bigint-dig v0.8.6
20072026-07-04T15:56:40.342Z Compiling tracing v0.1.44
20082026-07-04T15:56:40.343Z Compiling der v0.7.10
20092026-07-04T15:56:40.343Z Compiling rand_chacha v0.9.0
20102026-07-04T15:56:40.343Z Compiling http-body v1.0.1
20112026-07-04T15:56:40.343Z Compiling regex-automata v0.4.14
20122026-07-04T15:56:40.499Z Compiling async-trait v0.1.89
20132026-07-04T15:56:40.621Z Compiling ahash v0.8.12
20142026-07-04T15:56:40.662Z Compiling tinyvec_macros v0.1.1
20152026-07-04T15:56:40.753Z Compiling atomic-waker v1.1.2
20162026-07-04T15:56:40.900Z Compiling cmov v0.5.4
20172026-07-04T15:56:40.917Z Compiling zstd-safe v7.2.4
20182026-07-04T15:56:40.920Z Compiling pretty-hex v0.4.1
20192026-07-04T15:56:40.966Z Compiling dyn-clone v1.0.20
20202026-07-04T15:56:40.983Z Compiling usdt-impl v0.6.0
20212026-07-04T15:56:41.060Z Compiling openssl-probe v0.2.1
20222026-07-04T15:56:41.110Z Compiling ctutils v0.4.2
20232026-07-04T15:56:41.139Z Compiling spki v0.7.3
20242026-07-04T15:56:41.155Z Compiling tinyvec v1.10.0
20252026-07-04T15:56:41.200Z Compiling rand v0.9.2
20262026-07-04T15:56:41.263Z Compiling scroll v0.13.0
20272026-07-04T15:56:41.392Z Compiling serde_tokenstream v0.2.3
20282026-07-04T15:56:41.410Z Compiling daft-derive v0.1.7
20292026-07-04T15:56:41.570Z Compiling clap_derive v4.6.1
20302026-07-04T15:56:41.608Z Compiling scroll_derive v0.12.1
20312026-07-04T15:56:41.654Z Compiling tempfile v3.25.0
20322026-07-04T15:56:41.790Z Compiling heapless v0.7.17
20332026-07-04T15:56:41.906Z Compiling anyhow v1.0.102
20342026-07-04T15:56:41.923Z Compiling untrusted v0.7.1
20352026-07-04T15:56:41.953Z Compiling tower-service v0.3.3
20362026-07-04T15:56:42.082Z Compiling tower-layer v0.3.3
20372026-07-04T15:56:42.123Z Compiling tokio-util v0.7.18
20382026-07-04T15:56:42.139Z Compiling utf8parse v0.2.2
20392026-07-04T15:56:42.143Z Compiling try-lock v0.2.5
20402026-07-04T15:56:42.273Z Compiling signal-hook v0.3.18
20412026-07-04T15:56:42.294Z Compiling litrs v1.0.0
20422026-07-04T15:56:42.438Z Compiling want v0.3.1
20432026-07-04T15:56:42.601Z Compiling goblin v0.10.5
20442026-07-04T15:56:42.836Z Compiling hybrid-array v0.4.13
20452026-07-04T15:56:42.851Z Compiling document-features v0.2.12
20462026-07-04T15:56:42.855Z Compiling ipnet v2.11.0
20472026-07-04T15:56:42.868Z Compiling h2 v0.4.15
20482026-07-04T15:56:43.402Z Compiling pin-project-internal v1.1.11
20492026-07-04T15:56:43.451Z Compiling darling_core v0.20.11
20502026-07-04T15:56:43.535Z Compiling spin v0.9.8
20512026-07-04T15:56:43.573Z Compiling untrusted v0.9.0
20522026-07-04T15:56:43.746Z Compiling cpufeatures v0.2.17
20532026-07-04T15:56:43.814Z Compiling anstyle v1.0.14
20542026-07-04T15:56:44.024Z Compiling foreign-types-shared v0.1.1
20552026-07-04T15:56:44.062Z Compiling powerfmt v0.2.0
20562026-07-04T15:56:44.124Z Compiling httpdate v1.0.3
20572026-07-04T15:56:44.155Z Compiling rustix v0.38.44
20582026-07-04T15:56:44.291Z Compiling simd-adler32 v0.3.8
20592026-07-04T15:56:44.382Z Compiling deranged v0.5.8
20602026-07-04T15:56:44.385Z Compiling foreign-types v0.3.2
20612026-07-04T15:56:44.553Z Compiling unicode-normalization v0.1.25
20622026-07-04T15:56:44.572Z Compiling pkcs8 v0.10.2
20632026-07-04T15:56:44.845Z Compiling hex v0.4.3
20642026-07-04T15:56:44.872Z Compiling dtrace-parser v0.3.0
20652026-07-04T15:56:44.914Z Compiling strum_macros v0.26.4
20662026-07-04T15:56:45.061Z Compiling zerocopy-derive v0.7.35
20672026-07-04T15:56:45.192Z Compiling darling_core v0.21.3
20682026-07-04T15:56:45.195Z Compiling curve25519-dalek v4.1.3
20692026-07-04T15:56:45.501Z Compiling thread-id v5.1.0
20702026-07-04T15:56:45.530Z Compiling memoffset v0.9.1
20712026-07-04T15:56:45.602Z Compiling dof v0.4.0
20722026-07-04T15:56:45.632Z Compiling colorchoice v1.0.4
20732026-07-04T15:56:45.650Z Compiling darling_macro v0.20.11
20742026-07-04T15:56:45.828Z Compiling is_terminal_polyfill v1.70.2
20752026-07-04T15:56:45.832Z Compiling adler2 v2.0.1
20762026-07-04T15:56:45.843Z Compiling num_threads v0.1.7
20772026-07-04T15:56:45.861Z Compiling ref-cast v1.0.25
20782026-07-04T15:56:45.950Z Compiling anstyle-query v1.1.5
20792026-07-04T15:56:45.976Z Compiling smoltcp v0.9.1
20802026-07-04T15:56:46.083Z Compiling miniz_oxide v0.8.9
20812026-07-04T15:56:46.210Z Compiling darling v0.20.11
20822026-07-04T15:56:46.232Z Compiling time v0.3.47
20832026-07-04T15:56:46.350Z Compiling sha2 v0.10.9
20842026-07-04T15:56:46.606Z Compiling hyper v1.10.1
20852026-07-04T15:56:46.851Z Compiling hmac v0.12.1
20862026-07-04T15:56:47.020Z Compiling snafu-derive v0.8.9
20872026-07-04T15:56:47.231Z Compiling sync_wrapper v1.0.2
20882026-07-04T15:56:47.254Z Compiling wait-timeout v0.2.1
20892026-07-04T15:56:47.432Z Compiling zlib-rs v0.6.2
20902026-07-04T15:56:47.523Z Compiling bit-vec v0.8.0
20912026-07-04T15:56:47.629Z Compiling darling_macro v0.21.3
20922026-07-04T15:56:47.816Z Compiling siphasher v1.0.2
20932026-07-04T15:56:47.849Z Compiling cfg_aliases v0.2.1
20942026-07-04T15:56:47.941Z Compiling hyper-util v0.1.20
20952026-07-04T15:56:47.958Z Compiling quick-error v1.2.3
20962026-07-04T15:56:47.961Z Compiling nix v0.31.2
20972026-07-04T15:56:48.060Z Compiling rusty-fork v0.3.1
20982026-07-04T15:56:48.209Z Compiling darling v0.21.3
20992026-07-04T15:56:48.309Z Compiling bit-set v0.8.0
21002026-07-04T15:56:48.390Z Compiling tower v0.5.3
21012026-07-04T15:56:48.619Z Compiling derive_builder_core v0.20.2
21022026-07-04T15:56:48.691Z Compiling regex v1.12.3
21032026-07-04T15:56:48.881Z Compiling anstyle-parse v1.0.0
21042026-07-04T15:56:49.149Z Compiling http-body-util v0.1.3
21052026-07-04T15:56:49.265Z Compiling erased-serde v0.3.31
21062026-07-04T15:56:49.423Z Compiling hubpack_derive v0.1.1
21072026-07-04T15:56:49.427Z Compiling ref-cast-impl v1.0.25
21082026-07-04T15:56:49.511Z Compiling curve25519-dalek-derive v0.1.1
21092026-07-04T15:56:49.541Z Compiling strum_macros v0.27.2
21102026-07-04T15:56:49.544Z Compiling rand_xorshift v0.4.0
21112026-07-04T15:56:49.768Z Compiling flate2 v1.1.9
21122026-07-04T15:56:49.920Z Compiling fs-err v3.3.0
21132026-07-04T15:56:49.947Z Compiling usdt-impl v0.5.0
21142026-07-04T15:56:50.065Z Compiling encoding_rs v0.8.35
21152026-07-04T15:56:50.177Z Compiling iri-string v0.7.10
21162026-07-04T15:56:50.214Z Compiling mime v0.3.17
21172026-07-04T15:56:50.230Z Compiling ryu v1.0.23
21182026-07-04T15:56:50.370Z Compiling unarray v0.1.4
21192026-07-04T15:56:50.388Z Compiling allocator-api2 v0.2.21
21202026-07-04T15:56:50.505Z Compiling unicode-bidi v0.3.18
21212026-07-04T15:56:50.779Z Compiling unicode-properties v0.1.4
21222026-07-04T15:56:50.894Z Compiling object v0.37.3
21232026-07-04T15:56:51.088Z Compiling stringprep v0.1.5
21242026-07-04T15:56:51.482Z Compiling tower-http v0.6.8
21252026-07-04T15:56:51.501Z Compiling serde_urlencoded v0.7.1
21262026-07-04T15:56:51.747Z Compiling proptest v1.10.0
21272026-07-04T15:56:52.111Z Compiling derive_builder_macro v0.20.2
21282026-07-04T15:56:52.129Z Compiling tokio-native-tls v0.3.1
21292026-07-04T15:56:52.357Z Compiling anstream v1.0.0
21302026-07-04T15:56:52.360Z Compiling serde_with_macros v3.17.0
21312026-07-04T15:56:52.421Z Compiling usdt-attr-macro v0.6.0
21322026-07-04T15:56:52.626Z Compiling usdt-macro v0.6.0
21332026-07-04T15:56:52.681Z Compiling ipnetwork v0.21.1
21342026-07-04T15:56:52.863Z Compiling crypto-common v0.2.2
21352026-07-04T15:56:52.930Z Compiling block-buffer v0.12.1
21362026-07-04T15:56:52.949Z Compiling block-padding v0.4.2
21372026-07-04T15:56:52.952Z Compiling bstr v1.12.1
21382026-07-04T15:56:53.117Z Compiling scroll v0.12.0
21392026-07-04T15:56:53.212Z Compiling rustls-native-certs v0.8.3
21402026-07-04T15:56:53.288Z Compiling rand_chacha v0.3.1
21412026-07-04T15:56:53.409Z Compiling serde_spanned v0.6.9
21422026-07-04T15:56:53.436Z Compiling toml_datetime v0.6.11
21432026-07-04T15:56:53.568Z Compiling md-5 v0.10.6
21442026-07-04T15:56:53.610Z Compiling signature v2.2.0
21452026-07-04T15:56:53.670Z Compiling async-recursion v1.1.1
21462026-07-04T15:56:53.794Z Compiling terminal_size v0.4.3
21472026-07-04T15:56:53.815Z Compiling num-integer v0.1.46
21482026-07-04T15:56:53.848Z Compiling hash32 v0.2.1
21492026-07-04T15:56:53.851Z Compiling vergen-lib v9.1.0
21502026-07-04T15:56:54.071Z Compiling psl-types v2.0.11
21512026-07-04T15:56:54.187Z Compiling clap_lex v1.0.0
21522026-07-04T15:56:54.205Z Compiling fallible-iterator v0.2.0
21532026-07-04T15:56:54.326Z Compiling publicsuffix v2.3.0
21542026-07-04T15:56:54.482Z Compiling clap_builder v4.6.0
21552026-07-04T15:56:54.518Z Compiling postgres-protocol v0.6.10
21562026-07-04T15:56:54.580Z Compiling num-iter v0.1.45
21572026-07-04T15:56:54.720Z Compiling newtype-uuid v1.3.2
21582026-07-04T15:56:54.864Z Compiling rand v0.8.6
21592026-07-04T15:56:55.054Z Compiling goblin v0.8.2
21602026-07-04T15:56:55.142Z Compiling inout v0.2.2
21612026-07-04T15:56:55.265Z Compiling oxnet v0.1.6
21622026-07-04T15:56:55.350Z Compiling derive_builder v0.20.2
21632026-07-04T15:56:55.375Z Compiling hyper-tls v0.6.0
21642026-07-04T15:56:55.489Z Compiling phf_shared v0.13.1
21652026-07-04T15:56:55.686Z Compiling zerocopy v0.7.35
21662026-07-04T15:56:55.723Z Compiling lazy_static v1.5.0
21672026-07-04T15:56:55.759Z Compiling pin-project v1.1.11
21682026-07-04T15:56:55.847Z Compiling anstyle-parse v0.2.7
21692026-07-04T15:56:55.906Z Compiling futures-executor v0.3.32
21702026-07-04T15:56:56.102Z Compiling serde_repr v0.1.20
21712026-07-04T15:56:56.173Z Compiling enum-as-inner v0.6.1
21722026-07-04T15:56:56.288Z Compiling vergen v9.1.0
21732026-07-04T15:56:56.291Z Compiling ff v0.13.1
21742026-07-04T15:56:56.506Z Compiling cargo-platform v0.3.2
21752026-07-04T15:56:56.611Z Compiling foldhash v0.1.5
21762026-07-04T15:56:56.726Z Compiling foldhash v0.2.0
21772026-07-04T15:56:56.759Z Compiling managed v0.8.0
21782026-07-04T15:56:56.775Z Compiling same-file v1.0.6
21792026-07-04T15:56:56.794Z Compiling bitflags v1.3.2
21802026-07-04T15:56:56.797Z Compiling unicode-segmentation v1.12.0
21812026-07-04T15:56:56.839Z Compiling base16ct v0.2.0
21822026-07-04T15:56:56.941Z Compiling winnow v0.5.40
21832026-07-04T15:56:56.956Z Compiling bumpalo v3.20.2
21842026-07-04T15:56:56.974Z Compiling libbz2-rs-sys v0.2.2
21852026-07-04T15:56:57.003Z Compiling sec1 v0.7.3
21862026-07-04T15:56:57.228Z Compiling zopfli v0.8.3
21872026-07-04T15:56:57.313Z Compiling walkdir v2.5.0
21882026-07-04T15:56:57.330Z Compiling hashbrown v0.16.1
21892026-07-04T15:56:57.572Z Compiling dof v0.3.0
21902026-07-04T15:56:57.617Z Compiling bzip2 v0.6.1
21912026-07-04T15:56:57.832Z Compiling hashbrown v0.15.5
21922026-07-04T15:56:57.854Z Compiling cargo_metadata v0.23.1
21932026-07-04T15:56:58.014Z Compiling clap v4.6.1
21942026-07-04T15:56:58.051Z Compiling group v0.13.0
21952026-07-04T15:56:58.265Z Compiling futures v0.3.32
21962026-07-04T15:56:58.366Z Compiling toml_edit v0.19.15
21972026-07-04T15:56:58.410Z Compiling anstream v0.6.21
21982026-07-04T15:56:58.763Z Compiling snafu v0.8.9
21992026-07-04T15:56:59.240Z Compiling phf v0.13.1
22002026-07-04T15:56:59.257Z Compiling reqwest v0.12.28
22012026-07-04T15:56:59.347Z Compiling daft v0.1.7
22022026-07-04T15:56:59.454Z Compiling signal-hook-mio v0.2.5
22032026-07-04T15:56:59.602Z Compiling cipher v0.5.2
22042026-07-04T15:56:59.619Z Compiling cookie_store v0.22.1
22052026-07-04T15:56:59.663Z Compiling postgres-types v0.2.12
22062026-07-04T15:56:59.765Z Compiling bzip2 v0.4.4
22072026-07-04T15:56:59.807Z Compiling zstd v0.13.3
22082026-07-04T15:56:59.823Z Compiling ed25519 v2.2.3
22092026-07-04T15:56:59.873Z Compiling globset v0.4.18
22102026-07-04T15:56:59.907Z Compiling dtrace-parser v0.2.0
22112026-07-04T15:57:00.003Z Compiling strum v0.27.2
22122026-07-04T15:57:00.134Z Compiling hubpack v0.1.2
22132026-07-04T15:57:00.192Z Compiling phf_shared v0.11.3
22142026-07-04T15:57:00.253Z Compiling hkdf v0.12.4
22152026-07-04T15:57:00.258Z Compiling olpc-cjson v0.1.4
22162026-07-04T15:57:00.288Z Compiling pkcs1 v0.7.5
22172026-07-04T15:57:00.483Z Compiling pem v3.0.6
22182026-07-04T15:57:00.596Z Compiling serde_plain v1.0.2
22192026-07-04T15:57:00.605Z Compiling serde-big-array v0.5.1
22202026-07-04T15:57:00.605Z Compiling crypto-bigint v0.5.5
22212026-07-04T15:57:00.744Z Compiling float-cmp v0.10.0
22222026-07-04T15:57:00.760Z Compiling thread-id v4.2.2
22232026-07-04T15:57:00.814Z Compiling memmap2 v0.9.10
22242026-07-04T15:57:00.818Z Compiling env_filter v1.0.0
22252026-07-04T15:57:00.921Z Compiling fixedbitset v0.4.2
22262026-07-04T15:57:00.938Z Compiling either v1.15.0
22272026-07-04T15:57:01.068Z Compiling jiff v0.2.21
22282026-07-04T15:57:01.085Z Compiling precomputed-hash v0.1.1
22292026-07-04T15:57:01.138Z Compiling static_assertions v1.1.0
22302026-07-04T15:57:01.166Z Compiling fixedbitset v0.5.7
22312026-07-04T15:57:01.208Z Compiling new_debug_unreachable v1.0.6
22322026-07-04T15:57:01.236Z Compiling whoami v2.1.0
22332026-07-04T15:57:01.294Z Compiling typed-path v0.9.3
22342026-07-04T15:57:01.310Z Compiling normalize-line-endings v0.3.0
22352026-07-04T15:57:01.354Z Compiling toml_write v0.1.2
22362026-07-04T15:57:01.623Z Compiling difflib v0.4.0
22372026-07-04T15:57:01.642Z Compiling predicates-core v1.0.10
22382026-07-04T15:57:01.664Z Compiling keccak v0.1.6
22392026-07-04T15:57:01.763Z Compiling data-encoding v2.10.0
22402026-07-04T15:57:01.847Z Compiling winnow v0.7.14
22412026-07-04T15:57:01.905Z Compiling cpufeatures v0.3.0
22422026-07-04T15:57:01.996Z Compiling winnow v1.0.3
22432026-07-04T15:57:02.138Z Compiling const-oid v0.10.2
22442026-07-04T15:57:02.374Z Compiling toml_parser v1.1.2+spec-1.1.0
22452026-07-04T15:57:02.391Z Compiling digest v0.11.3
22462026-07-04T15:57:02.408Z Compiling hickory-proto v0.25.2
22472026-07-04T15:57:02.553Z Compiling chacha20 v0.10.0
22482026-07-04T15:57:02.623Z Compiling predicates v3.1.4
22492026-07-04T15:57:02.641Z Compiling sha3 v0.10.8
22502026-07-04T15:57:02.881Z Compiling elliptic-curve v0.13.8
22512026-07-04T15:57:02.931Z Compiling tokio-postgres v0.7.16
22522026-07-04T15:57:02.989Z Compiling petgraph v0.8.3
22532026-07-04T15:57:03.394Z Compiling toml_edit v0.22.27
22542026-07-04T15:57:03.411Z Compiling string_cache v0.8.9
22552026-07-04T15:57:03.521Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22562026-07-04T15:57:03.662Z Compiling itertools v0.13.0
22572026-07-04T15:57:03.831Z Compiling petgraph v0.6.5
22582026-07-04T15:57:04.121Z Compiling zip v4.6.1
22592026-07-04T15:57:05.072Z Compiling env_logger v0.11.9
22602026-07-04T15:57:05.097Z Compiling usdt v0.6.0
22612026-07-04T15:57:05.420Z Compiling rsa v0.9.10
22622026-07-04T15:57:05.942Z Compiling ed25519-dalek v2.2.0
22632026-07-04T15:57:06.019Z Compiling zip v0.6.6
22642026-07-04T15:57:06.122Z Compiling toml v0.7.8
22652026-07-04T15:57:06.259Z Compiling iddqd v0.4.2
22662026-07-04T15:57:06.299Z Compiling crossterm v0.28.1
22672026-07-04T15:57:06.622Z Compiling crossbeam-epoch v0.9.18
22682026-07-04T15:57:06.662Z Compiling similar v2.7.0
22692026-07-04T15:57:06.686Z Compiling heck v0.4.1
22702026-07-04T15:57:06.746Z Compiling serde_with v3.17.0
22712026-07-04T15:57:06.997Z Compiling strum v0.26.3
22722026-07-04T15:57:07.095Z Compiling tokio-stream v0.1.18
22732026-07-04T15:57:07.146Z Compiling buf-list v1.1.2
22742026-07-04T15:57:07.148Z Compiling x509-cert v0.2.5
22752026-07-04T15:57:07.429Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-04T15:57:07.594Z Compiling openapiv3 v2.2.0
22772026-07-04T15:57:07.629Z Compiling structmeta-derive v0.3.0
22782026-07-04T15:57:07.808Z Compiling radium v0.7.0
22792026-07-04T15:57:08.027Z Compiling peg-runtime v0.8.5
22802026-07-04T15:57:08.217Z Compiling lalrpop-util v0.19.12
22812026-07-04T15:57:08.696Z Compiling structmeta v0.3.0
22822026-07-04T15:57:09.307Z Compiling tap v1.0.1
22832026-07-04T15:57:09.386Z Compiling maybe-uninit v2.0.0
22842026-07-04T15:57:09.507Z Compiling wyz v0.5.1
22852026-07-04T15:57:10.938Z Compiling funty v2.0.0
22862026-07-04T15:57:10.955Z Compiling packed_struct v0.10.1
22872026-07-04T15:57:11.923Z Compiling bitvec v1.0.1
22882026-07-04T15:57:14.352Z Compiling packed_struct_codegen v0.10.1
22892026-07-04T15:57:14.666Z Compiling zerocopy-derive v0.6.6
22902026-07-04T15:57:14.866Z Compiling bitfield-macros v0.19.4
22912026-07-04T15:57:15.346Z Compiling indexmap v1.9.3
22922026-07-04T15:57:15.656Z Compiling nodrop v0.1.14
22932026-07-04T15:57:15.782Z Compiling crc-catalog v2.4.0
22942026-07-04T15:57:15.896Z Compiling crc v3.4.0
22952026-07-04T15:57:16.106Z Compiling array-init v0.0.4
22962026-07-04T15:57:16.642Z Compiling bitfield v0.19.4
22972026-07-04T15:57:16.714Z Compiling zerocopy v0.6.6
22982026-07-04T15:57:17.275Z Compiling smallvec v0.6.14
22992026-07-04T15:57:18.233Z Compiling derive-ex v0.1.8
23002026-07-04T15:57:21.358Z Compiling base64 v0.21.7
23012026-07-04T15:57:21.442Z Compiling hashbrown v0.12.3
23022026-07-04T15:57:21.785Z Compiling ron v0.8.1
23032026-07-04T15:57:21.986Z Compiling rustls-webpki v0.103.13
23042026-07-04T15:57:24.008Z Compiling test-strategy v0.4.5
23052026-07-04T15:57:25.346Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-04T15:57:25.575Z Compiling serde-hex v0.1.0
23072026-07-04T15:57:25.806Z Compiling tokio-rustls v0.26.4
23082026-07-04T15:57:26.116Z Compiling hyper-rustls v0.27.7
23092026-07-04T15:57:26.432Z Compiling rustls-platform-verifier v0.6.2
23102026-07-04T15:57:26.667Z Compiling reqwest v0.13.2
23112026-07-04T15:57:26.696Z Compiling tough v0.22.0
23122026-07-04T15:57:27.120Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-07-04T15:57:27.310Z Compiling hashbrown v0.13.2
23142026-07-04T15:57:27.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23152026-07-04T15:57:27.588Z Compiling filetime v0.2.27
23162026-07-04T15:57:27.830Z Compiling multer v3.1.0
23172026-07-04T15:57:27.847Z Compiling thread_local v1.1.9
23182026-07-04T15:57:28.006Z Compiling compression-core v0.4.31
23192026-07-04T15:57:28.087Z Compiling rayon-core v1.13.0
23202026-07-04T15:57:28.184Z Compiling crc-any v2.5.0
23212026-07-04T15:57:28.200Z Compiling match_cfg v0.1.0
23222026-07-04T15:57:28.217Z Compiling xattr v1.6.1
23232026-07-04T15:57:28.243Z Compiling slog-async v2.8.0
23242026-07-04T15:57:28.297Z Compiling hostname v0.3.1
23252026-07-04T15:57:28.362Z Compiling compression-codecs v0.4.37
23262026-07-04T15:57:28.443Z Compiling tar v0.4.45
23272026-07-04T15:57:28.544Z Compiling object v0.30.4
23282026-07-04T15:57:28.605Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23292026-07-04T15:57:28.622Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-04T15:57:28.640Z Compiling crossbeam-channel v0.5.15
23312026-07-04T15:57:28.767Z Compiling slog-json v2.6.1
23322026-07-04T15:57:28.784Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23332026-07-04T15:57:28.985Z Compiling async-stream-impl v0.3.6
23342026-07-04T15:57:29.067Z Compiling toml_datetime v1.1.1+spec-1.1.0
23352026-07-04T15:57:29.258Z Compiling serde_spanned v1.1.1
23362026-07-04T15:57:29.286Z Compiling serde_path_to_error v0.1.20
23372026-07-04T15:57:29.323Z Compiling is-terminal v0.4.17
23382026-07-04T15:57:29.418Z Compiling fs-err v2.11.0
23392026-07-04T15:57:29.443Z Compiling dropshot v0.17.1
23402026-07-04T15:57:29.460Z Compiling take_mut v0.2.2
23412026-07-04T15:57:29.553Z Compiling path-slash v0.1.5
23422026-07-04T15:57:29.604Z Compiling toml_writer v1.1.1+spec-1.1.0
23432026-07-04T15:57:29.632Z Compiling debug-ignore v1.0.5
23442026-07-04T15:57:29.665Z Compiling term v1.2.1
23452026-07-04T15:57:29.757Z Compiling async-stream v0.3.6
23462026-07-04T15:57:29.792Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23472026-07-04T15:57:29.868Z Compiling toml v1.1.2+spec-1.1.0
23482026-07-04T15:57:29.911Z Compiling slog-bunyan v2.5.0
23492026-07-04T15:57:29.979Z Compiling async-compression v0.4.41
23502026-07-04T15:57:30.015Z Compiling slog-term v2.9.2
23512026-07-04T15:57:30.124Z Compiling atomicwrites v0.4.4
23522026-07-04T15:57:30.229Z Compiling sha1 v0.11.0
23532026-07-04T15:57:30.287Z Compiling crossbeam-deque v0.8.6
23542026-07-04T15:57:30.418Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23552026-07-04T15:57:30.477Z Compiling parse-display-derive v0.10.0
23562026-07-04T15:57:30.545Z Compiling camino-tempfile v1.4.1
23572026-07-04T15:57:30.562Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23582026-07-04T15:57:30.679Z Compiling newtype-uuid-macros v0.1.0
23592026-07-04T15:57:30.929Z Compiling dropshot_endpoint v0.17.1
23602026-07-04T15:57:31.005Z Compiling waitgroup v0.1.2
23612026-07-04T15:57:31.022Z Compiling half v2.7.1
23622026-07-04T15:57:31.038Z Compiling rustls-pemfile v2.2.0
23632026-07-04T15:57:31.096Z Compiling backon v1.6.0
23642026-07-04T15:57:31.184Z Compiling blake3 v1.8.5
23652026-07-04T15:57:31.250Z Compiling hostname v0.4.2
23662026-07-04T15:57:31.328Z Compiling instant v0.1.13
23672026-07-04T15:57:31.354Z Compiling ciborium-io v0.2.2
23682026-07-04T15:57:31.377Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23692026-07-04T15:57:31.447Z Compiling backoff v0.4.0
23702026-07-04T15:57:31.485Z Compiling ciborium-ll v0.2.2
23712026-07-04T15:57:31.518Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23722026-07-04T15:57:31.560Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23732026-07-04T15:57:31.713Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23742026-07-04T15:57:31.794Z Compiling toml v0.8.23
23752026-07-04T15:57:31.893Z Compiling regress v0.10.5
23762026-07-04T15:57:31.911Z Compiling itertools v0.14.0
23772026-07-04T15:57:31.942Z Compiling macaddr v1.0.1
23782026-07-04T15:57:32.092Z Compiling parse-display v0.10.0
23792026-07-04T15:57:32.270Z Compiling humantime v2.3.0
23802026-07-04T15:57:32.648Z Compiling indent_write v2.2.0
23812026-07-04T15:57:32.731Z Compiling parse-size v1.1.0
23822026-07-04T15:57:32.754Z Compiling constant_time_eq v0.4.2
23832026-07-04T15:57:32.828Z Compiling arrayvec v0.7.6
23842026-07-04T15:57:32.937Z Compiling arrayref v0.3.9
23852026-07-04T15:57:32.988Z Compiling ciborium v0.2.2
23862026-07-04T15:57:33.084Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-04T15:57:33.112Z Compiling topological-sort v0.2.2
23882026-07-04T15:57:33.313Z Compiling display-error-chain v0.2.2
23892026-07-04T15:57:33.492Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-04T15:57:33.492Z Compiling shell-words v1.1.1
23912026-07-04T15:57:33.694Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-07-04T15:57:43.975Z Compiling progenitor-client v0.14.0
23932026-07-04T15:57:43.975Z Compiling omicron-zone-package v0.12.3
23942026-07-04T15:57:44.232Z Compiling progenitor-extras v0.2.0
23952026-07-04T15:57:44.616Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-07-04T15:57:44.711Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23972026-07-04T15:57:44.717Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-04T15:57:45.904Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-04T15:57:50.035Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-04T15:57:53.205Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-04T15:58:01.792Z Finished `release` profile [optimized] target(s) in 1m 34s
24022026-07-04T15:58:01.939Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-04T15:58:01.996ZJul 04 15:58:01.241 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-04T15:58:02.092ZJul 04 15:58:01.337 DEBG running: git rev-parse HEAD
24052026-07-04T15:58:02.096ZJul 04 15:58:01.340 DEBG process exited with exit status: 0 (3.40547ms)
24062026-07-04T15:58:02.096ZJul 04 15:58:01.340 INFO version: 21.0.0-0.ci+git49c15443180
24072026-07-04T15:58:02.104ZJul 04 15:58:01.349 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-04T15:58:02.104ZJul 04 15:58:01.349 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-04T15:58:02.108ZCloning into '/work/oxidecomputer/helios'...
24102026-07-04T15:58:02.562ZJul 04 15:58:01.807 DEBG process exited with exit status: 0 (458.725028ms)
24112026-07-04T15:58:02.562ZJul 04 15:58:01.807 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-04T15:58:02.565ZJul 04 15:58:01.810 DEBG process exited with exit status: 0 (2.62382ms)
24132026-07-04T15:58:02.565ZJul 04 15:58:01.810 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-04T15:58:02.904ZJul 04 15:58:02.150 DEBG process exited with exit status: 0 (339.7823ms)
24152026-07-04T15:58:02.904ZJul 04 15:58:02.150 DEBG running: zfs list rpool/images/build/host
24162026-07-04T15:58:02.909ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-04T15:58:02.909Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-04T15:58:02.912ZJul 04 15:58:02.156 DEBG process exited with exit status: 0 (5.31763ms)
24192026-07-04T15:58:02.912ZJul 04 15:58:02.156 DEBG running: zfs list rpool/images/build/recovery
24202026-07-04T15:58:02.915ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-04T15:58:02.915Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-04T15:58:02.915ZJul 04 15:58:02.159 DEBG process exited with exit status: 0 (4.04317ms)
24232026-07-04T15:58:02.915ZJul 04 15:58:02.159 INFO console assets match pinned console commit (975bba9f3f2ce5fc0fa0d03ea4d71e04d9e4d6c5)
24242026-07-04T15:58:02.926ZJul 04 15:58:02.172 INFO console client API version matches nexus API version (2026061000.0.0)
24252026-07-04T15:58:02.929ZJul 04 15:58:02.173 INFO [hubris-staging] running task
24262026-07-04T15:58:02.929ZJul 04 15:58:02.173 INFO [hubris-production] running task
24272026-07-04T15:58:02.929ZJul 04 15:58:02.173 INFO [incorp-manifest] running task
24282026-07-04T15:58:02.929ZJul 04 15:58:02.173 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24292026-07-04T15:58:02.929ZJul 04 15:58:02.174 INFO [incorp-create] running: pkgrepo create /work/incorporation
24302026-07-04T15:58:02.931ZJul 04 15:58:02.176 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24312026-07-04T15:58:02.932ZJul 04 15:58:02.176 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24322026-07-04T15:58:02.972Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-04T15:58:03.181ZJul 04 15:58:02.426 INFO [incorp-create] process exited with exit status: 0 (251.7648ms)
24342026-07-04T15:58:03.184ZJul 04 15:58:02.426 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24352026-07-04T15:58:03.411Z[ omicron-package] Blocking waiting for file lock on package cache
24362026-07-04T15:58:03.418ZJul 04 15:58:02.663 INFO [incorp-publisher] process exited with exit status: 0 (237.192379ms)
24372026-07-04T15:58:03.781Z[ omicron-package] Blocking waiting for file lock on package cache
24382026-07-04T15:58:03.784ZJul 04 15:58:03.028 DEBG process exited with exit status: 0 (854.195068ms)
24392026-07-04T15:58:03.784ZJul 04 15:58:03.028 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24402026-07-04T15:58:03.958ZJul 04 15:58:03.204 INFO [hubris-production] task succeeded (1.030563798s)
24412026-07-04T15:58:04.593ZJul 04 15:58:03.838 DEBG process exited with exit status: 0 (810.046118ms)
24422026-07-04T15:58:04.647ZJul 04 15:58:03.839 INFO [incorp-manifest] task succeeded (1.666006536s)
24432026-07-04T15:58:04.647ZJul 04 15:58:03.839 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-04T15:58:04.797ZJul 04 15:58:04.042 INFO [incorp-fmt] process exited with exit status: 0 (202.50058ms)
24452026-07-04T15:58:04.803ZJul 04 15:58:04.048 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24462026-07-04T15:58:04.988Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24472026-07-04T15:58:04.988Z[ omicron-package] Compiling itertools v0.14.0
24482026-07-04T15:58:04.988Z[ omicron-package] Compiling secrecy v0.10.3
24492026-07-04T15:58:04.988Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24502026-07-04T15:58:04.988Z[ omicron-package] Compiling heapless v0.8.0
24512026-07-04T15:58:04.988Z[ omicron-package] Compiling hash32 v0.3.1
24522026-07-04T15:58:04.991Z[ omicron-package] Compiling inout v0.1.4
24532026-07-04T15:58:04.991Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542026-07-04T15:58:04.992Z[ omicron-package] Compiling unicode-width v0.2.0
24552026-07-04T15:58:04.992Z[ omicron-package] Compiling smoltcp v0.11.0
24562026-07-04T15:58:04.992Z[ omicron-package] Compiling cobs v0.3.0
24572026-07-04T15:58:04.992Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24582026-07-04T15:58:04.992Z[ omicron-package] Compiling universal-hash v0.5.1
24592026-07-04T15:58:04.992Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24602026-07-04T15:58:05.175Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24612026-07-04T15:58:05.175Z[ omicron-package] Compiling opaque-debug v0.3.1
24622026-07-04T15:58:05.178Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260704T155804Z
24632026-07-04T15:58:05.178Z[ incorp-pkgsend] PUBLISHED
24642026-07-04T15:58:05.269ZJul 04 15:58:04.514 INFO [incorp-pkgsend] process exited with exit status: 0 (467.896189ms)
24652026-07-04T15:58:05.269ZJul 04 15:58:04.515 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24662026-07-04T15:58:05.562Z[ helios-incorp] Retrieving packages for publisher helios ...
24672026-07-04T15:58:05.566Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24682026-07-04T15:58:05.591Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24692026-07-04T15:58:05.591Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24702026-07-04T15:58:05.591Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24712026-07-04T15:58:05.596Z[ helios-incorp]
24722026-07-04T15:58:05.596Z[ helios-incorp] Archiving packages ...
24732026-07-04T15:58:05.596Z[ helios-incorp] Packages to add: 1
24742026-07-04T15:58:05.596Z[ helios-incorp] Files to retrieve: 0
24752026-07-04T15:58:05.598Z[ helios-incorp] Estimated transfer size: 0.00 B
24762026-07-04T15:58:05.598Z[ helios-incorp]
24772026-07-04T15:58:05.599Z[ helios-incorp] Packages to archive:
24782026-07-04T15:58:05.599Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260704T155804Z
24792026-07-04T15:58:05.599Z[ helios-incorp]
24802026-07-04T15:58:05.599Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24812026-07-04T15:58:05.599Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24822026-07-04T15:58:05.682ZJul 04 15:58:04.927 INFO [helios-incorp] process exited with exit status: 0 (416.460199ms)
24832026-07-04T15:58:05.861Z[ omicron-package] Compiling cipher v0.4.4
24842026-07-04T15:58:06.564Z[ omicron-package] Compiling convert_case v0.4.0
24852026-07-04T15:58:06.567Z[ omicron-package] Compiling poly1305 v0.8.0
24862026-07-04T15:58:06.567Z[ omicron-package] Compiling postcard v1.1.3
24872026-07-04T15:58:06.676Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24882026-07-04T15:58:06.676Z[ omicron-package] Compiling chacha20 v0.9.1
24892026-07-04T15:58:06.680Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24902026-07-04T15:58:06.683Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24912026-07-04T15:58:06.683Z[ omicron-package] Compiling password-hash v0.5.0
24922026-07-04T15:58:06.709Z[ omicron-package] Compiling blake2 v0.10.6
24932026-07-04T15:58:06.713Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24942026-07-04T15:58:06.918Z[ omicron-package] Compiling aead v0.5.2
24952026-07-04T15:58:07.027Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24962026-07-04T15:58:07.165Z[ omicron-package] Compiling derive_more v0.99.20
24972026-07-04T15:58:07.182Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24982026-07-04T15:58:07.261Z[ omicron-package] Compiling proc-macro-error v1.0.4
24992026-07-04T15:58:07.261Z[ omicron-package] Compiling ingot-macros v0.1.1
25002026-07-04T15:58:07.261Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25012026-07-04T15:58:07.264Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25022026-07-04T15:58:07.456Z[ omicron-package] Compiling proc-macro-crate v3.4.0
25032026-07-04T15:58:07.459Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25042026-07-04T15:58:07.638Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25052026-07-04T15:58:07.773Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25062026-07-04T15:58:07.869Z[ omicron-package] Compiling vsss-rs v3.3.4
25072026-07-04T15:58:07.889Z[ omicron-package] Compiling argon2 v0.5.3
25082026-07-04T15:58:08.068Z[ omicron-package] Compiling num_enum_derive v0.5.11
25092026-07-04T15:58:08.103Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25102026-07-04T15:58:08.248Z[ omicron-package] Compiling num_enum_derive v0.7.6
25112026-07-04T15:58:08.251Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25122026-07-04T15:58:08.269Z[ omicron-package] Compiling tabwriter v1.4.1
25132026-07-04T15:58:08.348Z[ omicron-package] Compiling foreign-types v0.5.0
25142026-07-04T15:58:08.368Z[ omicron-package] Compiling byte-wrapper v0.1.0
25152026-07-04T15:58:08.371Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-07-04T15:58:08.520Z[ omicron-package] Compiling cstr-argument v0.1.2
25172026-07-04T15:58:08.548Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25182026-07-04T15:58:08.630Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25192026-07-04T15:58:08.772Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25202026-07-04T15:58:09.100Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25212026-07-04T15:58:09.170Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25222026-07-04T15:58:09.227Z[ omicron-package] Compiling rayon v1.11.0
25232026-07-04T15:58:09.231Z[ omicron-package] Compiling rand v0.10.1
25242026-07-04T15:58:09.354Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25252026-07-04T15:58:09.400Z[ omicron-package] Compiling num_enum v0.5.11
25262026-07-04T15:58:09.434Z[ omicron-package] Compiling libefi-sys v0.1.0
25272026-07-04T15:58:09.455Z[ omicron-package] Compiling colored v3.1.1
25282026-07-04T15:58:09.527Z[ omicron-package] Compiling num_enum v0.7.6
25292026-07-04T15:58:09.573Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25302026-07-04T15:58:09.592Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25312026-07-04T15:58:09.595Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25322026-07-04T15:58:09.618Z[ omicron-package] Compiling itertools v0.12.1
25332026-07-04T15:58:09.759Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25342026-07-04T15:58:09.837Z[ omicron-package] Compiling usdt-macro v0.5.0
25352026-07-04T15:58:09.903Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25362026-07-04T15:58:09.939Z[ omicron-package] Compiling memmap v0.7.0
25372026-07-04T15:58:09.966Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25382026-07-04T15:58:09.969Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25392026-07-04T15:58:10.156Z[ omicron-package] Compiling sigpipe v0.1.3
25402026-07-04T15:58:10.210Z[ omicron-package] Compiling num-derive v0.4.2
25412026-07-04T15:58:10.288Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25422026-07-04T15:58:10.338Z[ omicron-package] Compiling bitfield-struct v0.6.2
25432026-07-04T15:58:10.393Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-07-04T15:58:10.419Z[ omicron-package] Compiling glob v0.3.3
25452026-07-04T15:58:10.445Z[ omicron-package] Compiling swrite v0.1.0
25462026-07-04T15:58:10.711Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25472026-07-04T15:58:10.854Z[ omicron-package] Compiling ingot-types v0.1.2
25482026-07-04T15:58:10.956Z[ omicron-package] Compiling usdt v0.5.0
25492026-07-04T15:58:10.997Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25502026-07-04T15:58:11.218Z[ omicron-package] Compiling smf v0.2.3
25512026-07-04T15:58:11.252Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-04T15:58:11.255Z[ omicron-package] Compiling whoami v1.6.1
25532026-07-04T15:58:11.365Z[ omicron-package] Compiling zone v0.3.1
25542026-07-04T15:58:11.365Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-07-04T15:58:11.458Z[ omicron-package] Compiling ingot v0.1.1
25562026-07-04T15:58:11.522Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25572026-07-04T15:58:11.607Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25582026-07-04T15:58:11.651Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25592026-07-04T15:58:11.654Z[ omicron-package] Compiling console v0.16.2
25602026-07-04T15:58:11.654Z[ omicron-package] Compiling gethostname v0.5.0
25612026-07-04T15:58:11.842Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25622026-07-04T15:58:11.895Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25632026-07-04T15:58:11.930Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25642026-07-04T15:58:11.981Z[ omicron-package] Compiling unit-prefix v0.5.2
25652026-07-04T15:58:12.026Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25662026-07-04T15:58:12.312Z[ omicron-package] Compiling indicatif v0.18.4
25672026-07-04T15:58:13.873Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25682026-07-04T15:58:15.388Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25692026-07-04T15:58:16.618Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25702026-07-04T15:58:17.016ZJul 04 15:58:16.261 INFO [hubris-staging] task succeeded (14.087592502s)
25712026-07-04T15:58:18.822Z[ helios-setup] Jul 04 15:58:18.066 INFO helios repository root is: /work/oxidecomputer/helios
25722026-07-04T15:58:18.826Z[ helios-setup] Jul 04 15:58:18.067 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
25732026-07-04T15:58:18.826Z[ helios-setup] Jul 04 15:58:18.067 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25742026-07-04T15:58:18.826Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25752026-07-04T15:58:19.526Z[ helios-setup] Jul 04 15:58:18.771 INFO clone ok!, project: pilot
25762026-07-04T15:58:19.529Z[ helios-setup] Jul 04 15:58:18.772 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25772026-07-04T15:58:19.530Z[ helios-setup] Jul 04 15:58:18.772 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25782026-07-04T15:58:19.530Z[ helios-setup] Jul 04 15:58:18.772 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
25792026-07-04T15:58:19.530Z[ helios-setup] Jul 04 15:58:18.772 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25802026-07-04T15:58:19.530Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25812026-07-04T15:58:19.994Z[ helios-setup] Jul 04 15:58:19.239 INFO clone ok!, project: pinprick
25822026-07-04T15:58:19.994Z[ helios-setup] Jul 04 15:58:19.239 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
25832026-07-04T15:58:19.997Z[ helios-setup] Jul 04 15:58:19.239 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25842026-07-04T15:58:19.997Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25852026-07-04T15:58:20.647Z[ helios-setup] Jul 04 15:58:19.885 INFO clone ok!, project: dmar-report
25862026-07-04T15:58:20.647Z[ helios-setup] Jul 04 15:58:19.886 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
25872026-07-04T15:58:20.653Z[ helios-setup] Jul 04 15:58:19.886 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25882026-07-04T15:58:20.654Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25892026-07-04T15:58:21.084Z[ helios-setup] Jul 04 15:58:20.328 INFO clone ok!, project: phbl
25902026-07-04T15:58:21.084Z[ helios-setup] Jul 04 15:58:20.329 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
25912026-07-04T15:58:21.084Z[ helios-setup] Jul 04 15:58:20.329 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25922026-07-04T15:58:21.089Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25932026-07-04T15:58:21.619Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25942026-07-04T15:58:21.738Z[ helios-setup] Jul 04 15:58:20.983 INFO clone ok!, project: image-builder
25952026-07-04T15:58:21.744Z[ helios-setup] Jul 04 15:58:20.983 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
25962026-07-04T15:58:21.744Z[ helios-setup] Jul 04 15:58:20.983 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
25972026-07-04T15:58:21.744Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
25982026-07-04T15:58:22.463Z[ helios-setup] Jul 04 15:58:21.708 INFO clone ok!, project: amd-host-image-builder
25992026-07-04T15:58:22.463Z[ helios-setup] Jul 04 15:58:21.708 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26002026-07-04T15:58:22.466Z[ helios-setup] Jul 04 15:58:21.708 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
26012026-07-04T15:58:22.466Z[ helios-setup] Jul 04 15:58:21.708 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
26022026-07-04T15:58:22.466Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
26032026-07-04T15:58:23.263Z[ helios-setup] Jul 04 15:58:22.506 INFO clone ok!, project: chelsio-t6-roms
26042026-07-04T15:58:23.263Z[ helios-setup] Jul 04 15:58:22.507 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
26052026-07-04T15:58:23.269Z[ helios-setup] Jul 04 15:58:22.507 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26062026-07-04T15:58:23.269Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26072026-07-04T15:58:23.674Z[ helios-setup] Jul 04 15:58:22.918 INFO clone ok!, project: bootserver
26082026-07-04T15:58:23.674Z[ helios-setup] Jul 04 15:58:22.918 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
26092026-07-04T15:58:23.677Z[ helios-setup] Jul 04 15:58:22.918 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26102026-07-04T15:58:23.677Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26112026-07-04T15:58:24.981Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26122026-07-04T15:58:26.085Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26132026-07-04T15:58:29.798Z[ helios-setup] Jul 04 15:58:29.043 INFO clone ok!, project: amd-firmware
26142026-07-04T15:58:29.801Z[ helios-setup] Jul 04 15:58:29.043 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26152026-07-04T15:58:30.018Z[ helios-setup] Jul 04 15:58:29.263 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26162026-07-04T15:58:30.245Z[ helios-setup] Jul 04 15:58:29.490 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26172026-07-04T15:58:30.245Z[ helios-setup] Jul 04 15:58:29.490 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26182026-07-04T15:58:30.473Z[ helios-setup] Jul 04 15:58:29.716 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26192026-07-04T15:58:30.694Z[ helios-setup] Jul 04 15:58:29.938 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26202026-07-04T15:58:30.694Z[ helios-setup] Jul 04 15:58:29.938 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26212026-07-04T15:58:30.921Z[ helios-setup] Jul 04 15:58:30.166 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26222026-07-04T15:58:31.144Z[ helios-setup] Jul 04 15:58:30.389 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26232026-07-04T15:58:31.144Z[ helios-setup] Jul 04 15:58:30.389 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26242026-07-04T15:58:31.148Z[ helios-setup] Jul 04 15:58:30.389 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26252026-07-04T15:58:31.148Z[ helios-setup] Jul 04 15:58:30.389 INFO ok!
26262026-07-04T15:58:31.148Z[ helios-setup] Jul 04 15:58:30.389 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26272026-07-04T15:58:31.148Z[ helios-setup] Jul 04 15:58:30.389 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26282026-07-04T15:58:31.148Z[ helios-setup] Jul 04 15:58:30.389 INFO ok!
26292026-07-04T15:58:31.148Z[ helios-setup] Jul 04 15:58:30.389 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26302026-07-04T15:58:31.149Z[ helios-setup] Jul 04 15:58:30.389 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26312026-07-04T15:58:31.149Z[ helios-setup] Jul 04 15:58:30.389 INFO ok!
26322026-07-04T15:58:31.149Z[ helios-setup] Jul 04 15:58:30.389 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
26332026-07-04T15:58:31.152Z[ helios-setup] Jul 04 15:58:30.396 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
26342026-07-04T15:58:31.152Z[ helios-setup] Jul 04 15:58:30.397 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
26352026-07-04T15:58:31.152Z[ helios-setup] Jul 04 15:58:30.397 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
26362026-07-04T15:58:31.219Z[ helios-setup] Jul 04 15:58:30.464 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
26372026-07-04T15:58:31.642Z[ helios-setup] Jul 04 15:58:30.886 INFO E| From https://github.com/jclulow/hiercmd
26382026-07-04T15:58:31.642Z[ helios-setup] Jul 04 15:58:30.886 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
26392026-07-04T15:58:31.652Z[ helios-setup] Jul 04 15:58:30.897 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
26402026-07-04T15:58:31.934Z[ helios-setup] Jul 04 15:58:31.178 INFO E| From https://github.com/oxidecomputer/network-interface
26412026-07-04T15:58:31.934Z[ helios-setup] Jul 04 15:58:31.178 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
26422026-07-04T15:58:31.943Z[ helios-setup] Jul 04 15:58:31.188 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
26432026-07-04T15:58:32.315Z[ helios-setup] Jul 04 15:58:31.560 INFO E| From https://github.com/oxidecomputer/boot-image-tools
26442026-07-04T15:58:32.315Z[ helios-setup] Jul 04 15:58:31.560 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
26452026-07-04T15:58:32.331Z[ helios-setup] Jul 04 15:58:31.576 INFO E| Updating crates.io index
26462026-07-04T15:58:32.587Z[ helios-setup] Jul 04 15:58:31.832 INFO E| Downloading crates ...
26472026-07-04T15:58:32.663Z[ helios-setup] Jul 04 15:58:31.908 INFO E| Downloaded getopts v0.2.24
26482026-07-04T15:58:32.669Z[ helios-setup] Jul 04 15:58:31.914 INFO E| Downloaded num_enum v0.7.5
26492026-07-04T15:58:32.672Z[ helios-setup] Jul 04 15:58:31.917 INFO E| Downloaded futures-sink v0.3.31
26502026-07-04T15:58:32.675Z[ helios-setup] Jul 04 15:58:31.918 INFO E| Downloaded futures-macro v0.3.31
26512026-07-04T15:58:32.678Z[ helios-setup] Jul 04 15:58:31.924 INFO E| Downloaded futures-task v0.3.31
26522026-07-04T15:58:32.681Z[ helios-setup] Jul 04 15:58:31.926 INFO E| Downloaded libdevinfo-sys v1.1.0
26532026-07-04T15:58:32.684Z[ helios-setup] Jul 04 15:58:31.928 INFO E| Downloaded itoa v1.0.15
26542026-07-04T15:58:32.687Z[ helios-setup] Jul 04 15:58:31.932 INFO E| Downloaded anstyle-query v1.1.4
26552026-07-04T15:58:32.694Z[ helios-setup] Jul 04 15:58:31.939 INFO E| Downloaded clap_lex v0.7.6
26562026-07-04T15:58:32.704Z[ helios-setup] Jul 04 15:58:31.949 INFO E| Downloaded crc v3.3.0
26572026-07-04T15:58:32.707Z[ helios-setup] Jul 04 15:58:31.952 INFO E| Downloaded bitfield-macros v0.19.3
26582026-07-04T15:58:32.711Z[ helios-setup] Jul 04 15:58:31.956 INFO E| Downloaded pin-utils v0.1.0
26592026-07-04T15:58:32.721Z[ helios-setup] Jul 04 15:58:31.966 INFO E| Downloaded bitfield v0.19.3
26602026-07-04T15:58:32.724Z[ helios-setup] Jul 04 15:58:31.967 INFO E| Downloaded futures-channel v0.3.31
26612026-07-04T15:58:32.724Z[ helios-setup] Jul 04 15:58:31.969 INFO E| Downloaded find-msvc-tools v0.1.4
26622026-07-04T15:58:32.726Z[ helios-setup] Jul 04 15:58:31.970 INFO E| Downloaded toml_writer v1.0.4
26632026-07-04T15:58:32.736Z[ helios-setup] Jul 04 15:58:31.981 INFO E| Downloaded mio v1.1.0
26642026-07-04T15:58:32.741Z[ helios-setup] Jul 04 15:58:31.986 INFO E| Downloaded simd-adler32 v0.3.7
26652026-07-04T15:58:32.743Z[ helios-setup] Jul 04 15:58:31.987 INFO E| Downloaded futures-io v0.3.31
26662026-07-04T15:58:32.747Z[ helios-setup] Jul 04 15:58:31.992 INFO E| Downloaded time-core v0.1.6
26672026-07-04T15:58:32.753Z[ helios-setup] Jul 04 15:58:31.998 INFO E| Downloaded futures-core v0.3.31
26682026-07-04T15:58:32.761Z[ helios-setup] Jul 04 15:58:32.006 INFO E| Downloaded num_enum_derive v0.7.5
26692026-07-04T15:58:32.764Z[ helios-setup] Jul 04 15:58:32.007 INFO E| Downloaded generic-array v0.14.9
26702026-07-04T15:58:32.764Z[ helios-setup] Jul 04 15:58:32.008 INFO E| Downloaded env_filter v0.1.4
26712026-07-04T15:58:32.766Z[ helios-setup] Jul 04 15:58:32.010 INFO E| Downloaded pin-project-lite v0.2.16
26722026-07-04T15:58:32.769Z[ helios-setup] Jul 04 15:58:32.013 INFO E| Downloaded env_logger v0.11.8
26732026-07-04T15:58:32.772Z[ helios-setup] Jul 04 15:58:32.015 INFO E| Downloaded anstyle v1.0.13
26742026-07-04T15:58:32.779Z[ helios-setup] Jul 04 15:58:32.024 INFO E| Downloaded zeroize_derive v1.4.2
26752026-07-04T15:58:32.788Z[ helios-setup] Jul 04 15:58:32.033 INFO E| Downloaded base64ct v1.8.0
26762026-07-04T15:58:32.790Z[ helios-setup] Jul 04 15:58:32.034 INFO E| Downloaded quote v1.0.41
26772026-07-04T15:58:32.795Z[ helios-setup] Jul 04 15:58:32.040 INFO E| Downloaded getrandom v0.2.16
26782026-07-04T15:58:32.798Z[ helios-setup] Jul 04 15:58:32.043 INFO E| Downloaded iana-time-zone v0.1.64
26792026-07-04T15:58:32.820Z[ helios-setup] Jul 04 15:58:32.065 INFO E| Downloaded slab v0.4.11
26802026-07-04T15:58:32.822Z[ helios-setup] Jul 04 15:58:32.066 INFO E| Downloaded deranged v0.5.5
26812026-07-04T15:58:32.823Z[ helios-setup] Jul 04 15:58:32.067 INFO E| Downloaded clap_derive v4.5.49
26822026-07-04T15:58:32.825Z[ helios-setup] Jul 04 15:58:32.069 INFO E| Downloaded time-macros v0.2.24
26832026-07-04T15:58:32.829Z[ helios-setup] Jul 04 15:58:32.074 INFO E| Downloaded bitflags v2.10.0
26842026-07-04T15:58:32.836Z[ helios-setup] Jul 04 15:58:32.081 INFO E| Downloaded serde_spanned v1.0.3
26852026-07-04T15:58:32.839Z[ helios-setup] Jul 04 15:58:32.082 INFO E| Downloaded devinfo v0.1.0
26862026-07-04T15:58:32.839Z[ helios-setup] Jul 04 15:58:32.083 INFO E| Downloaded tokio-macros v2.6.0
26872026-07-04T15:58:32.843Z[ helios-setup] Jul 04 15:58:32.085 INFO E| Downloaded thiserror-impl v2.0.17
26882026-07-04T15:58:32.843Z[ helios-setup] Jul 04 15:58:32.086 INFO E| Downloaded log v0.4.28
26892026-07-04T15:58:32.843Z[ helios-setup] Jul 04 15:58:32.087 INFO E| Downloaded signal-hook-registry v1.4.6
26902026-07-04T15:58:32.843Z[ helios-setup] Jul 04 15:58:32.088 INFO E| Downloaded futures-executor v0.3.31
26912026-07-04T15:58:32.846Z[ helios-setup] Jul 04 15:58:32.090 INFO E| Downloaded toml_datetime v0.7.3
26922026-07-04T15:58:32.846Z[ helios-setup] Jul 04 15:58:32.091 INFO E| Downloaded anyhow v1.0.100
26932026-07-04T15:58:32.849Z[ helios-setup] Jul 04 15:58:32.094 INFO E| Downloaded thiserror v2.0.17
26942026-07-04T15:58:32.861Z[ helios-setup] Jul 04 15:58:32.107 INFO E| Downloaded ryu v1.0.20
26952026-07-04T15:58:32.878Z[ helios-setup] Jul 04 15:58:32.123 INFO E| Downloaded clap v4.5.51
26962026-07-04T15:58:32.885Z[ helios-setup] Jul 04 15:58:32.130 INFO E| Downloaded toml_parser v1.0.4
26972026-07-04T15:58:32.899Z[ helios-setup] Jul 04 15:58:32.145 INFO E| Downloaded term v1.2.0
26982026-07-04T15:58:32.916Z[ helios-setup] Jul 04 15:58:32.161 INFO E| Downloaded unicode-ident v1.0.22
26992026-07-04T15:58:32.919Z[ helios-setup] Jul 04 15:58:32.163 INFO E| Downloaded proc-macro2 v1.0.103
27002026-07-04T15:58:32.922Z[ helios-setup] Jul 04 15:58:32.165 INFO E| Downloaded toml v0.9.8
27012026-07-04T15:58:32.925Z[ helios-setup] Jul 04 15:58:32.168 INFO E| Downloaded futures v0.3.31
27022026-07-04T15:58:32.933Z[ helios-setup] Jul 04 15:58:32.178 INFO E| Downloaded socket2 v0.6.1
27032026-07-04T15:58:32.940Z[ helios-setup] Jul 04 15:58:32.185 INFO E| Downloaded uuid v1.18.1
27042026-07-04T15:58:32.943Z[ helios-setup] Jul 04 15:58:32.188 INFO E| Downloaded flate2 v1.1.5
27052026-07-04T15:58:32.948Z[ helios-setup] Jul 04 15:58:32.193 INFO E| Downloaded toml_edit v0.23.7
27062026-07-04T15:58:32.951Z[ helios-setup] Jul 04 15:58:32.196 INFO E| Downloaded cc v1.2.44
27072026-07-04T15:58:32.954Z[ helios-setup] Jul 04 15:58:32.198 INFO E| Downloaded bytes v1.10.1
27082026-07-04T15:58:32.957Z[ helios-setup] Jul 04 15:58:32.201 INFO E| Downloaded typenum v1.19.0
27092026-07-04T15:58:32.965Z[ helios-setup] Jul 04 15:58:32.210 INFO E| Downloaded rsa v0.9.8
27102026-07-04T15:58:32.972Z[ helios-setup] Jul 04 15:58:32.217 INFO E| Downloaded memchr v2.7.6
27112026-07-04T15:58:32.975Z[ helios-setup] Jul 04 15:58:32.221 INFO E| Downloaded zerocopy-derive v0.8.27
27122026-07-04T15:58:32.990Z[ helios-setup] Jul 04 15:58:32.236 INFO E| Downloaded rand v0.8.5
27132026-07-04T15:58:32.993Z[ helios-setup] Jul 04 15:58:32.238 INFO E| Downloaded indexmap v2.12.0
27142026-07-04T15:58:33.004Z[ helios-setup] Jul 04 15:58:32.249 INFO E| Downloaded num-bigint-dig v0.8.4
27152026-07-04T15:58:33.009Z[ helios-setup] Jul 04 15:58:32.254 INFO E| Downloaded hashbrown v0.16.0
27162026-07-04T15:58:33.016Z[ helios-setup] Jul 04 15:58:32.261 INFO E| Downloaded iddqd v0.3.14
27172026-07-04T15:58:33.020Z[ helios-setup] Jul 04 15:58:32.266 INFO E| Downloaded futures-util v0.3.31
27182026-07-04T15:58:33.028Z[ helios-setup] Jul 04 15:58:32.273 INFO E| Downloaded libm v0.2.15
27192026-07-04T15:58:33.123Z[ helios-setup] Jul 04 15:58:32.296 INFO E| Downloaded time v0.3.44
27202026-07-04T15:58:33.126Z[ helios-setup] Jul 04 15:58:32.309 INFO E| Downloaded winnow v0.7.13
27212026-07-04T15:58:33.126Z[ helios-setup] Jul 04 15:58:32.316 INFO E| Downloaded clap_builder v4.5.51
27222026-07-04T15:58:33.127Z[ helios-setup] Jul 04 15:58:32.320 INFO E| Downloaded serde_json v1.0.145
27232026-07-04T15:58:33.127Z[ helios-setup] Jul 04 15:58:32.337 INFO E| Downloaded chrono v0.4.42
27242026-07-04T15:58:33.127Z[ helios-setup] Jul 04 15:58:32.350 INFO E| Downloaded zerocopy v0.8.27
27252026-07-04T15:58:33.127Z[ helios-setup] Jul 04 15:58:32.368 INFO E| Downloaded unicode-width v0.2.2
27262026-07-04T15:58:33.130Z[ helios-setup] Jul 04 15:58:32.375 INFO E| Downloaded syn v2.0.108
27272026-07-04T15:58:33.151Z[ helios-setup] Jul 04 15:58:32.396 INFO E| Downloaded rustix v1.1.2
27282026-07-04T15:58:33.202Z[ helios-setup] Jul 04 15:58:32.447 INFO E| Downloaded libc v0.2.177
27292026-07-04T15:58:33.219Z[ helios-setup] Jul 04 15:58:32.464 INFO E| Downloaded tokio v1.48.0
27302026-07-04T15:58:33.311Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling proc-macro2 v1.0.103
27312026-07-04T15:58:33.311Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling unicode-ident v1.0.22
27322026-07-04T15:58:33.311Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling quote v1.0.41
27332026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling libc v0.2.177
27342026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling serde_core v1.0.228
27352026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling cfg-if v1.0.4
27362026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling serde v1.0.228
27372026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling version_check v0.9.5
27382026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling autocfg v1.5.0
27392026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling typenum v1.19.0
27402026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling const-oid v0.9.6
27412026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling libm v0.2.15
27422026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling zerocopy v0.8.27
27432026-07-04T15:58:33.314Z[ helios-setup] Jul 04 15:58:32.556 INFO E| Compiling rustversion v1.0.22
27442026-07-04T15:58:33.346Z[ helios-setup] Jul 04 15:58:32.591 INFO E| Compiling zeroize v1.8.2
27452026-07-04T15:58:33.346Z[ helios-setup] Jul 04 15:58:32.591 INFO E| Compiling smallvec v1.15.1
27462026-07-04T15:58:33.531Z[ helios-setup] Jul 04 15:58:32.774 INFO E| Compiling base64ct v1.8.0
27472026-07-04T15:58:33.665Z[ helios-setup] Jul 04 15:58:32.910 INFO E| Compiling byteorder v1.5.0
27482026-07-04T15:58:33.796Z[ helios-setup] Jul 04 15:58:33.040 INFO E| Compiling winnow v0.7.13
27492026-07-04T15:58:33.817Z[ helios-setup] Jul 04 15:58:33.061 INFO E| Compiling hashbrown v0.16.0
27502026-07-04T15:58:33.887Z[ helios-setup] Jul 04 15:58:33.132 INFO E| Compiling equivalent v1.0.2
27512026-07-04T15:58:33.910Z[ helios-setup] Jul 04 15:58:33.155 INFO E| Compiling flagset v0.4.7
27522026-07-04T15:58:34.132Z[ helios-setup] Jul 04 15:58:33.377 INFO E| Compiling pem-rfc7468 v0.7.0
27532026-07-04T15:58:34.295Z[ helios-setup] Jul 04 15:58:33.540 INFO E| Compiling rustix v1.1.2
27542026-07-04T15:58:34.352Z[ helios-setup] Jul 04 15:58:33.594 INFO E| Compiling crc32fast v1.5.0
27552026-07-04T15:58:34.468Z[ helios-setup] Jul 04 15:58:33.713 INFO E| Compiling getrandom v0.2.16
27562026-07-04T15:58:34.554Z[ helios-setup] Jul 04 15:58:33.797 INFO E| Compiling memchr v2.7.6
27572026-07-04T15:58:34.605Z[ helios-setup] Jul 04 15:58:33.850 INFO E| Compiling generic-array v0.14.9
27582026-07-04T15:58:34.867Z[ helios-setup] Jul 04 15:58:34.111 INFO E| Compiling utf8parse v0.2.2
27592026-07-04T15:58:34.904Z[ helios-setup] Jul 04 15:58:34.148 INFO E| Compiling anyhow v1.0.100
27602026-07-04T15:58:34.920Z[ helios-setup] Jul 04 15:58:34.164 INFO E| Compiling num-traits v0.2.19
27612026-07-04T15:58:34.940Z[ helios-setup] Jul 04 15:58:34.185 INFO E| Compiling indexmap v2.12.0
27622026-07-04T15:58:34.995Z[ helios-setup] Jul 04 15:58:34.239 INFO E| Compiling anstyle-parse v0.2.7
27632026-07-04T15:58:35.223Z[ helios-setup] Jul 04 15:58:34.468 INFO E| Compiling rand_core v0.6.4
27642026-07-04T15:58:35.316Z[ helios-setup] Jul 04 15:58:34.561 INFO E| Compiling errno v0.3.14
27652026-07-04T15:58:35.316Z[ helios-setup] Jul 04 15:58:34.561 INFO E| Compiling radium v0.7.0
27662026-07-04T15:58:35.319Z[ helios-setup] Jul 04 15:58:34.561 INFO E| Compiling toml_datetime v0.7.3
27672026-07-04T15:58:35.442Z[ helios-setup] Jul 04 15:58:34.687 INFO E| Compiling syn v2.0.108
27682026-07-04T15:58:35.510Z[ helios-setup] Jul 04 15:58:34.755 INFO E| Compiling allocator-api2 v0.2.21
27692026-07-04T15:58:35.521Z[ helios-setup] Jul 04 15:58:34.766 INFO E| Compiling is_terminal_polyfill v1.70.2
27702026-07-04T15:58:35.530Z[ helios-setup] Jul 04 15:58:34.775 INFO E| Compiling cpufeatures v0.2.17
27712026-07-04T15:58:35.547Z[ helios-setup] Jul 04 15:58:34.791 INFO E| Compiling shlex v1.3.0
27722026-07-04T15:58:35.563Z[ helios-setup] Jul 04 15:58:34.808 INFO E| Compiling colorchoice v1.0.4
27732026-07-04T15:58:35.623Z[ helios-setup] Jul 04 15:58:34.867 INFO E| Compiling anstyle v1.0.13
27742026-07-04T15:58:35.634Z[ helios-setup] Jul 04 15:58:34.879 INFO E| Compiling find-msvc-tools v0.1.4
27752026-07-04T15:58:35.706Z[ helios-setup] Jul 04 15:58:34.950 INFO E| Compiling syn v1.0.109
27762026-07-04T15:58:35.721Z[ helios-setup] Jul 04 15:58:34.965 INFO E| Compiling anstyle-query v1.1.4
27772026-07-04T15:58:35.721Z[ helios-setup] Jul 04 15:58:34.965 INFO E| Compiling slog v2.8.2
27782026-07-04T15:58:35.771Z[ helios-setup] Jul 04 15:58:35.016 INFO E| Compiling futures-sink v0.3.31
27792026-07-04T15:58:35.861Z[ helios-setup] Jul 04 15:58:35.105 INFO E| Compiling anstream v0.6.21
27802026-07-04T15:58:35.897Z[ helios-setup] Jul 04 15:58:35.141 INFO E| Compiling cc v1.2.44
27812026-07-04T15:58:35.946Z[ helios-setup] Jul 04 15:58:35.190 INFO E| Compiling parking_lot_core v0.9.12
27822026-07-04T15:58:36.022Z[ helios-setup] Jul 04 15:58:35.267 INFO E| Compiling toml_parser v1.0.4
27832026-07-04T15:58:36.039Z[ helios-setup] Jul 04 15:58:35.284 INFO E| Compiling tap v1.0.1
27842026-07-04T15:58:36.150Z[ helios-setup] Jul 04 15:58:35.394 INFO E| Compiling unicode-width v0.2.2
27852026-07-04T15:58:36.150Z[ helios-setup] Jul 04 15:58:35.394 INFO E| Compiling pkg-config v0.3.32
27862026-07-04T15:58:36.161Z[ helios-setup] Jul 04 15:58:35.406 INFO E| Compiling futures-core v0.3.31
27872026-07-04T15:58:36.174Z[ helios-setup] Jul 04 15:58:35.419 INFO E| Compiling maybe-uninit v2.0.0
27882026-07-04T15:58:36.219Z[ helios-setup] Jul 04 15:58:35.462 INFO E| Compiling pin-project-lite v0.2.16
27892026-07-04T15:58:36.276Z[ helios-setup] Jul 04 15:58:35.521 INFO E| Compiling crypto-common v0.1.6
27902026-07-04T15:58:36.330Z[ helios-setup] Jul 04 15:58:35.574 INFO E| Compiling block-buffer v0.10.4
27912026-07-04T15:58:36.348Z[ helios-setup] Jul 04 15:58:35.593 INFO E| Compiling futures-channel v0.3.31
27922026-07-04T15:58:36.370Z[ helios-setup] Jul 04 15:58:35.615 INFO E| Compiling wyz v0.5.1
27932026-07-04T15:58:36.438Z[ helios-setup] Jul 04 15:58:35.683 INFO E| Compiling getopts v0.2.24
27942026-07-04T15:58:36.514Z[ helios-setup] Jul 04 15:58:35.759 INFO E| Compiling bitflags v2.10.0
27952026-07-04T15:58:36.527Z[ helios-setup] Jul 04 15:58:35.771 INFO E| Compiling digest v0.10.7
27962026-07-04T15:58:36.560Z[ helios-setup] Jul 04 15:58:35.804 INFO E| Compiling toml_edit v0.23.7
27972026-07-04T15:58:36.572Z[ helios-setup] Jul 04 15:58:35.817 INFO E| Compiling num-integer v0.1.46
27982026-07-04T15:58:36.645Z[ helios-setup] Jul 04 15:58:35.889 INFO E| Compiling ahash v0.8.12
27992026-07-04T15:58:36.674Z[ helios-setup] Jul 04 15:58:35.918 INFO E| Compiling clap_lex v0.7.6
28002026-07-04T15:58:36.683Z[ helios-setup] Jul 04 15:58:35.927 INFO E| Compiling num-conv v0.1.0
28012026-07-04T15:58:36.719Z[ helios-setup] Jul 04 15:58:35.964 INFO E| Compiling strsim v0.11.1
28022026-07-04T15:58:36.731Z[ helios-setup] Jul 04 15:58:35.975 INFO E| Compiling pin-utils v0.1.0
28032026-07-04T15:58:36.770Z[ helios-setup] Jul 04 15:58:36.015 INFO E| Compiling sha2 v0.10.9
28042026-07-04T15:58:36.814Z[ helios-setup] Jul 04 15:58:36.059 INFO E| Compiling powerfmt v0.2.0
28052026-07-04T15:58:36.848Z[ helios-setup] Jul 04 15:58:36.093 INFO E| Compiling futures-task v0.3.31
28062026-07-04T15:58:36.855Z[ helios-setup] Jul 04 15:58:36.100 INFO E| Compiling bytes v1.10.1
28072026-07-04T15:58:36.921Z[ helios-setup] Jul 04 15:58:36.166 INFO E| Compiling thiserror v1.0.69
28082026-07-04T15:58:37.051Z[ helios-setup] Jul 04 15:58:36.290 INFO E| Compiling scopeguard v1.2.0
28092026-07-04T15:58:37.054Z[ helios-setup] Jul 04 15:58:36.297 INFO E| Compiling spin v0.9.8
28102026-07-04T15:58:37.095Z[ helios-setup] Jul 04 15:58:36.340 INFO E| Compiling futures-io v0.3.31
28112026-07-04T15:58:37.119Z[ helios-setup] Jul 04 15:58:36.364 INFO E| Compiling itoa v1.0.15
28122026-07-04T15:58:37.127Z[ helios-setup] Jul 04 15:58:36.371 INFO E| Compiling heck v0.5.0
28132026-07-04T15:58:37.164Z[ helios-setup] Jul 04 15:58:36.409 INFO E| Compiling packed_struct v0.10.1
28142026-07-04T15:58:37.202Z[ helios-setup] Jul 04 15:58:36.447 INFO E| Compiling num-bigint-dig v0.8.4
28152026-07-04T15:58:37.218Z[ helios-setup] Jul 04 15:58:36.463 INFO E| Compiling slab v0.4.11
28162026-07-04T15:58:37.232Z[ omicron-package] Finished `release` profile [optimized] target(s) in 34.29s
28172026-07-04T15:58:37.252Z[ helios-setup] Jul 04 15:58:36.494 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
28182026-07-04T15:58:37.289Z[ helios-setup] Jul 04 15:58:36.534 INFO E| Compiling proc-macro-crate v3.4.0
28192026-07-04T15:58:37.354Z[ helios-setup] Jul 04 15:58:36.599 INFO E| Compiling funty v2.0.0
28202026-07-04T15:58:37.370Z[ helios-setup] Jul 04 15:58:36.615 INFO E| Compiling getrandom v0.3.4
28212026-07-04T15:58:37.397Z[ helios-setup] Jul 04 15:58:36.640 INFO E| Compiling terminal_size v0.4.3
28222026-07-04T15:58:37.469Z[ helios-setup] Jul 04 15:58:36.714 INFO E| Compiling time-core v0.1.6
28232026-07-04T15:58:37.558Z[ helios-setup] Jul 04 15:58:36.801 INFO E| Compiling clap_builder v4.5.51
28242026-07-04T15:58:37.565Z[ omicron-package]
28252026-07-04T15:58:37.565Z[ omicron-package] real 34.542342961
28262026-07-04T15:58:37.565Z[ omicron-package] user 3:10.164631975
28272026-07-04T15:58:37.565Z[ omicron-package] sys 23.122289215
28282026-07-04T15:58:37.565Z[ omicron-package] trap 0.381820355
28292026-07-04T15:58:37.565Z[ omicron-package] tflt 0.725366755
28302026-07-04T15:58:37.565Z[ omicron-package] dflt 2.130622819
28312026-07-04T15:58:37.565Z[ omicron-package] kflt 0.009354226
28322026-07-04T15:58:37.565Z[ omicron-package] lock 8:28.551459582
28332026-07-04T15:58:37.565Z[ omicron-package] slp 4:47.980521145
28342026-07-04T15:58:37.565Z[ omicron-package] lat 42.861185817
28352026-07-04T15:58:37.565Z[ omicron-package] stop 1:22.567172185
28362026-07-04T15:58:37.568ZJul 04 15:58:36.810 INFO [omicron-package] process exited with exit status: 0 (34.63416263s)
28372026-07-04T15:58:37.568ZJul 04 15:58:36.810 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
28382026-07-04T15:58:37.571ZJul 04 15:58:36.814 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
28392026-07-04T15:58:37.577Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
28402026-07-04T15:58:37.579Z[ host-target] Created new build target 'host' and set it as active
28412026-07-04T15:58:37.579Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
28422026-07-04T15:58:37.582Z[ recovery-target] Created new build target 'recovery' and set it as active
28432026-07-04T15:58:37.582ZJul 04 15:58:36.826 INFO [host-target] process exited with exit status: 0 (16.42441ms)
28442026-07-04T15:58:37.582ZJul 04 15:58:36.826 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
28452026-07-04T15:58:37.587ZJul 04 15:58:36.832 INFO [recovery-target] process exited with exit status: 0 (18.06366ms)
28462026-07-04T15:58:37.590Z[ helios-setup] Jul 04 15:58:36.833 INFO E| Compiling lazy_static v1.5.0
28472026-07-04T15:58:37.594Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
28482026-07-04T15:58:37.641Z[ helios-setup] Jul 04 15:58:36.886 INFO E| Compiling time-macros v0.2.24
28492026-07-04T15:58:37.699Z[ helios-setup] Jul 04 15:58:36.944 INFO E| Compiling lock_api v0.4.14
28502026-07-04T15:58:37.776Z[ helios-setup] Jul 04 15:58:37.020 INFO E| Compiling bitvec v1.0.1
28512026-07-04T15:58:37.788Z[ helios-setup] Jul 04 15:58:37.032 INFO E| Compiling deranged v0.5.5
28522026-07-04T15:58:37.797Z[ helios-setup] Jul 04 15:58:37.042 INFO E| Compiling num-iter v0.1.45
28532026-07-04T15:58:37.872Z[ helios-setup] Jul 04 15:58:37.117 INFO E| Compiling indexmap v1.9.3
28542026-07-04T15:58:37.920Z[ helios-setup] Jul 04 15:58:37.165 INFO E| Compiling adler2 v2.0.1
28552026-07-04T15:58:37.929Z[ helios-setup] Jul 04 15:58:37.174 INFO E| Compiling iana-time-zone v0.1.64
28562026-07-04T15:58:37.981Z[ helios-setup] Jul 04 15:58:37.226 INFO E| Compiling crc-catalog v2.4.0
28572026-07-04T15:58:38.086Z[ helios-setup] Jul 04 15:58:37.331 INFO E| Compiling once_cell v1.21.3
28582026-07-04T15:58:38.098Z[ helios-setup] Jul 04 15:58:37.343 INFO E| Compiling serde_json v1.0.145
28592026-07-04T15:58:38.186Z[ helios-setup] Jul 04 15:58:37.431 INFO E| Compiling thiserror v2.0.17
28602026-07-04T15:58:38.196Z[ helios-setup] Jul 04 15:58:37.441 INFO E| Compiling nodrop v0.1.14
28612026-07-04T15:58:38.278Z[ helios-setup] Jul 04 15:58:37.523 INFO E| Compiling simd-adler32 v0.3.7
28622026-07-04T15:58:38.296Z[ helios-setup] Jul 04 15:58:37.541 INFO E| Compiling log v0.4.28
28632026-07-04T15:58:38.303Z[ helios-setup] Jul 04 15:58:37.548 INFO E| Compiling array-init v0.0.4
28642026-07-04T15:58:38.370Z[ helios-setup] Jul 04 15:58:37.615 INFO E| Compiling parking_lot v0.12.5
28652026-07-04T15:58:38.418Z[ helios-setup] Jul 04 15:58:37.663 INFO E| Compiling chrono v0.4.42
28662026-07-04T15:58:38.439Z[ helios-setup] Jul 04 15:58:37.679 INFO E| Compiling crc v3.3.0
28672026-07-04T15:58:38.442Z[ helios-setup] Jul 04 15:58:37.685 INFO E| Compiling miniz_oxide v0.8.9
28682026-07-04T15:58:38.673Z[ helios-setup] Jul 04 15:58:37.918 INFO E| Compiling env_filter v0.1.4
28692026-07-04T15:58:38.681Z[ helios-setup] Jul 04 15:58:37.926 INFO E| Compiling smallvec v0.6.14
28702026-07-04T15:58:38.872Z[ helios-setup] Jul 04 15:58:38.116 INFO E| Compiling signature v2.2.0
28712026-07-04T15:58:38.933Z[ helios-setup] Jul 04 15:58:38.178 INFO E| Compiling serde_spanned v1.0.3
28722026-07-04T15:58:39.064Z[ helios-setup] Jul 04 15:58:38.309 INFO E| Compiling time v0.3.44
28732026-07-04T15:58:39.120Z[ helios-setup] Jul 04 15:58:38.365 INFO E| Compiling mio v1.1.0
28742026-07-04T15:58:39.181Z[ helios-setup] Jul 04 15:58:38.425 INFO E| Compiling is-terminal v0.4.17
28752026-07-04T15:58:39.252Z[ helios-setup] Jul 04 15:58:38.496 INFO E| Compiling socket2 v0.6.1
28762026-07-04T15:58:39.321Z[ helios-setup] Jul 04 15:58:38.566 INFO E| Compiling signal-hook-registry v1.4.6
28772026-07-04T15:58:39.457Z[ helios-setup] Jul 04 15:58:38.702 INFO E| Compiling thread_local v1.1.9
28782026-07-04T15:58:39.503Z[ helios-setup] Jul 04 15:58:38.748 INFO E| Compiling winnow v0.5.40
28792026-07-04T15:58:39.630Z[ host-package] Compiling heck v0.5.0
28802026-07-04T15:58:39.630Z[ host-package] Compiling regress v0.11.1
28812026-07-04T15:58:39.630Z[ host-package] Compiling unsafe-libyaml v0.2.11
28822026-07-04T15:58:39.633Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28832026-07-04T15:58:39.791Z[ helios-setup] Jul 04 15:58:39.036 INFO E| Compiling packed_struct_codegen v0.10.1
28842026-07-04T15:58:39.816Z[ helios-setup] Jul 04 15:58:39.060 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
28852026-07-04T15:58:39.864Z[ helios-setup] Jul 04 15:58:39.109 INFO E| Compiling serde_derive v1.0.228
28862026-07-04T15:58:39.872Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28872026-07-04T15:58:39.914Z[ helios-setup] Jul 04 15:58:39.158 INFO E| Compiling zerocopy-derive v0.8.27
28882026-07-04T15:58:39.925Z[ helios-setup] Jul 04 15:58:39.170 INFO E| Compiling der_derive v0.7.3
28892026-07-04T15:58:39.973Z[ helios-setup] Jul 04 15:58:39.218 INFO E| Compiling futures-macro v0.3.31
28902026-07-04T15:58:39.982Z[ helios-setup] Jul 04 15:58:39.227 INFO E| Compiling num_enum_derive v0.7.5
28912026-07-04T15:58:40.134Z[ helios-setup] Jul 04 15:58:39.379 INFO E| Compiling bitfield-macros v0.19.3
28922026-07-04T15:58:40.138Z[ helios-setup] Jul 04 15:58:39.383 INFO E| Compiling thiserror-impl v1.0.69
28932026-07-04T15:58:40.205Z[ helios-setup] Jul 04 15:58:39.407 INFO E| Compiling clap_derive v4.5.49
28942026-07-04T15:58:40.209Z[ helios-setup] Jul 04 15:58:39.435 INFO E| Compiling zerocopy-derive v0.6.6
28952026-07-04T15:58:40.360Z[ host-package] Compiling unicode-width v0.1.14
28962026-07-04T15:58:40.360Z[ host-package] Compiling atomicwrites v0.4.4
28972026-07-04T15:58:40.375Z[ helios-setup] Jul 04 15:58:39.620 INFO E| Compiling thiserror-impl v2.0.17
28982026-07-04T15:58:40.449Z[ host-package] Compiling derive-where v1.6.0
28992026-07-04T15:58:40.733Z[ host-package] Compiling bytecount v0.6.9
29002026-07-04T15:58:40.736Z[ host-package] Compiling is-terminal v0.4.17
29012026-07-04T15:58:40.879Z[ host-package] Compiling prettyplease v0.2.37
29022026-07-04T15:58:40.880Z[ host-package] Compiling console v0.15.11
29032026-07-04T15:58:40.880Z[ host-package] Compiling newline-converter v0.3.0
29042026-07-04T15:58:40.884Z[ host-package] Compiling slog-dtrace v0.3.0
29052026-07-04T15:58:40.886Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
29062026-07-04T15:58:40.983Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29072026-07-04T15:58:40.986Z[ host-package] Compiling cancel-safe-futures v0.1.5
29082026-07-04T15:58:40.986Z[ host-package] Compiling resolv-conf v0.7.6
29092026-07-04T15:58:41.056Z[ host-package] Compiling owo-colors v4.3.0
29102026-07-04T15:58:41.285Z[ helios-setup] Jul 04 15:58:40.517 INFO E| Compiling futures-util v0.3.31
29112026-07-04T15:58:41.383Z[ helios-setup] Jul 04 15:58:40.628 INFO E| Compiling bitfield v0.19.3
29122026-07-04T15:58:41.588Z[ helios-setup] Jul 04 15:58:40.833 INFO E| Compiling der v0.7.10
29132026-07-04T15:58:41.619Z[ host-package] Compiling num-rational v0.4.2
29142026-07-04T15:58:41.630Z[ helios-setup] Jul 04 15:58:40.875 INFO E| Compiling tokio-macros v2.6.0
29152026-07-04T15:58:41.724Z[ helios-setup] Jul 04 15:58:40.968 INFO E| Compiling ryu v1.0.20
29162026-07-04T15:58:41.814Z[ helios-setup] Jul 04 15:58:41.058 INFO E| Compiling zerocopy v0.6.6
29172026-07-04T15:58:41.847Z[ host-package] Compiling libsw-core v0.3.2
29182026-07-04T15:58:41.887Z[ helios-setup] Jul 04 15:58:41.130 INFO E| Compiling term v1.2.0
29192026-07-04T15:58:41.940Z[ helios-setup] Jul 04 15:58:41.184 INFO E| Compiling num_enum v0.7.5
29202026-07-04T15:58:41.964Z[ helios-setup] Jul 04 15:58:41.208 INFO E| Compiling toml_writer v1.0.4
29212026-07-04T15:58:42.109Z[ helios-setup] Jul 04 15:58:41.353 INFO E| Compiling libdevinfo-sys v1.1.0
29222026-07-04T15:58:42.186Z[ host-package] Compiling num-complex v0.4.6
29232026-07-04T15:58:42.296Z[ helios-setup] Jul 04 15:58:41.540 INFO E| Compiling base64 v0.21.7
29242026-07-04T15:58:42.368Z[ helios-setup] Jul 04 15:58:41.612 INFO E| Compiling subtle v2.6.1
29252026-07-04T15:58:42.376Z[ helios-setup] Jul 04 15:58:41.620 INFO E| Compiling hashbrown v0.12.3
29262026-07-04T15:58:42.377Z[ helios-setup] Jul 04 15:58:41.621 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
29272026-07-04T15:58:42.421Z[ helios-setup] Jul 04 15:58:41.665 INFO E| Compiling devinfo v0.1.0
29282026-07-04T15:58:42.513Z[ helios-setup] Jul 04 15:58:41.757 INFO E| Compiling toml v0.9.8
29292026-07-04T15:58:42.528Z[ host-package] Compiling typify-impl v0.6.2
29302026-07-04T15:58:42.688Z[ helios-setup] Jul 04 15:58:41.928 INFO E| Compiling bzip2 v0.4.4
29312026-07-04T15:58:42.754Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29322026-07-04T15:58:42.779Z[ helios-setup] Jul 04 15:58:42.024 INFO E| Compiling flate2 v1.1.5
29332026-07-04T15:58:42.886Z[ host-package] Compiling expectorate v1.2.0
29342026-07-04T15:58:42.889Z[ host-package] Compiling thread_local v1.1.9
29352026-07-04T15:58:42.889Z[ host-package] Compiling compression-core v0.4.31
29362026-07-04T15:58:42.907Z[ host-package] Compiling match_cfg v0.1.0
29372026-07-04T15:58:43.076Z[ helios-setup] Jul 04 15:58:42.309 INFO E| Compiling env_logger v0.11.8
29382026-07-04T15:58:43.140Z[ helios-setup] Jul 04 15:58:42.385 INFO E| Compiling uuid v1.18.1
29392026-07-04T15:58:43.171Z[ host-package] Compiling libsw v3.5.0
29402026-07-04T15:58:43.225Z[ helios-setup] Jul 04 15:58:42.470 INFO E| Compiling clap v4.5.51
29412026-07-04T15:58:43.296Z[ helios-setup] Jul 04 15:58:42.541 INFO E| Compiling bitflags v1.3.2
29422026-07-04T15:58:43.321Z[ helios-setup] Jul 04 15:58:42.566 INFO E| Compiling foldhash v0.2.0
29432026-07-04T15:58:43.384Z[ helios-setup] Jul 04 15:58:42.628 INFO E| Compiling spki v0.7.3
29442026-07-04T15:58:43.384Z[ host-package] Compiling num v0.4.3
29452026-07-04T15:58:43.416Z[ helios-setup] Jul 04 15:58:42.661 INFO E| Compiling hex v0.4.3
29462026-07-04T15:58:43.703Z[ helios-setup] Jul 04 15:58:42.945 INFO E| Compiling pkcs8 v0.10.2
29472026-07-04T15:58:43.867Z[ helios-setup] Jul 04 15:58:43.109 INFO E| Compiling tokio v1.48.0
29482026-07-04T15:58:43.884Z[ host-package] Compiling hostname v0.3.1
29492026-07-04T15:58:43.887Z[ host-package] Compiling compression-codecs v0.4.37
29502026-07-04T15:58:43.887Z[ host-package] Compiling multer v3.1.0
29512026-07-04T15:58:43.887Z[ host-package] Compiling slog-async v2.8.0
29522026-07-04T15:58:43.887Z[ host-package] Compiling crossbeam-channel v0.5.15
29532026-07-04T15:58:43.887Z[ host-package] Compiling slog-json v2.6.1
29542026-07-04T15:58:43.922Z[ helios-setup] Jul 04 15:58:43.144 INFO E| Compiling x509-cert v0.2.5
29552026-07-04T15:58:43.923Z[ helios-setup] Jul 04 15:58:43.151 INFO E| Compiling rustc-hash v2.1.1
29562026-07-04T15:58:43.923Z[ helios-setup] Jul 04 15:58:43.162 INFO E| Compiling crc-any v2.5.0
29572026-07-04T15:58:43.926Z[ host-package] Compiling serde_spanned v1.1.1
29582026-07-04T15:58:44.024Z[ helios-setup] Jul 04 15:58:43.269 INFO E| Compiling pkcs1 v0.7.5
29592026-07-04T15:58:44.066Z[ helios-setup] Jul 04 15:58:43.311 INFO E| Compiling iddqd v0.3.14
29602026-07-04T15:58:44.423Z[ helios-setup] Jul 04 15:58:43.667 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29612026-07-04T15:58:44.617Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
29622026-07-04T15:58:44.725Z[ host-package] Compiling linear-map v1.2.0
29632026-07-04T15:58:44.796Z[ helios-setup] Jul 04 15:58:44.040 INFO E| Compiling zip v0.6.6
29642026-07-04T15:58:44.837Z[ helios-setup] Jul 04 15:58:44.080 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29652026-07-04T15:58:44.962Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
29662026-07-04T15:58:44.965Z[ host-package] Compiling term v1.2.1
29672026-07-04T15:58:44.965Z[ host-package] Compiling linked-hash-map v0.5.6
29682026-07-04T15:58:44.965Z[ host-package] Compiling take_mut v0.2.2
29692026-07-04T15:58:45.211Z[ host-package] Compiling float-ord v0.3.2
29702026-07-04T15:58:45.233Z[ helios-setup] Jul 04 15:58:44.478 INFO E| Compiling path-slash v0.1.5
29712026-07-04T15:58:45.361Z[ helios-setup] Jul 04 15:58:44.606 INFO E| Compiling ppv-lite86 v0.2.21
29722026-07-04T15:58:45.551Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29732026-07-04T15:58:45.562Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29742026-07-04T15:58:45.567Z[ host-package] Compiling lru-cache v0.1.2
29752026-07-04T15:58:45.601Z[ helios-setup] Jul 04 15:58:44.841 INFO E| Compiling erased-serde v0.3.31
29762026-07-04T15:58:45.685Z[ helios-setup] Jul 04 15:58:44.930 INFO E| Compiling futures-executor v0.3.31
29772026-07-04T15:58:45.752Z[ helios-setup] Jul 04 15:58:44.994 INFO E| Compiling serde_spanned v0.6.9
29782026-07-04T15:58:45.893Z[ host-package] Compiling slog-term v2.9.2
29792026-07-04T15:58:45.988Z[ helios-setup] Jul 04 15:58:45.232 INFO E| Compiling rand_chacha v0.3.1
29802026-07-04T15:58:46.035Z[ helios-setup] Jul 04 15:58:45.280 INFO E| Compiling toml_datetime v0.6.11
29812026-07-04T15:58:46.066Z[ helios-setup] Jul 04 15:58:45.311 INFO E| Compiling futures v0.3.31
29822026-07-04T15:58:46.190Z[ helios-setup] Jul 04 15:58:45.434 INFO E| Compiling hashbrown v0.13.2
29832026-07-04T15:58:46.266Z[ helios-setup] Jul 04 15:58:45.498 INFO E| Compiling ron v0.8.1
29842026-07-04T15:58:46.280Z[ helios-setup] Jul 04 15:58:45.524 INFO E| Compiling serde-hex v0.1.0
29852026-07-04T15:58:46.549Z[ host-package] Compiling async-compression v0.4.41
29862026-07-04T15:58:46.549Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
29872026-07-04T15:58:46.655Z[ helios-setup] Jul 04 15:58:45.900 INFO E| Compiling rand v0.8.5
29882026-07-04T15:58:46.829Z[ helios-setup] Jul 04 15:58:46.073 INFO E| Compiling toml_edit v0.19.15
29892026-07-04T15:58:47.000Z[ host-package] Compiling slog-bunyan v2.5.0
29902026-07-04T15:58:47.106Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
29912026-07-04T15:58:47.106Z[ host-package] Compiling async-stream v0.3.6
29922026-07-04T15:58:47.109Z[ host-package] Compiling dropshot v0.17.1
29932026-07-04T15:58:47.109Z[ host-package] Compiling sha1 v0.11.0
29942026-07-04T15:58:47.733Z[ helios-setup] Jul 04 15:58:46.978 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
29952026-07-04T15:58:47.847Z[ host-package] Compiling progenitor-client v0.14.0
29962026-07-04T15:58:47.850Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
29972026-07-04T15:58:47.850Z[ host-package] Compiling waitgroup v0.1.2
29982026-07-04T15:58:47.853Z[ host-package] Compiling rustls-pemfile v2.2.0
29992026-07-04T15:58:47.921Z[ host-package] Compiling backon v1.6.0
30002026-07-04T15:58:47.957Z[ helios-setup] Jul 04 15:58:47.202 INFO E| Compiling slog-term v2.9.2
30012026-07-04T15:58:47.975Z[ host-package] Compiling serde_path_to_error v0.1.20
30022026-07-04T15:58:47.975Z[ host-package] Compiling hostname v0.4.2
30032026-07-04T15:58:48.125Z[ host-package] Compiling instant v0.1.13
30042026-07-04T15:58:48.196Z[ helios-setup] Jul 04 15:58:47.441 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
30052026-07-04T15:58:48.350Z[ helios-setup] Jul 04 15:58:47.594 INFO E| Compiling object v0.30.4
30062026-07-04T15:58:48.390Z[ host-package] Compiling minimal-lexical v0.2.1
30072026-07-04T15:58:48.401Z[ helios-setup] Jul 04 15:58:47.646 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30082026-07-04T15:58:48.949Z[ host-package] Compiling debug-ignore v1.0.5
30092026-07-04T15:58:48.952Z[ host-package] Compiling typify-macro v0.6.2
30102026-07-04T15:58:48.952Z[ host-package] Compiling backoff v0.4.0
30112026-07-04T15:58:48.952Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30122026-07-04T15:58:48.952Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30132026-07-04T15:58:48.952Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
30142026-07-04T15:58:48.952Z[ host-package] Compiling parse-display v0.10.0
30152026-07-04T15:58:49.264Z[ host-package] Compiling nom v7.1.3
30162026-07-04T15:58:49.313Z[ helios-setup] Jul 04 15:58:48.558 INFO E| Compiling rsa v0.9.8
30172026-07-04T15:58:49.430Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30182026-07-04T15:58:49.544Z[ helios-setup] Jul 04 15:58:48.788 INFO E| Compiling toml v0.7.8
30192026-07-04T15:58:49.650Z[ host-package] Compiling hickory-proto v0.24.4
30202026-07-04T15:58:49.841Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
30212026-07-04T15:58:50.412Z[ host-package] Compiling progenitor-extras v0.2.0
30222026-07-04T15:58:50.412Z[ host-package] Compiling regress v0.10.5
30232026-07-04T15:58:50.643Z[ helios-setup] Jul 04 15:58:49.888 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
30242026-07-04T15:58:50.895Z[ helios-setup] Jul 04 15:58:50.140 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
30252026-07-04T15:58:50.993Z[ host-package] Compiling macaddr v1.0.1
30262026-07-04T15:58:50.993Z[ host-package] Compiling humantime v2.3.0
30272026-07-04T15:58:51.354Z[ host-package] Compiling unicode-xid v0.2.6
30282026-07-04T15:58:51.495Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
30292026-07-04T15:58:51.499Z[ host-package] Compiling typify v0.6.2
30302026-07-04T15:58:51.843Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30312026-07-04T15:58:51.895Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
30322026-07-04T15:58:52.609Z[ host-package] Compiling convert_case v0.10.0
30332026-07-04T15:58:52.734Z[ host-package] Compiling progenitor-impl v0.14.0
30342026-07-04T15:58:52.929Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30352026-07-04T15:58:52.933Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30362026-07-04T15:58:53.241Z[ host-package] Compiling toml v0.8.23
30372026-07-04T15:58:53.552Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
30382026-07-04T15:58:53.709Z[ host-package] Compiling derive_more-impl v2.1.1
30392026-07-04T15:58:54.346Z[ host-package] Compiling papergrid v0.11.0
30402026-07-04T15:58:54.960Z[ host-package] Compiling tabled_derive v0.7.0
30412026-07-04T15:58:55.260Z[ host-package] Compiling termtree v0.5.1
30422026-07-04T15:58:55.687Z[ host-package] Compiling hickory-resolver v0.24.4
30432026-07-04T15:58:55.841Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30442026-07-04T15:58:56.133Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30452026-07-04T15:58:56.170Z[ host-package] Compiling derive_more v2.1.1
30462026-07-04T15:58:56.285Z[ host-package] Compiling tabled v0.15.0
30472026-07-04T15:58:56.333Z[ host-package] Compiling crossterm v0.29.0
30482026-07-04T15:58:56.425Z[ helios-setup] Jul 04 15:58:55.670 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
30492026-07-04T15:58:56.459Z[ host-package] Compiling progenitor-macro v0.14.0
30502026-07-04T15:58:57.797Z[ helios-setup] Jul 04 15:58:57.040 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
30512026-07-04T15:58:57.801Z[ host-package] Compiling qorb v0.4.1
30522026-07-04T15:58:58.267Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30532026-07-04T15:59:00.254Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30542026-07-04T15:59:00.806Z[ host-package] Compiling phf_shared v0.12.1
30552026-07-04T15:59:00.976Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30562026-07-04T15:59:01.509Z[ host-package] Compiling vte v0.14.1
30572026-07-04T15:59:01.721Z[ host-package] Compiling csv-core v0.1.13
30582026-07-04T15:59:01.759Z[ host-package] Compiling chrono-tz v0.10.4
30592026-07-04T15:59:01.894Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30602026-07-04T15:59:01.899Z[ host-package] Compiling progenitor v0.14.0
30612026-07-04T15:59:02.095Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30622026-07-04T15:59:02.136Z[ host-package] Compiling highway v1.3.0
30632026-07-04T15:59:02.193Z[ helios-setup] Jul 04 15:59:01.437 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30642026-07-04T15:59:02.349Z[ host-package] Compiling csv v1.4.0
30652026-07-04T15:59:02.637Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30662026-07-04T15:59:03.083Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30672026-07-04T15:59:03.211Z[ host-package] Compiling strip-ansi-escapes v0.2.1
30682026-07-04T15:59:03.533Z[ host-package] Compiling phf v0.12.1
30692026-07-04T15:59:03.797Z[ host-package] Compiling const_format_proc_macros v0.2.34
30702026-07-04T15:59:03.941Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30712026-07-04T15:59:04.914Z[ host-package] Compiling fd-lock v4.0.4
30722026-07-04T15:59:05.059Z[ host-package] Compiling peg-macros v0.8.5
30732026-07-04T15:59:05.124Z[ host-package] Compiling nu-ansi-term v0.50.3
30742026-07-04T15:59:05.205Z[ host-package] Compiling const_format v0.2.35
30752026-07-04T15:59:05.843Z[ host-package] Compiling reedline v0.40.0
30762026-07-04T15:59:05.953Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
30772026-07-04T15:59:06.256Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
30782026-07-04T15:59:06.341Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30792026-07-04T15:59:06.964Z[ host-package] Compiling peg v0.8.5
30802026-07-04T15:59:07.224Z[ host-package] Compiling bcs v0.1.6
30812026-07-04T15:59:07.781Z[ host-package] Compiling nom v8.0.0
30822026-07-04T15:59:07.890Z[ host-package] Compiling semver v0.1.20
30832026-07-04T15:59:07.944Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
30842026-07-04T15:59:08.469Z[ host-package] Compiling rustc_version v0.1.7
30852026-07-04T15:59:08.642Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30862026-07-04T15:59:08.786Z[ host-package] Compiling newtype_derive v0.1.6
30872026-07-04T15:59:08.895Z[ host-package] Compiling unicode-linebreak v0.1.5
30882026-07-04T15:59:08.978Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
30892026-07-04T15:59:09.247Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30902026-07-04T15:59:09.335Z[ host-package] Compiling smawk v0.3.2
30912026-07-04T15:59:09.683Z[ host-package] Compiling textwrap v0.16.2
30922026-07-04T15:59:10.235Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30932026-07-04T15:59:10.238Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30942026-07-04T15:59:10.638Z[ host-package] Compiling steno v0.4.1
30952026-07-04T15:59:10.742Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
30962026-07-04T15:59:10.857Z[ host-package] Compiling sha1 v0.10.6
30972026-07-04T15:59:10.860Z[ host-package] Compiling tagptr v0.2.0
30982026-07-04T15:59:11.267Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30992026-07-04T15:59:11.506Z[ host-package] Compiling utf-8 v0.7.6
31002026-07-04T15:59:11.585Z[ host-package] Compiling moka v0.12.13
31012026-07-04T15:59:11.637Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31022026-07-04T15:59:11.958Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31032026-07-04T15:59:12.263Z[ host-package] Compiling tungstenite v0.21.0
31042026-07-04T15:59:12.496Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31052026-07-04T15:59:12.605Z[ host-package] Compiling vergen-lib v0.1.6
31062026-07-04T15:59:12.683Z[ host-package] Compiling diesel_derives v2.3.7
31072026-07-04T15:59:12.977Z[ host-package] Compiling scheduled-thread-pool v0.2.7
31082026-07-04T15:59:13.080Z[ host-package] Compiling tokio-tungstenite v0.21.0
31092026-07-04T15:59:13.125Z[ host-package] Compiling hickory-resolver v0.25.2
31102026-07-04T15:59:13.354Z[ host-package] Compiling dsl_auto_type v0.2.0
31112026-07-04T15:59:13.438Z[ host-package] Compiling vergen-gitcl v1.0.8
31122026-07-04T15:59:13.545Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31132026-07-04T15:59:13.667Z[ host-package] Compiling dirs-sys-next v0.1.2
31142026-07-04T15:59:13.771Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
31152026-07-04T15:59:13.846Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
31162026-07-04T15:59:14.030Z[ host-package] Compiling glob v0.3.3
31172026-07-04T15:59:14.059Z[ host-package] Compiling crunchy v0.2.4
31182026-07-04T15:59:14.097Z[ host-package] Compiling maplit v1.0.2
31192026-07-04T15:59:14.434Z[ host-package] Compiling proc-macro-error2 v2.0.1
31202026-07-04T15:59:14.488Z[ host-package] Compiling clang-sys v1.8.1
31212026-07-04T15:59:14.534Z[ host-package] Compiling dirs-next v2.0.0
31222026-07-04T15:59:14.795Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
31232026-07-04T15:59:14.852Z[ host-package] Compiling r2d2 v0.8.10
31242026-07-04T15:59:15.056Z[ host-package] Compiling num-derive v0.3.3
31252026-07-04T15:59:15.219Z[ helios-setup] Jul 04 15:59:14.463 INFO E| Finished `release` profile [optimized] target(s) in 44.05s
31262026-07-04T15:59:15.222Z[ helios-setup] Jul 04 15:59:14.466 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
31272026-07-04T15:59:15.222Z[ helios-setup] Jul 04 15:59:14.466 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31282026-07-04T15:59:15.273Z[ host-package] Compiling downcast-rs v2.0.2
31292026-07-04T15:59:15.284Z[ helios-setup] Jul 04 15:59:14.528 INFO building project "pilot" ok (44 seconds)
31302026-07-04T15:59:15.284Z[ helios-setup] Jul 04 15:59:14.528 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
31312026-07-04T15:59:15.293Z[ helios-setup] Jul 04 15:59:14.538 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
31322026-07-04T15:59:15.293Z[ helios-setup] Jul 04 15:59:14.538 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31332026-07-04T15:59:15.293Z[ helios-setup] Jul 04 15:59:14.538 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31342026-07-04T15:59:15.326Z[ host-package] Compiling tiny-keccak v2.0.2
31352026-07-04T15:59:15.484Z[ helios-setup] Jul 04 15:59:14.728 INFO E| Downloading crates ...
31362026-07-04T15:59:15.526Z[ helios-setup] Jul 04 15:59:14.770 INFO E| Downloaded adler2 v2.0.0
31372026-07-04T15:59:15.534Z[ helios-setup] Jul 04 15:59:14.778 INFO E| Downloaded miniz_oxide v0.8.8
31382026-07-04T15:59:15.573Z[ helios-setup] Jul 04 15:59:14.817 INFO E| Compiling adler2 v2.0.0
31392026-07-04T15:59:15.670Z[ helios-setup] Jul 04 15:59:14.914 INFO E| Compiling miniz_oxide v0.8.8
31402026-07-04T15:59:15.731Z[ host-package] Compiling tabled_derive v0.11.0
31412026-07-04T15:59:15.732Z[ host-package] Compiling term v0.7.0
31422026-07-04T15:59:16.135Z[ host-package] Compiling libscf-sys v1.1.0
31432026-07-04T15:59:16.281Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
31442026-07-04T15:59:16.453Z[ host-package] Compiling papergrid v0.17.0
31452026-07-04T15:59:16.519Z[ host-package] Compiling testing_table v0.3.0
31462026-07-04T15:59:16.903Z[ helios-setup] Jul 04 15:59:16.148 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31472026-07-04T15:59:17.018Z[ host-package] Compiling bit-vec v0.6.3
31482026-07-04T15:59:17.120Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
31492026-07-04T15:59:17.325Z[ host-package] Compiling bit-set v0.5.3
31502026-07-04T15:59:17.412Z[ host-package] Compiling ascii-canvas v3.0.0
31512026-07-04T15:59:17.524Z[ helios-setup] Jul 04 15:59:16.769 INFO E| Finished `release` profile [optimized] target(s) in 2.21s
31522026-07-04T15:59:17.535Z[ helios-setup] Jul 04 15:59:16.779 INFO building project "pinprick" ok (2 seconds)
31532026-07-04T15:59:17.535Z[ helios-setup] Jul 04 15:59:16.779 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
31542026-07-04T15:59:17.550Z[ helios-setup] Jul 04 15:59:16.794 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
31552026-07-04T15:59:17.550Z[ helios-setup] Jul 04 15:59:16.794 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
31562026-07-04T15:59:17.550Z[ helios-setup] Jul 04 15:59:16.794 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
31572026-07-04T15:59:17.707Z[ helios-setup] Jul 04 15:59:16.951 INFO E| Updating crates.io index
31582026-07-04T15:59:17.743Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
31592026-07-04T15:59:17.812Z[ helios-setup] Jul 04 15:59:17.057 INFO E| Downloading crates ...
31602026-07-04T15:59:17.846Z[ host-package] Compiling tabled v0.20.0
31612026-07-04T15:59:17.877Z[ helios-setup] Jul 04 15:59:17.121 INFO E| Downloaded errno v0.3.12
31622026-07-04T15:59:17.889Z[ helios-setup] Jul 04 15:59:17.133 INFO E| Downloaded time-core v0.1.4
31632026-07-04T15:59:17.905Z[ helios-setup] Jul 04 15:59:17.149 INFO E| Downloaded time-macros v0.2.22
31642026-07-04T15:59:17.908Z[ helios-setup] Jul 04 15:59:17.151 INFO E| Downloaded autocfg v1.4.0
31652026-07-04T15:59:17.908Z[ helios-setup] Jul 04 15:59:17.152 INFO E| Downloaded thiserror-impl v2.0.12
31662026-07-04T15:59:17.911Z[ helios-setup] Jul 04 15:59:17.153 INFO E| Downloaded deranged v0.4.0
31672026-07-04T15:59:17.918Z[ helios-setup] Jul 04 15:59:17.162 INFO E| Downloaded thiserror v2.0.12
31682026-07-04T15:59:17.922Z[ helios-setup] Jul 04 15:59:17.167 INFO E| Downloaded serde_with_macros v3.12.0
31692026-07-04T15:59:17.937Z[ helios-setup] Jul 04 15:59:17.176 INFO E| Downloaded quote v1.0.40
31702026-07-04T15:59:17.937Z[ helios-setup] Jul 04 15:59:17.181 INFO E| Downloaded tempfile v3.20.0
31712026-07-04T15:59:17.940Z[ helios-setup] Jul 04 15:59:17.182 INFO E| Downloaded iana-time-zone v0.1.63
31722026-07-04T15:59:17.946Z[ helios-setup] Jul 04 15:59:17.191 INFO E| Downloaded unicode-ident v1.0.18
31732026-07-04T15:59:17.949Z[ helios-setup] Jul 04 15:59:17.193 INFO E| Downloaded serde_derive v1.0.219
31742026-07-04T15:59:17.953Z[ helios-setup] Jul 04 15:59:17.198 INFO E| Downloaded getrandom v0.3.3
31752026-07-04T15:59:17.957Z[ helios-setup] Jul 04 15:59:17.202 INFO E| Downloaded proc-macro2 v1.0.95
31762026-07-04T15:59:17.960Z[ helios-setup] Jul 04 15:59:17.204 INFO E| Downloaded anyhow v1.0.98
31772026-07-04T15:59:17.963Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31782026-07-04T15:59:17.968Z[ helios-setup] Jul 04 15:59:17.212 INFO E| Downloaded bitflags v2.9.1
31792026-07-04T15:59:17.975Z[ helios-setup] Jul 04 15:59:17.220 INFO E| Downloaded serde v1.0.219
31802026-07-04T15:59:17.978Z[ helios-setup] Jul 04 15:59:17.222 INFO E| Downloaded indexmap v2.9.0
31812026-07-04T15:59:17.983Z[ helios-setup] Jul 04 15:59:17.228 INFO E| Downloaded memchr v2.7.4
31822026-07-04T15:59:18.004Z[ helios-setup] Jul 04 15:59:17.248 INFO E| Downloaded time v0.3.41
31832026-07-04T15:59:18.009Z[ helios-setup] Jul 04 15:59:17.253 INFO E| Downloaded serde_with v3.12.0
31842026-07-04T15:59:18.018Z[ helios-setup] Jul 04 15:59:17.262 INFO E| Downloaded serde_json v1.0.140
31852026-07-04T15:59:18.022Z[ helios-setup] Jul 04 15:59:17.267 INFO E| Downloaded hashbrown v0.15.3
31862026-07-04T15:59:18.042Z[ helios-setup] Jul 04 15:59:17.286 INFO E| Downloaded syn v2.0.101
31872026-07-04T15:59:18.049Z[ helios-setup] Jul 04 15:59:17.294 INFO E| Downloaded chrono v0.4.41
31882026-07-04T15:59:18.117Z[ helios-setup] Jul 04 15:59:17.362 INFO E| Downloaded rustix v1.0.7
31892026-07-04T15:59:18.172Z[ helios-setup] Jul 04 15:59:17.416 INFO E| Downloaded libc v0.2.172
31902026-07-04T15:59:18.238Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling proc-macro2 v1.0.95
31912026-07-04T15:59:18.238Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling unicode-ident v1.0.18
31922026-07-04T15:59:18.238Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling libc v0.2.172
31932026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling ident_case v1.0.1
31942026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling fnv v1.0.7
31952026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling strsim v0.11.1
31962026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling serde v1.0.219
31972026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling rustix v1.0.7
31982026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling getrandom v0.3.3
31992026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling bitflags v2.9.1
32002026-07-04T15:59:18.242Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling cfg-if v1.0.0
32012026-07-04T15:59:18.243Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling serde_json v1.0.140
32022026-07-04T15:59:18.243Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling thiserror v2.0.12
32032026-07-04T15:59:18.243Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling anyhow v1.0.98
32042026-07-04T15:59:18.243Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling once_cell v1.21.3
32052026-07-04T15:59:18.243Z[ helios-setup] Jul 04 15:59:17.483 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
32062026-07-04T15:59:18.413Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32072026-07-04T15:59:18.569Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32082026-07-04T15:59:18.696Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32092026-07-04T15:59:18.858Z[ helios-setup] Jul 04 15:59:18.102 INFO E| Compiling ryu v1.0.20
32102026-07-04T15:59:18.862Z[ helios-setup] Jul 04 15:59:18.106 INFO E| Compiling memchr v2.7.4
32112026-07-04T15:59:19.047Z[ helios-setup] Jul 04 15:59:18.291 INFO E| Compiling itoa v1.0.15
32122026-07-04T15:59:19.129Z[ helios-setup] Jul 04 15:59:18.374 INFO E| Compiling fastrand v2.3.0
32132026-07-04T15:59:19.196Z[ host-package] Compiling progenitor-impl v0.13.0
32142026-07-04T15:59:19.671Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
32152026-07-04T15:59:20.036Z[ host-package] Compiling diesel v2.3.7
32162026-07-04T15:59:20.137Z[ helios-setup] Jul 04 15:59:19.381 INFO E| Compiling errno v0.3.12
32172026-07-04T15:59:20.147Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32182026-07-04T15:59:20.387Z[ helios-setup] Jul 04 15:59:19.629 INFO E| Compiling quote v1.0.40
32192026-07-04T15:59:20.604Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32202026-07-04T15:59:20.723Z[ helios-setup] Jul 04 15:59:19.967 INFO E| Compiling syn v2.0.101
32212026-07-04T15:59:20.747Z[ host-package] Compiling itertools v0.10.5
32222026-07-04T15:59:20.849Z[ host-package] Compiling ena v0.14.4
32232026-07-04T15:59:20.945Z[ host-package] Compiling libloading v0.8.9
32242026-07-04T15:59:21.152Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32252026-07-04T15:59:21.240Z[ host-package] Compiling diff v0.1.13
32262026-07-04T15:59:21.277Z[ helios-setup] Jul 04 15:59:20.521 INFO E| Compiling tempfile v3.20.0
32272026-07-04T15:59:21.280Z[ host-package] Compiling regex-syntax v0.6.29
32282026-07-04T15:59:21.593Z[ host-package] Compiling bindgen v0.71.1
32292026-07-04T15:59:21.685Z[ host-package] Compiling unicase v2.9.0
32302026-07-04T15:59:22.003Z[ host-package] Compiling xshell-macros v0.2.7
32312026-07-04T15:59:22.107Z[ host-package] Compiling progenitor-macro v0.13.0
32322026-07-04T15:59:22.245Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
32332026-07-04T15:59:22.649Z[ host-package] Compiling xshell v0.2.7
32342026-07-04T15:59:22.778Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32352026-07-04T15:59:23.522Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32362026-07-04T15:59:23.662Z[ helios-setup] Jul 04 15:59:22.906 INFO E| Compiling darling_core v0.20.11
32372026-07-04T15:59:23.877Z[ host-package] Compiling lalrpop v0.19.12
32382026-07-04T15:59:24.310Z[ host-package] Compiling cexpr v0.6.0
32392026-07-04T15:59:24.517Z[ helios-setup] Jul 04 15:59:23.761 INFO E| Compiling serde_derive v1.0.219
32402026-07-04T15:59:24.517Z[ helios-setup] Jul 04 15:59:23.761 INFO E| Compiling thiserror-impl v2.0.12
32412026-07-04T15:59:24.560Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
32422026-07-04T15:59:24.907Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32432026-07-04T15:59:25.011Z[ host-package] Compiling progenitor-client v0.13.0
32442026-07-04T15:59:25.712Z[ host-package] Compiling rustc-hash v2.1.1
32452026-07-04T15:59:25.752Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32462026-07-04T15:59:26.134Z[ helios-setup] Jul 04 15:59:25.378 INFO E| Compiling darling_macro v0.20.11
32472026-07-04T15:59:26.907Z[ helios-setup] Jul 04 15:59:26.151 INFO E| Compiling darling v0.20.11
32482026-07-04T15:59:26.989Z[ host-package] Compiling progenitor v0.13.0
32492026-07-04T15:59:26.998Z[ helios-setup] Jul 04 15:59:26.243 INFO E| Compiling serde_with_macros v3.12.0
32502026-07-04T15:59:27.387Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
32512026-07-04T15:59:27.691Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
32522026-07-04T15:59:27.735Z[ host-package] Compiling headers-core v0.3.0
32532026-07-04T15:59:27.813Z[ host-package] Compiling libxml v0.3.3
32542026-07-04T15:59:27.924Z[ host-package] Compiling crc8 v0.1.1
32552026-07-04T15:59:28.171Z[ host-package] Compiling headers v0.4.1
32562026-07-04T15:59:28.357Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
32572026-07-04T15:59:28.361Z[ host-package] Compiling strum_macros v0.24.3
32582026-07-04T15:59:28.509Z[ host-package] Compiling indoc v1.0.9
32592026-07-04T15:59:28.955Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
32602026-07-04T15:59:29.099Z[ host-package] Compiling git-stub v1.0.0
32612026-07-04T15:59:29.101Z[ host-package] Compiling derive_builder v0.20.2
32622026-07-04T15:59:29.231Z[ host-package] Compiling oso-derive v0.27.3
32632026-07-04T15:59:29.411Z[ host-package] Compiling quick-xml v0.37.5
32642026-07-04T15:59:29.481Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
32652026-07-04T15:59:29.810Z[ host-package] Compiling openssl-probe v0.1.6
32662026-07-04T15:59:29.858Z[ host-package] Compiling git-stub-vcs v0.1.0
32672026-07-04T15:59:30.070Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
32682026-07-04T15:59:30.104Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32692026-07-04T15:59:30.176Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
32702026-07-04T15:59:30.371Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-07-04T15:59:30.476Z[ host-package] Compiling bb8 v0.8.6
32722026-07-04T15:59:30.484Z[ helios-setup] Jul 04 15:59:29.728 INFO E| Compiling serde_with v3.12.0
32732026-07-04T15:59:30.899Z[ host-package] Compiling trait-variant v0.1.2
32742026-07-04T15:59:31.063Z[ host-package] Compiling half v1.8.3
32752026-07-04T15:59:31.114Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32762026-07-04T15:59:31.260Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32772026-07-04T15:59:31.575Z[ host-package] Compiling serde_cbor v0.11.2
32782026-07-04T15:59:31.607Z[ host-package] Compiling samael v0.0.19
32792026-07-04T15:59:31.736Z[ host-package] Compiling nonempty v0.12.0
32802026-07-04T15:59:31.881Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32812026-07-04T15:59:32.305Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32822026-07-04T15:59:32.651Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32832026-07-04T15:59:32.864Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32842026-07-04T15:59:32.980Z[ host-package] Compiling fxhash v0.2.1
32852026-07-04T15:59:33.052Z[ host-package] Compiling libz-sys v1.1.24
32862026-07-04T15:59:33.092Z[ host-package] Compiling polar-core v0.27.3
32872026-07-04T15:59:33.212Z[ host-package] Compiling salty v0.3.0
32882026-07-04T15:59:33.710Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32892026-07-04T15:59:34.075Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32902026-07-04T15:59:34.171Z[ host-package] Compiling kstat-rs v0.2.4
32912026-07-04T15:59:34.522Z[ host-package] Compiling arc-swap v1.8.2
32922026-07-04T15:59:34.812Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-07-04T15:59:34.878Z[ host-package] Compiling mime_guess v2.0.5
32942026-07-04T15:59:34.944Z[ host-package] Compiling slog-scope v4.4.1
32952026-07-04T15:59:35.154Z[ helios-setup] Jul 04 15:59:34.398 INFO E| Finished `release` profile [optimized] target(s) in 17.59s
32962026-07-04T15:59:35.183Z[ helios-setup] Jul 04 15:59:34.427 INFO building project "dmar-report" ok (17 seconds)
32972026-07-04T15:59:35.183Z[ helios-setup] Jul 04 15:59:34.427 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
32982026-07-04T15:59:35.427Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32992026-07-04T15:59:36.400Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33002026-07-04T15:59:36.744Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33012026-07-04T15:59:36.974Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33022026-07-04T15:59:37.305Z[ host-package] Compiling rfc6979 v0.4.0
33032026-07-04T15:59:37.530Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33042026-07-04T15:59:37.683Z[ host-package] Compiling nanorand v0.7.0
33052026-07-04T15:59:37.966Z[ host-package] Compiling darling_core v0.23.0
33062026-07-04T15:59:38.118Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33072026-07-04T15:59:38.282Z[ host-package] Compiling parking_lot_core v0.8.6
33082026-07-04T15:59:38.713Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33092026-07-04T15:59:39.379Z[ host-package] Compiling flume v0.11.1
33102026-07-04T15:59:39.517Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-07-04T15:59:39.809Z[ host-package] Compiling ecdsa v0.16.9
33122026-07-04T15:59:40.373Z[ host-package] Compiling darling_macro v0.23.0
33132026-07-04T15:59:40.450Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33142026-07-04T15:59:40.720Z[ host-package] Compiling slog-stdlog v4.1.1
33152026-07-04T15:59:41.083Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33162026-07-04T15:59:41.113Z[ host-package] Compiling primeorder v0.13.6
33172026-07-04T15:59:41.182Z[ host-package] Compiling atty v0.2.14
33182026-07-04T15:59:41.414Z[ host-package] Compiling diesel-dtrace v0.5.0
33192026-07-04T15:59:41.580Z[ host-package] Compiling async-bb8-diesel v0.2.1
33202026-07-04T15:59:41.606Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33212026-07-04T15:59:41.907Z[ host-package] Compiling instability v0.3.11
33222026-07-04T15:59:41.952Z[ host-package] Compiling strsim v0.10.0
33232026-07-04T15:59:42.203Z[ host-package] Compiling http-range v0.1.5
33242026-07-04T15:59:42.306Z[ host-package] Compiling darling_core v0.13.4
33252026-07-04T15:59:42.371Z[ host-package] Compiling p384 v0.13.1
33262026-07-04T15:59:42.660Z[ host-package] Compiling darling v0.23.0
33272026-07-04T15:59:42.743Z[ host-package] Compiling slog-envlogger v2.2.0
33282026-07-04T15:59:43.971Z[ host-package] Compiling oso v0.27.3
33292026-07-04T15:59:44.452Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33302026-07-04T15:59:45.350Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33312026-07-04T15:59:45.608Z[ host-package] Compiling ignore v0.4.25
33322026-07-04T15:59:45.635Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33332026-07-04T15:59:45.857Z[ host-package] Compiling castaway v0.2.4
33342026-07-04T15:59:46.080Z[ host-package] Compiling vergen-git2 v9.1.0
33352026-07-04T15:59:46.381Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33362026-07-04T15:59:46.678Z[ host-package] Compiling indoc v2.0.7
33372026-07-04T15:59:47.743Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33382026-07-04T15:59:48.277Z[ host-package] Compiling globwalk v0.9.1
33392026-07-04T15:59:48.677Z[ host-package] Compiling compact_str v0.8.1
33402026-07-04T15:59:49.042Z[ host-package] Compiling parking_lot v0.11.2
33412026-07-04T15:59:49.508Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33422026-07-04T15:59:49.553Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33432026-07-04T15:59:50.005Z[ host-package] Compiling darling_macro v0.13.4
33442026-07-04T15:59:50.175Z[ host-package] Compiling hyper-staticfile v0.10.1
33452026-07-04T15:59:50.345Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33462026-07-04T15:59:51.033Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-07-04T15:59:51.061Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33482026-07-04T15:59:51.480Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33492026-07-04T15:59:51.510Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33502026-07-04T15:59:51.611Z[ host-package] Compiling predicates-tree v1.0.13
33512026-07-04T15:59:51.636Z[ host-package] Compiling unicode-truncate v1.1.0
33522026-07-04T15:59:51.895Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33532026-07-04T15:59:52.045Z[ host-package] Compiling lru v0.12.5
33542026-07-04T15:59:52.139Z[ host-package] Compiling prefix-trie v0.7.0
33552026-07-04T15:59:52.179Z[ host-package] Compiling rand_seeder v0.4.0
33562026-07-04T15:59:52.330Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-07-04T15:59:52.514Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33582026-07-04T15:59:52.708Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33592026-07-04T15:59:52.744Z[ host-package] Compiling corncobs v0.1.4
33602026-07-04T15:59:52.854Z[ host-package] Compiling cassowary v0.3.0
33612026-07-04T15:59:52.918Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-07-04T15:59:53.045Z[ host-package] Compiling hickory-server v0.25.2
33632026-07-04T15:59:53.085Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33642026-07-04T15:59:53.164Z[ host-package] Compiling ratatui v0.29.0
33652026-07-04T15:59:53.342Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33662026-07-04T15:59:53.726Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33672026-07-04T15:59:53.840Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33682026-07-04T15:59:54.435Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33692026-07-04T15:59:54.478Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33702026-07-04T15:59:54.643Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33712026-07-04T15:59:55.146Z[ host-package] Compiling darling v0.13.4
33722026-07-04T15:59:55.273Z[ host-package] Compiling sled v0.34.7
33732026-07-04T15:59:58.136Z[ helios-setup] Jul 04 15:59:57.380 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')"
33742026-07-04T15:59:58.136Z[ helios-setup] Jul 04 15:59:57.380 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
33752026-07-04T15:59:58.148Z[ helios-setup] Jul 04 15:59:57.390 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
33762026-07-04T15:59:58.148Z[ helios-setup] Jul 04 15:59:57.390 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33772026-07-04T15:59:58.148Z[ helios-setup] Jul 04 15:59:57.390 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33782026-07-04T15:59:58.260Z[ helios-setup] Jul 04 15:59:57.503 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33792026-07-04T15:59:58.504Z[ helios-setup] Jul 04 15:59:57.748 INFO E| From https://github.com/jclulow/rust-jmclib
33802026-07-04T15:59:58.504Z[ helios-setup] Jul 04 15:59:57.748 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33812026-07-04T15:59:58.517Z[ helios-setup] Jul 04 15:59:57.761 INFO E| Updating crates.io index
33822026-07-04T15:59:58.569Z[ helios-setup] Jul 04 15:59:57.813 INFO E| Downloading crates ...
33832026-07-04T15:59:58.640Z[ helios-setup] Jul 04 15:59:57.884 INFO E| Downloaded getrandom v0.2.10
33842026-07-04T15:59:58.647Z[ helios-setup] Jul 04 15:59:57.891 INFO E| Downloaded anyhow v1.0.72
33852026-07-04T15:59:58.684Z[ helios-setup] Jul 04 15:59:57.928 INFO E| Downloaded md-5 v0.9.1
33862026-07-04T15:59:58.685Z[ helios-setup] Jul 04 15:59:57.928 INFO E| Downloaded errno v0.3.1
33872026-07-04T15:59:58.687Z[ helios-setup] Jul 04 15:59:57.928 INFO E| Downloaded digest v0.9.0
33882026-07-04T15:59:58.687Z[ helios-setup] Jul 04 15:59:57.931 INFO E| Downloaded fastrand v2.0.0
33892026-07-04T15:59:58.692Z[ helios-setup] Jul 04 15:59:57.936 INFO E| Downloaded itoa v1.0.9
33902026-07-04T15:59:58.701Z[ helios-setup] Jul 04 15:59:57.945 INFO E| Downloaded sha-1 v0.9.8
33912026-07-04T15:59:58.704Z[ helios-setup] Jul 04 15:59:57.947 INFO E| Downloaded walkdir v2.3.3
33922026-07-04T15:59:58.704Z[ helios-setup] Jul 04 15:59:57.948 INFO E| Downloaded tempfile v3.7.0
33932026-07-04T15:59:58.707Z[ helios-setup] Jul 04 15:59:57.950 INFO E| Downloaded block-buffer v0.9.0
33942026-07-04T15:59:58.707Z[ helios-setup] Jul 04 15:59:57.950 INFO E| Downloaded libdevinfo-sys v1.0.0
33952026-07-04T15:59:58.707Z[ helios-setup] Jul 04 15:59:57.951 INFO E| Downloaded glob v0.3.1
33962026-07-04T15:59:58.715Z[ helios-setup] Jul 04 15:59:57.959 INFO E| Downloaded quote v1.0.31
33972026-07-04T15:59:58.715Z[ helios-setup] Jul 04 15:59:57.959 INFO E| Downloaded unicode-width v0.1.10
33982026-07-04T15:59:58.718Z[ helios-setup] Jul 04 15:59:57.959 INFO E| Downloaded cpufeatures v0.2.9
33992026-07-04T15:59:58.719Z[ helios-setup] Jul 04 15:59:57.959 INFO E| Downloaded once_cell v1.18.0
34002026-07-04T15:59:58.723Z[ helios-setup] Jul 04 15:59:57.967 INFO E| Downloaded opaque-debug v0.3.0
34012026-07-04T15:59:58.725Z[ helios-setup] Jul 04 15:59:57.968 INFO E| Downloaded bitflags v2.3.3
34022026-07-04T15:59:58.728Z[ helios-setup] Jul 04 15:59:57.971 INFO E| Downloaded uuid v0.8.2
34032026-07-04T15:59:58.731Z[ helios-setup] Jul 04 15:59:57.974 INFO E| Downloaded ryu v1.0.15
34042026-07-04T15:59:58.734Z[ helios-setup] Jul 04 15:59:57.976 INFO E| Downloaded proc-macro2 v1.0.66
34052026-07-04T15:59:58.734Z[ helios-setup] Jul 04 15:59:57.977 INFO E| Downloaded unicode-ident v1.0.11
34062026-07-04T15:59:58.736Z[ helios-setup] Jul 04 15:59:57.980 INFO E| Downloaded typenum v1.16.0
34072026-07-04T15:59:58.739Z[ helios-setup] Jul 04 15:59:57.982 INFO E| Downloaded toml v0.5.11
34082026-07-04T15:59:58.781Z[ helios-setup] Jul 04 15:59:58.025 INFO E| Downloaded serde_derive v1.0.193
34092026-07-04T15:59:58.784Z[ helios-setup] Jul 04 15:59:58.027 INFO E| Downloaded serde v1.0.193
34102026-07-04T15:59:58.796Z[ helios-setup] Jul 04 15:59:58.040 INFO E| Downloaded serde_json v1.0.103
34112026-07-04T15:59:58.816Z[ helios-setup] Jul 04 15:59:58.060 INFO E| Downloaded syn v2.0.32
34122026-07-04T15:59:58.832Z[ helios-setup] Jul 04 15:59:58.076 INFO E| Downloaded rustix v0.38.4
34132026-07-04T15:59:58.848Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34142026-07-04T15:59:58.858Z[ helios-setup] Jul 04 15:59:58.102 INFO E| Downloaded libc v0.2.147
34152026-07-04T15:59:58.925Z[ helios-setup] Jul 04 15:59:58.168 INFO E| Compiling libc v0.2.147
34162026-07-04T15:59:58.925Z[ helios-setup] Jul 04 15:59:58.168 INFO E| Compiling proc-macro2 v1.0.66
34172026-07-04T15:59:58.925Z[ helios-setup] Jul 04 15:59:58.168 INFO E| Compiling cfg-if v1.0.0
34182026-07-04T15:59:58.938Z[ helios-setup] Jul 04 15:59:58.169 INFO E| Compiling unicode-ident v1.0.11
34192026-07-04T15:59:58.938Z[ helios-setup] Jul 04 15:59:58.169 INFO E| Compiling version_check v0.9.4
34202026-07-04T15:59:58.938Z[ helios-setup] Jul 04 15:59:58.169 INFO E| Compiling typenum v1.16.0
34212026-07-04T15:59:58.938Z[ helios-setup] Jul 04 15:59:58.169 INFO E| Compiling serde v1.0.193
34222026-07-04T15:59:58.938Z[ helios-setup] Jul 04 15:59:58.169 INFO E| Compiling itoa v1.0.9
34232026-07-04T15:59:58.938Z[ helios-setup] Jul 04 15:59:58.169 INFO E| Compiling rustix v0.38.4
34242026-07-04T15:59:58.947Z[ helios-setup] Jul 04 15:59:58.191 INFO E| Compiling slog v2.7.0
34252026-07-04T15:59:58.947Z[ helios-setup] Jul 04 15:59:58.191 INFO E| Compiling powerfmt v0.2.0
34262026-07-04T15:59:58.947Z[ helios-setup] Jul 04 15:59:58.191 INFO E| Compiling time-core v0.1.2
34272026-07-04T15:59:58.950Z[ helios-setup] Jul 04 15:59:58.191 INFO E| Compiling num-conv v0.1.0
34282026-07-04T15:59:58.950Z[ helios-setup] Jul 04 15:59:58.191 INFO E| Compiling num_threads v0.1.6
34292026-07-04T15:59:58.950Z[ helios-setup] Jul 04 15:59:58.191 INFO E| Compiling once_cell v1.18.0
34302026-07-04T15:59:58.950Z[ helios-setup] Jul 04 15:59:58.192 INFO E| Compiling bitflags v2.3.3
34312026-07-04T15:59:59.046Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34322026-07-04T15:59:59.666Z[ helios-setup] Jul 04 15:59:58.910 INFO E| Compiling anyhow v1.0.72
34332026-07-04T15:59:59.670Z[ helios-setup] Jul 04 15:59:58.913 INFO E| Compiling thread_local v1.1.7
34342026-07-04T15:59:59.670Z[ helios-setup] Jul 04 15:59:58.913 INFO E| Compiling fastrand v2.0.0
34352026-07-04T15:59:59.670Z[ helios-setup] Jul 04 15:59:58.913 INFO E| Compiling opaque-debug v0.3.0
34362026-07-04T15:59:59.800Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34372026-07-04T15:59:59.842Z[ helios-setup] Jul 04 15:59:59.086 INFO E| Compiling serde_json v1.0.103
34382026-07-04T15:59:59.847Z[ helios-setup] Jul 04 15:59:59.091 INFO E| Compiling same-file v1.0.6
34392026-07-04T15:59:59.862Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
34402026-07-04T15:59:59.985Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
34412026-07-04T16:00:00.002Z[ helios-setup] Jul 04 15:59:59.246 INFO E| Compiling unicode-width v0.1.10
34422026-07-04T16:00:00.080Z[ helios-setup] Jul 04 15:59:59.324 INFO E| Compiling ryu v1.0.15
34432026-07-04T16:00:00.127Z[ helios-setup] Jul 04 15:59:59.371 INFO E| Compiling deranged v0.3.11
34442026-07-04T16:00:00.234Z[ helios-setup] Jul 04 15:59:59.478 INFO E| Compiling cpufeatures v0.2.9
34452026-07-04T16:00:00.255Z[ helios-setup] Jul 04 15:59:59.499 INFO E| Compiling getopts v0.2.21
34462026-07-04T16:00:00.326Z[ helios-setup] Jul 04 15:59:59.566 INFO E| Compiling walkdir v2.3.3
34472026-07-04T16:00:00.347Z[ helios-setup] Jul 04 15:59:59.588 INFO E| Compiling time-macros v0.2.18
34482026-07-04T16:00:00.400Z[ helios-setup] Jul 04 15:59:59.644 INFO E| Compiling glob v0.3.1
34492026-07-04T16:00:00.418Z[ helios-setup] Jul 04 15:59:59.662 INFO E| Compiling libdevinfo-sys v1.0.0
34502026-07-04T16:00:00.480Z[ helios-setup] Jul 04 15:59:59.718 INFO E| Compiling quote v1.0.31
34512026-07-04T16:00:00.512Z[ helios-setup] Jul 04 15:59:59.755 INFO E| Compiling generic-array v0.14.7
34522026-07-04T16:00:00.764Z[ helios-setup] Jul 04 16:00:00.007 INFO E| Compiling syn v2.0.32
34532026-07-04T16:00:00.824Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
34542026-07-04T16:00:01.264Z[ host-package] Compiling secrecy v0.8.0
34552026-07-04T16:00:01.532Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34562026-07-04T16:00:01.552Z[ helios-setup] Jul 04 16:00:00.793 INFO E| Compiling dirs-sys-next v0.1.2
34572026-07-04T16:00:01.552Z[ helios-setup] Jul 04 16:00:00.793 INFO E| Compiling errno v0.3.1
34582026-07-04T16:00:01.555Z[ helios-setup] Jul 04 16:00:00.793 INFO E| Compiling atty v0.2.14
34592026-07-04T16:00:01.555Z[ helios-setup] Jul 04 16:00:00.793 INFO E| Compiling getrandom v0.2.10
34602026-07-04T16:00:01.639Z[ helios-setup] Jul 04 16:00:00.882 INFO E| Compiling digest v0.9.0
34612026-07-04T16:00:01.639Z[ helios-setup] Jul 04 16:00:00.882 INFO E| Compiling block-buffer v0.9.0
34622026-07-04T16:00:01.796Z[ helios-setup] Jul 04 16:00:01.038 INFO E| Compiling md-5 v0.9.1
34632026-07-04T16:00:01.796Z[ helios-setup] Jul 04 16:00:01.038 INFO E| Compiling sha-1 v0.9.8
34642026-07-04T16:00:01.849Z[ helios-setup] Jul 04 16:00:01.091 INFO E| Compiling dirs-next v2.0.0
34652026-07-04T16:00:01.944Z[ helios-setup] Jul 04 16:00:01.188 INFO E| Compiling term v0.7.0
34662026-07-04T16:00:02.042Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
34672026-07-04T16:00:02.136Z[ helios-setup] Jul 04 16:00:01.379 INFO E| Compiling time v0.3.36
34682026-07-04T16:00:02.439Z[ helios-setup] Jul 04 16:00:01.683 INFO E| Compiling tempfile v3.7.0
34692026-07-04T16:00:03.101Z[ helios-setup] Jul 04 16:00:02.345 INFO E| Compiling serde_derive v1.0.193
34702026-07-04T16:00:03.369Z[ helios-setup] Jul 04 16:00:02.613 INFO E| Compiling slog-term v2.9.0
34712026-07-04T16:00:03.913Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
34722026-07-04T16:00:04.203Z[ host-package] Compiling serde_with_macros v1.5.2
34732026-07-04T16:00:04.824Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34742026-07-04T16:00:04.885Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34752026-07-04T16:00:05.247Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34762026-07-04T16:00:05.549Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34772026-07-04T16:00:06.666Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34782026-07-04T16:00:06.931Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34792026-07-04T16:00:07.202Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34802026-07-04T16:00:07.381Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34812026-07-04T16:00:07.527Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34822026-07-04T16:00:07.662Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34832026-07-04T16:00:07.693Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34842026-07-04T16:00:07.831Z[ helios-setup] Jul 04 16:00:07.075 INFO E| Compiling toml v0.5.11
34852026-07-04T16:00:07.831Z[ helios-setup] Jul 04 16:00:07.075 INFO E| Compiling uuid v0.8.2
34862026-07-04T16:00:07.847Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34872026-07-04T16:00:08.159Z[ host-package] Compiling void v1.0.2
34882026-07-04T16:00:08.162Z[ host-package] Compiling base64 v0.21.7
34892026-07-04T16:00:08.376Z[ host-package] Compiling git2 v0.20.4
34902026-07-04T16:00:08.458Z[ host-package] Compiling lzss v0.8.2
34912026-07-04T16:00:08.612Z[ host-package] Compiling ron v0.8.1
34922026-07-04T16:00:08.689Z[ helios-setup] Jul 04 16:00:07.933 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34932026-07-04T16:00:08.973Z[ host-package] Compiling illumos-nvpair v0.3.0
34942026-07-04T16:00:09.341Z[ helios-setup] Jul 04 16:00:08.585 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34952026-07-04T16:00:09.641Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34962026-07-04T16:00:09.724Z[ host-package] Compiling serde_with v1.14.0
34972026-07-04T16:00:09.894Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34982026-07-04T16:00:10.342Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34992026-07-04T16:00:11.770Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35002026-07-04T16:00:12.089Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35012026-07-04T16:00:12.451Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
35022026-07-04T16:00:13.879Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35032026-07-04T16:00:14.128Z[ helios-setup] Jul 04 16:00:13.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.96s
35042026-07-04T16:00:14.152Z[ helios-setup] Jul 04 16:00:13.396 INFO building project "image-builder" ok (16 seconds)
35052026-07-04T16:00:14.152Z[ helios-setup] Jul 04 16:00:13.396 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35062026-07-04T16:00:14.191Z[ helios-setup] Jul 04 16:00:13.435 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')"
35072026-07-04T16:00:14.191Z[ helios-setup] Jul 04 16:00:13.435 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35082026-07-04T16:00:14.191Z[ helios-setup] Jul 04 16:00:13.435 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
35092026-07-04T16:00:14.339Z[ helios-setup] Jul 04 16:00:13.583 INFO E| Blocking waiting for file lock on package cache
35102026-07-04T16:00:14.791Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35112026-07-04T16:00:15.204Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
35122026-07-04T16:00:15.508Z[ host-package] Compiling tungstenite v0.23.0
35132026-07-04T16:00:15.653Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35142026-07-04T16:00:15.676Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
35152026-07-04T16:00:16.056Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35162026-07-04T16:00:16.344Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35172026-07-04T16:00:16.609Z[ host-package] Compiling nix v0.27.1
35182026-07-04T16:00:17.525Z[ host-package] Compiling twox-hash v2.1.2
35192026-07-04T16:00:17.892Z[ host-package] Compiling serde_bytes v0.11.19
35202026-07-04T16:00:17.989Z[ host-package] Compiling tokio-tungstenite v0.23.1
35212026-07-04T16:00:18.014Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35222026-07-04T16:00:18.084Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35232026-07-04T16:00:18.155Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35242026-07-04T16:00:18.204Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35252026-07-04T16:00:18.423Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35262026-07-04T16:00:20.539Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35272026-07-04T16:00:21.490Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35282026-07-04T16:00:22.154Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35292026-07-04T16:00:22.181Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35302026-07-04T16:00:22.662Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35312026-07-04T16:00:22.883Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35322026-07-04T16:00:22.968Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35332026-07-04T16:00:23.236Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35342026-07-04T16:00:23.283Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35352026-07-04T16:00:23.742Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35362026-07-04T16:00:24.294Z[ helios-setup] Jul 04 16:00:23.537 INFO E| Updating crates.io index
35372026-07-04T16:00:24.297Z[ helios-setup] Jul 04 16:00:23.538 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
35382026-07-04T16:00:24.367Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35392026-07-04T16:00:24.681Z[ helios-setup] Jul 04 16:00:23.924 INFO E| From https://github.com/oxidecomputer/amd-apcb
35402026-07-04T16:00:24.681Z[ helios-setup] Jul 04 16:00:23.924 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
35412026-07-04T16:00:24.696Z[ helios-setup] Jul 04 16:00:23.940 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
35422026-07-04T16:00:25.013Z[ helios-setup] Jul 04 16:00:24.257 INFO E| From https://github.com/oxidecomputer/amd-efs
35432026-07-04T16:00:25.014Z[ helios-setup] Jul 04 16:00:24.257 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
35442026-07-04T16:00:25.060Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35452026-07-04T16:00:25.299Z[ helios-setup] Jul 04 16:00:24.543 INFO E| Blocking waiting for file lock on package cache
35462026-07-04T16:00:25.341Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35472026-07-04T16:00:25.398Z[ helios-setup] Jul 04 16:00:24.641 INFO E| Blocking waiting for file lock on package cache
35482026-07-04T16:00:26.805Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35492026-07-04T16:00:28.082Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35502026-07-04T16:00:28.206Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35512026-07-04T16:00:29.890Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35522026-07-04T16:00:29.946Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
35532026-07-04T16:00:30.492Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35542026-07-04T16:00:30.922Z[ helios-setup] Jul 04 16:00:30.166 INFO E| Downloading crates ...
35552026-07-04T16:00:30.989Z[ helios-setup] Jul 04 16:00:30.232 INFO E| Downloaded ansi_term v0.12.1
35562026-07-04T16:00:30.998Z[ helios-setup] Jul 04 16:00:30.242 INFO E| Downloaded unic-common v0.9.0
35572026-07-04T16:00:31.001Z[ helios-setup] Jul 04 16:00:30.242 INFO E| Downloaded modular-bitfield v0.11.2
35582026-07-04T16:00:31.007Z[ helios-setup] Jul 04 16:00:30.250 INFO E| Downloaded unic-ucd-ident v0.9.0
35592026-07-04T16:00:31.009Z[ helios-setup] Jul 04 16:00:30.252 INFO E| Downloaded heck v0.3.3
35602026-07-04T16:00:31.010Z[ helios-setup] Jul 04 16:00:30.252 INFO E| Downloaded fletcher v1.0.0
35612026-07-04T16:00:31.010Z[ helios-setup] Jul 04 16:00:30.253 INFO E| Downloaded strum v0.27.1
35622026-07-04T16:00:31.013Z[ helios-setup] Jul 04 16:00:30.256 INFO E| Downloaded vec_map v0.8.2
35632026-07-04T16:00:31.015Z[ helios-setup] Jul 04 16:00:30.257 INFO E| Downloaded four-cc v0.4.0
35642026-07-04T16:00:31.018Z[ helios-setup] Jul 04 16:00:30.260 INFO E| Downloaded dyn-clone v1.0.19
35652026-07-04T16:00:31.018Z[ helios-setup] Jul 04 16:00:30.261 INFO E| Downloaded pest_generator v2.8.0
35662026-07-04T16:00:31.023Z[ helios-setup] Jul 04 16:00:30.262 INFO E| Downloaded parse_int v0.9.0
35672026-07-04T16:00:31.025Z[ helios-setup] Jul 04 16:00:30.269 INFO E| Downloaded unic-ucd-version v0.9.0
35682026-07-04T16:00:31.028Z[ helios-setup] Jul 04 16:00:30.270 INFO E| Downloaded strsim v0.8.0
35692026-07-04T16:00:31.028Z[ helios-setup] Jul 04 16:00:30.271 INFO E| Downloaded unic-char-property v0.9.0
35702026-07-04T16:00:31.034Z[ helios-setup] Jul 04 16:00:30.278 INFO E| Downloaded unic-char-range v0.9.0
35712026-07-04T16:00:31.048Z[ helios-setup] Jul 04 16:00:30.291 INFO E| Downloaded rustversion v1.0.20
35722026-07-04T16:00:31.051Z[ helios-setup] Jul 04 16:00:30.293 INFO E| Downloaded textwrap v0.11.0
35732026-07-04T16:00:31.054Z[ helios-setup] Jul 04 16:00:30.295 INFO E| Downloaded bytesize v2.0.1
35742026-07-04T16:00:31.054Z[ helios-setup] Jul 04 16:00:30.296 INFO E| Downloaded strum_macros v0.27.1
35752026-07-04T16:00:31.056Z[ helios-setup] Jul 04 16:00:30.298 INFO E| Downloaded log v0.4.27
35762026-07-04T16:00:31.057Z[ helios-setup] Jul 04 16:00:30.300 INFO E| Downloaded structopt-derive v0.4.18
35772026-07-04T16:00:31.057Z[ helios-setup] Jul 04 16:00:30.300 INFO E| Downloaded modular-bitfield-impl v0.13.1
35782026-07-04T16:00:31.059Z[ helios-setup] Jul 04 16:00:30.301 INFO E| Downloaded modular-bitfield-impl v0.11.2
35792026-07-04T16:00:31.062Z[ helios-setup] Jul 04 16:00:30.305 INFO E| Downloaded pest_derive v2.8.0
35802026-07-04T16:00:31.069Z[ helios-setup] Jul 04 16:00:30.313 INFO E| Downloaded pest_meta v2.8.0
35812026-07-04T16:00:31.072Z[ helios-setup] Jul 04 16:00:30.315 INFO E| Downloaded modular-bitfield v0.13.1
35822026-07-04T16:00:31.077Z[ helios-setup] Jul 04 16:00:30.321 INFO E| Downloaded typenum v1.18.0
35832026-07-04T16:00:31.080Z[ helios-setup] Jul 04 16:00:30.323 INFO E| Downloaded structopt v0.3.26
35842026-07-04T16:00:31.085Z[ helios-setup] Jul 04 16:00:30.329 INFO E| Downloaded zerocopy-derive v0.8.25
35852026-07-04T16:00:31.106Z[ helios-setup] Jul 04 16:00:30.350 INFO E| Downloaded pest v2.8.0
35862026-07-04T16:00:31.110Z[ helios-setup] Jul 04 16:00:30.353 INFO E| Downloaded clap v2.34.0
35872026-07-04T16:00:31.113Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35882026-07-04T16:00:31.121Z[ helios-setup] Jul 04 16:00:30.359 INFO E| Downloaded goblin v0.9.3
35892026-07-04T16:00:31.121Z[ helios-setup] Jul 04 16:00:30.364 INFO E| Downloaded zerocopy v0.8.25
35902026-07-04T16:00:31.308Z[ helios-setup] Jul 04 16:00:30.549 INFO E| Compiling proc-macro2 v1.0.95
35912026-07-04T16:00:31.311Z[ helios-setup] Jul 04 16:00:30.549 INFO E| Compiling unicode-ident v1.0.18
35922026-07-04T16:00:31.312Z[ helios-setup] Jul 04 16:00:30.549 INFO E| Compiling memchr v2.7.4
35932026-07-04T16:00:31.312Z[ helios-setup] Jul 04 16:00:30.549 INFO E| Compiling thiserror v2.0.12
35942026-07-04T16:00:31.312Z[ helios-setup] Jul 04 16:00:30.549 INFO E| Compiling autocfg v1.4.0
35952026-07-04T16:00:31.312Z[ helios-setup] Jul 04 16:00:30.549 INFO E| Compiling serde v1.0.219
35962026-07-04T16:00:31.312Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling syn v1.0.109
35972026-07-04T16:00:31.313Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling version_check v0.9.5
35982026-07-04T16:00:31.313Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling serde_json v1.0.140
35992026-07-04T16:00:31.313Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling ryu v1.0.20
36002026-07-04T16:00:31.313Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling schemars v0.8.22
36012026-07-04T16:00:31.313Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling itoa v1.0.15
36022026-07-04T16:00:31.313Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling paste v1.0.15
36032026-07-04T16:00:31.313Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling ucd-trie v0.1.7
36042026-07-04T16:00:31.314Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling rustversion v1.0.20
36052026-07-04T16:00:31.314Z[ helios-setup] Jul 04 16:00:30.550 INFO E| Compiling dyn-clone v1.0.19
36062026-07-04T16:00:31.416Z[ host-package] Compiling signal-hook-tokio v0.3.1
36072026-07-04T16:00:31.542Z[ host-package] Compiling fatfs v0.3.6
36082026-07-04T16:00:31.608Z[ host-package] Compiling yasna v0.5.2
36092026-07-04T16:00:31.681Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
36102026-07-04T16:00:31.803Z[ helios-setup] Jul 04 16:00:31.046 INFO E| Compiling libc v0.2.172
36112026-07-04T16:00:32.197Z[ helios-setup] Jul 04 16:00:31.440 INFO E| Compiling static_assertions v1.1.0
36122026-07-04T16:00:32.249Z[ helios-setup] Jul 04 16:00:31.493 INFO E| Compiling zerocopy v0.8.25
36132026-07-04T16:00:32.283Z[ helios-setup] Jul 04 16:00:31.527 INFO E| Compiling once_cell v1.21.3
36142026-07-04T16:00:32.318Z[ helios-setup] Jul 04 16:00:31.561 INFO E| Compiling unicode-width v0.1.14
36152026-07-04T16:00:32.384Z[ host-package] Compiling seq-macro v0.3.6
36162026-07-04T16:00:32.422Z[ helios-setup] Jul 04 16:00:31.666 INFO E| Compiling unicode-segmentation v1.12.0
36172026-07-04T16:00:32.452Z[ helios-setup] Jul 04 16:00:31.695 INFO E| Compiling heck v0.5.0
36182026-07-04T16:00:32.555Z[ helios-setup] Jul 04 16:00:31.798 INFO E| Compiling bitflags v1.3.2
36192026-07-04T16:00:32.582Z[ helios-setup] Jul 04 16:00:31.826 INFO E| Compiling unic-char-range v0.9.0
36202026-07-04T16:00:32.614Z[ helios-setup] Jul 04 16:00:31.858 INFO E| Compiling strsim v0.8.0
36212026-07-04T16:00:32.673Z[ helios-setup] Jul 04 16:00:31.916 INFO E| Compiling vec_map v0.8.2
36222026-07-04T16:00:32.745Z[ host-package] Compiling is_ci v1.2.0
36232026-07-04T16:00:32.869Z[ helios-setup] Jul 04 16:00:32.113 INFO E| Compiling proc-macro-error-attr v1.0.4
36242026-07-04T16:00:32.869Z[ helios-setup] Jul 04 16:00:32.113 INFO E| Compiling proc-macro-error v1.0.4
36252026-07-04T16:00:32.913Z[ helios-setup] Jul 04 16:00:32.157 INFO E| Compiling num-traits v0.2.19
36262026-07-04T16:00:32.916Z[ helios-setup] Jul 04 16:00:32.157 INFO E| Compiling memoffset v0.9.1
36272026-07-04T16:00:32.950Z[ helios-setup] Jul 04 16:00:32.193 INFO E| Compiling textwrap v0.11.0
36282026-07-04T16:00:32.969Z[ helios-setup] Jul 04 16:00:32.213 INFO E| Compiling ansi_term v0.12.1
36292026-07-04T16:00:32.998Z[ helios-setup] Jul 04 16:00:32.242 INFO E| Compiling fletcher v1.0.0
36302026-07-04T16:00:33.230Z[ helios-setup] Jul 04 16:00:32.474 INFO E| Compiling heck v0.3.3
36312026-07-04T16:00:33.338Z[ helios-setup] Jul 04 16:00:32.581 INFO E| Compiling byteorder v1.5.0
36322026-07-04T16:00:33.380Z[ helios-setup] Jul 04 16:00:32.624 INFO E| Compiling atty v0.2.14
36332026-07-04T16:00:33.401Z[ helios-setup] Jul 04 16:00:32.644 INFO E| Compiling strum v0.27.1
36342026-07-04T16:00:33.429Z[ helios-setup] Jul 04 16:00:32.672 INFO E| Compiling unic-common v0.9.0
36352026-07-04T16:00:33.486Z[ host-package] Compiling assert_matches v1.5.0
36362026-07-04T16:00:33.492Z[ helios-setup] Jul 04 16:00:32.736 INFO E| Compiling clap v2.34.0
36372026-07-04T16:00:33.524Z[ helios-setup] Jul 04 16:00:32.768 INFO E| Compiling unic-char-property v0.9.0
36382026-07-04T16:00:33.539Z[ helios-setup] Jul 04 16:00:32.783 INFO E| Compiling unic-ucd-version v0.9.0
36392026-07-04T16:00:33.548Z[ helios-setup] Jul 04 16:00:32.792 INFO E| Compiling log v0.4.27
36402026-07-04T16:00:33.620Z[ helios-setup] Jul 04 16:00:32.864 INFO E| Compiling lazy_static v1.5.0
36412026-07-04T16:00:33.646Z[ helios-setup] Jul 04 16:00:32.890 INFO E| Compiling plain v0.2.3
36422026-07-04T16:00:33.657Z[ helios-setup] Jul 04 16:00:32.900 INFO E| Compiling bytesize v2.0.1
36432026-07-04T16:00:33.685Z[ helios-setup] Jul 04 16:00:32.928 INFO E| Compiling unic-ucd-ident v0.9.0
36442026-07-04T16:00:33.823Z[ host-package] Compiling supports-color v3.0.2
36452026-07-04T16:00:33.877Z[ host-package] Compiling rcgen v0.12.1
36462026-07-04T16:00:33.959Z[ helios-setup] Jul 04 16:00:33.203 INFO E| Compiling quote v1.0.40
36472026-07-04T16:00:33.962Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
36482026-07-04T16:00:34.223Z[ helios-setup] Jul 04 16:00:33.467 INFO E| Compiling syn v2.0.101
36492026-07-04T16:00:34.623Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
36502026-07-04T16:00:34.735Z[ helios-setup] Jul 04 16:00:33.978 INFO E| Compiling parse_int v0.9.0
36512026-07-04T16:00:34.960Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
36522026-07-04T16:00:37.411Z[ helios-setup] Jul 04 16:00:36.655 INFO E| Compiling serde_derive_internals v0.29.1
36532026-07-04T16:00:37.979Z[ helios-setup] Jul 04 16:00:37.222 INFO E| Compiling modular-bitfield-impl v0.11.2
36542026-07-04T16:00:37.979Z[ helios-setup] Jul 04 16:00:37.222 INFO E| Compiling structopt-derive v0.4.18
36552026-07-04T16:00:38.301Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
36562026-07-04T16:00:38.516Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
36572026-07-04T16:00:38.722Z[ host-package] Compiling rtoolbox v0.0.3
36582026-07-04T16:00:38.810Z[ host-package] Compiling subprocess v0.2.15
36592026-07-04T16:00:39.006Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling thiserror-impl v2.0.12
36602026-07-04T16:00:39.006Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling serde_derive v1.0.219
36612026-07-04T16:00:39.006Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling schemars_derive v0.8.22
36622026-07-04T16:00:39.009Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling zerocopy-derive v0.8.25
36632026-07-04T16:00:39.009Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling modular-bitfield-impl v0.13.1
36642026-07-04T16:00:39.010Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling num-derive v0.4.2
36652026-07-04T16:00:39.010Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling strum_macros v0.27.1
36662026-07-04T16:00:39.010Z[ helios-setup] Jul 04 16:00:38.249 INFO E| Compiling scroll_derive v0.12.1
36672026-07-04T16:00:39.056Z[ host-package] Compiling rpassword v7.4.0
36682026-07-04T16:00:39.507Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36692026-07-04T16:00:39.511Z[ helios-setup] Jul 04 16:00:38.754 INFO E| Compiling modular-bitfield v0.11.2
36702026-07-04T16:00:39.777Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36712026-07-04T16:00:39.864Z[ helios-setup] Jul 04 16:00:39.107 INFO E| Compiling structopt v0.3.26
36722026-07-04T16:00:39.967Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36732026-07-04T16:00:40.482Z[ helios-setup] Jul 04 16:00:39.725 INFO E| Compiling scroll v0.12.0
36742026-07-04T16:00:40.932Z[ helios-setup] Jul 04 16:00:40.176 INFO E| Compiling goblin v0.9.3
36752026-07-04T16:00:41.423Z[ helios-setup] Jul 04 16:00:40.667 INFO E| Compiling pest v2.8.0
36762026-07-04T16:00:41.443Z[ helios-setup] Jul 04 16:00:40.686 INFO E| Compiling modular-bitfield v0.13.1
36772026-07-04T16:00:41.915Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36782026-07-04T16:00:42.245Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36792026-07-04T16:00:42.472Z[ host-package] Compiling tui-tree-widget v0.23.1
36802026-07-04T16:00:42.852Z[ helios-setup] Jul 04 16:00:42.095 INFO E| Compiling pest_meta v2.8.0
36812026-07-04T16:00:42.984Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36822026-07-04T16:00:43.637Z[ helios-setup] Jul 04 16:00:42.880 INFO E| Compiling pest_generator v2.8.0
36832026-07-04T16:00:44.714Z[ helios-setup] Jul 04 16:00:43.957 INFO E| Compiling pest_derive v2.8.0
36842026-07-04T16:00:44.933Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36852026-07-04T16:00:45.096Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36862026-07-04T16:00:45.396Z[ host-package] Compiling uzers v0.12.2
36872026-07-04T16:00:45.767Z[ helios-setup] Jul 04 16:00:45.011 INFO E| Compiling json5 v0.4.1
36882026-07-04T16:00:47.326Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36892026-07-04T16:00:47.374Z[ helios-setup] Jul 04 16:00:46.617 INFO E| Compiling four-cc v0.4.0
36902026-07-04T16:00:47.374Z[ helios-setup] Jul 04 16:00:46.617 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
36912026-07-04T16:00:47.521Z[ helios-setup] Jul 04 16:00:46.764 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
36922026-07-04T16:00:47.603Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36932026-07-04T16:00:48.655Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36942026-07-04T16:00:48.999Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36952026-07-04T16:00:52.192Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
36962026-07-04T16:00:53.815Z[ host-package] Compiling support-bundle-viewer v0.1.2
36972026-07-04T16:00:54.862Z[ host-package] Compiling multimap v0.10.1
36982026-07-04T16:01:03.192Z[ helios-setup] Jul 04 16:01:02.435 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
36992026-07-04T16:01:05.171Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37002026-07-04T16:01:07.826Z[ helios-setup] Jul 04 16:01:07.068 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37012026-07-04T16:01:11.488Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37022026-07-04T16:01:14.348Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37032026-07-04T16:01:19.545Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37042026-07-04T16:01:20.017Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37052026-07-04T16:01:21.913Z[ helios-setup] Jul 04 16:01:21.156 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
37062026-07-04T16:01:21.952Z[ helios-setup] Jul 04 16:01:21.195 INFO building project "amd-host-image-builder" ok (67 seconds)
37072026-07-04T16:01:21.955Z[ helios-setup] Jul 04 16:01:21.195 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
37082026-07-04T16:01:21.962Z[ helios-setup] Jul 04 16:01:21.205 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
37092026-07-04T16:01:21.962Z[ helios-setup] Jul 04 16:01:21.205 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
37102026-07-04T16:01:21.962Z[ helios-setup] Jul 04 16:01:21.205 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
37112026-07-04T16:01:22.082Z[ helios-setup] Jul 04 16:01:21.325 INFO E| Downloading crates ...
37122026-07-04T16:01:22.126Z[ helios-setup] Jul 04 16:01:21.370 INFO E| Downloaded block-buffer v0.10.3
37132026-07-04T16:01:22.129Z[ helios-setup] Jul 04 16:01:21.372 INFO E| Downloaded generic-array v0.14.6
37142026-07-04T16:01:22.135Z[ helios-setup] Jul 04 16:01:21.378 INFO E| Downloaded cpufeatures v0.2.5
37152026-07-04T16:01:22.138Z[ helios-setup] Jul 04 16:01:21.379 INFO E| Downloaded typenum v1.15.0
37162026-07-04T16:01:22.144Z[ helios-setup] Jul 04 16:01:21.387 INFO E| Downloaded miniz_oxide v0.6.2
37172026-07-04T16:01:22.151Z[ helios-setup] Jul 04 16:01:21.394 INFO E| Downloaded sha2 v0.10.5
37182026-07-04T16:01:22.155Z[ helios-setup] Jul 04 16:01:21.395 INFO E| Downloaded digest v0.10.3
37192026-07-04T16:01:22.155Z[ helios-setup] Jul 04 16:01:21.397 INFO E| Downloaded anyhow v1.0.62
37202026-07-04T16:01:22.158Z[ helios-setup] Jul 04 16:01:21.399 INFO E| Downloaded bytes v1.2.1
37212026-07-04T16:01:22.161Z[ helios-setup] Jul 04 16:01:21.401 INFO E| Downloaded flate2 v1.0.25
37222026-07-04T16:01:22.207Z[ helios-setup] Jul 04 16:01:21.450 INFO E| Compiling typenum v1.15.0
37232026-07-04T16:01:22.207Z[ helios-setup] Jul 04 16:01:21.450 INFO E| Compiling version_check v0.9.4
37242026-07-04T16:01:22.207Z[ helios-setup] Jul 04 16:01:21.450 INFO E| Compiling crc32fast v1.3.2
37252026-07-04T16:01:22.210Z[ helios-setup] Jul 04 16:01:21.450 INFO E| Compiling cfg-if v1.0.0
37262026-07-04T16:01:22.210Z[ helios-setup] Jul 04 16:01:21.451 INFO E| Compiling adler v1.0.2
37272026-07-04T16:01:22.210Z[ helios-setup] Jul 04 16:01:21.451 INFO E| Compiling anyhow v1.0.62
37282026-07-04T16:01:22.211Z[ helios-setup] Jul 04 16:01:21.451 INFO E| Compiling cpufeatures v0.2.5
37292026-07-04T16:01:22.211Z[ helios-setup] Jul 04 16:01:21.451 INFO E| Compiling unicode-width v0.1.10
37302026-07-04T16:01:22.263Z[ helios-setup] Jul 04 16:01:21.506 INFO E| Compiling bitflags v1.3.2
37312026-07-04T16:01:22.263Z[ helios-setup] Jul 04 16:01:21.506 INFO E| Compiling bytes v1.2.1
37322026-07-04T16:01:22.817Z[ helios-setup] Jul 04 16:01:22.060 INFO E| Compiling miniz_oxide v0.6.2
37332026-07-04T16:01:22.817Z[ helios-setup] Jul 04 16:01:22.060 INFO E| Compiling getopts v0.2.21
37342026-07-04T16:01:22.831Z[ helios-setup] Jul 04 16:01:22.074 INFO E| Compiling generic-array v0.14.6
37352026-07-04T16:01:23.508Z[ helios-setup] Jul 04 16:01:22.750 INFO E| Compiling flate2 v1.0.25
37362026-07-04T16:01:25.130Z[ helios-setup] Jul 04 16:01:24.373 INFO E| Compiling crypto-common v0.1.6
37372026-07-04T16:01:25.130Z[ helios-setup] Jul 04 16:01:24.373 INFO E| Compiling block-buffer v0.10.3
37382026-07-04T16:01:26.286Z[ helios-setup] Jul 04 16:01:24.525 INFO E| Compiling digest v0.10.3
37392026-07-04T16:01:26.290Z[ helios-setup] Jul 04 16:01:24.764 INFO E| Compiling sha2 v0.10.5
37402026-07-04T16:01:26.290Z[ helios-setup] Jul 04 16:01:25.029 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
37412026-07-04T16:01:27.953Z[ helios-setup] Jul 04 16:01:27.195 INFO E| Finished `release` profile [optimized] target(s) in 5.97s
37422026-07-04T16:01:27.967Z[ helios-setup] Jul 04 16:01:27.209 INFO building project "bootserver" ok (6 seconds)
37432026-07-04T16:01:27.970Z[ helios-setup] rm -f helios-build
37442026-07-04T16:01:27.970Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37452026-07-04T16:01:27.973Z[ helios-setup]
37462026-07-04T16:01:27.973Z[ helios-setup] Setup complete! ./helios-build is now available.
37472026-07-04T16:01:27.976Z[ helios-setup]
37482026-07-04T16:01:27.976Z[ helios-setup]
37492026-07-04T16:01:27.976Z[ helios-setup] real 3:25.039466360
37502026-07-04T16:01:27.976Z[ helios-setup] user 7:43.825482698
37512026-07-04T16:01:27.976Z[ helios-setup] sys 1:24.163642879
37522026-07-04T16:01:27.977Z[ helios-setup] trap 0.570512658
37532026-07-04T16:01:27.977Z[ helios-setup] tflt 2.568603914
37542026-07-04T16:01:27.977Z[ helios-setup] dflt 7.473410652
37552026-07-04T16:01:27.977Z[ helios-setup] kflt 0.003268705
37562026-07-04T16:01:27.977Z[ helios-setup] lock 53:20.654008152
37572026-07-04T16:01:27.977Z[ helios-setup] slp 37:08.918314437
37582026-07-04T16:01:27.977Z[ helios-setup] lat 5:57.163740798
37592026-07-04T16:01:27.977Z[ helios-setup] stop 1:33.142196617
37602026-07-04T16:01:27.977ZJul 04 16:01:27.219 INFO [helios-setup] process exited with exit status: 0 (205.04263636s)
37612026-07-04T16:01:27.977ZJul 04 16:01:27.219 INFO [helios-record] running task
37622026-07-04T16:01:27.977ZJul 04 16:01:27.219 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37632026-07-04T16:01:27.980ZJul 04 16:01:27.223 DEBG process exited with exit status: 0 (4.71748ms)
37642026-07-04T16:01:27.980ZJul 04 16:01:27.223 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37652026-07-04T16:01:27.985ZJul 04 16:01:27.228 DEBG process exited with exit status: 0 (4.43808ms)
37662026-07-04T16:01:27.985ZJul 04 16:01:27.228 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37672026-07-04T16:01:27.988ZJul 04 16:01:27.232 DEBG process exited with exit status: 0 (3.73171ms)
37682026-07-04T16:01:27.989ZJul 04 16:01:27.232 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37692026-07-04T16:01:27.992ZJul 04 16:01:27.235 DEBG process exited with exit status: 0 (3.45956ms)
37702026-07-04T16:01:27.992ZJul 04 16:01:27.235 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37712026-07-04T16:01:27.995ZJul 04 16:01:27.238 DEBG process exited with exit status: 0 (3.29912ms)
37722026-07-04T16:01:27.995ZJul 04 16:01:27.238 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37732026-07-04T16:01:27.999ZJul 04 16:01:27.242 DEBG process exited with exit status: 0 (3.22937ms)
37742026-07-04T16:01:28.000ZJul 04 16:01:27.242 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37752026-07-04T16:01:28.004ZJul 04 16:01:27.245 DEBG process exited with exit status: 0 (3.03605ms)
37762026-07-04T16:01:28.004ZJul 04 16:01:27.245 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37772026-07-04T16:01:28.007ZJul 04 16:01:27.248 DEBG process exited with exit status: 0 (3.07097ms)
37782026-07-04T16:01:28.007ZJul 04 16:01:27.248 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37792026-07-04T16:01:28.010ZJul 04 16:01:27.251 DEBG process exited with exit status: 0 (3.15942ms)
37802026-07-04T16:01:28.010ZJul 04 16:01:27.251 INFO [helios-record] task succeeded (32.72214ms)
37812026-07-04T16:07:52.071Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 14s
37822026-07-04T16:08:39.217ZJul 04 16:08:38.455 INFO [host-package] process exited with exit status: 0 (601.628649918s)
37832026-07-04T16:08:39.217ZJul 04 16:08:38.455 INFO [host-libraries] running task
37842026-07-04T16:08:39.217ZJul 04 16:08:38.455 INFO [host-stamp] running task
37852026-07-04T16:08:39.220ZJul 04 16:08:38.457 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+git49c15443180
37862026-07-04T16:08:39.220ZJul 04 16:08:38.458 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+git49c15443180
37872026-07-04T16:08:39.220ZJul 04 16:08:38.458 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+git49c15443180
37882026-07-04T16:08:39.220ZJul 04 16:08:38.458 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+git49c15443180
37892026-07-04T16:08:39.220ZJul 04 16:08:38.458 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+git49c15443180
37902026-07-04T16:08:39.223ZJul 04 16:08:38.459 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+git49c15443180
37912026-07-04T16:08:39.223ZJul 04 16:08:38.459 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+git49c15443180
37922026-07-04T16:08:39.224ZJul 04 16:08:38.459 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+git49c15443180
37932026-07-04T16:08:39.239Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37942026-07-04T16:08:39.239Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37952026-07-04T16:08:39.239Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-07-04T16:08:39.239Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37972026-07-04T16:08:39.239Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37982026-07-04T16:08:39.239Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37992026-07-04T16:08:39.239Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
38002026-07-04T16:08:39.242Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
38012026-07-04T16:08:39.245Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38022026-07-04T16:08:39.248ZJul 04 16:08:38.486 INFO [stamp-overlay] process exited with exit status: 0 (28.096669ms)
38032026-07-04T16:08:39.250Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38042026-07-04T16:08:39.253ZJul 04 16:08:38.492 INFO [stamp-oxlog] process exited with exit status: 0 (33.473369ms)
38052026-07-04T16:08:39.282Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38062026-07-04T16:08:39.285ZJul 04 16:08:38.524 INFO [stamp-crucible-utils] process exited with exit status: 0 (65.996599ms)
38072026-07-04T16:08:39.294Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38082026-07-04T16:08:39.298ZJul 04 16:08:38.536 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (77.867509ms)
38092026-07-04T16:08:39.422Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38102026-07-04T16:08:39.425ZJul 04 16:08:38.664 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (204.841529ms)
38112026-07-04T16:08:39.638Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38122026-07-04T16:08:39.642ZJul 04 16:08:38.881 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (421.383318ms)
38132026-07-04T16:08:39.771Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38142026-07-04T16:08:39.775ZJul 04 16:08:39.013 INFO [stamp-propolis-server] process exited with exit status: 0 (553.822918ms)
38152026-07-04T16:08:40.652ZJul 04 16:08:39.890 INFO [host-libraries] task succeeded (1.434850576s)
38162026-07-04T16:08:40.655ZJul 04 16:08:39.890 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38172026-07-04T16:08:40.660Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38182026-07-04T16:08:41.648Z[recovery-package] Compiling newtype-uuid v1.3.2
38192026-07-04T16:08:41.895Z[recovery-package] Compiling daft v0.1.7
38202026-07-04T16:08:42.126Z[recovery-package] Compiling iddqd v0.4.2
38212026-07-04T16:08:43.105Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38222026-07-04T16:08:43.384Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38232026-07-04T16:08:43.384Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38242026-07-04T16:08:43.387Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38252026-07-04T16:08:43.387Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38262026-07-04T16:08:43.387Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38272026-07-04T16:08:43.388Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38282026-07-04T16:08:43.388Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38292026-07-04T16:08:43.398Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38302026-07-04T16:08:43.494Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38312026-07-04T16:08:43.798Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38322026-07-04T16:08:43.848Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38332026-07-04T16:08:44.005Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38342026-07-04T16:08:46.005Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38352026-07-04T16:08:46.009ZJul 04 16:08:45.248 INFO [stamp-switch-asic] process exited with exit status: 0 (6.790365776s)
38362026-07-04T16:08:46.009ZJul 04 16:08:45.248 INFO [host-stamp] task succeeded (6.792704126s)
38372026-07-04T16:08:46.009ZJul 04 16:08:45.248 INFO [host-proto] running task
38382026-07-04T16:08:46.444ZJul 04 16:08:45.681 INFO [host-proto] task succeeded (433.176669ms)
38392026-07-04T16:08:46.444ZJul 04 16:08:45.681 INFO [host-profile] running task
38402026-07-04T16:08:46.447ZJul 04 16:08:45.681 INFO [host-profile] task succeeded (203.8µs)
38412026-07-04T16:08:46.447ZJul 04 16:08:45.682 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/.tmpsXpZXY/proto/host/root -N 'ci 49c1544/${os_short_commit} 2026-07-04 15:58' -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/'
38422026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO Checking files for board 'cosmo-mbist-noaggr'
38432026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38442026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO Checking files for board 'gimlet'
38452026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38462026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38472026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO Checking files for board 'cosmo'
38482026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38492026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38502026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO Checking files for board 'cosmo-mbist'
38512026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.689 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38522026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.699 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpsXpZXY/proto/host/root"
38532026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.699 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38542026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.699 INFO image builder template: ramdisk-01-os...
38552026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.699 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/.tmpsXpZXY/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38562026-07-04T16:08:46.481Z[ host-image] Jul 04 16:08:45.713 INFO O| Jul 04 16:08:45.713 INFO CREATE DATASET: rpool/images/build/host/output
38572026-07-04T16:08:47.946Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38582026-07-04T16:08:47.946Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38592026-07-04T16:08:47.946Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-07-04T16:08:47.949Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38612026-07-04T16:08:47.949Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38622026-07-04T16:08:47.949Z[ host-image] Jul 04 16:08:47.185 INFO O| Jul 04 16:08:47.185 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38632026-07-04T16:08:47.954Z[ host-image] Jul 04 16:08:47.188 INFO O| Jul 04 16:08:47.188 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38642026-07-04T16:08:48.135Z[ host-image] Jul 04 16:08:47.373 INFO O| Jul 04 16:08:47.373 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38652026-07-04T16:08:48.184Z[ host-image] Jul 04 16:08:47.423 INFO O| Jul 04 16:08:47.422 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38662026-07-04T16:08:48.184Z[ host-image] Jul 04 16:08:47.423 INFO O| Jul 04 16:08:47.423 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38672026-07-04T16:08:48.187Z[ host-image] Jul 04 16:08:47.423 INFO O| Jul 04 16:08:47.423 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38682026-07-04T16:08:48.187Z[ host-image] Jul 04 16:08:47.423 INFO O| Jul 04 16:08:47.423 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38692026-07-04T16:08:48.193Z[ host-image] Jul 04 16:08:47.431 INFO O| Jul 04 16:08:47.431 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38702026-07-04T16:08:48.490Z[ host-image] Jul 04 16:08:47.728 INFO O| Jul 04 16:08:47.728 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-07-04T16:08:48.498Z[ host-image] Jul 04 16:08:47.736 INFO O| Jul 04 16:08:47.736 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38722026-07-04T16:08:48.799Z[ host-image] Jul 04 16:08:48.037 INFO O| Jul 04 16:08:48.037 INFO O| Caching catalogs ... Done
38732026-07-04T16:08:48.889Z[ host-image] Jul 04 16:08:48.127 INFO O| Jul 04 16:08:48.127 INFO STEP 0 (pkg_image_create) COMPLETE
38742026-07-04T16:08:48.889Z[ host-image] Jul 04 16:08:48.127 INFO O| Jul 04 16:08:48.127 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38752026-07-04T16:08:48.898Z[ host-image] Jul 04 16:08:48.136 INFO O| Jul 04 16:08:48.136 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"]
38762026-07-04T16:08:49.242Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO STEP 1 (pkg_set_publisher) COMPLETE
38772026-07-04T16:08:49.242Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38782026-07-04T16:08:49.245Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO skip step because feature "publisher_1_name" is not enabled
38792026-07-04T16:08:49.245Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-04T16:08:49.245Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO skip step because feature "publisher_2_name" is not enabled
38812026-07-04T16:08:49.245Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38822026-07-04T16:08:49.245Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO skip step because feature "publisher_3_name" is not enabled
38832026-07-04T16:08:49.245Z[ host-image] Jul 04 16:08:48.480 INFO O| Jul 04 16:08:48.480 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-04T16:08:49.534Z[ host-image] Jul 04 16:08:48.772 INFO O| Jul 04 16:08:48.772 INFO variant opensolaris.zone is already global
38852026-07-04T16:08:49.534Z[ host-image] Jul 04 16:08:48.772 INFO O| Jul 04 16:08:48.772 INFO STEP 5 (pkg_change_variant) COMPLETE
38862026-07-04T16:08:49.534Z[ host-image] Jul 04 16:08:48.772 INFO O| Jul 04 16:08:48.772 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38872026-07-04T16:08:49.824Z[ host-image] Jul 04 16:08:49.062 INFO O| Jul 04 16:08:49.062 INFO variant opensolaris.imagetype is full; changing to partial
38882026-07-04T16:08:49.824Z[ host-image] Jul 04 16:08:49.062 INFO O| Jul 04 16:08:49.062 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38892026-07-04T16:08:50.500Z[ host-image] Jul 04 16:08:49.738 INFO O| Jul 04 16:08:49.738 INFO O| Startup: Refreshing catalog 'helios' ... Done
38902026-07-04T16:08:50.619Z[ host-image] Jul 04 16:08:49.857 INFO O| Jul 04 16:08:49.856 INFO O| Startup: Caching catalogs ... Done
38912026-07-04T16:08:50.623Z[ host-image] Jul 04 16:08:49.861 INFO O| Jul 04 16:08:49.861 INFO O| Planning: Planning completed in 0.00 seconds
38922026-07-04T16:08:50.626Z[ host-image] Jul 04 16:08:49.862 INFO O| Jul 04 16:08:49.862 INFO O| Planning: Consolidating action changes ... Done
38932026-07-04T16:08:50.626Z[ host-image] Jul 04 16:08:49.862 INFO O| Jul 04 16:08:49.862 INFO O| Planning: Evaluating mediators ... Done
38942026-07-04T16:08:50.627Z[ host-image] Jul 04 16:08:49.862 INFO O| Jul 04 16:08:49.862 INFO O| Planning: Planning completed in 0.00 seconds
38952026-07-04T16:08:50.627Z[ host-image] Jul 04 16:08:49.862 INFO O| Jul 04 16:08:49.862 INFO O| Variants/Facets to change: 1
38962026-07-04T16:08:50.633Z[ host-image] Jul 04 16:08:49.871 INFO O| Jul 04 16:08:49.871 INFO O| Finalize: Updating package state database ... Done
38972026-07-04T16:08:50.633Z[ host-image] Jul 04 16:08:49.871 INFO O| Jul 04 16:08:49.871 INFO O| Finalize: Updating package cache ... Done
38982026-07-04T16:08:50.652Z[ host-image] Jul 04 16:08:49.890 INFO O| Jul 04 16:08:49.890 INFO O| Finalize: Updating image state ... Done
38992026-07-04T16:08:50.655Z[ host-image] Jul 04 16:08:49.893 INFO O| Jul 04 16:08:49.893 INFO O| Finalize: Creating fast lookup database ... Done
39002026-07-04T16:08:50.658Z[ host-image] Jul 04 16:08:49.894 INFO O| Jul 04 16:08:49.894 INFO O| Finalize: Reading search index ... Done
39012026-07-04T16:08:50.658Z[ host-image] Jul 04 16:08:49.894 INFO O| Jul 04 16:08:49.894 INFO O| Finalize: Updating search index ... Done
39022026-07-04T16:08:50.658Z[ host-image] Jul 04 16:08:49.895 INFO O| Jul 04 16:08:49.894 INFO O| Finalize: Updating package cache ... Done
39032026-07-04T16:08:50.760Z[ host-image] Jul 04 16:08:49.998 INFO O| Jul 04 16:08:49.998 INFO STEP 6 (pkg_change_variant) COMPLETE
39042026-07-04T16:08:50.760Z[ host-image] Jul 04 16:08:49.998 INFO O| Jul 04 16:08:49.998 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39052026-07-04T16:08:50.760Z[ host-image] Jul 04 16:08:49.998 INFO O| Jul 04 16:08:49.998 INFO skip step because feature "debug_variant" is not enabled
39062026-07-04T16:08:50.763Z[ host-image] Jul 04 16:08:49.998 INFO O| Jul 04 16:08:49.998 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-07-04T16:08:51.025Z[ host-image] Jul 04 16:08:50.263 INFO O| Jul 04 16:08:50.263 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39082026-07-04T16:08:51.671Z[ host-image] Jul 04 16:08:50.909 INFO O| Jul 04 16:08:50.909 INFO O| Startup: Refreshing catalog 'helios' ... Done
39092026-07-04T16:08:51.780Z[ host-image] Jul 04 16:08:51.018 INFO O| Jul 04 16:08:51.018 INFO O| Startup: Caching catalogs ... Done
39102026-07-04T16:08:51.784Z[ host-image] Jul 04 16:08:51.022 INFO O| Jul 04 16:08:51.022 INFO O| Planning: Planning completed in 0.00 seconds
39112026-07-04T16:08:51.787Z[ host-image] Jul 04 16:08:51.022 INFO O| Jul 04 16:08:51.022 INFO O| Planning: Consolidating action changes ... Done
39122026-07-04T16:08:51.787Z[ host-image] Jul 04 16:08:51.022 INFO O| Jul 04 16:08:51.022 INFO O| Planning: Evaluating mediators ... Done
39132026-07-04T16:08:51.787Z[ host-image] Jul 04 16:08:51.022 INFO O| Jul 04 16:08:51.022 INFO O| Planning: Planning completed in 0.00 seconds
39142026-07-04T16:08:51.787Z[ host-image] Jul 04 16:08:51.023 INFO O| Jul 04 16:08:51.023 INFO O| Variants/Facets to change: 1
39152026-07-04T16:08:51.794Z[ host-image] Jul 04 16:08:51.032 INFO O| Jul 04 16:08:51.032 INFO O| Finalize: Updating package state database ... Done
39162026-07-04T16:08:51.794Z[ host-image] Jul 04 16:08:51.032 INFO O| Jul 04 16:08:51.032 INFO O| Finalize: Updating package cache ... Done
39172026-07-04T16:08:51.813Z[ host-image] Jul 04 16:08:51.051 INFO O| Jul 04 16:08:51.051 INFO O| Finalize: Updating image state ... Done
39182026-07-04T16:08:51.816Z[ host-image] Jul 04 16:08:51.054 INFO O| Jul 04 16:08:51.054 INFO O| Finalize: Creating fast lookup database ... Done
39192026-07-04T16:08:51.816Z[ host-image] Jul 04 16:08:51.054 INFO O| Jul 04 16:08:51.054 INFO O| Finalize: Reading search index ... Done
39202026-07-04T16:08:51.816Z[ host-image] Jul 04 16:08:51.054 INFO O| Jul 04 16:08:51.054 INFO O| Finalize: Updating search index ... Done
39212026-07-04T16:08:51.820Z[ host-image] Jul 04 16:08:51.055 INFO O| Jul 04 16:08:51.055 INFO O| Finalize: Updating package cache ... Done
39222026-07-04T16:08:51.907Z[ host-image] Jul 04 16:08:51.145 INFO O| Jul 04 16:08:51.145 INFO STEP 8 (pkg_change_facet) COMPLETE
39232026-07-04T16:08:51.907Z[ host-image] Jul 04 16:08:51.145 INFO O| Jul 04 16:08:51.145 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-07-04T16:08:51.910Z[ host-image] Jul 04 16:08:51.145 INFO O| Jul 04 16:08:51.145 INFO skip step because feature "recovery" is not enabled
39252026-07-04T16:08:51.910Z[ host-image] Jul 04 16:08:51.145 INFO O| Jul 04 16:08:51.145 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-07-04T16:08:51.910Z[ host-image] Jul 04 16:08:51.145 INFO O| Jul 04 16:08:51.145 INFO skip step because feature "recovery" is not enabled
39272026-07-04T16:08:51.910Z[ host-image] Jul 04 16:08:51.145 INFO O| Jul 04 16:08:51.145 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-07-04T16:08:51.914Z[ host-image] Jul 04 16:08:51.152 INFO O| Jul 04 16:08:51.152 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"]
39292026-07-04T16:08:52.555Z[ host-image] Jul 04 16:08:51.793 INFO O| Jul 04 16:08:51.793 INFO O| Startup: Refreshing catalog 'helios' ... Done
39302026-07-04T16:08:52.662Z[ host-image] Jul 04 16:08:51.900 INFO O| Jul 04 16:08:51.900 INFO O| Startup: Caching catalogs ... Done
39312026-07-04T16:08:53.102Z[ host-image] Jul 04 16:08:52.339 INFO O| Jul 04 16:08:52.339 INFO O| Planning: Solver setup ... Done
39322026-07-04T16:08:53.117Z[ host-image] Jul 04 16:08:52.355 INFO O| Jul 04 16:08:52.355 INFO O| Planning: Running solver ... Done
39332026-07-04T16:08:53.128Z[ host-image] Jul 04 16:08:52.366 INFO O| Jul 04 16:08:52.366 INFO O| Planning: Finding local manifests ... Done
39342026-07-04T16:08:53.146Z[ host-image] Jul 04 16:08:52.384 INFO O| Jul 04 16:08:52.384 INFO O| Planning: Fetching manifests: 0/128 0% complete
39352026-07-04T16:08:54.694Z[ host-image] Jul 04 16:08:53.932 INFO O| Jul 04 16:08:53.932 INFO O| Planning: Fetching manifests: 128/128 100% complete
39362026-07-04T16:08:55.082Z[ host-image] Jul 04 16:08:54.320 INFO O| Jul 04 16:08:54.320 INFO O| Planning: Package planning ... Done
39372026-07-04T16:08:55.409Z[ host-image] Jul 04 16:08:54.647 INFO O| Jul 04 16:08:54.647 INFO O| Planning: Merging actions ... Done
39382026-07-04T16:08:55.608Z[ host-image] Jul 04 16:08:54.846 INFO O| Jul 04 16:08:54.846 INFO O| Planning: Checking for conflicting actions ... Done
39392026-07-04T16:08:55.709Z[ host-image] Jul 04 16:08:54.947 INFO O| Jul 04 16:08:54.947 INFO O| Planning: Consolidating action changes ... Done
39402026-07-04T16:08:55.873Z[ host-image] Jul 04 16:08:55.111 INFO O| Jul 04 16:08:55.111 INFO O| Planning: Evaluating mediators ... Done
39412026-07-04T16:08:56.469Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39422026-07-04T16:08:57.330Z[ host-image] Jul 04 16:08:56.568 INFO O| Jul 04 16:08:56.568 INFO O| Planning: Planning completed in 4.66 seconds
39432026-07-04T16:08:57.333Z[ host-image] Jul 04 16:08:56.570 INFO O| Jul 04 16:08:56.570 INFO O| Packages to install: 128
39442026-07-04T16:08:57.333Z[ host-image] Jul 04 16:08:56.570 INFO O| Jul 04 16:08:56.570 INFO O| Mediators to change: 5
39452026-07-04T16:08:57.333Z[ host-image] Jul 04 16:08:56.570 INFO O| Jul 04 16:08:56.570 INFO O| Services to change: 6
39462026-07-04T16:08:57.363Z[ host-image] Jul 04 16:08:56.601 INFO O| Jul 04 16:08:56.601 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39472026-07-04T16:08:57.400Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39482026-07-04T16:08:59.976Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39492026-07-04T16:08:59.976Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39502026-07-04T16:09:01.110Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39512026-07-04T16:09:01.764Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39522026-07-04T16:09:02.562Z[ host-image] Jul 04 16:09:01.800 INFO O| Jul 04 16:09:01.800 INFO O| Download: 1682/23767 items 10.8/222.4MB 4% complete (2.3M/s)
39532026-07-04T16:09:07.562Z[ host-image] Jul 04 16:09:06.800 INFO O| Jul 04 16:09:06.800 INFO O| Download: 2640/23767 items 30.3/222.4MB 13% complete (3.0M/s)
39542026-07-04T16:09:12.974Z[ host-image] Jul 04 16:09:12.211 INFO O| Jul 04 16:09:12.211 INFO O| Download: 4534/23767 items 41.2/222.4MB 18% complete (3.1M/s)
39552026-07-04T16:09:14.691Z[recovery-package] Finished `release` profile [optimized] target(s) in 33.90s
39562026-07-04T16:09:16.111ZJul 04 16:09:15.349 INFO [recovery-package] process exited with exit status: 0 (35.4589189s)
39572026-07-04T16:09:16.111ZJul 04 16:09:15.349 INFO [recovery-libraries] running task
39582026-07-04T16:09:16.111ZJul 04 16:09:15.349 INFO [recovery-stamp] running task
39592026-07-04T16:09:16.114ZJul 04 16:09:15.349 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+git49c15443180
39602026-07-04T16:09:16.114ZJul 04 16:09:15.350 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git49c15443180
39612026-07-04T16:09:16.119Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39622026-07-04T16:09:16.122Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39632026-07-04T16:09:16.176ZJul 04 16:09:15.414 INFO [recovery-libraries] task succeeded (64.77973ms)
39642026-07-04T16:09:16.179ZJul 04 16:09:15.414 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39652026-07-04T16:09:16.221Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39662026-07-04T16:09:16.224ZJul 04 16:09:15.462 INFO [stamp-installinator] process exited with exit status: 0 (112.092509ms)
39672026-07-04T16:09:16.279Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39682026-07-04T16:09:16.282ZJul 04 16:09:15.520 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (170.840509ms)
39692026-07-04T16:09:16.282ZJul 04 16:09:15.520 INFO [recovery-stamp] task succeeded (171.206439ms)
39702026-07-04T16:09:16.282ZJul 04 16:09:15.520 INFO [recovery-proto] running task
39712026-07-04T16:09:16.282ZJul 04 16:09:15.520 INFO [tuf-stamp] running task
39722026-07-04T16:09:16.285ZJul 04 16:09:15.521 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+git49c15443180
39732026-07-04T16:09:16.285ZJul 04 16:09:15.522 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+git49c15443180
39742026-07-04T16:09:16.285ZJul 04 16:09:15.522 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+git49c15443180
39752026-07-04T16:09:16.285ZJul 04 16:09:15.522 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+git49c15443180
39762026-07-04T16:09:16.285ZJul 04 16:09:15.523 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+git49c15443180
39772026-07-04T16:09:16.285ZJul 04 16:09:15.523 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+git49c15443180
39782026-07-04T16:09:16.285ZJul 04 16:09:15.523 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+git49c15443180
39792026-07-04T16:09:16.288ZJul 04 16:09:15.524 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+git49c15443180
39802026-07-04T16:09:16.288ZJul 04 16:09:15.525 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+git49c15443180
39812026-07-04T16:09:16.288ZJul 04 16:09:15.525 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+git49c15443180
39822026-07-04T16:09:16.289ZJul 04 16:09:15.525 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+git49c15443180
39832026-07-04T16:09:16.289ZJul 04 16:09:15.525 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+git49c15443180
39842026-07-04T16:09:16.292Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-04T16:09:16.292Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-04T16:09:16.292Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-04T16:09:16.295Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-04T16:09:16.295Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-07-04T16:09:16.295Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-07-04T16:09:16.295Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-04T16:09:16.295Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-04T16:09:16.295Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-04T16:09:16.295Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-07-04T16:09:16.295Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-07-04T16:09:16.295Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-07-04T16:09:16.338Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39972026-07-04T16:09:16.341ZJul 04 16:09:15.580 INFO [stamp-probe] process exited with exit status: 0 (58.20824ms)
39982026-07-04T16:09:16.415ZJul 04 16:09:15.653 INFO [recovery-proto] task succeeded (133.05555ms)
39992026-07-04T16:09:16.418ZJul 04 16:09:15.654 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/.tmpsXpZXY/proto/recovery/root -N 'recovery 49c1544/${os_short_commit} 2026-07-04 15:58' -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/'
40002026-07-04T16:09:16.422Z[ recovery-image] Jul 04 16:09:15.660 INFO Checking files for board 'cosmo'
40012026-07-04T16:09:16.422Z[ recovery-image] Jul 04 16:09:15.661 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40022026-07-04T16:09:16.422Z[ recovery-image] Jul 04 16:09:15.661 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40032026-07-04T16:09:16.425Z[ recovery-image] Jul 04 16:09:15.661 INFO Checking files for board 'cosmo-mbist'
40042026-07-04T16:09:16.425Z[ recovery-image] Jul 04 16:09:15.661 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40052026-07-04T16:09:16.425Z[ recovery-image] Jul 04 16:09:15.661 INFO Checking files for board 'cosmo-mbist-noaggr'
40062026-07-04T16:09:16.425Z[ recovery-image] Jul 04 16:09:15.661 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40072026-07-04T16:09:16.425Z[ recovery-image] Jul 04 16:09:15.661 INFO Checking files for board 'gimlet'
40082026-07-04T16:09:16.426Z[ recovery-image] Jul 04 16:09:15.661 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40092026-07-04T16:09:16.426Z[ recovery-image] Jul 04 16:09:15.661 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40102026-07-04T16:09:16.432Z[ recovery-image] Jul 04 16:09:15.670 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpsXpZXY/proto/recovery/root"
40112026-07-04T16:09:16.432Z[ recovery-image] Jul 04 16:09:15.670 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40122026-07-04T16:09:16.434Z[ recovery-image] Jul 04 16:09:15.670 INFO image builder template: ramdisk-01-os...
40132026-07-04T16:09:16.434Z[ recovery-image] Jul 04 16:09:15.670 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/.tmpsXpZXY/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
40142026-07-04T16:09:16.448Z[ recovery-image] Jul 04 16:09:15.686 INFO O| Jul 04 16:09:15.686 INFO CREATE DATASET: rpool/images/build/recovery/output
40152026-07-04T16:09:16.723Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40162026-07-04T16:09:16.751Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40172026-07-04T16:09:16.795Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40182026-07-04T16:09:16.799ZJul 04 16:09:16.037 INFO [stamp-ntp] process exited with exit status: 0 (513.786689ms)
40192026-07-04T16:09:16.892Z[ recovery-image] Jul 04 16:09:16.130 INFO O| Jul 04 16:09:16.130 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40202026-07-04T16:09:16.895Z[ recovery-image] Jul 04 16:09:16.134 INFO O| Jul 04 16:09:16.133 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40212026-07-04T16:09:16.923Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40222026-07-04T16:09:16.927ZJul 04 16:09:16.165 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (641.243879ms)
40232026-07-04T16:09:17.060Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40242026-07-04T16:09:17.064Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40252026-07-04T16:09:17.067ZJul 04 16:09:16.302 INFO [stamp-external-dns] process exited with exit status: 0 (779.336629ms)
40262026-07-04T16:09:17.067ZJul 04 16:09:16.304 INFO [stamp-internal-dns] process exited with exit status: 0 (782.221579ms)
40272026-07-04T16:09:17.143Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40282026-07-04T16:09:17.147ZJul 04 16:09:16.385 INFO [stamp-crucible-zone] process exited with exit status: 0 (860.219259ms)
40292026-07-04T16:09:17.308Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40302026-07-04T16:09:17.311ZJul 04 16:09:16.549 INFO [stamp-oximeter] process exited with exit status: 0 (1.025255088s)
40312026-07-04T16:09:17.910Z[ recovery-image] Jul 04 16:09:17.147 INFO O| Jul 04 16:09:17.146 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40322026-07-04T16:09:18.105Z[ host-image] Jul 04 16:09:17.343 INFO O| Jul 04 16:09:17.343 INFO O| Download: 6068/23767 items 47.0/222.4MB 21% complete (1.7M/s)
40332026-07-04T16:09:18.596Z[ recovery-image] Jul 04 16:09:17.834 INFO O| Jul 04 16:09:17.834 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40342026-07-04T16:09:18.596Z[ recovery-image] Jul 04 16:09:17.834 INFO O| Jul 04 16:09:17.834 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40352026-07-04T16:09:18.600Z[ recovery-image] Jul 04 16:09:17.834 INFO O| Jul 04 16:09:17.834 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40362026-07-04T16:09:18.600Z[ recovery-image] Jul 04 16:09:17.834 INFO O| Jul 04 16:09:17.834 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40372026-07-04T16:09:18.603Z[ recovery-image] Jul 04 16:09:17.841 INFO O| Jul 04 16:09:17.841 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40382026-07-04T16:09:18.905Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40392026-07-04T16:09:18.908ZJul 04 16:09:18.146 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.621883815s)
40402026-07-04T16:09:20.541Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40412026-07-04T16:09:20.544ZJul 04 16:09:19.782 INFO [stamp-nexus] process exited with exit status: 0 (4.257462942s)
40422026-07-04T16:09:20.961Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40432026-07-04T16:09:20.964ZJul 04 16:09:20.202 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.680471471s)
40442026-07-04T16:09:21.066Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40452026-07-04T16:09:21.070ZJul 04 16:09:20.308 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.785899921s)
40462026-07-04T16:09:21.150Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40472026-07-04T16:09:21.154ZJul 04 16:09:20.391 INFO [stamp-clickhouse] process exited with exit status: 0 (4.867652351s)
40482026-07-04T16:09:21.154ZJul 04 16:09:20.392 INFO [tuf-stamp] task succeeded (4.871132001s)
40492026-07-04T16:09:21.790Z[verify-libraries] Compiling match_cfg v0.1.0
40502026-07-04T16:09:21.791Z[verify-libraries] Compiling slog-json v2.6.1
40512026-07-04T16:09:21.794Z[verify-libraries] Compiling itertools v0.14.0
40522026-07-04T16:09:21.794Z[verify-libraries] Compiling progenitor-client v0.14.0
40532026-07-04T16:09:21.794Z[verify-libraries] Compiling structmeta-derive v0.3.0
40542026-07-04T16:09:21.794Z[verify-libraries] Compiling debug-ignore v1.0.5
40552026-07-04T16:09:21.794Z[verify-libraries] Compiling sha1 v0.11.0
40562026-07-04T16:09:22.092Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40572026-07-04T16:09:22.095Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40582026-07-04T16:09:22.095Z[verify-libraries] Compiling multer v3.1.0
40592026-07-04T16:09:22.111Z[verify-libraries] Compiling compression-core v0.4.31
40602026-07-04T16:09:22.115Z[verify-libraries] Compiling async-stream-impl v0.3.6
40612026-07-04T16:09:22.115Z[verify-libraries] Compiling serde_spanned v1.1.1
40622026-07-04T16:09:22.237Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40632026-07-04T16:09:22.260Z[verify-libraries] Compiling hostname v0.3.1
40642026-07-04T16:09:22.263Z[verify-libraries] Compiling dropshot v0.17.1
40652026-07-04T16:09:22.263Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40662026-07-04T16:09:22.264Z[verify-libraries] Compiling waitgroup v0.1.2
40672026-07-04T16:09:22.356Z[verify-libraries] Compiling compression-codecs v0.4.37
40682026-07-04T16:09:22.356Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40692026-07-04T16:09:22.359Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40702026-07-04T16:09:22.359Z[verify-libraries] Compiling hostname v0.4.2
40712026-07-04T16:09:22.359Z[verify-libraries] Compiling atomicwrites v0.4.4
40722026-07-04T16:09:22.467Z[verify-libraries] Compiling slog-bunyan v2.5.0
40732026-07-04T16:09:22.511Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40742026-07-04T16:09:22.539Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40752026-07-04T16:09:22.584Z[verify-libraries] Compiling async-compression v0.4.41
40762026-07-04T16:09:22.634Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40772026-07-04T16:09:22.634Z[verify-libraries] Compiling macaddr v1.0.1
40782026-07-04T16:09:22.634Z[verify-libraries] Compiling regress v0.10.5
40792026-07-04T16:09:22.705Z[verify-libraries] Compiling instant v0.1.13
40802026-07-04T16:09:22.708Z[verify-libraries] Compiling backon v1.6.0
40812026-07-04T16:09:22.708Z[verify-libraries] Compiling humantime v2.3.0
40822026-07-04T16:09:22.708Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40832026-07-04T16:09:22.796Z[verify-libraries] Compiling convert_case v0.4.0
40842026-07-04T16:09:22.849Z[verify-libraries] Compiling async-stream v0.3.6
40852026-07-04T16:09:22.849Z[verify-libraries] Compiling backoff v0.4.0
40862026-07-04T16:09:22.964Z[verify-libraries] Compiling half v2.7.1
40872026-07-04T16:09:23.002Z[verify-libraries] Compiling progenitor-extras v0.2.0
40882026-07-04T16:09:23.015Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
40892026-07-04T16:09:23.039Z[verify-libraries] Compiling ciborium-io v0.2.2
40902026-07-04T16:09:23.078Z[verify-libraries] Compiling regress v0.11.1
40912026-07-04T16:09:23.103Z[verify-libraries] Compiling indent_write v2.2.0
40922026-07-04T16:09:23.106Z[ host-image] Jul 04 16:09:22.343 INFO O| Jul 04 16:09:22.343 INFO O| Download: 7522/23767 items 59.0/222.4MB 26% complete (1.8M/s)
40932026-07-04T16:09:23.128Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
40942026-07-04T16:09:23.158Z[verify-libraries] Compiling secrecy v0.10.3
40952026-07-04T16:09:23.167Z[ recovery-image] Jul 04 16:09:22.405 INFO O| Jul 04 16:09:22.404 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40962026-07-04T16:09:23.177Z[ recovery-image] Jul 04 16:09:22.415 INFO O| Jul 04 16:09:22.415 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40972026-07-04T16:09:23.180Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
40982026-07-04T16:09:23.213Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40992026-07-04T16:09:23.291Z[verify-libraries] Compiling ciborium-ll v0.2.2
41002026-07-04T16:09:23.326Z[verify-libraries] Compiling derive_more v0.99.20
41012026-07-04T16:09:23.352Z[verify-libraries] Compiling structmeta v0.3.0
41022026-07-04T16:09:23.352Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41032026-07-04T16:09:23.402Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41042026-07-04T16:09:23.428Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41052026-07-04T16:09:23.429Z[verify-libraries] Compiling inout v0.1.4
41062026-07-04T16:09:23.496Z[verify-libraries] Compiling ciborium v0.2.2
41072026-07-04T16:09:23.496Z[verify-libraries] Compiling universal-hash v0.5.1
41082026-07-04T16:09:23.532Z[ recovery-image] Jul 04 16:09:22.769 INFO O| Jul 04 16:09:22.769 INFO O| Caching catalogs ... Done
41092026-07-04T16:09:23.593Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41102026-07-04T16:09:23.630Z[ recovery-image] Jul 04 16:09:22.867 INFO O| Jul 04 16:09:22.867 INFO STEP 0 (pkg_image_create) COMPLETE
41112026-07-04T16:09:23.630Z[ recovery-image] Jul 04 16:09:22.868 INFO O| Jul 04 16:09:22.867 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41122026-07-04T16:09:23.633Z[verify-libraries] Compiling derive-ex v0.1.8
41132026-07-04T16:09:23.641Z[ recovery-image] Jul 04 16:09:22.879 INFO O| Jul 04 16:09:22.878 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"]
41142026-07-04T16:09:23.663Z[verify-libraries] Compiling parse-display-derive v0.10.0
41152026-07-04T16:09:23.666Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41162026-07-04T16:09:23.719Z[verify-libraries] Compiling cipher v0.4.4
41172026-07-04T16:09:23.787Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41182026-07-04T16:09:23.855Z[verify-libraries] Compiling opaque-debug v0.3.1
41192026-07-04T16:09:23.897Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41202026-07-04T16:09:23.897Z[verify-libraries] Compiling byte-wrapper v0.1.0
41212026-07-04T16:09:23.993Z[verify-libraries] Compiling poly1305 v0.8.0
41222026-07-04T16:09:24.010Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO STEP 1 (pkg_set_publisher) COMPLETE
41232026-07-04T16:09:24.010Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41242026-07-04T16:09:24.011Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO skip step because feature "publisher_1_name" is not enabled
41252026-07-04T16:09:24.014Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41262026-07-04T16:09:24.014Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO skip step because feature "publisher_2_name" is not enabled
41272026-07-04T16:09:24.014Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41282026-07-04T16:09:24.014Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO skip step because feature "publisher_3_name" is not enabled
41292026-07-04T16:09:24.014Z[ recovery-image] Jul 04 16:09:23.248 INFO O| Jul 04 16:09:23.248 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41302026-07-04T16:09:24.035Z[verify-libraries] Compiling chacha20 v0.9.1
41312026-07-04T16:09:24.035Z[verify-libraries] Compiling blake2 v0.10.6
41322026-07-04T16:09:24.102Z[verify-libraries] Compiling aead v0.5.2
41332026-07-04T16:09:24.191Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41342026-07-04T16:09:24.360Z[verify-libraries] Compiling password-hash v0.5.0
41352026-07-04T16:09:24.363Z[ recovery-image] Jul 04 16:09:23.601 INFO O| Jul 04 16:09:23.600 INFO variant opensolaris.zone is already global
41362026-07-04T16:09:24.363Z[ recovery-image] Jul 04 16:09:23.601 INFO O| Jul 04 16:09:23.601 INFO STEP 5 (pkg_change_variant) COMPLETE
41372026-07-04T16:09:24.363Z[ recovery-image] Jul 04 16:09:23.601 INFO O| Jul 04 16:09:23.601 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41382026-07-04T16:09:24.390Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41392026-07-04T16:09:24.476Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41402026-07-04T16:09:24.521Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41412026-07-04T16:09:24.612Z[verify-libraries] Compiling rayon-core v1.13.0
41422026-07-04T16:09:24.699Z[ recovery-image] Jul 04 16:09:23.937 INFO O| Jul 04 16:09:23.937 INFO variant opensolaris.imagetype is full; changing to partial
41432026-07-04T16:09:24.699Z[ recovery-image] Jul 04 16:09:23.937 INFO O| Jul 04 16:09:23.937 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41442026-07-04T16:09:24.726Z[verify-libraries] Compiling argon2 v0.5.3
41452026-07-04T16:09:24.767Z[verify-libraries] Compiling glob v0.3.3
41462026-07-04T16:09:24.862Z[verify-libraries] Compiling typify-impl v0.6.2
41472026-07-04T16:09:24.888Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41482026-07-04T16:09:24.891Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41492026-07-04T16:09:25.011Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41502026-07-04T16:09:25.158Z[verify-libraries] Compiling vsss-rs v3.3.4
41512026-07-04T16:09:25.293Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41522026-07-04T16:09:25.547Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41532026-07-04T16:09:25.623Z[verify-libraries] Compiling test-strategy v0.4.5
41542026-07-04T16:09:25.759Z[verify-libraries] Compiling usdt-macro v0.5.0
41552026-07-04T16:09:25.775Z[ recovery-image] Jul 04 16:09:25.011 INFO O| Jul 04 16:09:25.011 INFO O| Startup: Refreshing catalog 'helios' ... Done
41562026-07-04T16:09:25.827Z[verify-libraries] Compiling parse-display v0.10.0
41572026-07-04T16:09:25.865Z[verify-libraries] Compiling memmap v0.7.0
41582026-07-04T16:09:25.919Z[ recovery-image] Jul 04 16:09:25.157 INFO O| Jul 04 16:09:25.157 INFO O| Startup: Caching catalogs ... Done
41592026-07-04T16:09:25.927Z[ recovery-image] Jul 04 16:09:25.165 INFO O| Jul 04 16:09:25.165 INFO O| Planning: Planning completed in 0.00 seconds
41602026-07-04T16:09:25.930Z[ recovery-image] Jul 04 16:09:25.165 INFO O| Jul 04 16:09:25.165 INFO O| Planning: Consolidating action changes ... Done
41612026-07-04T16:09:25.930Z[ recovery-image] Jul 04 16:09:25.165 INFO O| Jul 04 16:09:25.165 INFO O| Planning: Evaluating mediators ... Done
41622026-07-04T16:09:25.930Z[ recovery-image] Jul 04 16:09:25.165 INFO O| Jul 04 16:09:25.165 INFO O| Planning: Planning completed in 0.00 seconds
41632026-07-04T16:09:25.930Z[ recovery-image] Jul 04 16:09:25.166 INFO O| Jul 04 16:09:25.166 INFO O| Variants/Facets to change: 1
41642026-07-04T16:09:25.942Z[ recovery-image] Jul 04 16:09:25.180 INFO O| Jul 04 16:09:25.180 INFO O| Finalize: Updating package state database ... Done
41652026-07-04T16:09:25.942Z[ recovery-image] Jul 04 16:09:25.180 INFO O| Jul 04 16:09:25.180 INFO O| Finalize: Updating package cache ... Done
41662026-07-04T16:09:25.973Z[ recovery-image] Jul 04 16:09:25.211 INFO O| Jul 04 16:09:25.211 INFO O| Finalize: Updating image state ... Done
41672026-07-04T16:09:25.979Z[ recovery-image] Jul 04 16:09:25.217 INFO O| Jul 04 16:09:25.217 INFO O| Finalize: Creating fast lookup database ... Done
41682026-07-04T16:09:25.982Z[ recovery-image] Jul 04 16:09:25.218 INFO O| Jul 04 16:09:25.218 INFO O| Finalize: Reading search index ... Done
41692026-07-04T16:09:25.982Z[ recovery-image] Jul 04 16:09:25.218 INFO O| Jul 04 16:09:25.218 INFO O| Finalize: Updating search index ... Done
41702026-07-04T16:09:25.982Z[ recovery-image] Jul 04 16:09:25.219 INFO O| Jul 04 16:09:25.219 INFO O| Finalize: Updating package cache ... Done
41712026-07-04T16:09:26.023Z[verify-libraries] Compiling heapless v0.8.0
41722026-07-04T16:09:26.155Z[verify-libraries] Compiling proc-macro-error v1.0.4
41732026-07-04T16:09:26.179Z[verify-libraries] Compiling ingot-macros v0.1.1
41742026-07-04T16:09:26.188Z[ recovery-image] Jul 04 16:09:25.423 INFO O| Jul 04 16:09:25.423 INFO STEP 6 (pkg_change_variant) COMPLETE
41752026-07-04T16:09:26.188Z[ recovery-image] Jul 04 16:09:25.423 INFO O| Jul 04 16:09:25.423 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41762026-07-04T16:09:26.188Z[ recovery-image] Jul 04 16:09:25.423 INFO O| Jul 04 16:09:25.423 INFO skip step because feature "debug_variant" is not enabled
41772026-07-04T16:09:26.188Z[ recovery-image] Jul 04 16:09:25.423 INFO O| Jul 04 16:09:25.423 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41782026-07-04T16:09:26.250Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41792026-07-04T16:09:26.300Z[verify-libraries] Compiling tabwriter v1.4.1
41802026-07-04T16:09:26.327Z[verify-libraries] Compiling num_enum_derive v0.7.6
41812026-07-04T16:09:26.327Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41822026-07-04T16:09:26.375Z[verify-libraries] Compiling hash32 v0.3.1
41832026-07-04T16:09:26.409Z[verify-libraries] Compiling smoltcp v0.11.0
41842026-07-04T16:09:26.412Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41852026-07-04T16:09:26.529Z[ recovery-image] Jul 04 16:09:25.762 INFO O| Jul 04 16:09:25.762 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41862026-07-04T16:09:26.560Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41872026-07-04T16:09:26.598Z[verify-libraries] Compiling toml v0.8.23
41882026-07-04T16:09:26.635Z[verify-libraries] Compiling cobs v0.3.0
41892026-07-04T16:09:26.678Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41902026-07-04T16:09:26.722Z[verify-libraries] Compiling usdt v0.5.0
41912026-07-04T16:09:26.878Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41922026-07-04T16:09:26.960Z[verify-libraries] Compiling colored v3.1.1
41932026-07-04T16:09:27.024Z[verify-libraries] Compiling postcard v1.1.3
41942026-07-04T16:09:27.027Z[verify-libraries] Compiling rayon v1.11.0
41952026-07-04T16:09:27.140Z[verify-libraries] Compiling rand v0.10.1
41962026-07-04T16:09:27.140Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41972026-07-04T16:09:27.166Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41982026-07-04T16:09:27.257Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41992026-07-04T16:09:27.463Z[ recovery-image] Jul 04 16:09:26.700 INFO O| Jul 04 16:09:26.700 INFO O| Startup: Refreshing catalog 'helios' ... Done
42002026-07-04T16:09:27.512Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42012026-07-04T16:09:27.539Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42022026-07-04T16:09:27.561Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42032026-07-04T16:09:27.596Z[ recovery-image] Jul 04 16:09:26.834 INFO O| Jul 04 16:09:26.834 INFO O| Startup: Caching catalogs ... Done
42042026-07-04T16:09:27.608Z[ recovery-image] Jul 04 16:09:26.841 INFO O| Jul 04 16:09:26.841 INFO O| Planning: Planning completed in 0.00 seconds
42052026-07-04T16:09:27.608Z[ recovery-image] Jul 04 16:09:26.841 INFO O| Jul 04 16:09:26.841 INFO O| Planning: Consolidating action changes ... Done
42062026-07-04T16:09:27.611Z[ recovery-image] Jul 04 16:09:26.841 INFO O| Jul 04 16:09:26.841 INFO O| Planning: Evaluating mediators ... Done
42072026-07-04T16:09:27.611Z[ recovery-image] Jul 04 16:09:26.842 INFO O| Jul 04 16:09:26.842 INFO O| Planning: Planning completed in 0.00 seconds
42082026-07-04T16:09:27.611Z[ recovery-image] Jul 04 16:09:26.842 INFO O| Jul 04 16:09:26.842 INFO O| Variants/Facets to change: 1
42092026-07-04T16:09:27.618Z[ recovery-image] Jul 04 16:09:26.856 INFO O| Jul 04 16:09:26.856 INFO O| Finalize: Updating package state database ... Done
42102026-07-04T16:09:27.618Z[ recovery-image] Jul 04 16:09:26.856 INFO O| Jul 04 16:09:26.856 INFO O| Finalize: Updating package cache ... Done
42112026-07-04T16:09:27.642Z[ recovery-image] Jul 04 16:09:26.880 INFO O| Jul 04 16:09:26.880 INFO O| Finalize: Updating image state ... Done
42122026-07-04T16:09:27.647Z[ recovery-image] Jul 04 16:09:26.885 INFO O| Jul 04 16:09:26.885 INFO O| Finalize: Creating fast lookup database ... Done
42132026-07-04T16:09:27.647Z[ recovery-image] Jul 04 16:09:26.885 INFO O| Jul 04 16:09:26.885 INFO O| Finalize: Reading search index ... Done
42142026-07-04T16:09:27.647Z[ recovery-image] Jul 04 16:09:26.885 INFO O| Jul 04 16:09:26.885 INFO O| Finalize: Updating search index ... Done
42152026-07-04T16:09:27.650Z[ recovery-image] Jul 04 16:09:26.886 INFO O| Jul 04 16:09:26.886 INFO O| Finalize: Updating package cache ... Done
42162026-07-04T16:09:27.688Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42172026-07-04T16:09:27.727Z[verify-libraries] Compiling num-derive v0.4.2
42182026-07-04T16:09:27.753Z[verify-libraries] Compiling num_enum v0.7.6
42192026-07-04T16:09:27.756Z[verify-libraries] Compiling num_enum_derive v0.5.11
42202026-07-04T16:09:27.806Z[ recovery-image] Jul 04 16:09:27.043 INFO O| Jul 04 16:09:27.043 INFO STEP 8 (pkg_change_facet) COMPLETE
42212026-07-04T16:09:27.806Z[ recovery-image] Jul 04 16:09:27.043 INFO O| Jul 04 16:09:27.043 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42222026-07-04T16:09:27.806Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42232026-07-04T16:09:27.913Z[verify-libraries] Compiling cstr-argument v0.1.2
42242026-07-04T16:09:27.980Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42252026-07-04T16:09:28.151Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42262026-07-04T16:09:28.170Z[ recovery-image] Jul 04 16:09:27.407 INFO O| Jul 04 16:09:27.407 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42272026-07-04T16:09:28.215Z[verify-libraries] Compiling foreign-types v0.5.0
42282026-07-04T16:09:28.277Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42292026-07-04T16:09:28.300Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42302026-07-04T16:09:28.331Z[ host-image] Jul 04 16:09:27.569 INFO O| Jul 04 16:09:27.569 INFO O| Download: 8872/23767 items 77.5/222.4MB 34% complete (3.0M/s)
42312026-07-04T16:09:28.346Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42322026-07-04T16:09:28.373Z[verify-libraries] Compiling sigpipe v0.1.3
42332026-07-04T16:09:28.376Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42342026-07-04T16:09:28.434Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42352026-07-04T16:09:28.469Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42362026-07-04T16:09:28.510Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42372026-07-04T16:09:28.537Z[verify-libraries] Compiling itertools v0.12.1
42382026-07-04T16:09:28.572Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42392026-07-04T16:09:28.760Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42402026-07-04T16:09:28.786Z[verify-libraries] Compiling smf v0.2.3
42412026-07-04T16:09:28.837Z[verify-libraries] Compiling whoami v1.6.1
42422026-07-04T16:09:28.928Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42432026-07-04T16:09:28.960Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42442026-07-04T16:09:29.051Z[ recovery-image] Jul 04 16:09:28.285 INFO O| Jul 04 16:09:28.285 INFO O| Startup: Refreshing catalog 'helios' ... Done
42452026-07-04T16:09:29.062Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42462026-07-04T16:09:29.107Z[verify-libraries] Compiling num_enum v0.5.11
42472026-07-04T16:09:29.174Z[verify-libraries] Compiling derive-where v1.6.0
42482026-07-04T16:09:29.203Z[ recovery-image] Jul 04 16:09:28.434 INFO O| Jul 04 16:09:28.434 INFO O| Startup: Caching catalogs ... Done
42492026-07-04T16:09:29.206Z[ recovery-image] Jul 04 16:09:28.442 INFO O| Jul 04 16:09:28.442 INFO O| Planning: Planning completed in 0.00 seconds
42502026-07-04T16:09:29.210Z[ recovery-image] Jul 04 16:09:28.443 INFO O| Jul 04 16:09:28.443 INFO O| Planning: Consolidating action changes ... Done
42512026-07-04T16:09:29.210Z[ recovery-image] Jul 04 16:09:28.443 INFO O| Jul 04 16:09:28.443 INFO O| Planning: Evaluating mediators ... Done
42522026-07-04T16:09:29.213Z[ recovery-image] Jul 04 16:09:28.443 INFO O| Jul 04 16:09:28.443 INFO O| Planning: Planning completed in 0.00 seconds
42532026-07-04T16:09:29.213Z[ recovery-image] Jul 04 16:09:28.443 INFO O| Jul 04 16:09:28.443 INFO O| Variants/Facets to change: 1
42542026-07-04T16:09:29.230Z[ recovery-image] Jul 04 16:09:28.456 INFO O| Jul 04 16:09:28.456 INFO O| Finalize: Updating package state database ... Done
42552026-07-04T16:09:29.230Z[ recovery-image] Jul 04 16:09:28.457 INFO O| Jul 04 16:09:28.456 INFO O| Finalize: Updating package cache ... Done
42562026-07-04T16:09:29.247Z[ recovery-image] Jul 04 16:09:28.485 INFO O| Jul 04 16:09:28.485 INFO O| Finalize: Updating image state ... Done
42572026-07-04T16:09:29.253Z[ recovery-image] Jul 04 16:09:28.491 INFO O| Jul 04 16:09:28.491 INFO O| Finalize: Creating fast lookup database ... Done
42582026-07-04T16:09:29.256Z[ recovery-image] Jul 04 16:09:28.492 INFO O| Jul 04 16:09:28.492 INFO O| Finalize: Reading search index ... Done
42592026-07-04T16:09:29.256Z[ recovery-image] Jul 04 16:09:28.492 INFO O| Jul 04 16:09:28.492 INFO O| Finalize: Updating search index ... Done
42602026-07-04T16:09:29.256Z[ recovery-image] Jul 04 16:09:28.493 INFO O| Jul 04 16:09:28.493 INFO O| Finalize: Updating package cache ... Done
42612026-07-04T16:09:29.262Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42622026-07-04T16:09:29.297Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42632026-07-04T16:09:29.297Z[verify-libraries] Compiling owo-colors v4.3.0
42642026-07-04T16:09:29.297Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42652026-07-04T16:09:29.416Z[ recovery-image] Jul 04 16:09:28.653 INFO O| Jul 04 16:09:28.653 INFO STEP 9 (pkg_change_facet) COMPLETE
42662026-07-04T16:09:29.416Z[ recovery-image] Jul 04 16:09:28.653 INFO O| Jul 04 16:09:28.653 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42672026-07-04T16:09:29.424Z[verify-libraries] Compiling gethostname v0.5.0
42682026-07-04T16:09:29.544Z[verify-libraries] Compiling libsw-core v0.3.2
42692026-07-04T16:09:29.653Z[verify-libraries] Compiling console v0.15.11
42702026-07-04T16:09:29.699Z[verify-libraries] Compiling linear-map v1.2.0
42712026-07-04T16:09:29.732Z[verify-libraries] Compiling newline-converter v0.3.0
42722026-07-04T16:09:29.804Z[ recovery-image] Jul 04 16:09:29.042 INFO O| Jul 04 16:09:29.041 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42732026-07-04T16:09:29.814Z[verify-libraries] Compiling ingot-types v0.1.2
42742026-07-04T16:09:29.817Z[verify-libraries] Compiling libsw v3.5.0
42752026-07-04T16:09:29.916Z[verify-libraries] Compiling resolv-conf v0.7.6
42762026-07-04T16:09:29.939Z[verify-libraries] Compiling num-rational v0.4.2
42772026-07-04T16:09:29.961Z[verify-libraries] Compiling zone v0.3.1
42782026-07-04T16:09:30.026Z[verify-libraries] Compiling num-complex v0.4.6
42792026-07-04T16:09:30.101Z[verify-libraries] Compiling expectorate v1.2.0
42802026-07-04T16:09:30.101Z[verify-libraries] Compiling slog-dtrace v0.3.0
42812026-07-04T16:09:30.277Z[verify-libraries] Compiling typify-macro v0.6.2
42822026-07-04T16:09:30.308Z[verify-libraries] Compiling ingot v0.1.1
42832026-07-04T16:09:30.338Z[verify-libraries] Compiling prettyplease v0.2.37
42842026-07-04T16:09:30.338Z[verify-libraries] Compiling float-ord v0.3.2
42852026-07-04T16:09:30.382Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42862026-07-04T16:09:30.384Z[verify-libraries] Compiling linked-hash-map v0.5.6
42872026-07-04T16:09:30.476Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42882026-07-04T16:09:30.508Z[verify-libraries] Compiling num v0.4.3
42892026-07-04T16:09:30.557Z[verify-libraries] Compiling hickory-proto v0.24.4
42902026-07-04T16:09:30.641Z[verify-libraries] Compiling lru-cache v0.1.2
42912026-07-04T16:09:30.644Z[verify-libraries] Compiling convert_case v0.10.0
42922026-07-04T16:09:30.662Z[verify-libraries] Compiling display-error-chain v0.2.2
42932026-07-04T16:09:30.786Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42942026-07-04T16:09:30.816Z[verify-libraries] Compiling minimal-lexical v0.2.1
42952026-07-04T16:09:30.843Z[verify-libraries] Compiling unicode-xid v0.2.6
42962026-07-04T16:09:30.846Z[verify-libraries] Compiling tabled_derive v0.7.0
42972026-07-04T16:09:30.900Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42982026-07-04T16:09:30.929Z[verify-libraries] Compiling fd-lock v4.0.4
42992026-07-04T16:09:31.062Z[verify-libraries] Compiling derive_more-impl v2.1.1
43002026-07-04T16:09:31.096Z[ recovery-image] Jul 04 16:09:30.333 INFO O| Jul 04 16:09:30.333 INFO O| Startup: Refreshing catalog 'helios' ... Done
43012026-07-04T16:09:31.107Z[verify-libraries] Compiling nom v7.1.3
43022026-07-04T16:09:31.140Z[verify-libraries] Compiling vte v0.14.1
43032026-07-04T16:09:31.180Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43042026-07-04T16:09:31.183Z[verify-libraries] Compiling stacker v0.1.23
43052026-07-04T16:09:31.233Z[ recovery-image] Jul 04 16:09:30.471 INFO O| Jul 04 16:09:30.471 INFO O| Startup: Caching catalogs ... Done
43062026-07-04T16:09:31.241Z[ recovery-image] Jul 04 16:09:30.479 INFO O| Jul 04 16:09:30.479 INFO O| Planning: Planning completed in 0.00 seconds
43072026-07-04T16:09:31.244Z[ recovery-image] Jul 04 16:09:30.479 INFO O| Jul 04 16:09:30.479 INFO O| Planning: Consolidating action changes ... Done
43082026-07-04T16:09:31.244Z[ recovery-image] Jul 04 16:09:30.479 INFO O| Jul 04 16:09:30.479 INFO O| Planning: Evaluating mediators ... Done
43092026-07-04T16:09:31.245Z[ recovery-image] Jul 04 16:09:30.480 INFO O| Jul 04 16:09:30.480 INFO O| Planning: Planning completed in 0.00 seconds
43102026-07-04T16:09:31.245Z[ recovery-image] Jul 04 16:09:30.480 INFO O| Jul 04 16:09:30.480 INFO O| Variants/Facets to change: 1
43112026-07-04T16:09:31.254Z[ recovery-image] Jul 04 16:09:30.492 INFO O| Jul 04 16:09:30.492 INFO O| Finalize: Updating package state database ... Done
43122026-07-04T16:09:31.254Z[ recovery-image] Jul 04 16:09:30.492 INFO O| Jul 04 16:09:30.492 INFO O| Finalize: Updating package cache ... Done
43132026-07-04T16:09:31.279Z[ recovery-image] Jul 04 16:09:30.517 INFO O| Jul 04 16:09:30.517 INFO O| Finalize: Updating image state ... Done
43142026-07-04T16:09:31.284Z[ recovery-image] Jul 04 16:09:30.522 INFO O| Jul 04 16:09:30.522 INFO O| Finalize: Creating fast lookup database ... Done
43152026-07-04T16:09:31.287Z[ recovery-image] Jul 04 16:09:30.522 INFO O| Jul 04 16:09:30.522 INFO O| Finalize: Reading search index ... Done
43162026-07-04T16:09:31.288Z[ recovery-image] Jul 04 16:09:30.522 INFO O| Jul 04 16:09:30.522 INFO O| Finalize: Updating search index ... Done
43172026-07-04T16:09:31.288Z[ recovery-image] Jul 04 16:09:30.523 INFO O| Jul 04 16:09:30.523 INFO O| Finalize: Updating package cache ... Done
43182026-07-04T16:09:31.382Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43192026-07-04T16:09:31.417Z[verify-libraries] Compiling cfg_aliases v0.1.1
43202026-07-04T16:09:31.435Z[ recovery-image] Jul 04 16:09:30.673 INFO O| Jul 04 16:09:30.673 INFO STEP 10 (pkg_change_facet) COMPLETE
43212026-07-04T16:09:31.435Z[ recovery-image] Jul 04 16:09:30.673 INFO O| Jul 04 16:09:30.673 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43222026-07-04T16:09:31.446Z[ recovery-image] Jul 04 16:09:30.684 INFO O| Jul 04 16:09:30.683 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"]
43232026-07-04T16:09:31.606Z[verify-libraries] Compiling reedline v0.40.0
43242026-07-04T16:09:31.636Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43252026-07-04T16:09:31.636Z[verify-libraries] Compiling nix v0.28.0
43262026-07-04T16:09:31.754Z[verify-libraries] Compiling termtree v0.5.1
43272026-07-04T16:09:31.843Z[verify-libraries] Compiling semver v0.1.20
43282026-07-04T16:09:31.891Z[verify-libraries] Compiling psm v0.1.30
43292026-07-04T16:09:31.984Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43302026-07-04T16:09:32.044Z[verify-libraries] Compiling phf_shared v0.12.1
43312026-07-04T16:09:32.069Z[verify-libraries] Compiling derive_more v2.1.1
43322026-07-04T16:09:32.197Z[verify-libraries] Compiling tabled v0.15.0
43332026-07-04T16:09:32.221Z[verify-libraries] Compiling crossterm v0.29.0
43342026-07-04T16:09:32.245Z[verify-libraries] Compiling rustc_version v0.1.7
43352026-07-04T16:09:32.308Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43362026-07-04T16:09:32.374Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43372026-07-04T16:09:32.462Z[verify-libraries] Compiling typify v0.6.2
43382026-07-04T16:09:32.530Z[verify-libraries] Compiling nibble_vec v0.1.0
43392026-07-04T16:09:32.562Z[verify-libraries] Compiling endian-type v0.1.2
43402026-07-04T16:09:32.651Z[verify-libraries] Compiling progenitor-impl v0.14.0
43412026-07-04T16:09:32.716Z[ recovery-image] Jul 04 16:09:31.954 INFO O| Jul 04 16:09:31.954 INFO O| Startup: Refreshing catalog 'helios' ... Done
43422026-07-04T16:09:32.719Z[verify-libraries] Compiling highway v1.3.0
43432026-07-04T16:09:32.768Z[verify-libraries] Compiling chrono-tz v0.10.4
43442026-07-04T16:09:32.795Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43452026-07-04T16:09:32.864Z[ recovery-image] Jul 04 16:09:32.101 INFO O| Jul 04 16:09:32.101 INFO O| Startup: Caching catalogs ... Done
43462026-07-04T16:09:32.867Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43472026-07-04T16:09:32.994Z[verify-libraries] Compiling radix_trie v0.2.1
43482026-07-04T16:09:33.071Z[verify-libraries] Compiling newtype_derive v0.1.6
43492026-07-04T16:09:33.197Z[verify-libraries] Compiling hickory-resolver v0.24.4
43502026-07-04T16:09:33.225Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43512026-07-04T16:09:33.296Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43522026-07-04T16:09:33.334Z[ host-image] Jul 04 16:09:32.569 INFO O| Jul 04 16:09:32.569 INFO O| Download: 10886/23767 items 95.5/222.4MB 42% complete (3.5M/s)
43532026-07-04T16:09:33.412Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43542026-07-04T16:09:33.501Z[ recovery-image] Jul 04 16:09:32.738 INFO O| Jul 04 16:09:32.738 INFO O| Planning: Solver setup ... Done
43552026-07-04T16:09:33.523Z[ recovery-image] Jul 04 16:09:32.761 INFO O| Jul 04 16:09:32.761 INFO O| Planning: Running solver ... Done
43562026-07-04T16:09:33.540Z[ recovery-image] Jul 04 16:09:32.778 INFO O| Jul 04 16:09:32.778 INFO O| Planning: Finding local manifests ... Done
43572026-07-04T16:09:33.596Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43582026-07-04T16:09:33.604Z[ recovery-image] Jul 04 16:09:32.842 INFO O| Jul 04 16:09:32.842 INFO O| Planning: Fetching manifests: 0/128 0% complete
43592026-07-04T16:09:33.630Z[verify-libraries] Compiling recursive v0.1.1
43602026-07-04T16:09:33.633Z[verify-libraries] Compiling phf v0.12.1
43612026-07-04T16:09:33.700Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43622026-07-04T16:09:33.824Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43632026-07-04T16:09:33.881Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43642026-07-04T16:09:33.942Z[verify-libraries] Compiling peg-macros v0.8.5
43652026-07-04T16:09:34.442Z[verify-libraries] Compiling qorb v0.4.1
43662026-07-04T16:09:34.747Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43672026-07-04T16:09:34.776Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43682026-07-04T16:09:34.867Z[verify-libraries] Compiling csv-core v0.1.13
43692026-07-04T16:09:34.893Z[verify-libraries] Compiling winnow v0.6.26
43702026-07-04T16:09:34.966Z[verify-libraries] Compiling home v0.5.12
43712026-07-04T16:09:35.158Z[verify-libraries] Compiling unicode_categories v0.1.1
43722026-07-04T16:09:35.199Z[verify-libraries] Compiling textwrap v0.16.2
43732026-07-04T16:09:35.331Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43742026-07-04T16:09:35.407Z[verify-libraries] Compiling rustyline v14.0.0
43752026-07-04T16:09:35.504Z[verify-libraries] Compiling csv v1.4.0
43762026-07-04T16:09:35.638Z[verify-libraries] Compiling peg v0.8.5
43772026-07-04T16:09:35.663Z[verify-libraries] Compiling const_format v0.2.35
43782026-07-04T16:09:35.745Z[verify-libraries] Compiling sqlparser v0.61.0
43792026-07-04T16:09:35.834Z[verify-libraries] Compiling progenitor-macro v0.14.0
43802026-07-04T16:09:35.859Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43812026-07-04T16:09:35.899Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43822026-07-04T16:09:36.074Z[verify-libraries] Compiling bcs v0.1.6
43832026-07-04T16:09:36.143Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43842026-07-04T16:09:36.181Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43852026-07-04T16:09:36.218Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43862026-07-04T16:09:36.364Z[verify-libraries] Compiling sqlformat v0.3.5
43872026-07-04T16:09:36.397Z[verify-libraries] Compiling nom v8.0.0
43882026-07-04T16:09:36.473Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43892026-07-04T16:09:36.558Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43902026-07-04T16:09:36.667Z[verify-libraries] Compiling base64 v0.21.7
43912026-07-04T16:09:36.807Z[verify-libraries] Compiling steno v0.4.1
43922026-07-04T16:09:37.018Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43932026-07-04T16:09:37.127Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43942026-07-04T16:09:37.219Z[verify-libraries] Compiling sha1 v0.10.6
43952026-07-04T16:09:37.307Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43962026-07-04T16:09:37.364Z[verify-libraries] Compiling tagptr v0.2.0
43972026-07-04T16:09:37.526Z[verify-libraries] Compiling utf-8 v0.7.6
43982026-07-04T16:09:37.574Z[verify-libraries] Compiling moka v0.12.13
43992026-07-04T16:09:37.618Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44002026-07-04T16:09:37.656Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44012026-07-04T16:09:37.704Z[verify-libraries] Compiling tungstenite v0.21.0
44022026-07-04T16:09:37.707Z[verify-libraries] Compiling radium v0.7.0
44032026-07-04T16:09:37.747Z[verify-libraries] Compiling ron v0.8.1
44042026-07-04T16:09:37.769Z[verify-libraries] Compiling maybe-uninit v2.0.0
44052026-07-04T16:09:37.853Z[verify-libraries] Compiling tap v1.0.1
44062026-07-04T16:09:37.916Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44072026-07-04T16:09:38.020Z[verify-libraries] Compiling wyz v0.5.1
44082026-07-04T16:09:38.203Z[verify-libraries] Compiling crc-catalog v2.4.0
44092026-07-04T16:09:38.238Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44102026-07-04T16:09:38.282Z[verify-libraries] Compiling funty v2.0.0
44112026-07-04T16:09:38.352Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44122026-07-04T16:09:38.447Z[verify-libraries] Compiling hickory-resolver v0.25.2
44132026-07-04T16:09:38.512Z[verify-libraries] Compiling packed_struct v0.10.1
44142026-07-04T16:09:38.611Z[ recovery-image] Jul 04 16:09:37.848 INFO O| Jul 04 16:09:37.848 INFO O| Planning: Fetching manifests: 124/128 96% complete
44152026-07-04T16:09:38.625Z[ host-image] Jul 04 16:09:37.863 INFO O| Jul 04 16:09:37.863 INFO O| Download: 12036/23767 items 103.4/222.4MB 46% complete (2.6M/s)
44162026-07-04T16:09:38.695Z[verify-libraries] Compiling bitvec v1.0.1
44172026-07-04T16:09:38.751Z[verify-libraries] Compiling crc v3.4.0
44182026-07-04T16:09:38.871Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44192026-07-04T16:09:38.929Z[verify-libraries] Compiling bitfield-macros v0.19.4
44202026-07-04T16:09:38.933Z[ recovery-image] Jul 04 16:09:38.169 INFO O| Jul 04 16:09:38.169 INFO O| Planning: Fetching manifests: 128/128 100% complete
44212026-07-04T16:09:38.982Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44222026-07-04T16:09:38.989Z[verify-libraries] Compiling zerocopy v0.6.6
44232026-07-04T16:09:39.005Z[verify-libraries] Compiling indexmap v1.9.3
44242026-07-04T16:09:39.055Z[verify-libraries] Compiling nodrop v0.1.14
44252026-07-04T16:09:39.224Z[verify-libraries] Compiling libefi-sys v0.1.0
44262026-07-04T16:09:39.283Z[verify-libraries] Compiling array-init v0.0.4
44272026-07-04T16:09:39.384Z[verify-libraries] Compiling smallvec v0.6.14
44282026-07-04T16:09:39.437Z[verify-libraries] Compiling bitfield-struct v0.6.2
44292026-07-04T16:09:39.479Z[ recovery-image] Jul 04 16:09:38.717 INFO O| Jul 04 16:09:38.717 INFO O| Planning: Package planning ... Done
44302026-07-04T16:09:39.537Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44312026-07-04T16:09:39.682Z[verify-libraries] Compiling hashbrown v0.12.3
44322026-07-04T16:09:39.724Z[ recovery-image] Jul 04 16:09:38.962 INFO O| Jul 04 16:09:38.961 INFO O| Planning: Merging actions ... Done
44332026-07-04T16:09:39.758Z[verify-libraries] Compiling serde-hex v0.1.0
44342026-07-04T16:09:39.802Z[ recovery-image] Jul 04 16:09:39.039 INFO O| Jul 04 16:09:39.039 INFO O| Planning: Checking for conflicting actions ... Done
44352026-07-04T16:09:39.869Z[ recovery-image] Jul 04 16:09:39.106 INFO O| Jul 04 16:09:39.106 INFO O| Planning: Consolidating action changes ... Done
44362026-07-04T16:09:39.982Z[verify-libraries] Compiling bitfield v0.19.4
44372026-07-04T16:09:40.017Z[ recovery-image] Jul 04 16:09:39.255 INFO O| Jul 04 16:09:39.255 INFO O| Planning: Evaluating mediators ... Done
44382026-07-04T16:09:40.097Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44392026-07-04T16:09:40.284Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44402026-07-04T16:09:40.339Z[verify-libraries] Compiling hashbrown v0.13.2
44412026-07-04T16:09:40.394Z[verify-libraries] Compiling crc-any v2.5.0
44422026-07-04T16:09:40.474Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44432026-07-04T16:09:40.582Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44442026-07-04T16:09:40.646Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44452026-07-04T16:09:40.721Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44462026-07-04T16:09:40.759Z[verify-libraries] Compiling path-slash v0.1.5
44472026-07-04T16:09:40.993Z[verify-libraries] Compiling object v0.30.4
44482026-07-04T16:09:41.040Z[verify-libraries] Compiling xshell-macros v0.2.7
44492026-07-04T16:09:41.096Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44502026-07-04T16:09:41.099Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44512026-07-04T16:09:41.167Z[verify-libraries] Compiling num-derive v0.3.3
44522026-07-04T16:09:41.222Z[verify-libraries] Compiling subprocess v0.2.15
44532026-07-04T16:09:41.276Z[verify-libraries] Compiling papergrid v0.17.0
44542026-07-04T16:09:41.541Z[ recovery-image] Jul 04 16:09:40.779 INFO O| Jul 04 16:09:40.778 INFO O| Planning: Planning completed in 8.67 seconds
44552026-07-04T16:09:41.545Z[ recovery-image] Jul 04 16:09:40.781 INFO O| Jul 04 16:09:40.781 INFO O| Packages to install: 128
44562026-07-04T16:09:41.545Z[ recovery-image] Jul 04 16:09:40.781 INFO O| Jul 04 16:09:40.781 INFO O| Mediators to change: 5
44572026-07-04T16:09:41.545Z[ recovery-image] Jul 04 16:09:40.781 INFO O| Jul 04 16:09:40.781 INFO O| Services to change: 5
44582026-07-04T16:09:41.570Z[ recovery-image] Jul 04 16:09:40.807 INFO O| Jul 04 16:09:40.807 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
44592026-07-04T16:09:41.598Z[verify-libraries] Compiling progenitor v0.14.0
44602026-07-04T16:09:41.641Z[verify-libraries] Compiling xshell v0.2.7
44612026-07-04T16:09:41.666Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44622026-07-04T16:09:41.751Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44632026-07-04T16:09:41.781Z[verify-libraries] Compiling testing_table v0.3.0
44642026-07-04T16:09:41.811Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44652026-07-04T16:09:41.837Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44662026-07-04T16:09:41.877Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44672026-07-04T16:09:41.987Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44682026-07-04T16:09:42.104Z[verify-libraries] Compiling progenitor-impl v0.13.0
44692026-07-04T16:09:42.203Z[verify-libraries] Compiling tabled_derive v0.11.0
44702026-07-04T16:09:42.227Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44712026-07-04T16:09:42.309Z[verify-libraries] Compiling headers-core v0.3.0
44722026-07-04T16:09:42.335Z[verify-libraries] Compiling libscf-sys v1.1.0
44732026-07-04T16:09:42.369Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44742026-07-04T16:09:42.466Z[verify-libraries] Compiling unicase v2.9.0
44752026-07-04T16:09:42.519Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44762026-07-04T16:09:42.726Z[verify-libraries] Compiling headers v0.4.1
44772026-07-04T16:09:42.749Z[verify-libraries] Compiling progenitor-client v0.13.0
44782026-07-04T16:09:42.956Z[verify-libraries] Compiling maplit v1.0.2
44792026-07-04T16:09:43.093Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44802026-07-04T16:09:43.136Z[verify-libraries] Compiling yasna v0.5.2
44812026-07-04T16:09:43.255Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44822026-07-04T16:09:43.259Z[verify-libraries] Compiling crc8 v0.1.1
44832026-07-04T16:09:43.307Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44842026-07-04T16:09:43.380Z[verify-libraries] Compiling vergen-lib v0.1.6
44852026-07-04T16:09:43.444Z[verify-libraries] Compiling diesel_derives v2.3.7
44862026-07-04T16:09:43.591Z[verify-libraries] Compiling tabled v0.20.0
44872026-07-04T16:09:43.662Z[verify-libraries] Compiling rcgen v0.12.1
44882026-07-04T16:09:43.686Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44892026-07-04T16:09:43.754Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44902026-07-04T16:09:43.784Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44912026-07-04T16:09:43.942Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44922026-07-04T16:09:44.044Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44932026-07-04T16:09:44.202Z[verify-libraries] Compiling half v1.8.3
44942026-07-04T16:09:44.283Z[verify-libraries] Compiling r2d2 v0.8.10
44952026-07-04T16:09:44.359Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44962026-07-04T16:09:44.383Z[verify-libraries] Compiling git-stub v1.0.0
44972026-07-04T16:09:44.468Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44982026-07-04T16:09:44.533Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44992026-07-04T16:09:44.601Z[ host-image] Jul 04 16:09:43.838 INFO O| Jul 04 16:09:43.838 INFO O| Download: 12883/23767 items 110.5/222.4MB 49% complete (1.8M/s)
45002026-07-04T16:09:44.628Z[verify-libraries] Compiling serde_cbor v0.11.2
45012026-07-04T16:09:44.674Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45022026-07-04T16:09:44.677Z[verify-libraries] Compiling downcast-rs v2.0.2
45032026-07-04T16:09:44.723Z[verify-libraries] Compiling crunchy v0.2.4
45042026-07-04T16:09:44.771Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45052026-07-04T16:09:44.973Z[verify-libraries] Compiling dirs-next v2.0.0
45062026-07-04T16:09:45.019Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45072026-07-04T16:09:45.101Z[verify-libraries] Compiling progenitor-macro v0.13.0
45082026-07-04T16:09:45.131Z[verify-libraries] Compiling clang-sys v1.8.1
45092026-07-04T16:09:45.153Z[verify-libraries] Compiling cpubits v0.1.1
45102026-07-04T16:09:45.200Z[verify-libraries] Compiling tiny-keccak v2.0.2
45112026-07-04T16:09:45.369Z[verify-libraries] Compiling term v0.7.0
45122026-07-04T16:09:45.447Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45132026-07-04T16:09:45.505Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45142026-07-04T16:09:45.527Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45152026-07-04T16:09:45.617Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45162026-07-04T16:09:45.876Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45172026-07-04T16:09:45.995Z[verify-libraries] Compiling bit-vec v0.6.3
45182026-07-04T16:09:46.085Z[verify-libraries] Compiling diff v0.1.13
45192026-07-04T16:09:46.143Z[verify-libraries] Compiling ascii-canvas v3.0.0
45202026-07-04T16:09:46.292Z[verify-libraries] Compiling bit-set v0.5.3
45212026-07-04T16:09:46.339Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45222026-07-04T16:09:46.479Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45232026-07-04T16:09:46.519Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45242026-07-04T16:09:46.610Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45252026-07-04T16:09:46.643Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45262026-07-04T16:09:46.797Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45272026-07-04T16:09:46.918Z[verify-libraries] Compiling itertools v0.10.5
45282026-07-04T16:09:47.044Z[verify-libraries] Compiling libloading v0.8.9
45292026-07-04T16:09:47.141Z[ recovery-image] Jul 04 16:09:46.379 INFO O| Jul 04 16:09:46.379 INFO O| Download: 1163/16572 items 9.8/199.6MB 4% complete (2.2M/s)
45302026-07-04T16:09:47.223Z[verify-libraries] Compiling ena v0.14.4
45312026-07-04T16:09:47.335Z[verify-libraries] Compiling regex-syntax v0.6.29
45322026-07-04T16:09:47.362Z[verify-libraries] Compiling bindgen v0.71.1
45332026-07-04T16:09:48.000Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45342026-07-04T16:09:48.190Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45352026-07-04T16:09:48.273Z[verify-libraries] Compiling cexpr v0.6.0
45362026-07-04T16:09:48.295Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45372026-07-04T16:09:48.572Z[verify-libraries] Compiling rustc-hash v2.1.1
45382026-07-04T16:09:48.664Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45392026-07-04T16:09:48.748Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45402026-07-04T16:09:49.008Z[verify-libraries] Compiling lalrpop v0.19.12
45412026-07-04T16:09:49.072Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45422026-07-04T16:09:49.634Z[ host-image] Jul 04 16:09:48.871 INFO O| Jul 04 16:09:48.871 INFO O| Download: 14086/23767 items 119.7/222.4MB 53% complete (1.5M/s)
45432026-07-04T16:09:49.794Z[verify-libraries] Compiling libxml v0.3.3
45442026-07-04T16:09:49.822Z[verify-libraries] Compiling arc-swap v1.8.2
45452026-07-04T16:09:49.939Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45462026-07-04T16:09:50.085Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45472026-07-04T16:09:50.108Z[verify-libraries] Compiling slog-scope v4.4.1
45482026-07-04T16:09:50.247Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45492026-07-04T16:09:50.273Z[verify-libraries] Compiling strum_macros v0.24.3
45502026-07-04T16:09:50.480Z[verify-libraries] Compiling hmac v0.13.0
45512026-07-04T16:09:50.524Z[verify-libraries] Compiling universal-hash v0.6.1
45522026-07-04T16:09:50.718Z[verify-libraries] Compiling fxhash v0.2.1
45532026-07-04T16:09:50.721Z[verify-libraries] Compiling diesel v2.3.7
45542026-07-04T16:09:50.764Z[verify-libraries] Compiling progenitor v0.13.0
45552026-07-04T16:09:50.787Z[verify-libraries] Compiling fs-err v2.11.0
45562026-07-04T16:09:50.913Z[verify-libraries] Compiling indoc v1.0.9
45572026-07-04T16:09:50.972Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45582026-07-04T16:09:51.269Z[verify-libraries] Compiling slog-stdlog v4.1.1
45592026-07-04T16:09:51.523Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45602026-07-04T16:09:51.555Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45612026-07-04T16:09:51.757Z[verify-libraries] Compiling oso-derive v0.27.3
45622026-07-04T16:09:51.846Z[verify-libraries] Compiling quick-xml v0.37.5
45632026-07-04T16:09:51.912Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45642026-07-04T16:09:52.429Z[verify-libraries] Compiling openssl-probe v0.1.6
45652026-07-04T16:09:52.490Z[verify-libraries] Compiling slog-envlogger v2.2.0
45662026-07-04T16:09:52.673Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45672026-07-04T16:09:52.683Z[ recovery-image] Jul 04 16:09:51.921 INFO O| Jul 04 16:09:51.921 INFO O| Download: 1666/16572 items 25.1/199.6MB 12% complete (2.5M/s)
45682026-07-04T16:09:52.759Z[verify-libraries] Compiling polyval v0.7.1
45692026-07-04T16:09:52.948Z[verify-libraries] Compiling der v0.8.0
45702026-07-04T16:09:52.970Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45712026-07-04T16:09:53.066Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45722026-07-04T16:09:53.069Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45732026-07-04T16:09:53.528Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45742026-07-04T16:09:53.742Z[verify-libraries] Compiling kstat-rs v0.2.4
45752026-07-04T16:09:54.113Z[verify-libraries] Compiling trait-variant v0.1.2
45762026-07-04T16:09:54.147Z[verify-libraries] Compiling parse-size v1.1.0
45772026-07-04T16:09:54.174Z[verify-libraries] Compiling salty v0.3.0
45782026-07-04T16:09:54.200Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45792026-07-04T16:09:54.352Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45802026-07-04T16:09:54.444Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45812026-07-04T16:09:54.467Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45822026-07-04T16:09:54.560Z[verify-libraries] Compiling ghash v0.6.0
45832026-07-04T16:09:54.636Z[verify-libraries] Compiling pbkdf2 v0.13.0
45842026-07-04T16:09:54.696Z[verify-libraries] Compiling aes v0.9.1
45852026-07-04T16:09:54.719Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45862026-07-04T16:09:54.752Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45872026-07-04T16:09:54.809Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45882026-07-04T16:09:54.834Z[verify-libraries] Compiling ctr v0.10.1
45892026-07-04T16:09:55.033Z[verify-libraries] Compiling bb8 v0.8.6
45902026-07-04T16:09:55.113Z[verify-libraries] Compiling aead v0.6.1
45912026-07-04T16:09:55.352Z[verify-libraries] Compiling sha2 v0.11.0
45922026-07-04T16:09:55.381Z[verify-libraries] Compiling parking_lot_core v0.8.6
45932026-07-04T16:09:55.433Z[verify-libraries] Compiling aes-gcm v0.11.0
45942026-07-04T16:09:55.572Z[ host-image] Jul 04 16:09:54.810 INFO O| Jul 04 16:09:54.810 INFO O| Download: 15040/23767 items 120.5/222.4MB 54% complete (1.1M/s)
45952026-07-04T16:09:55.694Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45962026-07-04T16:09:55.805Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45972026-07-04T16:09:55.954Z[verify-libraries] Compiling spki v0.8.0
45982026-07-04T16:09:56.226Z[verify-libraries] Compiling crypto-bigint v0.7.5
45992026-07-04T16:09:56.325Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
46002026-07-04T16:09:56.623Z[verify-libraries] Compiling mime_guess v2.0.5
46012026-07-04T16:09:56.646Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46022026-07-04T16:09:56.696Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46032026-07-04T16:09:56.938Z[verify-libraries] Compiling rfc6979 v0.4.0
46042026-07-04T16:09:56.963Z[verify-libraries] Compiling salsa20 v0.11.0
46052026-07-04T16:09:57.122Z[verify-libraries] Compiling cbc v0.2.1
46062026-07-04T16:09:57.233Z[verify-libraries] Compiling nanorand v0.7.0
46072026-07-04T16:09:57.301Z[verify-libraries] Compiling scrypt v0.12.0
46082026-07-04T16:09:57.327Z[verify-libraries] Compiling ecdsa v0.16.9
46092026-07-04T16:09:57.436Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46102026-07-04T16:09:57.591Z[verify-libraries] Compiling flume v0.11.1
46112026-07-04T16:09:57.667Z[verify-libraries] Compiling primeorder v0.13.6
46122026-07-04T16:09:57.685Z[ recovery-image] Jul 04 16:09:56.922 INFO O| Jul 04 16:09:56.922 INFO O| Download: 3518/16572 items 38.1/199.6MB 19% complete (2.5M/s)
46132026-07-04T16:09:57.811Z[verify-libraries] Compiling atty v0.2.14
46142026-07-04T16:09:57.859Z[verify-libraries] Compiling http-range v0.1.5
46152026-07-04T16:09:57.985Z[verify-libraries] Compiling nonempty v0.12.0
46162026-07-04T16:09:58.007Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46172026-07-04T16:09:58.028Z[verify-libraries] Compiling p384 v0.13.1
46182026-07-04T16:09:58.113Z[verify-libraries] Compiling parking_lot v0.11.2
46192026-07-04T16:09:58.142Z[verify-libraries] Compiling pkcs5 v0.8.1
46202026-07-04T16:09:58.368Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46212026-07-04T16:09:58.577Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46222026-07-04T16:09:58.688Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46232026-07-04T16:09:58.811Z[verify-libraries] Compiling prefix-trie v0.7.0
46242026-07-04T16:09:58.834Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46252026-07-04T16:09:58.838Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46262026-07-04T16:09:58.838Z[verify-libraries] Compiling pkcs8 v0.11.0
46272026-07-04T16:09:58.906Z[verify-libraries] Compiling sled v0.34.7
46282026-07-04T16:09:59.017Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46292026-07-04T16:09:59.186Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46302026-07-04T16:09:59.261Z[verify-libraries] Compiling hickory-server v0.25.2
46312026-07-04T16:09:59.326Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46322026-07-04T16:09:59.425Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46332026-07-04T16:09:59.546Z[verify-libraries] Compiling ignore v0.4.25
46342026-07-04T16:09:59.758Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46352026-07-04T16:09:59.817Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46362026-07-04T16:10:00.048Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46372026-07-04T16:10:00.254Z[verify-libraries] Compiling corncobs v0.1.4
46382026-07-04T16:10:00.339Z[verify-libraries] Compiling globwalk v0.9.1
46392026-07-04T16:10:00.396Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46402026-07-04T16:10:00.487Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46412026-07-04T16:10:00.679Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46422026-07-04T16:10:00.734Z[verify-libraries] Compiling predicates-tree v1.0.13
46432026-07-04T16:10:00.841Z[ host-image] Jul 04 16:10:00.078 INFO O| Jul 04 16:10:00.078 INFO O| Download: 15267/23767 items 125.2/222.4MB 56% complete (490k/s)
46442026-07-04T16:10:01.029Z[verify-libraries] Compiling libz-sys v1.1.24
46452026-07-04T16:10:01.053Z[verify-libraries] Compiling rand_seeder v0.4.0
46462026-07-04T16:10:01.131Z[verify-libraries] Compiling darling_core v0.23.0
46472026-07-04T16:10:01.181Z[verify-libraries] Compiling secrecy v0.8.0
46482026-07-04T16:10:01.303Z[verify-libraries] Compiling ff v0.14.0
46492026-07-04T16:10:01.402Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46502026-07-04T16:10:01.512Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46512026-07-04T16:10:01.599Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46522026-07-04T16:10:01.733Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-07-04T16:10:01.770Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46542026-07-04T16:10:01.859Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46552026-07-04T16:10:01.968Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46562026-07-04T16:10:02.184Z[verify-libraries] Compiling signature v3.0.0
46572026-07-04T16:10:02.434Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46582026-07-04T16:10:02.576Z[verify-libraries] Compiling instability v0.3.11
46592026-07-04T16:10:02.691Z[ recovery-image] Jul 04 16:10:01.929 INFO O| Jul 04 16:10:01.929 INFO O| Download: 4565/16572 items 43.5/199.6MB 21% complete (1.9M/s)
46602026-07-04T16:10:02.727Z[verify-libraries] Compiling base16ct v1.0.0
46612026-07-04T16:10:02.853Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46622026-07-04T16:10:02.902Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46632026-07-04T16:10:02.905Z[verify-libraries] Compiling sec1 v0.8.1
46642026-07-04T16:10:02.956Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46652026-07-04T16:10:02.984Z[verify-libraries] Compiling group v0.14.0
46662026-07-04T16:10:03.111Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46672026-07-04T16:10:03.209Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46682026-07-04T16:10:03.250Z[verify-libraries] Compiling hkdf v0.13.0
46692026-07-04T16:10:03.271Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46702026-07-04T16:10:03.274Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46712026-07-04T16:10:03.317Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46722026-07-04T16:10:03.463Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46732026-07-04T16:10:03.592Z[verify-libraries] Compiling castaway v0.2.4
46742026-07-04T16:10:03.762Z[verify-libraries] Compiling indoc v2.0.7
46752026-07-04T16:10:03.821Z[verify-libraries] Compiling compact_str v0.8.1
46762026-07-04T16:10:03.977Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46772026-07-04T16:10:04.100Z[verify-libraries] Compiling darling_macro v0.23.0
46782026-07-04T16:10:04.359Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46792026-07-04T16:10:04.415Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46802026-07-04T16:10:04.570Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46812026-07-04T16:10:04.755Z[verify-libraries] Compiling darling v0.23.0
46822026-07-04T16:10:04.867Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46832026-07-04T16:10:05.048Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46842026-07-04T16:10:05.118Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46852026-07-04T16:10:05.363Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46862026-07-04T16:10:05.412Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46872026-07-04T16:10:05.515Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46882026-07-04T16:10:05.607Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46892026-07-04T16:10:05.662Z[verify-libraries] Compiling unicode-truncate v1.1.0
46902026-07-04T16:10:05.737Z[verify-libraries] Compiling lru v0.12.5
46912026-07-04T16:10:05.864Z[verify-libraries] Compiling cassowary v0.3.0
46922026-07-04T16:10:05.955Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46932026-07-04T16:10:06.437Z[verify-libraries] Compiling ratatui v0.29.0
46942026-07-04T16:10:06.461Z[verify-libraries] Compiling rfc6979 v0.5.0
46952026-07-04T16:10:06.486Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46962026-07-04T16:10:06.509Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46972026-07-04T16:10:06.545Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46982026-07-04T16:10:06.639Z[verify-libraries] Compiling vergen-git2 v9.1.0
46992026-07-04T16:10:06.672Z[verify-libraries] Compiling is_ci v1.2.0
47002026-07-04T16:10:06.748Z[verify-libraries] Compiling strsim v0.10.0
47012026-07-04T16:10:06.830Z[verify-libraries] Compiling supports-color v3.0.2
47022026-07-04T16:10:06.865Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47032026-07-04T16:10:06.904Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47042026-07-04T16:10:06.959Z[verify-libraries] Compiling darling_core v0.13.4
47052026-07-04T16:10:07.142Z[verify-libraries] Compiling primefield v0.14.0
47062026-07-04T16:10:07.236Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47072026-07-04T16:10:07.374Z[verify-libraries] Compiling tungstenite v0.23.0
47082026-07-04T16:10:07.451Z[verify-libraries] Compiling console v0.16.2
47092026-07-04T16:10:07.454Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47102026-07-04T16:10:07.730Z[ host-image] Jul 04 16:10:06.967 INFO O| Jul 04 16:10:06.966 INFO O| Download: 16319/23767 items 135.3/222.4MB 60% complete (1.6M/s)
47112026-07-04T16:10:07.852Z[verify-libraries] Compiling assert_matches v1.5.0
47122026-07-04T16:10:07.879Z[ recovery-image] Jul 04 16:10:07.116 INFO O| Jul 04 16:10:07.116 INFO O| Download: 6075/16572 items 45.8/199.6MB 22% complete (794k/s)
47132026-07-04T16:10:07.920Z[verify-libraries] Compiling void v1.0.2
47142026-07-04T16:10:07.965Z[verify-libraries] Compiling unit-prefix v0.5.2
47152026-07-04T16:10:08.083Z[verify-libraries] Compiling lzss v0.8.2
47162026-07-04T16:10:08.106Z[verify-libraries] Compiling indicatif v0.18.4
47172026-07-04T16:10:08.109Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47182026-07-04T16:10:08.312Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47192026-07-04T16:10:08.400Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47202026-07-04T16:10:08.539Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47212026-07-04T16:10:08.565Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47222026-07-04T16:10:08.731Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47232026-07-04T16:10:08.901Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47242026-07-04T16:10:08.969Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47252026-07-04T16:10:09.023Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47262026-07-04T16:10:09.155Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47272026-07-04T16:10:09.185Z[verify-libraries] Compiling darling_macro v0.13.4
47282026-07-04T16:10:09.259Z[verify-libraries] Compiling nix v0.27.1
47292026-07-04T16:10:09.296Z[verify-libraries] Compiling colored v2.2.0
47302026-07-04T16:10:09.441Z[verify-libraries] Compiling serde_bytes v0.11.19
47312026-07-04T16:10:09.465Z[verify-libraries] Compiling shell-words v1.1.1
47322026-07-04T16:10:09.734Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47332026-07-04T16:10:09.756Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47342026-07-04T16:10:09.825Z[verify-libraries] Compiling darling v0.13.4
47352026-07-04T16:10:09.828Z[verify-libraries] Compiling ed25519 v3.0.0
47362026-07-04T16:10:09.873Z[verify-libraries] Compiling crypto-primes v0.7.2
47372026-07-04T16:10:09.951Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47382026-07-04T16:10:10.117Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47392026-07-04T16:10:10.424Z[verify-libraries] Compiling poly1305 v0.9.0
47402026-07-04T16:10:10.580Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47412026-07-04T16:10:10.703Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47422026-07-04T16:10:10.975Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47432026-07-04T16:10:11.059Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47442026-07-04T16:10:11.098Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47452026-07-04T16:10:11.243Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47462026-07-04T16:10:11.297Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47472026-07-04T16:10:11.337Z[verify-libraries] Compiling blowfish v0.10.0
47482026-07-04T16:10:11.370Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47492026-07-04T16:10:11.505Z[verify-libraries] Compiling petname v2.0.2
47502026-07-04T16:10:11.563Z[verify-libraries] Compiling keccak v0.2.0
47512026-07-04T16:10:11.649Z[verify-libraries] Compiling fiat-crypto v0.3.0
47522026-07-04T16:10:11.752Z[verify-libraries] Compiling sha3 v0.11.0
47532026-07-04T16:10:11.803Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47542026-07-04T16:10:12.197Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47552026-07-04T16:10:12.457Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47562026-07-04T16:10:12.487Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47572026-07-04T16:10:12.604Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47582026-07-04T16:10:12.843Z[ host-image] Jul 04 16:10:12.081 INFO O| Jul 04 16:10:12.080 INFO O| Download: 17705/23767 items 149.8/222.4MB 67% complete (1.7M/s)
47592026-07-04T16:10:12.885Z[ recovery-image] Jul 04 16:10:12.122 INFO O| Jul 04 16:10:12.122 INFO O| Download: 6334/16572 items 55.7/199.6MB 27% complete (1.1M/s)
47602026-07-04T16:10:13.181Z[verify-libraries] Compiling serde_with_macros v1.5.2
47612026-07-04T16:10:13.249Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47622026-07-04T16:10:13.383Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47632026-07-04T16:10:13.511Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47642026-07-04T16:10:13.535Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47652026-07-04T16:10:13.863Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47662026-07-04T16:10:14.146Z[verify-libraries] Compiling twox-hash v2.1.2
47672026-07-04T16:10:14.217Z[verify-libraries] Compiling kem v0.3.0
47682026-07-04T16:10:14.220Z[verify-libraries] Compiling module-lattice v0.2.3
47692026-07-04T16:10:14.419Z[verify-libraries] Compiling blake3 v1.8.5
47702026-07-04T16:10:14.537Z[verify-libraries] Compiling rtoolbox v0.0.3
47712026-07-04T16:10:14.639Z[verify-libraries] Compiling ml-kem v0.3.2
47722026-07-04T16:10:14.665Z[verify-libraries] Compiling serde_with v1.14.0
47732026-07-04T16:10:14.769Z[verify-libraries] Compiling rpassword v7.4.0
47742026-07-04T16:10:14.988Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47752026-07-04T16:10:15.258Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47762026-07-04T16:10:15.432Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47772026-07-04T16:10:15.516Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47782026-07-04T16:10:15.712Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47792026-07-04T16:10:15.935Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47802026-07-04T16:10:15.959Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47812026-07-04T16:10:15.984Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47822026-07-04T16:10:16.990Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47832026-07-04T16:10:17.196Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47842026-07-04T16:10:17.219Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47852026-07-04T16:10:17.285Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47862026-07-04T16:10:17.324Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47872026-07-04T16:10:17.407Z[verify-libraries] Compiling fatfs v0.3.6
47882026-07-04T16:10:17.475Z[verify-libraries] Compiling num-bigint v0.4.6
47892026-07-04T16:10:17.510Z[verify-libraries] Compiling generic-array v1.4.3
47902026-07-04T16:10:17.537Z[verify-libraries] Compiling russh-util v0.52.0
47912026-07-04T16:10:17.561Z[verify-libraries] Compiling enum_dispatch v0.3.13
47922026-07-04T16:10:17.597Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47932026-07-04T16:10:17.725Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47942026-07-04T16:10:17.748Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47952026-07-04T16:10:17.769Z[verify-libraries] Compiling delegate v0.13.5
47962026-07-04T16:10:17.846Z[ host-image] Jul 04 16:10:17.083 INFO O| Jul 04 16:10:17.083 INFO O| Download: 19377/23767 items 174.3/222.4MB 78% complete (3.9M/s)
47972026-07-04T16:10:17.885Z[ recovery-image] Jul 04 16:10:17.122 INFO O| Jul 04 16:10:17.122 INFO O| Download: 6767/16572 items 71.6/199.6MB 35% complete (2.5M/s)
47982026-07-04T16:10:17.973Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47992026-07-04T16:10:18.053Z[verify-libraries] Compiling arrayref v0.3.9
48002026-07-04T16:10:18.130Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48012026-07-04T16:10:18.163Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48022026-07-04T16:10:18.197Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48032026-07-04T16:10:18.503Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48042026-07-04T16:10:18.689Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48052026-07-04T16:10:19.012Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48062026-07-04T16:10:19.899Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48072026-07-04T16:10:20.053Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48082026-07-04T16:10:20.709Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48092026-07-04T16:10:21.253Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48102026-07-04T16:10:21.583Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48112026-07-04T16:10:21.874Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48122026-07-04T16:10:22.051Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48132026-07-04T16:10:22.147Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48142026-07-04T16:10:22.344Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48152026-07-04T16:10:22.847Z[ host-image] Jul 04 16:10:22.085 INFO O| Jul 04 16:10:22.084 INFO O| Download: 20495/23767 items 179.2/222.4MB 80% complete (3.0M/s)
48162026-07-04T16:10:22.953Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48172026-07-04T16:10:23.075Z[ recovery-image] Jul 04 16:10:22.312 INFO O| Jul 04 16:10:22.312 INFO O| Download: 8190/16572 items 83.2/199.6MB 41% complete (3.1M/s)
48182026-07-04T16:10:24.207Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48192026-07-04T16:10:24.282Z[verify-libraries] Compiling md5 v0.8.0
48202026-07-04T16:10:24.418Z[verify-libraries] Compiling sync-ptr v0.1.4
48212026-07-04T16:10:24.597Z[verify-libraries] Compiling arrayvec v0.7.6
48222026-07-04T16:10:24.622Z[verify-libraries] Compiling hex-literal v1.1.0
48232026-07-04T16:10:24.773Z[verify-libraries] Compiling constant_time_eq v0.4.2
48242026-07-04T16:10:24.863Z[verify-libraries] Compiling seq-macro v0.3.6
48252026-07-04T16:10:25.084Z[verify-libraries] Compiling russh v0.61.2
48262026-07-04T16:10:25.254Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48272026-07-04T16:10:25.324Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48282026-07-04T16:10:25.621Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48292026-07-04T16:10:25.689Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48302026-07-04T16:10:26.018Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48312026-07-04T16:10:26.291Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48322026-07-04T16:10:26.805Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48332026-07-04T16:10:26.869Z[verify-libraries] Compiling socket2 v0.5.10
48342026-07-04T16:10:27.198Z[verify-libraries] Compiling topological-sort v0.2.2
48352026-07-04T16:10:27.399Z[verify-libraries] Compiling internet-checksum v0.2.1
48362026-07-04T16:10:27.446Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48372026-07-04T16:10:27.623Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48382026-07-04T16:10:28.041Z[ host-image] Jul 04 16:10:27.278 INFO O| Jul 04 16:10:27.278 INFO O| Download: 21591/23767 items 184.3/222.4MB 82% complete (1.1M/s)
48392026-07-04T16:10:28.077Z[ recovery-image] Jul 04 16:10:27.314 INFO O| Jul 04 16:10:27.314 INFO O| Download: 8511/16572 items 87.4/199.6MB 43% complete (1.5M/s)
48402026-07-04T16:10:28.601Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48412026-07-04T16:10:29.917Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48422026-07-04T16:10:31.981Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48432026-07-04T16:10:32.045Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48442026-07-04T16:10:32.152Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48452026-07-04T16:10:32.635Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48462026-07-04T16:10:32.880Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48472026-07-04T16:10:32.924Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-07-04T16:10:33.041Z[ host-image] Jul 04 16:10:32.278 INFO O| Jul 04 16:10:32.278 INFO O| Download: 22140/23767 items 191.0/222.4MB 85% complete (1.1M/s)
48492026-07-04T16:10:33.157Z[verify-libraries] Compiling yansi v1.0.1
48502026-07-04T16:10:33.199Z[ recovery-image] Jul 04 16:10:32.436 INFO O| Jul 04 16:10:32.436 INFO O| Download: 9352/16572 items 101.7/199.6MB 50% complete (1.8M/s)
48512026-07-04T16:10:33.466Z[verify-libraries] Compiling pretty_assertions v1.4.1
48522026-07-04T16:10:33.565Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48532026-07-04T16:10:33.693Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48542026-07-04T16:10:33.789Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48552026-07-04T16:10:33.841Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48562026-07-04T16:10:34.114Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48572026-07-04T16:10:34.400Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48582026-07-04T16:10:34.547Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48592026-07-04T16:10:34.676Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48602026-07-04T16:10:34.714Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48612026-07-04T16:10:34.840Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48622026-07-04T16:10:34.965Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48632026-07-04T16:10:34.999Z[verify-libraries] Compiling drift v0.2.0
48642026-07-04T16:10:35.116Z[verify-libraries] Compiling uzers v0.12.2
48652026-07-04T16:10:35.348Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48662026-07-04T16:10:35.414Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48672026-07-04T16:10:35.572Z[verify-libraries] Compiling samael v0.0.19
48682026-07-04T16:10:35.812Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48692026-07-04T16:10:36.318Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48702026-07-04T16:10:36.484Z[verify-libraries] Compiling git2 v0.20.4
48712026-07-04T16:10:38.213Z[ recovery-image] Jul 04 16:10:37.450 INFO O| Jul 04 16:10:37.450 INFO O| Download: 10388/16572 items 103.4/199.6MB 51% complete (1.6M/s)
48722026-07-04T16:10:38.256Z[ host-image] Jul 04 16:10:37.493 INFO O| Jul 04 16:10:37.493 INFO O| Download: 22887/23767 items 215.0/222.4MB 96% complete (3.2M/s)
48732026-07-04T16:10:40.605Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48742026-07-04T16:10:40.832Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48752026-07-04T16:10:41.095Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48762026-07-04T16:10:41.314Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48772026-07-04T16:10:41.439Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48782026-07-04T16:10:42.416Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48792026-07-04T16:10:42.745Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48802026-07-04T16:10:43.200Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48812026-07-04T16:10:43.248Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48822026-07-04T16:10:43.257Z[ host-image] Jul 04 16:10:42.494 INFO O| Jul 04 16:10:42.494 INFO O| Download: 23033/23767 items 217.9/222.4MB 97% complete (2.6M/s)
48832026-07-04T16:10:43.276Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48842026-07-04T16:10:43.447Z[ recovery-image] Jul 04 16:10:42.684 INFO O| Jul 04 16:10:42.684 INFO O| Download: 11624/16572 items 110.0/199.6MB 55% complete (836k/s)
48852026-07-04T16:10:43.662Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48862026-07-04T16:10:43.848Z[verify-libraries] Compiling multimap v0.10.1
48872026-07-04T16:10:44.033Z[verify-libraries] Compiling termios v0.3.3
48882026-07-04T16:10:44.244Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48892026-07-04T16:10:44.618Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48902026-07-04T16:10:45.398Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48912026-07-04T16:10:47.240Z[ host-image] Jul 04 16:10:46.477 INFO O| Jul 04 16:10:46.477 INFO O| Download: Completed 222.36 MB in 109.88 seconds (2.0M/s)
48922026-07-04T16:10:48.514Z[ recovery-image] Jul 04 16:10:47.751 INFO O| Jul 04 16:10:47.750 INFO O| Download: 12489/16572 items 146.3/199.6MB 73% complete (4.0M/s)
48932026-07-04T16:10:51.561Z[ host-image] Jul 04 16:10:50.798 INFO O| Jul 04 16:10:50.798 INFO O| Actions: 1/53970 actions (Installing new actions)
48942026-07-04T16:10:53.524Z[ recovery-image] Jul 04 16:10:52.759 INFO O| Jul 04 16:10:52.759 INFO O| Download: 13986/16572 items 156.9/199.6MB 78% complete (4.7M/s)
48952026-07-04T16:10:55.415Z[verify-libraries] Compiling polar-core v0.27.3
48962026-07-04T16:10:56.561Z[ host-image] Jul 04 16:10:55.798 INFO O| Jul 04 16:10:55.798 INFO O| Actions: 22329/53970 actions (Installing new actions)
48972026-07-04T16:10:58.598Z[ recovery-image] Jul 04 16:10:57.835 INFO O| Jul 04 16:10:57.835 INFO O| Download: 15378/16572 items 167.5/199.6MB 83% complete (2.0M/s)
48982026-07-04T16:10:59.828Z[ host-image] Jul 04 16:10:59.064 INFO O| Jul 04 16:10:59.064 INFO O| Actions: Completed 53970 actions in 8.26 seconds.
48992026-07-04T16:10:59.908Z[ host-image] Jul 04 16:10:59.145 INFO O| Jul 04 16:10:59.144 INFO O| Finalize: Updating package state database ... Done
49002026-07-04T16:10:59.908Z[ host-image] Jul 04 16:10:59.145 INFO O| Jul 04 16:10:59.145 INFO O| Finalize: Updating package cache ... Done
49012026-07-04T16:11:00.013Z[ host-image] Jul 04 16:10:59.248 INFO O| Jul 04 16:10:59.248 INFO O| Finalize: Updating image state ... Done
49022026-07-04T16:11:00.661Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49032026-07-04T16:11:01.340Z[ host-image] Jul 04 16:11:00.576 INFO O| Jul 04 16:11:00.576 INFO O| Finalize: Creating fast lookup database ... Done
49042026-07-04T16:11:01.376Z[ host-image] Jul 04 16:11:00.613 INFO O| Jul 04 16:11:00.613 INFO O| Finalize: Reading search index ... Done
49052026-07-04T16:11:01.589Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
49062026-07-04T16:11:02.722Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49072026-07-04T16:11:03.471Z[verify-libraries] Compiling oso v0.27.3
49082026-07-04T16:11:03.600Z[ recovery-image] Jul 04 16:11:02.837 INFO O| Jul 04 16:11:02.837 INFO O| Download: 16309/16572 items 193.6/199.6MB 96% complete (3.7M/s)
49092026-07-04T16:11:04.464Z[ host-image] Jul 04 16:11:03.700 INFO O| Jul 04 16:11:03.700 INFO O| Finalize: Building new search index ... Done
49102026-07-04T16:11:05.126Z[ host-image] Jul 04 16:11:04.362 INFO O| Jul 04 16:11:04.362 INFO O| Finalize: Updating package cache ... Done
49112026-07-04T16:11:05.332Z[ host-image] Jul 04 16:11:04.568 INFO O| Jul 04 16:11:04.568 INFO STEP 11 (pkg_install) COMPLETE
49122026-07-04T16:11:05.332Z[ host-image] Jul 04 16:11:04.568 INFO O| Jul 04 16:11:04.568 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49132026-07-04T16:11:05.347Z[ host-image] Jul 04 16:11:04.582 INFO O| Jul 04 16:11:04.582 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"]
49142026-07-04T16:11:05.699Z[ recovery-image] Jul 04 16:11:04.935 INFO O| Jul 04 16:11:04.935 INFO O| Download: Completed 199.55 MB in 84.13 seconds (2.4M/s)
49152026-07-04T16:11:09.100Z[ recovery-image] Jul 04 16:11:08.330 INFO O| Jul 04 16:11:08.330 INFO O| Actions: 1/27411 actions (Installing new actions)
49162026-07-04T16:11:09.279Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49172026-07-04T16:11:09.357Z[ host-image] Jul 04 16:11:08.593 INFO O| Jul 04 16:11:08.593 INFO O| Startup: Refreshing catalog 'helios' ... Done
49182026-07-04T16:11:09.562Z[ host-image] Jul 04 16:11:08.798 INFO O| Jul 04 16:11:08.798 INFO O| Startup: Caching catalogs ... Done
49192026-07-04T16:11:09.791Z[ host-image] Jul 04 16:11:09.028 INFO O| Jul 04 16:11:09.028 INFO O| Planning: Solver setup ... Done
49202026-07-04T16:11:09.797Z[ host-image] Jul 04 16:11:09.034 INFO O| Jul 04 16:11:09.034 INFO O| Planning: Running solver ... Done
49212026-07-04T16:11:09.804Z[ host-image] Jul 04 16:11:09.041 INFO O| Jul 04 16:11:09.041 INFO O| Planning: Finding local manifests ... Done
49222026-07-04T16:11:09.831Z[ host-image] Jul 04 16:11:09.067 INFO O| Jul 04 16:11:09.067 INFO O| Planning: Fetching manifests: 0/6 0% complete
49232026-07-04T16:11:09.881Z[ host-image] Jul 04 16:11:09.117 INFO O| Jul 04 16:11:09.117 INFO O| Planning: Fetching manifests: 6/6 100% complete
49242026-07-04T16:11:09.906Z[ host-image] Jul 04 16:11:09.142 INFO O| Jul 04 16:11:09.142 INFO O| Planning: Package planning ... Done
49252026-07-04T16:11:09.909Z[ host-image] Jul 04 16:11:09.144 INFO O| Jul 04 16:11:09.144 INFO O| Planning: Merging actions ... Done
49262026-07-04T16:11:10.168Z[ host-image] Jul 04 16:11:09.404 INFO O| Jul 04 16:11:09.404 INFO O| Planning: Checking for conflicting actions ... Done
49272026-07-04T16:11:10.171Z[ host-image] Jul 04 16:11:09.405 INFO O| Jul 04 16:11:09.405 INFO O| Planning: Consolidating action changes ... Done
49282026-07-04T16:11:10.355Z[ host-image] Jul 04 16:11:09.591 INFO O| Jul 04 16:11:09.591 INFO O| Planning: Evaluating mediators ... Done
49292026-07-04T16:11:10.358Z[ host-image] Jul 04 16:11:09.592 INFO O| Jul 04 16:11:09.592 INFO O| Planning: Planning completed in 0.79 seconds
49302026-07-04T16:11:10.358Z[ host-image] Jul 04 16:11:09.593 INFO O| Jul 04 16:11:09.593 INFO O| Packages to install: 6
49312026-07-04T16:11:10.358Z[ host-image] Jul 04 16:11:09.593 INFO O| Jul 04 16:11:09.593 INFO O| Services to change: 2
49322026-07-04T16:11:10.370Z[ host-image] Jul 04 16:11:09.606 INFO O| Jul 04 16:11:09.606 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49332026-07-04T16:11:12.246Z[ host-image] Jul 04 16:11:11.482 INFO O| Jul 04 16:11:11.473 INFO O| Download: Completed 1.75 MB in 1.87 seconds (957k/s)
49342026-07-04T16:11:12.858Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49352026-07-04T16:11:14.095Z[ recovery-image] Jul 04 16:11:13.331 INFO O| Jul 04 16:11:13.331 INFO O| Actions: 19518/27411 actions (Installing new actions)
49362026-07-04T16:11:15.217Z[ host-image] Jul 04 16:11:14.362 INFO O| Jul 04 16:11:14.316 INFO O| Actions: 1/390 actions (Installing new actions)
49372026-07-04T16:11:15.692Z[ host-image] Jul 04 16:11:14.661 INFO O| Jul 04 16:11:14.661 INFO O| Actions: Completed 390 actions in 0.34 seconds.
49382026-07-04T16:11:15.692Z[ host-image] Jul 04 16:11:14.678 INFO O| Jul 04 16:11:14.678 INFO O| Finalize: Updating package state database ... Done
49392026-07-04T16:11:15.692Z[ host-image] Jul 04 16:11:14.678 INFO O| Jul 04 16:11:14.678 INFO O| Finalize: Updating package cache ... Done
49402026-07-04T16:11:15.692Z[ host-image] Jul 04 16:11:14.721 INFO O| Jul 04 16:11:14.721 INFO O| Finalize: Updating image state ... Done
49412026-07-04T16:11:15.932Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49422026-07-04T16:11:16.266Z[ recovery-image] Jul 04 16:11:15.502 INFO O| Jul 04 16:11:15.502 INFO O| Actions: Completed 27411 actions in 7.17 seconds.
49432026-07-04T16:11:16.342Z[ recovery-image] Jul 04 16:11:15.579 INFO O| Jul 04 16:11:15.579 INFO O| Finalize: Updating package state database ... Done
49442026-07-04T16:11:16.342Z[ recovery-image] Jul 04 16:11:15.579 INFO O| Jul 04 16:11:15.579 INFO O| Finalize: Updating package cache ... Done
49452026-07-04T16:11:16.394Z[ recovery-image] Jul 04 16:11:15.631 INFO O| Jul 04 16:11:15.630 INFO O| Finalize: Updating image state ... Done
49462026-07-04T16:11:16.676Z[ host-image] Jul 04 16:11:15.913 INFO O| Jul 04 16:11:15.913 INFO O| Finalize: Creating fast lookup database ... Done
49472026-07-04T16:11:16.709Z[ host-image] Jul 04 16:11:15.946 INFO O| Jul 04 16:11:15.946 INFO O| Finalize: Reading search index ... Done
49482026-07-04T16:11:16.709Z[ host-image] Jul 04 16:11:15.946 INFO O| Jul 04 16:11:15.946 INFO O| Finalize: Updating search index ... Done
49492026-07-04T16:11:16.726Z[ host-image] Jul 04 16:11:15.963 INFO O| Jul 04 16:11:15.963 INFO O| Finalize: Updating package cache ... Done
49502026-07-04T16:11:16.920Z[ host-image] Jul 04 16:11:16.156 INFO O| Jul 04 16:11:16.156 INFO STEP 12 (pkg_install) COMPLETE
49512026-07-04T16:11:16.920Z[ host-image] Jul 04 16:11:16.156 INFO O| Jul 04 16:11:16.156 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49522026-07-04T16:11:16.932Z[ host-image] Jul 04 16:11:16.169 INFO O| Jul 04 16:11:16.169 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49532026-07-04T16:11:17.166Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49542026-07-04T16:11:17.278Z[ recovery-image] Jul 04 16:11:16.507 INFO O| Jul 04 16:11:16.507 INFO O| Finalize: Creating fast lookup database ... Done
49552026-07-04T16:11:17.283Z[ recovery-image] Jul 04 16:11:16.520 INFO O| Jul 04 16:11:16.519 INFO O| Finalize: Reading search index ... Done
49562026-07-04T16:11:18.351Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49572026-07-04T16:11:18.881Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49582026-07-04T16:11:19.141Z[ recovery-image] Jul 04 16:11:18.378 INFO O| Jul 04 16:11:18.378 INFO O| Finalize: Building new search index ... Done
49592026-07-04T16:11:19.257Z[ host-image] Jul 04 16:11:18.493 INFO O| Jul 04 16:11:18.492 INFO O| Startup: Refreshing catalog 'helios' ... Done
49602026-07-04T16:11:19.410Z[ host-image] Jul 04 16:11:18.646 INFO O| Jul 04 16:11:18.646 INFO O| Startup: Caching catalogs ... Done
49612026-07-04T16:11:19.481Z[ recovery-image] Jul 04 16:11:18.717 INFO O| Jul 04 16:11:18.717 INFO O| Finalize: Updating package cache ... Done
49622026-07-04T16:11:19.615Z[ host-image] Jul 04 16:11:18.851 INFO O| Jul 04 16:11:18.851 INFO O| Planning: Solver setup ... Done
49632026-07-04T16:11:19.620Z[ host-image] Jul 04 16:11:18.857 INFO O| Jul 04 16:11:18.857 INFO O| Planning: Running solver ... Done
49642026-07-04T16:11:19.627Z[ host-image] Jul 04 16:11:18.864 INFO O| Jul 04 16:11:18.864 INFO O| Planning: Finding local manifests ... Done
49652026-07-04T16:11:19.647Z[ host-image] Jul 04 16:11:18.884 INFO O| Jul 04 16:11:18.884 INFO O| Planning: Fetching manifests: 0/6 0% complete
49662026-07-04T16:11:19.703Z[ recovery-image] Jul 04 16:11:18.940 INFO O| Jul 04 16:11:18.940 INFO STEP 11 (pkg_install) COMPLETE
49672026-07-04T16:11:19.703Z[ recovery-image] Jul 04 16:11:18.940 INFO O| Jul 04 16:11:18.940 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49682026-07-04T16:11:19.703Z[ recovery-image] Jul 04 16:11:18.940 INFO O| Jul 04 16:11:18.940 INFO skip step because feature "recovery" is enabled
49692026-07-04T16:11:19.709Z[ recovery-image] Jul 04 16:11:18.940 INFO O| Jul 04 16:11:18.940 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49702026-07-04T16:11:19.709Z[ recovery-image] Jul 04 16:11:18.940 INFO O| Jul 04 16:11:18.940 INFO skip step because feature "omicron1" is not enabled
49712026-07-04T16:11:19.709Z[ recovery-image] Jul 04 16:11:18.940 INFO O| Jul 04 16:11:18.940 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49722026-07-04T16:11:19.716Z[ recovery-image] Jul 04 16:11:18.953 INFO O| Jul 04 16:11:18.953 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49732026-07-04T16:11:19.740Z[ host-image] Jul 04 16:11:18.976 INFO O| Jul 04 16:11:18.976 INFO O| Planning: Fetching manifests: 6/6 100% complete
49742026-07-04T16:11:19.824Z[ host-image] Jul 04 16:11:19.061 INFO O| Jul 04 16:11:19.061 INFO O| Planning: Package planning ... Done
49752026-07-04T16:11:19.834Z[ host-image] Jul 04 16:11:19.070 INFO O| Jul 04 16:11:19.070 INFO O| Planning: Merging actions ... Done
49762026-07-04T16:11:19.891Z[ host-image] Jul 04 16:11:19.127 INFO O| Jul 04 16:11:19.126 INFO O| Planning: Checking for conflicting actions ... Done
49772026-07-04T16:11:19.911Z[ host-image] Jul 04 16:11:19.147 INFO O| Jul 04 16:11:19.147 INFO O| Planning: Consolidating action changes ... Done
49782026-07-04T16:11:20.135Z[ host-image] Jul 04 16:11:19.371 INFO O| Jul 04 16:11:19.371 INFO O| Planning: Evaluating mediators ... Done
49792026-07-04T16:11:20.138Z[ host-image] Jul 04 16:11:19.374 INFO O| Jul 04 16:11:19.374 INFO O| Planning: Planning completed in 0.72 seconds
49802026-07-04T16:11:20.138Z[ host-image] Jul 04 16:11:19.375 INFO O| Jul 04 16:11:19.375 INFO O| Packages to install: 6
49812026-07-04T16:11:20.141Z[ host-image] Jul 04 16:11:19.375 INFO O| Jul 04 16:11:19.375 INFO O| Mediators to change: 1
49822026-07-04T16:11:20.141Z[ host-image] Jul 04 16:11:19.375 INFO O| Jul 04 16:11:19.375 INFO O| Services to change: 1
49832026-07-04T16:11:20.150Z[ host-image] Jul 04 16:11:19.386 INFO O| Jul 04 16:11:19.386 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49842026-07-04T16:11:20.726Z[ recovery-image] Jul 04 16:11:19.963 INFO O| Jul 04 16:11:19.963 INFO O| Startup: Refreshing catalog 'helios' ... Done
49852026-07-04T16:11:20.866Z[ recovery-image] Jul 04 16:11:20.103 INFO O| Jul 04 16:11:20.103 INFO O| Startup: Caching catalogs ... Done
49862026-07-04T16:11:21.070Z[ recovery-image] Jul 04 16:11:20.306 INFO O| Jul 04 16:11:20.306 INFO O| Planning: Solver setup ... Done
49872026-07-04T16:11:21.074Z[ recovery-image] Jul 04 16:11:20.311 INFO O| Jul 04 16:11:20.311 INFO O| Planning: Running solver ... Done
49882026-07-04T16:11:21.079Z[ recovery-image] Jul 04 16:11:20.316 INFO O| Jul 04 16:11:20.316 INFO O| Planning: Finding local manifests ... Done
49892026-07-04T16:11:21.531Z[ recovery-image] Jul 04 16:11:20.767 INFO O| Jul 04 16:11:20.767 INFO O| Planning: Fetching manifests: 0/1 0% complete
49902026-07-04T16:11:21.544Z[ recovery-image] Jul 04 16:11:20.781 INFO O| Jul 04 16:11:20.780 INFO O| Planning: Fetching manifests: 1/1 100% complete
49912026-07-04T16:11:21.565Z[ recovery-image] Jul 04 16:11:20.801 INFO O| Jul 04 16:11:20.801 INFO O| Planning: Package planning ... Done
49922026-07-04T16:11:21.568Z[ recovery-image] Jul 04 16:11:20.802 INFO O| Jul 04 16:11:20.802 INFO O| Planning: Merging actions ... Done
49932026-07-04T16:11:21.661Z[ recovery-image] Jul 04 16:11:20.898 INFO O| Jul 04 16:11:20.898 INFO O| Planning: Checking for conflicting actions ... Done
49942026-07-04T16:11:21.664Z[ recovery-image] Jul 04 16:11:20.898 INFO O| Jul 04 16:11:20.898 INFO O| Planning: Consolidating action changes ... Done
49952026-07-04T16:11:21.769Z[ recovery-image] Jul 04 16:11:21.006 INFO O| Jul 04 16:11:21.006 INFO O| Planning: Evaluating mediators ... Done
49962026-07-04T16:11:21.773Z[ recovery-image] Jul 04 16:11:21.006 INFO O| Jul 04 16:11:21.006 INFO O| Planning: Planning completed in 0.89 seconds
49972026-07-04T16:11:21.773Z[ recovery-image] Jul 04 16:11:21.007 INFO O| Jul 04 16:11:21.007 INFO O| Packages to install: 1
49982026-07-04T16:11:21.783Z[ recovery-image] Jul 04 16:11:21.020 INFO O| Jul 04 16:11:21.020 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
49992026-07-04T16:11:22.253Z[ recovery-image] Jul 04 16:11:21.489 INFO O| Jul 04 16:11:21.489 INFO O| Download: Completed 13.06 MB in 0.47 seconds (28.0M/s)
50002026-07-04T16:11:22.426Z[ recovery-image] Jul 04 16:11:21.663 INFO O| Jul 04 16:11:21.662 INFO O| Actions: 1/22 actions (Installing new actions)
50012026-07-04T16:11:22.674Z[ recovery-image] Jul 04 16:11:21.911 INFO O| Jul 04 16:11:21.910 INFO O| Actions: Completed 22 actions in 0.25 seconds.
50022026-07-04T16:11:22.689Z[ recovery-image] Jul 04 16:11:21.926 INFO O| Jul 04 16:11:21.926 INFO O| Finalize: Updating package state database ... Done
50032026-07-04T16:11:22.689Z[ recovery-image] Jul 04 16:11:21.926 INFO O| Jul 04 16:11:21.926 INFO O| Finalize: Updating package cache ... Done
50042026-07-04T16:11:22.725Z[ recovery-image] Jul 04 16:11:21.962 INFO O| Jul 04 16:11:21.962 INFO O| Finalize: Updating image state ... Done
50052026-07-04T16:11:23.358Z[ recovery-image] Jul 04 16:11:22.591 INFO O| Jul 04 16:11:22.591 INFO O| Finalize: Creating fast lookup database ... Done
50062026-07-04T16:11:23.370Z[ recovery-image] Jul 04 16:11:22.607 INFO O| Jul 04 16:11:22.607 INFO O| Finalize: Reading search index ... Done
50072026-07-04T16:11:23.370Z[ recovery-image] Jul 04 16:11:22.607 INFO O| Jul 04 16:11:22.607 INFO O| Finalize: Updating search index ... Done
50082026-07-04T16:11:23.381Z[ recovery-image] Jul 04 16:11:22.618 INFO O| Jul 04 16:11:22.618 INFO O| Finalize: Updating package cache ... Done
50092026-07-04T16:11:23.551Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO STEP 14 (pkg_install) COMPLETE
50102026-07-04T16:11:23.552Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50112026-07-04T16:11:23.552Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO skip step because feature "mfg" is not enabled
50122026-07-04T16:11:23.555Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50132026-07-04T16:11:23.555Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO skip step because feature "compliance" is not enabled
50142026-07-04T16:11:23.555Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50152026-07-04T16:11:23.555Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO skip step because feature "stress" is not enabled
50162026-07-04T16:11:23.555Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50172026-07-04T16:11:23.555Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO skip step because feature "compliance" is not enabled
50182026-07-04T16:11:23.555Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50192026-07-04T16:11:23.556Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO skip step because feature "nfs" is not enabled
50202026-07-04T16:11:23.556Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50212026-07-04T16:11:23.556Z[ recovery-image] Jul 04 16:11:22.788 INFO O| Jul 04 16:11:22.788 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50222026-07-04T16:11:23.936Z[ recovery-image] Jul 04 16:11:23.172 INFO O| Jul 04 16:11:23.172 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50232026-07-04T16:11:24.382Z[ recovery-image] Jul 04 16:11:23.618 INFO O| Jul 04 16:11:23.567 INFO completed processing sled/ramdisk-01-os
50242026-07-04T16:11:24.385Z[ recovery-image] Jul 04 16:11:23.620 INFO image builder template: ramdisk-02-trim...
50252026-07-04T16:11:24.397Z[ recovery-image] Jul 04 16:11:23.620 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/.tmpsXpZXY/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
50262026-07-04T16:11:24.411Z[ recovery-image] Jul 04 16:11:23.648 INFO O| Jul 04 16:11:23.647 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50272026-07-04T16:11:24.416Z[ recovery-image] Jul 04 16:11:23.653 INFO O| Jul 04 16:11:23.653 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50282026-07-04T16:11:24.637Z[ host-image] Jul 04 16:11:23.873 INFO O| Jul 04 16:11:23.873 INFO O| Download: Completed 7.84 MB in 4.49 seconds (1.8M/s)
50292026-07-04T16:11:25.758Z[ recovery-image] Jul 04 16:11:24.994 INFO O| Jul 04 16:11:24.994 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50302026-07-04T16:11:25.844Z[ host-image] Jul 04 16:11:25.081 INFO O| Jul 04 16:11:25.081 INFO O| Actions: 1/1366 actions (Installing new actions)
50312026-07-04T16:11:26.121Z[ host-image] Jul 04 16:11:25.357 INFO O| Jul 04 16:11:25.357 INFO O| Actions: Completed 1366 actions in 0.28 seconds.
50322026-07-04T16:11:26.136Z[ host-image] Jul 04 16:11:25.372 INFO O| Jul 04 16:11:25.372 INFO O| Finalize: Updating package state database ... Done
50332026-07-04T16:11:26.139Z[ host-image] Jul 04 16:11:25.372 INFO O| Jul 04 16:11:25.372 INFO O| Finalize: Updating package cache ... Done
50342026-07-04T16:11:26.171Z[ host-image] Jul 04 16:11:25.406 INFO O| Jul 04 16:11:25.406 INFO O| Finalize: Updating image state ... Done
50352026-07-04T16:11:26.533Z[ recovery-image] Jul 04 16:11:25.769 INFO O| Jul 04 16:11:25.769 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50362026-07-04T16:11:26.533Z[ recovery-image] Jul 04 16:11:25.769 INFO O| Jul 04 16:11:25.769 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50372026-07-04T16:11:26.539Z[ recovery-image] Jul 04 16:11:25.775 INFO O| Jul 04 16:11:25.775 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50382026-07-04T16:11:26.543Z[ recovery-image] Jul 04 16:11:25.780 INFO O| Jul 04 16:11:25.780 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50392026-07-04T16:11:26.549Z[ recovery-image] Jul 04 16:11:25.785 INFO O| Jul 04 16:11:25.785 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50402026-07-04T16:11:27.143Z[ recovery-image] Jul 04 16:11:26.379 INFO O| Jul 04 16:11:26.379 INFO rolled back to input snapshot; work may begin
50412026-07-04T16:11:27.143Z[ recovery-image] Jul 04 16:11:26.379 INFO O| Jul 04 16:11:26.379 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50422026-07-04T16:11:27.151Z[ recovery-image] Jul 04 16:11:26.384 INFO O| Jul 04 16:11:26.384 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50432026-07-04T16:11:27.160Z[ recovery-image] Jul 04 16:11:26.393 INFO O| Jul 04 16:11:26.393 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50442026-07-04T16:11:27.221Z[ recovery-image] Jul 04 16:11:26.457 INFO O| Jul 04 16:11:26.457 INFO STEP 0 (remove_files) COMPLETE
50452026-07-04T16:11:27.221Z[ recovery-image] Jul 04 16:11:26.457 INFO O| Jul 04 16:11:26.457 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50462026-07-04T16:11:27.231Z[ recovery-image] Jul 04 16:11:26.467 INFO O| Jul 04 16:11:26.467 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50472026-07-04T16:11:27.235Z[ recovery-image] Jul 04 16:11:26.469 INFO O| Jul 04 16:11:26.469 INFO STEP 1 (remove_files) COMPLETE
50482026-07-04T16:11:27.235Z[ recovery-image] Jul 04 16:11:26.469 INFO O| Jul 04 16:11:26.469 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50492026-07-04T16:11:27.243Z[ recovery-image] Jul 04 16:11:26.479 INFO O| Jul 04 16:11:26.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50502026-07-04T16:11:27.257Z[ recovery-image] Jul 04 16:11:26.493 INFO O| Jul 04 16:11:26.493 INFO STEP 2 (remove_files) COMPLETE
50512026-07-04T16:11:27.257Z[ recovery-image] Jul 04 16:11:26.493 INFO O| Jul 04 16:11:26.493 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50522026-07-04T16:11:27.269Z[ recovery-image] Jul 04 16:11:26.505 INFO O| Jul 04 16:11:26.505 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50532026-07-04T16:11:27.272Z[ recovery-image] Jul 04 16:11:26.506 INFO O| Jul 04 16:11:26.506 INFO STEP 3 (remove_files) COMPLETE
50542026-07-04T16:11:27.272Z[ recovery-image] Jul 04 16:11:26.506 INFO O| Jul 04 16:11:26.506 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50552026-07-04T16:11:27.280Z[ recovery-image] Jul 04 16:11:26.516 INFO O| Jul 04 16:11:26.516 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50562026-07-04T16:11:27.283Z[ recovery-image] Jul 04 16:11:26.520 INFO O| Jul 04 16:11:26.520 INFO STEP 4 (remove_files) COMPLETE
50572026-07-04T16:11:27.283Z[ recovery-image] Jul 04 16:11:26.520 INFO O| Jul 04 16:11:26.520 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50582026-07-04T16:11:27.293Z[ recovery-image] Jul 04 16:11:26.529 INFO O| Jul 04 16:11:26.529 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
50592026-07-04T16:11:27.293Z[ recovery-image] Jul 04 16:11:26.529 INFO O| Jul 04 16:11:26.529 INFO STEP 5 (remove_files) COMPLETE
50602026-07-04T16:11:27.296Z[ recovery-image] Jul 04 16:11:26.529 INFO O| Jul 04 16:11:26.529 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50612026-07-04T16:11:27.301Z[ recovery-image] Jul 04 16:11:26.538 INFO O| Jul 04 16:11:26.538 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
50622026-07-04T16:11:27.314Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO STEP 6 (remove_files) COMPLETE
50632026-07-04T16:11:27.314Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50642026-07-04T16:11:27.314Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO skip step because feature "heliosv2" is not enabled
50652026-07-04T16:11:27.317Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50662026-07-04T16:11:27.318Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO skip step because feature "recovery" is enabled
50672026-07-04T16:11:27.318Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50682026-07-04T16:11:27.318Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO skip step because feature "recovery" is enabled
50692026-07-04T16:11:27.318Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50702026-07-04T16:11:27.318Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO skip step because feature "recovery" is enabled
50712026-07-04T16:11:27.318Z[ recovery-image] Jul 04 16:11:26.551 INFO O| Jul 04 16:11:26.551 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50722026-07-04T16:11:27.324Z[ recovery-image] Jul 04 16:11:26.561 INFO O| Jul 04 16:11:26.561 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
50732026-07-04T16:11:27.327Z[ recovery-image] Jul 04 16:11:26.564 INFO O| Jul 04 16:11:26.564 INFO STEP 11 (remove_files) COMPLETE
50742026-07-04T16:11:27.330Z[ recovery-image] Jul 04 16:11:26.564 INFO O| Jul 04 16:11:26.564 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50752026-07-04T16:11:27.330Z[ host-image] Jul 04 16:11:26.565 INFO O| Jul 04 16:11:26.565 INFO O| Finalize: Creating fast lookup database ... Done
50762026-07-04T16:11:27.337Z[ recovery-image] Jul 04 16:11:26.574 INFO O| Jul 04 16:11:26.574 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
50772026-07-04T16:11:27.340Z[ recovery-image] Jul 04 16:11:26.575 INFO O| Jul 04 16:11:26.574 INFO STEP 12 (remove_files) COMPLETE
50782026-07-04T16:11:27.340Z[ recovery-image] Jul 04 16:11:26.575 INFO O| Jul 04 16:11:26.575 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50792026-07-04T16:11:27.348Z[ recovery-image] Jul 04 16:11:26.585 INFO O| Jul 04 16:11:26.585 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
50802026-07-04T16:11:27.352Z[ recovery-image] Jul 04 16:11:26.586 INFO O| Jul 04 16:11:26.586 INFO STEP 13 (remove_files) COMPLETE
50812026-07-04T16:11:27.352Z[ recovery-image] Jul 04 16:11:26.586 INFO O| Jul 04 16:11:26.586 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50822026-07-04T16:11:27.367Z[ recovery-image] Jul 04 16:11:26.603 INFO O| Jul 04 16:11:26.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
50832026-07-04T16:11:27.367Z[ recovery-image] Jul 04 16:11:26.603 INFO O| Jul 04 16:11:26.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
50842026-07-04T16:11:27.387Z[ host-image] Jul 04 16:11:26.623 INFO O| Jul 04 16:11:26.623 INFO O| Finalize: Reading search index ... Done
50852026-07-04T16:11:27.387Z[ host-image] Jul 04 16:11:26.624 INFO O| Jul 04 16:11:26.624 INFO O| Finalize: Updating search index ... Done
50862026-07-04T16:11:27.410Z[ recovery-image] Jul 04 16:11:26.646 INFO O| Jul 04 16:11:26.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
50872026-07-04T16:11:27.416Z[ recovery-image] Jul 04 16:11:26.652 INFO O| Jul 04 16:11:26.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
50882026-07-04T16:11:27.521Z[ host-image] Jul 04 16:11:26.751 INFO O| Jul 04 16:11:26.750 INFO O| Finalize: Updating package cache ... Done
50892026-07-04T16:11:27.624Z[ recovery-image] Jul 04 16:11:26.847 INFO O| Jul 04 16:11:26.847 INFO STEP 14 (remove_files) COMPLETE
50902026-07-04T16:11:27.624Z[ recovery-image] Jul 04 16:11:26.847 INFO O| Jul 04 16:11:26.847 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50912026-07-04T16:11:27.628Z[ recovery-image] Jul 04 16:11:26.858 INFO O| Jul 04 16:11:26.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
50922026-07-04T16:11:27.638Z[ recovery-image] Jul 04 16:11:26.859 INFO O| Jul 04 16:11:26.859 INFO STEP 15 (remove_files) COMPLETE
50932026-07-04T16:11:27.638Z[ recovery-image] Jul 04 16:11:26.859 INFO O| Jul 04 16:11:26.859 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50942026-07-04T16:11:27.638Z[ recovery-image] Jul 04 16:11:26.870 INFO O| Jul 04 16:11:26.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
50952026-07-04T16:11:27.641Z[ recovery-image] Jul 04 16:11:26.876 INFO O| Jul 04 16:11:26.876 INFO STEP 16 (remove_files) COMPLETE
50962026-07-04T16:11:27.641Z[ recovery-image] Jul 04 16:11:26.876 INFO O| Jul 04 16:11:26.876 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50972026-07-04T16:11:27.651Z[ recovery-image] Jul 04 16:11:26.888 INFO O| Jul 04 16:11:26.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
50982026-07-04T16:11:27.654Z[ recovery-image] Jul 04 16:11:26.888 INFO O| Jul 04 16:11:26.888 INFO STEP 17 (remove_files) COMPLETE
50992026-07-04T16:11:27.654Z[ recovery-image] Jul 04 16:11:26.888 INFO O| Jul 04 16:11:26.888 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51002026-07-04T16:11:27.682Z[ recovery-image] Jul 04 16:11:26.918 INFO O| Jul 04 16:11:26.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51012026-07-04T16:11:27.682Z[ recovery-image] Jul 04 16:11:26.919 INFO O| Jul 04 16:11:26.899 INFO STEP 18 (remove_files) COMPLETE
51022026-07-04T16:11:27.682Z[ host-image] Jul 04 16:11:26.919 INFO O| Jul 04 16:11:26.918 INFO STEP 13 (pkg_install) COMPLETE
51032026-07-04T16:11:27.682Z[ recovery-image] Jul 04 16:11:26.919 INFO O| Jul 04 16:11:26.899 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-07-04T16:11:27.686Z[ host-image] Jul 04 16:11:26.919 INFO O| Jul 04 16:11:26.919 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
51052026-07-04T16:11:27.686Z[ recovery-image] Jul 04 16:11:26.919 INFO O| Jul 04 16:11:26.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51062026-07-04T16:11:27.686Z[ recovery-image] Jul 04 16:11:26.919 INFO O| Jul 04 16:11:26.910 INFO STEP 19 (remove_files) COMPLETE
51072026-07-04T16:11:27.686Z[ recovery-image] Jul 04 16:11:26.919 INFO O| Jul 04 16:11:26.910 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-07-04T16:11:27.691Z[ host-image] Jul 04 16:11:26.928 INFO O| Jul 04 16:11:26.928 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
51092026-07-04T16:11:27.708Z[ recovery-image] Jul 04 16:11:26.945 INFO O| Jul 04 16:11:26.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51102026-07-04T16:11:27.708Z[ recovery-image] Jul 04 16:11:26.945 INFO O| Jul 04 16:11:26.945 INFO STEP 20 (remove_files) COMPLETE
51112026-07-04T16:11:27.708Z[ recovery-image] Jul 04 16:11:26.945 INFO O| Jul 04 16:11:26.945 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51122026-07-04T16:11:27.727Z[ recovery-image] Jul 04 16:11:26.964 INFO O| Jul 04 16:11:26.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51132026-07-04T16:11:27.727Z[ recovery-image] Jul 04 16:11:26.964 INFO O| Jul 04 16:11:26.964 INFO STEP 21 (remove_files) COMPLETE
51142026-07-04T16:11:27.728Z[ recovery-image] Jul 04 16:11:26.964 INFO O| Jul 04 16:11:26.964 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-07-04T16:11:27.742Z[ recovery-image] Jul 04 16:11:26.979 INFO O| Jul 04 16:11:26.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51162026-07-04T16:11:27.742Z[ recovery-image] Jul 04 16:11:26.979 INFO O| Jul 04 16:11:26.979 INFO STEP 22 (remove_files) COMPLETE
51172026-07-04T16:11:27.754Z[ recovery-image] Jul 04 16:11:26.979 INFO O| Jul 04 16:11:26.979 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-07-04T16:11:27.754Z[ recovery-image] Jul 04 16:11:26.986 INFO O| Jul 04 16:11:26.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51192026-07-04T16:11:27.757Z[ recovery-image] Jul 04 16:11:26.986 INFO O| Jul 04 16:11:26.986 INFO STEP 23 (remove_files) COMPLETE
51202026-07-04T16:11:27.757Z[ recovery-image] Jul 04 16:11:26.986 INFO O| Jul 04 16:11:26.986 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-07-04T16:11:27.757Z[ recovery-image] Jul 04 16:11:26.993 INFO O| Jul 04 16:11:26.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51222026-07-04T16:11:27.757Z[ recovery-image] Jul 04 16:11:26.993 INFO O| Jul 04 16:11:26.993 INFO STEP 24 (remove_files) COMPLETE
51232026-07-04T16:11:27.757Z[ recovery-image] Jul 04 16:11:26.993 INFO O| Jul 04 16:11:26.993 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-07-04T16:11:27.765Z[ recovery-image] Jul 04 16:11:27.000 INFO O| Jul 04 16:11:27.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51252026-07-04T16:11:27.765Z[ recovery-image] Jul 04 16:11:27.000 INFO O| Jul 04 16:11:27.000 INFO STEP 25 (remove_files) COMPLETE
51262026-07-04T16:11:27.765Z[ recovery-image] Jul 04 16:11:27.000 INFO O| Jul 04 16:11:27.000 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51272026-07-04T16:11:27.772Z[ recovery-image] Jul 04 16:11:27.008 INFO O| Jul 04 16:11:27.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51282026-07-04T16:11:27.772Z[ recovery-image] Jul 04 16:11:27.008 INFO O| Jul 04 16:11:27.008 INFO STEP 26 (remove_files) COMPLETE
51292026-07-04T16:11:27.775Z[ recovery-image] Jul 04 16:11:27.008 INFO O| Jul 04 16:11:27.008 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-07-04T16:11:27.779Z[ recovery-image] Jul 04 16:11:27.015 INFO O| Jul 04 16:11:27.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51312026-07-04T16:11:27.779Z[ recovery-image] Jul 04 16:11:27.015 INFO O| Jul 04 16:11:27.015 INFO STEP 27 (remove_files) COMPLETE
51322026-07-04T16:11:27.782Z[ recovery-image] Jul 04 16:11:27.015 INFO O| Jul 04 16:11:27.015 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-07-04T16:11:27.786Z[ recovery-image] Jul 04 16:11:27.023 INFO O| Jul 04 16:11:27.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51342026-07-04T16:11:27.786Z[ recovery-image] Jul 04 16:11:27.023 INFO O| Jul 04 16:11:27.023 INFO STEP 28 (remove_files) COMPLETE
51352026-07-04T16:11:27.789Z[ recovery-image] Jul 04 16:11:27.023 INFO O| Jul 04 16:11:27.023 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-07-04T16:11:27.793Z[ recovery-image] Jul 04 16:11:27.030 INFO O| Jul 04 16:11:27.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51372026-07-04T16:11:27.793Z[ recovery-image] Jul 04 16:11:27.030 INFO O| Jul 04 16:11:27.030 INFO STEP 29 (remove_files) COMPLETE
51382026-07-04T16:11:27.796Z[ recovery-image] Jul 04 16:11:27.030 INFO O| Jul 04 16:11:27.030 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-07-04T16:11:27.801Z[ recovery-image] Jul 04 16:11:27.038 INFO O| Jul 04 16:11:27.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51402026-07-04T16:11:27.802Z[ recovery-image] Jul 04 16:11:27.038 INFO O| Jul 04 16:11:27.038 INFO STEP 30 (remove_files) COMPLETE
51412026-07-04T16:11:27.804Z[ recovery-image] Jul 04 16:11:27.038 INFO O| Jul 04 16:11:27.038 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-07-04T16:11:27.810Z[ recovery-image] Jul 04 16:11:27.047 INFO O| Jul 04 16:11:27.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51432026-07-04T16:11:27.810Z[ recovery-image] Jul 04 16:11:27.047 INFO O| Jul 04 16:11:27.047 INFO STEP 31 (remove_files) COMPLETE
51442026-07-04T16:11:27.810Z[ recovery-image] Jul 04 16:11:27.047 INFO O| Jul 04 16:11:27.047 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-07-04T16:11:27.818Z[ recovery-image] Jul 04 16:11:27.055 INFO O| Jul 04 16:11:27.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51462026-07-04T16:11:27.819Z[ recovery-image] Jul 04 16:11:27.055 INFO O| Jul 04 16:11:27.055 INFO STEP 32 (remove_files) COMPLETE
51472026-07-04T16:11:27.821Z[ recovery-image] Jul 04 16:11:27.055 INFO O| Jul 04 16:11:27.055 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-07-04T16:11:27.827Z[ recovery-image] Jul 04 16:11:27.063 INFO O| Jul 04 16:11:27.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51492026-07-04T16:11:27.827Z[ recovery-image] Jul 04 16:11:27.063 INFO O| Jul 04 16:11:27.063 INFO STEP 33 (remove_files) COMPLETE
51502026-07-04T16:11:27.827Z[ recovery-image] Jul 04 16:11:27.063 INFO O| Jul 04 16:11:27.063 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-07-04T16:11:27.904Z[ recovery-image] Jul 04 16:11:27.072 INFO O| Jul 04 16:11:27.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51522026-07-04T16:11:27.904Z[ recovery-image] Jul 04 16:11:27.072 INFO O| Jul 04 16:11:27.072 INFO STEP 34 (remove_files) COMPLETE
51532026-07-04T16:11:27.904Z[ recovery-image] Jul 04 16:11:27.072 INFO O| Jul 04 16:11:27.072 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-07-04T16:11:27.907Z[ recovery-image] Jul 04 16:11:27.079 INFO O| Jul 04 16:11:27.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51552026-07-04T16:11:27.907Z[ recovery-image] Jul 04 16:11:27.079 INFO O| Jul 04 16:11:27.079 INFO STEP 35 (remove_files) COMPLETE
51562026-07-04T16:11:27.907Z[ recovery-image] Jul 04 16:11:27.079 INFO O| Jul 04 16:11:27.079 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-07-04T16:11:27.907Z[ recovery-image] Jul 04 16:11:27.085 INFO O| Jul 04 16:11:27.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51582026-07-04T16:11:27.907Z[ recovery-image] Jul 04 16:11:27.085 INFO O| Jul 04 16:11:27.085 INFO STEP 36 (remove_files) COMPLETE
51592026-07-04T16:11:27.907Z[ recovery-image] Jul 04 16:11:27.085 INFO O| Jul 04 16:11:27.085 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.092 INFO O| Jul 04 16:11:27.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51612026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.092 INFO O| Jul 04 16:11:27.092 INFO STEP 37 (remove_files) COMPLETE
51622026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.092 INFO O| Jul 04 16:11:27.092 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.099 INFO O| Jul 04 16:11:27.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
51642026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.099 INFO O| Jul 04 16:11:27.099 INFO STEP 38 (remove_files) COMPLETE
51652026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.099 INFO O| Jul 04 16:11:27.099 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.106 INFO O| Jul 04 16:11:27.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
51672026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.106 INFO O| Jul 04 16:11:27.106 INFO STEP 39 (remove_files) COMPLETE
51682026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.106 INFO O| Jul 04 16:11:27.106 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.113 INFO O| Jul 04 16:11:27.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
51702026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.113 INFO O| Jul 04 16:11:27.113 INFO STEP 40 (remove_files) COMPLETE
51712026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.113 INFO O| Jul 04 16:11:27.113 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.120 INFO O| Jul 04 16:11:27.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
51732026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.120 INFO O| Jul 04 16:11:27.120 INFO STEP 41 (remove_files) COMPLETE
51742026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.120 INFO O| Jul 04 16:11:27.120 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.127 INFO O| Jul 04 16:11:27.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
51762026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.127 INFO O| Jul 04 16:11:27.127 INFO STEP 42 (remove_files) COMPLETE
51772026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.127 INFO O| Jul 04 16:11:27.127 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.134 INFO O| Jul 04 16:11:27.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
51792026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.135 INFO O| Jul 04 16:11:27.134 INFO STEP 43 (remove_files) COMPLETE
51802026-07-04T16:11:27.908Z[ recovery-image] Jul 04 16:11:27.135 INFO O| Jul 04 16:11:27.135 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-07-04T16:11:27.909Z[ recovery-image] Jul 04 16:11:27.142 INFO O| Jul 04 16:11:27.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
51822026-07-04T16:11:27.909Z[ recovery-image] Jul 04 16:11:27.142 INFO O| Jul 04 16:11:27.142 INFO STEP 44 (remove_files) COMPLETE
51832026-07-04T16:11:27.909Z[ recovery-image] Jul 04 16:11:27.142 INFO O| Jul 04 16:11:27.142 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-07-04T16:11:27.916Z[ recovery-image] Jul 04 16:11:27.152 INFO O| Jul 04 16:11:27.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
51852026-07-04T16:11:27.916Z[ recovery-image] Jul 04 16:11:27.152 INFO O| Jul 04 16:11:27.152 INFO STEP 45 (remove_files) COMPLETE
51862026-07-04T16:11:27.916Z[ recovery-image] Jul 04 16:11:27.152 INFO O| Jul 04 16:11:27.152 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-07-04T16:11:27.924Z[ recovery-image] Jul 04 16:11:27.161 INFO O| Jul 04 16:11:27.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
51882026-07-04T16:11:27.924Z[ recovery-image] Jul 04 16:11:27.161 INFO O| Jul 04 16:11:27.161 INFO STEP 46 (remove_files) COMPLETE
51892026-07-04T16:11:27.928Z[ recovery-image] Jul 04 16:11:27.161 INFO O| Jul 04 16:11:27.161 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-07-04T16:11:27.934Z[ recovery-image] Jul 04 16:11:27.171 INFO O| Jul 04 16:11:27.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
51912026-07-04T16:11:27.934Z[ recovery-image] Jul 04 16:11:27.171 INFO O| Jul 04 16:11:27.171 INFO STEP 47 (remove_files) COMPLETE
51922026-07-04T16:11:27.937Z[ recovery-image] Jul 04 16:11:27.171 INFO O| Jul 04 16:11:27.171 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-07-04T16:11:27.943Z[ recovery-image] Jul 04 16:11:27.179 INFO O| Jul 04 16:11:27.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
51942026-07-04T16:11:27.943Z[ recovery-image] Jul 04 16:11:27.179 INFO O| Jul 04 16:11:27.179 INFO STEP 48 (remove_files) COMPLETE
51952026-07-04T16:11:27.943Z[ recovery-image] Jul 04 16:11:27.179 INFO O| Jul 04 16:11:27.179 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-07-04T16:11:27.951Z[ recovery-image] Jul 04 16:11:27.188 INFO O| Jul 04 16:11:27.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
51972026-07-04T16:11:27.951Z[ recovery-image] Jul 04 16:11:27.188 INFO O| Jul 04 16:11:27.188 INFO STEP 49 (remove_files) COMPLETE
51982026-07-04T16:11:27.954Z[ recovery-image] Jul 04 16:11:27.188 INFO O| Jul 04 16:11:27.188 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-07-04T16:11:27.960Z[ recovery-image] Jul 04 16:11:27.197 INFO O| Jul 04 16:11:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52002026-07-04T16:11:27.960Z[ recovery-image] Jul 04 16:11:27.197 INFO O| Jul 04 16:11:27.197 INFO STEP 50 (remove_files) COMPLETE
52012026-07-04T16:11:27.963Z[ recovery-image] Jul 04 16:11:27.197 INFO O| Jul 04 16:11:27.197 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-07-04T16:11:27.970Z[ recovery-image] Jul 04 16:11:27.207 INFO O| Jul 04 16:11:27.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52032026-07-04T16:11:27.970Z[ recovery-image] Jul 04 16:11:27.207 INFO O| Jul 04 16:11:27.207 INFO STEP 51 (remove_files) COMPLETE
52042026-07-04T16:11:27.973Z[ recovery-image] Jul 04 16:11:27.207 INFO O| Jul 04 16:11:27.207 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-07-04T16:11:27.979Z[ recovery-image] Jul 04 16:11:27.215 INFO O| Jul 04 16:11:27.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52062026-07-04T16:11:27.979Z[ recovery-image] Jul 04 16:11:27.216 INFO O| Jul 04 16:11:27.215 INFO STEP 52 (remove_files) COMPLETE
52072026-07-04T16:11:27.979Z[ recovery-image] Jul 04 16:11:27.216 INFO O| Jul 04 16:11:27.215 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-07-04T16:11:27.987Z[ recovery-image] Jul 04 16:11:27.224 INFO O| Jul 04 16:11:27.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52092026-07-04T16:11:27.987Z[ recovery-image] Jul 04 16:11:27.224 INFO O| Jul 04 16:11:27.224 INFO STEP 53 (remove_files) COMPLETE
52102026-07-04T16:11:27.990Z[ recovery-image] Jul 04 16:11:27.224 INFO O| Jul 04 16:11:27.224 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-07-04T16:11:27.996Z[ recovery-image] Jul 04 16:11:27.232 INFO O| Jul 04 16:11:27.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52122026-07-04T16:11:27.996Z[ recovery-image] Jul 04 16:11:27.233 INFO O| Jul 04 16:11:27.232 INFO STEP 54 (remove_files) COMPLETE
52132026-07-04T16:11:27.996Z[ recovery-image] Jul 04 16:11:27.233 INFO O| Jul 04 16:11:27.232 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-07-04T16:11:28.005Z[ recovery-image] Jul 04 16:11:27.242 INFO O| Jul 04 16:11:27.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52152026-07-04T16:11:28.005Z[ recovery-image] Jul 04 16:11:27.242 INFO O| Jul 04 16:11:27.242 INFO STEP 55 (remove_files) COMPLETE
52162026-07-04T16:11:28.005Z[ recovery-image] Jul 04 16:11:27.242 INFO O| Jul 04 16:11:27.242 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-07-04T16:11:28.016Z[ recovery-image] Jul 04 16:11:27.253 INFO O| Jul 04 16:11:27.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52182026-07-04T16:11:28.016Z[ recovery-image] Jul 04 16:11:27.253 INFO O| Jul 04 16:11:27.253 INFO STEP 56 (remove_files) COMPLETE
52192026-07-04T16:11:28.019Z[ recovery-image] Jul 04 16:11:27.253 INFO O| Jul 04 16:11:27.253 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-07-04T16:11:28.026Z[ recovery-image] Jul 04 16:11:27.263 INFO O| Jul 04 16:11:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52212026-07-04T16:11:28.027Z[ recovery-image] Jul 04 16:11:27.263 INFO O| Jul 04 16:11:27.263 INFO STEP 57 (remove_files) COMPLETE
52222026-07-04T16:11:28.029Z[ recovery-image] Jul 04 16:11:27.263 INFO O| Jul 04 16:11:27.263 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-07-04T16:11:28.041Z[ recovery-image] Jul 04 16:11:27.278 INFO O| Jul 04 16:11:27.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52242026-07-04T16:11:28.041Z[ recovery-image] Jul 04 16:11:27.278 INFO O| Jul 04 16:11:27.278 INFO STEP 58 (remove_files) COMPLETE
52252026-07-04T16:11:28.044Z[ recovery-image] Jul 04 16:11:27.278 INFO O| Jul 04 16:11:27.278 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-07-04T16:11:28.050Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52272026-07-04T16:11:28.050Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52282026-07-04T16:11:28.053Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52292026-07-04T16:11:28.053Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52302026-07-04T16:11:28.053Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52312026-07-04T16:11:28.053Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52322026-07-04T16:11:28.053Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO ok!
52332026-07-04T16:11:28.053Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO STEP 59 (ensure_file) COMPLETE
52342026-07-04T16:11:28.053Z[ recovery-image] Jul 04 16:11:27.287 INFO O| Jul 04 16:11:27.287 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-07-04T16:11:28.063Z[ recovery-image] Jul 04 16:11:27.299 INFO O| Jul 04 16:11:27.299 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52362026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52372026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52382026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52392026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52402026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52412026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO ok!
52422026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO STEP 60 (ensure_file) COMPLETE
52432026-07-04T16:11:28.066Z[ recovery-image] Jul 04 16:11:27.300 INFO O| Jul 04 16:11:27.300 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-07-04T16:11:28.082Z[ recovery-image] Jul 04 16:11:27.318 INFO O| Jul 04 16:11:27.318 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52452026-07-04T16:11:28.082Z[ recovery-image] Jul 04 16:11:27.318 INFO O| Jul 04 16:11:27.318 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52462026-07-04T16:11:28.082Z[ recovery-image] Jul 04 16:11:27.318 INFO O| Jul 04 16:11:27.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52472026-07-04T16:11:28.084Z[ recovery-image] Jul 04 16:11:27.318 INFO O| Jul 04 16:11:27.318 INFO ok!
52482026-07-04T16:11:28.084Z[ recovery-image] Jul 04 16:11:27.318 INFO O| Jul 04 16:11:27.318 INFO STEP 61 (ensure_file) COMPLETE
52492026-07-04T16:11:28.084Z[ recovery-image] Jul 04 16:11:27.318 INFO O| Jul 04 16:11:27.318 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-07-04T16:11:28.093Z[ recovery-image] Jul 04 16:11:27.330 INFO O| Jul 04 16:11:27.330 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52512026-07-04T16:11:28.093Z[ recovery-image] Jul 04 16:11:27.330 INFO O| Jul 04 16:11:27.330 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52522026-07-04T16:11:28.093Z[ recovery-image] Jul 04 16:11:27.330 INFO O| Jul 04 16:11:27.330 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52532026-07-04T16:11:28.096Z[ recovery-image] Jul 04 16:11:27.330 INFO O| Jul 04 16:11:27.330 INFO ok!
52542026-07-04T16:11:28.096Z[ recovery-image] Jul 04 16:11:27.330 INFO O| Jul 04 16:11:27.330 INFO STEP 62 (ensure_file) COMPLETE
52552026-07-04T16:11:28.096Z[ recovery-image] Jul 04 16:11:27.330 INFO O| Jul 04 16:11:27.330 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-07-04T16:11:28.105Z[ recovery-image] Jul 04 16:11:27.342 INFO O| Jul 04 16:11:27.342 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52572026-07-04T16:11:28.106Z[ recovery-image] Jul 04 16:11:27.342 INFO O| Jul 04 16:11:27.342 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52582026-07-04T16:11:28.106Z[ recovery-image] Jul 04 16:11:27.342 INFO O| Jul 04 16:11:27.342 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52592026-07-04T16:11:28.109Z[ recovery-image] Jul 04 16:11:27.342 INFO O| Jul 04 16:11:27.342 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52602026-07-04T16:11:28.109Z[ recovery-image] Jul 04 16:11:27.342 INFO O| Jul 04 16:11:27.342 INFO ok!
52612026-07-04T16:11:28.109Z[ recovery-image] Jul 04 16:11:27.342 INFO O| Jul 04 16:11:27.342 INFO STEP 63 (ensure_file) COMPLETE
52622026-07-04T16:11:28.109Z[ recovery-image] Jul 04 16:11:27.342 INFO O| Jul 04 16:11:27.342 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52632026-07-04T16:11:28.117Z[ recovery-image] Jul 04 16:11:27.354 INFO O| Jul 04 16:11:27.353 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
52642026-07-04T16:11:28.118Z[ recovery-image] Jul 04 16:11:27.354 INFO O| Jul 04 16:11:27.353 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
52652026-07-04T16:11:28.118Z[ recovery-image] Jul 04 16:11:27.354 INFO O| Jul 04 16:11:27.354 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52662026-07-04T16:11:28.118Z[ recovery-image] Jul 04 16:11:27.354 INFO O| Jul 04 16:11:27.354 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
52672026-07-04T16:11:28.121Z[ recovery-image] Jul 04 16:11:27.354 INFO O| Jul 04 16:11:27.354 INFO ok!
52682026-07-04T16:11:28.121Z[ recovery-image] Jul 04 16:11:27.354 INFO O| Jul 04 16:11:27.354 INFO STEP 64 (ensure_file) COMPLETE
52692026-07-04T16:11:28.121Z[ recovery-image] Jul 04 16:11:27.354 INFO O| Jul 04 16:11:27.354 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52702026-07-04T16:11:28.126Z[ recovery-image] Jul 04 16:11:27.363 INFO O| Jul 04 16:11:27.363 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
52712026-07-04T16:11:28.126Z[ recovery-image] Jul 04 16:11:27.363 INFO O| Jul 04 16:11:27.363 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
52722026-07-04T16:11:28.126Z[ recovery-image] Jul 04 16:11:27.363 INFO O| Jul 04 16:11:27.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
52732026-07-04T16:11:28.129Z[ recovery-image] Jul 04 16:11:27.363 INFO O| Jul 04 16:11:27.363 INFO ok!
52742026-07-04T16:11:28.129Z[ recovery-image] Jul 04 16:11:27.363 INFO O| Jul 04 16:11:27.363 INFO STEP 65 (assemble_files) COMPLETE
52752026-07-04T16:11:28.129Z[ recovery-image] Jul 04 16:11:27.363 INFO O| Jul 04 16:11:27.363 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52762026-07-04T16:11:28.134Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
52772026-07-04T16:11:28.134Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
52782026-07-04T16:11:28.134Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52792026-07-04T16:11:28.138Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
52802026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO ok!
52812026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO STEP 66 (ensure_file) COMPLETE
52822026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52832026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO skip step because feature "omicron1" is not enabled
52842026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52852026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO skip step because feature "omicron1" is not enabled
52862026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52872026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO skip step because feature "omicron1" is not enabled
52882026-07-04T16:11:28.139Z[ recovery-image] Jul 04 16:11:27.371 INFO O| Jul 04 16:11:27.371 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52892026-07-04T16:11:28.146Z[ recovery-image] Jul 04 16:11:27.383 INFO O| Jul 04 16:11:27.383 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
52902026-07-04T16:11:28.146Z[ recovery-image] Jul 04 16:11:27.383 INFO O| Jul 04 16:11:27.383 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
52912026-07-04T16:11:28.483Z[ host-image] Jul 04 16:11:27.719 INFO O| Jul 04 16:11:27.719 INFO O| Startup: Refreshing catalog 'helios' ... Done
52922026-07-04T16:11:28.644Z[ host-image] Jul 04 16:11:27.873 INFO O| Jul 04 16:11:27.873 INFO O| Startup: Caching catalogs ... Done
52932026-07-04T16:11:28.857Z[ host-image] Jul 04 16:11:28.093 INFO O| Jul 04 16:11:28.093 INFO O| Planning: Solver setup ... Done
52942026-07-04T16:11:28.863Z[ host-image] Jul 04 16:11:28.099 INFO O| Jul 04 16:11:28.099 INFO O| Planning: Running solver ... Done
52952026-07-04T16:11:28.869Z[ host-image] Jul 04 16:11:28.106 INFO O| Jul 04 16:11:28.106 INFO O| Planning: Finding local manifests ... Done
52962026-07-04T16:11:28.882Z[ host-image] Jul 04 16:11:28.118 INFO O| Jul 04 16:11:28.118 INFO O| Planning: Fetching manifests: 0/1 0% complete
52972026-07-04T16:11:28.886Z[ host-image] Jul 04 16:11:28.123 INFO O| Jul 04 16:11:28.123 INFO O| Planning: Fetching manifests: 1/1 100% complete
52982026-07-04T16:11:28.904Z[ host-image] Jul 04 16:11:28.141 INFO O| Jul 04 16:11:28.141 INFO O| Planning: Package planning ... Done
52992026-07-04T16:11:28.907Z[ host-image] Jul 04 16:11:28.141 INFO O| Jul 04 16:11:28.141 INFO O| Planning: Merging actions ... Done
53002026-07-04T16:11:29.008Z[ host-image] Jul 04 16:11:28.244 INFO O| Jul 04 16:11:28.244 INFO O| Planning: Checking for conflicting actions ... Done
53012026-07-04T16:11:29.011Z[ host-image] Jul 04 16:11:28.245 INFO O| Jul 04 16:11:28.245 INFO O| Planning: Consolidating action changes ... Done
53022026-07-04T16:11:29.157Z[ host-image] Jul 04 16:11:28.394 INFO O| Jul 04 16:11:28.393 INFO O| Planning: Evaluating mediators ... Done
53032026-07-04T16:11:29.160Z[ host-image] Jul 04 16:11:28.394 INFO O| Jul 04 16:11:28.394 INFO O| Planning: Planning completed in 0.51 seconds
53042026-07-04T16:11:29.160Z[ host-image] Jul 04 16:11:28.394 INFO O| Jul 04 16:11:28.394 INFO O| Packages to install: 1
53052026-07-04T16:11:29.169Z[ host-image] Jul 04 16:11:28.406 INFO O| Jul 04 16:11:28.406 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
53062026-07-04T16:11:29.372Z[ host-image] Jul 04 16:11:28.608 INFO O| Jul 04 16:11:28.608 INFO O| Download: Completed 13.06 MB in 0.20 seconds (64.7M/s)
53072026-07-04T16:11:29.509Z[ recovery-image] Jul 04 16:11:28.745 INFO O| Jul 04 16:11:28.745 INFO STEP 70 (pack_tar) COMPLETE
53082026-07-04T16:11:29.509Z[ recovery-image] Jul 04 16:11:28.745 INFO O| Jul 04 16:11:28.745 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53092026-07-04T16:11:29.509Z[ recovery-image] Jul 04 16:11:28.745 INFO O| Jul 04 16:11:28.745 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53102026-07-04T16:11:29.762Z[ host-image] Jul 04 16:11:28.999 INFO O| Jul 04 16:11:28.999 INFO O| Actions: 1/22 actions (Installing new actions)
53112026-07-04T16:11:29.921Z[ recovery-image] Jul 04 16:11:29.158 INFO O| Jul 04 16:11:29.158 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53122026-07-04T16:11:29.992Z[ host-image] Jul 04 16:11:29.228 INFO O| Jul 04 16:11:29.228 INFO O| Actions: Completed 22 actions in 0.23 seconds.
53132026-07-04T16:11:30.003Z[ host-image] Jul 04 16:11:29.240 INFO O| Jul 04 16:11:29.240 INFO O| Finalize: Updating package state database ... Done
53142026-07-04T16:11:30.006Z[ host-image] Jul 04 16:11:29.240 INFO O| Jul 04 16:11:29.240 INFO O| Finalize: Updating package cache ... Done
53152026-07-04T16:11:30.035Z[ host-image] Jul 04 16:11:29.271 INFO O| Jul 04 16:11:29.271 INFO O| Finalize: Updating image state ... Done
53162026-07-04T16:11:30.047Z[ recovery-image] Jul 04 16:11:29.283 INFO O| Jul 04 16:11:29.283 INFO completed processing sled/ramdisk-02-trim
53172026-07-04T16:11:30.050Z[ recovery-image] Jul 04 16:11:29.286 INFO image builder template: ramdisk-03-recovery-trim...
53182026-07-04T16:11:30.050Z[ recovery-image] Jul 04 16:11:29.286 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/.tmpsXpZXY/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
53192026-07-04T16:11:30.054Z[ recovery-image] Jul 04 16:11:29.291 INFO O| Jul 04 16:11:29.291 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53202026-07-04T16:11:30.129Z[ recovery-image] Jul 04 16:11:29.366 INFO O| Jul 04 16:11:29.366 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53212026-07-04T16:11:30.133Z[ recovery-image] Jul 04 16:11:29.369 INFO O| Jul 04 16:11:29.369 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53222026-07-04T16:11:30.228Z[ recovery-image] Jul 04 16:11:29.465 INFO O| Jul 04 16:11:29.465 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53232026-07-04T16:11:30.353Z[ recovery-image] Jul 04 16:11:29.590 INFO O| Jul 04 16:11:29.590 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53242026-07-04T16:11:30.353Z[ recovery-image] Jul 04 16:11:29.590 INFO O| Jul 04 16:11:29.590 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53252026-07-04T16:11:30.359Z[ recovery-image] Jul 04 16:11:29.595 INFO O| Jul 04 16:11:29.595 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53262026-07-04T16:11:30.363Z[ recovery-image] Jul 04 16:11:29.600 INFO O| Jul 04 16:11:29.600 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53272026-07-04T16:11:30.368Z[ recovery-image] Jul 04 16:11:29.605 INFO O| Jul 04 16:11:29.605 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53282026-07-04T16:11:30.593Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
53292026-07-04T16:11:30.903Z[ host-image] Jul 04 16:11:30.139 INFO O| Jul 04 16:11:30.139 INFO O| Finalize: Creating fast lookup database ... Done
53302026-07-04T16:11:30.932Z[ host-image] Jul 04 16:11:30.169 INFO O| Jul 04 16:11:30.169 INFO O| Finalize: Reading search index ... Done
53312026-07-04T16:11:30.932Z[ host-image] Jul 04 16:11:30.169 INFO O| Jul 04 16:11:30.169 INFO O| Finalize: Updating search index ... Done
53322026-07-04T16:11:30.943Z[ host-image] Jul 04 16:11:30.180 INFO O| Jul 04 16:11:30.180 INFO O| Finalize: Updating package cache ... Done
53332026-07-04T16:11:30.970Z[ recovery-image] Jul 04 16:11:30.207 INFO O| Jul 04 16:11:30.207 INFO rolled back to input snapshot; work may begin
53342026-07-04T16:11:30.973Z[ recovery-image] Jul 04 16:11:30.207 INFO O| Jul 04 16:11:30.207 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53352026-07-04T16:11:30.976Z[ recovery-image] Jul 04 16:11:30.212 INFO O| Jul 04 16:11:30.212 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53362026-07-04T16:11:30.987Z[ recovery-image] Jul 04 16:11:30.224 INFO O| Jul 04 16:11:30.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53372026-07-04T16:11:30.989Z[ recovery-image] Jul 04 16:11:30.226 INFO O| Jul 04 16:11:30.226 INFO STEP 0 (remove_files) COMPLETE
53382026-07-04T16:11:30.989Z[ recovery-image] Jul 04 16:11:30.226 INFO O| Jul 04 16:11:30.226 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53392026-07-04T16:11:30.999Z[ recovery-image] Jul 04 16:11:30.236 INFO O| Jul 04 16:11:30.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53402026-07-04T16:11:30.999Z[ recovery-image] Jul 04 16:11:30.236 INFO O| Jul 04 16:11:30.236 INFO STEP 1 (remove_files) COMPLETE
53412026-07-04T16:11:31.002Z[ recovery-image] Jul 04 16:11:30.236 INFO O| Jul 04 16:11:30.236 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53422026-07-04T16:11:31.009Z[ recovery-image] Jul 04 16:11:30.246 INFO O| Jul 04 16:11:30.246 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53432026-07-04T16:11:31.013Z[ recovery-image] Jul 04 16:11:30.249 INFO O| Jul 04 16:11:30.249 INFO STEP 2 (remove_files) COMPLETE
53442026-07-04T16:11:31.013Z[ recovery-image] Jul 04 16:11:30.249 INFO O| Jul 04 16:11:30.249 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53452026-07-04T16:11:31.022Z[ recovery-image] Jul 04 16:11:30.259 INFO O| Jul 04 16:11:30.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53462026-07-04T16:11:31.073Z[ recovery-image] Jul 04 16:11:30.309 INFO O| Jul 04 16:11:30.309 INFO STEP 3 (remove_files) COMPLETE
53472026-07-04T16:11:31.073Z[ recovery-image] Jul 04 16:11:30.309 INFO O| Jul 04 16:11:30.309 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53482026-07-04T16:11:31.081Z[ recovery-image] Jul 04 16:11:30.317 INFO O| Jul 04 16:11:30.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53492026-07-04T16:11:31.085Z[ recovery-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 4 (remove_files) COMPLETE
53502026-07-04T16:11:31.085Z[ recovery-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53512026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 14 (pkg_install) COMPLETE
53522026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53532026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO skip step because feature "mfg" is not enabled
53542026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53552026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO skip step because feature "compliance" is not enabled
53562026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53572026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO skip step because feature "stress" is not enabled
53582026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53592026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO skip step because feature "compliance" is not enabled
53602026-07-04T16:11:31.086Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
53612026-07-04T16:11:31.087Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO skip step because feature "nfs" is not enabled
53622026-07-04T16:11:31.087Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
53632026-07-04T16:11:31.087Z[ host-image] Jul 04 16:11:30.319 INFO O| Jul 04 16:11:30.319 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
53642026-07-04T16:11:31.092Z[ recovery-image] Jul 04 16:11:30.328 INFO O| Jul 04 16:11:30.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53652026-07-04T16:11:31.130Z[ recovery-image] Jul 04 16:11:30.366 INFO O| Jul 04 16:11:30.366 INFO STEP 5 (remove_files) COMPLETE
53662026-07-04T16:11:31.130Z[ recovery-image] Jul 04 16:11:30.366 INFO O| Jul 04 16:11:30.366 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53672026-07-04T16:11:31.139Z[ recovery-image] Jul 04 16:11:30.375 INFO O| Jul 04 16:11:30.375 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53682026-07-04T16:11:31.148Z[ recovery-image] Jul 04 16:11:30.385 INFO O| Jul 04 16:11:30.385 INFO STEP 6 (remove_files) COMPLETE
53692026-07-04T16:11:31.148Z[ recovery-image] Jul 04 16:11:30.385 INFO O| Jul 04 16:11:30.385 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53702026-07-04T16:11:31.192Z[ host-image] Jul 04 16:11:30.390 INFO O| Jul 04 16:11:30.390 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
53712026-07-04T16:11:31.192Z[ recovery-image] Jul 04 16:11:30.394 INFO O| Jul 04 16:11:30.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53722026-07-04T16:11:31.192Z[ recovery-image] Jul 04 16:11:30.395 INFO O| Jul 04 16:11:30.395 INFO STEP 7 (remove_files) COMPLETE
53732026-07-04T16:11:31.193Z[ recovery-image] Jul 04 16:11:30.395 INFO O| Jul 04 16:11:30.395 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-04T16:11:31.193Z[ recovery-image] Jul 04 16:11:30.403 INFO O| Jul 04 16:11:30.403 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53752026-07-04T16:11:31.193Z[ recovery-image] Jul 04 16:11:30.404 INFO O| Jul 04 16:11:30.404 INFO STEP 8 (remove_files) COMPLETE
53762026-07-04T16:11:31.193Z[ recovery-image] Jul 04 16:11:30.404 INFO O| Jul 04 16:11:30.404 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-04T16:11:31.193Z[ recovery-image] Jul 04 16:11:30.416 INFO O| Jul 04 16:11:30.416 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53782026-07-04T16:11:31.193Z[ recovery-image] Jul 04 16:11:30.421 INFO O| Jul 04 16:11:30.421 INFO STEP 9 (remove_files) COMPLETE
53792026-07-04T16:11:31.193Z[ recovery-image] Jul 04 16:11:30.421 INFO O| Jul 04 16:11:30.421 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-04T16:11:31.200Z[ recovery-image] Jul 04 16:11:30.430 INFO O| Jul 04 16:11:30.430 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53812026-07-04T16:11:31.200Z[ recovery-image] Jul 04 16:11:30.431 INFO O| Jul 04 16:11:30.431 INFO STEP 10 (remove_files) COMPLETE
53822026-07-04T16:11:31.200Z[ recovery-image] Jul 04 16:11:30.431 INFO O| Jul 04 16:11:30.431 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-04T16:11:31.205Z[ recovery-image] Jul 04 16:11:30.439 INFO O| Jul 04 16:11:30.439 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53842026-07-04T16:11:31.205Z[ recovery-image] Jul 04 16:11:30.440 INFO O| Jul 04 16:11:30.440 INFO STEP 11 (remove_files) COMPLETE
53852026-07-04T16:11:31.205Z[ recovery-image] Jul 04 16:11:30.440 INFO O| Jul 04 16:11:30.440 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-04T16:11:31.211Z[ recovery-image] Jul 04 16:11:30.448 INFO O| Jul 04 16:11:30.447 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53872026-07-04T16:11:31.256Z[ recovery-image] Jul 04 16:11:30.493 INFO O| Jul 04 16:11:30.493 INFO STEP 12 (remove_files) COMPLETE
53882026-07-04T16:11:31.257Z[ recovery-image] Jul 04 16:11:30.493 INFO O| Jul 04 16:11:30.493 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-04T16:11:31.260Z[ host-image] Jul 04 16:11:30.495 INFO O| Jul 04 16:11:30.495 INFO completed processing sled/ramdisk-01-os
53902026-07-04T16:11:31.263Z[ host-image] Jul 04 16:11:30.497 INFO omicron1 baseline generation...
53912026-07-04T16:11:31.263Z[ host-image] Jul 04 16:11:30.498 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
53922026-07-04T16:11:31.268Z[ recovery-image] Jul 04 16:11:30.502 INFO O| Jul 04 16:11:30.502 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53932026-07-04T16:11:31.268Z[ recovery-image] Jul 04 16:11:30.503 INFO O| Jul 04 16:11:30.503 INFO STEP 13 (remove_files) COMPLETE
53942026-07-04T16:11:31.268Z[ recovery-image] Jul 04 16:11:30.503 INFO O| Jul 04 16:11:30.503 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-04T16:11:31.276Z[ recovery-image] Jul 04 16:11:30.512 INFO O| Jul 04 16:11:30.512 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53962026-07-04T16:11:31.280Z[ recovery-image] Jul 04 16:11:30.514 INFO O| Jul 04 16:11:30.514 INFO STEP 14 (remove_files) COMPLETE
53972026-07-04T16:11:31.280Z[ recovery-image] Jul 04 16:11:30.515 INFO O| Jul 04 16:11:30.514 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-04T16:11:31.287Z[ recovery-image] Jul 04 16:11:30.523 INFO O| Jul 04 16:11:30.523 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53992026-07-04T16:11:31.290Z[ recovery-image] Jul 04 16:11:30.523 INFO O| Jul 04 16:11:30.523 INFO STEP 15 (remove_files) COMPLETE
54002026-07-04T16:11:31.290Z[ recovery-image] Jul 04 16:11:30.523 INFO O| Jul 04 16:11:30.523 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-04T16:11:31.294Z[ recovery-image] Jul 04 16:11:30.530 INFO O| Jul 04 16:11:30.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54022026-07-04T16:11:31.295Z[ recovery-image] Jul 04 16:11:30.530 INFO O| Jul 04 16:11:30.530 INFO STEP 16 (remove_files) COMPLETE
54032026-07-04T16:11:31.295Z[ recovery-image] Jul 04 16:11:30.530 INFO O| Jul 04 16:11:30.530 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-04T16:11:31.300Z[ recovery-image] Jul 04 16:11:30.536 INFO O| Jul 04 16:11:30.536 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54052026-07-04T16:11:31.307Z[ recovery-image] Jul 04 16:11:30.543 INFO O| Jul 04 16:11:30.543 INFO STEP 17 (remove_files) COMPLETE
54062026-07-04T16:11:31.307Z[ recovery-image] Jul 04 16:11:30.543 INFO O| Jul 04 16:11:30.543 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-04T16:11:31.314Z[ recovery-image] Jul 04 16:11:30.550 INFO O| Jul 04 16:11:30.550 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54082026-07-04T16:11:31.314Z[ recovery-image] Jul 04 16:11:30.550 INFO O| Jul 04 16:11:30.550 INFO STEP 18 (remove_files) COMPLETE
54092026-07-04T16:11:31.314Z[ recovery-image] Jul 04 16:11:30.550 INFO O| Jul 04 16:11:30.550 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-04T16:11:31.320Z[ recovery-image] Jul 04 16:11:30.557 INFO O| Jul 04 16:11:30.557 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54112026-07-04T16:11:31.320Z[ recovery-image] Jul 04 16:11:30.557 INFO O| Jul 04 16:11:30.557 INFO STEP 19 (remove_files) COMPLETE
54122026-07-04T16:11:31.325Z[ recovery-image] Jul 04 16:11:30.557 INFO O| Jul 04 16:11:30.557 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-04T16:11:31.328Z[ recovery-image] Jul 04 16:11:30.563 INFO O| Jul 04 16:11:30.563 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54142026-07-04T16:11:31.369Z[ recovery-image] Jul 04 16:11:30.601 INFO O| Jul 04 16:11:30.601 INFO STEP 20 (remove_files) COMPLETE
54152026-07-04T16:11:31.370Z[ recovery-image] Jul 04 16:11:30.601 INFO O| Jul 04 16:11:30.601 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-04T16:11:31.375Z[ recovery-image] Jul 04 16:11:30.610 INFO O| Jul 04 16:11:30.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54172026-07-04T16:11:31.379Z[ recovery-image] Jul 04 16:11:30.612 INFO O| Jul 04 16:11:30.612 INFO STEP 21 (remove_files) COMPLETE
54182026-07-04T16:11:31.379Z[ recovery-image] Jul 04 16:11:30.612 INFO O| Jul 04 16:11:30.612 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-04T16:11:31.389Z[ recovery-image] Jul 04 16:11:30.620 INFO O| Jul 04 16:11:30.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54202026-07-04T16:11:31.393Z[ recovery-image] Jul 04 16:11:30.620 INFO O| Jul 04 16:11:30.620 INFO STEP 22 (remove_files) COMPLETE
54212026-07-04T16:11:31.394Z[ recovery-image] Jul 04 16:11:30.620 INFO O| Jul 04 16:11:30.620 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-04T16:11:31.397Z[ recovery-image] Jul 04 16:11:30.630 INFO O| Jul 04 16:11:30.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54232026-07-04T16:11:31.397Z[ recovery-image] Jul 04 16:11:30.630 INFO O| Jul 04 16:11:30.630 INFO STEP 23 (remove_files) COMPLETE
54242026-07-04T16:11:31.397Z[ recovery-image] Jul 04 16:11:30.630 INFO O| Jul 04 16:11:30.630 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-04T16:11:31.401Z[ recovery-image] Jul 04 16:11:30.638 INFO O| Jul 04 16:11:30.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54262026-07-04T16:11:31.406Z[ recovery-image] Jul 04 16:11:30.639 INFO O| Jul 04 16:11:30.639 INFO STEP 24 (remove_files) COMPLETE
54272026-07-04T16:11:31.406Z[ recovery-image] Jul 04 16:11:30.639 INFO O| Jul 04 16:11:30.639 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-04T16:11:31.410Z[ recovery-image] Jul 04 16:11:30.646 INFO O| Jul 04 16:11:30.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54292026-07-04T16:11:31.414Z[ recovery-image] Jul 04 16:11:30.647 INFO O| Jul 04 16:11:30.647 INFO STEP 25 (remove_files) COMPLETE
54302026-07-04T16:11:31.415Z[ recovery-image] Jul 04 16:11:30.647 INFO O| Jul 04 16:11:30.647 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-04T16:11:31.419Z[ recovery-image] Jul 04 16:11:30.655 INFO O| Jul 04 16:11:30.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54322026-07-04T16:11:31.419Z[ recovery-image] Jul 04 16:11:30.655 INFO O| Jul 04 16:11:30.655 INFO STEP 26 (remove_files) COMPLETE
54332026-07-04T16:11:31.423Z[ recovery-image] Jul 04 16:11:30.655 INFO O| Jul 04 16:11:30.655 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-04T16:11:31.428Z[ recovery-image] Jul 04 16:11:30.665 INFO O| Jul 04 16:11:30.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54352026-07-04T16:11:31.432Z[ recovery-image] Jul 04 16:11:30.665 INFO O| Jul 04 16:11:30.665 INFO STEP 27 (remove_files) COMPLETE
54362026-07-04T16:11:31.432Z[ recovery-image] Jul 04 16:11:30.665 INFO O| Jul 04 16:11:30.665 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-04T16:11:31.437Z[ recovery-image] Jul 04 16:11:30.673 INFO O| Jul 04 16:11:30.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54382026-07-04T16:11:31.443Z[ recovery-image] Jul 04 16:11:30.673 INFO O| Jul 04 16:11:30.673 INFO STEP 28 (remove_files) COMPLETE
54392026-07-04T16:11:31.443Z[ recovery-image] Jul 04 16:11:30.674 INFO O| Jul 04 16:11:30.673 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-04T16:11:31.447Z[ recovery-image] Jul 04 16:11:30.683 INFO O| Jul 04 16:11:30.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54412026-07-04T16:11:31.447Z[ recovery-image] Jul 04 16:11:30.683 INFO O| Jul 04 16:11:30.683 INFO STEP 29 (remove_files) COMPLETE
54422026-07-04T16:11:31.447Z[ recovery-image] Jul 04 16:11:30.683 INFO O| Jul 04 16:11:30.683 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-04T16:11:31.454Z[ recovery-image] Jul 04 16:11:30.691 INFO O| Jul 04 16:11:30.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54442026-07-04T16:11:31.457Z[ recovery-image] Jul 04 16:11:30.691 INFO O| Jul 04 16:11:30.691 INFO STEP 30 (remove_files) COMPLETE
54452026-07-04T16:11:31.457Z[ recovery-image] Jul 04 16:11:30.691 INFO O| Jul 04 16:11:30.691 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-04T16:11:31.462Z[ recovery-image] Jul 04 16:11:30.698 INFO O| Jul 04 16:11:30.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54472026-07-04T16:11:31.462Z[ recovery-image] Jul 04 16:11:30.698 INFO O| Jul 04 16:11:30.698 INFO STEP 31 (remove_files) COMPLETE
54482026-07-04T16:11:31.466Z[ recovery-image] Jul 04 16:11:30.698 INFO O| Jul 04 16:11:30.698 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-04T16:11:31.471Z[ recovery-image] Jul 04 16:11:30.708 INFO O| Jul 04 16:11:30.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54502026-07-04T16:11:31.475Z[ recovery-image] Jul 04 16:11:30.708 INFO O| Jul 04 16:11:30.708 INFO STEP 32 (remove_files) COMPLETE
54512026-07-04T16:11:31.475Z[ recovery-image] Jul 04 16:11:30.708 INFO O| Jul 04 16:11:30.708 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-04T16:11:31.481Z[ recovery-image] Jul 04 16:11:30.716 INFO O| Jul 04 16:11:30.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54532026-07-04T16:11:31.481Z[ recovery-image] Jul 04 16:11:30.716 INFO O| Jul 04 16:11:30.716 INFO STEP 33 (remove_files) COMPLETE
54542026-07-04T16:11:31.484Z[ recovery-image] Jul 04 16:11:30.717 INFO O| Jul 04 16:11:30.716 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-04T16:11:31.489Z[ recovery-image] Jul 04 16:11:30.725 INFO O| Jul 04 16:11:30.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54562026-07-04T16:11:31.489Z[ recovery-image] Jul 04 16:11:30.725 INFO O| Jul 04 16:11:30.725 INFO STEP 34 (remove_files) COMPLETE
54572026-07-04T16:11:31.489Z[ recovery-image] Jul 04 16:11:30.725 INFO O| Jul 04 16:11:30.725 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-04T16:11:31.498Z[ recovery-image] Jul 04 16:11:30.734 INFO O| Jul 04 16:11:30.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54592026-07-04T16:11:31.502Z[ recovery-image] Jul 04 16:11:30.735 INFO O| Jul 04 16:11:30.735 INFO STEP 35 (remove_files) COMPLETE
54602026-07-04T16:11:31.502Z[ recovery-image] Jul 04 16:11:30.735 INFO O| Jul 04 16:11:30.735 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-04T16:11:31.509Z[ recovery-image] Jul 04 16:11:30.745 INFO O| Jul 04 16:11:30.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54622026-07-04T16:11:31.513Z[ recovery-image] Jul 04 16:11:30.745 INFO O| Jul 04 16:11:30.745 INFO STEP 36 (remove_files) COMPLETE
54632026-07-04T16:11:31.513Z[ recovery-image] Jul 04 16:11:30.745 INFO O| Jul 04 16:11:30.745 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-04T16:11:31.519Z[ recovery-image] Jul 04 16:11:30.756 INFO O| Jul 04 16:11:30.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54652026-07-04T16:11:31.519Z[ recovery-image] Jul 04 16:11:30.756 INFO O| Jul 04 16:11:30.756 INFO STEP 37 (remove_files) COMPLETE
54662026-07-04T16:11:31.519Z[ recovery-image] Jul 04 16:11:30.756 INFO O| Jul 04 16:11:30.756 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-04T16:11:31.529Z[ recovery-image] Jul 04 16:11:30.765 INFO O| Jul 04 16:11:30.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54682026-07-04T16:11:31.529Z[ recovery-image] Jul 04 16:11:30.765 INFO O| Jul 04 16:11:30.765 INFO STEP 38 (remove_files) COMPLETE
54692026-07-04T16:11:31.533Z[ recovery-image] Jul 04 16:11:30.765 INFO O| Jul 04 16:11:30.765 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-04T16:11:31.540Z[ recovery-image] Jul 04 16:11:30.776 INFO O| Jul 04 16:11:30.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54712026-07-04T16:11:31.540Z[ recovery-image] Jul 04 16:11:30.776 INFO O| Jul 04 16:11:30.776 INFO STEP 39 (remove_files) COMPLETE
54722026-07-04T16:11:31.543Z[ recovery-image] Jul 04 16:11:30.776 INFO O| Jul 04 16:11:30.776 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-04T16:11:31.550Z[ recovery-image] Jul 04 16:11:30.787 INFO O| Jul 04 16:11:30.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54742026-07-04T16:11:31.550Z[ recovery-image] Jul 04 16:11:30.787 INFO O| Jul 04 16:11:30.787 INFO STEP 40 (remove_files) COMPLETE
54752026-07-04T16:11:31.551Z[ recovery-image] Jul 04 16:11:30.787 INFO O| Jul 04 16:11:30.787 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-04T16:11:31.561Z[ recovery-image] Jul 04 16:11:30.797 INFO O| Jul 04 16:11:30.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54772026-07-04T16:11:31.561Z[ recovery-image] Jul 04 16:11:30.797 INFO O| Jul 04 16:11:30.797 INFO STEP 41 (remove_files) COMPLETE
54782026-07-04T16:11:31.561Z[ recovery-image] Jul 04 16:11:30.797 INFO O| Jul 04 16:11:30.797 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-04T16:11:31.568Z[ recovery-image] Jul 04 16:11:30.804 INFO O| Jul 04 16:11:30.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54802026-07-04T16:11:31.568Z[ recovery-image] Jul 04 16:11:30.804 INFO O| Jul 04 16:11:30.804 INFO STEP 42 (remove_files) COMPLETE
54812026-07-04T16:11:31.571Z[ recovery-image] Jul 04 16:11:30.804 INFO O| Jul 04 16:11:30.804 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-04T16:11:31.575Z[ recovery-image] Jul 04 16:11:30.811 INFO O| Jul 04 16:11:30.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54832026-07-04T16:11:31.575Z[ recovery-image] Jul 04 16:11:30.811 INFO O| Jul 04 16:11:30.811 INFO STEP 43 (remove_files) COMPLETE
54842026-07-04T16:11:31.576Z[ recovery-image] Jul 04 16:11:30.811 INFO O| Jul 04 16:11:30.811 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-04T16:11:31.581Z[ recovery-image] Jul 04 16:11:30.817 INFO O| Jul 04 16:11:30.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54862026-07-04T16:11:31.581Z[ recovery-image] Jul 04 16:11:30.817 INFO O| Jul 04 16:11:30.817 INFO STEP 44 (remove_files) COMPLETE
54872026-07-04T16:11:31.585Z[ recovery-image] Jul 04 16:11:30.817 INFO O| Jul 04 16:11:30.817 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-04T16:11:31.590Z[ recovery-image] Jul 04 16:11:30.824 INFO O| Jul 04 16:11:30.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54892026-07-04T16:11:31.590Z[ recovery-image] Jul 04 16:11:30.824 INFO O| Jul 04 16:11:30.824 INFO STEP 45 (remove_files) COMPLETE
54902026-07-04T16:11:31.590Z[ recovery-image] Jul 04 16:11:30.824 INFO O| Jul 04 16:11:30.824 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-04T16:11:31.596Z[ recovery-image] Jul 04 16:11:30.832 INFO O| Jul 04 16:11:30.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54922026-07-04T16:11:31.596Z[ recovery-image] Jul 04 16:11:30.832 INFO O| Jul 04 16:11:30.832 INFO STEP 46 (remove_files) COMPLETE
54932026-07-04T16:11:31.599Z[ recovery-image] Jul 04 16:11:30.832 INFO O| Jul 04 16:11:30.832 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-04T16:11:31.605Z[ recovery-image] Jul 04 16:11:30.841 INFO O| Jul 04 16:11:30.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54952026-07-04T16:11:31.609Z[ recovery-image] Jul 04 16:11:30.841 INFO O| Jul 04 16:11:30.841 INFO STEP 47 (remove_files) COMPLETE
54962026-07-04T16:11:31.609Z[ recovery-image] Jul 04 16:11:30.841 INFO O| Jul 04 16:11:30.841 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-04T16:11:31.614Z[ recovery-image] Jul 04 16:11:30.849 INFO O| Jul 04 16:11:30.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54982026-07-04T16:11:31.614Z[ recovery-image] Jul 04 16:11:30.850 INFO O| Jul 04 16:11:30.849 INFO STEP 48 (remove_files) COMPLETE
54992026-07-04T16:11:31.617Z[ recovery-image] Jul 04 16:11:30.850 INFO O| Jul 04 16:11:30.850 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-04T16:11:31.621Z[ recovery-image] Jul 04 16:11:30.857 INFO O| Jul 04 16:11:30.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55012026-07-04T16:11:31.621Z[ recovery-image] Jul 04 16:11:30.857 INFO O| Jul 04 16:11:30.857 INFO STEP 49 (remove_files) COMPLETE
55022026-07-04T16:11:31.621Z[ recovery-image] Jul 04 16:11:30.857 INFO O| Jul 04 16:11:30.857 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-04T16:11:31.625Z[ host-image] Jul 04 16:11:30.862 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
55042026-07-04T16:11:31.630Z[ recovery-image] Jul 04 16:11:30.864 INFO O| Jul 04 16:11:30.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55052026-07-04T16:11:31.630Z[ recovery-image] Jul 04 16:11:30.864 INFO O| Jul 04 16:11:30.864 INFO STEP 50 (remove_files) COMPLETE
55062026-07-04T16:11:31.630Z[ recovery-image] Jul 04 16:11:30.864 INFO O| Jul 04 16:11:30.864 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-07-04T16:11:31.636Z[ recovery-image] Jul 04 16:11:30.872 INFO O| Jul 04 16:11:30.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55082026-07-04T16:11:31.640Z[ recovery-image] Jul 04 16:11:30.872 INFO O| Jul 04 16:11:30.872 INFO STEP 51 (remove_files) COMPLETE
55092026-07-04T16:11:31.640Z[ recovery-image] Jul 04 16:11:30.872 INFO O| Jul 04 16:11:30.872 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-07-04T16:11:31.644Z[ recovery-image] Jul 04 16:11:30.880 INFO O| Jul 04 16:11:30.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55112026-07-04T16:11:31.647Z[ recovery-image] Jul 04 16:11:30.880 INFO O| Jul 04 16:11:30.880 INFO STEP 52 (remove_files) COMPLETE
55122026-07-04T16:11:31.648Z[ recovery-image] Jul 04 16:11:30.880 INFO O| Jul 04 16:11:30.880 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-07-04T16:11:31.651Z[ recovery-image] Jul 04 16:11:30.888 INFO O| Jul 04 16:11:30.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55142026-07-04T16:11:31.654Z[ recovery-image] Jul 04 16:11:30.888 INFO O| Jul 04 16:11:30.888 INFO STEP 53 (remove_files) COMPLETE
55152026-07-04T16:11:31.654Z[ recovery-image] Jul 04 16:11:30.888 INFO O| Jul 04 16:11:30.888 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-07-04T16:11:31.658Z[ recovery-image] Jul 04 16:11:30.895 INFO O| Jul 04 16:11:30.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55172026-07-04T16:11:31.663Z[ recovery-image] Jul 04 16:11:30.896 INFO O| Jul 04 16:11:30.896 INFO STEP 54 (remove_files) COMPLETE
55182026-07-04T16:11:31.663Z[ recovery-image] Jul 04 16:11:30.896 INFO O| Jul 04 16:11:30.896 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-07-04T16:11:31.667Z[ recovery-image] Jul 04 16:11:30.904 INFO O| Jul 04 16:11:30.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55202026-07-04T16:11:31.667Z[ recovery-image] Jul 04 16:11:30.904 INFO O| Jul 04 16:11:30.904 INFO STEP 55 (remove_files) COMPLETE
55212026-07-04T16:11:31.667Z[ recovery-image] Jul 04 16:11:30.904 INFO O| Jul 04 16:11:30.904 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-07-04T16:11:31.673Z[ recovery-image] Jul 04 16:11:30.909 INFO O| Jul 04 16:11:30.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55232026-07-04T16:11:31.676Z[ recovery-image] Jul 04 16:11:30.909 INFO O| Jul 04 16:11:30.909 INFO STEP 56 (remove_files) COMPLETE
55242026-07-04T16:11:31.676Z[ recovery-image] Jul 04 16:11:30.910 INFO O| Jul 04 16:11:30.909 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-07-04T16:11:31.682Z[ recovery-image] Jul 04 16:11:30.918 INFO O| Jul 04 16:11:30.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55262026-07-04T16:11:31.682Z[ recovery-image] Jul 04 16:11:30.918 INFO O| Jul 04 16:11:30.918 INFO STEP 57 (remove_files) COMPLETE
55272026-07-04T16:11:31.686Z[ recovery-image] Jul 04 16:11:30.918 INFO O| Jul 04 16:11:30.918 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-07-04T16:11:31.689Z[ recovery-image] Jul 04 16:11:30.925 INFO O| Jul 04 16:11:30.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55292026-07-04T16:11:31.689Z[ recovery-image] Jul 04 16:11:30.925 INFO O| Jul 04 16:11:30.925 INFO STEP 58 (remove_files) COMPLETE
55302026-07-04T16:11:31.690Z[ recovery-image] Jul 04 16:11:30.925 INFO O| Jul 04 16:11:30.925 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-07-04T16:11:31.696Z[ recovery-image] Jul 04 16:11:30.932 INFO O| Jul 04 16:11:30.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55322026-07-04T16:11:31.696Z[ recovery-image] Jul 04 16:11:30.932 INFO O| Jul 04 16:11:30.932 INFO STEP 59 (remove_files) COMPLETE
55332026-07-04T16:11:31.700Z[ recovery-image] Jul 04 16:11:30.932 INFO O| Jul 04 16:11:30.932 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-07-04T16:11:31.703Z[ recovery-image] Jul 04 16:11:30.939 INFO O| Jul 04 16:11:30.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55352026-07-04T16:11:31.703Z[ recovery-image] Jul 04 16:11:30.939 INFO O| Jul 04 16:11:30.939 INFO STEP 60 (remove_files) COMPLETE
55362026-07-04T16:11:31.704Z[ recovery-image] Jul 04 16:11:30.939 INFO O| Jul 04 16:11:30.939 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-07-04T16:11:31.709Z[ recovery-image] Jul 04 16:11:30.946 INFO O| Jul 04 16:11:30.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55382026-07-04T16:11:31.713Z[ recovery-image] Jul 04 16:11:30.946 INFO O| Jul 04 16:11:30.946 INFO STEP 61 (remove_files) COMPLETE
55392026-07-04T16:11:31.713Z[ recovery-image] Jul 04 16:11:30.946 INFO O| Jul 04 16:11:30.946 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-07-04T16:11:31.716Z[ recovery-image] Jul 04 16:11:30.952 INFO O| Jul 04 16:11:30.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55412026-07-04T16:11:31.716Z[ recovery-image] Jul 04 16:11:30.952 INFO O| Jul 04 16:11:30.952 INFO STEP 62 (remove_files) COMPLETE
55422026-07-04T16:11:31.716Z[ recovery-image] Jul 04 16:11:30.952 INFO O| Jul 04 16:11:30.952 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-07-04T16:11:31.726Z[ recovery-image] Jul 04 16:11:30.959 INFO O| Jul 04 16:11:30.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55442026-07-04T16:11:31.732Z[ recovery-image] Jul 04 16:11:30.960 INFO O| Jul 04 16:11:30.960 INFO STEP 63 (remove_files) COMPLETE
55452026-07-04T16:11:31.732Z[ recovery-image] Jul 04 16:11:30.960 INFO O| Jul 04 16:11:30.960 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-07-04T16:11:31.732Z[ recovery-image] Jul 04 16:11:30.967 INFO O| Jul 04 16:11:30.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55472026-07-04T16:11:31.732Z[ recovery-image] Jul 04 16:11:30.968 INFO O| Jul 04 16:11:30.968 INFO STEP 64 (remove_files) COMPLETE
55482026-07-04T16:11:31.732Z[ recovery-image] Jul 04 16:11:30.968 INFO O| Jul 04 16:11:30.968 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-07-04T16:11:31.741Z[ recovery-image] Jul 04 16:11:30.976 INFO O| Jul 04 16:11:30.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55502026-07-04T16:11:31.741Z[ recovery-image] Jul 04 16:11:30.976 INFO O| Jul 04 16:11:30.976 INFO STEP 65 (remove_files) COMPLETE
55512026-07-04T16:11:31.746Z[ recovery-image] Jul 04 16:11:30.976 INFO O| Jul 04 16:11:30.976 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-07-04T16:11:31.749Z[ recovery-image] Jul 04 16:11:30.983 INFO O| Jul 04 16:11:30.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55532026-07-04T16:11:31.750Z[ recovery-image] Jul 04 16:11:30.983 INFO O| Jul 04 16:11:30.983 INFO STEP 66 (remove_files) COMPLETE
55542026-07-04T16:11:31.750Z[ recovery-image] Jul 04 16:11:30.983 INFO O| Jul 04 16:11:30.983 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-04T16:11:31.753Z[ recovery-image] Jul 04 16:11:30.989 INFO O| Jul 04 16:11:30.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55562026-07-04T16:11:31.753Z[ recovery-image] Jul 04 16:11:30.989 INFO O| Jul 04 16:11:30.989 INFO STEP 67 (remove_files) COMPLETE
55572026-07-04T16:11:31.753Z[ recovery-image] Jul 04 16:11:30.989 INFO O| Jul 04 16:11:30.989 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-04T16:11:31.759Z[ recovery-image] Jul 04 16:11:30.996 INFO O| Jul 04 16:11:30.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55592026-07-04T16:11:31.759Z[ recovery-image] Jul 04 16:11:30.996 INFO O| Jul 04 16:11:30.996 INFO STEP 68 (remove_files) COMPLETE
55602026-07-04T16:11:31.759Z[ recovery-image] Jul 04 16:11:30.996 INFO O| Jul 04 16:11:30.996 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-07-04T16:11:31.765Z[ recovery-image] Jul 04 16:11:31.002 INFO O| Jul 04 16:11:31.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55622026-07-04T16:11:31.765Z[ recovery-image] Jul 04 16:11:31.002 INFO O| Jul 04 16:11:31.002 INFO STEP 69 (remove_files) COMPLETE
55632026-07-04T16:11:31.769Z[ recovery-image] Jul 04 16:11:31.002 INFO O| Jul 04 16:11:31.002 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-07-04T16:11:31.772Z[ recovery-image] Jul 04 16:11:31.008 INFO O| Jul 04 16:11:31.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55652026-07-04T16:11:31.772Z[ recovery-image] Jul 04 16:11:31.008 INFO O| Jul 04 16:11:31.008 INFO STEP 70 (remove_files) COMPLETE
55662026-07-04T16:11:31.772Z[ recovery-image] Jul 04 16:11:31.008 INFO O| Jul 04 16:11:31.008 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-07-04T16:11:31.778Z[ recovery-image] Jul 04 16:11:31.015 INFO O| Jul 04 16:11:31.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55682026-07-04T16:11:31.778Z[ recovery-image] Jul 04 16:11:31.015 INFO O| Jul 04 16:11:31.015 INFO STEP 71 (remove_files) COMPLETE
55692026-07-04T16:11:31.781Z[ recovery-image] Jul 04 16:11:31.015 INFO O| Jul 04 16:11:31.015 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-07-04T16:11:31.785Z[ recovery-image] Jul 04 16:11:31.022 INFO O| Jul 04 16:11:31.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55712026-07-04T16:11:31.785Z[ recovery-image] Jul 04 16:11:31.022 INFO O| Jul 04 16:11:31.022 INFO STEP 72 (remove_files) COMPLETE
55722026-07-04T16:11:31.785Z[ recovery-image] Jul 04 16:11:31.022 INFO O| Jul 04 16:11:31.022 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-07-04T16:11:31.793Z[ recovery-image] Jul 04 16:11:31.029 INFO O| Jul 04 16:11:31.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55742026-07-04T16:11:31.793Z[ recovery-image] Jul 04 16:11:31.029 INFO O| Jul 04 16:11:31.029 INFO STEP 73 (remove_files) COMPLETE
55752026-07-04T16:11:31.793Z[ recovery-image] Jul 04 16:11:31.029 INFO O| Jul 04 16:11:31.029 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-07-04T16:11:31.799Z[ recovery-image] Jul 04 16:11:31.035 INFO O| Jul 04 16:11:31.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55772026-07-04T16:11:31.806Z[ recovery-image] Jul 04 16:11:31.035 INFO O| Jul 04 16:11:31.035 INFO STEP 74 (remove_files) COMPLETE
55782026-07-04T16:11:31.806Z[ recovery-image] Jul 04 16:11:31.035 INFO O| Jul 04 16:11:31.035 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-07-04T16:11:31.806Z[ recovery-image] Jul 04 16:11:31.042 INFO O| Jul 04 16:11:31.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55802026-07-04T16:11:31.806Z[ recovery-image] Jul 04 16:11:31.042 INFO O| Jul 04 16:11:31.042 INFO STEP 75 (remove_files) COMPLETE
55812026-07-04T16:11:31.806Z[ recovery-image] Jul 04 16:11:31.042 INFO O| Jul 04 16:11:31.042 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-07-04T16:11:31.813Z[ recovery-image] Jul 04 16:11:31.048 INFO O| Jul 04 16:11:31.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55832026-07-04T16:11:31.816Z[ recovery-image] Jul 04 16:11:31.048 INFO O| Jul 04 16:11:31.048 INFO STEP 76 (remove_files) COMPLETE
55842026-07-04T16:11:31.816Z[ recovery-image] Jul 04 16:11:31.048 INFO O| Jul 04 16:11:31.048 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-07-04T16:11:31.821Z[ recovery-image] Jul 04 16:11:31.054 INFO O| Jul 04 16:11:31.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55862026-07-04T16:11:31.821Z[ recovery-image] Jul 04 16:11:31.054 INFO O| Jul 04 16:11:31.054 INFO STEP 77 (remove_files) COMPLETE
55872026-07-04T16:11:31.821Z[ recovery-image] Jul 04 16:11:31.054 INFO O| Jul 04 16:11:31.054 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-07-04T16:11:31.825Z[ recovery-image] Jul 04 16:11:31.060 INFO O| Jul 04 16:11:31.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55892026-07-04T16:11:31.825Z[ recovery-image] Jul 04 16:11:31.060 INFO O| Jul 04 16:11:31.060 INFO STEP 78 (remove_files) COMPLETE
55902026-07-04T16:11:31.825Z[ recovery-image] Jul 04 16:11:31.060 INFO O| Jul 04 16:11:31.060 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-07-04T16:11:31.833Z[ recovery-image] Jul 04 16:11:31.069 INFO O| Jul 04 16:11:31.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55922026-07-04T16:11:31.833Z[ recovery-image] Jul 04 16:11:31.069 INFO O| Jul 04 16:11:31.069 INFO STEP 79 (remove_files) COMPLETE
55932026-07-04T16:11:31.833Z[ recovery-image] Jul 04 16:11:31.069 INFO O| Jul 04 16:11:31.069 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-07-04T16:11:31.841Z[ recovery-image] Jul 04 16:11:31.077 INFO O| Jul 04 16:11:31.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55952026-07-04T16:11:31.841Z[ recovery-image] Jul 04 16:11:31.077 INFO O| Jul 04 16:11:31.077 INFO STEP 80 (remove_files) COMPLETE
55962026-07-04T16:11:31.845Z[ recovery-image] Jul 04 16:11:31.077 INFO O| Jul 04 16:11:31.077 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-07-04T16:11:31.850Z[ recovery-image] Jul 04 16:11:31.086 INFO O| Jul 04 16:11:31.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55982026-07-04T16:11:31.851Z[ recovery-image] Jul 04 16:11:31.086 INFO O| Jul 04 16:11:31.086 INFO STEP 81 (remove_files) COMPLETE
55992026-07-04T16:11:31.851Z[ recovery-image] Jul 04 16:11:31.086 INFO O| Jul 04 16:11:31.086 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-07-04T16:11:31.858Z[ recovery-image] Jul 04 16:11:31.093 INFO O| Jul 04 16:11:31.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56012026-07-04T16:11:31.858Z[ recovery-image] Jul 04 16:11:31.093 INFO O| Jul 04 16:11:31.093 INFO STEP 82 (remove_files) COMPLETE
56022026-07-04T16:11:31.867Z[ recovery-image] Jul 04 16:11:31.093 INFO O| Jul 04 16:11:31.093 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.100 INFO O| Jul 04 16:11:31.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56042026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.100 INFO O| Jul 04 16:11:31.100 INFO STEP 83 (remove_files) COMPLETE
56052026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.100 INFO O| Jul 04 16:11:31.100 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.108 INFO O| Jul 04 16:11:31.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56072026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.109 INFO O| Jul 04 16:11:31.109 INFO STEP 84 (remove_files) COMPLETE
56082026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.109 INFO O| Jul 04 16:11:31.109 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.117 INFO O| Jul 04 16:11:31.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56102026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.117 INFO O| Jul 04 16:11:31.117 INFO STEP 85 (remove_files) COMPLETE
56112026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.117 INFO O| Jul 04 16:11:31.117 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.125 INFO O| Jul 04 16:11:31.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56132026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.126 INFO O| Jul 04 16:11:31.126 INFO STEP 86 (remove_files) COMPLETE
56142026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.126 INFO O| Jul 04 16:11:31.126 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.134 INFO O| Jul 04 16:11:31.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56162026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.134 INFO O| Jul 04 16:11:31.134 INFO STEP 87 (remove_files) COMPLETE
56172026-07-04T16:11:31.902Z[ recovery-image] Jul 04 16:11:31.134 INFO O| Jul 04 16:11:31.134 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-07-04T16:11:31.916Z[ recovery-image] Jul 04 16:11:31.141 INFO O| Jul 04 16:11:31.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56192026-07-04T16:11:31.916Z[ recovery-image] Jul 04 16:11:31.141 INFO O| Jul 04 16:11:31.141 INFO STEP 88 (remove_files) COMPLETE
56202026-07-04T16:11:31.916Z[ recovery-image] Jul 04 16:11:31.141 INFO O| Jul 04 16:11:31.141 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-07-04T16:11:31.920Z[ recovery-image] Jul 04 16:11:31.147 INFO O| Jul 04 16:11:31.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56222026-07-04T16:11:31.920Z[ recovery-image] Jul 04 16:11:31.147 INFO O| Jul 04 16:11:31.147 INFO STEP 89 (remove_files) COMPLETE
56232026-07-04T16:11:31.920Z[ recovery-image] Jul 04 16:11:31.147 INFO O| Jul 04 16:11:31.147 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-07-04T16:11:31.921Z[ recovery-image] Jul 04 16:11:31.153 INFO O| Jul 04 16:11:31.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56252026-07-04T16:11:31.921Z[ recovery-image] Jul 04 16:11:31.153 INFO O| Jul 04 16:11:31.153 INFO STEP 90 (remove_files) COMPLETE
56262026-07-04T16:11:31.921Z[ recovery-image] Jul 04 16:11:31.153 INFO O| Jul 04 16:11:31.153 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-04T16:11:31.925Z[ recovery-image] Jul 04 16:11:31.161 INFO O| Jul 04 16:11:31.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56282026-07-04T16:11:31.925Z[ recovery-image] Jul 04 16:11:31.161 INFO O| Jul 04 16:11:31.161 INFO STEP 91 (remove_files) COMPLETE
56292026-07-04T16:11:31.925Z[ recovery-image] Jul 04 16:11:31.161 INFO O| Jul 04 16:11:31.161 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-04T16:11:31.931Z[ recovery-image] Jul 04 16:11:31.167 INFO O| Jul 04 16:11:31.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56312026-07-04T16:11:31.931Z[ recovery-image] Jul 04 16:11:31.167 INFO O| Jul 04 16:11:31.167 INFO STEP 92 (remove_files) COMPLETE
56322026-07-04T16:11:31.932Z[ recovery-image] Jul 04 16:11:31.167 INFO O| Jul 04 16:11:31.167 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-04T16:11:31.937Z[ recovery-image] Jul 04 16:11:31.173 INFO O| Jul 04 16:11:31.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56342026-07-04T16:11:31.937Z[ recovery-image] Jul 04 16:11:31.173 INFO O| Jul 04 16:11:31.173 INFO STEP 93 (remove_files) COMPLETE
56352026-07-04T16:11:31.937Z[ recovery-image] Jul 04 16:11:31.173 INFO O| Jul 04 16:11:31.173 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-04T16:11:31.951Z[ recovery-image] Jul 04 16:11:31.179 INFO O| Jul 04 16:11:31.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56372026-07-04T16:11:31.965Z[ recovery-image] Jul 04 16:11:31.179 INFO O| Jul 04 16:11:31.179 INFO STEP 94 (remove_files) COMPLETE
56382026-07-04T16:11:31.965Z[ recovery-image] Jul 04 16:11:31.179 INFO O| Jul 04 16:11:31.179 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-04T16:11:31.965Z[ recovery-image] Jul 04 16:11:31.186 INFO O| Jul 04 16:11:31.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56402026-07-04T16:11:31.965Z[ recovery-image] Jul 04 16:11:31.186 INFO O| Jul 04 16:11:31.186 INFO STEP 95 (remove_files) COMPLETE
56412026-07-04T16:11:31.965Z[ recovery-image] Jul 04 16:11:31.186 INFO O| Jul 04 16:11:31.186 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-04T16:11:31.971Z[ recovery-image] Jul 04 16:11:31.192 INFO O| Jul 04 16:11:31.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56432026-07-04T16:11:31.971Z[ recovery-image] Jul 04 16:11:31.192 INFO O| Jul 04 16:11:31.192 INFO STEP 96 (remove_files) COMPLETE
56442026-07-04T16:11:31.971Z[ recovery-image] Jul 04 16:11:31.192 INFO O| Jul 04 16:11:31.192 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-04T16:11:31.971Z[ recovery-image] Jul 04 16:11:31.202 INFO O| Jul 04 16:11:31.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56462026-07-04T16:11:31.971Z[ recovery-image] Jul 04 16:11:31.202 INFO O| Jul 04 16:11:31.202 INFO STEP 97 (remove_files) COMPLETE
56472026-07-04T16:11:31.971Z[ recovery-image] Jul 04 16:11:31.202 INFO O| Jul 04 16:11:31.202 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-04T16:11:31.975Z[ recovery-image] Jul 04 16:11:31.210 INFO O| Jul 04 16:11:31.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56492026-07-04T16:11:31.975Z[ recovery-image] Jul 04 16:11:31.210 INFO O| Jul 04 16:11:31.210 INFO STEP 98 (remove_files) COMPLETE
56502026-07-04T16:11:31.975Z[ recovery-image] Jul 04 16:11:31.210 INFO O| Jul 04 16:11:31.210 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-04T16:11:31.983Z[ recovery-image] Jul 04 16:11:31.218 INFO O| Jul 04 16:11:31.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56522026-07-04T16:11:31.983Z[ recovery-image] Jul 04 16:11:31.218 INFO O| Jul 04 16:11:31.218 INFO STEP 99 (remove_files) COMPLETE
56532026-07-04T16:11:31.986Z[ recovery-image] Jul 04 16:11:31.218 INFO O| Jul 04 16:11:31.218 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-04T16:11:31.990Z[ recovery-image] Jul 04 16:11:31.227 INFO O| Jul 04 16:11:31.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56552026-07-04T16:11:31.990Z[ recovery-image] Jul 04 16:11:31.227 INFO O| Jul 04 16:11:31.227 INFO STEP 100 (remove_files) COMPLETE
56562026-07-04T16:11:31.991Z[ recovery-image] Jul 04 16:11:31.227 INFO O| Jul 04 16:11:31.227 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-04T16:11:31.998Z[ recovery-image] Jul 04 16:11:31.234 INFO O| Jul 04 16:11:31.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56582026-07-04T16:11:31.998Z[ recovery-image] Jul 04 16:11:31.234 INFO O| Jul 04 16:11:31.234 INFO STEP 101 (remove_files) COMPLETE
56592026-07-04T16:11:32.005Z[ recovery-image] Jul 04 16:11:31.234 INFO O| Jul 04 16:11:31.234 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-04T16:11:32.008Z[ recovery-image] Jul 04 16:11:31.243 INFO O| Jul 04 16:11:31.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56612026-07-04T16:11:32.008Z[ recovery-image] Jul 04 16:11:31.244 INFO O| Jul 04 16:11:31.244 INFO STEP 102 (remove_files) COMPLETE
56622026-07-04T16:11:32.008Z[ recovery-image] Jul 04 16:11:31.244 INFO O| Jul 04 16:11:31.244 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-04T16:11:32.015Z[ recovery-image] Jul 04 16:11:31.252 INFO O| Jul 04 16:11:31.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56642026-07-04T16:11:32.018Z[ recovery-image] Jul 04 16:11:31.252 INFO O| Jul 04 16:11:31.252 INFO STEP 103 (remove_files) COMPLETE
56652026-07-04T16:11:32.018Z[ recovery-image] Jul 04 16:11:31.252 INFO O| Jul 04 16:11:31.252 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-04T16:11:32.024Z[ recovery-image] Jul 04 16:11:31.261 INFO O| Jul 04 16:11:31.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56672026-07-04T16:11:32.024Z[ recovery-image] Jul 04 16:11:31.261 INFO O| Jul 04 16:11:31.261 INFO STEP 104 (remove_files) COMPLETE
56682026-07-04T16:11:32.024Z[ recovery-image] Jul 04 16:11:31.261 INFO O| Jul 04 16:11:31.261 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-04T16:11:32.031Z[ recovery-image] Jul 04 16:11:31.268 INFO O| Jul 04 16:11:31.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56702026-07-04T16:11:32.031Z[ recovery-image] Jul 04 16:11:31.268 INFO O| Jul 04 16:11:31.268 INFO STEP 105 (remove_files) COMPLETE
56712026-07-04T16:11:32.035Z[ recovery-image] Jul 04 16:11:31.268 INFO O| Jul 04 16:11:31.268 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-04T16:11:32.039Z[ recovery-image] Jul 04 16:11:31.275 INFO O| Jul 04 16:11:31.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56732026-07-04T16:11:32.039Z[ recovery-image] Jul 04 16:11:31.275 INFO O| Jul 04 16:11:31.275 INFO STEP 106 (remove_files) COMPLETE
56742026-07-04T16:11:32.039Z[ recovery-image] Jul 04 16:11:31.275 INFO O| Jul 04 16:11:31.275 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-04T16:11:32.046Z[ recovery-image] Jul 04 16:11:31.282 INFO O| Jul 04 16:11:31.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56762026-07-04T16:11:32.050Z[ recovery-image] Jul 04 16:11:31.282 INFO O| Jul 04 16:11:31.282 INFO STEP 107 (remove_files) COMPLETE
56772026-07-04T16:11:32.050Z[ recovery-image] Jul 04 16:11:31.282 INFO O| Jul 04 16:11:31.282 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-04T16:11:32.055Z[ recovery-image] Jul 04 16:11:31.290 INFO O| Jul 04 16:11:31.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56792026-07-04T16:11:32.055Z[ recovery-image] Jul 04 16:11:31.290 INFO O| Jul 04 16:11:31.290 INFO STEP 108 (remove_files) COMPLETE
56802026-07-04T16:11:32.055Z[ recovery-image] Jul 04 16:11:31.290 INFO O| Jul 04 16:11:31.290 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-04T16:11:32.061Z[ recovery-image] Jul 04 16:11:31.297 INFO O| Jul 04 16:11:31.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56822026-07-04T16:11:32.065Z[ recovery-image] Jul 04 16:11:31.298 INFO O| Jul 04 16:11:31.298 INFO STEP 109 (remove_files) COMPLETE
56832026-07-04T16:11:32.065Z[ recovery-image] Jul 04 16:11:31.298 INFO O| Jul 04 16:11:31.298 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-04T16:11:32.070Z[ recovery-image] Jul 04 16:11:31.306 INFO O| Jul 04 16:11:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56852026-07-04T16:11:32.073Z[ recovery-image] Jul 04 16:11:31.306 INFO O| Jul 04 16:11:31.306 INFO STEP 110 (remove_files) COMPLETE
56862026-07-04T16:11:32.073Z[ recovery-image] Jul 04 16:11:31.306 INFO O| Jul 04 16:11:31.306 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-04T16:11:32.077Z[ recovery-image] Jul 04 16:11:31.314 INFO O| Jul 04 16:11:31.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56882026-07-04T16:11:32.080Z[ recovery-image] Jul 04 16:11:31.314 INFO O| Jul 04 16:11:31.314 INFO STEP 111 (remove_files) COMPLETE
56892026-07-04T16:11:32.080Z[ recovery-image] Jul 04 16:11:31.314 INFO O| Jul 04 16:11:31.314 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-04T16:11:32.084Z[ recovery-image] Jul 04 16:11:31.321 INFO O| Jul 04 16:11:31.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56912026-07-04T16:11:32.087Z[ recovery-image] Jul 04 16:11:31.321 INFO O| Jul 04 16:11:31.321 INFO STEP 112 (remove_files) COMPLETE
56922026-07-04T16:11:32.087Z[ recovery-image] Jul 04 16:11:31.321 INFO O| Jul 04 16:11:31.321 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-04T16:11:32.094Z[ recovery-image] Jul 04 16:11:31.331 INFO O| Jul 04 16:11:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56942026-07-04T16:11:32.099Z[ recovery-image] Jul 04 16:11:31.331 INFO O| Jul 04 16:11:31.331 INFO STEP 113 (remove_files) COMPLETE
56952026-07-04T16:11:32.099Z[ recovery-image] Jul 04 16:11:31.331 INFO O| Jul 04 16:11:31.331 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-04T16:11:32.103Z[ recovery-image] Jul 04 16:11:31.338 INFO O| Jul 04 16:11:31.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56972026-07-04T16:11:32.103Z[ recovery-image] Jul 04 16:11:31.339 INFO O| Jul 04 16:11:31.339 INFO STEP 114 (remove_files) COMPLETE
56982026-07-04T16:11:32.103Z[ recovery-image] Jul 04 16:11:31.339 INFO O| Jul 04 16:11:31.339 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-04T16:11:32.111Z[ recovery-image] Jul 04 16:11:31.348 INFO O| Jul 04 16:11:31.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57002026-07-04T16:11:32.111Z[ recovery-image] Jul 04 16:11:31.348 INFO O| Jul 04 16:11:31.348 INFO STEP 115 (remove_files) COMPLETE
57012026-07-04T16:11:32.111Z[ recovery-image] Jul 04 16:11:31.348 INFO O| Jul 04 16:11:31.348 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-04T16:11:32.119Z[ recovery-image] Jul 04 16:11:31.355 INFO O| Jul 04 16:11:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57032026-07-04T16:11:32.123Z[ recovery-image] Jul 04 16:11:31.356 INFO O| Jul 04 16:11:31.356 INFO STEP 116 (remove_files) COMPLETE
57042026-07-04T16:11:32.123Z[ recovery-image] Jul 04 16:11:31.356 INFO O| Jul 04 16:11:31.356 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-04T16:11:32.129Z[ recovery-image] Jul 04 16:11:31.365 INFO O| Jul 04 16:11:31.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57062026-07-04T16:11:32.129Z[ recovery-image] Jul 04 16:11:31.365 INFO O| Jul 04 16:11:31.365 INFO STEP 117 (remove_files) COMPLETE
57072026-07-04T16:11:32.129Z[ recovery-image] Jul 04 16:11:31.365 INFO O| Jul 04 16:11:31.365 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-04T16:11:32.137Z[ recovery-image] Jul 04 16:11:31.374 INFO O| Jul 04 16:11:31.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57092026-07-04T16:11:32.142Z[ recovery-image] Jul 04 16:11:31.374 INFO O| Jul 04 16:11:31.374 INFO STEP 118 (remove_files) COMPLETE
57102026-07-04T16:11:32.142Z[ recovery-image] Jul 04 16:11:31.374 INFO O| Jul 04 16:11:31.374 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-04T16:11:32.146Z[ recovery-image] Jul 04 16:11:31.381 INFO O| Jul 04 16:11:31.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57122026-07-04T16:11:32.146Z[ recovery-image] Jul 04 16:11:31.381 INFO O| Jul 04 16:11:31.381 INFO STEP 119 (remove_files) COMPLETE
57132026-07-04T16:11:32.146Z[ recovery-image] Jul 04 16:11:31.381 INFO O| Jul 04 16:11:31.381 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-04T16:11:32.153Z[ recovery-image] Jul 04 16:11:31.389 INFO O| Jul 04 16:11:31.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57152026-07-04T16:11:32.157Z[ recovery-image] Jul 04 16:11:31.389 INFO O| Jul 04 16:11:31.389 INFO STEP 120 (remove_files) COMPLETE
57162026-07-04T16:11:32.157Z[ recovery-image] Jul 04 16:11:31.389 INFO O| Jul 04 16:11:31.389 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-04T16:11:32.162Z[ recovery-image] Jul 04 16:11:31.398 INFO O| Jul 04 16:11:31.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57182026-07-04T16:11:32.162Z[ recovery-image] Jul 04 16:11:31.398 INFO O| Jul 04 16:11:31.398 INFO STEP 121 (remove_files) COMPLETE
57192026-07-04T16:11:32.165Z[ recovery-image] Jul 04 16:11:31.398 INFO O| Jul 04 16:11:31.398 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-04T16:11:32.171Z[ recovery-image] Jul 04 16:11:31.407 INFO O| Jul 04 16:11:31.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57212026-07-04T16:11:32.171Z[ recovery-image] Jul 04 16:11:31.407 INFO O| Jul 04 16:11:31.407 INFO STEP 122 (remove_files) COMPLETE
57222026-07-04T16:11:32.171Z[ recovery-image] Jul 04 16:11:31.407 INFO O| Jul 04 16:11:31.407 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-04T16:11:32.180Z[ recovery-image] Jul 04 16:11:31.416 INFO O| Jul 04 16:11:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57242026-07-04T16:11:32.180Z[ recovery-image] Jul 04 16:11:31.416 INFO O| Jul 04 16:11:31.416 INFO STEP 123 (remove_files) COMPLETE
57252026-07-04T16:11:32.185Z[ recovery-image] Jul 04 16:11:31.416 INFO O| Jul 04 16:11:31.416 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-04T16:11:32.189Z[ recovery-image] Jul 04 16:11:31.425 INFO O| Jul 04 16:11:31.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57272026-07-04T16:11:32.189Z[ recovery-image] Jul 04 16:11:31.425 INFO O| Jul 04 16:11:31.425 INFO STEP 124 (remove_files) COMPLETE
57282026-07-04T16:11:32.189Z[ recovery-image] Jul 04 16:11:31.425 INFO O| Jul 04 16:11:31.425 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-04T16:11:32.196Z[ recovery-image] Jul 04 16:11:31.433 INFO O| Jul 04 16:11:31.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57302026-07-04T16:11:32.196Z[ recovery-image] Jul 04 16:11:31.433 INFO O| Jul 04 16:11:31.433 INFO STEP 125 (remove_files) COMPLETE
57312026-07-04T16:11:32.196Z[ recovery-image] Jul 04 16:11:31.433 INFO O| Jul 04 16:11:31.433 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-04T16:11:32.205Z[ recovery-image] Jul 04 16:11:31.441 INFO O| Jul 04 16:11:31.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57332026-07-04T16:11:32.209Z[ recovery-image] Jul 04 16:11:31.441 INFO O| Jul 04 16:11:31.441 INFO STEP 126 (remove_files) COMPLETE
57342026-07-04T16:11:32.209Z[ recovery-image] Jul 04 16:11:31.441 INFO O| Jul 04 16:11:31.441 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-04T16:11:32.214Z[ recovery-image] Jul 04 16:11:31.450 INFO O| Jul 04 16:11:31.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57362026-07-04T16:11:32.214Z[ recovery-image] Jul 04 16:11:31.450 INFO O| Jul 04 16:11:31.450 INFO STEP 127 (remove_files) COMPLETE
57372026-07-04T16:11:32.217Z[ recovery-image] Jul 04 16:11:31.450 INFO O| Jul 04 16:11:31.450 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-04T16:11:32.221Z[ recovery-image] Jul 04 16:11:31.457 INFO O| Jul 04 16:11:31.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57392026-07-04T16:11:32.225Z[ recovery-image] Jul 04 16:11:31.457 INFO O| Jul 04 16:11:31.457 INFO STEP 128 (remove_files) COMPLETE
57402026-07-04T16:11:32.225Z[ recovery-image] Jul 04 16:11:31.458 INFO O| Jul 04 16:11:31.457 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-04T16:11:32.230Z[ recovery-image] Jul 04 16:11:31.466 INFO O| Jul 04 16:11:31.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57422026-07-04T16:11:32.230Z[ recovery-image] Jul 04 16:11:31.466 INFO O| Jul 04 16:11:31.466 INFO STEP 129 (remove_files) COMPLETE
57432026-07-04T16:11:32.234Z[ recovery-image] Jul 04 16:11:31.466 INFO O| Jul 04 16:11:31.466 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-04T16:11:32.240Z[ recovery-image] Jul 04 16:11:31.475 INFO O| Jul 04 16:11:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57452026-07-04T16:11:32.240Z[ recovery-image] Jul 04 16:11:31.475 INFO O| Jul 04 16:11:31.475 INFO STEP 130 (remove_files) COMPLETE
57462026-07-04T16:11:32.243Z[ recovery-image] Jul 04 16:11:31.475 INFO O| Jul 04 16:11:31.475 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-04T16:11:32.248Z[ recovery-image] Jul 04 16:11:31.484 INFO O| Jul 04 16:11:31.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57482026-07-04T16:11:32.253Z[ recovery-image] Jul 04 16:11:31.484 INFO O| Jul 04 16:11:31.484 INFO STEP 131 (remove_files) COMPLETE
57492026-07-04T16:11:32.253Z[ recovery-image] Jul 04 16:11:31.484 INFO O| Jul 04 16:11:31.484 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-04T16:11:32.258Z[ recovery-image] Jul 04 16:11:31.493 INFO O| Jul 04 16:11:31.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57512026-07-04T16:11:32.258Z[ recovery-image] Jul 04 16:11:31.493 INFO O| Jul 04 16:11:31.493 INFO STEP 132 (remove_files) COMPLETE
57522026-07-04T16:11:32.258Z[ recovery-image] Jul 04 16:11:31.493 INFO O| Jul 04 16:11:31.493 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-04T16:11:32.269Z[ recovery-image] Jul 04 16:11:31.502 INFO O| Jul 04 16:11:31.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57542026-07-04T16:11:32.269Z[ recovery-image] Jul 04 16:11:31.502 INFO O| Jul 04 16:11:31.502 INFO STEP 133 (remove_files) COMPLETE
57552026-07-04T16:11:32.269Z[ recovery-image] Jul 04 16:11:31.502 INFO O| Jul 04 16:11:31.502 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-04T16:11:32.275Z[ recovery-image] Jul 04 16:11:31.511 INFO O| Jul 04 16:11:31.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57572026-07-04T16:11:32.275Z[ recovery-image] Jul 04 16:11:31.511 INFO O| Jul 04 16:11:31.511 INFO STEP 134 (remove_files) COMPLETE
57582026-07-04T16:11:32.279Z[ recovery-image] Jul 04 16:11:31.511 INFO O| Jul 04 16:11:31.511 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-04T16:11:32.284Z[ recovery-image] Jul 04 16:11:31.519 INFO O| Jul 04 16:11:31.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57602026-07-04T16:11:32.285Z[ recovery-image] Jul 04 16:11:31.519 INFO O| Jul 04 16:11:31.519 INFO STEP 135 (remove_files) COMPLETE
57612026-07-04T16:11:32.285Z[ recovery-image] Jul 04 16:11:31.519 INFO O| Jul 04 16:11:31.519 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-04T16:11:32.290Z[ recovery-image] Jul 04 16:11:31.526 INFO O| Jul 04 16:11:31.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57632026-07-04T16:11:32.290Z[ recovery-image] Jul 04 16:11:31.526 INFO O| Jul 04 16:11:31.526 INFO STEP 136 (remove_files) COMPLETE
57642026-07-04T16:11:32.295Z[ recovery-image] Jul 04 16:11:31.526 INFO O| Jul 04 16:11:31.526 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-04T16:11:32.299Z[ recovery-image] Jul 04 16:11:31.533 INFO O| Jul 04 16:11:31.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57662026-07-04T16:11:32.299Z[ recovery-image] Jul 04 16:11:31.533 INFO O| Jul 04 16:11:31.533 INFO STEP 137 (remove_files) COMPLETE
57672026-07-04T16:11:32.299Z[ recovery-image] Jul 04 16:11:31.533 INFO O| Jul 04 16:11:31.533 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-04T16:11:32.308Z[ recovery-image] Jul 04 16:11:31.544 INFO O| Jul 04 16:11:31.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57692026-07-04T16:11:32.313Z[ recovery-image] Jul 04 16:11:31.545 INFO O| Jul 04 16:11:31.545 INFO STEP 138 (remove_files) COMPLETE
57702026-07-04T16:11:32.313Z[ recovery-image] Jul 04 16:11:31.545 INFO O| Jul 04 16:11:31.545 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-04T16:11:32.318Z[ recovery-image] Jul 04 16:11:31.554 INFO O| Jul 04 16:11:31.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57722026-07-04T16:11:32.322Z[ recovery-image] Jul 04 16:11:31.554 INFO O| Jul 04 16:11:31.554 INFO STEP 139 (remove_files) COMPLETE
57732026-07-04T16:11:32.322Z[ recovery-image] Jul 04 16:11:31.554 INFO O| Jul 04 16:11:31.554 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-04T16:11:32.326Z[ recovery-image] Jul 04 16:11:31.562 INFO O| Jul 04 16:11:31.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57752026-07-04T16:11:32.326Z[ recovery-image] Jul 04 16:11:31.562 INFO O| Jul 04 16:11:31.562 INFO STEP 140 (remove_files) COMPLETE
57762026-07-04T16:11:32.326Z[ recovery-image] Jul 04 16:11:31.562 INFO O| Jul 04 16:11:31.562 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-04T16:11:32.333Z[ recovery-image] Jul 04 16:11:31.569 INFO O| Jul 04 16:11:31.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57782026-07-04T16:11:32.333Z[ recovery-image] Jul 04 16:11:31.569 INFO O| Jul 04 16:11:31.569 INFO STEP 141 (remove_files) COMPLETE
57792026-07-04T16:11:32.333Z[ recovery-image] Jul 04 16:11:31.569 INFO O| Jul 04 16:11:31.569 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-04T16:11:32.343Z[ recovery-image] Jul 04 16:11:31.577 INFO O| Jul 04 16:11:31.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57812026-07-04T16:11:32.343Z[ recovery-image] Jul 04 16:11:31.577 INFO O| Jul 04 16:11:31.577 INFO STEP 142 (remove_files) COMPLETE
57822026-07-04T16:11:32.347Z[ recovery-image] Jul 04 16:11:31.577 INFO O| Jul 04 16:11:31.577 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-04T16:11:32.351Z[ recovery-image] Jul 04 16:11:31.585 INFO O| Jul 04 16:11:31.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57842026-07-04T16:11:32.351Z[ recovery-image] Jul 04 16:11:31.585 INFO O| Jul 04 16:11:31.585 INFO STEP 143 (remove_files) COMPLETE
57852026-07-04T16:11:32.351Z[ recovery-image] Jul 04 16:11:31.585 INFO O| Jul 04 16:11:31.585 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-04T16:11:32.360Z[ recovery-image] Jul 04 16:11:31.592 INFO O| Jul 04 16:11:31.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57872026-07-04T16:11:32.360Z[ recovery-image] Jul 04 16:11:31.592 INFO O| Jul 04 16:11:31.592 INFO STEP 144 (remove_files) COMPLETE
57882026-07-04T16:11:32.365Z[ recovery-image] Jul 04 16:11:31.592 INFO O| Jul 04 16:11:31.592 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-04T16:11:32.365Z[ recovery-image] Jul 04 16:11:31.599 INFO O| Jul 04 16:11:31.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57902026-07-04T16:11:32.365Z[ recovery-image] Jul 04 16:11:31.599 INFO O| Jul 04 16:11:31.599 INFO STEP 145 (remove_files) COMPLETE
57912026-07-04T16:11:32.365Z[ recovery-image] Jul 04 16:11:31.599 INFO O| Jul 04 16:11:31.599 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-04T16:11:32.370Z[ recovery-image] Jul 04 16:11:31.606 INFO O| Jul 04 16:11:31.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57932026-07-04T16:11:32.370Z[ recovery-image] Jul 04 16:11:31.606 INFO O| Jul 04 16:11:31.606 INFO STEP 146 (remove_files) COMPLETE
57942026-07-04T16:11:32.374Z[ recovery-image] Jul 04 16:11:31.606 INFO O| Jul 04 16:11:31.606 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-04T16:11:32.377Z[ recovery-image] Jul 04 16:11:31.613 INFO O| Jul 04 16:11:31.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57962026-07-04T16:11:32.378Z[ recovery-image] Jul 04 16:11:31.613 INFO O| Jul 04 16:11:31.613 INFO STEP 147 (remove_files) COMPLETE
57972026-07-04T16:11:32.378Z[ recovery-image] Jul 04 16:11:31.613 INFO O| Jul 04 16:11:31.613 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-04T16:11:32.386Z[ recovery-image] Jul 04 16:11:31.622 INFO O| Jul 04 16:11:31.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57992026-07-04T16:11:32.386Z[ recovery-image] Jul 04 16:11:31.622 INFO O| Jul 04 16:11:31.622 INFO STEP 148 (remove_files) COMPLETE
58002026-07-04T16:11:32.389Z[ recovery-image] Jul 04 16:11:31.622 INFO O| Jul 04 16:11:31.622 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-04T16:11:32.394Z[ recovery-image] Jul 04 16:11:31.630 INFO O| Jul 04 16:11:31.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58022026-07-04T16:11:32.398Z[ recovery-image] Jul 04 16:11:31.631 INFO O| Jul 04 16:11:31.631 INFO STEP 149 (remove_files) COMPLETE
58032026-07-04T16:11:32.399Z[ recovery-image] Jul 04 16:11:31.631 INFO O| Jul 04 16:11:31.631 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-04T16:11:32.404Z[ recovery-image] Jul 04 16:11:31.640 INFO O| Jul 04 16:11:31.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58052026-07-04T16:11:32.404Z[ recovery-image] Jul 04 16:11:31.640 INFO O| Jul 04 16:11:31.640 INFO STEP 150 (remove_files) COMPLETE
58062026-07-04T16:11:32.408Z[ recovery-image] Jul 04 16:11:31.640 INFO O| Jul 04 16:11:31.640 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-04T16:11:32.418Z[ recovery-image] Jul 04 16:11:31.648 INFO O| Jul 04 16:11:31.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58082026-07-04T16:11:32.418Z[ recovery-image] Jul 04 16:11:31.648 INFO O| Jul 04 16:11:31.648 INFO STEP 151 (remove_files) COMPLETE
58092026-07-04T16:11:32.418Z[ recovery-image] Jul 04 16:11:31.648 INFO O| Jul 04 16:11:31.648 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-04T16:11:32.422Z[ recovery-image] Jul 04 16:11:31.655 INFO O| Jul 04 16:11:31.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58112026-07-04T16:11:32.422Z[ recovery-image] Jul 04 16:11:31.655 INFO O| Jul 04 16:11:31.655 INFO STEP 152 (remove_files) COMPLETE
58122026-07-04T16:11:32.422Z[ recovery-image] Jul 04 16:11:31.655 INFO O| Jul 04 16:11:31.655 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-07-04T16:11:32.429Z[ recovery-image] Jul 04 16:11:31.665 INFO O| Jul 04 16:11:31.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58142026-07-04T16:11:32.433Z[ recovery-image] Jul 04 16:11:31.665 INFO O| Jul 04 16:11:31.665 INFO STEP 153 (remove_files) COMPLETE
58152026-07-04T16:11:32.433Z[ recovery-image] Jul 04 16:11:31.665 INFO O| Jul 04 16:11:31.665 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-04T16:11:32.438Z[ recovery-image] Jul 04 16:11:31.674 INFO O| Jul 04 16:11:31.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58172026-07-04T16:11:32.438Z[ recovery-image] Jul 04 16:11:31.674 INFO O| Jul 04 16:11:31.674 INFO STEP 154 (remove_files) COMPLETE
58182026-07-04T16:11:32.442Z[ recovery-image] Jul 04 16:11:31.674 INFO O| Jul 04 16:11:31.674 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-04T16:11:32.447Z[ recovery-image] Jul 04 16:11:31.683 INFO O| Jul 04 16:11:31.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58202026-07-04T16:11:32.451Z[ recovery-image] Jul 04 16:11:31.683 INFO O| Jul 04 16:11:31.683 INFO STEP 155 (remove_files) COMPLETE
58212026-07-04T16:11:32.451Z[ recovery-image] Jul 04 16:11:31.683 INFO O| Jul 04 16:11:31.683 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-04T16:11:32.456Z[ recovery-image] Jul 04 16:11:31.692 INFO O| Jul 04 16:11:31.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58232026-07-04T16:11:32.456Z[ recovery-image] Jul 04 16:11:31.692 INFO O| Jul 04 16:11:31.692 INFO STEP 156 (remove_files) COMPLETE
58242026-07-04T16:11:32.461Z[ recovery-image] Jul 04 16:11:31.692 INFO O| Jul 04 16:11:31.692 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-04T16:11:32.464Z[ recovery-image] Jul 04 16:11:31.700 INFO O| Jul 04 16:11:31.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58262026-07-04T16:11:32.464Z[ recovery-image] Jul 04 16:11:31.700 INFO O| Jul 04 16:11:31.700 INFO STEP 157 (remove_files) COMPLETE
58272026-07-04T16:11:32.465Z[ recovery-image] Jul 04 16:11:31.700 INFO O| Jul 04 16:11:31.700 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-04T16:11:32.471Z[ recovery-image] Jul 04 16:11:31.707 INFO O| Jul 04 16:11:31.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58292026-07-04T16:11:32.471Z[ recovery-image] Jul 04 16:11:31.707 INFO O| Jul 04 16:11:31.707 INFO STEP 158 (remove_files) COMPLETE
58302026-07-04T16:11:32.471Z[ recovery-image] Jul 04 16:11:31.707 INFO O| Jul 04 16:11:31.707 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-04T16:11:32.478Z[ recovery-image] Jul 04 16:11:31.714 INFO O| Jul 04 16:11:31.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58322026-07-04T16:11:32.478Z[ recovery-image] Jul 04 16:11:31.715 INFO O| Jul 04 16:11:31.714 INFO STEP 159 (remove_files) COMPLETE
58332026-07-04T16:11:32.478Z[ recovery-image] Jul 04 16:11:31.715 INFO O| Jul 04 16:11:31.715 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-04T16:11:32.489Z[ recovery-image] Jul 04 16:11:31.725 INFO O| Jul 04 16:11:31.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58352026-07-04T16:11:32.489Z[ recovery-image] Jul 04 16:11:31.725 INFO O| Jul 04 16:11:31.725 INFO STEP 160 (remove_files) COMPLETE
58362026-07-04T16:11:32.489Z[ recovery-image] Jul 04 16:11:31.725 INFO O| Jul 04 16:11:31.725 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-04T16:11:32.498Z[ recovery-image] Jul 04 16:11:31.734 INFO O| Jul 04 16:11:31.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58382026-07-04T16:11:32.498Z[ recovery-image] Jul 04 16:11:31.734 INFO O| Jul 04 16:11:31.734 INFO STEP 161 (remove_files) COMPLETE
58392026-07-04T16:11:32.498Z[ recovery-image] Jul 04 16:11:31.734 INFO O| Jul 04 16:11:31.734 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-04T16:11:32.507Z[ recovery-image] Jul 04 16:11:31.742 INFO O| Jul 04 16:11:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58412026-07-04T16:11:32.511Z[ recovery-image] Jul 04 16:11:31.743 INFO O| Jul 04 16:11:31.743 INFO STEP 162 (remove_files) COMPLETE
58422026-07-04T16:11:32.511Z[ recovery-image] Jul 04 16:11:31.743 INFO O| Jul 04 16:11:31.743 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-04T16:11:32.514Z[ recovery-image] Jul 04 16:11:31.751 INFO O| Jul 04 16:11:31.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58442026-07-04T16:11:32.518Z[ recovery-image] Jul 04 16:11:31.752 INFO O| Jul 04 16:11:31.752 INFO STEP 163 (remove_files) COMPLETE
58452026-07-04T16:11:32.518Z[ recovery-image] Jul 04 16:11:31.752 INFO O| Jul 04 16:11:31.752 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-04T16:11:32.522Z[ recovery-image] Jul 04 16:11:31.759 INFO O| Jul 04 16:11:31.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58472026-07-04T16:11:32.522Z[ recovery-image] Jul 04 16:11:31.759 INFO O| Jul 04 16:11:31.759 INFO STEP 164 (remove_files) COMPLETE
58482026-07-04T16:11:32.523Z[ recovery-image] Jul 04 16:11:31.759 INFO O| Jul 04 16:11:31.759 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-04T16:11:32.531Z[ recovery-image] Jul 04 16:11:31.767 INFO O| Jul 04 16:11:31.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58502026-07-04T16:11:32.536Z[ recovery-image] Jul 04 16:11:31.767 INFO O| Jul 04 16:11:31.767 INFO STEP 165 (remove_files) COMPLETE
58512026-07-04T16:11:32.536Z[ recovery-image] Jul 04 16:11:31.767 INFO O| Jul 04 16:11:31.767 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-04T16:11:32.540Z[ recovery-image] Jul 04 16:11:31.775 INFO O| Jul 04 16:11:31.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58532026-07-04T16:11:32.540Z[ recovery-image] Jul 04 16:11:31.775 INFO O| Jul 04 16:11:31.775 INFO STEP 166 (remove_files) COMPLETE
58542026-07-04T16:11:32.541Z[ recovery-image] Jul 04 16:11:31.775 INFO O| Jul 04 16:11:31.775 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-04T16:11:32.547Z[ recovery-image] Jul 04 16:11:31.783 INFO O| Jul 04 16:11:31.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58562026-07-04T16:11:32.547Z[ recovery-image] Jul 04 16:11:31.783 INFO O| Jul 04 16:11:31.783 INFO STEP 167 (remove_files) COMPLETE
58572026-07-04T16:11:32.547Z[ recovery-image] Jul 04 16:11:31.783 INFO O| Jul 04 16:11:31.783 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-07-04T16:11:32.554Z[ recovery-image] Jul 04 16:11:31.790 INFO O| Jul 04 16:11:31.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58592026-07-04T16:11:32.554Z[ recovery-image] Jul 04 16:11:31.790 INFO O| Jul 04 16:11:31.790 INFO STEP 168 (remove_files) COMPLETE
58602026-07-04T16:11:32.559Z[ recovery-image] Jul 04 16:11:31.790 INFO O| Jul 04 16:11:31.790 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-04T16:11:32.563Z[ recovery-image] Jul 04 16:11:31.796 INFO O| Jul 04 16:11:31.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58622026-07-04T16:11:32.563Z[ recovery-image] Jul 04 16:11:31.796 INFO O| Jul 04 16:11:31.796 INFO STEP 169 (remove_files) COMPLETE
58632026-07-04T16:11:32.563Z[ recovery-image] Jul 04 16:11:31.796 INFO O| Jul 04 16:11:31.796 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-04T16:11:32.567Z[ recovery-image] Jul 04 16:11:31.803 INFO O| Jul 04 16:11:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58652026-07-04T16:11:32.570Z[ recovery-image] Jul 04 16:11:31.804 INFO O| Jul 04 16:11:31.803 INFO STEP 170 (remove_files) COMPLETE
58662026-07-04T16:11:32.570Z[ recovery-image] Jul 04 16:11:31.804 INFO O| Jul 04 16:11:31.803 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-07-04T16:11:32.575Z[ recovery-image] Jul 04 16:11:31.811 INFO O| Jul 04 16:11:31.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58682026-07-04T16:11:32.575Z[ recovery-image] Jul 04 16:11:31.811 INFO O| Jul 04 16:11:31.811 INFO STEP 171 (remove_files) COMPLETE
58692026-07-04T16:11:32.580Z[ recovery-image] Jul 04 16:11:31.811 INFO O| Jul 04 16:11:31.811 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-07-04T16:11:32.584Z[ recovery-image] Jul 04 16:11:31.819 INFO O| Jul 04 16:11:31.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58712026-07-04T16:11:32.584Z[ recovery-image] Jul 04 16:11:31.819 INFO O| Jul 04 16:11:31.819 INFO STEP 172 (remove_files) COMPLETE
58722026-07-04T16:11:32.584Z[ recovery-image] Jul 04 16:11:31.819 INFO O| Jul 04 16:11:31.819 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-07-04T16:11:32.590Z[ recovery-image] Jul 04 16:11:31.825 INFO O| Jul 04 16:11:31.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58742026-07-04T16:11:32.591Z[ recovery-image] Jul 04 16:11:31.825 INFO O| Jul 04 16:11:31.825 INFO STEP 173 (remove_files) COMPLETE
58752026-07-04T16:11:32.595Z[ recovery-image] Jul 04 16:11:31.825 INFO O| Jul 04 16:11:31.825 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-07-04T16:11:32.599Z[ recovery-image] Jul 04 16:11:31.833 INFO O| Jul 04 16:11:31.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58772026-07-04T16:11:32.599Z[ recovery-image] Jul 04 16:11:31.833 INFO O| Jul 04 16:11:31.833 INFO STEP 174 (remove_files) COMPLETE
58782026-07-04T16:11:32.599Z[ recovery-image] Jul 04 16:11:31.833 INFO O| Jul 04 16:11:31.833 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-07-04T16:11:32.608Z[ recovery-image] Jul 04 16:11:31.844 INFO O| Jul 04 16:11:31.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58802026-07-04T16:11:32.609Z[ recovery-image] Jul 04 16:11:31.844 INFO O| Jul 04 16:11:31.844 INFO STEP 175 (remove_files) COMPLETE
58812026-07-04T16:11:32.613Z[ recovery-image] Jul 04 16:11:31.844 INFO O| Jul 04 16:11:31.844 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-07-04T16:11:32.619Z[ recovery-image] Jul 04 16:11:31.854 INFO O| Jul 04 16:11:31.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58832026-07-04T16:11:32.619Z[ recovery-image] Jul 04 16:11:31.854 INFO O| Jul 04 16:11:31.854 INFO STEP 176 (remove_files) COMPLETE
58842026-07-04T16:11:32.622Z[ recovery-image] Jul 04 16:11:31.854 INFO O| Jul 04 16:11:31.854 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-07-04T16:11:32.628Z[ recovery-image] Jul 04 16:11:31.864 INFO O| Jul 04 16:11:31.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58862026-07-04T16:11:32.632Z[ recovery-image] Jul 04 16:11:31.865 INFO O| Jul 04 16:11:31.865 INFO STEP 177 (remove_files) COMPLETE
58872026-07-04T16:11:32.632Z[ recovery-image] Jul 04 16:11:31.865 INFO O| Jul 04 16:11:31.865 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-07-04T16:11:32.637Z[ recovery-image] Jul 04 16:11:31.873 INFO O| Jul 04 16:11:31.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58892026-07-04T16:11:32.638Z[ recovery-image] Jul 04 16:11:31.873 INFO O| Jul 04 16:11:31.873 INFO STEP 178 (remove_files) COMPLETE
58902026-07-04T16:11:32.638Z[ recovery-image] Jul 04 16:11:31.873 INFO O| Jul 04 16:11:31.873 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-07-04T16:11:32.645Z[ recovery-image] Jul 04 16:11:31.881 INFO O| Jul 04 16:11:31.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58922026-07-04T16:11:32.650Z[ recovery-image] Jul 04 16:11:31.881 INFO O| Jul 04 16:11:31.881 INFO STEP 179 (remove_files) COMPLETE
58932026-07-04T16:11:32.650Z[ recovery-image] Jul 04 16:11:31.881 INFO O| Jul 04 16:11:31.881 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-07-04T16:11:32.653Z[ recovery-image] Jul 04 16:11:31.889 INFO O| Jul 04 16:11:31.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58952026-07-04T16:11:32.653Z[ recovery-image] Jul 04 16:11:31.889 INFO O| Jul 04 16:11:31.889 INFO STEP 180 (remove_files) COMPLETE
58962026-07-04T16:11:32.653Z[ recovery-image] Jul 04 16:11:31.889 INFO O| Jul 04 16:11:31.889 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-07-04T16:11:32.660Z[ recovery-image] Jul 04 16:11:31.897 INFO O| Jul 04 16:11:31.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58982026-07-04T16:11:32.665Z[ recovery-image] Jul 04 16:11:31.897 INFO O| Jul 04 16:11:31.897 INFO STEP 181 (remove_files) COMPLETE
58992026-07-04T16:11:32.666Z[ recovery-image] Jul 04 16:11:31.897 INFO O| Jul 04 16:11:31.897 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-07-04T16:11:32.670Z[ recovery-image] Jul 04 16:11:31.905 INFO O| Jul 04 16:11:31.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59012026-07-04T16:11:32.670Z[ recovery-image] Jul 04 16:11:31.905 INFO O| Jul 04 16:11:31.905 INFO STEP 182 (remove_files) COMPLETE
59022026-07-04T16:11:32.670Z[ recovery-image] Jul 04 16:11:31.905 INFO O| Jul 04 16:11:31.905 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-07-04T16:11:32.677Z[ recovery-image] Jul 04 16:11:31.913 INFO O| Jul 04 16:11:31.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59042026-07-04T16:11:32.678Z[ recovery-image] Jul 04 16:11:31.913 INFO O| Jul 04 16:11:31.913 INFO STEP 183 (remove_files) COMPLETE
59052026-07-04T16:11:32.681Z[ recovery-image] Jul 04 16:11:31.913 INFO O| Jul 04 16:11:31.913 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-07-04T16:11:32.684Z[ recovery-image] Jul 04 16:11:31.920 INFO O| Jul 04 16:11:31.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59072026-07-04T16:11:32.684Z[ recovery-image] Jul 04 16:11:31.920 INFO O| Jul 04 16:11:31.920 INFO STEP 184 (remove_files) COMPLETE
59082026-07-04T16:11:32.684Z[ recovery-image] Jul 04 16:11:31.920 INFO O| Jul 04 16:11:31.920 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-07-04T16:11:32.690Z[ recovery-image] Jul 04 16:11:31.927 INFO O| Jul 04 16:11:31.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59102026-07-04T16:11:32.696Z[ recovery-image] Jul 04 16:11:31.927 INFO O| Jul 04 16:11:31.927 INFO STEP 185 (remove_files) COMPLETE
59112026-07-04T16:11:32.696Z[ recovery-image] Jul 04 16:11:31.927 INFO O| Jul 04 16:11:31.927 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-07-04T16:11:32.701Z[ recovery-image] Jul 04 16:11:31.936 INFO O| Jul 04 16:11:31.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59132026-07-04T16:11:32.701Z[ recovery-image] Jul 04 16:11:31.936 INFO O| Jul 04 16:11:31.936 INFO STEP 186 (remove_files) COMPLETE
59142026-07-04T16:11:32.701Z[ recovery-image] Jul 04 16:11:31.936 INFO O| Jul 04 16:11:31.936 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-07-04T16:11:32.707Z[ recovery-image] Jul 04 16:11:31.943 INFO O| Jul 04 16:11:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59162026-07-04T16:11:32.707Z[ recovery-image] Jul 04 16:11:31.943 INFO O| Jul 04 16:11:31.943 INFO STEP 187 (remove_files) COMPLETE
59172026-07-04T16:11:32.710Z[ recovery-image] Jul 04 16:11:31.943 INFO O| Jul 04 16:11:31.943 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-07-04T16:11:32.713Z[ recovery-image] Jul 04 16:11:31.950 INFO O| Jul 04 16:11:31.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59192026-07-04T16:11:32.713Z[ recovery-image] Jul 04 16:11:31.950 INFO O| Jul 04 16:11:31.950 INFO STEP 188 (remove_files) COMPLETE
59202026-07-04T16:11:32.714Z[ recovery-image] Jul 04 16:11:31.950 INFO O| Jul 04 16:11:31.950 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-04T16:11:32.722Z[ recovery-image] Jul 04 16:11:31.958 INFO O| Jul 04 16:11:31.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59222026-07-04T16:11:32.726Z[ recovery-image] Jul 04 16:11:31.958 INFO O| Jul 04 16:11:31.958 INFO STEP 189 (remove_files) COMPLETE
59232026-07-04T16:11:32.726Z[ recovery-image] Jul 04 16:11:31.958 INFO O| Jul 04 16:11:31.958 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-04T16:11:32.730Z[ recovery-image] Jul 04 16:11:31.965 INFO O| Jul 04 16:11:31.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59252026-07-04T16:11:32.730Z[ recovery-image] Jul 04 16:11:31.966 INFO O| Jul 04 16:11:31.966 INFO STEP 190 (remove_files) COMPLETE
59262026-07-04T16:11:32.730Z[ recovery-image] Jul 04 16:11:31.966 INFO O| Jul 04 16:11:31.966 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-04T16:11:32.736Z[ recovery-image] Jul 04 16:11:31.972 INFO O| Jul 04 16:11:31.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59282026-07-04T16:11:32.740Z[ recovery-image] Jul 04 16:11:31.972 INFO O| Jul 04 16:11:31.972 INFO STEP 191 (remove_files) COMPLETE
59292026-07-04T16:11:32.740Z[ recovery-image] Jul 04 16:11:31.972 INFO O| Jul 04 16:11:31.972 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-04T16:11:32.745Z[ recovery-image] Jul 04 16:11:31.981 INFO O| Jul 04 16:11:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59312026-07-04T16:11:32.745Z[ recovery-image] Jul 04 16:11:31.981 INFO O| Jul 04 16:11:31.981 INFO STEP 192 (remove_files) COMPLETE
59322026-07-04T16:11:32.745Z[ recovery-image] Jul 04 16:11:31.981 INFO O| Jul 04 16:11:31.981 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-04T16:11:32.754Z[ recovery-image] Jul 04 16:11:31.989 INFO O| Jul 04 16:11:31.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59342026-07-04T16:11:32.759Z[ recovery-image] Jul 04 16:11:31.989 INFO O| Jul 04 16:11:31.989 INFO STEP 193 (remove_files) COMPLETE
59352026-07-04T16:11:32.759Z[ recovery-image] Jul 04 16:11:31.989 INFO O| Jul 04 16:11:31.989 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-04T16:11:32.762Z[ recovery-image] Jul 04 16:11:31.996 INFO O| Jul 04 16:11:31.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59372026-07-04T16:11:32.763Z[ recovery-image] Jul 04 16:11:31.996 INFO O| Jul 04 16:11:31.996 INFO STEP 194 (remove_files) COMPLETE
59382026-07-04T16:11:32.763Z[ recovery-image] Jul 04 16:11:31.996 INFO O| Jul 04 16:11:31.996 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-04T16:11:32.768Z[ recovery-image] Jul 04 16:11:32.004 INFO O| Jul 04 16:11:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59402026-07-04T16:11:32.774Z[ recovery-image] Jul 04 16:11:32.004 INFO O| Jul 04 16:11:32.004 INFO STEP 195 (remove_files) COMPLETE
59412026-07-04T16:11:32.774Z[ recovery-image] Jul 04 16:11:32.004 INFO O| Jul 04 16:11:32.004 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-04T16:11:32.780Z[ recovery-image] Jul 04 16:11:32.012 INFO O| Jul 04 16:11:32.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59432026-07-04T16:11:32.780Z[ recovery-image] Jul 04 16:11:32.012 INFO O| Jul 04 16:11:32.012 INFO STEP 196 (remove_files) COMPLETE
59442026-07-04T16:11:32.780Z[ recovery-image] Jul 04 16:11:32.012 INFO O| Jul 04 16:11:32.012 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-04T16:11:32.785Z[ recovery-image] Jul 04 16:11:32.019 INFO O| Jul 04 16:11:32.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59462026-07-04T16:11:32.785Z[ recovery-image] Jul 04 16:11:32.019 INFO O| Jul 04 16:11:32.019 INFO STEP 197 (remove_files) COMPLETE
59472026-07-04T16:11:32.785Z[ recovery-image] Jul 04 16:11:32.019 INFO O| Jul 04 16:11:32.019 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-04T16:11:32.790Z[ recovery-image] Jul 04 16:11:32.027 INFO O| Jul 04 16:11:32.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59492026-07-04T16:11:32.794Z[ recovery-image] Jul 04 16:11:32.027 INFO O| Jul 04 16:11:32.027 INFO STEP 198 (remove_files) COMPLETE
59502026-07-04T16:11:32.794Z[ recovery-image] Jul 04 16:11:32.027 INFO O| Jul 04 16:11:32.027 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-04T16:11:32.798Z[ recovery-image] Jul 04 16:11:32.033 INFO O| Jul 04 16:11:32.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59522026-07-04T16:11:32.798Z[ recovery-image] Jul 04 16:11:32.033 INFO O| Jul 04 16:11:32.033 INFO STEP 199 (remove_files) COMPLETE
59532026-07-04T16:11:32.799Z[ recovery-image] Jul 04 16:11:32.033 INFO O| Jul 04 16:11:32.033 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-04T16:11:32.805Z[ recovery-image] Jul 04 16:11:32.041 INFO O| Jul 04 16:11:32.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59552026-07-04T16:11:32.805Z[ recovery-image] Jul 04 16:11:32.041 INFO O| Jul 04 16:11:32.041 INFO STEP 200 (remove_files) COMPLETE
59562026-07-04T16:11:32.810Z[ recovery-image] Jul 04 16:11:32.041 INFO O| Jul 04 16:11:32.041 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-04T16:11:32.815Z[ recovery-image] Jul 04 16:11:32.048 INFO O| Jul 04 16:11:32.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59582026-07-04T16:11:32.815Z[ recovery-image] Jul 04 16:11:32.049 INFO O| Jul 04 16:11:32.049 INFO STEP 201 (remove_files) COMPLETE
59592026-07-04T16:11:32.815Z[ recovery-image] Jul 04 16:11:32.049 INFO O| Jul 04 16:11:32.049 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-04T16:11:32.820Z[ recovery-image] Jul 04 16:11:32.056 INFO O| Jul 04 16:11:32.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59612026-07-04T16:11:32.823Z[ recovery-image] Jul 04 16:11:32.056 INFO O| Jul 04 16:11:32.056 INFO STEP 202 (remove_files) COMPLETE
59622026-07-04T16:11:32.823Z[ recovery-image] Jul 04 16:11:32.057 INFO O| Jul 04 16:11:32.056 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-04T16:11:32.829Z[ recovery-image] Jul 04 16:11:32.065 INFO O| Jul 04 16:11:32.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59642026-07-04T16:11:32.834Z[ recovery-image] Jul 04 16:11:32.065 INFO O| Jul 04 16:11:32.065 INFO STEP 203 (remove_files) COMPLETE
59652026-07-04T16:11:32.834Z[ recovery-image] Jul 04 16:11:32.065 INFO O| Jul 04 16:11:32.065 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-04T16:11:32.838Z[ recovery-image] Jul 04 16:11:32.073 INFO O| Jul 04 16:11:32.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59672026-07-04T16:11:32.838Z[ recovery-image] Jul 04 16:11:32.073 INFO O| Jul 04 16:11:32.073 INFO STEP 204 (remove_files) COMPLETE
59682026-07-04T16:11:32.838Z[ recovery-image] Jul 04 16:11:32.073 INFO O| Jul 04 16:11:32.073 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-04T16:11:32.846Z[ recovery-image] Jul 04 16:11:32.083 INFO O| Jul 04 16:11:32.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59702026-07-04T16:11:32.847Z[ recovery-image] Jul 04 16:11:32.083 INFO O| Jul 04 16:11:32.083 INFO STEP 205 (remove_files) COMPLETE
59712026-07-04T16:11:32.847Z[ recovery-image] Jul 04 16:11:32.083 INFO O| Jul 04 16:11:32.083 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-04T16:11:32.856Z[ recovery-image] Jul 04 16:11:32.091 INFO O| Jul 04 16:11:32.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59732026-07-04T16:11:32.857Z[ recovery-image] Jul 04 16:11:32.091 INFO O| Jul 04 16:11:32.091 INFO STEP 206 (remove_files) COMPLETE
59742026-07-04T16:11:32.863Z[ recovery-image] Jul 04 16:11:32.091 INFO O| Jul 04 16:11:32.091 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-04T16:11:32.868Z[ recovery-image] Jul 04 16:11:32.100 INFO O| Jul 04 16:11:32.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59762026-07-04T16:11:32.868Z[ recovery-image] Jul 04 16:11:32.100 INFO O| Jul 04 16:11:32.100 INFO STEP 207 (remove_files) COMPLETE
59772026-07-04T16:11:32.868Z[ recovery-image] Jul 04 16:11:32.100 INFO O| Jul 04 16:11:32.100 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-04T16:11:32.872Z[ recovery-image] Jul 04 16:11:32.108 INFO O| Jul 04 16:11:32.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59792026-07-04T16:11:32.872Z[ recovery-image] Jul 04 16:11:32.108 INFO O| Jul 04 16:11:32.108 INFO STEP 208 (remove_files) COMPLETE
59802026-07-04T16:11:32.872Z[ recovery-image] Jul 04 16:11:32.108 INFO O| Jul 04 16:11:32.108 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-07-04T16:11:32.882Z[ recovery-image] Jul 04 16:11:32.118 INFO O| Jul 04 16:11:32.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59822026-07-04T16:11:32.883Z[ recovery-image] Jul 04 16:11:32.118 INFO O| Jul 04 16:11:32.118 INFO STEP 209 (remove_files) COMPLETE
59832026-07-04T16:11:32.883Z[ recovery-image] Jul 04 16:11:32.118 INFO O| Jul 04 16:11:32.118 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-07-04T16:11:32.890Z[ recovery-image] Jul 04 16:11:32.126 INFO O| Jul 04 16:11:32.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59852026-07-04T16:11:32.890Z[ recovery-image] Jul 04 16:11:32.126 INFO O| Jul 04 16:11:32.126 INFO STEP 210 (remove_files) COMPLETE
59862026-07-04T16:11:32.890Z[ recovery-image] Jul 04 16:11:32.126 INFO O| Jul 04 16:11:32.126 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.133 INFO O| Jul 04 16:11:32.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59882026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.133 INFO O| Jul 04 16:11:32.133 INFO STEP 211 (remove_files) COMPLETE
59892026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.133 INFO O| Jul 04 16:11:32.133 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.140 INFO O| Jul 04 16:11:32.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59912026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.140 INFO O| Jul 04 16:11:32.140 INFO STEP 212 (remove_files) COMPLETE
59922026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.140 INFO O| Jul 04 16:11:32.140 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.150 INFO O| Jul 04 16:11:32.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59942026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.150 INFO O| Jul 04 16:11:32.150 INFO STEP 213 (remove_files) COMPLETE
59952026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.150 INFO O| Jul 04 16:11:32.150 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.159 INFO O| Jul 04 16:11:32.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59972026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.159 INFO O| Jul 04 16:11:32.159 INFO STEP 214 (remove_files) COMPLETE
59982026-07-04T16:11:32.933Z[ recovery-image] Jul 04 16:11:32.159 INFO O| Jul 04 16:11:32.159 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-07-04T16:11:32.940Z[ recovery-image] Jul 04 16:11:32.169 INFO O| Jul 04 16:11:32.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60002026-07-04T16:11:32.940Z[ recovery-image] Jul 04 16:11:32.169 INFO O| Jul 04 16:11:32.169 INFO STEP 215 (remove_files) COMPLETE
60012026-07-04T16:11:32.940Z[ recovery-image] Jul 04 16:11:32.169 INFO O| Jul 04 16:11:32.169 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-07-04T16:11:32.946Z[ recovery-image] Jul 04 16:11:32.179 INFO O| Jul 04 16:11:32.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60032026-07-04T16:11:32.946Z[ recovery-image] Jul 04 16:11:32.179 INFO O| Jul 04 16:11:32.179 INFO STEP 216 (remove_files) COMPLETE
60042026-07-04T16:11:32.946Z[ recovery-image] Jul 04 16:11:32.179 INFO O| Jul 04 16:11:32.179 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-04T16:11:32.951Z[ recovery-image] Jul 04 16:11:32.187 INFO O| Jul 04 16:11:32.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60062026-07-04T16:11:32.954Z[ recovery-image] Jul 04 16:11:32.187 INFO O| Jul 04 16:11:32.187 INFO STEP 217 (remove_files) COMPLETE
60072026-07-04T16:11:32.954Z[ recovery-image] Jul 04 16:11:32.187 INFO O| Jul 04 16:11:32.187 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-04T16:11:32.958Z[ recovery-image] Jul 04 16:11:32.194 INFO O| Jul 04 16:11:32.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60092026-07-04T16:11:32.958Z[ recovery-image] Jul 04 16:11:32.194 INFO O| Jul 04 16:11:32.194 INFO STEP 218 (remove_files) COMPLETE
60102026-07-04T16:11:32.958Z[ recovery-image] Jul 04 16:11:32.194 INFO O| Jul 04 16:11:32.194 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-07-04T16:11:32.965Z[ recovery-image] Jul 04 16:11:32.201 INFO O| Jul 04 16:11:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60122026-07-04T16:11:32.965Z[ recovery-image] Jul 04 16:11:32.201 INFO O| Jul 04 16:11:32.201 INFO STEP 219 (remove_files) COMPLETE
60132026-07-04T16:11:32.965Z[ recovery-image] Jul 04 16:11:32.201 INFO O| Jul 04 16:11:32.201 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-07-04T16:11:32.976Z[ recovery-image] Jul 04 16:11:32.211 INFO O| Jul 04 16:11:32.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60152026-07-04T16:11:32.976Z[ recovery-image] Jul 04 16:11:32.211 INFO O| Jul 04 16:11:32.211 INFO STEP 220 (remove_files) COMPLETE
60162026-07-04T16:11:32.980Z[ recovery-image] Jul 04 16:11:32.211 INFO O| Jul 04 16:11:32.211 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-07-04T16:11:32.985Z[ recovery-image] Jul 04 16:11:32.220 INFO O| Jul 04 16:11:32.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60182026-07-04T16:11:32.985Z[ recovery-image] Jul 04 16:11:32.220 INFO O| Jul 04 16:11:32.220 INFO STEP 221 (remove_files) COMPLETE
60192026-07-04T16:11:32.985Z[ recovery-image] Jul 04 16:11:32.220 INFO O| Jul 04 16:11:32.220 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-07-04T16:11:32.993Z[ recovery-image] Jul 04 16:11:32.229 INFO O| Jul 04 16:11:32.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60212026-07-04T16:11:32.993Z[ recovery-image] Jul 04 16:11:32.229 INFO O| Jul 04 16:11:32.229 INFO STEP 222 (remove_files) COMPLETE
60222026-07-04T16:11:32.993Z[ recovery-image] Jul 04 16:11:32.229 INFO O| Jul 04 16:11:32.229 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-07-04T16:11:33.003Z[ recovery-image] Jul 04 16:11:32.237 INFO O| Jul 04 16:11:32.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60242026-07-04T16:11:33.007Z[ recovery-image] Jul 04 16:11:32.237 INFO O| Jul 04 16:11:32.237 INFO STEP 223 (remove_files) COMPLETE
60252026-07-04T16:11:33.007Z[ recovery-image] Jul 04 16:11:32.237 INFO O| Jul 04 16:11:32.237 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-07-04T16:11:33.012Z[ recovery-image] Jul 04 16:11:32.245 INFO O| Jul 04 16:11:32.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60272026-07-04T16:11:33.012Z[ recovery-image] Jul 04 16:11:32.245 INFO O| Jul 04 16:11:32.245 INFO STEP 224 (remove_files) COMPLETE
60282026-07-04T16:11:33.012Z[ recovery-image] Jul 04 16:11:32.245 INFO O| Jul 04 16:11:32.245 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-07-04T16:11:33.018Z[ recovery-image] Jul 04 16:11:32.254 INFO O| Jul 04 16:11:32.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60302026-07-04T16:11:33.018Z[ recovery-image] Jul 04 16:11:32.254 INFO O| Jul 04 16:11:32.254 INFO STEP 225 (remove_files) COMPLETE
60312026-07-04T16:11:33.023Z[ recovery-image] Jul 04 16:11:32.254 INFO O| Jul 04 16:11:32.254 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-07-04T16:11:33.029Z[ recovery-image] Jul 04 16:11:32.262 INFO O| Jul 04 16:11:32.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60332026-07-04T16:11:33.029Z[ recovery-image] Jul 04 16:11:32.262 INFO O| Jul 04 16:11:32.262 INFO STEP 226 (remove_files) COMPLETE
60342026-07-04T16:11:33.029Z[ recovery-image] Jul 04 16:11:32.262 INFO O| Jul 04 16:11:32.262 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-07-04T16:11:33.033Z[ recovery-image] Jul 04 16:11:32.269 INFO O| Jul 04 16:11:32.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60362026-07-04T16:11:33.033Z[ recovery-image] Jul 04 16:11:32.269 INFO O| Jul 04 16:11:32.269 INFO STEP 227 (remove_files) COMPLETE
60372026-07-04T16:11:33.038Z[ recovery-image] Jul 04 16:11:32.269 INFO O| Jul 04 16:11:32.269 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-07-04T16:11:33.043Z[ recovery-image] Jul 04 16:11:32.277 INFO O| Jul 04 16:11:32.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60392026-07-04T16:11:33.043Z[ recovery-image] Jul 04 16:11:32.277 INFO O| Jul 04 16:11:32.277 INFO STEP 228 (remove_files) COMPLETE
60402026-07-04T16:11:33.043Z[ recovery-image] Jul 04 16:11:32.277 INFO O| Jul 04 16:11:32.277 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-07-04T16:11:33.048Z[ recovery-image] Jul 04 16:11:32.284 INFO O| Jul 04 16:11:32.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60422026-07-04T16:11:33.051Z[ recovery-image] Jul 04 16:11:32.284 INFO O| Jul 04 16:11:32.284 INFO STEP 229 (remove_files) COMPLETE
60432026-07-04T16:11:33.052Z[ recovery-image] Jul 04 16:11:32.284 INFO O| Jul 04 16:11:32.284 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-07-04T16:11:33.057Z[ recovery-image] Jul 04 16:11:32.291 INFO O| Jul 04 16:11:32.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60452026-07-04T16:11:33.057Z[ recovery-image] Jul 04 16:11:32.291 INFO O| Jul 04 16:11:32.291 INFO STEP 230 (remove_files) COMPLETE
60462026-07-04T16:11:33.057Z[ recovery-image] Jul 04 16:11:32.291 INFO O| Jul 04 16:11:32.291 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-07-04T16:11:33.062Z[ recovery-image] Jul 04 16:11:32.298 INFO O| Jul 04 16:11:32.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60482026-07-04T16:11:33.062Z[ recovery-image] Jul 04 16:11:32.298 INFO O| Jul 04 16:11:32.298 INFO STEP 231 (remove_files) COMPLETE
60492026-07-04T16:11:33.062Z[ recovery-image] Jul 04 16:11:32.298 INFO O| Jul 04 16:11:32.298 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-07-04T16:11:33.072Z[ recovery-image] Jul 04 16:11:32.307 INFO O| Jul 04 16:11:32.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60512026-07-04T16:11:33.072Z[ recovery-image] Jul 04 16:11:32.307 INFO O| Jul 04 16:11:32.307 INFO STEP 232 (remove_files) COMPLETE
60522026-07-04T16:11:33.076Z[ recovery-image] Jul 04 16:11:32.307 INFO O| Jul 04 16:11:32.307 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-07-04T16:11:33.080Z[ recovery-image] Jul 04 16:11:32.316 INFO O| Jul 04 16:11:32.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60542026-07-04T16:11:33.085Z[ recovery-image] Jul 04 16:11:32.316 INFO O| Jul 04 16:11:32.316 INFO STEP 233 (remove_files) COMPLETE
60552026-07-04T16:11:33.085Z[ recovery-image] Jul 04 16:11:32.316 INFO O| Jul 04 16:11:32.316 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-07-04T16:11:33.090Z[ recovery-image] Jul 04 16:11:32.325 INFO O| Jul 04 16:11:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60572026-07-04T16:11:33.090Z[ recovery-image] Jul 04 16:11:32.325 INFO O| Jul 04 16:11:32.325 INFO STEP 234 (remove_files) COMPLETE
60582026-07-04T16:11:33.090Z[ recovery-image] Jul 04 16:11:32.325 INFO O| Jul 04 16:11:32.325 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-07-04T16:11:33.096Z[ recovery-image] Jul 04 16:11:32.332 INFO O| Jul 04 16:11:32.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60602026-07-04T16:11:33.101Z[ recovery-image] Jul 04 16:11:32.333 INFO O| Jul 04 16:11:32.333 INFO STEP 235 (remove_files) COMPLETE
60612026-07-04T16:11:33.101Z[ recovery-image] Jul 04 16:11:32.333 INFO O| Jul 04 16:11:32.333 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-07-04T16:11:33.108Z[ recovery-image] Jul 04 16:11:32.339 INFO O| Jul 04 16:11:32.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60632026-07-04T16:11:33.108Z[ recovery-image] Jul 04 16:11:32.339 INFO O| Jul 04 16:11:32.339 INFO STEP 236 (remove_files) COMPLETE
60642026-07-04T16:11:33.109Z[ recovery-image] Jul 04 16:11:32.339 INFO O| Jul 04 16:11:32.339 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-07-04T16:11:33.114Z[ recovery-image] Jul 04 16:11:32.345 INFO O| Jul 04 16:11:32.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60662026-07-04T16:11:33.114Z[ recovery-image] Jul 04 16:11:32.345 INFO O| Jul 04 16:11:32.345 INFO STEP 237 (remove_files) COMPLETE
60672026-07-04T16:11:33.114Z[ recovery-image] Jul 04 16:11:32.345 INFO O| Jul 04 16:11:32.345 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-07-04T16:11:33.119Z[ recovery-image] Jul 04 16:11:32.351 INFO O| Jul 04 16:11:32.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60692026-07-04T16:11:33.119Z[ recovery-image] Jul 04 16:11:32.351 INFO O| Jul 04 16:11:32.351 INFO STEP 238 (remove_files) COMPLETE
60702026-07-04T16:11:33.119Z[ recovery-image] Jul 04 16:11:32.351 INFO O| Jul 04 16:11:32.351 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-07-04T16:11:33.123Z[ recovery-image] Jul 04 16:11:32.358 INFO O| Jul 04 16:11:32.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60722026-07-04T16:11:33.125Z[ recovery-image] Jul 04 16:11:32.358 INFO O| Jul 04 16:11:32.358 INFO STEP 239 (remove_files) COMPLETE
60732026-07-04T16:11:33.125Z[ recovery-image] Jul 04 16:11:32.358 INFO O| Jul 04 16:11:32.358 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-07-04T16:11:33.132Z[ recovery-image] Jul 04 16:11:32.368 INFO O| Jul 04 16:11:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60752026-07-04T16:11:33.132Z[ recovery-image] Jul 04 16:11:32.368 INFO O| Jul 04 16:11:32.368 INFO STEP 240 (remove_files) COMPLETE
60762026-07-04T16:11:33.132Z[ recovery-image] Jul 04 16:11:32.368 INFO O| Jul 04 16:11:32.368 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-07-04T16:11:33.140Z[ recovery-image] Jul 04 16:11:32.375 INFO O| Jul 04 16:11:32.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60782026-07-04T16:11:33.140Z[ recovery-image] Jul 04 16:11:32.375 INFO O| Jul 04 16:11:32.375 INFO STEP 241 (remove_files) COMPLETE
60792026-07-04T16:11:33.140Z[ recovery-image] Jul 04 16:11:32.375 INFO O| Jul 04 16:11:32.375 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-07-04T16:11:33.147Z[ recovery-image] Jul 04 16:11:32.384 INFO O| Jul 04 16:11:32.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60812026-07-04T16:11:33.154Z[ recovery-image] Jul 04 16:11:32.384 INFO O| Jul 04 16:11:32.384 INFO STEP 242 (remove_files) COMPLETE
60822026-07-04T16:11:33.154Z[ recovery-image] Jul 04 16:11:32.384 INFO O| Jul 04 16:11:32.384 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-07-04T16:11:33.158Z[ recovery-image] Jul 04 16:11:32.391 INFO O| Jul 04 16:11:32.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60842026-07-04T16:11:33.158Z[ recovery-image] Jul 04 16:11:32.391 INFO O| Jul 04 16:11:32.391 INFO STEP 243 (remove_files) COMPLETE
60852026-07-04T16:11:33.158Z[ recovery-image] Jul 04 16:11:32.391 INFO O| Jul 04 16:11:32.391 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-07-04T16:11:33.163Z[ recovery-image] Jul 04 16:11:32.399 INFO O| Jul 04 16:11:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60872026-07-04T16:11:33.164Z[ recovery-image] Jul 04 16:11:32.399 INFO O| Jul 04 16:11:32.399 INFO STEP 244 (remove_files) COMPLETE
60882026-07-04T16:11:33.164Z[ recovery-image] Jul 04 16:11:32.399 INFO O| Jul 04 16:11:32.399 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-07-04T16:11:33.171Z[ recovery-image] Jul 04 16:11:32.407 INFO O| Jul 04 16:11:32.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60902026-07-04T16:11:33.171Z[ recovery-image] Jul 04 16:11:32.407 INFO O| Jul 04 16:11:32.407 INFO STEP 245 (remove_files) COMPLETE
60912026-07-04T16:11:33.171Z[ recovery-image] Jul 04 16:11:32.407 INFO O| Jul 04 16:11:32.407 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-07-04T16:11:33.179Z[ recovery-image] Jul 04 16:11:32.414 INFO O| Jul 04 16:11:32.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60932026-07-04T16:11:33.179Z[ recovery-image] Jul 04 16:11:32.414 INFO O| Jul 04 16:11:32.414 INFO STEP 246 (remove_files) COMPLETE
60942026-07-04T16:11:33.179Z[ recovery-image] Jul 04 16:11:32.414 INFO O| Jul 04 16:11:32.414 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-07-04T16:11:33.186Z[ recovery-image] Jul 04 16:11:32.421 INFO O| Jul 04 16:11:32.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60962026-07-04T16:11:33.186Z[ recovery-image] Jul 04 16:11:32.421 INFO O| Jul 04 16:11:32.421 INFO STEP 247 (remove_files) COMPLETE
60972026-07-04T16:11:33.189Z[ recovery-image] Jul 04 16:11:32.421 INFO O| Jul 04 16:11:32.421 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-07-04T16:11:33.195Z[ recovery-image] Jul 04 16:11:32.428 INFO O| Jul 04 16:11:32.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60992026-07-04T16:11:33.195Z[ recovery-image] Jul 04 16:11:32.428 INFO O| Jul 04 16:11:32.428 INFO STEP 248 (remove_files) COMPLETE
61002026-07-04T16:11:33.195Z[ recovery-image] Jul 04 16:11:32.428 INFO O| Jul 04 16:11:32.428 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-07-04T16:11:33.201Z[ recovery-image] Jul 04 16:11:32.437 INFO O| Jul 04 16:11:32.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61022026-07-04T16:11:33.201Z[ recovery-image] Jul 04 16:11:32.437 INFO O| Jul 04 16:11:32.437 INFO STEP 249 (remove_files) COMPLETE
61032026-07-04T16:11:33.201Z[ recovery-image] Jul 04 16:11:32.437 INFO O| Jul 04 16:11:32.437 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-07-04T16:11:33.215Z[ recovery-image] Jul 04 16:11:32.444 INFO O| Jul 04 16:11:32.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61052026-07-04T16:11:33.215Z[ recovery-image] Jul 04 16:11:32.444 INFO O| Jul 04 16:11:32.444 INFO STEP 250 (remove_files) COMPLETE
61062026-07-04T16:11:33.215Z[ recovery-image] Jul 04 16:11:32.444 INFO O| Jul 04 16:11:32.444 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-07-04T16:11:33.221Z[ recovery-image] Jul 04 16:11:32.453 INFO O| Jul 04 16:11:32.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61082026-07-04T16:11:33.221Z[ recovery-image] Jul 04 16:11:32.453 INFO O| Jul 04 16:11:32.453 INFO STEP 251 (remove_files) COMPLETE
61092026-07-04T16:11:33.221Z[ recovery-image] Jul 04 16:11:32.453 INFO O| Jul 04 16:11:32.453 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-07-04T16:11:33.225Z[ recovery-image] Jul 04 16:11:32.460 INFO O| Jul 04 16:11:32.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61112026-07-04T16:11:33.225Z[ recovery-image] Jul 04 16:11:32.460 INFO O| Jul 04 16:11:32.460 INFO STEP 252 (remove_files) COMPLETE
61122026-07-04T16:11:33.225Z[ recovery-image] Jul 04 16:11:32.460 INFO O| Jul 04 16:11:32.460 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-07-04T16:11:33.237Z[ recovery-image] Jul 04 16:11:32.467 INFO O| Jul 04 16:11:32.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61142026-07-04T16:11:33.237Z[ recovery-image] Jul 04 16:11:32.467 INFO O| Jul 04 16:11:32.467 INFO STEP 253 (remove_files) COMPLETE
61152026-07-04T16:11:33.244Z[ recovery-image] Jul 04 16:11:32.467 INFO O| Jul 04 16:11:32.467 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-07-04T16:11:33.244Z[ recovery-image] Jul 04 16:11:32.474 INFO O| Jul 04 16:11:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61172026-07-04T16:11:33.245Z[ recovery-image] Jul 04 16:11:32.475 INFO O| Jul 04 16:11:32.475 INFO STEP 254 (remove_files) COMPLETE
61182026-07-04T16:11:33.245Z[ recovery-image] Jul 04 16:11:32.475 INFO O| Jul 04 16:11:32.475 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-07-04T16:11:33.245Z[ recovery-image] Jul 04 16:11:32.480 INFO O| Jul 04 16:11:32.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61202026-07-04T16:11:33.245Z[ recovery-image] Jul 04 16:11:32.480 INFO O| Jul 04 16:11:32.480 INFO STEP 255 (remove_files) COMPLETE
61212026-07-04T16:11:33.245Z[ recovery-image] Jul 04 16:11:32.480 INFO O| Jul 04 16:11:32.480 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-07-04T16:11:33.251Z[ recovery-image] Jul 04 16:11:32.486 INFO O| Jul 04 16:11:32.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61232026-07-04T16:11:33.251Z[ recovery-image] Jul 04 16:11:32.486 INFO O| Jul 04 16:11:32.486 INFO STEP 256 (remove_files) COMPLETE
61242026-07-04T16:11:33.255Z[ recovery-image] Jul 04 16:11:32.486 INFO O| Jul 04 16:11:32.486 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-07-04T16:11:33.258Z[ recovery-image] Jul 04 16:11:32.492 INFO O| Jul 04 16:11:32.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61262026-07-04T16:11:33.258Z[ recovery-image] Jul 04 16:11:32.492 INFO O| Jul 04 16:11:32.492 INFO STEP 257 (remove_files) COMPLETE
61272026-07-04T16:11:33.258Z[ recovery-image] Jul 04 16:11:32.492 INFO O| Jul 04 16:11:32.492 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-07-04T16:11:33.263Z[ recovery-image] Jul 04 16:11:32.498 INFO O| Jul 04 16:11:32.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61292026-07-04T16:11:33.263Z[ recovery-image] Jul 04 16:11:32.498 INFO O| Jul 04 16:11:32.498 INFO STEP 258 (remove_files) COMPLETE
61302026-07-04T16:11:33.263Z[ recovery-image] Jul 04 16:11:32.498 INFO O| Jul 04 16:11:32.498 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-07-04T16:11:33.267Z[ recovery-image] Jul 04 16:11:32.504 INFO O| Jul 04 16:11:32.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61322026-07-04T16:11:33.275Z[ recovery-image] Jul 04 16:11:32.504 INFO O| Jul 04 16:11:32.504 INFO STEP 259 (remove_files) COMPLETE
61332026-07-04T16:11:33.275Z[ recovery-image] Jul 04 16:11:32.504 INFO O| Jul 04 16:11:32.504 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-07-04T16:11:33.275Z[ recovery-image] Jul 04 16:11:32.510 INFO O| Jul 04 16:11:32.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61352026-07-04T16:11:33.275Z[ recovery-image] Jul 04 16:11:32.510 INFO O| Jul 04 16:11:32.510 INFO STEP 260 (remove_files) COMPLETE
61362026-07-04T16:11:33.276Z[ recovery-image] Jul 04 16:11:32.510 INFO O| Jul 04 16:11:32.510 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-07-04T16:11:33.284Z[ recovery-image] Jul 04 16:11:32.519 INFO O| Jul 04 16:11:32.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61382026-07-04T16:11:33.288Z[ recovery-image] Jul 04 16:11:32.519 INFO O| Jul 04 16:11:32.519 INFO STEP 261 (remove_files) COMPLETE
61392026-07-04T16:11:33.288Z[ recovery-image] Jul 04 16:11:32.519 INFO O| Jul 04 16:11:32.519 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-07-04T16:11:33.293Z[ recovery-image] Jul 04 16:11:32.526 INFO O| Jul 04 16:11:32.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61412026-07-04T16:11:33.293Z[ recovery-image] Jul 04 16:11:32.526 INFO O| Jul 04 16:11:32.526 INFO STEP 262 (remove_files) COMPLETE
61422026-07-04T16:11:33.293Z[ recovery-image] Jul 04 16:11:32.526 INFO O| Jul 04 16:11:32.526 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-07-04T16:11:33.299Z[ recovery-image] Jul 04 16:11:32.535 INFO O| Jul 04 16:11:32.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61442026-07-04T16:11:33.299Z[ recovery-image] Jul 04 16:11:32.535 INFO O| Jul 04 16:11:32.535 INFO STEP 263 (remove_files) COMPLETE
61452026-07-04T16:11:33.306Z[ recovery-image] Jul 04 16:11:32.535 INFO O| Jul 04 16:11:32.535 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-07-04T16:11:33.306Z[ recovery-image] Jul 04 16:11:32.541 INFO O| Jul 04 16:11:32.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61472026-07-04T16:11:33.306Z[ recovery-image] Jul 04 16:11:32.541 INFO O| Jul 04 16:11:32.541 INFO STEP 264 (remove_files) COMPLETE
61482026-07-04T16:11:33.306Z[ recovery-image] Jul 04 16:11:32.541 INFO O| Jul 04 16:11:32.541 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-07-04T16:11:33.312Z[ recovery-image] Jul 04 16:11:32.548 INFO O| Jul 04 16:11:32.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61502026-07-04T16:11:33.317Z[ recovery-image] Jul 04 16:11:32.548 INFO O| Jul 04 16:11:32.548 INFO STEP 265 (remove_files) COMPLETE
61512026-07-04T16:11:33.317Z[ recovery-image] Jul 04 16:11:32.548 INFO O| Jul 04 16:11:32.548 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-07-04T16:11:33.321Z[ recovery-image] Jul 04 16:11:32.553 INFO O| Jul 04 16:11:32.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61532026-07-04T16:11:33.321Z[ recovery-image] Jul 04 16:11:32.553 INFO O| Jul 04 16:11:32.553 INFO STEP 266 (remove_files) COMPLETE
61542026-07-04T16:11:33.321Z[ recovery-image] Jul 04 16:11:32.554 INFO O| Jul 04 16:11:32.553 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-07-04T16:11:33.326Z[ recovery-image] Jul 04 16:11:32.563 INFO O| Jul 04 16:11:32.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61562026-07-04T16:11:33.326Z[ recovery-image] Jul 04 16:11:32.563 INFO O| Jul 04 16:11:32.563 INFO STEP 267 (remove_files) COMPLETE
61572026-07-04T16:11:33.330Z[ recovery-image] Jul 04 16:11:32.563 INFO O| Jul 04 16:11:32.563 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-07-04T16:11:33.336Z[ recovery-image] Jul 04 16:11:32.570 INFO O| Jul 04 16:11:32.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61592026-07-04T16:11:33.336Z[ recovery-image] Jul 04 16:11:32.570 INFO O| Jul 04 16:11:32.570 INFO STEP 268 (remove_files) COMPLETE
61602026-07-04T16:11:33.336Z[ recovery-image] Jul 04 16:11:32.570 INFO O| Jul 04 16:11:32.570 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-07-04T16:11:33.343Z[ recovery-image] Jul 04 16:11:32.579 INFO O| Jul 04 16:11:32.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61622026-07-04T16:11:33.343Z[ recovery-image] Jul 04 16:11:32.579 INFO O| Jul 04 16:11:32.579 INFO STEP 269 (remove_files) COMPLETE
61632026-07-04T16:11:33.348Z[ recovery-image] Jul 04 16:11:32.579 INFO O| Jul 04 16:11:32.579 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-07-04T16:11:33.352Z[ recovery-image] Jul 04 16:11:32.587 INFO O| Jul 04 16:11:32.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61652026-07-04T16:11:33.352Z[ recovery-image] Jul 04 16:11:32.587 INFO O| Jul 04 16:11:32.587 INFO STEP 270 (remove_files) COMPLETE
61662026-07-04T16:11:33.352Z[ recovery-image] Jul 04 16:11:32.587 INFO O| Jul 04 16:11:32.587 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-07-04T16:11:33.360Z[ recovery-image] Jul 04 16:11:32.596 INFO O| Jul 04 16:11:32.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61682026-07-04T16:11:33.365Z[ recovery-image] Jul 04 16:11:32.596 INFO O| Jul 04 16:11:32.596 INFO STEP 271 (remove_files) COMPLETE
61692026-07-04T16:11:33.365Z[ recovery-image] Jul 04 16:11:32.596 INFO O| Jul 04 16:11:32.596 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-07-04T16:11:33.370Z[ recovery-image] Jul 04 16:11:32.605 INFO O| Jul 04 16:11:32.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61712026-07-04T16:11:33.370Z[ recovery-image] Jul 04 16:11:32.605 INFO O| Jul 04 16:11:32.605 INFO STEP 272 (remove_files) COMPLETE
61722026-07-04T16:11:33.371Z[ recovery-image] Jul 04 16:11:32.605 INFO O| Jul 04 16:11:32.605 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-07-04T16:11:33.376Z[ recovery-image] Jul 04 16:11:32.611 INFO O| Jul 04 16:11:32.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61742026-07-04T16:11:33.376Z[ recovery-image] Jul 04 16:11:32.611 INFO O| Jul 04 16:11:32.611 INFO STEP 273 (remove_files) COMPLETE
61752026-07-04T16:11:33.376Z[ recovery-image] Jul 04 16:11:32.611 INFO O| Jul 04 16:11:32.611 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-07-04T16:11:33.385Z[ recovery-image] Jul 04 16:11:32.620 INFO O| Jul 04 16:11:32.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61772026-07-04T16:11:33.385Z[ recovery-image] Jul 04 16:11:32.620 INFO O| Jul 04 16:11:32.620 INFO STEP 274 (remove_files) COMPLETE
61782026-07-04T16:11:33.385Z[ recovery-image] Jul 04 16:11:32.620 INFO O| Jul 04 16:11:32.620 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-07-04T16:11:33.392Z[ recovery-image] Jul 04 16:11:32.629 INFO O| Jul 04 16:11:32.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61802026-07-04T16:11:33.393Z[ recovery-image] Jul 04 16:11:32.629 INFO O| Jul 04 16:11:32.629 INFO STEP 275 (remove_files) COMPLETE
61812026-07-04T16:11:33.393Z[ recovery-image] Jul 04 16:11:32.629 INFO O| Jul 04 16:11:32.629 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-07-04T16:11:33.400Z[ recovery-image] Jul 04 16:11:32.637 INFO O| Jul 04 16:11:32.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61832026-07-04T16:11:33.408Z[ recovery-image] Jul 04 16:11:32.637 INFO O| Jul 04 16:11:32.637 INFO STEP 276 (remove_files) COMPLETE
61842026-07-04T16:11:33.408Z[ recovery-image] Jul 04 16:11:32.637 INFO O| Jul 04 16:11:32.637 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-07-04T16:11:33.412Z[ recovery-image] Jul 04 16:11:32.645 INFO O| Jul 04 16:11:32.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61862026-07-04T16:11:33.412Z[ recovery-image] Jul 04 16:11:32.645 INFO O| Jul 04 16:11:32.645 INFO STEP 277 (remove_files) COMPLETE
61872026-07-04T16:11:33.412Z[ recovery-image] Jul 04 16:11:32.645 INFO O| Jul 04 16:11:32.645 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-07-04T16:11:33.418Z[ recovery-image] Jul 04 16:11:32.652 INFO O| Jul 04 16:11:32.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61892026-07-04T16:11:33.418Z[ recovery-image] Jul 04 16:11:32.652 INFO O| Jul 04 16:11:32.652 INFO STEP 278 (remove_files) COMPLETE
61902026-07-04T16:11:33.418Z[ recovery-image] Jul 04 16:11:32.652 INFO O| Jul 04 16:11:32.652 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-07-04T16:11:33.423Z[ recovery-image] Jul 04 16:11:32.658 INFO O| Jul 04 16:11:32.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61922026-07-04T16:11:33.423Z[ recovery-image] Jul 04 16:11:32.658 INFO O| Jul 04 16:11:32.658 INFO STEP 279 (remove_files) COMPLETE
61932026-07-04T16:11:33.423Z[ recovery-image] Jul 04 16:11:32.658 INFO O| Jul 04 16:11:32.658 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-07-04T16:11:33.431Z[ recovery-image] Jul 04 16:11:32.667 INFO O| Jul 04 16:11:32.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61952026-07-04T16:11:33.431Z[ recovery-image] Jul 04 16:11:32.667 INFO O| Jul 04 16:11:32.667 INFO STEP 280 (remove_files) COMPLETE
61962026-07-04T16:11:33.431Z[ recovery-image] Jul 04 16:11:32.667 INFO O| Jul 04 16:11:32.667 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-07-04T16:11:33.439Z[ recovery-image] Jul 04 16:11:32.675 INFO O| Jul 04 16:11:32.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61982026-07-04T16:11:33.443Z[ recovery-image] Jul 04 16:11:32.675 INFO O| Jul 04 16:11:32.675 INFO STEP 281 (remove_files) COMPLETE
61992026-07-04T16:11:33.443Z[ recovery-image] Jul 04 16:11:32.675 INFO O| Jul 04 16:11:32.675 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.682 INFO O| Jul 04 16:11:32.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62012026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.682 INFO O| Jul 04 16:11:32.682 INFO STEP 282 (remove_files) COMPLETE
62022026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.682 INFO O| Jul 04 16:11:32.682 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.689 INFO O| Jul 04 16:11:32.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62042026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.690 INFO O| Jul 04 16:11:32.689 INFO STEP 283 (remove_files) COMPLETE
62052026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.690 INFO O| Jul 04 16:11:32.690 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.697 INFO O| Jul 04 16:11:32.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62072026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.697 INFO O| Jul 04 16:11:32.697 INFO STEP 284 (remove_files) COMPLETE
62082026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.697 INFO O| Jul 04 16:11:32.697 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.705 INFO O| Jul 04 16:11:32.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62102026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.705 INFO O| Jul 04 16:11:32.705 INFO STEP 285 (remove_files) COMPLETE
62112026-07-04T16:11:33.478Z[ recovery-image] Jul 04 16:11:32.705 INFO O| Jul 04 16:11:32.705 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-07-04T16:11:33.479Z[ recovery-image] Jul 04 16:11:32.713 INFO O| Jul 04 16:11:32.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62132026-07-04T16:11:33.479Z[ recovery-image] Jul 04 16:11:32.713 INFO O| Jul 04 16:11:32.713 INFO STEP 286 (remove_files) COMPLETE
62142026-07-04T16:11:33.479Z[ recovery-image] Jul 04 16:11:32.713 INFO O| Jul 04 16:11:32.713 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-07-04T16:11:33.493Z[ recovery-image] Jul 04 16:11:32.722 INFO O| Jul 04 16:11:32.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62162026-07-04T16:11:33.494Z[ recovery-image] Jul 04 16:11:32.722 INFO O| Jul 04 16:11:32.722 INFO STEP 287 (remove_files) COMPLETE
62172026-07-04T16:11:33.494Z[ recovery-image] Jul 04 16:11:32.722 INFO O| Jul 04 16:11:32.722 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-07-04T16:11:33.512Z[ recovery-image] Jul 04 16:11:32.728 INFO O| Jul 04 16:11:32.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62192026-07-04T16:11:33.512Z[ recovery-image] Jul 04 16:11:32.728 INFO O| Jul 04 16:11:32.728 INFO STEP 288 (remove_files) COMPLETE
62202026-07-04T16:11:33.512Z[ recovery-image] Jul 04 16:11:32.728 INFO O| Jul 04 16:11:32.728 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-07-04T16:11:33.526Z[ recovery-image] Jul 04 16:11:32.736 INFO O| Jul 04 16:11:32.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62222026-07-04T16:11:33.526Z[ recovery-image] Jul 04 16:11:32.736 INFO O| Jul 04 16:11:32.736 INFO STEP 289 (remove_files) COMPLETE
62232026-07-04T16:11:33.526Z[ recovery-image] Jul 04 16:11:32.736 INFO O| Jul 04 16:11:32.736 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-07-04T16:11:33.526Z[ recovery-image] Jul 04 16:11:32.743 INFO O| Jul 04 16:11:32.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62252026-07-04T16:11:33.527Z[ recovery-image] Jul 04 16:11:32.744 INFO O| Jul 04 16:11:32.743 INFO STEP 290 (remove_files) COMPLETE
62262026-07-04T16:11:33.527Z[ recovery-image] Jul 04 16:11:32.744 INFO O| Jul 04 16:11:32.744 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-07-04T16:11:33.527Z[ recovery-image] Jul 04 16:11:32.751 INFO O| Jul 04 16:11:32.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62282026-07-04T16:11:33.527Z[ recovery-image] Jul 04 16:11:32.751 INFO O| Jul 04 16:11:32.751 INFO STEP 291 (remove_files) COMPLETE
62292026-07-04T16:11:33.527Z[ recovery-image] Jul 04 16:11:32.751 INFO O| Jul 04 16:11:32.751 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-07-04T16:11:33.543Z[ recovery-image] Jul 04 16:11:32.758 INFO O| Jul 04 16:11:32.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62312026-07-04T16:11:33.543Z[ recovery-image] Jul 04 16:11:32.758 INFO O| Jul 04 16:11:32.758 INFO STEP 292 (remove_files) COMPLETE
62322026-07-04T16:11:33.543Z[ recovery-image] Jul 04 16:11:32.758 INFO O| Jul 04 16:11:32.758 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-07-04T16:11:33.543Z[ recovery-image] Jul 04 16:11:32.766 INFO O| Jul 04 16:11:32.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62342026-07-04T16:11:33.543Z[ recovery-image] Jul 04 16:11:32.766 INFO O| Jul 04 16:11:32.766 INFO STEP 293 (remove_files) COMPLETE
62352026-07-04T16:11:33.544Z[ recovery-image] Jul 04 16:11:32.766 INFO O| Jul 04 16:11:32.766 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-07-04T16:11:33.556Z[ recovery-image] Jul 04 16:11:32.774 INFO O| Jul 04 16:11:32.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62372026-07-04T16:11:33.556Z[ recovery-image] Jul 04 16:11:32.774 INFO O| Jul 04 16:11:32.774 INFO STEP 294 (remove_files) COMPLETE
62382026-07-04T16:11:33.557Z[ recovery-image] Jul 04 16:11:32.774 INFO O| Jul 04 16:11:32.774 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-07-04T16:11:33.557Z[ recovery-image] Jul 04 16:11:32.781 INFO O| Jul 04 16:11:32.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62402026-07-04T16:11:33.557Z[ recovery-image] Jul 04 16:11:32.781 INFO O| Jul 04 16:11:32.781 INFO STEP 295 (remove_files) COMPLETE
62412026-07-04T16:11:33.557Z[ recovery-image] Jul 04 16:11:32.781 INFO O| Jul 04 16:11:32.781 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-07-04T16:11:33.562Z[ recovery-image] Jul 04 16:11:32.788 INFO O| Jul 04 16:11:32.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62432026-07-04T16:11:33.562Z[ recovery-image] Jul 04 16:11:32.788 INFO O| Jul 04 16:11:32.788 INFO STEP 296 (remove_files) COMPLETE
62442026-07-04T16:11:33.562Z[ recovery-image] Jul 04 16:11:32.788 INFO O| Jul 04 16:11:32.788 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-07-04T16:11:33.562Z[ recovery-image] Jul 04 16:11:32.795 INFO O| Jul 04 16:11:32.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62462026-07-04T16:11:33.562Z[ recovery-image] Jul 04 16:11:32.795 INFO O| Jul 04 16:11:32.795 INFO STEP 297 (remove_files) COMPLETE
62472026-07-04T16:11:33.562Z[ recovery-image] Jul 04 16:11:32.795 INFO O| Jul 04 16:11:32.795 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-07-04T16:11:33.567Z[ recovery-image] Jul 04 16:11:32.803 INFO O| Jul 04 16:11:32.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62492026-07-04T16:11:33.568Z[ recovery-image] Jul 04 16:11:32.803 INFO O| Jul 04 16:11:32.803 INFO STEP 298 (remove_files) COMPLETE
62502026-07-04T16:11:33.568Z[ recovery-image] Jul 04 16:11:32.803 INFO O| Jul 04 16:11:32.803 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-07-04T16:11:33.588Z[ recovery-image] Jul 04 16:11:32.810 INFO O| Jul 04 16:11:32.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62522026-07-04T16:11:33.589Z[ recovery-image] Jul 04 16:11:32.810 INFO O| Jul 04 16:11:32.810 INFO STEP 299 (remove_files) COMPLETE
62532026-07-04T16:11:33.589Z[ recovery-image] Jul 04 16:11:32.810 INFO O| Jul 04 16:11:32.810 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-07-04T16:11:33.598Z[ recovery-image] Jul 04 16:11:32.817 INFO O| Jul 04 16:11:32.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62552026-07-04T16:11:33.598Z[ recovery-image] Jul 04 16:11:32.817 INFO O| Jul 04 16:11:32.817 INFO STEP 300 (remove_files) COMPLETE
62562026-07-04T16:11:33.598Z[ recovery-image] Jul 04 16:11:32.817 INFO O| Jul 04 16:11:32.817 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-07-04T16:11:33.598Z[ recovery-image] Jul 04 16:11:32.824 INFO O| Jul 04 16:11:32.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62582026-07-04T16:11:33.598Z[ recovery-image] Jul 04 16:11:32.824 INFO O| Jul 04 16:11:32.824 INFO STEP 301 (remove_files) COMPLETE
62592026-07-04T16:11:33.598Z[ recovery-image] Jul 04 16:11:32.824 INFO O| Jul 04 16:11:32.824 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-07-04T16:11:33.599Z[ recovery-image] Jul 04 16:11:32.832 INFO O| Jul 04 16:11:32.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62612026-07-04T16:11:33.599Z[ recovery-image] Jul 04 16:11:32.832 INFO O| Jul 04 16:11:32.832 INFO STEP 302 (remove_files) COMPLETE
62622026-07-04T16:11:33.599Z[ recovery-image] Jul 04 16:11:32.832 INFO O| Jul 04 16:11:32.832 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-07-04T16:11:33.604Z[ recovery-image] Jul 04 16:11:32.839 INFO O| Jul 04 16:11:32.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62642026-07-04T16:11:33.604Z[ recovery-image] Jul 04 16:11:32.839 INFO O| Jul 04 16:11:32.839 INFO STEP 303 (remove_files) COMPLETE
62652026-07-04T16:11:33.605Z[ recovery-image] Jul 04 16:11:32.839 INFO O| Jul 04 16:11:32.839 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-07-04T16:11:33.611Z[ recovery-image] Jul 04 16:11:32.846 INFO O| Jul 04 16:11:32.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62672026-07-04T16:11:33.611Z[ recovery-image] Jul 04 16:11:32.846 INFO O| Jul 04 16:11:32.846 INFO STEP 304 (remove_files) COMPLETE
62682026-07-04T16:11:33.615Z[ recovery-image] Jul 04 16:11:32.846 INFO O| Jul 04 16:11:32.846 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-07-04T16:11:33.619Z[ recovery-image] Jul 04 16:11:32.853 INFO O| Jul 04 16:11:32.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62702026-07-04T16:11:33.620Z[ recovery-image] Jul 04 16:11:32.853 INFO O| Jul 04 16:11:32.853 INFO STEP 305 (remove_files) COMPLETE
62712026-07-04T16:11:33.620Z[ recovery-image] Jul 04 16:11:32.853 INFO O| Jul 04 16:11:32.853 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-07-04T16:11:33.625Z[ recovery-image] Jul 04 16:11:32.860 INFO O| Jul 04 16:11:32.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62732026-07-04T16:11:33.625Z[ recovery-image] Jul 04 16:11:32.860 INFO O| Jul 04 16:11:32.860 INFO STEP 306 (remove_files) COMPLETE
62742026-07-04T16:11:33.625Z[ recovery-image] Jul 04 16:11:32.860 INFO O| Jul 04 16:11:32.860 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-07-04T16:11:33.634Z[ recovery-image] Jul 04 16:11:32.870 INFO O| Jul 04 16:11:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62762026-07-04T16:11:33.634Z[ recovery-image] Jul 04 16:11:32.870 INFO O| Jul 04 16:11:32.870 INFO STEP 307 (remove_files) COMPLETE
62772026-07-04T16:11:33.638Z[ recovery-image] Jul 04 16:11:32.870 INFO O| Jul 04 16:11:32.870 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-07-04T16:11:33.645Z[ recovery-image] Jul 04 16:11:32.877 INFO O| Jul 04 16:11:32.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62792026-07-04T16:11:33.645Z[ recovery-image] Jul 04 16:11:32.878 INFO O| Jul 04 16:11:32.877 INFO STEP 308 (remove_files) COMPLETE
62802026-07-04T16:11:33.645Z[ recovery-image] Jul 04 16:11:32.878 INFO O| Jul 04 16:11:32.877 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-07-04T16:11:33.648Z[ recovery-image] Jul 04 16:11:32.884 INFO O| Jul 04 16:11:32.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62822026-07-04T16:11:33.648Z[ recovery-image] Jul 04 16:11:32.884 INFO O| Jul 04 16:11:32.884 INFO STEP 309 (remove_files) COMPLETE
62832026-07-04T16:11:33.648Z[ recovery-image] Jul 04 16:11:32.884 INFO O| Jul 04 16:11:32.884 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-07-04T16:11:33.656Z[ recovery-image] Jul 04 16:11:32.891 INFO O| Jul 04 16:11:32.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62852026-07-04T16:11:33.656Z[ recovery-image] Jul 04 16:11:32.891 INFO O| Jul 04 16:11:32.891 INFO STEP 310 (remove_files) COMPLETE
62862026-07-04T16:11:33.656Z[ recovery-image] Jul 04 16:11:32.891 INFO O| Jul 04 16:11:32.891 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-07-04T16:11:33.662Z[ recovery-image] Jul 04 16:11:32.897 INFO O| Jul 04 16:11:32.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62882026-07-04T16:11:33.662Z[ recovery-image] Jul 04 16:11:32.897 INFO O| Jul 04 16:11:32.897 INFO STEP 311 (remove_files) COMPLETE
62892026-07-04T16:11:33.662Z[ recovery-image] Jul 04 16:11:32.897 INFO O| Jul 04 16:11:32.897 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-07-04T16:11:33.668Z[ recovery-image] Jul 04 16:11:32.903 INFO O| Jul 04 16:11:32.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62912026-07-04T16:11:33.668Z[ recovery-image] Jul 04 16:11:32.903 INFO O| Jul 04 16:11:32.903 INFO STEP 312 (remove_files) COMPLETE
62922026-07-04T16:11:33.672Z[ recovery-image] Jul 04 16:11:32.903 INFO O| Jul 04 16:11:32.903 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-07-04T16:11:33.676Z[ recovery-image] Jul 04 16:11:32.909 INFO O| Jul 04 16:11:32.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62942026-07-04T16:11:33.676Z[ recovery-image] Jul 04 16:11:32.909 INFO O| Jul 04 16:11:32.909 INFO STEP 313 (remove_files) COMPLETE
62952026-07-04T16:11:33.676Z[ recovery-image] Jul 04 16:11:32.909 INFO O| Jul 04 16:11:32.909 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-07-04T16:11:33.681Z[ recovery-image] Jul 04 16:11:32.917 INFO O| Jul 04 16:11:32.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62972026-07-04T16:11:33.681Z[ recovery-image] Jul 04 16:11:32.918 INFO O| Jul 04 16:11:32.917 INFO STEP 314 (remove_files) COMPLETE
62982026-07-04T16:11:33.681Z[ recovery-image] Jul 04 16:11:32.918 INFO O| Jul 04 16:11:32.918 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-07-04T16:11:33.689Z[ recovery-image] Jul 04 16:11:32.926 INFO O| Jul 04 16:11:32.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63002026-07-04T16:11:33.689Z[ recovery-image] Jul 04 16:11:32.926 INFO O| Jul 04 16:11:32.926 INFO STEP 315 (remove_files) COMPLETE
63012026-07-04T16:11:33.693Z[ recovery-image] Jul 04 16:11:32.926 INFO O| Jul 04 16:11:32.926 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-07-04T16:11:33.698Z[ recovery-image] Jul 04 16:11:32.933 INFO O| Jul 04 16:11:32.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63032026-07-04T16:11:33.698Z[ recovery-image] Jul 04 16:11:32.933 INFO O| Jul 04 16:11:32.933 INFO STEP 316 (remove_files) COMPLETE
63042026-07-04T16:11:33.698Z[ recovery-image] Jul 04 16:11:32.933 INFO O| Jul 04 16:11:32.933 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-07-04T16:11:33.705Z[ recovery-image] Jul 04 16:11:32.941 INFO O| Jul 04 16:11:32.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63062026-07-04T16:11:33.705Z[ recovery-image] Jul 04 16:11:32.941 INFO O| Jul 04 16:11:32.941 INFO STEP 317 (remove_files) COMPLETE
63072026-07-04T16:11:33.708Z[ recovery-image] Jul 04 16:11:32.941 INFO O| Jul 04 16:11:32.941 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-07-04T16:11:33.713Z[ recovery-image] Jul 04 16:11:32.949 INFO O| Jul 04 16:11:32.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63092026-07-04T16:11:33.720Z[ recovery-image] Jul 04 16:11:32.949 INFO O| Jul 04 16:11:32.949 INFO STEP 318 (remove_files) COMPLETE
63102026-07-04T16:11:33.720Z[ recovery-image] Jul 04 16:11:32.949 INFO O| Jul 04 16:11:32.949 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-07-04T16:11:33.725Z[ recovery-image] Jul 04 16:11:32.957 INFO O| Jul 04 16:11:32.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63122026-07-04T16:11:33.725Z[ recovery-image] Jul 04 16:11:32.957 INFO O| Jul 04 16:11:32.957 INFO STEP 319 (remove_files) COMPLETE
63132026-07-04T16:11:33.725Z[ recovery-image] Jul 04 16:11:32.957 INFO O| Jul 04 16:11:32.957 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-07-04T16:11:33.729Z[ recovery-image] Jul 04 16:11:32.965 INFO O| Jul 04 16:11:32.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63152026-07-04T16:11:33.729Z[ recovery-image] Jul 04 16:11:32.965 INFO O| Jul 04 16:11:32.965 INFO STEP 320 (remove_files) COMPLETE
63162026-07-04T16:11:33.729Z[ recovery-image] Jul 04 16:11:32.965 INFO O| Jul 04 16:11:32.965 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-07-04T16:11:33.737Z[ recovery-image] Jul 04 16:11:32.973 INFO O| Jul 04 16:11:32.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63182026-07-04T16:11:33.740Z[ recovery-image] Jul 04 16:11:32.973 INFO O| Jul 04 16:11:32.973 INFO STEP 321 (remove_files) COMPLETE
63192026-07-04T16:11:33.740Z[ recovery-image] Jul 04 16:11:32.973 INFO O| Jul 04 16:11:32.973 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-07-04T16:11:33.745Z[ recovery-image] Jul 04 16:11:32.981 INFO O| Jul 04 16:11:32.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63212026-07-04T16:11:33.745Z[ recovery-image] Jul 04 16:11:32.981 INFO O| Jul 04 16:11:32.981 INFO STEP 322 (remove_files) COMPLETE
63222026-07-04T16:11:33.745Z[ recovery-image] Jul 04 16:11:32.981 INFO O| Jul 04 16:11:32.981 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-07-04T16:11:33.753Z[ recovery-image] Jul 04 16:11:32.988 INFO O| Jul 04 16:11:32.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63242026-07-04T16:11:33.757Z[ recovery-image] Jul 04 16:11:32.988 INFO O| Jul 04 16:11:32.988 INFO STEP 323 (remove_files) COMPLETE
63252026-07-04T16:11:33.757Z[ recovery-image] Jul 04 16:11:32.988 INFO O| Jul 04 16:11:32.988 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-07-04T16:11:33.761Z[ recovery-image] Jul 04 16:11:32.996 INFO O| Jul 04 16:11:32.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63272026-07-04T16:11:33.761Z[ recovery-image] Jul 04 16:11:32.996 INFO O| Jul 04 16:11:32.996 INFO STEP 324 (remove_files) COMPLETE
63282026-07-04T16:11:33.761Z[ recovery-image] Jul 04 16:11:32.996 INFO O| Jul 04 16:11:32.996 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-07-04T16:11:33.767Z[ recovery-image] Jul 04 16:11:33.004 INFO O| Jul 04 16:11:33.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63302026-07-04T16:11:33.767Z[ recovery-image] Jul 04 16:11:33.004 INFO O| Jul 04 16:11:33.004 INFO STEP 325 (remove_files) COMPLETE
63312026-07-04T16:11:33.772Z[ recovery-image] Jul 04 16:11:33.004 INFO O| Jul 04 16:11:33.004 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-07-04T16:11:33.777Z[ recovery-image] Jul 04 16:11:33.010 INFO O| Jul 04 16:11:33.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63332026-07-04T16:11:33.778Z[ recovery-image] Jul 04 16:11:33.011 INFO O| Jul 04 16:11:33.011 INFO STEP 326 (remove_files) COMPLETE
63342026-07-04T16:11:33.778Z[ recovery-image] Jul 04 16:11:33.011 INFO O| Jul 04 16:11:33.011 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-07-04T16:11:33.782Z[ recovery-image] Jul 04 16:11:33.018 INFO O| Jul 04 16:11:33.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63362026-07-04T16:11:33.782Z[ recovery-image] Jul 04 16:11:33.019 INFO O| Jul 04 16:11:33.018 INFO STEP 327 (remove_files) COMPLETE
63372026-07-04T16:11:33.786Z[ recovery-image] Jul 04 16:11:33.019 INFO O| Jul 04 16:11:33.019 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-07-04T16:11:33.790Z[ recovery-image] Jul 04 16:11:33.026 INFO O| Jul 04 16:11:33.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63392026-07-04T16:11:33.790Z[ recovery-image] Jul 04 16:11:33.026 INFO O| Jul 04 16:11:33.026 INFO STEP 328 (remove_files) COMPLETE
63402026-07-04T16:11:33.790Z[ recovery-image] Jul 04 16:11:33.026 INFO O| Jul 04 16:11:33.026 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-07-04T16:11:33.798Z[ recovery-image] Jul 04 16:11:33.034 INFO O| Jul 04 16:11:33.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63422026-07-04T16:11:33.799Z[ recovery-image] Jul 04 16:11:33.034 INFO O| Jul 04 16:11:33.034 INFO STEP 329 (remove_files) COMPLETE
63432026-07-04T16:11:33.804Z[ recovery-image] Jul 04 16:11:33.034 INFO O| Jul 04 16:11:33.034 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-07-04T16:11:33.808Z[ recovery-image] Jul 04 16:11:33.041 INFO O| Jul 04 16:11:33.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63452026-07-04T16:11:33.808Z[ recovery-image] Jul 04 16:11:33.041 INFO O| Jul 04 16:11:33.041 INFO STEP 330 (remove_files) COMPLETE
63462026-07-04T16:11:33.808Z[ recovery-image] Jul 04 16:11:33.041 INFO O| Jul 04 16:11:33.041 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-07-04T16:11:33.814Z[ recovery-image] Jul 04 16:11:33.050 INFO O| Jul 04 16:11:33.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63482026-07-04T16:11:33.818Z[ recovery-image] Jul 04 16:11:33.050 INFO O| Jul 04 16:11:33.050 INFO STEP 331 (remove_files) COMPLETE
63492026-07-04T16:11:33.818Z[ recovery-image] Jul 04 16:11:33.050 INFO O| Jul 04 16:11:33.050 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-07-04T16:11:33.821Z[ recovery-image] Jul 04 16:11:33.057 INFO O| Jul 04 16:11:33.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63512026-07-04T16:11:33.821Z[ recovery-image] Jul 04 16:11:33.057 INFO O| Jul 04 16:11:33.057 INFO STEP 332 (remove_files) COMPLETE
63522026-07-04T16:11:33.821Z[ recovery-image] Jul 04 16:11:33.057 INFO O| Jul 04 16:11:33.057 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-07-04T16:11:33.830Z[ recovery-image] Jul 04 16:11:33.066 INFO O| Jul 04 16:11:33.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63542026-07-04T16:11:33.836Z[ recovery-image] Jul 04 16:11:33.066 INFO O| Jul 04 16:11:33.066 INFO STEP 333 (remove_files) COMPLETE
63552026-07-04T16:11:33.836Z[ recovery-image] Jul 04 16:11:33.066 INFO O| Jul 04 16:11:33.066 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-07-04T16:11:33.839Z[ recovery-image] Jul 04 16:11:33.074 INFO O| Jul 04 16:11:33.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63572026-07-04T16:11:33.839Z[ recovery-image] Jul 04 16:11:33.074 INFO O| Jul 04 16:11:33.074 INFO STEP 334 (remove_files) COMPLETE
63582026-07-04T16:11:33.839Z[ recovery-image] Jul 04 16:11:33.074 INFO O| Jul 04 16:11:33.074 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-07-04T16:11:33.846Z[ recovery-image] Jul 04 16:11:33.082 INFO O| Jul 04 16:11:33.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63602026-07-04T16:11:33.846Z[ recovery-image] Jul 04 16:11:33.082 INFO O| Jul 04 16:11:33.082 INFO STEP 335 (remove_files) COMPLETE
63612026-07-04T16:11:33.850Z[ recovery-image] Jul 04 16:11:33.082 INFO O| Jul 04 16:11:33.082 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-07-04T16:11:33.855Z[ recovery-image] Jul 04 16:11:33.089 INFO O| Jul 04 16:11:33.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63632026-07-04T16:11:33.855Z[ recovery-image] Jul 04 16:11:33.089 INFO O| Jul 04 16:11:33.089 INFO STEP 336 (remove_files) COMPLETE
63642026-07-04T16:11:33.855Z[ recovery-image] Jul 04 16:11:33.089 INFO O| Jul 04 16:11:33.089 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-07-04T16:11:33.861Z[ recovery-image] Jul 04 16:11:33.097 INFO O| Jul 04 16:11:33.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63662026-07-04T16:11:33.861Z[ recovery-image] Jul 04 16:11:33.097 INFO O| Jul 04 16:11:33.097 INFO STEP 337 (remove_files) COMPLETE
63672026-07-04T16:11:33.861Z[ recovery-image] Jul 04 16:11:33.097 INFO O| Jul 04 16:11:33.097 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-07-04T16:11:33.869Z[ recovery-image] Jul 04 16:11:33.104 INFO O| Jul 04 16:11:33.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63692026-07-04T16:11:33.870Z[ recovery-image] Jul 04 16:11:33.104 INFO O| Jul 04 16:11:33.104 INFO STEP 338 (remove_files) COMPLETE
63702026-07-04T16:11:33.871Z[ recovery-image] Jul 04 16:11:33.104 INFO O| Jul 04 16:11:33.104 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-07-04T16:11:33.875Z[ recovery-image] Jul 04 16:11:33.111 INFO O| Jul 04 16:11:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63722026-07-04T16:11:33.875Z[ recovery-image] Jul 04 16:11:33.111 INFO O| Jul 04 16:11:33.111 INFO STEP 339 (remove_files) COMPLETE
63732026-07-04T16:11:33.875Z[ recovery-image] Jul 04 16:11:33.111 INFO O| Jul 04 16:11:33.111 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-07-04T16:11:33.882Z[ recovery-image] Jul 04 16:11:33.118 INFO O| Jul 04 16:11:33.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63752026-07-04T16:11:33.882Z[ recovery-image] Jul 04 16:11:33.118 INFO O| Jul 04 16:11:33.118 INFO STEP 340 (remove_files) COMPLETE
63762026-07-04T16:11:33.887Z[ recovery-image] Jul 04 16:11:33.118 INFO O| Jul 04 16:11:33.118 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-07-04T16:11:33.894Z[ recovery-image] Jul 04 16:11:33.126 INFO O| Jul 04 16:11:33.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63782026-07-04T16:11:33.894Z[ recovery-image] Jul 04 16:11:33.126 INFO O| Jul 04 16:11:33.126 INFO STEP 341 (remove_files) COMPLETE
63792026-07-04T16:11:33.894Z[ recovery-image] Jul 04 16:11:33.126 INFO O| Jul 04 16:11:33.126 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-07-04T16:11:33.898Z[ recovery-image] Jul 04 16:11:33.132 INFO O| Jul 04 16:11:33.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63812026-07-04T16:11:33.898Z[ recovery-image] Jul 04 16:11:33.132 INFO O| Jul 04 16:11:33.132 INFO STEP 342 (remove_files) COMPLETE
63822026-07-04T16:11:33.899Z[ recovery-image] Jul 04 16:11:33.132 INFO O| Jul 04 16:11:33.132 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-07-04T16:11:33.904Z[ recovery-image] Jul 04 16:11:33.139 INFO O| Jul 04 16:11:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63842026-07-04T16:11:33.904Z[ recovery-image] Jul 04 16:11:33.139 INFO O| Jul 04 16:11:33.139 INFO STEP 343 (remove_files) COMPLETE
63852026-07-04T16:11:33.907Z[ recovery-image] Jul 04 16:11:33.139 INFO O| Jul 04 16:11:33.139 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-07-04T16:11:33.911Z[ recovery-image] Jul 04 16:11:33.147 INFO O| Jul 04 16:11:33.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63872026-07-04T16:11:33.915Z[ recovery-image] Jul 04 16:11:33.147 INFO O| Jul 04 16:11:33.147 INFO STEP 344 (remove_files) COMPLETE
63882026-07-04T16:11:33.915Z[ recovery-image] Jul 04 16:11:33.147 INFO O| Jul 04 16:11:33.147 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-07-04T16:11:33.921Z[ recovery-image] Jul 04 16:11:33.154 INFO O| Jul 04 16:11:33.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63902026-07-04T16:11:33.921Z[ recovery-image] Jul 04 16:11:33.154 INFO O| Jul 04 16:11:33.154 INFO STEP 345 (remove_files) COMPLETE
63912026-07-04T16:11:33.921Z[ recovery-image] Jul 04 16:11:33.154 INFO O| Jul 04 16:11:33.154 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-07-04T16:11:33.926Z[ recovery-image] Jul 04 16:11:33.160 INFO O| Jul 04 16:11:33.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63932026-07-04T16:11:33.926Z[ recovery-image] Jul 04 16:11:33.160 INFO O| Jul 04 16:11:33.160 INFO STEP 346 (remove_files) COMPLETE
63942026-07-04T16:11:33.926Z[ recovery-image] Jul 04 16:11:33.160 INFO O| Jul 04 16:11:33.160 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-04T16:11:33.931Z[ recovery-image] Jul 04 16:11:33.167 INFO O| Jul 04 16:11:33.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63962026-07-04T16:11:33.931Z[ recovery-image] Jul 04 16:11:33.167 INFO O| Jul 04 16:11:33.167 INFO STEP 347 (remove_files) COMPLETE
63972026-07-04T16:11:33.932Z[ recovery-image] Jul 04 16:11:33.167 INFO O| Jul 04 16:11:33.167 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-04T16:11:33.939Z[ recovery-image] Jul 04 16:11:33.174 INFO O| Jul 04 16:11:33.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63992026-07-04T16:11:33.944Z[ recovery-image] Jul 04 16:11:33.174 INFO O| Jul 04 16:11:33.174 INFO STEP 348 (remove_files) COMPLETE
64002026-07-04T16:11:33.944Z[ recovery-image] Jul 04 16:11:33.174 INFO O| Jul 04 16:11:33.174 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-04T16:11:33.950Z[ recovery-image] Jul 04 16:11:33.182 INFO O| Jul 04 16:11:33.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64022026-07-04T16:11:33.950Z[ recovery-image] Jul 04 16:11:33.182 INFO O| Jul 04 16:11:33.182 INFO STEP 349 (remove_files) COMPLETE
64032026-07-04T16:11:33.950Z[ recovery-image] Jul 04 16:11:33.182 INFO O| Jul 04 16:11:33.182 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-04T16:11:33.955Z[ recovery-image] Jul 04 16:11:33.190 INFO O| Jul 04 16:11:33.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64052026-07-04T16:11:33.955Z[ recovery-image] Jul 04 16:11:33.190 INFO O| Jul 04 16:11:33.190 INFO STEP 350 (remove_files) COMPLETE
64062026-07-04T16:11:33.955Z[ recovery-image] Jul 04 16:11:33.190 INFO O| Jul 04 16:11:33.190 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-04T16:11:33.963Z[ recovery-image] Jul 04 16:11:33.198 INFO O| Jul 04 16:11:33.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64082026-07-04T16:11:33.966Z[ recovery-image] Jul 04 16:11:33.198 INFO O| Jul 04 16:11:33.198 INFO STEP 351 (remove_files) COMPLETE
64092026-07-04T16:11:33.966Z[ recovery-image] Jul 04 16:11:33.198 INFO O| Jul 04 16:11:33.198 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-04T16:11:33.970Z[ recovery-image] Jul 04 16:11:33.205 INFO O| Jul 04 16:11:33.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64112026-07-04T16:11:33.970Z[ recovery-image] Jul 04 16:11:33.205 INFO O| Jul 04 16:11:33.205 INFO STEP 352 (remove_files) COMPLETE
64122026-07-04T16:11:33.970Z[ recovery-image] Jul 04 16:11:33.205 INFO O| Jul 04 16:11:33.205 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-04T16:11:33.976Z[ recovery-image] Jul 04 16:11:33.212 INFO O| Jul 04 16:11:33.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64142026-07-04T16:11:33.980Z[ recovery-image] Jul 04 16:11:33.212 INFO O| Jul 04 16:11:33.212 INFO STEP 353 (remove_files) COMPLETE
64152026-07-04T16:11:33.980Z[ recovery-image] Jul 04 16:11:33.212 INFO O| Jul 04 16:11:33.212 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-04T16:11:33.983Z[ recovery-image] Jul 04 16:11:33.219 INFO O| Jul 04 16:11:33.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64172026-07-04T16:11:33.984Z[ recovery-image] Jul 04 16:11:33.219 INFO O| Jul 04 16:11:33.219 INFO STEP 354 (remove_files) COMPLETE
64182026-07-04T16:11:33.987Z[ recovery-image] Jul 04 16:11:33.219 INFO O| Jul 04 16:11:33.219 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-04T16:11:33.992Z[ recovery-image] Jul 04 16:11:33.227 INFO O| Jul 04 16:11:33.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64202026-07-04T16:11:33.992Z[ recovery-image] Jul 04 16:11:33.227 INFO O| Jul 04 16:11:33.227 INFO STEP 355 (remove_files) COMPLETE
64212026-07-04T16:11:33.992Z[ recovery-image] Jul 04 16:11:33.227 INFO O| Jul 04 16:11:33.227 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-04T16:11:33.998Z[ recovery-image] Jul 04 16:11:33.234 INFO O| Jul 04 16:11:33.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64232026-07-04T16:11:33.998Z[ recovery-image] Jul 04 16:11:33.234 INFO O| Jul 04 16:11:33.234 INFO STEP 356 (remove_files) COMPLETE
64242026-07-04T16:11:34.004Z[ recovery-image] Jul 04 16:11:33.234 INFO O| Jul 04 16:11:33.234 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-04T16:11:34.013Z[ recovery-image] Jul 04 16:11:33.242 INFO O| Jul 04 16:11:33.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64262026-07-04T16:11:34.013Z[ recovery-image] Jul 04 16:11:33.242 INFO O| Jul 04 16:11:33.242 INFO STEP 357 (remove_files) COMPLETE
64272026-07-04T16:11:34.013Z[ recovery-image] Jul 04 16:11:33.242 INFO O| Jul 04 16:11:33.242 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-04T16:11:34.017Z[ recovery-image] Jul 04 16:11:33.249 INFO O| Jul 04 16:11:33.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64292026-07-04T16:11:34.017Z[ recovery-image] Jul 04 16:11:33.249 INFO O| Jul 04 16:11:33.249 INFO STEP 358 (remove_files) COMPLETE
64302026-07-04T16:11:34.017Z[ recovery-image] Jul 04 16:11:33.249 INFO O| Jul 04 16:11:33.249 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-04T16:11:34.021Z[ recovery-image] Jul 04 16:11:33.255 INFO O| Jul 04 16:11:33.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64322026-07-04T16:11:34.021Z[ recovery-image] Jul 04 16:11:33.255 INFO O| Jul 04 16:11:33.255 INFO STEP 359 (remove_files) COMPLETE
64332026-07-04T16:11:34.021Z[ recovery-image] Jul 04 16:11:33.256 INFO O| Jul 04 16:11:33.255 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-04T16:11:34.027Z[ recovery-image] Jul 04 16:11:33.262 INFO O| Jul 04 16:11:33.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64352026-07-04T16:11:34.028Z[ recovery-image] Jul 04 16:11:33.262 INFO O| Jul 04 16:11:33.262 INFO STEP 360 (remove_files) COMPLETE
64362026-07-04T16:11:34.034Z[ recovery-image] Jul 04 16:11:33.262 INFO O| Jul 04 16:11:33.262 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-04T16:11:34.065Z[ recovery-image] Jul 04 16:11:33.270 INFO O| Jul 04 16:11:33.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64382026-07-04T16:11:34.065Z[ recovery-image] Jul 04 16:11:33.270 INFO O| Jul 04 16:11:33.270 INFO STEP 361 (remove_files) COMPLETE
64392026-07-04T16:11:34.065Z[ recovery-image] Jul 04 16:11:33.270 INFO O| Jul 04 16:11:33.270 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-04T16:11:34.087Z[ recovery-image] Jul 04 16:11:33.278 INFO O| Jul 04 16:11:33.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64412026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.278 INFO O| Jul 04 16:11:33.278 INFO STEP 362 (remove_files) COMPLETE
64422026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.278 INFO O| Jul 04 16:11:33.278 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.285 INFO O| Jul 04 16:11:33.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64442026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.285 INFO O| Jul 04 16:11:33.285 INFO STEP 363 (remove_files) COMPLETE
64452026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.285 INFO O| Jul 04 16:11:33.285 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.294 INFO O| Jul 04 16:11:33.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64472026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.294 INFO O| Jul 04 16:11:33.294 INFO STEP 364 (remove_files) COMPLETE
64482026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.294 INFO O| Jul 04 16:11:33.294 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.301 INFO O| Jul 04 16:11:33.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64502026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.301 INFO O| Jul 04 16:11:33.301 INFO STEP 365 (remove_files) COMPLETE
64512026-07-04T16:11:34.088Z[ recovery-image] Jul 04 16:11:33.301 INFO O| Jul 04 16:11:33.301 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-04T16:11:34.103Z[ recovery-image] Jul 04 16:11:33.310 INFO O| Jul 04 16:11:33.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64532026-07-04T16:11:34.103Z[ recovery-image] Jul 04 16:11:33.310 INFO O| Jul 04 16:11:33.310 INFO STEP 366 (remove_files) COMPLETE
64542026-07-04T16:11:34.103Z[ recovery-image] Jul 04 16:11:33.310 INFO O| Jul 04 16:11:33.310 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-04T16:11:34.103Z[ recovery-image] Jul 04 16:11:33.317 INFO O| Jul 04 16:11:33.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64562026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.317 INFO O| Jul 04 16:11:33.317 INFO STEP 367 (remove_files) COMPLETE
64572026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.317 INFO O| Jul 04 16:11:33.317 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.323 INFO O| Jul 04 16:11:33.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64592026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.323 INFO O| Jul 04 16:11:33.323 INFO STEP 368 (remove_files) COMPLETE
64602026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.323 INFO O| Jul 04 16:11:33.323 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.330 INFO O| Jul 04 16:11:33.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64622026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.330 INFO O| Jul 04 16:11:33.330 INFO STEP 369 (remove_files) COMPLETE
64632026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.330 INFO O| Jul 04 16:11:33.330 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.336 INFO O| Jul 04 16:11:33.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64652026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.336 INFO O| Jul 04 16:11:33.336 INFO STEP 370 (remove_files) COMPLETE
64662026-07-04T16:11:34.104Z[ recovery-image] Jul 04 16:11:33.336 INFO O| Jul 04 16:11:33.336 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-04T16:11:34.129Z[ recovery-image] Jul 04 16:11:33.343 INFO O| Jul 04 16:11:33.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64682026-07-04T16:11:34.130Z[ recovery-image] Jul 04 16:11:33.343 INFO O| Jul 04 16:11:33.343 INFO STEP 371 (remove_files) COMPLETE
64692026-07-04T16:11:34.130Z[ recovery-image] Jul 04 16:11:33.343 INFO O| Jul 04 16:11:33.343 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-04T16:11:34.136Z[ recovery-image] Jul 04 16:11:33.349 INFO O| Jul 04 16:11:33.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64712026-07-04T16:11:34.136Z[ recovery-image] Jul 04 16:11:33.349 INFO O| Jul 04 16:11:33.349 INFO STEP 372 (remove_files) COMPLETE
64722026-07-04T16:11:34.136Z[ recovery-image] Jul 04 16:11:33.349 INFO O| Jul 04 16:11:33.349 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-04T16:11:34.136Z[ recovery-image] Jul 04 16:11:33.356 INFO O| Jul 04 16:11:33.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64742026-07-04T16:11:34.136Z[ recovery-image] Jul 04 16:11:33.356 INFO O| Jul 04 16:11:33.356 INFO STEP 373 (remove_files) COMPLETE
64752026-07-04T16:11:34.137Z[ recovery-image] Jul 04 16:11:33.356 INFO O| Jul 04 16:11:33.356 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-04T16:11:34.137Z[ recovery-image] Jul 04 16:11:33.365 INFO O| Jul 04 16:11:33.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64772026-07-04T16:11:34.137Z[ recovery-image] Jul 04 16:11:33.365 INFO O| Jul 04 16:11:33.365 INFO STEP 374 (remove_files) COMPLETE
64782026-07-04T16:11:34.137Z[ recovery-image] Jul 04 16:11:33.365 INFO O| Jul 04 16:11:33.365 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-04T16:11:34.159Z[ recovery-image] Jul 04 16:11:33.375 INFO O| Jul 04 16:11:33.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64802026-07-04T16:11:34.159Z[ recovery-image] Jul 04 16:11:33.375 INFO O| Jul 04 16:11:33.375 INFO STEP 375 (remove_files) COMPLETE
64812026-07-04T16:11:34.159Z[ recovery-image] Jul 04 16:11:33.375 INFO O| Jul 04 16:11:33.375 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-04T16:11:34.172Z[ recovery-image] Jul 04 16:11:33.383 INFO O| Jul 04 16:11:33.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64832026-07-04T16:11:34.172Z[ recovery-image] Jul 04 16:11:33.383 INFO O| Jul 04 16:11:33.383 INFO STEP 376 (remove_files) COMPLETE
64842026-07-04T16:11:34.172Z[ recovery-image] Jul 04 16:11:33.383 INFO O| Jul 04 16:11:33.383 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-04T16:11:34.172Z[ recovery-image] Jul 04 16:11:33.391 INFO O| Jul 04 16:11:33.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64862026-07-04T16:11:34.172Z[ recovery-image] Jul 04 16:11:33.391 INFO O| Jul 04 16:11:33.391 INFO STEP 377 (remove_files) COMPLETE
64872026-07-04T16:11:34.173Z[ recovery-image] Jul 04 16:11:33.391 INFO O| Jul 04 16:11:33.391 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-04T16:11:34.173Z[ recovery-image] Jul 04 16:11:33.399 INFO O| Jul 04 16:11:33.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64892026-07-04T16:11:34.173Z[ recovery-image] Jul 04 16:11:33.399 INFO O| Jul 04 16:11:33.399 INFO STEP 378 (remove_files) COMPLETE
64902026-07-04T16:11:34.173Z[ recovery-image] Jul 04 16:11:33.399 INFO O| Jul 04 16:11:33.399 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-07-04T16:11:34.203Z[ recovery-image] Jul 04 16:11:33.408 INFO O| Jul 04 16:11:33.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64922026-07-04T16:11:34.204Z[ recovery-image] Jul 04 16:11:33.408 INFO O| Jul 04 16:11:33.408 INFO STEP 379 (remove_files) COMPLETE
64932026-07-04T16:11:34.204Z[ recovery-image] Jul 04 16:11:33.408 INFO O| Jul 04 16:11:33.408 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-07-04T16:11:34.220Z[ recovery-image] Jul 04 16:11:33.415 INFO O| Jul 04 16:11:33.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64952026-07-04T16:11:34.220Z[ recovery-image] Jul 04 16:11:33.415 INFO O| Jul 04 16:11:33.415 INFO STEP 380 (remove_files) COMPLETE
64962026-07-04T16:11:34.220Z[ recovery-image] Jul 04 16:11:33.415 INFO O| Jul 04 16:11:33.415 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-07-04T16:11:34.220Z[ recovery-image] Jul 04 16:11:33.422 INFO O| Jul 04 16:11:33.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64982026-07-04T16:11:34.220Z[ recovery-image] Jul 04 16:11:33.422 INFO O| Jul 04 16:11:33.422 INFO STEP 381 (remove_files) COMPLETE
64992026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.422 INFO O| Jul 04 16:11:33.422 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.430 INFO O| Jul 04 16:11:33.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65012026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.430 INFO O| Jul 04 16:11:33.430 INFO STEP 382 (remove_files) COMPLETE
65022026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.430 INFO O| Jul 04 16:11:33.430 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.437 INFO O| Jul 04 16:11:33.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65042026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.437 INFO O| Jul 04 16:11:33.437 INFO STEP 383 (remove_files) COMPLETE
65052026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.437 INFO O| Jul 04 16:11:33.437 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.444 INFO O| Jul 04 16:11:33.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65072026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.444 INFO O| Jul 04 16:11:33.444 INFO STEP 384 (remove_files) COMPLETE
65082026-07-04T16:11:34.221Z[ recovery-image] Jul 04 16:11:33.444 INFO O| Jul 04 16:11:33.444 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-07-04T16:11:34.252Z[ recovery-image] Jul 04 16:11:33.450 INFO O| Jul 04 16:11:33.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65102026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.451 INFO O| Jul 04 16:11:33.451 INFO STEP 385 (remove_files) COMPLETE
65112026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.451 INFO O| Jul 04 16:11:33.451 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.459 INFO O| Jul 04 16:11:33.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65132026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.459 INFO O| Jul 04 16:11:33.459 INFO STEP 386 (remove_files) COMPLETE
65142026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.459 INFO O| Jul 04 16:11:33.459 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.466 INFO O| Jul 04 16:11:33.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65162026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.466 INFO O| Jul 04 16:11:33.466 INFO STEP 387 (remove_files) COMPLETE
65172026-07-04T16:11:34.253Z[ recovery-image] Jul 04 16:11:33.466 INFO O| Jul 04 16:11:33.466 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-07-04T16:11:34.268Z[ recovery-image] Jul 04 16:11:33.473 INFO O| Jul 04 16:11:33.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65192026-07-04T16:11:34.268Z[ recovery-image] Jul 04 16:11:33.473 INFO O| Jul 04 16:11:33.473 INFO STEP 388 (remove_files) COMPLETE
65202026-07-04T16:11:34.268Z[ recovery-image] Jul 04 16:11:33.473 INFO O| Jul 04 16:11:33.473 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-07-04T16:11:34.268Z[ recovery-image] Jul 04 16:11:33.481 INFO O| Jul 04 16:11:33.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65222026-07-04T16:11:34.268Z[ recovery-image] Jul 04 16:11:33.481 INFO O| Jul 04 16:11:33.481 INFO STEP 389 (remove_files) COMPLETE
65232026-07-04T16:11:34.268Z[ recovery-image] Jul 04 16:11:33.481 INFO O| Jul 04 16:11:33.481 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-07-04T16:11:34.268Z[ recovery-image] Jul 04 16:11:33.489 INFO O| Jul 04 16:11:33.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65252026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.489 INFO O| Jul 04 16:11:33.489 INFO STEP 390 (remove_files) COMPLETE
65262026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.489 INFO O| Jul 04 16:11:33.489 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.496 INFO O| Jul 04 16:11:33.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65282026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.496 INFO O| Jul 04 16:11:33.496 INFO STEP 391 (remove_files) COMPLETE
65292026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.496 INFO O| Jul 04 16:11:33.496 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.503 INFO O| Jul 04 16:11:33.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65312026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.503 INFO O| Jul 04 16:11:33.503 INFO STEP 392 (remove_files) COMPLETE
65322026-07-04T16:11:34.269Z[ recovery-image] Jul 04 16:11:33.503 INFO O| Jul 04 16:11:33.503 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-07-04T16:11:34.275Z[ recovery-image] Jul 04 16:11:33.511 INFO O| Jul 04 16:11:33.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65342026-07-04T16:11:34.278Z[ recovery-image] Jul 04 16:11:33.512 INFO O| Jul 04 16:11:33.512 INFO STEP 393 (remove_files) COMPLETE
65352026-07-04T16:11:34.278Z[ recovery-image] Jul 04 16:11:33.512 INFO O| Jul 04 16:11:33.512 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-07-04T16:11:34.293Z[ recovery-image] Jul 04 16:11:33.519 INFO O| Jul 04 16:11:33.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65372026-07-04T16:11:34.307Z[ recovery-image] Jul 04 16:11:33.519 INFO O| Jul 04 16:11:33.519 INFO STEP 394 (remove_files) COMPLETE
65382026-07-04T16:11:34.307Z[ recovery-image] Jul 04 16:11:33.519 INFO O| Jul 04 16:11:33.519 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-07-04T16:11:34.307Z[ recovery-image] Jul 04 16:11:33.528 INFO O| Jul 04 16:11:33.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65402026-07-04T16:11:34.308Z[ recovery-image] Jul 04 16:11:33.528 INFO O| Jul 04 16:11:33.528 INFO STEP 395 (remove_files) COMPLETE
65412026-07-04T16:11:34.308Z[ recovery-image] Jul 04 16:11:33.528 INFO O| Jul 04 16:11:33.528 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-07-04T16:11:34.308Z[ recovery-image] Jul 04 16:11:33.536 INFO O| Jul 04 16:11:33.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65432026-07-04T16:11:34.308Z[ recovery-image] Jul 04 16:11:33.536 INFO O| Jul 04 16:11:33.536 INFO STEP 396 (remove_files) COMPLETE
65442026-07-04T16:11:34.308Z[ recovery-image] Jul 04 16:11:33.536 INFO O| Jul 04 16:11:33.536 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-07-04T16:11:34.324Z[ recovery-image] Jul 04 16:11:33.543 INFO O| Jul 04 16:11:33.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65462026-07-04T16:11:34.325Z[ recovery-image] Jul 04 16:11:33.543 INFO O| Jul 04 16:11:33.543 INFO STEP 397 (remove_files) COMPLETE
65472026-07-04T16:11:34.325Z[ recovery-image] Jul 04 16:11:33.543 INFO O| Jul 04 16:11:33.543 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.550 INFO O| Jul 04 16:11:33.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65492026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.550 INFO O| Jul 04 16:11:33.550 INFO STEP 398 (remove_files) COMPLETE
65502026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.550 INFO O| Jul 04 16:11:33.550 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.557 INFO O| Jul 04 16:11:33.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65522026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.557 INFO O| Jul 04 16:11:33.557 INFO STEP 399 (remove_files) COMPLETE
65532026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.557 INFO O| Jul 04 16:11:33.557 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.565 INFO O| Jul 04 16:11:33.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65552026-07-04T16:11:34.336Z[ recovery-image] Jul 04 16:11:33.565 INFO O| Jul 04 16:11:33.565 INFO STEP 400 (remove_files) COMPLETE
65562026-07-04T16:11:34.337Z[ recovery-image] Jul 04 16:11:33.565 INFO O| Jul 04 16:11:33.565 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-07-04T16:11:34.343Z[ recovery-image] Jul 04 16:11:33.572 INFO O| Jul 04 16:11:33.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65582026-07-04T16:11:34.343Z[ recovery-image] Jul 04 16:11:33.572 INFO O| Jul 04 16:11:33.572 INFO STEP 401 (remove_files) COMPLETE
65592026-07-04T16:11:34.343Z[ recovery-image] Jul 04 16:11:33.572 INFO O| Jul 04 16:11:33.572 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-07-04T16:11:34.367Z[ recovery-image] Jul 04 16:11:33.580 INFO O| Jul 04 16:11:33.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65612026-07-04T16:11:34.367Z[ recovery-image] Jul 04 16:11:33.580 INFO O| Jul 04 16:11:33.580 INFO STEP 402 (remove_files) COMPLETE
65622026-07-04T16:11:34.367Z[ recovery-image] Jul 04 16:11:33.580 INFO O| Jul 04 16:11:33.580 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-07-04T16:11:34.375Z[ recovery-image] Jul 04 16:11:33.588 INFO O| Jul 04 16:11:33.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65642026-07-04T16:11:34.375Z[ recovery-image] Jul 04 16:11:33.588 INFO O| Jul 04 16:11:33.588 INFO STEP 403 (remove_files) COMPLETE
65652026-07-04T16:11:34.375Z[ recovery-image] Jul 04 16:11:33.588 INFO O| Jul 04 16:11:33.588 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-07-04T16:11:34.375Z[ recovery-image] Jul 04 16:11:33.595 INFO O| Jul 04 16:11:33.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65672026-07-04T16:11:34.375Z[ recovery-image] Jul 04 16:11:33.595 INFO O| Jul 04 16:11:33.595 INFO STEP 404 (remove_files) COMPLETE
65682026-07-04T16:11:34.375Z[ recovery-image] Jul 04 16:11:33.595 INFO O| Jul 04 16:11:33.595 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-07-04T16:11:34.375Z[ recovery-image] Jul 04 16:11:33.603 INFO O| Jul 04 16:11:33.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65702026-07-04T16:11:34.376Z[ recovery-image] Jul 04 16:11:33.603 INFO O| Jul 04 16:11:33.603 INFO STEP 405 (remove_files) COMPLETE
65712026-07-04T16:11:34.376Z[ recovery-image] Jul 04 16:11:33.603 INFO O| Jul 04 16:11:33.603 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-07-04T16:11:34.393Z[ recovery-image] Jul 04 16:11:33.611 INFO O| Jul 04 16:11:33.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65732026-07-04T16:11:34.393Z[ recovery-image] Jul 04 16:11:33.611 INFO O| Jul 04 16:11:33.611 INFO STEP 406 (remove_files) COMPLETE
65742026-07-04T16:11:34.393Z[ recovery-image] Jul 04 16:11:33.611 INFO O| Jul 04 16:11:33.611 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.618 INFO O| Jul 04 16:11:33.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65762026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.618 INFO O| Jul 04 16:11:33.618 INFO STEP 407 (remove_files) COMPLETE
65772026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.618 INFO O| Jul 04 16:11:33.618 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.625 INFO O| Jul 04 16:11:33.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65792026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.625 INFO O| Jul 04 16:11:33.625 INFO STEP 408 (remove_files) COMPLETE
65802026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.625 INFO O| Jul 04 16:11:33.625 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.632 INFO O| Jul 04 16:11:33.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65822026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.632 INFO O| Jul 04 16:11:33.632 INFO STEP 409 (remove_files) COMPLETE
65832026-07-04T16:11:34.405Z[ recovery-image] Jul 04 16:11:33.632 INFO O| Jul 04 16:11:33.632 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-07-04T16:11:34.424Z[ recovery-image] Jul 04 16:11:33.641 INFO O| Jul 04 16:11:33.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65852026-07-04T16:11:34.425Z[ recovery-image] Jul 04 16:11:33.641 INFO O| Jul 04 16:11:33.641 INFO STEP 410 (remove_files) COMPLETE
65862026-07-04T16:11:34.425Z[ recovery-image] Jul 04 16:11:33.641 INFO O| Jul 04 16:11:33.641 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-07-04T16:11:34.437Z[ recovery-image] Jul 04 16:11:33.648 INFO O| Jul 04 16:11:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65882026-07-04T16:11:34.437Z[ recovery-image] Jul 04 16:11:33.648 INFO O| Jul 04 16:11:33.648 INFO STEP 411 (remove_files) COMPLETE
65892026-07-04T16:11:34.437Z[ recovery-image] Jul 04 16:11:33.648 INFO O| Jul 04 16:11:33.648 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-07-04T16:11:34.437Z[ recovery-image] Jul 04 16:11:33.653 INFO O| Jul 04 16:11:33.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65912026-07-04T16:11:34.437Z[ recovery-image] Jul 04 16:11:33.653 INFO O| Jul 04 16:11:33.653 INFO STEP 412 (remove_files) COMPLETE
65922026-07-04T16:11:34.437Z[ recovery-image] Jul 04 16:11:33.653 INFO O| Jul 04 16:11:33.653 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-07-04T16:11:34.438Z[ recovery-image] Jul 04 16:11:33.659 INFO O| Jul 04 16:11:33.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65942026-07-04T16:11:34.438Z[ recovery-image] Jul 04 16:11:33.659 INFO O| Jul 04 16:11:33.659 INFO STEP 413 (remove_files) COMPLETE
65952026-07-04T16:11:34.438Z[ recovery-image] Jul 04 16:11:33.659 INFO O| Jul 04 16:11:33.659 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-07-04T16:11:34.438Z[ recovery-image] Jul 04 16:11:33.666 INFO O| Jul 04 16:11:33.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65972026-07-04T16:11:34.438Z[ recovery-image] Jul 04 16:11:33.666 INFO O| Jul 04 16:11:33.666 INFO STEP 414 (remove_files) COMPLETE
65982026-07-04T16:11:34.438Z[ recovery-image] Jul 04 16:11:33.666 INFO O| Jul 04 16:11:33.666 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-07-04T16:11:34.443Z[ recovery-image] Jul 04 16:11:33.676 INFO O| Jul 04 16:11:33.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66002026-07-04T16:11:34.443Z[ recovery-image] Jul 04 16:11:33.676 INFO O| Jul 04 16:11:33.676 INFO STEP 415 (remove_files) COMPLETE
66012026-07-04T16:11:34.443Z[ recovery-image] Jul 04 16:11:33.676 INFO O| Jul 04 16:11:33.676 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-07-04T16:11:34.449Z[ recovery-image] Jul 04 16:11:33.684 INFO O| Jul 04 16:11:33.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66032026-07-04T16:11:34.449Z[ recovery-image] Jul 04 16:11:33.684 INFO O| Jul 04 16:11:33.684 INFO STEP 416 (remove_files) COMPLETE
66042026-07-04T16:11:34.449Z[ recovery-image] Jul 04 16:11:33.684 INFO O| Jul 04 16:11:33.684 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-07-04T16:11:34.466Z[ recovery-image] Jul 04 16:11:33.692 INFO O| Jul 04 16:11:33.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66062026-07-04T16:11:34.467Z[ recovery-image] Jul 04 16:11:33.692 INFO O| Jul 04 16:11:33.692 INFO STEP 417 (remove_files) COMPLETE
66072026-07-04T16:11:34.467Z[ recovery-image] Jul 04 16:11:33.692 INFO O| Jul 04 16:11:33.692 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-07-04T16:11:34.477Z[ recovery-image] Jul 04 16:11:33.701 INFO O| Jul 04 16:11:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66092026-07-04T16:11:34.477Z[ recovery-image] Jul 04 16:11:33.701 INFO O| Jul 04 16:11:33.701 INFO STEP 418 (remove_files) COMPLETE
66102026-07-04T16:11:34.477Z[ recovery-image] Jul 04 16:11:33.701 INFO O| Jul 04 16:11:33.701 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-04T16:11:34.477Z[ recovery-image] Jul 04 16:11:33.708 INFO O| Jul 04 16:11:33.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66122026-07-04T16:11:34.477Z[ recovery-image] Jul 04 16:11:33.708 INFO O| Jul 04 16:11:33.708 INFO STEP 419 (remove_files) COMPLETE
66132026-07-04T16:11:34.477Z[ recovery-image] Jul 04 16:11:33.708 INFO O| Jul 04 16:11:33.708 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-07-04T16:11:34.484Z[ recovery-image] Jul 04 16:11:33.717 INFO O| Jul 04 16:11:33.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66152026-07-04T16:11:34.484Z[ recovery-image] Jul 04 16:11:33.717 INFO O| Jul 04 16:11:33.717 INFO STEP 420 (remove_files) COMPLETE
66162026-07-04T16:11:34.484Z[ recovery-image] Jul 04 16:11:33.717 INFO O| Jul 04 16:11:33.717 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.725 INFO O| Jul 04 16:11:33.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66182026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.725 INFO O| Jul 04 16:11:33.725 INFO STEP 421 (remove_files) COMPLETE
66192026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.725 INFO O| Jul 04 16:11:33.725 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.732 INFO O| Jul 04 16:11:33.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66212026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.732 INFO O| Jul 04 16:11:33.732 INFO STEP 422 (remove_files) COMPLETE
66222026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.732 INFO O| Jul 04 16:11:33.732 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.740 INFO O| Jul 04 16:11:33.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66242026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.740 INFO O| Jul 04 16:11:33.740 INFO STEP 423 (remove_files) COMPLETE
66252026-07-04T16:11:34.510Z[ recovery-image] Jul 04 16:11:33.740 INFO O| Jul 04 16:11:33.740 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-07-04T16:11:34.526Z[ recovery-image] Jul 04 16:11:33.749 INFO O| Jul 04 16:11:33.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66272026-07-04T16:11:34.527Z[ recovery-image] Jul 04 16:11:33.749 INFO O| Jul 04 16:11:33.749 INFO STEP 424 (remove_files) COMPLETE
66282026-07-04T16:11:34.527Z[ recovery-image] Jul 04 16:11:33.749 INFO O| Jul 04 16:11:33.749 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-07-04T16:11:34.543Z[ recovery-image] Jul 04 16:11:33.758 INFO O| Jul 04 16:11:33.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66302026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.758 INFO O| Jul 04 16:11:33.758 INFO STEP 425 (remove_files) COMPLETE
66312026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.758 INFO O| Jul 04 16:11:33.758 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.766 INFO O| Jul 04 16:11:33.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66332026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.766 INFO O| Jul 04 16:11:33.766 INFO STEP 426 (remove_files) COMPLETE
66342026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.766 INFO O| Jul 04 16:11:33.766 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.775 INFO O| Jul 04 16:11:33.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66362026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.775 INFO O| Jul 04 16:11:33.775 INFO STEP 427 (remove_files) COMPLETE
66372026-07-04T16:11:34.544Z[ recovery-image] Jul 04 16:11:33.775 INFO O| Jul 04 16:11:33.775 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-07-04T16:11:34.568Z[ recovery-image] Jul 04 16:11:33.783 INFO O| Jul 04 16:11:33.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66392026-07-04T16:11:34.568Z[ recovery-image] Jul 04 16:11:33.783 INFO O| Jul 04 16:11:33.783 INFO STEP 428 (remove_files) COMPLETE
66402026-07-04T16:11:34.568Z[ recovery-image] Jul 04 16:11:33.783 INFO O| Jul 04 16:11:33.783 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-07-04T16:11:34.575Z[ recovery-image] Jul 04 16:11:33.792 INFO O| Jul 04 16:11:33.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66422026-07-04T16:11:34.575Z[ recovery-image] Jul 04 16:11:33.792 INFO O| Jul 04 16:11:33.792 INFO STEP 429 (remove_files) COMPLETE
66432026-07-04T16:11:34.575Z[ recovery-image] Jul 04 16:11:33.792 INFO O| Jul 04 16:11:33.792 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-07-04T16:11:34.575Z[ recovery-image] Jul 04 16:11:33.801 INFO O| Jul 04 16:11:33.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66452026-07-04T16:11:34.576Z[ recovery-image] Jul 04 16:11:33.801 INFO O| Jul 04 16:11:33.801 INFO STEP 430 (remove_files) COMPLETE
66462026-07-04T16:11:34.576Z[ recovery-image] Jul 04 16:11:33.801 INFO O| Jul 04 16:11:33.801 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-07-04T16:11:34.576Z[ recovery-image] Jul 04 16:11:33.809 INFO O| Jul 04 16:11:33.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66482026-07-04T16:11:34.576Z[ recovery-image] Jul 04 16:11:33.809 INFO O| Jul 04 16:11:33.809 INFO STEP 431 (remove_files) COMPLETE
66492026-07-04T16:11:34.576Z[ recovery-image] Jul 04 16:11:33.809 INFO O| Jul 04 16:11:33.809 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-07-04T16:11:34.582Z[ recovery-image] Jul 04 16:11:33.817 INFO O| Jul 04 16:11:33.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66512026-07-04T16:11:34.582Z[ recovery-image] Jul 04 16:11:33.817 INFO O| Jul 04 16:11:33.817 INFO STEP 432 (remove_files) COMPLETE
66522026-07-04T16:11:34.582Z[ recovery-image] Jul 04 16:11:33.817 INFO O| Jul 04 16:11:33.817 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-04T16:11:34.601Z[ recovery-image] Jul 04 16:11:33.825 INFO O| Jul 04 16:11:33.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66542026-07-04T16:11:34.601Z[ recovery-image] Jul 04 16:11:33.825 INFO O| Jul 04 16:11:33.825 INFO STEP 433 (remove_files) COMPLETE
66552026-07-04T16:11:34.601Z[ recovery-image] Jul 04 16:11:33.825 INFO O| Jul 04 16:11:33.825 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-04T16:11:34.601Z[ recovery-image] Jul 04 16:11:33.831 INFO O| Jul 04 16:11:33.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66572026-07-04T16:11:34.601Z[ recovery-image] Jul 04 16:11:33.831 INFO O| Jul 04 16:11:33.831 INFO STEP 434 (remove_files) COMPLETE
66582026-07-04T16:11:34.601Z[ recovery-image] Jul 04 16:11:33.831 INFO O| Jul 04 16:11:33.831 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-04T16:11:34.605Z[ recovery-image] Jul 04 16:11:33.840 INFO O| Jul 04 16:11:33.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66602026-07-04T16:11:34.605Z[ recovery-image] Jul 04 16:11:33.840 INFO O| Jul 04 16:11:33.840 INFO STEP 435 (remove_files) COMPLETE
66612026-07-04T16:11:34.605Z[ recovery-image] Jul 04 16:11:33.840 INFO O| Jul 04 16:11:33.840 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-04T16:11:34.612Z[ recovery-image] Jul 04 16:11:33.848 INFO O| Jul 04 16:11:33.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66632026-07-04T16:11:34.612Z[ recovery-image] Jul 04 16:11:33.848 INFO O| Jul 04 16:11:33.848 INFO STEP 436 (remove_files) COMPLETE
66642026-07-04T16:11:34.620Z[ recovery-image] Jul 04 16:11:33.848 INFO O| Jul 04 16:11:33.848 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-04T16:11:34.620Z[ recovery-image] Jul 04 16:11:33.857 INFO O| Jul 04 16:11:33.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66662026-07-04T16:11:34.620Z[ recovery-image] Jul 04 16:11:33.857 INFO O| Jul 04 16:11:33.857 INFO STEP 437 (remove_files) COMPLETE
66672026-07-04T16:11:34.645Z[ recovery-image] Jul 04 16:11:33.857 INFO O| Jul 04 16:11:33.857 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.865 INFO O| Jul 04 16:11:33.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66692026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.865 INFO O| Jul 04 16:11:33.865 INFO STEP 438 (remove_files) COMPLETE
66702026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.865 INFO O| Jul 04 16:11:33.865 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.873 INFO O| Jul 04 16:11:33.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66722026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.873 INFO O| Jul 04 16:11:33.873 INFO STEP 439 (remove_files) COMPLETE
66732026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.873 INFO O| Jul 04 16:11:33.873 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.882 INFO O| Jul 04 16:11:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66752026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.882 INFO O| Jul 04 16:11:33.882 INFO STEP 440 (remove_files) COMPLETE
66762026-07-04T16:11:34.656Z[ recovery-image] Jul 04 16:11:33.882 INFO O| Jul 04 16:11:33.882 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-07-04T16:11:34.671Z[ recovery-image] Jul 04 16:11:33.889 INFO O| Jul 04 16:11:33.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66782026-07-04T16:11:34.671Z[ recovery-image] Jul 04 16:11:33.889 INFO O| Jul 04 16:11:33.889 INFO STEP 441 (remove_files) COMPLETE
66792026-07-04T16:11:34.671Z[ recovery-image] Jul 04 16:11:33.889 INFO O| Jul 04 16:11:33.889 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-04T16:11:34.671Z[ recovery-image] Jul 04 16:11:33.895 INFO O| Jul 04 16:11:33.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66812026-07-04T16:11:34.671Z[ recovery-image] Jul 04 16:11:33.895 INFO O| Jul 04 16:11:33.895 INFO STEP 442 (remove_files) COMPLETE
66822026-07-04T16:11:34.671Z[ recovery-image] Jul 04 16:11:33.895 INFO O| Jul 04 16:11:33.895 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-04T16:11:34.689Z[ recovery-image] Jul 04 16:11:33.902 INFO O| Jul 04 16:11:33.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66842026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.902 INFO O| Jul 04 16:11:33.902 INFO STEP 443 (remove_files) COMPLETE
66852026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.902 INFO O| Jul 04 16:11:33.902 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.909 INFO O| Jul 04 16:11:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66872026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.909 INFO O| Jul 04 16:11:33.909 INFO STEP 444 (remove_files) COMPLETE
66882026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.909 INFO O| Jul 04 16:11:33.909 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.916 INFO O| Jul 04 16:11:33.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66902026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.916 INFO O| Jul 04 16:11:33.916 INFO STEP 445 (remove_files) COMPLETE
66912026-07-04T16:11:34.690Z[ recovery-image] Jul 04 16:11:33.916 INFO O| Jul 04 16:11:33.916 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-04T16:11:34.698Z[ recovery-image] Jul 04 16:11:33.922 INFO O| Jul 04 16:11:33.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66932026-07-04T16:11:34.698Z[ recovery-image] Jul 04 16:11:33.922 INFO O| Jul 04 16:11:33.922 INFO STEP 446 (remove_files) COMPLETE
66942026-07-04T16:11:34.699Z[ recovery-image] Jul 04 16:11:33.922 INFO O| Jul 04 16:11:33.922 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-04T16:11:34.699Z[ recovery-image] Jul 04 16:11:33.932 INFO O| Jul 04 16:11:33.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66962026-07-04T16:11:34.699Z[ recovery-image] Jul 04 16:11:33.933 INFO O| Jul 04 16:11:33.933 INFO STEP 447 (remove_files) COMPLETE
66972026-07-04T16:11:34.699Z[ recovery-image] Jul 04 16:11:33.933 INFO O| Jul 04 16:11:33.933 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-04T16:11:34.720Z[ recovery-image] Jul 04 16:11:33.942 INFO O| Jul 04 16:11:33.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66992026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.942 INFO O| Jul 04 16:11:33.942 INFO STEP 448 (remove_files) COMPLETE
67002026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.942 INFO O| Jul 04 16:11:33.942 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.951 INFO O| Jul 04 16:11:33.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67022026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.952 INFO O| Jul 04 16:11:33.952 INFO STEP 449 (remove_files) COMPLETE
67032026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.952 INFO O| Jul 04 16:11:33.952 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.961 INFO O| Jul 04 16:11:33.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67052026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.961 INFO O| Jul 04 16:11:33.961 INFO STEP 450 (remove_files) COMPLETE
67062026-07-04T16:11:34.729Z[ recovery-image] Jul 04 16:11:33.961 INFO O| Jul 04 16:11:33.961 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-04T16:11:34.737Z[ recovery-image] Jul 04 16:11:33.969 INFO O| Jul 04 16:11:33.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67082026-07-04T16:11:34.737Z[ recovery-image] Jul 04 16:11:33.969 INFO O| Jul 04 16:11:33.969 INFO STEP 451 (remove_files) COMPLETE
67092026-07-04T16:11:34.737Z[ recovery-image] Jul 04 16:11:33.969 INFO O| Jul 04 16:11:33.969 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-04T16:11:34.754Z[ recovery-image] Jul 04 16:11:33.978 INFO O| Jul 04 16:11:33.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67112026-07-04T16:11:34.754Z[ recovery-image] Jul 04 16:11:33.978 INFO O| Jul 04 16:11:33.978 INFO STEP 452 (remove_files) COMPLETE
67122026-07-04T16:11:34.754Z[ recovery-image] Jul 04 16:11:33.978 INFO O| Jul 04 16:11:33.978 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-04T16:11:34.757Z[ recovery-image] Jul 04 16:11:33.987 INFO O| Jul 04 16:11:33.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67142026-07-04T16:11:34.758Z[ recovery-image] Jul 04 16:11:33.987 INFO O| Jul 04 16:11:33.987 INFO STEP 453 (remove_files) COMPLETE
67152026-07-04T16:11:34.758Z[ recovery-image] Jul 04 16:11:33.987 INFO O| Jul 04 16:11:33.987 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-04T16:11:34.761Z[ recovery-image] Jul 04 16:11:33.994 INFO O| Jul 04 16:11:33.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67172026-07-04T16:11:34.761Z[ recovery-image] Jul 04 16:11:33.995 INFO O| Jul 04 16:11:33.995 INFO STEP 454 (remove_files) COMPLETE
67182026-07-04T16:11:34.761Z[ recovery-image] Jul 04 16:11:33.995 INFO O| Jul 04 16:11:33.995 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-04T16:11:34.772Z[ recovery-image] Jul 04 16:11:34.004 INFO O| Jul 04 16:11:34.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67202026-07-04T16:11:34.772Z[ recovery-image] Jul 04 16:11:34.004 INFO O| Jul 04 16:11:34.004 INFO STEP 455 (remove_files) COMPLETE
67212026-07-04T16:11:34.772Z[ recovery-image] Jul 04 16:11:34.004 INFO O| Jul 04 16:11:34.004 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-04T16:11:34.780Z[ recovery-image] Jul 04 16:11:34.011 INFO O| Jul 04 16:11:34.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67232026-07-04T16:11:34.780Z[ recovery-image] Jul 04 16:11:34.011 INFO O| Jul 04 16:11:34.011 INFO STEP 456 (remove_files) COMPLETE
67242026-07-04T16:11:34.780Z[ recovery-image] Jul 04 16:11:34.011 INFO O| Jul 04 16:11:34.011 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.019 INFO O| Jul 04 16:11:34.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67262026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.019 INFO O| Jul 04 16:11:34.019 INFO STEP 457 (remove_files) COMPLETE
67272026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.019 INFO O| Jul 04 16:11:34.019 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.026 INFO O| Jul 04 16:11:34.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67292026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.027 INFO O| Jul 04 16:11:34.027 INFO STEP 458 (remove_files) COMPLETE
67302026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.027 INFO O| Jul 04 16:11:34.027 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.034 INFO O| Jul 04 16:11:34.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67322026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.034 INFO O| Jul 04 16:11:34.034 INFO STEP 459 (remove_files) COMPLETE
67332026-07-04T16:11:34.804Z[ recovery-image] Jul 04 16:11:34.034 INFO O| Jul 04 16:11:34.034 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-04T16:11:34.814Z[ recovery-image] Jul 04 16:11:34.042 INFO O| Jul 04 16:11:34.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67352026-07-04T16:11:34.814Z[ recovery-image] Jul 04 16:11:34.042 INFO O| Jul 04 16:11:34.042 INFO STEP 460 (remove_files) COMPLETE
67362026-07-04T16:11:34.814Z[ recovery-image] Jul 04 16:11:34.042 INFO O| Jul 04 16:11:34.042 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-04T16:11:34.814Z[ recovery-image] Jul 04 16:11:34.050 INFO O| Jul 04 16:11:34.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67382026-07-04T16:11:34.819Z[ recovery-image] Jul 04 16:11:34.050 INFO O| Jul 04 16:11:34.050 INFO STEP 461 (remove_files) COMPLETE
67392026-07-04T16:11:34.819Z[ recovery-image] Jul 04 16:11:34.050 INFO O| Jul 04 16:11:34.050 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-04T16:11:34.825Z[ recovery-image] Jul 04 16:11:34.058 INFO O| Jul 04 16:11:34.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67412026-07-04T16:11:34.825Z[ recovery-image] Jul 04 16:11:34.058 INFO O| Jul 04 16:11:34.058 INFO STEP 462 (remove_files) COMPLETE
67422026-07-04T16:11:34.825Z[ recovery-image] Jul 04 16:11:34.058 INFO O| Jul 04 16:11:34.058 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-04T16:11:34.829Z[ recovery-image] Jul 04 16:11:34.065 INFO O| Jul 04 16:11:34.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67442026-07-04T16:11:34.840Z[ recovery-image] Jul 04 16:11:34.065 INFO O| Jul 04 16:11:34.065 INFO STEP 463 (remove_files) COMPLETE
67452026-07-04T16:11:34.841Z[ recovery-image] Jul 04 16:11:34.065 INFO O| Jul 04 16:11:34.065 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-07-04T16:11:34.844Z[ recovery-image] Jul 04 16:11:34.072 INFO O| Jul 04 16:11:34.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67472026-07-04T16:11:34.844Z[ recovery-image] Jul 04 16:11:34.072 INFO O| Jul 04 16:11:34.072 INFO STEP 464 (remove_files) COMPLETE
67482026-07-04T16:11:34.845Z[ recovery-image] Jul 04 16:11:34.072 INFO O| Jul 04 16:11:34.072 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-07-04T16:11:34.845Z[ recovery-image] Jul 04 16:11:34.079 INFO O| Jul 04 16:11:34.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67502026-07-04T16:11:34.845Z[ recovery-image] Jul 04 16:11:34.079 INFO O| Jul 04 16:11:34.079 INFO STEP 465 (remove_files) COMPLETE
67512026-07-04T16:11:34.845Z[ recovery-image] Jul 04 16:11:34.079 INFO O| Jul 04 16:11:34.079 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-07-04T16:11:34.854Z[ recovery-image] Jul 04 16:11:34.087 INFO O| Jul 04 16:11:34.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67532026-07-04T16:11:34.854Z[ recovery-image] Jul 04 16:11:34.088 INFO O| Jul 04 16:11:34.088 INFO STEP 466 (remove_files) COMPLETE
67542026-07-04T16:11:34.854Z[ recovery-image] Jul 04 16:11:34.088 INFO O| Jul 04 16:11:34.088 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-07-04T16:11:34.859Z[ recovery-image] Jul 04 16:11:34.095 INFO O| Jul 04 16:11:34.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67562026-07-04T16:11:34.859Z[ recovery-image] Jul 04 16:11:34.095 INFO O| Jul 04 16:11:34.095 INFO STEP 467 (remove_files) COMPLETE
67572026-07-04T16:11:34.863Z[ recovery-image] Jul 04 16:11:34.095 INFO O| Jul 04 16:11:34.095 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-04T16:11:34.867Z[ recovery-image] Jul 04 16:11:34.103 INFO O| Jul 04 16:11:34.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67592026-07-04T16:11:34.868Z[ recovery-image] Jul 04 16:11:34.103 INFO O| Jul 04 16:11:34.103 INFO STEP 468 (remove_files) COMPLETE
67602026-07-04T16:11:34.868Z[ recovery-image] Jul 04 16:11:34.103 INFO O| Jul 04 16:11:34.103 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-07-04T16:11:34.875Z[ recovery-image] Jul 04 16:11:34.112 INFO O| Jul 04 16:11:34.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67622026-07-04T16:11:34.875Z[ recovery-image] Jul 04 16:11:34.112 INFO O| Jul 04 16:11:34.112 INFO STEP 469 (remove_files) COMPLETE
67632026-07-04T16:11:34.879Z[ recovery-image] Jul 04 16:11:34.112 INFO O| Jul 04 16:11:34.112 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-07-04T16:11:34.883Z[ recovery-image] Jul 04 16:11:34.119 INFO O| Jul 04 16:11:34.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67652026-07-04T16:11:34.884Z[ recovery-image] Jul 04 16:11:34.119 INFO O| Jul 04 16:11:34.119 INFO STEP 470 (remove_files) COMPLETE
67662026-07-04T16:11:34.884Z[ recovery-image] Jul 04 16:11:34.119 INFO O| Jul 04 16:11:34.119 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-07-04T16:11:34.894Z[ recovery-image] Jul 04 16:11:34.127 INFO O| Jul 04 16:11:34.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67682026-07-04T16:11:34.894Z[ recovery-image] Jul 04 16:11:34.127 INFO O| Jul 04 16:11:34.127 INFO STEP 471 (remove_files) COMPLETE
67692026-07-04T16:11:34.894Z[ recovery-image] Jul 04 16:11:34.127 INFO O| Jul 04 16:11:34.127 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-07-04T16:11:34.903Z[ recovery-image] Jul 04 16:11:34.135 INFO O| Jul 04 16:11:34.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67712026-07-04T16:11:34.903Z[ recovery-image] Jul 04 16:11:34.136 INFO O| Jul 04 16:11:34.135 INFO STEP 472 (remove_files) COMPLETE
67722026-07-04T16:11:34.903Z[ recovery-image] Jul 04 16:11:34.136 INFO O| Jul 04 16:11:34.136 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-07-04T16:11:34.929Z[ recovery-image] Jul 04 16:11:34.143 INFO O| Jul 04 16:11:34.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67742026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.143 INFO O| Jul 04 16:11:34.143 INFO STEP 473 (remove_files) COMPLETE
67752026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.143 INFO O| Jul 04 16:11:34.143 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.152 INFO O| Jul 04 16:11:34.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67772026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.153 INFO O| Jul 04 16:11:34.153 INFO STEP 474 (remove_files) COMPLETE
67782026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.153 INFO O| Jul 04 16:11:34.153 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.161 INFO O| Jul 04 16:11:34.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67802026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.161 INFO O| Jul 04 16:11:34.161 INFO STEP 475 (remove_files) COMPLETE
67812026-07-04T16:11:34.933Z[ recovery-image] Jul 04 16:11:34.161 INFO O| Jul 04 16:11:34.161 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.170 INFO O| Jul 04 16:11:34.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67832026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.170 INFO O| Jul 04 16:11:34.170 INFO STEP 476 (remove_files) COMPLETE
67842026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.170 INFO O| Jul 04 16:11:34.170 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.178 INFO O| Jul 04 16:11:34.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67862026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.178 INFO O| Jul 04 16:11:34.178 INFO STEP 477 (remove_files) COMPLETE
67872026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.178 INFO O| Jul 04 16:11:34.178 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.187 INFO O| Jul 04 16:11:34.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67892026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.187 INFO O| Jul 04 16:11:34.187 INFO STEP 478 (remove_files) COMPLETE
67902026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.187 INFO O| Jul 04 16:11:34.187 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.196 INFO O| Jul 04 16:11:34.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67922026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.196 INFO O| Jul 04 16:11:34.196 INFO STEP 479 (remove_files) COMPLETE
67932026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.196 INFO O| Jul 04 16:11:34.196 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.204 INFO O| Jul 04 16:11:34.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67952026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.204 INFO O| Jul 04 16:11:34.204 INFO STEP 480 (remove_files) COMPLETE
67962026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.204 INFO O| Jul 04 16:11:34.204 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.211 INFO O| Jul 04 16:11:34.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67982026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.211 INFO O| Jul 04 16:11:34.211 INFO STEP 481 (remove_files) COMPLETE
67992026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.212 INFO O| Jul 04 16:11:34.211 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.221 INFO O| Jul 04 16:11:34.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68012026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.221 INFO O| Jul 04 16:11:34.221 INFO STEP 482 (remove_files) COMPLETE
68022026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.221 INFO O| Jul 04 16:11:34.221 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-07-04T16:11:35.014Z[ recovery-image] Jul 04 16:11:34.230 INFO O| Jul 04 16:11:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68042026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.230 INFO O| Jul 04 16:11:34.230 INFO STEP 483 (remove_files) COMPLETE
68052026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.230 INFO O| Jul 04 16:11:34.230 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.239 INFO O| Jul 04 16:11:34.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68072026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.239 INFO O| Jul 04 16:11:34.239 INFO STEP 484 (remove_files) COMPLETE
68082026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.239 INFO O| Jul 04 16:11:34.239 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.248 INFO O| Jul 04 16:11:34.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68102026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.248 INFO O| Jul 04 16:11:34.248 INFO STEP 485 (remove_files) COMPLETE
68112026-07-04T16:11:35.015Z[ recovery-image] Jul 04 16:11:34.248 INFO O| Jul 04 16:11:34.248 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-07-04T16:11:35.021Z[ recovery-image] Jul 04 16:11:34.257 INFO O| Jul 04 16:11:34.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68132026-07-04T16:11:35.021Z[ recovery-image] Jul 04 16:11:34.257 INFO O| Jul 04 16:11:34.257 INFO STEP 486 (remove_files) COMPLETE
68142026-07-04T16:11:35.021Z[ recovery-image] Jul 04 16:11:34.257 INFO O| Jul 04 16:11:34.257 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-07-04T16:11:35.032Z[ recovery-image] Jul 04 16:11:34.264 INFO O| Jul 04 16:11:34.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68162026-07-04T16:11:35.032Z[ recovery-image] Jul 04 16:11:34.265 INFO O| Jul 04 16:11:34.265 INFO STEP 487 (remove_files) COMPLETE
68172026-07-04T16:11:35.036Z[ recovery-image] Jul 04 16:11:34.265 INFO O| Jul 04 16:11:34.265 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-07-04T16:11:35.039Z[ recovery-image] Jul 04 16:11:34.274 INFO O| Jul 04 16:11:34.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68192026-07-04T16:11:35.039Z[ recovery-image] Jul 04 16:11:34.274 INFO O| Jul 04 16:11:34.274 INFO STEP 488 (remove_files) COMPLETE
68202026-07-04T16:11:35.039Z[ recovery-image] Jul 04 16:11:34.274 INFO O| Jul 04 16:11:34.274 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-07-04T16:11:35.047Z[ recovery-image] Jul 04 16:11:34.283 INFO O| Jul 04 16:11:34.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68222026-07-04T16:11:35.047Z[ recovery-image] Jul 04 16:11:34.283 INFO O| Jul 04 16:11:34.283 INFO STEP 489 (remove_files) COMPLETE
68232026-07-04T16:11:35.047Z[ recovery-image] Jul 04 16:11:34.283 INFO O| Jul 04 16:11:34.283 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-07-04T16:11:35.058Z[ recovery-image] Jul 04 16:11:34.293 INFO O| Jul 04 16:11:34.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68252026-07-04T16:11:35.058Z[ recovery-image] Jul 04 16:11:34.293 INFO O| Jul 04 16:11:34.293 INFO STEP 490 (remove_files) COMPLETE
68262026-07-04T16:11:35.064Z[ recovery-image] Jul 04 16:11:34.293 INFO O| Jul 04 16:11:34.293 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-07-04T16:11:35.068Z[ recovery-image] Jul 04 16:11:34.302 INFO O| Jul 04 16:11:34.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68282026-07-04T16:11:35.068Z[ recovery-image] Jul 04 16:11:34.302 INFO O| Jul 04 16:11:34.302 INFO STEP 491 (remove_files) COMPLETE
68292026-07-04T16:11:35.069Z[ recovery-image] Jul 04 16:11:34.302 INFO O| Jul 04 16:11:34.302 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-07-04T16:11:35.074Z[ recovery-image] Jul 04 16:11:34.311 INFO O| Jul 04 16:11:34.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68312026-07-04T16:11:35.074Z[ recovery-image] Jul 04 16:11:34.311 INFO O| Jul 04 16:11:34.311 INFO STEP 492 (remove_files) COMPLETE
68322026-07-04T16:11:35.074Z[ recovery-image] Jul 04 16:11:34.311 INFO O| Jul 04 16:11:34.311 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-07-04T16:11:35.084Z[ recovery-image] Jul 04 16:11:34.320 INFO O| Jul 04 16:11:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68342026-07-04T16:11:35.084Z[ recovery-image] Jul 04 16:11:34.320 INFO O| Jul 04 16:11:34.320 INFO STEP 493 (remove_files) COMPLETE
68352026-07-04T16:11:35.084Z[ recovery-image] Jul 04 16:11:34.320 INFO O| Jul 04 16:11:34.320 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-07-04T16:11:35.094Z[ recovery-image] Jul 04 16:11:34.330 INFO O| Jul 04 16:11:34.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68372026-07-04T16:11:35.094Z[ recovery-image] Jul 04 16:11:34.331 INFO O| Jul 04 16:11:34.331 INFO STEP 494 (remove_files) COMPLETE
68382026-07-04T16:11:35.094Z[ recovery-image] Jul 04 16:11:34.331 INFO O| Jul 04 16:11:34.331 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-07-04T16:11:35.104Z[ recovery-image] Jul 04 16:11:34.340 INFO O| Jul 04 16:11:34.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68402026-07-04T16:11:35.109Z[ recovery-image] Jul 04 16:11:34.340 INFO O| Jul 04 16:11:34.340 INFO STEP 495 (remove_files) COMPLETE
68412026-07-04T16:11:35.110Z[ recovery-image] Jul 04 16:11:34.340 INFO O| Jul 04 16:11:34.340 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-07-04T16:11:35.114Z[ recovery-image] Jul 04 16:11:34.349 INFO O| Jul 04 16:11:34.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68432026-07-04T16:11:35.114Z[ recovery-image] Jul 04 16:11:34.349 INFO O| Jul 04 16:11:34.349 INFO STEP 496 (remove_files) COMPLETE
68442026-07-04T16:11:35.114Z[ recovery-image] Jul 04 16:11:34.349 INFO O| Jul 04 16:11:34.349 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-07-04T16:11:35.126Z[ recovery-image] Jul 04 16:11:34.360 INFO O| Jul 04 16:11:34.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68462026-07-04T16:11:35.126Z[ recovery-image] Jul 04 16:11:34.360 INFO O| Jul 04 16:11:34.360 INFO STEP 497 (remove_files) COMPLETE
68472026-07-04T16:11:35.126Z[ recovery-image] Jul 04 16:11:34.360 INFO O| Jul 04 16:11:34.360 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-07-04T16:11:35.136Z[ recovery-image] Jul 04 16:11:34.371 INFO O| Jul 04 16:11:34.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68492026-07-04T16:11:35.136Z[ recovery-image] Jul 04 16:11:34.371 INFO O| Jul 04 16:11:34.371 INFO STEP 498 (remove_files) COMPLETE
68502026-07-04T16:11:35.139Z[ recovery-image] Jul 04 16:11:34.371 INFO O| Jul 04 16:11:34.371 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-07-04T16:11:35.144Z[ recovery-image] Jul 04 16:11:34.381 INFO O| Jul 04 16:11:34.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68522026-07-04T16:11:35.148Z[ recovery-image] Jul 04 16:11:34.381 INFO O| Jul 04 16:11:34.381 INFO STEP 499 (remove_files) COMPLETE
68532026-07-04T16:11:35.148Z[ recovery-image] Jul 04 16:11:34.381 INFO O| Jul 04 16:11:34.381 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-07-04T16:11:35.167Z[ recovery-image] Jul 04 16:11:34.391 INFO O| Jul 04 16:11:34.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68552026-07-04T16:11:35.170Z[ recovery-image] Jul 04 16:11:34.391 INFO O| Jul 04 16:11:34.391 INFO STEP 500 (remove_files) COMPLETE
68562026-07-04T16:11:35.171Z[ recovery-image] Jul 04 16:11:34.391 INFO O| Jul 04 16:11:34.391 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-07-04T16:11:35.171Z[ recovery-image] Jul 04 16:11:34.400 INFO O| Jul 04 16:11:34.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68582026-07-04T16:11:35.171Z[ recovery-image] Jul 04 16:11:34.400 INFO O| Jul 04 16:11:34.400 INFO STEP 501 (remove_files) COMPLETE
68592026-07-04T16:11:35.171Z[ recovery-image] Jul 04 16:11:34.400 INFO O| Jul 04 16:11:34.400 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-07-04T16:11:35.177Z[ recovery-image] Jul 04 16:11:34.408 INFO O| Jul 04 16:11:34.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68612026-07-04T16:11:35.177Z[ recovery-image] Jul 04 16:11:34.408 INFO O| Jul 04 16:11:34.408 INFO STEP 502 (remove_files) COMPLETE
68622026-07-04T16:11:35.177Z[ recovery-image] Jul 04 16:11:34.408 INFO O| Jul 04 16:11:34.408 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-07-04T16:11:35.185Z[ recovery-image] Jul 04 16:11:34.418 INFO O| Jul 04 16:11:34.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68642026-07-04T16:11:35.185Z[ recovery-image] Jul 04 16:11:34.418 INFO O| Jul 04 16:11:34.418 INFO STEP 503 (remove_files) COMPLETE
68652026-07-04T16:11:35.190Z[ recovery-image] Jul 04 16:11:34.418 INFO O| Jul 04 16:11:34.418 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-07-04T16:11:35.191Z[ recovery-image] Jul 04 16:11:34.426 INFO O| Jul 04 16:11:34.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68672026-07-04T16:11:35.191Z[ recovery-image] Jul 04 16:11:34.426 INFO O| Jul 04 16:11:34.426 INFO STEP 504 (remove_files) COMPLETE
68682026-07-04T16:11:35.191Z[ recovery-image] Jul 04 16:11:34.426 INFO O| Jul 04 16:11:34.426 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-07-04T16:11:35.212Z[ recovery-image] Jul 04 16:11:34.434 INFO O| Jul 04 16:11:34.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68702026-07-04T16:11:35.212Z[ recovery-image] Jul 04 16:11:34.434 INFO O| Jul 04 16:11:34.434 INFO STEP 505 (remove_files) COMPLETE
68712026-07-04T16:11:35.218Z[ recovery-image] Jul 04 16:11:34.434 INFO O| Jul 04 16:11:34.434 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-07-04T16:11:35.218Z[ recovery-image] Jul 04 16:11:34.445 INFO O| Jul 04 16:11:34.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68732026-07-04T16:11:35.219Z[ recovery-image] Jul 04 16:11:34.445 INFO O| Jul 04 16:11:34.445 INFO STEP 506 (remove_files) COMPLETE
68742026-07-04T16:11:35.219Z[ recovery-image] Jul 04 16:11:34.445 INFO O| Jul 04 16:11:34.445 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-07-04T16:11:35.219Z[ recovery-image] Jul 04 16:11:34.454 INFO O| Jul 04 16:11:34.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68762026-07-04T16:11:35.219Z[ recovery-image] Jul 04 16:11:34.454 INFO O| Jul 04 16:11:34.454 INFO STEP 507 (remove_files) COMPLETE
68772026-07-04T16:11:35.219Z[ recovery-image] Jul 04 16:11:34.454 INFO O| Jul 04 16:11:34.454 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-07-04T16:11:35.229Z[ recovery-image] Jul 04 16:11:34.465 INFO O| Jul 04 16:11:34.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68792026-07-04T16:11:35.229Z[ recovery-image] Jul 04 16:11:34.465 INFO O| Jul 04 16:11:34.465 INFO STEP 508 (remove_files) COMPLETE
68802026-07-04T16:11:35.234Z[ recovery-image] Jul 04 16:11:34.465 INFO O| Jul 04 16:11:34.465 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-07-04T16:11:35.238Z[ recovery-image] Jul 04 16:11:34.474 INFO O| Jul 04 16:11:34.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68822026-07-04T16:11:35.239Z[ recovery-image] Jul 04 16:11:34.474 INFO O| Jul 04 16:11:34.474 INFO STEP 509 (remove_files) COMPLETE
68832026-07-04T16:11:35.239Z[ recovery-image] Jul 04 16:11:34.474 INFO O| Jul 04 16:11:34.474 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-07-04T16:11:35.248Z[ recovery-image] Jul 04 16:11:34.484 INFO O| Jul 04 16:11:34.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68852026-07-04T16:11:35.248Z[ recovery-image] Jul 04 16:11:34.484 INFO O| Jul 04 16:11:34.484 INFO STEP 510 (remove_files) COMPLETE
68862026-07-04T16:11:35.248Z[ recovery-image] Jul 04 16:11:34.484 INFO O| Jul 04 16:11:34.484 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-07-04T16:11:35.258Z[ recovery-image] Jul 04 16:11:34.495 INFO O| Jul 04 16:11:34.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68882026-07-04T16:11:35.259Z[ recovery-image] Jul 04 16:11:34.495 INFO O| Jul 04 16:11:34.495 INFO STEP 511 (remove_files) COMPLETE
68892026-07-04T16:11:35.259Z[ recovery-image] Jul 04 16:11:34.495 INFO O| Jul 04 16:11:34.495 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-07-04T16:11:35.270Z[ recovery-image] Jul 04 16:11:34.505 INFO O| Jul 04 16:11:34.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68912026-07-04T16:11:35.271Z[ recovery-image] Jul 04 16:11:34.505 INFO O| Jul 04 16:11:34.505 INFO STEP 512 (remove_files) COMPLETE
68922026-07-04T16:11:35.271Z[ recovery-image] Jul 04 16:11:34.505 INFO O| Jul 04 16:11:34.505 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-07-04T16:11:35.280Z[ recovery-image] Jul 04 16:11:34.515 INFO O| Jul 04 16:11:34.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68942026-07-04T16:11:35.280Z[ recovery-image] Jul 04 16:11:34.515 INFO O| Jul 04 16:11:34.515 INFO STEP 513 (remove_files) COMPLETE
68952026-07-04T16:11:35.280Z[ recovery-image] Jul 04 16:11:34.515 INFO O| Jul 04 16:11:34.515 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-07-04T16:11:35.313Z[ recovery-image] Jul 04 16:11:34.524 INFO O| Jul 04 16:11:34.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68972026-07-04T16:11:35.313Z[ recovery-image] Jul 04 16:11:34.524 INFO O| Jul 04 16:11:34.524 INFO STEP 514 (remove_files) COMPLETE
68982026-07-04T16:11:35.409Z[ recovery-image] Jul 04 16:11:34.524 INFO O| Jul 04 16:11:34.524 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-07-04T16:11:35.409Z[ recovery-image] Jul 04 16:11:34.532 INFO O| Jul 04 16:11:34.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69002026-07-04T16:11:35.410Z[ recovery-image] Jul 04 16:11:34.532 INFO O| Jul 04 16:11:34.532 INFO STEP 515 (remove_files) COMPLETE
69012026-07-04T16:11:35.410Z[ recovery-image] Jul 04 16:11:34.532 INFO O| Jul 04 16:11:34.532 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-07-04T16:11:35.506Z[ recovery-image] Jul 04 16:11:34.541 INFO O| Jul 04 16:11:34.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69032026-07-04T16:11:35.506Z[ recovery-image] Jul 04 16:11:34.541 INFO O| Jul 04 16:11:34.541 INFO STEP 516 (remove_files) COMPLETE
69042026-07-04T16:11:35.506Z[ recovery-image] Jul 04 16:11:34.541 INFO O| Jul 04 16:11:34.541 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-07-04T16:11:35.506Z[ recovery-image] Jul 04 16:11:34.550 INFO O| Jul 04 16:11:34.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69062026-07-04T16:11:35.506Z[ recovery-image] Jul 04 16:11:34.550 INFO O| Jul 04 16:11:34.550 INFO STEP 517 (remove_files) COMPLETE
69072026-07-04T16:11:35.506Z[ recovery-image] Jul 04 16:11:34.550 INFO O| Jul 04 16:11:34.550 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.558 INFO O| Jul 04 16:11:34.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69092026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.558 INFO O| Jul 04 16:11:34.558 INFO STEP 518 (remove_files) COMPLETE
69102026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.558 INFO O| Jul 04 16:11:34.558 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.567 INFO O| Jul 04 16:11:34.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69122026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.567 INFO O| Jul 04 16:11:34.567 INFO STEP 519 (remove_files) COMPLETE
69132026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.567 INFO O| Jul 04 16:11:34.567 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.576 INFO O| Jul 04 16:11:34.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69152026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.576 INFO O| Jul 04 16:11:34.576 INFO STEP 520 (remove_files) COMPLETE
69162026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.576 INFO O| Jul 04 16:11:34.576 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.585 INFO O| Jul 04 16:11:34.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69182026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.585 INFO O| Jul 04 16:11:34.585 INFO STEP 521 (remove_files) COMPLETE
69192026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.585 INFO O| Jul 04 16:11:34.585 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.593 INFO O| Jul 04 16:11:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69212026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.593 INFO O| Jul 04 16:11:34.593 INFO STEP 522 (remove_files) COMPLETE
69222026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.593 INFO O| Jul 04 16:11:34.593 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.603 INFO O| Jul 04 16:11:34.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69242026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.604 INFO O| Jul 04 16:11:34.604 INFO STEP 523 (remove_files) COMPLETE
69252026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.604 INFO O| Jul 04 16:11:34.604 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.613 INFO O| Jul 04 16:11:34.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69272026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.613 INFO O| Jul 04 16:11:34.613 INFO STEP 524 (remove_files) COMPLETE
69282026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.613 INFO O| Jul 04 16:11:34.613 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.622 INFO O| Jul 04 16:11:34.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69302026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.622 INFO O| Jul 04 16:11:34.622 INFO STEP 525 (remove_files) COMPLETE
69312026-07-04T16:11:35.516Z[ recovery-image] Jul 04 16:11:34.623 INFO O| Jul 04 16:11:34.622 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-07-04T16:11:35.517Z[ recovery-image] Jul 04 16:11:34.631 INFO O| Jul 04 16:11:34.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69332026-07-04T16:11:35.517Z[ recovery-image] Jul 04 16:11:34.631 INFO O| Jul 04 16:11:34.631 INFO STEP 526 (remove_files) COMPLETE
69342026-07-04T16:11:35.517Z[ recovery-image] Jul 04 16:11:34.631 INFO O| Jul 04 16:11:34.631 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-07-04T16:11:35.517Z[ recovery-image] Jul 04 16:11:34.640 INFO O| Jul 04 16:11:34.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69362026-07-04T16:11:35.517Z[ recovery-image] Jul 04 16:11:34.640 INFO O| Jul 04 16:11:34.640 INFO STEP 527 (remove_files) COMPLETE
69372026-07-04T16:11:35.517Z[ recovery-image] Jul 04 16:11:34.640 INFO O| Jul 04 16:11:34.640 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.650 INFO O| Jul 04 16:11:34.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69392026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.650 INFO O| Jul 04 16:11:34.650 INFO STEP 528 (remove_files) COMPLETE
69402026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.650 INFO O| Jul 04 16:11:34.650 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.660 INFO O| Jul 04 16:11:34.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69422026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.660 INFO O| Jul 04 16:11:34.660 INFO STEP 529 (remove_files) COMPLETE
69432026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.660 INFO O| Jul 04 16:11:34.660 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.670 INFO O| Jul 04 16:11:34.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69452026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.670 INFO O| Jul 04 16:11:34.670 INFO STEP 530 (remove_files) COMPLETE
69462026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.670 INFO O| Jul 04 16:11:34.670 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.680 INFO O| Jul 04 16:11:34.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69482026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.681 INFO O| Jul 04 16:11:34.681 INFO STEP 531 (remove_files) COMPLETE
69492026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.681 INFO O| Jul 04 16:11:34.681 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.690 INFO O| Jul 04 16:11:34.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69512026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.690 INFO O| Jul 04 16:11:34.690 INFO STEP 532 (remove_files) COMPLETE
69522026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.690 INFO O| Jul 04 16:11:34.690 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.700 INFO O| Jul 04 16:11:34.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69542026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.700 INFO O| Jul 04 16:11:34.700 INFO STEP 533 (remove_files) COMPLETE
69552026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.700 INFO O| Jul 04 16:11:34.700 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.709 INFO O| Jul 04 16:11:34.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69572026-07-04T16:11:35.518Z[ recovery-image] Jul 04 16:11:34.709 INFO O| Jul 04 16:11:34.709 INFO STEP 534 (remove_files) COMPLETE
69582026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.709 INFO O| Jul 04 16:11:34.709 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.719 INFO O| Jul 04 16:11:34.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69602026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.719 INFO O| Jul 04 16:11:34.719 INFO STEP 535 (remove_files) COMPLETE
69612026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.719 INFO O| Jul 04 16:11:34.719 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.728 INFO O| Jul 04 16:11:34.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69632026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.728 INFO O| Jul 04 16:11:34.728 INFO STEP 536 (remove_files) COMPLETE
69642026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.728 INFO O| Jul 04 16:11:34.728 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.739 INFO O| Jul 04 16:11:34.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69662026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.739 INFO O| Jul 04 16:11:34.739 INFO STEP 537 (remove_files) COMPLETE
69672026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.739 INFO O| Jul 04 16:11:34.739 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.748 INFO O| Jul 04 16:11:34.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69692026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.748 INFO O| Jul 04 16:11:34.748 INFO STEP 538 (remove_files) COMPLETE
69702026-07-04T16:11:35.519Z[ recovery-image] Jul 04 16:11:34.748 INFO O| Jul 04 16:11:34.748 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-04T16:11:35.537Z[ recovery-image] Jul 04 16:11:34.758 INFO O| Jul 04 16:11:34.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69722026-07-04T16:11:35.537Z[ recovery-image] Jul 04 16:11:34.758 INFO O| Jul 04 16:11:34.758 INFO STEP 539 (remove_files) COMPLETE
69732026-07-04T16:11:35.537Z[ recovery-image] Jul 04 16:11:34.758 INFO O| Jul 04 16:11:34.758 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-04T16:11:35.549Z[ recovery-image] Jul 04 16:11:34.769 INFO O| Jul 04 16:11:34.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69752026-07-04T16:11:35.549Z[ recovery-image] Jul 04 16:11:34.769 INFO O| Jul 04 16:11:34.769 INFO STEP 540 (remove_files) COMPLETE
69762026-07-04T16:11:35.549Z[ recovery-image] Jul 04 16:11:34.769 INFO O| Jul 04 16:11:34.769 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-07-04T16:11:35.550Z[ recovery-image] Jul 04 16:11:34.779 INFO O| Jul 04 16:11:34.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69782026-07-04T16:11:35.550Z[ recovery-image] Jul 04 16:11:34.779 INFO O| Jul 04 16:11:34.779 INFO STEP 541 (remove_files) COMPLETE
69792026-07-04T16:11:35.550Z[ recovery-image] Jul 04 16:11:34.779 INFO O| Jul 04 16:11:34.779 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-07-04T16:11:35.555Z[ recovery-image] Jul 04 16:11:34.789 INFO O| Jul 04 16:11:34.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69812026-07-04T16:11:35.555Z[ recovery-image] Jul 04 16:11:34.789 INFO O| Jul 04 16:11:34.789 INFO STEP 542 (remove_files) COMPLETE
69822026-07-04T16:11:35.555Z[ recovery-image] Jul 04 16:11:34.789 INFO O| Jul 04 16:11:34.789 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-07-04T16:11:35.568Z[ recovery-image] Jul 04 16:11:34.798 INFO O| Jul 04 16:11:34.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69842026-07-04T16:11:35.569Z[ recovery-image] Jul 04 16:11:34.798 INFO O| Jul 04 16:11:34.798 INFO STEP 543 (remove_files) COMPLETE
69852026-07-04T16:11:35.569Z[ recovery-image] Jul 04 16:11:34.798 INFO O| Jul 04 16:11:34.798 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-07-04T16:11:35.580Z[ recovery-image] Jul 04 16:11:34.807 INFO O| Jul 04 16:11:34.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69872026-07-04T16:11:35.580Z[ recovery-image] Jul 04 16:11:34.807 INFO O| Jul 04 16:11:34.807 INFO STEP 544 (remove_files) COMPLETE
69882026-07-04T16:11:35.580Z[ recovery-image] Jul 04 16:11:34.807 INFO O| Jul 04 16:11:34.807 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-07-04T16:11:35.586Z[ recovery-image] Jul 04 16:11:34.816 INFO O| Jul 04 16:11:34.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69902026-07-04T16:11:35.586Z[ recovery-image] Jul 04 16:11:34.816 INFO O| Jul 04 16:11:34.816 INFO STEP 545 (remove_files) COMPLETE
69912026-07-04T16:11:35.586Z[ recovery-image] Jul 04 16:11:34.816 INFO O| Jul 04 16:11:34.816 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-07-04T16:11:35.599Z[ recovery-image] Jul 04 16:11:34.825 INFO O| Jul 04 16:11:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69932026-07-04T16:11:35.599Z[ recovery-image] Jul 04 16:11:34.825 INFO O| Jul 04 16:11:34.825 INFO STEP 546 (remove_files) COMPLETE
69942026-07-04T16:11:35.599Z[ recovery-image] Jul 04 16:11:34.825 INFO O| Jul 04 16:11:34.825 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-07-04T16:11:35.600Z[ recovery-image] Jul 04 16:11:34.834 INFO O| Jul 04 16:11:34.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69962026-07-04T16:11:35.600Z[ recovery-image] Jul 04 16:11:34.834 INFO O| Jul 04 16:11:34.834 INFO STEP 547 (remove_files) COMPLETE
69972026-07-04T16:11:35.600Z[ recovery-image] Jul 04 16:11:34.834 INFO O| Jul 04 16:11:34.834 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-07-04T16:11:35.608Z[ recovery-image] Jul 04 16:11:34.844 INFO O| Jul 04 16:11:34.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69992026-07-04T16:11:35.608Z[ recovery-image] Jul 04 16:11:34.844 INFO O| Jul 04 16:11:34.844 INFO STEP 548 (remove_files) COMPLETE
70002026-07-04T16:11:35.611Z[ recovery-image] Jul 04 16:11:34.844 INFO O| Jul 04 16:11:34.844 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-07-04T16:11:35.618Z[ recovery-image] Jul 04 16:11:34.854 INFO O| Jul 04 16:11:34.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70022026-07-04T16:11:35.623Z[ recovery-image] Jul 04 16:11:34.854 INFO O| Jul 04 16:11:34.854 INFO STEP 549 (remove_files) COMPLETE
70032026-07-04T16:11:35.623Z[ recovery-image] Jul 04 16:11:34.854 INFO O| Jul 04 16:11:34.854 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-04T16:11:35.629Z[ recovery-image] Jul 04 16:11:34.863 INFO O| Jul 04 16:11:34.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70052026-07-04T16:11:35.629Z[ recovery-image] Jul 04 16:11:34.863 INFO O| Jul 04 16:11:34.863 INFO STEP 550 (remove_files) COMPLETE
70062026-07-04T16:11:35.629Z[ recovery-image] Jul 04 16:11:34.863 INFO O| Jul 04 16:11:34.863 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-04T16:11:35.653Z[ recovery-image] Jul 04 16:11:34.873 INFO O| Jul 04 16:11:34.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70082026-07-04T16:11:35.653Z[ recovery-image] Jul 04 16:11:34.873 INFO O| Jul 04 16:11:34.873 INFO STEP 551 (remove_files) COMPLETE
70092026-07-04T16:11:35.660Z[ recovery-image] Jul 04 16:11:34.873 INFO O| Jul 04 16:11:34.873 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-04T16:11:35.660Z[ recovery-image] Jul 04 16:11:34.884 INFO O| Jul 04 16:11:34.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70112026-07-04T16:11:35.660Z[ recovery-image] Jul 04 16:11:34.884 INFO O| Jul 04 16:11:34.884 INFO STEP 552 (remove_files) COMPLETE
70122026-07-04T16:11:35.661Z[ recovery-image] Jul 04 16:11:34.884 INFO O| Jul 04 16:11:34.884 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-04T16:11:35.661Z[ recovery-image] Jul 04 16:11:34.893 INFO O| Jul 04 16:11:34.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70142026-07-04T16:11:35.661Z[ recovery-image] Jul 04 16:11:34.893 INFO O| Jul 04 16:11:34.893 INFO STEP 553 (remove_files) COMPLETE
70152026-07-04T16:11:35.661Z[ recovery-image] Jul 04 16:11:34.893 INFO O| Jul 04 16:11:34.893 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-04T16:11:35.685Z[ recovery-image] Jul 04 16:11:34.904 INFO O| Jul 04 16:11:34.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70172026-07-04T16:11:35.685Z[ recovery-image] Jul 04 16:11:34.904 INFO O| Jul 04 16:11:34.904 INFO STEP 554 (remove_files) COMPLETE
70182026-07-04T16:11:35.693Z[ recovery-image] Jul 04 16:11:34.904 INFO O| Jul 04 16:11:34.904 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-04T16:11:35.693Z[ recovery-image] Jul 04 16:11:34.914 INFO O| Jul 04 16:11:34.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70202026-07-04T16:11:35.693Z[ recovery-image] Jul 04 16:11:34.915 INFO O| Jul 04 16:11:34.915 INFO STEP 555 (remove_files) COMPLETE
70212026-07-04T16:11:35.693Z[ recovery-image] Jul 04 16:11:34.915 INFO O| Jul 04 16:11:34.915 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-04T16:11:35.693Z[ recovery-image] Jul 04 16:11:34.925 INFO O| Jul 04 16:11:34.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70232026-07-04T16:11:35.693Z[ recovery-image] Jul 04 16:11:34.925 INFO O| Jul 04 16:11:34.925 INFO STEP 556 (remove_files) COMPLETE
70242026-07-04T16:11:35.693Z[ recovery-image] Jul 04 16:11:34.925 INFO O| Jul 04 16:11:34.925 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-04T16:11:35.701Z[ recovery-image] Jul 04 16:11:34.935 INFO O| Jul 04 16:11:34.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70262026-07-04T16:11:35.701Z[ recovery-image] Jul 04 16:11:34.935 INFO O| Jul 04 16:11:34.935 INFO STEP 557 (remove_files) COMPLETE
70272026-07-04T16:11:35.704Z[ recovery-image] Jul 04 16:11:34.935 INFO O| Jul 04 16:11:34.935 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-04T16:11:35.708Z[ recovery-image] Jul 04 16:11:34.944 INFO O| Jul 04 16:11:34.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70292026-07-04T16:11:35.712Z[ recovery-image] Jul 04 16:11:34.945 INFO O| Jul 04 16:11:34.945 INFO STEP 558 (remove_files) COMPLETE
70302026-07-04T16:11:35.712Z[ recovery-image] Jul 04 16:11:34.945 INFO O| Jul 04 16:11:34.945 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-04T16:11:35.719Z[ recovery-image] Jul 04 16:11:34.955 INFO O| Jul 04 16:11:34.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70322026-07-04T16:11:35.719Z[ recovery-image] Jul 04 16:11:34.955 INFO O| Jul 04 16:11:34.955 INFO STEP 559 (remove_files) COMPLETE
70332026-07-04T16:11:35.723Z[ recovery-image] Jul 04 16:11:34.955 INFO O| Jul 04 16:11:34.955 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-04T16:11:35.731Z[ recovery-image] Jul 04 16:11:34.965 INFO O| Jul 04 16:11:34.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70352026-07-04T16:11:35.736Z[ recovery-image] Jul 04 16:11:34.966 INFO O| Jul 04 16:11:34.966 INFO STEP 560 (remove_files) COMPLETE
70362026-07-04T16:11:35.736Z[ recovery-image] Jul 04 16:11:34.966 INFO O| Jul 04 16:11:34.966 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.975 INFO O| Jul 04 16:11:34.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70382026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.975 INFO O| Jul 04 16:11:34.975 INFO STEP 561 (remove_files) COMPLETE
70392026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.975 INFO O| Jul 04 16:11:34.975 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.983 INFO O| Jul 04 16:11:34.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70412026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.983 INFO O| Jul 04 16:11:34.983 INFO STEP 562 (remove_files) COMPLETE
70422026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.983 INFO O| Jul 04 16:11:34.983 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.994 INFO O| Jul 04 16:11:34.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70442026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.994 INFO O| Jul 04 16:11:34.994 INFO STEP 563 (remove_files) COMPLETE
70452026-07-04T16:11:35.762Z[ recovery-image] Jul 04 16:11:34.994 INFO O| Jul 04 16:11:34.994 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-04T16:11:35.768Z[ recovery-image] Jul 04 16:11:35.004 INFO O| Jul 04 16:11:35.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70472026-07-04T16:11:35.769Z[ recovery-image] Jul 04 16:11:35.004 INFO O| Jul 04 16:11:35.004 INFO STEP 564 (remove_files) COMPLETE
70482026-07-04T16:11:35.773Z[ recovery-image] Jul 04 16:11:35.004 INFO O| Jul 04 16:11:35.004 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-04T16:11:35.779Z[ recovery-image] Jul 04 16:11:35.015 INFO O| Jul 04 16:11:35.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70502026-07-04T16:11:35.779Z[ recovery-image] Jul 04 16:11:35.015 INFO O| Jul 04 16:11:35.015 INFO STEP 565 (remove_files) COMPLETE
70512026-07-04T16:11:35.779Z[ recovery-image] Jul 04 16:11:35.015 INFO O| Jul 04 16:11:35.015 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-04T16:11:35.789Z[ recovery-image] Jul 04 16:11:35.025 INFO O| Jul 04 16:11:35.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70532026-07-04T16:11:35.789Z[ recovery-image] Jul 04 16:11:35.025 INFO O| Jul 04 16:11:35.025 INFO STEP 566 (remove_files) COMPLETE
70542026-07-04T16:11:35.789Z[ recovery-image] Jul 04 16:11:35.025 INFO O| Jul 04 16:11:35.025 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-04T16:11:35.798Z[ recovery-image] Jul 04 16:11:35.034 INFO O| Jul 04 16:11:35.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70562026-07-04T16:11:35.798Z[ recovery-image] Jul 04 16:11:35.034 INFO O| Jul 04 16:11:35.034 INFO STEP 567 (remove_files) COMPLETE
70572026-07-04T16:11:35.803Z[ recovery-image] Jul 04 16:11:35.034 INFO O| Jul 04 16:11:35.034 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-04T16:11:35.828Z[ recovery-image] Jul 04 16:11:35.045 INFO O| Jul 04 16:11:35.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70592026-07-04T16:11:35.828Z[ recovery-image] Jul 04 16:11:35.045 INFO O| Jul 04 16:11:35.045 INFO STEP 568 (remove_files) COMPLETE
70602026-07-04T16:11:35.828Z[ recovery-image] Jul 04 16:11:35.045 INFO O| Jul 04 16:11:35.045 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-04T16:11:35.837Z[ recovery-image] Jul 04 16:11:35.056 INFO O| Jul 04 16:11:35.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70622026-07-04T16:11:35.838Z[ recovery-image] Jul 04 16:11:35.056 INFO O| Jul 04 16:11:35.056 INFO STEP 569 (remove_files) COMPLETE
70632026-07-04T16:11:35.838Z[ recovery-image] Jul 04 16:11:35.056 INFO O| Jul 04 16:11:35.056 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-04T16:11:35.838Z[ recovery-image] Jul 04 16:11:35.066 INFO O| Jul 04 16:11:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70652026-07-04T16:11:35.838Z[ recovery-image] Jul 04 16:11:35.066 INFO O| Jul 04 16:11:35.066 INFO STEP 570 (remove_files) COMPLETE
70662026-07-04T16:11:35.838Z[ recovery-image] Jul 04 16:11:35.066 INFO O| Jul 04 16:11:35.066 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-04T16:11:35.844Z[ recovery-image] Jul 04 16:11:35.076 INFO O| Jul 04 16:11:35.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70682026-07-04T16:11:35.844Z[ recovery-image] Jul 04 16:11:35.076 INFO O| Jul 04 16:11:35.076 INFO STEP 571 (remove_files) COMPLETE
70692026-07-04T16:11:35.844Z[ recovery-image] Jul 04 16:11:35.076 INFO O| Jul 04 16:11:35.076 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-04T16:11:35.849Z[ recovery-image] Jul 04 16:11:35.085 INFO O| Jul 04 16:11:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70712026-07-04T16:11:35.849Z[ recovery-image] Jul 04 16:11:35.085 INFO O| Jul 04 16:11:35.085 INFO STEP 572 (remove_files) COMPLETE
70722026-07-04T16:11:35.849Z[ recovery-image] Jul 04 16:11:35.085 INFO O| Jul 04 16:11:35.085 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-04T16:11:35.858Z[ recovery-image] Jul 04 16:11:35.094 INFO O| Jul 04 16:11:35.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70742026-07-04T16:11:35.858Z[ recovery-image] Jul 04 16:11:35.094 INFO O| Jul 04 16:11:35.094 INFO STEP 573 (remove_files) COMPLETE
70752026-07-04T16:11:35.862Z[ recovery-image] Jul 04 16:11:35.094 INFO O| Jul 04 16:11:35.094 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-04T16:11:35.869Z[ recovery-image] Jul 04 16:11:35.105 INFO O| Jul 04 16:11:35.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70772026-07-04T16:11:35.870Z[ recovery-image] Jul 04 16:11:35.106 INFO O| Jul 04 16:11:35.106 INFO STEP 574 (remove_files) COMPLETE
70782026-07-04T16:11:35.870Z[ recovery-image] Jul 04 16:11:35.106 INFO O| Jul 04 16:11:35.106 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-04T16:11:35.879Z[ recovery-image] Jul 04 16:11:35.115 INFO O| Jul 04 16:11:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70802026-07-04T16:11:35.879Z[ recovery-image] Jul 04 16:11:35.115 INFO O| Jul 04 16:11:35.115 INFO STEP 575 (remove_files) COMPLETE
70812026-07-04T16:11:35.898Z[ recovery-image] Jul 04 16:11:35.115 INFO O| Jul 04 16:11:35.115 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-04T16:11:35.903Z[ recovery-image] Jul 04 16:11:35.128 INFO O| Jul 04 16:11:35.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70832026-07-04T16:11:35.903Z[ recovery-image] Jul 04 16:11:35.128 INFO O| Jul 04 16:11:35.128 INFO STEP 576 (remove_files) COMPLETE
70842026-07-04T16:11:35.903Z[ recovery-image] Jul 04 16:11:35.128 INFO O| Jul 04 16:11:35.128 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-04T16:11:35.903Z[ recovery-image] Jul 04 16:11:35.138 INFO O| Jul 04 16:11:35.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70862026-07-04T16:11:35.903Z[ recovery-image] Jul 04 16:11:35.139 INFO O| Jul 04 16:11:35.139 INFO STEP 577 (remove_files) COMPLETE
70872026-07-04T16:11:35.903Z[ recovery-image] Jul 04 16:11:35.139 INFO O| Jul 04 16:11:35.139 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-04T16:11:35.913Z[ recovery-image] Jul 04 16:11:35.148 INFO O| Jul 04 16:11:35.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70892026-07-04T16:11:35.913Z[ recovery-image] Jul 04 16:11:35.148 INFO O| Jul 04 16:11:35.148 INFO STEP 578 (remove_files) COMPLETE
70902026-07-04T16:11:35.913Z[ recovery-image] Jul 04 16:11:35.148 INFO O| Jul 04 16:11:35.148 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-04T16:11:35.941Z[ recovery-image] Jul 04 16:11:35.160 INFO O| Jul 04 16:11:35.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70922026-07-04T16:11:35.941Z[ recovery-image] Jul 04 16:11:35.160 INFO O| Jul 04 16:11:35.160 INFO STEP 579 (remove_files) COMPLETE
70932026-07-04T16:11:35.941Z[ recovery-image] Jul 04 16:11:35.160 INFO O| Jul 04 16:11:35.160 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-04T16:11:35.945Z[ recovery-image] Jul 04 16:11:35.172 INFO O| Jul 04 16:11:35.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70952026-07-04T16:11:35.945Z[ recovery-image] Jul 04 16:11:35.172 INFO O| Jul 04 16:11:35.172 INFO STEP 580 (remove_files) COMPLETE
70962026-07-04T16:11:35.945Z[ recovery-image] Jul 04 16:11:35.172 INFO O| Jul 04 16:11:35.172 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-04T16:11:35.953Z[ recovery-image] Jul 04 16:11:35.182 INFO O| Jul 04 16:11:35.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70982026-07-04T16:11:35.953Z[ recovery-image] Jul 04 16:11:35.182 INFO O| Jul 04 16:11:35.182 INFO STEP 581 (remove_files) COMPLETE
70992026-07-04T16:11:35.953Z[ recovery-image] Jul 04 16:11:35.182 INFO O| Jul 04 16:11:35.182 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-04T16:11:35.957Z[ recovery-image] Jul 04 16:11:35.192 INFO O| Jul 04 16:11:35.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71012026-07-04T16:11:35.958Z[ recovery-image] Jul 04 16:11:35.192 INFO O| Jul 04 16:11:35.192 INFO STEP 582 (remove_files) COMPLETE
71022026-07-04T16:11:35.958Z[ recovery-image] Jul 04 16:11:35.192 INFO O| Jul 04 16:11:35.192 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-04T16:11:35.965Z[ recovery-image] Jul 04 16:11:35.202 INFO O| Jul 04 16:11:35.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71042026-07-04T16:11:35.970Z[ recovery-image] Jul 04 16:11:35.202 INFO O| Jul 04 16:11:35.202 INFO STEP 583 (remove_files) COMPLETE
71052026-07-04T16:11:35.971Z[ recovery-image] Jul 04 16:11:35.202 INFO O| Jul 04 16:11:35.202 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-04T16:11:35.975Z[ recovery-image] Jul 04 16:11:35.212 INFO O| Jul 04 16:11:35.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71072026-07-04T16:11:35.978Z[ recovery-image] Jul 04 16:11:35.212 INFO O| Jul 04 16:11:35.212 INFO STEP 584 (remove_files) COMPLETE
71082026-07-04T16:11:35.978Z[ recovery-image] Jul 04 16:11:35.212 INFO O| Jul 04 16:11:35.212 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-04T16:11:35.987Z[ recovery-image] Jul 04 16:11:35.223 INFO O| Jul 04 16:11:35.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71102026-07-04T16:11:35.992Z[ recovery-image] Jul 04 16:11:35.224 INFO O| Jul 04 16:11:35.224 INFO STEP 585 (remove_files) COMPLETE
71112026-07-04T16:11:35.992Z[ recovery-image] Jul 04 16:11:35.224 INFO O| Jul 04 16:11:35.224 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-04T16:11:36.017Z[ recovery-image] Jul 04 16:11:35.235 INFO O| Jul 04 16:11:35.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71132026-07-04T16:11:36.017Z[ recovery-image] Jul 04 16:11:35.235 INFO O| Jul 04 16:11:35.235 INFO STEP 586 (remove_files) COMPLETE
71142026-07-04T16:11:36.017Z[ recovery-image] Jul 04 16:11:35.235 INFO O| Jul 04 16:11:35.235 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-04T16:11:36.023Z[ recovery-image] Jul 04 16:11:35.246 INFO O| Jul 04 16:11:35.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71162026-07-04T16:11:36.023Z[ recovery-image] Jul 04 16:11:35.246 INFO O| Jul 04 16:11:35.246 INFO STEP 587 (remove_files) COMPLETE
71172026-07-04T16:11:36.023Z[ recovery-image] Jul 04 16:11:35.246 INFO O| Jul 04 16:11:35.246 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.257 INFO O| Jul 04 16:11:35.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71192026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.257 INFO O| Jul 04 16:11:35.257 INFO STEP 588 (remove_files) COMPLETE
71202026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.257 INFO O| Jul 04 16:11:35.257 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.267 INFO O| Jul 04 16:11:35.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71222026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.268 INFO O| Jul 04 16:11:35.268 INFO STEP 589 (remove_files) COMPLETE
71232026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.268 INFO O| Jul 04 16:11:35.268 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.277 INFO O| Jul 04 16:11:35.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71252026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.277 INFO O| Jul 04 16:11:35.277 INFO STEP 590 (remove_files) COMPLETE
71262026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.277 INFO O| Jul 04 16:11:35.277 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.286 INFO O| Jul 04 16:11:35.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71282026-07-04T16:11:36.055Z[ recovery-image] Jul 04 16:11:35.286 INFO O| Jul 04 16:11:35.286 INFO STEP 591 (remove_files) COMPLETE
71292026-07-04T16:11:36.056Z[ recovery-image] Jul 04 16:11:35.286 INFO O| Jul 04 16:11:35.286 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-04T16:11:36.061Z[ recovery-image] Jul 04 16:11:35.297 INFO O| Jul 04 16:11:35.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71312026-07-04T16:11:36.065Z[ recovery-image] Jul 04 16:11:35.297 INFO O| Jul 04 16:11:35.297 INFO STEP 592 (remove_files) COMPLETE
71322026-07-04T16:11:36.065Z[ recovery-image] Jul 04 16:11:35.297 INFO O| Jul 04 16:11:35.297 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-04T16:11:36.073Z[ recovery-image] Jul 04 16:11:35.309 INFO O| Jul 04 16:11:35.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71342026-07-04T16:11:36.076Z[ recovery-image] Jul 04 16:11:35.309 INFO O| Jul 04 16:11:35.309 INFO STEP 593 (remove_files) COMPLETE
71352026-07-04T16:11:36.076Z[ recovery-image] Jul 04 16:11:35.309 INFO O| Jul 04 16:11:35.309 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-04T16:11:36.083Z[ recovery-image] Jul 04 16:11:35.320 INFO O| Jul 04 16:11:35.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71372026-07-04T16:11:36.087Z[ recovery-image] Jul 04 16:11:35.320 INFO O| Jul 04 16:11:35.320 INFO STEP 594 (remove_files) COMPLETE
71382026-07-04T16:11:36.087Z[ recovery-image] Jul 04 16:11:35.320 INFO O| Jul 04 16:11:35.320 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-04T16:11:36.093Z[ recovery-image] Jul 04 16:11:35.330 INFO O| Jul 04 16:11:35.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71402026-07-04T16:11:36.097Z[ recovery-image] Jul 04 16:11:35.330 INFO O| Jul 04 16:11:35.330 INFO STEP 595 (remove_files) COMPLETE
71412026-07-04T16:11:36.097Z[ recovery-image] Jul 04 16:11:35.330 INFO O| Jul 04 16:11:35.330 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-04T16:11:36.110Z[ recovery-image] Jul 04 16:11:35.340 INFO O| Jul 04 16:11:35.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71432026-07-04T16:11:36.110Z[ recovery-image] Jul 04 16:11:35.340 INFO O| Jul 04 16:11:35.340 INFO STEP 596 (remove_files) COMPLETE
71442026-07-04T16:11:36.110Z[ recovery-image] Jul 04 16:11:35.340 INFO O| Jul 04 16:11:35.340 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-04T16:11:36.118Z[ recovery-image] Jul 04 16:11:35.350 INFO O| Jul 04 16:11:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71462026-07-04T16:11:36.118Z[ recovery-image] Jul 04 16:11:35.350 INFO O| Jul 04 16:11:35.350 INFO STEP 597 (remove_files) COMPLETE
71472026-07-04T16:11:36.118Z[ recovery-image] Jul 04 16:11:35.350 INFO O| Jul 04 16:11:35.350 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-04T16:11:36.135Z[ recovery-image] Jul 04 16:11:35.359 INFO O| Jul 04 16:11:35.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71492026-07-04T16:11:36.135Z[ recovery-image] Jul 04 16:11:35.359 INFO O| Jul 04 16:11:35.359 INFO STEP 598 (remove_files) COMPLETE
71502026-07-04T16:11:36.135Z[ recovery-image] Jul 04 16:11:35.359 INFO O| Jul 04 16:11:35.359 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-04T16:11:36.160Z[ recovery-image] Jul 04 16:11:35.371 INFO O| Jul 04 16:11:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71522026-07-04T16:11:36.160Z[ recovery-image] Jul 04 16:11:35.371 INFO O| Jul 04 16:11:35.371 INFO STEP 599 (remove_files) COMPLETE
71532026-07-04T16:11:36.160Z[ recovery-image] Jul 04 16:11:35.371 INFO O| Jul 04 16:11:35.371 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-04T16:11:36.168Z[ recovery-image] Jul 04 16:11:35.383 INFO O| Jul 04 16:11:35.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71552026-07-04T16:11:36.168Z[ recovery-image] Jul 04 16:11:35.383 INFO O| Jul 04 16:11:35.383 INFO STEP 600 (remove_files) COMPLETE
71562026-07-04T16:11:36.168Z[ recovery-image] Jul 04 16:11:35.383 INFO O| Jul 04 16:11:35.383 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-04T16:11:36.169Z[ recovery-image] Jul 04 16:11:35.394 INFO O| Jul 04 16:11:35.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71582026-07-04T16:11:36.169Z[ recovery-image] Jul 04 16:11:35.394 INFO O| Jul 04 16:11:35.394 INFO STEP 601 (remove_files) COMPLETE
71592026-07-04T16:11:36.169Z[ recovery-image] Jul 04 16:11:35.394 INFO O| Jul 04 16:11:35.394 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-04T16:11:36.196Z[ recovery-image] Jul 04 16:11:35.407 INFO O| Jul 04 16:11:35.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71612026-07-04T16:11:36.197Z[ recovery-image] Jul 04 16:11:35.407 INFO O| Jul 04 16:11:35.407 INFO STEP 602 (remove_files) COMPLETE
71622026-07-04T16:11:36.197Z[ recovery-image] Jul 04 16:11:35.407 INFO O| Jul 04 16:11:35.407 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-04T16:11:36.197Z[ recovery-image] Jul 04 16:11:35.422 INFO O| Jul 04 16:11:35.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71642026-07-04T16:11:36.198Z[ recovery-image] Jul 04 16:11:35.422 INFO O| Jul 04 16:11:35.422 INFO STEP 603 (remove_files) COMPLETE
71652026-07-04T16:11:36.198Z[ recovery-image] Jul 04 16:11:35.422 INFO O| Jul 04 16:11:35.422 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-04T16:11:36.202Z[ recovery-image] Jul 04 16:11:35.433 INFO O| Jul 04 16:11:35.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71672026-07-04T16:11:36.202Z[ recovery-image] Jul 04 16:11:35.433 INFO O| Jul 04 16:11:35.433 INFO STEP 604 (remove_files) COMPLETE
71682026-07-04T16:11:36.202Z[ recovery-image] Jul 04 16:11:35.433 INFO O| Jul 04 16:11:35.433 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-04T16:11:36.236Z[ recovery-image] Jul 04 16:11:35.446 INFO O| Jul 04 16:11:35.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71702026-07-04T16:11:36.236Z[ recovery-image] Jul 04 16:11:35.446 INFO O| Jul 04 16:11:35.446 INFO STEP 605 (remove_files) COMPLETE
71712026-07-04T16:11:36.244Z[ recovery-image] Jul 04 16:11:35.446 INFO O| Jul 04 16:11:35.446 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-04T16:11:36.244Z[ recovery-image] Jul 04 16:11:35.462 INFO O| Jul 04 16:11:35.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71732026-07-04T16:11:36.244Z[ recovery-image] Jul 04 16:11:35.462 INFO O| Jul 04 16:11:35.462 INFO STEP 606 (remove_files) COMPLETE
71742026-07-04T16:11:36.244Z[ recovery-image] Jul 04 16:11:35.462 INFO O| Jul 04 16:11:35.462 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-04T16:11:36.244Z[ recovery-image] Jul 04 16:11:35.474 INFO O| Jul 04 16:11:35.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71762026-07-04T16:11:36.244Z[ recovery-image] Jul 04 16:11:35.474 INFO O| Jul 04 16:11:35.474 INFO STEP 607 (remove_files) COMPLETE
71772026-07-04T16:11:36.244Z[ recovery-image] Jul 04 16:11:35.474 INFO O| Jul 04 16:11:35.474 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-04T16:11:36.257Z[ recovery-image] Jul 04 16:11:35.485 INFO O| Jul 04 16:11:35.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71792026-07-04T16:11:36.257Z[ recovery-image] Jul 04 16:11:35.485 INFO O| Jul 04 16:11:35.485 INFO STEP 608 (remove_files) COMPLETE
71802026-07-04T16:11:36.257Z[ recovery-image] Jul 04 16:11:35.485 INFO O| Jul 04 16:11:35.485 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-04T16:11:36.268Z[ recovery-image] Jul 04 16:11:35.498 INFO O| Jul 04 16:11:35.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71822026-07-04T16:11:36.268Z[ recovery-image] Jul 04 16:11:35.498 INFO O| Jul 04 16:11:35.498 INFO STEP 609 (remove_files) COMPLETE
71832026-07-04T16:11:36.268Z[ recovery-image] Jul 04 16:11:35.498 INFO O| Jul 04 16:11:35.498 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-07-04T16:11:36.276Z[ recovery-image] Jul 04 16:11:35.512 INFO O| Jul 04 16:11:35.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71852026-07-04T16:11:36.276Z[ recovery-image] Jul 04 16:11:35.512 INFO O| Jul 04 16:11:35.512 INFO STEP 610 (remove_files) COMPLETE
71862026-07-04T16:11:36.307Z[ recovery-image] Jul 04 16:11:35.512 INFO O| Jul 04 16:11:35.512 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-07-04T16:11:36.311Z[ recovery-image] Jul 04 16:11:35.524 INFO O| Jul 04 16:11:35.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71882026-07-04T16:11:36.311Z[ recovery-image] Jul 04 16:11:35.524 INFO O| Jul 04 16:11:35.524 INFO STEP 611 (remove_files) COMPLETE
71892026-07-04T16:11:36.311Z[ recovery-image] Jul 04 16:11:35.524 INFO O| Jul 04 16:11:35.524 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-07-04T16:11:36.319Z[ recovery-image] Jul 04 16:11:35.537 INFO O| Jul 04 16:11:35.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71912026-07-04T16:11:36.319Z[ recovery-image] Jul 04 16:11:35.537 INFO O| Jul 04 16:11:35.537 INFO STEP 612 (remove_files) COMPLETE
71922026-07-04T16:11:36.319Z[ recovery-image] Jul 04 16:11:35.537 INFO O| Jul 04 16:11:35.537 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-07-04T16:11:36.319Z[ recovery-image] Jul 04 16:11:35.549 INFO O| Jul 04 16:11:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71942026-07-04T16:11:36.319Z[ recovery-image] Jul 04 16:11:35.550 INFO O| Jul 04 16:11:35.550 INFO STEP 613 (remove_files) COMPLETE
71952026-07-04T16:11:36.319Z[ recovery-image] Jul 04 16:11:35.550 INFO O| Jul 04 16:11:35.550 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-07-04T16:11:36.328Z[ recovery-image] Jul 04 16:11:35.562 INFO O| Jul 04 16:11:35.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71972026-07-04T16:11:36.328Z[ recovery-image] Jul 04 16:11:35.563 INFO O| Jul 04 16:11:35.562 INFO STEP 614 (remove_files) COMPLETE
71982026-07-04T16:11:36.328Z[ recovery-image] Jul 04 16:11:35.563 INFO O| Jul 04 16:11:35.562 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-07-04T16:11:36.364Z[ recovery-image] Jul 04 16:11:35.576 INFO O| Jul 04 16:11:35.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72002026-07-04T16:11:36.365Z[ recovery-image] Jul 04 16:11:35.576 INFO O| Jul 04 16:11:35.576 INFO STEP 615 (remove_files) COMPLETE
72012026-07-04T16:11:36.365Z[ recovery-image] Jul 04 16:11:35.576 INFO O| Jul 04 16:11:35.576 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-04T16:11:36.371Z[ recovery-image] Jul 04 16:11:35.589 INFO O| Jul 04 16:11:35.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72032026-07-04T16:11:36.371Z[ recovery-image] Jul 04 16:11:35.589 INFO O| Jul 04 16:11:35.589 INFO STEP 616 (remove_files) COMPLETE
72042026-07-04T16:11:36.371Z[ recovery-image] Jul 04 16:11:35.589 INFO O| Jul 04 16:11:35.589 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-04T16:11:36.371Z[ recovery-image] Jul 04 16:11:35.601 INFO O| Jul 04 16:11:35.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72062026-07-04T16:11:36.371Z[ recovery-image] Jul 04 16:11:35.601 INFO O| Jul 04 16:11:35.601 INFO STEP 617 (remove_files) COMPLETE
72072026-07-04T16:11:36.371Z[ recovery-image] Jul 04 16:11:35.601 INFO O| Jul 04 16:11:35.601 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-04T16:11:36.392Z[ recovery-image] Jul 04 16:11:35.614 INFO O| Jul 04 16:11:35.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72092026-07-04T16:11:36.392Z[ recovery-image] Jul 04 16:11:35.614 INFO O| Jul 04 16:11:35.614 INFO STEP 618 (remove_files) COMPLETE
72102026-07-04T16:11:36.393Z[ recovery-image] Jul 04 16:11:35.614 INFO O| Jul 04 16:11:35.614 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-04T16:11:36.410Z[ recovery-image] Jul 04 16:11:35.629 INFO O| Jul 04 16:11:35.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72122026-07-04T16:11:36.410Z[ recovery-image] Jul 04 16:11:35.629 INFO O| Jul 04 16:11:35.629 INFO STEP 619 (remove_files) COMPLETE
72132026-07-04T16:11:36.410Z[ recovery-image] Jul 04 16:11:35.629 INFO O| Jul 04 16:11:35.629 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-04T16:11:36.410Z[ recovery-image] Jul 04 16:11:35.641 INFO O| Jul 04 16:11:35.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72152026-07-04T16:11:36.410Z[ recovery-image] Jul 04 16:11:35.641 INFO O| Jul 04 16:11:35.641 INFO STEP 620 (remove_files) COMPLETE
72162026-07-04T16:11:36.411Z[ recovery-image] Jul 04 16:11:35.641 INFO O| Jul 04 16:11:35.641 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-04T16:11:36.418Z[ recovery-image] Jul 04 16:11:35.654 INFO O| Jul 04 16:11:35.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72182026-07-04T16:11:36.418Z[ recovery-image] Jul 04 16:11:35.654 INFO O| Jul 04 16:11:35.654 INFO STEP 621 (remove_files) COMPLETE
72192026-07-04T16:11:36.455Z[ recovery-image] Jul 04 16:11:35.654 INFO O| Jul 04 16:11:35.654 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.666 INFO O| Jul 04 16:11:35.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72212026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.666 INFO O| Jul 04 16:11:35.666 INFO STEP 622 (remove_files) COMPLETE
72222026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.666 INFO O| Jul 04 16:11:35.666 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.677 INFO O| Jul 04 16:11:35.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72242026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.677 INFO O| Jul 04 16:11:35.677 INFO STEP 623 (remove_files) COMPLETE
72252026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.677 INFO O| Jul 04 16:11:35.677 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.689 INFO O| Jul 04 16:11:35.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72272026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.689 INFO O| Jul 04 16:11:35.689 INFO STEP 624 (remove_files) COMPLETE
72282026-07-04T16:11:36.473Z[ recovery-image] Jul 04 16:11:35.689 INFO O| Jul 04 16:11:35.689 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-04T16:11:36.492Z[ recovery-image] Jul 04 16:11:35.703 INFO O| Jul 04 16:11:35.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72302026-07-04T16:11:36.492Z[ recovery-image] Jul 04 16:11:35.703 INFO O| Jul 04 16:11:35.703 INFO STEP 625 (remove_files) COMPLETE
72312026-07-04T16:11:36.492Z[ recovery-image] Jul 04 16:11:35.703 INFO O| Jul 04 16:11:35.703 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-04T16:11:36.492Z[ recovery-image] Jul 04 16:11:35.715 INFO O| Jul 04 16:11:35.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72332026-07-04T16:11:36.492Z[ recovery-image] Jul 04 16:11:35.715 INFO O| Jul 04 16:11:35.715 INFO STEP 626 (remove_files) COMPLETE
72342026-07-04T16:11:36.492Z[ recovery-image] Jul 04 16:11:35.715 INFO O| Jul 04 16:11:35.715 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-04T16:11:36.499Z[ recovery-image] Jul 04 16:11:35.727 INFO O| Jul 04 16:11:35.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72362026-07-04T16:11:36.499Z[ recovery-image] Jul 04 16:11:35.727 INFO O| Jul 04 16:11:35.727 INFO STEP 627 (remove_files) COMPLETE
72372026-07-04T16:11:36.499Z[ recovery-image] Jul 04 16:11:35.727 INFO O| Jul 04 16:11:35.727 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-04T16:11:36.510Z[ recovery-image] Jul 04 16:11:35.739 INFO O| Jul 04 16:11:35.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72392026-07-04T16:11:36.510Z[ recovery-image] Jul 04 16:11:35.739 INFO O| Jul 04 16:11:35.739 INFO STEP 628 (remove_files) COMPLETE
72402026-07-04T16:11:36.510Z[ recovery-image] Jul 04 16:11:35.739 INFO O| Jul 04 16:11:35.739 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-04T16:11:36.531Z[ recovery-image] Jul 04 16:11:35.751 INFO O| Jul 04 16:11:35.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72422026-07-04T16:11:36.531Z[ recovery-image] Jul 04 16:11:35.751 INFO O| Jul 04 16:11:35.751 INFO STEP 629 (remove_files) COMPLETE
72432026-07-04T16:11:36.531Z[ recovery-image] Jul 04 16:11:35.751 INFO O| Jul 04 16:11:35.751 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-04T16:11:36.531Z[ recovery-image] Jul 04 16:11:35.762 INFO O| Jul 04 16:11:35.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72452026-07-04T16:11:36.536Z[ recovery-image] Jul 04 16:11:35.762 INFO O| Jul 04 16:11:35.762 INFO STEP 630 (remove_files) COMPLETE
72462026-07-04T16:11:36.536Z[ recovery-image] Jul 04 16:11:35.762 INFO O| Jul 04 16:11:35.762 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-04T16:11:36.541Z[ recovery-image] Jul 04 16:11:35.772 INFO O| Jul 04 16:11:35.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72482026-07-04T16:11:36.542Z[ recovery-image] Jul 04 16:11:35.772 INFO O| Jul 04 16:11:35.772 INFO STEP 631 (remove_files) COMPLETE
72492026-07-04T16:11:36.542Z[ recovery-image] Jul 04 16:11:35.772 INFO O| Jul 04 16:11:35.772 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-04T16:11:36.552Z[ recovery-image] Jul 04 16:11:35.784 INFO O| Jul 04 16:11:35.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72512026-07-04T16:11:36.552Z[ recovery-image] Jul 04 16:11:35.784 INFO O| Jul 04 16:11:35.784 INFO STEP 632 (remove_files) COMPLETE
72522026-07-04T16:11:36.553Z[ recovery-image] Jul 04 16:11:35.784 INFO O| Jul 04 16:11:35.784 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-04T16:11:36.564Z[ recovery-image] Jul 04 16:11:35.793 INFO O| Jul 04 16:11:35.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72542026-07-04T16:11:36.564Z[ recovery-image] Jul 04 16:11:35.793 INFO O| Jul 04 16:11:35.793 INFO STEP 633 (remove_files) COMPLETE
72552026-07-04T16:11:36.564Z[ recovery-image] Jul 04 16:11:35.794 INFO O| Jul 04 16:11:35.793 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-04T16:11:36.578Z[ recovery-image] Jul 04 16:11:35.805 INFO O| Jul 04 16:11:35.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72572026-07-04T16:11:36.578Z[ recovery-image] Jul 04 16:11:35.805 INFO O| Jul 04 16:11:35.805 INFO STEP 634 (remove_files) COMPLETE
72582026-07-04T16:11:36.579Z[ recovery-image] Jul 04 16:11:35.805 INFO O| Jul 04 16:11:35.805 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-04T16:11:36.584Z[ recovery-image] Jul 04 16:11:35.815 INFO O| Jul 04 16:11:35.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72602026-07-04T16:11:36.584Z[ recovery-image] Jul 04 16:11:35.815 INFO O| Jul 04 16:11:35.815 INFO STEP 635 (remove_files) COMPLETE
72612026-07-04T16:11:36.584Z[ recovery-image] Jul 04 16:11:35.815 INFO O| Jul 04 16:11:35.815 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-07-04T16:11:36.600Z[ recovery-image] Jul 04 16:11:35.824 INFO O| Jul 04 16:11:35.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72632026-07-04T16:11:36.600Z[ recovery-image] Jul 04 16:11:35.824 INFO O| Jul 04 16:11:35.824 INFO STEP 636 (remove_files) COMPLETE
72642026-07-04T16:11:36.600Z[ recovery-image] Jul 04 16:11:35.824 INFO O| Jul 04 16:11:35.824 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-07-04T16:11:36.617Z[ recovery-image] Jul 04 16:11:35.832 INFO O| Jul 04 16:11:35.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72662026-07-04T16:11:36.618Z[ recovery-image] Jul 04 16:11:35.832 INFO O| Jul 04 16:11:35.832 INFO STEP 637 (remove_files) COMPLETE
72672026-07-04T16:11:36.618Z[ recovery-image] Jul 04 16:11:35.832 INFO O| Jul 04 16:11:35.832 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-07-04T16:11:36.618Z[ recovery-image] Jul 04 16:11:35.844 INFO O| Jul 04 16:11:35.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72692026-07-04T16:11:36.618Z[ recovery-image] Jul 04 16:11:35.844 INFO O| Jul 04 16:11:35.844 INFO STEP 638 (remove_files) COMPLETE
72702026-07-04T16:11:36.618Z[ recovery-image] Jul 04 16:11:35.844 INFO O| Jul 04 16:11:35.844 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-07-04T16:11:36.623Z[ recovery-image] Jul 04 16:11:35.854 INFO O| Jul 04 16:11:35.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72722026-07-04T16:11:36.623Z[ recovery-image] Jul 04 16:11:35.854 INFO O| Jul 04 16:11:35.854 INFO STEP 639 (remove_files) COMPLETE
72732026-07-04T16:11:36.623Z[ recovery-image] Jul 04 16:11:35.854 INFO O| Jul 04 16:11:35.854 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-07-04T16:11:36.634Z[ recovery-image] Jul 04 16:11:35.865 INFO O| Jul 04 16:11:35.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72752026-07-04T16:11:36.634Z[ recovery-image] Jul 04 16:11:35.865 INFO O| Jul 04 16:11:35.865 INFO STEP 640 (remove_files) COMPLETE
72762026-07-04T16:11:36.634Z[ recovery-image] Jul 04 16:11:35.865 INFO O| Jul 04 16:11:35.865 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-07-04T16:11:36.639Z[ recovery-image] Jul 04 16:11:35.875 INFO O| Jul 04 16:11:35.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72782026-07-04T16:11:36.640Z[ recovery-image] Jul 04 16:11:35.875 INFO O| Jul 04 16:11:35.875 INFO STEP 641 (remove_files) COMPLETE
72792026-07-04T16:11:36.640Z[ recovery-image] Jul 04 16:11:35.875 INFO O| Jul 04 16:11:35.875 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-07-04T16:11:36.648Z[ recovery-image] Jul 04 16:11:35.884 INFO O| Jul 04 16:11:35.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72812026-07-04T16:11:36.648Z[ recovery-image] Jul 04 16:11:35.884 INFO O| Jul 04 16:11:35.884 INFO STEP 642 (remove_files) COMPLETE
72822026-07-04T16:11:36.648Z[ recovery-image] Jul 04 16:11:35.884 INFO O| Jul 04 16:11:35.884 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-07-04T16:11:36.659Z[ recovery-image] Jul 04 16:11:35.896 INFO O| Jul 04 16:11:35.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72842026-07-04T16:11:36.663Z[ recovery-image] Jul 04 16:11:35.896 INFO O| Jul 04 16:11:35.896 INFO STEP 643 (remove_files) COMPLETE
72852026-07-04T16:11:36.663Z[ recovery-image] Jul 04 16:11:35.896 INFO O| Jul 04 16:11:35.896 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-07-04T16:11:36.677Z[ recovery-image] Jul 04 16:11:35.906 INFO O| Jul 04 16:11:35.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72872026-07-04T16:11:36.677Z[ recovery-image] Jul 04 16:11:35.906 INFO O| Jul 04 16:11:35.906 INFO STEP 644 (remove_files) COMPLETE
72882026-07-04T16:11:36.677Z[ recovery-image] Jul 04 16:11:35.906 INFO O| Jul 04 16:11:35.906 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-07-04T16:11:36.682Z[ recovery-image] Jul 04 16:11:35.915 INFO O| Jul 04 16:11:35.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72902026-07-04T16:11:36.682Z[ recovery-image] Jul 04 16:11:35.915 INFO O| Jul 04 16:11:35.915 INFO STEP 645 (remove_files) COMPLETE
72912026-07-04T16:11:36.682Z[ recovery-image] Jul 04 16:11:35.915 INFO O| Jul 04 16:11:35.915 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-07-04T16:11:36.687Z[ recovery-image] Jul 04 16:11:35.922 INFO O| Jul 04 16:11:35.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72932026-07-04T16:11:36.687Z[ recovery-image] Jul 04 16:11:35.922 INFO O| Jul 04 16:11:35.922 INFO STEP 646 (remove_files) COMPLETE
72942026-07-04T16:11:36.687Z[ recovery-image] Jul 04 16:11:35.922 INFO O| Jul 04 16:11:35.922 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-07-04T16:11:36.696Z[ recovery-image] Jul 04 16:11:35.930 INFO O| Jul 04 16:11:35.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72962026-07-04T16:11:36.700Z[ recovery-image] Jul 04 16:11:35.931 INFO O| Jul 04 16:11:35.930 INFO STEP 647 (remove_files) COMPLETE
72972026-07-04T16:11:36.700Z[ recovery-image] Jul 04 16:11:35.931 INFO O| Jul 04 16:11:35.931 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-07-04T16:11:36.705Z[ recovery-image] Jul 04 16:11:35.941 INFO O| Jul 04 16:11:35.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72992026-07-04T16:11:36.705Z[ recovery-image] Jul 04 16:11:35.941 INFO O| Jul 04 16:11:35.941 INFO STEP 648 (remove_files) COMPLETE
73002026-07-04T16:11:36.709Z[ recovery-image] Jul 04 16:11:35.941 INFO O| Jul 04 16:11:35.941 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-07-04T16:11:36.716Z[ recovery-image] Jul 04 16:11:35.952 INFO O| Jul 04 16:11:35.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73022026-07-04T16:11:36.720Z[ recovery-image] Jul 04 16:11:35.952 INFO O| Jul 04 16:11:35.952 INFO STEP 649 (remove_files) COMPLETE
73032026-07-04T16:11:36.720Z[ recovery-image] Jul 04 16:11:35.952 INFO O| Jul 04 16:11:35.952 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-07-04T16:11:36.727Z[ recovery-image] Jul 04 16:11:35.963 INFO O| Jul 04 16:11:35.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73052026-07-04T16:11:36.732Z[ recovery-image] Jul 04 16:11:35.963 INFO O| Jul 04 16:11:35.963 INFO STEP 650 (remove_files) COMPLETE
73062026-07-04T16:11:36.732Z[ recovery-image] Jul 04 16:11:35.963 INFO O| Jul 04 16:11:35.963 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-07-04T16:11:36.736Z[ recovery-image] Jul 04 16:11:35.973 INFO O| Jul 04 16:11:35.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73082026-07-04T16:11:36.740Z[ recovery-image] Jul 04 16:11:35.973 INFO O| Jul 04 16:11:35.973 INFO STEP 651 (remove_files) COMPLETE
73092026-07-04T16:11:36.740Z[ recovery-image] Jul 04 16:11:35.973 INFO O| Jul 04 16:11:35.973 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-07-04T16:11:36.759Z[ recovery-image] Jul 04 16:11:35.983 INFO O| Jul 04 16:11:35.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73112026-07-04T16:11:36.759Z[ recovery-image] Jul 04 16:11:35.983 INFO O| Jul 04 16:11:35.983 INFO STEP 652 (remove_files) COMPLETE
73122026-07-04T16:11:36.764Z[ recovery-image] Jul 04 16:11:35.983 INFO O| Jul 04 16:11:35.983 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-07-04T16:11:36.764Z[ recovery-image] Jul 04 16:11:35.993 INFO O| Jul 04 16:11:35.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73142026-07-04T16:11:36.764Z[ recovery-image] Jul 04 16:11:35.994 INFO O| Jul 04 16:11:35.993 INFO STEP 653 (remove_files) COMPLETE
73152026-07-04T16:11:36.764Z[ recovery-image] Jul 04 16:11:35.994 INFO O| Jul 04 16:11:35.994 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-07-04T16:11:36.777Z[ recovery-image] Jul 04 16:11:36.003 INFO O| Jul 04 16:11:36.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73172026-07-04T16:11:36.777Z[ recovery-image] Jul 04 16:11:36.003 INFO O| Jul 04 16:11:36.003 INFO STEP 654 (remove_files) COMPLETE
73182026-07-04T16:11:36.778Z[ recovery-image] Jul 04 16:11:36.003 INFO O| Jul 04 16:11:36.003 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-07-04T16:11:36.799Z[ recovery-image] Jul 04 16:11:36.012 INFO O| Jul 04 16:11:36.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73202026-07-04T16:11:36.799Z[ recovery-image] Jul 04 16:11:36.012 INFO O| Jul 04 16:11:36.012 INFO STEP 655 (remove_files) COMPLETE
73212026-07-04T16:11:36.799Z[ recovery-image] Jul 04 16:11:36.012 INFO O| Jul 04 16:11:36.012 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-07-04T16:11:36.799Z[ recovery-image] Jul 04 16:11:36.023 INFO O| Jul 04 16:11:36.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73232026-07-04T16:11:36.799Z[ recovery-image] Jul 04 16:11:36.023 INFO O| Jul 04 16:11:36.023 INFO STEP 656 (remove_files) COMPLETE
73242026-07-04T16:11:36.800Z[ recovery-image] Jul 04 16:11:36.023 INFO O| Jul 04 16:11:36.023 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-07-04T16:11:36.805Z[ recovery-image] Jul 04 16:11:36.033 INFO O| Jul 04 16:11:36.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73262026-07-04T16:11:36.805Z[ recovery-image] Jul 04 16:11:36.033 INFO O| Jul 04 16:11:36.033 INFO STEP 657 (remove_files) COMPLETE
73272026-07-04T16:11:36.805Z[ recovery-image] Jul 04 16:11:36.033 INFO O| Jul 04 16:11:36.033 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-07-04T16:11:36.839Z[ recovery-image] Jul 04 16:11:36.044 INFO O| Jul 04 16:11:36.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73292026-07-04T16:11:36.839Z[ recovery-image] Jul 04 16:11:36.044 INFO O| Jul 04 16:11:36.044 INFO STEP 658 (remove_files) COMPLETE
73302026-07-04T16:11:36.839Z[ recovery-image] Jul 04 16:11:36.044 INFO O| Jul 04 16:11:36.044 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-07-04T16:11:36.862Z[ recovery-image] Jul 04 16:11:36.054 INFO O| Jul 04 16:11:36.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73322026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.055 INFO O| Jul 04 16:11:36.054 INFO STEP 659 (remove_files) COMPLETE
73332026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.055 INFO O| Jul 04 16:11:36.055 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.064 INFO O| Jul 04 16:11:36.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73352026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.064 INFO O| Jul 04 16:11:36.064 INFO STEP 660 (remove_files) COMPLETE
73362026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.064 INFO O| Jul 04 16:11:36.064 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.073 INFO O| Jul 04 16:11:36.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73382026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.073 INFO O| Jul 04 16:11:36.073 INFO STEP 661 (remove_files) COMPLETE
73392026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.073 INFO O| Jul 04 16:11:36.073 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.082 INFO O| Jul 04 16:11:36.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73412026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.082 INFO O| Jul 04 16:11:36.082 INFO STEP 662 (remove_files) COMPLETE
73422026-07-04T16:11:36.863Z[ recovery-image] Jul 04 16:11:36.083 INFO O| Jul 04 16:11:36.082 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-07-04T16:11:36.873Z[ recovery-image] Jul 04 16:11:36.091 INFO O| Jul 04 16:11:36.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73442026-07-04T16:11:36.873Z[ recovery-image] Jul 04 16:11:36.091 INFO O| Jul 04 16:11:36.091 INFO STEP 663 (remove_files) COMPLETE
73452026-07-04T16:11:36.873Z[ recovery-image] Jul 04 16:11:36.091 INFO O| Jul 04 16:11:36.091 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-07-04T16:11:36.873Z[ recovery-image] Jul 04 16:11:36.100 INFO O| Jul 04 16:11:36.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73472026-07-04T16:11:36.873Z[ recovery-image] Jul 04 16:11:36.100 INFO O| Jul 04 16:11:36.100 INFO STEP 664 (remove_files) COMPLETE
73482026-07-04T16:11:36.873Z[ recovery-image] Jul 04 16:11:36.100 INFO O| Jul 04 16:11:36.100 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-07-04T16:11:36.877Z[ recovery-image] Jul 04 16:11:36.111 INFO O| Jul 04 16:11:36.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73502026-07-04T16:11:36.883Z[ recovery-image] Jul 04 16:11:36.111 INFO O| Jul 04 16:11:36.111 INFO STEP 665 (remove_files) COMPLETE
73512026-07-04T16:11:36.884Z[ recovery-image] Jul 04 16:11:36.111 INFO O| Jul 04 16:11:36.111 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-07-04T16:11:36.898Z[ recovery-image] Jul 04 16:11:36.122 INFO O| Jul 04 16:11:36.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73532026-07-04T16:11:36.899Z[ recovery-image] Jul 04 16:11:36.122 INFO O| Jul 04 16:11:36.122 INFO STEP 666 (remove_files) COMPLETE
73542026-07-04T16:11:36.899Z[ recovery-image] Jul 04 16:11:36.122 INFO O| Jul 04 16:11:36.122 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-07-04T16:11:36.899Z[ recovery-image] Jul 04 16:11:36.133 INFO O| Jul 04 16:11:36.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73562026-07-04T16:11:36.904Z[ recovery-image] Jul 04 16:11:36.134 INFO O| Jul 04 16:11:36.134 INFO STEP 667 (remove_files) COMPLETE
73572026-07-04T16:11:36.904Z[ recovery-image] Jul 04 16:11:36.134 INFO O| Jul 04 16:11:36.134 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-07-04T16:11:36.908Z[ recovery-image] Jul 04 16:11:36.143 INFO O| Jul 04 16:11:36.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73592026-07-04T16:11:36.909Z[ recovery-image] Jul 04 16:11:36.143 INFO O| Jul 04 16:11:36.143 INFO STEP 668 (remove_files) COMPLETE
73602026-07-04T16:11:36.909Z[ recovery-image] Jul 04 16:11:36.143 INFO O| Jul 04 16:11:36.143 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-07-04T16:11:36.915Z[ recovery-image] Jul 04 16:11:36.151 INFO O| Jul 04 16:11:36.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73622026-07-04T16:11:36.915Z[ recovery-image] Jul 04 16:11:36.152 INFO O| Jul 04 16:11:36.151 INFO STEP 669 (remove_files) COMPLETE
73632026-07-04T16:11:36.915Z[ recovery-image] Jul 04 16:11:36.152 INFO O| Jul 04 16:11:36.152 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-07-04T16:11:36.925Z[ recovery-image] Jul 04 16:11:36.161 INFO O| Jul 04 16:11:36.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73652026-07-04T16:11:36.925Z[ recovery-image] Jul 04 16:11:36.161 INFO O| Jul 04 16:11:36.161 INFO STEP 670 (remove_files) COMPLETE
73662026-07-04T16:11:36.928Z[ recovery-image] Jul 04 16:11:36.161 INFO O| Jul 04 16:11:36.161 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-07-04T16:11:36.964Z[ recovery-image] Jul 04 16:11:36.171 INFO O| Jul 04 16:11:36.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73682026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.172 INFO O| Jul 04 16:11:36.172 INFO STEP 671 (remove_files) COMPLETE
73692026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.172 INFO O| Jul 04 16:11:36.172 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.181 INFO O| Jul 04 16:11:36.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73712026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.181 INFO O| Jul 04 16:11:36.181 INFO STEP 672 (remove_files) COMPLETE
73722026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.181 INFO O| Jul 04 16:11:36.181 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.191 INFO O| Jul 04 16:11:36.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73742026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.191 INFO O| Jul 04 16:11:36.191 INFO STEP 673 (remove_files) COMPLETE
73752026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.191 INFO O| Jul 04 16:11:36.191 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.201 INFO O| Jul 04 16:11:36.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73772026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.201 INFO O| Jul 04 16:11:36.201 INFO STEP 674 (remove_files) COMPLETE
73782026-07-04T16:11:36.993Z[ recovery-image] Jul 04 16:11:36.201 INFO O| Jul 04 16:11:36.201 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-07-04T16:11:37.005Z[ recovery-image] Jul 04 16:11:36.211 INFO O| Jul 04 16:11:36.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73802026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.211 INFO O| Jul 04 16:11:36.211 INFO STEP 675 (remove_files) COMPLETE
73812026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.211 INFO O| Jul 04 16:11:36.211 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.219 INFO O| Jul 04 16:11:36.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73832026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.220 INFO O| Jul 04 16:11:36.220 INFO STEP 676 (remove_files) COMPLETE
73842026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.220 INFO O| Jul 04 16:11:36.220 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.227 INFO O| Jul 04 16:11:36.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73862026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.228 INFO O| Jul 04 16:11:36.227 INFO STEP 677 (remove_files) COMPLETE
73872026-07-04T16:11:37.006Z[ recovery-image] Jul 04 16:11:36.228 INFO O| Jul 04 16:11:36.228 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-07-04T16:11:37.036Z[ recovery-image] Jul 04 16:11:36.237 INFO O| Jul 04 16:11:36.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73892026-07-04T16:11:37.036Z[ recovery-image] Jul 04 16:11:36.237 INFO O| Jul 04 16:11:36.237 INFO STEP 678 (remove_files) COMPLETE
73902026-07-04T16:11:37.036Z[ recovery-image] Jul 04 16:11:36.237 INFO O| Jul 04 16:11:36.237 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-07-04T16:11:37.036Z[ recovery-image] Jul 04 16:11:36.245 INFO O| Jul 04 16:11:36.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73922026-07-04T16:11:37.036Z[ recovery-image] Jul 04 16:11:36.245 INFO O| Jul 04 16:11:36.245 INFO STEP 679 (remove_files) COMPLETE
73932026-07-04T16:11:37.036Z[ recovery-image] Jul 04 16:11:36.245 INFO O| Jul 04 16:11:36.245 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-07-04T16:11:37.049Z[ recovery-image] Jul 04 16:11:36.252 INFO O| Jul 04 16:11:36.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73952026-07-04T16:11:37.050Z[ recovery-image] Jul 04 16:11:36.252 INFO O| Jul 04 16:11:36.252 INFO STEP 680 (remove_files) COMPLETE
73962026-07-04T16:11:37.051Z[ recovery-image] Jul 04 16:11:36.252 INFO O| Jul 04 16:11:36.252 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-07-04T16:11:37.051Z[ recovery-image] Jul 04 16:11:36.262 INFO O| Jul 04 16:11:36.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73982026-07-04T16:11:37.051Z[ recovery-image] Jul 04 16:11:36.262 INFO O| Jul 04 16:11:36.262 INFO STEP 681 (remove_files) COMPLETE
73992026-07-04T16:11:37.051Z[ recovery-image] Jul 04 16:11:36.262 INFO O| Jul 04 16:11:36.262 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-07-04T16:11:37.051Z[ recovery-image] Jul 04 16:11:36.271 INFO O| Jul 04 16:11:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74012026-07-04T16:11:37.051Z[ recovery-image] Jul 04 16:11:36.271 INFO O| Jul 04 16:11:36.271 INFO STEP 682 (remove_files) COMPLETE
74022026-07-04T16:11:37.051Z[ recovery-image] Jul 04 16:11:36.271 INFO O| Jul 04 16:11:36.271 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-07-04T16:11:37.078Z[ recovery-image] Jul 04 16:11:36.279 INFO O| Jul 04 16:11:36.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74042026-07-04T16:11:37.078Z[ recovery-image] Jul 04 16:11:36.279 INFO O| Jul 04 16:11:36.279 INFO STEP 683 (remove_files) COMPLETE
74052026-07-04T16:11:37.078Z[ recovery-image] Jul 04 16:11:36.279 INFO O| Jul 04 16:11:36.279 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-07-04T16:11:37.078Z[ recovery-image] Jul 04 16:11:36.286 INFO O| Jul 04 16:11:36.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74072026-07-04T16:11:37.078Z[ recovery-image] Jul 04 16:11:36.286 INFO O| Jul 04 16:11:36.286 INFO STEP 684 (remove_files) COMPLETE
74082026-07-04T16:11:37.078Z[ recovery-image] Jul 04 16:11:36.286 INFO O| Jul 04 16:11:36.286 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.295 INFO O| Jul 04 16:11:36.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74102026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.295 INFO O| Jul 04 16:11:36.295 INFO STEP 685 (remove_files) COMPLETE
74112026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.295 INFO O| Jul 04 16:11:36.295 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.303 INFO O| Jul 04 16:11:36.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74132026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.303 INFO O| Jul 04 16:11:36.303 INFO STEP 686 (remove_files) COMPLETE
74142026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.303 INFO O| Jul 04 16:11:36.303 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.314 INFO O| Jul 04 16:11:36.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74162026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.314 INFO O| Jul 04 16:11:36.314 INFO STEP 687 (remove_files) COMPLETE
74172026-07-04T16:11:37.093Z[ recovery-image] Jul 04 16:11:36.314 INFO O| Jul 04 16:11:36.314 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-07-04T16:11:37.098Z[ recovery-image] Jul 04 16:11:36.322 INFO O| Jul 04 16:11:36.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74192026-07-04T16:11:37.098Z[ recovery-image] Jul 04 16:11:36.322 INFO O| Jul 04 16:11:36.322 INFO STEP 688 (remove_files) COMPLETE
74202026-07-04T16:11:37.098Z[ recovery-image] Jul 04 16:11:36.322 INFO O| Jul 04 16:11:36.322 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-07-04T16:11:37.098Z[ recovery-image] Jul 04 16:11:36.332 INFO O| Jul 04 16:11:36.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74222026-07-04T16:11:37.098Z[ recovery-image] Jul 04 16:11:36.332 INFO O| Jul 04 16:11:36.332 INFO STEP 689 (remove_files) COMPLETE
74232026-07-04T16:11:37.098Z[ recovery-image] Jul 04 16:11:36.332 INFO O| Jul 04 16:11:36.332 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-07-04T16:11:37.113Z[ recovery-image] Jul 04 16:11:36.341 INFO O| Jul 04 16:11:36.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74252026-07-04T16:11:37.113Z[ recovery-image] Jul 04 16:11:36.341 INFO O| Jul 04 16:11:36.341 INFO STEP 690 (remove_files) COMPLETE
74262026-07-04T16:11:37.113Z[ recovery-image] Jul 04 16:11:36.341 INFO O| Jul 04 16:11:36.341 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-07-04T16:11:37.133Z[ recovery-image] Jul 04 16:11:36.349 INFO O| Jul 04 16:11:36.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74282026-07-04T16:11:37.133Z[ recovery-image] Jul 04 16:11:36.349 INFO O| Jul 04 16:11:36.349 INFO STEP 691 (remove_files) COMPLETE
74292026-07-04T16:11:37.133Z[ recovery-image] Jul 04 16:11:36.349 INFO O| Jul 04 16:11:36.349 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-07-04T16:11:37.133Z[ recovery-image] Jul 04 16:11:36.357 INFO O| Jul 04 16:11:36.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74312026-07-04T16:11:37.133Z[ recovery-image] Jul 04 16:11:36.357 INFO O| Jul 04 16:11:36.357 INFO STEP 692 (remove_files) COMPLETE
74322026-07-04T16:11:37.133Z[ recovery-image] Jul 04 16:11:36.357 INFO O| Jul 04 16:11:36.357 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-07-04T16:11:37.139Z[ recovery-image] Jul 04 16:11:36.369 INFO O| Jul 04 16:11:36.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74342026-07-04T16:11:37.139Z[ recovery-image] Jul 04 16:11:36.369 INFO O| Jul 04 16:11:36.369 INFO STEP 693 (remove_files) COMPLETE
74352026-07-04T16:11:37.139Z[ recovery-image] Jul 04 16:11:36.369 INFO O| Jul 04 16:11:36.369 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-07-04T16:11:37.163Z[ recovery-image] Jul 04 16:11:36.378 INFO O| Jul 04 16:11:36.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74372026-07-04T16:11:37.163Z[ recovery-image] Jul 04 16:11:36.378 INFO O| Jul 04 16:11:36.378 INFO STEP 694 (remove_files) COMPLETE
74382026-07-04T16:11:37.163Z[ recovery-image] Jul 04 16:11:36.378 INFO O| Jul 04 16:11:36.378 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-07-04T16:11:37.174Z[ recovery-image] Jul 04 16:11:36.389 INFO O| Jul 04 16:11:36.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74402026-07-04T16:11:37.174Z[ recovery-image] Jul 04 16:11:36.389 INFO O| Jul 04 16:11:36.389 INFO STEP 695 (remove_files) COMPLETE
74412026-07-04T16:11:37.174Z[ recovery-image] Jul 04 16:11:36.389 INFO O| Jul 04 16:11:36.389 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-07-04T16:11:37.174Z[ recovery-image] Jul 04 16:11:36.400 INFO O| Jul 04 16:11:36.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74432026-07-04T16:11:37.174Z[ recovery-image] Jul 04 16:11:36.400 INFO O| Jul 04 16:11:36.400 INFO STEP 696 (remove_files) COMPLETE
74442026-07-04T16:11:37.174Z[ recovery-image] Jul 04 16:11:36.400 INFO O| Jul 04 16:11:36.400 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-07-04T16:11:37.182Z[ recovery-image] Jul 04 16:11:36.410 INFO O| Jul 04 16:11:36.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74462026-07-04T16:11:37.182Z[ recovery-image] Jul 04 16:11:36.410 INFO O| Jul 04 16:11:36.410 INFO STEP 697 (remove_files) COMPLETE
74472026-07-04T16:11:37.182Z[ recovery-image] Jul 04 16:11:36.410 INFO O| Jul 04 16:11:36.410 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-07-04T16:11:37.194Z[ recovery-image] Jul 04 16:11:36.421 INFO O| Jul 04 16:11:36.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74492026-07-04T16:11:37.194Z[ recovery-image] Jul 04 16:11:36.421 INFO O| Jul 04 16:11:36.421 INFO STEP 698 (remove_files) COMPLETE
74502026-07-04T16:11:37.194Z[ recovery-image] Jul 04 16:11:36.421 INFO O| Jul 04 16:11:36.421 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-07-04T16:11:37.214Z[ recovery-image] Jul 04 16:11:36.430 INFO O| Jul 04 16:11:36.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74522026-07-04T16:11:37.214Z[ recovery-image] Jul 04 16:11:36.430 INFO O| Jul 04 16:11:36.430 INFO STEP 699 (remove_files) COMPLETE
74532026-07-04T16:11:37.214Z[ recovery-image] Jul 04 16:11:36.430 INFO O| Jul 04 16:11:36.430 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-07-04T16:11:37.215Z[ recovery-image] Jul 04 16:11:36.439 INFO O| Jul 04 16:11:36.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74552026-07-04T16:11:37.215Z[ recovery-image] Jul 04 16:11:36.439 INFO O| Jul 04 16:11:36.439 INFO STEP 700 (remove_files) COMPLETE
74562026-07-04T16:11:37.215Z[ recovery-image] Jul 04 16:11:36.439 INFO O| Jul 04 16:11:36.439 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-07-04T16:11:37.231Z[ recovery-image] Jul 04 16:11:36.449 INFO O| Jul 04 16:11:36.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74582026-07-04T16:11:37.232Z[ recovery-image] Jul 04 16:11:36.449 INFO O| Jul 04 16:11:36.449 INFO STEP 701 (remove_files) COMPLETE
74592026-07-04T16:11:37.232Z[ recovery-image] Jul 04 16:11:36.449 INFO O| Jul 04 16:11:36.449 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-07-04T16:11:37.242Z[ recovery-image] Jul 04 16:11:36.458 INFO O| Jul 04 16:11:36.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74612026-07-04T16:11:37.242Z[ recovery-image] Jul 04 16:11:36.458 INFO O| Jul 04 16:11:36.458 INFO STEP 702 (remove_files) COMPLETE
74622026-07-04T16:11:37.242Z[ recovery-image] Jul 04 16:11:36.458 INFO O| Jul 04 16:11:36.458 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-07-04T16:11:37.242Z[ recovery-image] Jul 04 16:11:36.466 INFO O| Jul 04 16:11:36.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74642026-07-04T16:11:37.242Z[ recovery-image] Jul 04 16:11:36.466 INFO O| Jul 04 16:11:36.466 INFO STEP 703 (remove_files) COMPLETE
74652026-07-04T16:11:37.242Z[ recovery-image] Jul 04 16:11:36.466 INFO O| Jul 04 16:11:36.466 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-07-04T16:11:37.250Z[ recovery-image] Jul 04 16:11:36.474 INFO O| Jul 04 16:11:36.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74672026-07-04T16:11:37.250Z[ recovery-image] Jul 04 16:11:36.474 INFO O| Jul 04 16:11:36.474 INFO STEP 704 (remove_files) COMPLETE
74682026-07-04T16:11:37.251Z[ recovery-image] Jul 04 16:11:36.474 INFO O| Jul 04 16:11:36.474 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-07-04T16:11:37.251Z[ recovery-image] Jul 04 16:11:36.482 INFO O| Jul 04 16:11:36.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74702026-07-04T16:11:37.251Z[ recovery-image] Jul 04 16:11:36.482 INFO O| Jul 04 16:11:36.482 INFO STEP 705 (remove_files) COMPLETE
74712026-07-04T16:11:37.251Z[ recovery-image] Jul 04 16:11:36.482 INFO O| Jul 04 16:11:36.482 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-07-04T16:11:37.257Z[ recovery-image] Jul 04 16:11:36.492 INFO O| Jul 04 16:11:36.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74732026-07-04T16:11:37.257Z[ recovery-image] Jul 04 16:11:36.492 INFO O| Jul 04 16:11:36.492 INFO STEP 706 (remove_files) COMPLETE
74742026-07-04T16:11:37.257Z[ recovery-image] Jul 04 16:11:36.492 INFO O| Jul 04 16:11:36.492 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-07-04T16:11:37.265Z[ recovery-image] Jul 04 16:11:36.501 INFO O| Jul 04 16:11:36.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74762026-07-04T16:11:37.265Z[ recovery-image] Jul 04 16:11:36.501 INFO O| Jul 04 16:11:36.501 INFO STEP 707 (remove_files) COMPLETE
74772026-07-04T16:11:37.289Z[ recovery-image] Jul 04 16:11:36.501 INFO O| Jul 04 16:11:36.501 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-07-04T16:11:37.294Z[ recovery-image] Jul 04 16:11:36.512 INFO O| Jul 04 16:11:36.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74792026-07-04T16:11:37.294Z[ recovery-image] Jul 04 16:11:36.512 INFO O| Jul 04 16:11:36.512 INFO STEP 708 (remove_files) COMPLETE
74802026-07-04T16:11:37.294Z[ recovery-image] Jul 04 16:11:36.512 INFO O| Jul 04 16:11:36.512 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-07-04T16:11:37.294Z[ recovery-image] Jul 04 16:11:36.521 INFO O| Jul 04 16:11:36.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74822026-07-04T16:11:37.294Z[ recovery-image] Jul 04 16:11:36.521 INFO O| Jul 04 16:11:36.521 INFO STEP 709 (remove_files) COMPLETE
74832026-07-04T16:11:37.295Z[ recovery-image] Jul 04 16:11:36.521 INFO O| Jul 04 16:11:36.521 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-07-04T16:11:37.305Z[ recovery-image] Jul 04 16:11:36.530 INFO O| Jul 04 16:11:36.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74852026-07-04T16:11:37.305Z[ recovery-image] Jul 04 16:11:36.530 INFO O| Jul 04 16:11:36.530 INFO STEP 710 (remove_files) COMPLETE
74862026-07-04T16:11:37.305Z[ recovery-image] Jul 04 16:11:36.530 INFO O| Jul 04 16:11:36.530 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-07-04T16:11:37.309Z[ recovery-image] Jul 04 16:11:36.539 INFO O| Jul 04 16:11:36.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74882026-07-04T16:11:37.309Z[ recovery-image] Jul 04 16:11:36.539 INFO O| Jul 04 16:11:36.539 INFO STEP 711 (remove_files) COMPLETE
74892026-07-04T16:11:37.309Z[ recovery-image] Jul 04 16:11:36.539 INFO O| Jul 04 16:11:36.539 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-07-04T16:11:37.313Z[ recovery-image] Jul 04 16:11:36.547 INFO O| Jul 04 16:11:36.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74912026-07-04T16:11:37.313Z[ recovery-image] Jul 04 16:11:36.547 INFO O| Jul 04 16:11:36.547 INFO STEP 712 (remove_files) COMPLETE
74922026-07-04T16:11:37.313Z[ recovery-image] Jul 04 16:11:36.547 INFO O| Jul 04 16:11:36.547 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-07-04T16:11:37.327Z[ recovery-image] Jul 04 16:11:36.558 INFO O| Jul 04 16:11:36.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74942026-07-04T16:11:37.327Z[ recovery-image] Jul 04 16:11:36.558 INFO O| Jul 04 16:11:36.558 INFO STEP 713 (remove_files) COMPLETE
74952026-07-04T16:11:37.334Z[ recovery-image] Jul 04 16:11:36.558 INFO O| Jul 04 16:11:36.558 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-07-04T16:11:37.334Z[ recovery-image] Jul 04 16:11:36.566 INFO O| Jul 04 16:11:36.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74972026-07-04T16:11:37.334Z[ recovery-image] Jul 04 16:11:36.567 INFO O| Jul 04 16:11:36.567 INFO STEP 714 (remove_files) COMPLETE
74982026-07-04T16:11:37.335Z[ recovery-image] Jul 04 16:11:36.567 INFO O| Jul 04 16:11:36.567 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-07-04T16:11:37.347Z[ recovery-image] Jul 04 16:11:36.576 INFO O| Jul 04 16:11:36.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75002026-07-04T16:11:37.347Z[ recovery-image] Jul 04 16:11:36.576 INFO O| Jul 04 16:11:36.576 INFO STEP 715 (remove_files) COMPLETE
75012026-07-04T16:11:37.347Z[ recovery-image] Jul 04 16:11:36.576 INFO O| Jul 04 16:11:36.576 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-07-04T16:11:37.351Z[ recovery-image] Jul 04 16:11:36.586 INFO O| Jul 04 16:11:36.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75032026-07-04T16:11:37.351Z[ recovery-image] Jul 04 16:11:36.586 INFO O| Jul 04 16:11:36.586 INFO STEP 716 (remove_files) COMPLETE
75042026-07-04T16:11:37.351Z[ recovery-image] Jul 04 16:11:36.586 INFO O| Jul 04 16:11:36.586 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-07-04T16:11:37.361Z[ recovery-image] Jul 04 16:11:36.597 INFO O| Jul 04 16:11:36.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75062026-07-04T16:11:37.361Z[ recovery-image] Jul 04 16:11:36.597 INFO O| Jul 04 16:11:36.597 INFO STEP 717 (remove_files) COMPLETE
75072026-07-04T16:11:37.361Z[ recovery-image] Jul 04 16:11:36.597 INFO O| Jul 04 16:11:36.597 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-07-04T16:11:37.371Z[ recovery-image] Jul 04 16:11:36.606 INFO O| Jul 04 16:11:36.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75092026-07-04T16:11:37.371Z[ recovery-image] Jul 04 16:11:36.606 INFO O| Jul 04 16:11:36.606 INFO STEP 718 (remove_files) COMPLETE
75102026-07-04T16:11:37.376Z[ recovery-image] Jul 04 16:11:36.606 INFO O| Jul 04 16:11:36.606 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-07-04T16:11:37.386Z[ recovery-image] Jul 04 16:11:36.614 INFO O| Jul 04 16:11:36.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75122026-07-04T16:11:37.386Z[ recovery-image] Jul 04 16:11:36.614 INFO O| Jul 04 16:11:36.614 INFO STEP 719 (remove_files) COMPLETE
75132026-07-04T16:11:37.386Z[ recovery-image] Jul 04 16:11:36.614 INFO O| Jul 04 16:11:36.614 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-07-04T16:11:37.390Z[ recovery-image] Jul 04 16:11:36.623 INFO O| Jul 04 16:11:36.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75152026-07-04T16:11:37.390Z[ recovery-image] Jul 04 16:11:36.623 INFO O| Jul 04 16:11:36.623 INFO STEP 720 (remove_files) COMPLETE
75162026-07-04T16:11:37.391Z[ recovery-image] Jul 04 16:11:36.623 INFO O| Jul 04 16:11:36.623 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-07-04T16:11:37.396Z[ recovery-image] Jul 04 16:11:36.632 INFO O| Jul 04 16:11:36.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75182026-07-04T16:11:37.396Z[ recovery-image] Jul 04 16:11:36.632 INFO O| Jul 04 16:11:36.632 INFO STEP 721 (remove_files) COMPLETE
75192026-07-04T16:11:37.396Z[ recovery-image] Jul 04 16:11:36.632 INFO O| Jul 04 16:11:36.632 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-07-04T16:11:37.409Z[ recovery-image] Jul 04 16:11:36.642 INFO O| Jul 04 16:11:36.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75212026-07-04T16:11:37.414Z[ recovery-image] Jul 04 16:11:36.642 INFO O| Jul 04 16:11:36.642 INFO STEP 722 (remove_files) COMPLETE
75222026-07-04T16:11:37.414Z[ recovery-image] Jul 04 16:11:36.642 INFO O| Jul 04 16:11:36.642 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-07-04T16:11:37.414Z[ recovery-image] Jul 04 16:11:36.650 INFO O| Jul 04 16:11:36.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75242026-07-04T16:11:37.414Z[ recovery-image] Jul 04 16:11:36.650 INFO O| Jul 04 16:11:36.650 INFO STEP 723 (remove_files) COMPLETE
75252026-07-04T16:11:37.415Z[ recovery-image] Jul 04 16:11:36.650 INFO O| Jul 04 16:11:36.650 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-07-04T16:11:37.431Z[ recovery-image] Jul 04 16:11:36.658 INFO O| Jul 04 16:11:36.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75272026-07-04T16:11:37.431Z[ recovery-image] Jul 04 16:11:36.659 INFO O| Jul 04 16:11:36.659 INFO STEP 724 (remove_files) COMPLETE
75282026-07-04T16:11:37.431Z[ recovery-image] Jul 04 16:11:36.659 INFO O| Jul 04 16:11:36.659 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-07-04T16:11:37.443Z[ recovery-image] Jul 04 16:11:36.668 INFO O| Jul 04 16:11:36.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75302026-07-04T16:11:37.443Z[ recovery-image] Jul 04 16:11:36.668 INFO O| Jul 04 16:11:36.668 INFO STEP 725 (remove_files) COMPLETE
75312026-07-04T16:11:37.443Z[ recovery-image] Jul 04 16:11:36.668 INFO O| Jul 04 16:11:36.668 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-07-04T16:11:37.443Z[ recovery-image] Jul 04 16:11:36.676 INFO O| Jul 04 16:11:36.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75332026-07-04T16:11:37.443Z[ recovery-image] Jul 04 16:11:36.676 INFO O| Jul 04 16:11:36.676 INFO STEP 726 (remove_files) COMPLETE
75342026-07-04T16:11:37.443Z[ recovery-image] Jul 04 16:11:36.676 INFO O| Jul 04 16:11:36.676 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-07-04T16:11:37.450Z[ recovery-image] Jul 04 16:11:36.684 INFO O| Jul 04 16:11:36.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75362026-07-04T16:11:37.452Z[ recovery-image] Jul 04 16:11:36.684 INFO O| Jul 04 16:11:36.684 INFO STEP 727 (remove_files) COMPLETE
75372026-07-04T16:11:37.452Z[ recovery-image] Jul 04 16:11:36.684 INFO O| Jul 04 16:11:36.684 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-07-04T16:11:37.457Z[ recovery-image] Jul 04 16:11:36.692 INFO O| Jul 04 16:11:36.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75392026-07-04T16:11:37.462Z[ recovery-image] Jul 04 16:11:36.692 INFO O| Jul 04 16:11:36.692 INFO STEP 728 (remove_files) COMPLETE
75402026-07-04T16:11:37.462Z[ recovery-image] Jul 04 16:11:36.692 INFO O| Jul 04 16:11:36.692 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-07-04T16:11:37.467Z[ recovery-image] Jul 04 16:11:36.703 INFO O| Jul 04 16:11:36.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75422026-07-04T16:11:37.467Z[ recovery-image] Jul 04 16:11:36.703 INFO O| Jul 04 16:11:36.703 INFO STEP 729 (remove_files) COMPLETE
75432026-07-04T16:11:37.467Z[ recovery-image] Jul 04 16:11:36.703 INFO O| Jul 04 16:11:36.703 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-07-04T16:11:37.482Z[ recovery-image] Jul 04 16:11:36.713 INFO O| Jul 04 16:11:36.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75452026-07-04T16:11:37.483Z[ recovery-image] Jul 04 16:11:36.713 INFO O| Jul 04 16:11:36.713 INFO STEP 730 (remove_files) COMPLETE
75462026-07-04T16:11:37.483Z[ recovery-image] Jul 04 16:11:36.713 INFO O| Jul 04 16:11:36.713 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-07-04T16:11:37.488Z[ recovery-image] Jul 04 16:11:36.722 INFO O| Jul 04 16:11:36.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75482026-07-04T16:11:37.488Z[ recovery-image] Jul 04 16:11:36.722 INFO O| Jul 04 16:11:36.722 INFO STEP 731 (remove_files) COMPLETE
75492026-07-04T16:11:37.488Z[ recovery-image] Jul 04 16:11:36.722 INFO O| Jul 04 16:11:36.722 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-07-04T16:11:37.496Z[ recovery-image] Jul 04 16:11:36.730 INFO O| Jul 04 16:11:36.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75512026-07-04T16:11:37.496Z[ recovery-image] Jul 04 16:11:36.730 INFO O| Jul 04 16:11:36.730 INFO STEP 732 (remove_files) COMPLETE
75522026-07-04T16:11:37.500Z[ recovery-image] Jul 04 16:11:36.730 INFO O| Jul 04 16:11:36.730 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-07-04T16:11:37.556Z[ recovery-image] Jul 04 16:11:36.741 INFO O| Jul 04 16:11:36.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75542026-07-04T16:11:37.557Z[ recovery-image] Jul 04 16:11:36.741 INFO O| Jul 04 16:11:36.741 INFO STEP 733 (remove_files) COMPLETE
75552026-07-04T16:11:37.567Z[ recovery-image] Jul 04 16:11:36.741 INFO O| Jul 04 16:11:36.741 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-07-04T16:11:37.567Z[ recovery-image] Jul 04 16:11:36.750 INFO O| Jul 04 16:11:36.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75572026-07-04T16:11:37.568Z[ recovery-image] Jul 04 16:11:36.750 INFO O| Jul 04 16:11:36.750 INFO STEP 734 (remove_files) COMPLETE
75582026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.750 INFO O| Jul 04 16:11:36.750 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.761 INFO O| Jul 04 16:11:36.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75602026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.761 INFO O| Jul 04 16:11:36.761 INFO STEP 735 (remove_files) COMPLETE
75612026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.761 INFO O| Jul 04 16:11:36.761 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.771 INFO O| Jul 04 16:11:36.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75632026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.771 INFO O| Jul 04 16:11:36.771 INFO STEP 736 (remove_files) COMPLETE
75642026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.771 INFO O| Jul 04 16:11:36.771 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.781 INFO O| Jul 04 16:11:36.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75662026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.782 INFO O| Jul 04 16:11:36.782 INFO STEP 737 (remove_files) COMPLETE
75672026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.782 INFO O| Jul 04 16:11:36.782 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.793 INFO O| Jul 04 16:11:36.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75692026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.793 INFO O| Jul 04 16:11:36.793 INFO STEP 738 (remove_files) COMPLETE
75702026-07-04T16:11:37.569Z[ recovery-image] Jul 04 16:11:36.793 INFO O| Jul 04 16:11:36.793 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.803 INFO O| Jul 04 16:11:36.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75722026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.803 INFO O| Jul 04 16:11:36.803 INFO STEP 739 (remove_files) COMPLETE
75732026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.803 INFO O| Jul 04 16:11:36.803 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.815 INFO O| Jul 04 16:11:36.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75752026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.815 INFO O| Jul 04 16:11:36.815 INFO STEP 740 (remove_files) COMPLETE
75762026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.815 INFO O| Jul 04 16:11:36.815 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.825 INFO O| Jul 04 16:11:36.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75782026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.825 INFO O| Jul 04 16:11:36.825 INFO STEP 741 (remove_files) COMPLETE
75792026-07-04T16:11:37.595Z[ recovery-image] Jul 04 16:11:36.825 INFO O| Jul 04 16:11:36.825 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-07-04T16:11:37.599Z[ recovery-image] Jul 04 16:11:36.834 INFO O| Jul 04 16:11:36.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75812026-07-04T16:11:37.600Z[ recovery-image] Jul 04 16:11:36.834 INFO O| Jul 04 16:11:36.834 INFO STEP 742 (remove_files) COMPLETE
75822026-07-04T16:11:37.600Z[ recovery-image] Jul 04 16:11:36.834 INFO O| Jul 04 16:11:36.834 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-07-04T16:11:37.607Z[ recovery-image] Jul 04 16:11:36.843 INFO O| Jul 04 16:11:36.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75842026-07-04T16:11:37.607Z[ recovery-image] Jul 04 16:11:36.843 INFO O| Jul 04 16:11:36.843 INFO STEP 743 (remove_files) COMPLETE
75852026-07-04T16:11:37.607Z[ recovery-image] Jul 04 16:11:36.843 INFO O| Jul 04 16:11:36.843 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-07-04T16:11:37.620Z[ recovery-image] Jul 04 16:11:36.854 INFO O| Jul 04 16:11:36.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75872026-07-04T16:11:37.620Z[ recovery-image] Jul 04 16:11:36.854 INFO O| Jul 04 16:11:36.854 INFO STEP 744 (remove_files) COMPLETE
75882026-07-04T16:11:37.620Z[ recovery-image] Jul 04 16:11:36.854 INFO O| Jul 04 16:11:36.854 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-07-04T16:11:37.633Z[ recovery-image] Jul 04 16:11:36.865 INFO O| Jul 04 16:11:36.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75902026-07-04T16:11:37.639Z[ recovery-image] Jul 04 16:11:36.865 INFO O| Jul 04 16:11:36.865 INFO STEP 745 (remove_files) COMPLETE
75912026-07-04T16:11:37.639Z[ recovery-image] Jul 04 16:11:36.865 INFO O| Jul 04 16:11:36.865 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-07-04T16:11:37.649Z[ recovery-image] Jul 04 16:11:36.876 INFO O| Jul 04 16:11:36.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75932026-07-04T16:11:37.649Z[ recovery-image] Jul 04 16:11:36.876 INFO O| Jul 04 16:11:36.876 INFO STEP 746 (remove_files) COMPLETE
75942026-07-04T16:11:37.650Z[ recovery-image] Jul 04 16:11:36.876 INFO O| Jul 04 16:11:36.876 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-07-04T16:11:37.654Z[ recovery-image] Jul 04 16:11:36.888 INFO O| Jul 04 16:11:36.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75962026-07-04T16:11:37.654Z[ recovery-image] Jul 04 16:11:36.888 INFO O| Jul 04 16:11:36.888 INFO STEP 747 (remove_files) COMPLETE
75972026-07-04T16:11:37.654Z[ recovery-image] Jul 04 16:11:36.888 INFO O| Jul 04 16:11:36.888 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-07-04T16:11:37.662Z[ recovery-image] Jul 04 16:11:36.899 INFO O| Jul 04 16:11:36.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75992026-07-04T16:11:37.663Z[ recovery-image] Jul 04 16:11:36.899 INFO O| Jul 04 16:11:36.899 INFO STEP 748 (remove_files) COMPLETE
76002026-07-04T16:11:37.663Z[ recovery-image] Jul 04 16:11:36.899 INFO O| Jul 04 16:11:36.899 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-07-04T16:11:37.676Z[ recovery-image] Jul 04 16:11:36.911 INFO O| Jul 04 16:11:36.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76022026-07-04T16:11:37.676Z[ recovery-image] Jul 04 16:11:36.911 INFO O| Jul 04 16:11:36.911 INFO STEP 749 (remove_files) COMPLETE
76032026-07-04T16:11:37.681Z[ recovery-image] Jul 04 16:11:36.912 INFO O| Jul 04 16:11:36.911 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-07-04T16:11:37.687Z[ recovery-image] Jul 04 16:11:36.923 INFO O| Jul 04 16:11:36.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76052026-07-04T16:11:37.691Z[ recovery-image] Jul 04 16:11:36.924 INFO O| Jul 04 16:11:36.924 INFO STEP 750 (remove_files) COMPLETE
76062026-07-04T16:11:37.691Z[ recovery-image] Jul 04 16:11:36.924 INFO O| Jul 04 16:11:36.924 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-07-04T16:11:37.698Z[ recovery-image] Jul 04 16:11:36.934 INFO O| Jul 04 16:11:36.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76082026-07-04T16:11:37.702Z[ recovery-image] Jul 04 16:11:36.934 INFO O| Jul 04 16:11:36.934 INFO STEP 751 (remove_files) COMPLETE
76092026-07-04T16:11:37.702Z[ recovery-image] Jul 04 16:11:36.934 INFO O| Jul 04 16:11:36.934 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-07-04T16:11:37.709Z[ recovery-image] Jul 04 16:11:36.944 INFO O| Jul 04 16:11:36.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76112026-07-04T16:11:37.713Z[ recovery-image] Jul 04 16:11:36.945 INFO O| Jul 04 16:11:36.945 INFO STEP 752 (remove_files) COMPLETE
76122026-07-04T16:11:37.713Z[ recovery-image] Jul 04 16:11:36.945 INFO O| Jul 04 16:11:36.945 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-07-04T16:11:37.718Z[ recovery-image] Jul 04 16:11:36.955 INFO O| Jul 04 16:11:36.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76142026-07-04T16:11:37.723Z[ recovery-image] Jul 04 16:11:36.955 INFO O| Jul 04 16:11:36.955 INFO STEP 753 (remove_files) COMPLETE
76152026-07-04T16:11:37.724Z[ recovery-image] Jul 04 16:11:36.955 INFO O| Jul 04 16:11:36.955 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-07-04T16:11:37.731Z[ recovery-image] Jul 04 16:11:36.967 INFO O| Jul 04 16:11:36.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76172026-07-04T16:11:37.735Z[ recovery-image] Jul 04 16:11:36.967 INFO O| Jul 04 16:11:36.967 INFO STEP 754 (remove_files) COMPLETE
76182026-07-04T16:11:37.735Z[ recovery-image] Jul 04 16:11:36.967 INFO O| Jul 04 16:11:36.967 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-07-04T16:11:37.740Z[ recovery-image] Jul 04 16:11:36.976 INFO O| Jul 04 16:11:36.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76202026-07-04T16:11:37.740Z[ recovery-image] Jul 04 16:11:36.976 INFO O| Jul 04 16:11:36.976 INFO STEP 755 (remove_files) COMPLETE
76212026-07-04T16:11:37.740Z[ recovery-image] Jul 04 16:11:36.976 INFO O| Jul 04 16:11:36.976 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-07-04T16:11:37.750Z[ recovery-image] Jul 04 16:11:36.986 INFO O| Jul 04 16:11:36.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76232026-07-04T16:11:37.755Z[ recovery-image] Jul 04 16:11:36.987 INFO O| Jul 04 16:11:36.987 INFO STEP 756 (remove_files) COMPLETE
76242026-07-04T16:11:37.756Z[ recovery-image] Jul 04 16:11:36.987 INFO O| Jul 04 16:11:36.987 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-07-04T16:11:37.764Z[ recovery-image] Jul 04 16:11:37.000 INFO O| Jul 04 16:11:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76262026-07-04T16:11:37.764Z[ recovery-image] Jul 04 16:11:37.000 INFO O| Jul 04 16:11:37.000 INFO STEP 757 (remove_files) COMPLETE
76272026-07-04T16:11:37.764Z[ recovery-image] Jul 04 16:11:37.000 INFO O| Jul 04 16:11:37.000 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-07-04T16:11:37.815Z[ recovery-image] Jul 04 16:11:37.010 INFO O| Jul 04 16:11:37.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76292026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.010 INFO O| Jul 04 16:11:37.010 INFO STEP 758 (remove_files) COMPLETE
76302026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.010 INFO O| Jul 04 16:11:37.010 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.020 INFO O| Jul 04 16:11:37.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76322026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.020 INFO O| Jul 04 16:11:37.020 INFO STEP 759 (remove_files) COMPLETE
76332026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.020 INFO O| Jul 04 16:11:37.020 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.031 INFO O| Jul 04 16:11:37.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76352026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.031 INFO O| Jul 04 16:11:37.031 INFO STEP 760 (remove_files) COMPLETE
76362026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.031 INFO O| Jul 04 16:11:37.031 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.043 INFO O| Jul 04 16:11:37.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76382026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.043 INFO O| Jul 04 16:11:37.043 INFO STEP 761 (remove_files) COMPLETE
76392026-07-04T16:11:37.816Z[ recovery-image] Jul 04 16:11:37.043 INFO O| Jul 04 16:11:37.043 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-07-04T16:11:37.824Z[ recovery-image] Jul 04 16:11:37.054 INFO O| Jul 04 16:11:37.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76412026-07-04T16:11:37.824Z[ recovery-image] Jul 04 16:11:37.054 INFO O| Jul 04 16:11:37.054 INFO STEP 762 (remove_files) COMPLETE
76422026-07-04T16:11:37.824Z[ recovery-image] Jul 04 16:11:37.054 INFO O| Jul 04 16:11:37.054 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-07-04T16:11:37.831Z[ recovery-image] Jul 04 16:11:37.067 INFO O| Jul 04 16:11:37.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76442026-07-04T16:11:37.831Z[ recovery-image] Jul 04 16:11:37.067 INFO O| Jul 04 16:11:37.067 INFO STEP 763 (remove_files) COMPLETE
76452026-07-04T16:11:37.835Z[ recovery-image] Jul 04 16:11:37.067 INFO O| Jul 04 16:11:37.067 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-07-04T16:11:37.843Z[ recovery-image] Jul 04 16:11:37.079 INFO O| Jul 04 16:11:37.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76472026-07-04T16:11:37.843Z[ recovery-image] Jul 04 16:11:37.079 INFO O| Jul 04 16:11:37.079 INFO STEP 764 (remove_files) COMPLETE
76482026-07-04T16:11:37.849Z[ recovery-image] Jul 04 16:11:37.079 INFO O| Jul 04 16:11:37.079 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-07-04T16:11:37.855Z[ recovery-image] Jul 04 16:11:37.091 INFO O| Jul 04 16:11:37.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76502026-07-04T16:11:37.856Z[ recovery-image] Jul 04 16:11:37.091 INFO O| Jul 04 16:11:37.091 INFO STEP 765 (remove_files) COMPLETE
76512026-07-04T16:11:37.856Z[ recovery-image] Jul 04 16:11:37.091 INFO O| Jul 04 16:11:37.091 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-07-04T16:11:37.867Z[ recovery-image] Jul 04 16:11:37.103 INFO O| Jul 04 16:11:37.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76532026-07-04T16:11:37.867Z[ recovery-image] Jul 04 16:11:37.103 INFO O| Jul 04 16:11:37.103 INFO STEP 766 (remove_files) COMPLETE
76542026-07-04T16:11:37.871Z[ recovery-image] Jul 04 16:11:37.103 INFO O| Jul 04 16:11:37.103 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-07-04T16:11:37.878Z[ recovery-image] Jul 04 16:11:37.115 INFO O| Jul 04 16:11:37.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76562026-07-04T16:11:37.879Z[ recovery-image] Jul 04 16:11:37.115 INFO O| Jul 04 16:11:37.115 INFO STEP 767 (remove_files) COMPLETE
76572026-07-04T16:11:37.879Z[ recovery-image] Jul 04 16:11:37.115 INFO O| Jul 04 16:11:37.115 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-07-04T16:11:37.890Z[ recovery-image] Jul 04 16:11:37.126 INFO O| Jul 04 16:11:37.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76592026-07-04T16:11:37.895Z[ recovery-image] Jul 04 16:11:37.126 INFO O| Jul 04 16:11:37.126 INFO STEP 768 (remove_files) COMPLETE
76602026-07-04T16:11:37.895Z[ recovery-image] Jul 04 16:11:37.126 INFO O| Jul 04 16:11:37.126 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-07-04T16:11:37.900Z[ recovery-image] Jul 04 16:11:37.136 INFO O| Jul 04 16:11:37.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76622026-07-04T16:11:37.900Z[ recovery-image] Jul 04 16:11:37.136 INFO O| Jul 04 16:11:37.136 INFO STEP 769 (remove_files) COMPLETE
76632026-07-04T16:11:37.903Z[ recovery-image] Jul 04 16:11:37.136 INFO O| Jul 04 16:11:37.136 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-07-04T16:11:37.914Z[ recovery-image] Jul 04 16:11:37.150 INFO O| Jul 04 16:11:37.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76652026-07-04T16:11:37.915Z[ recovery-image] Jul 04 16:11:37.150 INFO O| Jul 04 16:11:37.150 INFO STEP 770 (remove_files) COMPLETE
76662026-07-04T16:11:37.920Z[ recovery-image] Jul 04 16:11:37.150 INFO O| Jul 04 16:11:37.150 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-07-04T16:11:37.926Z[ recovery-image] Jul 04 16:11:37.162 INFO O| Jul 04 16:11:37.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76682026-07-04T16:11:37.926Z[ recovery-image] Jul 04 16:11:37.162 INFO O| Jul 04 16:11:37.162 INFO STEP 771 (remove_files) COMPLETE
76692026-07-04T16:11:37.931Z[ recovery-image] Jul 04 16:11:37.162 INFO O| Jul 04 16:11:37.162 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-07-04T16:11:37.938Z[ recovery-image] Jul 04 16:11:37.175 INFO O| Jul 04 16:11:37.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76712026-07-04T16:11:37.946Z[ recovery-image] Jul 04 16:11:37.175 INFO O| Jul 04 16:11:37.175 INFO STEP 772 (remove_files) COMPLETE
76722026-07-04T16:11:37.947Z[ recovery-image] Jul 04 16:11:37.175 INFO O| Jul 04 16:11:37.175 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-07-04T16:11:37.951Z[ recovery-image] Jul 04 16:11:37.187 INFO O| Jul 04 16:11:37.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76742026-07-04T16:11:37.951Z[ recovery-image] Jul 04 16:11:37.187 INFO O| Jul 04 16:11:37.187 INFO STEP 773 (remove_files) COMPLETE
76752026-07-04T16:11:37.951Z[ recovery-image] Jul 04 16:11:37.187 INFO O| Jul 04 16:11:37.187 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-07-04T16:11:37.962Z[ recovery-image] Jul 04 16:11:37.198 INFO O| Jul 04 16:11:37.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76772026-07-04T16:11:37.962Z[ recovery-image] Jul 04 16:11:37.198 INFO O| Jul 04 16:11:37.198 INFO STEP 774 (remove_files) COMPLETE
76782026-07-04T16:11:37.962Z[ recovery-image] Jul 04 16:11:37.198 INFO O| Jul 04 16:11:37.198 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-07-04T16:11:37.973Z[ recovery-image] Jul 04 16:11:37.209 INFO O| Jul 04 16:11:37.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76802026-07-04T16:11:37.973Z[ recovery-image] Jul 04 16:11:37.209 INFO O| Jul 04 16:11:37.209 INFO STEP 775 (remove_files) COMPLETE
76812026-07-04T16:11:37.974Z[ recovery-image] Jul 04 16:11:37.209 INFO O| Jul 04 16:11:37.209 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-07-04T16:11:37.986Z[ recovery-image] Jul 04 16:11:37.220 INFO O| Jul 04 16:11:37.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76832026-07-04T16:11:37.986Z[ recovery-image] Jul 04 16:11:37.220 INFO O| Jul 04 16:11:37.220 INFO STEP 776 (remove_files) COMPLETE
76842026-07-04T16:11:37.986Z[ recovery-image] Jul 04 16:11:37.220 INFO O| Jul 04 16:11:37.220 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-07-04T16:11:37.996Z[ recovery-image] Jul 04 16:11:37.231 INFO O| Jul 04 16:11:37.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76862026-07-04T16:11:38.004Z[ recovery-image] Jul 04 16:11:37.232 INFO O| Jul 04 16:11:37.232 INFO STEP 777 (remove_files) COMPLETE
76872026-07-04T16:11:38.004Z[ recovery-image] Jul 04 16:11:37.232 INFO O| Jul 04 16:11:37.232 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-07-04T16:11:38.008Z[ recovery-image] Jul 04 16:11:37.243 INFO O| Jul 04 16:11:37.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76892026-07-04T16:11:38.008Z[ recovery-image] Jul 04 16:11:37.243 INFO O| Jul 04 16:11:37.243 INFO STEP 778 (remove_files) COMPLETE
76902026-07-04T16:11:38.008Z[ recovery-image] Jul 04 16:11:37.243 INFO O| Jul 04 16:11:37.243 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-07-04T16:11:38.018Z[ recovery-image] Jul 04 16:11:37.254 INFO O| Jul 04 16:11:37.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76922026-07-04T16:11:38.021Z[ recovery-image] Jul 04 16:11:37.255 INFO O| Jul 04 16:11:37.255 INFO STEP 779 (remove_files) COMPLETE
76932026-07-04T16:11:38.021Z[ recovery-image] Jul 04 16:11:37.255 INFO O| Jul 04 16:11:37.255 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-07-04T16:11:38.031Z[ recovery-image] Jul 04 16:11:37.267 INFO O| Jul 04 16:11:37.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76952026-07-04T16:11:38.031Z[ recovery-image] Jul 04 16:11:37.267 INFO O| Jul 04 16:11:37.267 INFO STEP 780 (remove_files) COMPLETE
76962026-07-04T16:11:38.031Z[ recovery-image] Jul 04 16:11:37.267 INFO O| Jul 04 16:11:37.267 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-07-04T16:11:38.045Z[ recovery-image] Jul 04 16:11:37.280 INFO O| Jul 04 16:11:37.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76982026-07-04T16:11:38.045Z[ recovery-image] Jul 04 16:11:37.280 INFO O| Jul 04 16:11:37.280 INFO STEP 781 (remove_files) COMPLETE
76992026-07-04T16:11:38.045Z[ recovery-image] Jul 04 16:11:37.280 INFO O| Jul 04 16:11:37.280 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-07-04T16:11:38.058Z[ recovery-image] Jul 04 16:11:37.294 INFO O| Jul 04 16:11:37.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77012026-07-04T16:11:38.058Z[ recovery-image] Jul 04 16:11:37.294 INFO O| Jul 04 16:11:37.294 INFO STEP 782 (remove_files) COMPLETE
77022026-07-04T16:11:38.058Z[ recovery-image] Jul 04 16:11:37.294 INFO O| Jul 04 16:11:37.294 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-07-04T16:11:38.070Z[ recovery-image] Jul 04 16:11:37.306 INFO O| Jul 04 16:11:37.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77042026-07-04T16:11:38.070Z[ recovery-image] Jul 04 16:11:37.306 INFO O| Jul 04 16:11:37.306 INFO STEP 783 (remove_files) COMPLETE
77052026-07-04T16:11:38.070Z[ recovery-image] Jul 04 16:11:37.306 INFO O| Jul 04 16:11:37.306 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-07-04T16:11:38.082Z[ recovery-image] Jul 04 16:11:37.319 INFO O| Jul 04 16:11:37.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77072026-07-04T16:11:38.089Z[ recovery-image] Jul 04 16:11:37.319 INFO O| Jul 04 16:11:37.319 INFO STEP 784 (remove_files) COMPLETE
77082026-07-04T16:11:38.089Z[ recovery-image] Jul 04 16:11:37.319 INFO O| Jul 04 16:11:37.319 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-07-04T16:11:38.096Z[ recovery-image] Jul 04 16:11:37.331 INFO O| Jul 04 16:11:37.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77102026-07-04T16:11:38.096Z[ recovery-image] Jul 04 16:11:37.331 INFO O| Jul 04 16:11:37.331 INFO STEP 785 (remove_files) COMPLETE
77112026-07-04T16:11:38.096Z[ recovery-image] Jul 04 16:11:37.331 INFO O| Jul 04 16:11:37.331 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-07-04T16:11:38.108Z[ recovery-image] Jul 04 16:11:37.344 INFO O| Jul 04 16:11:37.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77132026-07-04T16:11:38.108Z[ recovery-image] Jul 04 16:11:37.344 INFO O| Jul 04 16:11:37.344 INFO STEP 786 (remove_files) COMPLETE
77142026-07-04T16:11:38.111Z[ recovery-image] Jul 04 16:11:37.344 INFO O| Jul 04 16:11:37.344 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-07-04T16:11:38.120Z[ recovery-image] Jul 04 16:11:37.356 INFO O| Jul 04 16:11:37.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77162026-07-04T16:11:38.120Z[ recovery-image] Jul 04 16:11:37.356 INFO O| Jul 04 16:11:37.356 INFO STEP 787 (remove_files) COMPLETE
77172026-07-04T16:11:38.120Z[ recovery-image] Jul 04 16:11:37.356 INFO O| Jul 04 16:11:37.356 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-07-04T16:11:38.136Z[ recovery-image] Jul 04 16:11:37.369 INFO O| Jul 04 16:11:37.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77192026-07-04T16:11:38.140Z[ recovery-image] Jul 04 16:11:37.370 INFO O| Jul 04 16:11:37.370 INFO STEP 788 (remove_files) COMPLETE
77202026-07-04T16:11:38.141Z[ recovery-image] Jul 04 16:11:37.370 INFO O| Jul 04 16:11:37.370 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-07-04T16:11:38.145Z[ recovery-image] Jul 04 16:11:37.382 INFO O| Jul 04 16:11:37.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77222026-07-04T16:11:38.151Z[ recovery-image] Jul 04 16:11:37.382 INFO O| Jul 04 16:11:37.382 INFO STEP 789 (remove_files) COMPLETE
77232026-07-04T16:11:38.152Z[ recovery-image] Jul 04 16:11:37.382 INFO O| Jul 04 16:11:37.382 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-07-04T16:11:38.158Z[ recovery-image] Jul 04 16:11:37.394 INFO O| Jul 04 16:11:37.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77252026-07-04T16:11:38.158Z[ recovery-image] Jul 04 16:11:37.394 INFO O| Jul 04 16:11:37.394 INFO STEP 790 (remove_files) COMPLETE
77262026-07-04T16:11:38.163Z[ recovery-image] Jul 04 16:11:37.394 INFO O| Jul 04 16:11:37.394 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-07-04T16:11:38.169Z[ recovery-image] Jul 04 16:11:37.405 INFO O| Jul 04 16:11:37.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77282026-07-04T16:11:38.169Z[ recovery-image] Jul 04 16:11:37.406 INFO O| Jul 04 16:11:37.405 INFO STEP 791 (remove_files) COMPLETE
77292026-07-04T16:11:38.169Z[ recovery-image] Jul 04 16:11:37.406 INFO O| Jul 04 16:11:37.406 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-07-04T16:11:38.182Z[ recovery-image] Jul 04 16:11:37.418 INFO O| Jul 04 16:11:37.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77312026-07-04T16:11:38.183Z[ recovery-image] Jul 04 16:11:37.418 INFO O| Jul 04 16:11:37.418 INFO STEP 792 (remove_files) COMPLETE
77322026-07-04T16:11:38.183Z[ recovery-image] Jul 04 16:11:37.418 INFO O| Jul 04 16:11:37.418 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-07-04T16:11:38.194Z[ recovery-image] Jul 04 16:11:37.429 INFO O| Jul 04 16:11:37.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77342026-07-04T16:11:38.198Z[ recovery-image] Jul 04 16:11:37.429 INFO O| Jul 04 16:11:37.429 INFO STEP 793 (remove_files) COMPLETE
77352026-07-04T16:11:38.198Z[ recovery-image] Jul 04 16:11:37.429 INFO O| Jul 04 16:11:37.429 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-07-04T16:11:38.204Z[ recovery-image] Jul 04 16:11:37.440 INFO O| Jul 04 16:11:37.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77372026-07-04T16:11:38.204Z[ recovery-image] Jul 04 16:11:37.440 INFO O| Jul 04 16:11:37.440 INFO STEP 794 (remove_files) COMPLETE
77382026-07-04T16:11:38.209Z[ recovery-image] Jul 04 16:11:37.440 INFO O| Jul 04 16:11:37.440 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-07-04T16:11:38.217Z[ recovery-image] Jul 04 16:11:37.452 INFO O| Jul 04 16:11:37.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77402026-07-04T16:11:38.217Z[ recovery-image] Jul 04 16:11:37.452 INFO O| Jul 04 16:11:37.452 INFO STEP 795 (remove_files) COMPLETE
77412026-07-04T16:11:38.217Z[ recovery-image] Jul 04 16:11:37.452 INFO O| Jul 04 16:11:37.452 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-07-04T16:11:38.229Z[ recovery-image] Jul 04 16:11:37.465 INFO O| Jul 04 16:11:37.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77432026-07-04T16:11:38.229Z[ recovery-image] Jul 04 16:11:37.465 INFO O| Jul 04 16:11:37.465 INFO STEP 796 (remove_files) COMPLETE
77442026-07-04T16:11:38.229Z[ recovery-image] Jul 04 16:11:37.465 INFO O| Jul 04 16:11:37.465 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-07-04T16:11:38.241Z[ recovery-image] Jul 04 16:11:37.476 INFO O| Jul 04 16:11:37.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77462026-07-04T16:11:38.241Z[ recovery-image] Jul 04 16:11:37.476 INFO O| Jul 04 16:11:37.476 INFO STEP 797 (remove_files) COMPLETE
77472026-07-04T16:11:38.241Z[ recovery-image] Jul 04 16:11:37.476 INFO O| Jul 04 16:11:37.476 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-07-04T16:11:38.252Z[ recovery-image] Jul 04 16:11:37.488 INFO O| Jul 04 16:11:37.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77492026-07-04T16:11:38.252Z[ recovery-image] Jul 04 16:11:37.488 INFO O| Jul 04 16:11:37.488 INFO STEP 798 (remove_files) COMPLETE
77502026-07-04T16:11:38.252Z[ recovery-image] Jul 04 16:11:37.488 INFO O| Jul 04 16:11:37.488 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-07-04T16:11:38.262Z[ recovery-image] Jul 04 16:11:37.498 INFO O| Jul 04 16:11:37.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77522026-07-04T16:11:38.262Z[ recovery-image] Jul 04 16:11:37.498 INFO O| Jul 04 16:11:37.498 INFO STEP 799 (remove_files) COMPLETE
77532026-07-04T16:11:38.270Z[ recovery-image] Jul 04 16:11:37.498 INFO O| Jul 04 16:11:37.498 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-07-04T16:11:38.275Z[ recovery-image] Jul 04 16:11:37.508 INFO O| Jul 04 16:11:37.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77552026-07-04T16:11:38.275Z[ recovery-image] Jul 04 16:11:37.508 INFO O| Jul 04 16:11:37.508 INFO STEP 800 (remove_files) COMPLETE
77562026-07-04T16:11:38.275Z[ recovery-image] Jul 04 16:11:37.508 INFO O| Jul 04 16:11:37.508 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-07-04T16:11:38.282Z[ recovery-image] Jul 04 16:11:37.517 INFO O| Jul 04 16:11:37.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77582026-07-04T16:11:38.286Z[ recovery-image] Jul 04 16:11:37.517 INFO O| Jul 04 16:11:37.517 INFO STEP 801 (remove_files) COMPLETE
77592026-07-04T16:11:38.286Z[ recovery-image] Jul 04 16:11:37.517 INFO O| Jul 04 16:11:37.517 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-07-04T16:11:38.290Z[ recovery-image] Jul 04 16:11:37.526 INFO O| Jul 04 16:11:37.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77612026-07-04T16:11:38.291Z[ recovery-image] Jul 04 16:11:37.526 INFO O| Jul 04 16:11:37.526 INFO STEP 802 (remove_files) COMPLETE
77622026-07-04T16:11:38.291Z[ recovery-image] Jul 04 16:11:37.526 INFO O| Jul 04 16:11:37.526 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-07-04T16:11:38.298Z[ recovery-image] Jul 04 16:11:37.534 INFO O| Jul 04 16:11:37.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77642026-07-04T16:11:38.298Z[ recovery-image] Jul 04 16:11:37.534 INFO O| Jul 04 16:11:37.534 INFO STEP 803 (remove_files) COMPLETE
77652026-07-04T16:11:38.298Z[ recovery-image] Jul 04 16:11:37.534 INFO O| Jul 04 16:11:37.534 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-07-04T16:11:38.308Z[ recovery-image] Jul 04 16:11:37.544 INFO O| Jul 04 16:11:37.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77672026-07-04T16:11:38.308Z[ recovery-image] Jul 04 16:11:37.544 INFO O| Jul 04 16:11:37.544 INFO STEP 804 (remove_files) COMPLETE
77682026-07-04T16:11:38.308Z[ recovery-image] Jul 04 16:11:37.544 INFO O| Jul 04 16:11:37.544 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-07-04T16:11:38.317Z[ recovery-image] Jul 04 16:11:37.553 INFO O| Jul 04 16:11:37.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77702026-07-04T16:11:38.317Z[ recovery-image] Jul 04 16:11:37.553 INFO O| Jul 04 16:11:37.553 INFO STEP 805 (remove_files) COMPLETE
77712026-07-04T16:11:38.317Z[ recovery-image] Jul 04 16:11:37.553 INFO O| Jul 04 16:11:37.553 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-07-04T16:11:38.329Z[ recovery-image] Jul 04 16:11:37.564 INFO O| Jul 04 16:11:37.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77732026-07-04T16:11:38.330Z[ recovery-image] Jul 04 16:11:37.565 INFO O| Jul 04 16:11:37.565 INFO STEP 806 (remove_files) COMPLETE
77742026-07-04T16:11:38.330Z[ recovery-image] Jul 04 16:11:37.565 INFO O| Jul 04 16:11:37.565 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-07-04T16:11:38.340Z[ recovery-image] Jul 04 16:11:37.575 INFO O| Jul 04 16:11:37.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77762026-07-04T16:11:38.340Z[ recovery-image] Jul 04 16:11:37.575 INFO O| Jul 04 16:11:37.575 INFO STEP 807 (remove_files) COMPLETE
77772026-07-04T16:11:38.340Z[ recovery-image] Jul 04 16:11:37.575 INFO O| Jul 04 16:11:37.575 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-07-04T16:11:38.351Z[ recovery-image] Jul 04 16:11:37.586 INFO O| Jul 04 16:11:37.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77792026-07-04T16:11:38.355Z[ recovery-image] Jul 04 16:11:37.587 INFO O| Jul 04 16:11:37.587 INFO STEP 808 (remove_files) COMPLETE
77802026-07-04T16:11:38.355Z[ recovery-image] Jul 04 16:11:37.587 INFO O| Jul 04 16:11:37.587 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-07-04T16:11:38.360Z[ recovery-image] Jul 04 16:11:37.596 INFO O| Jul 04 16:11:37.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77822026-07-04T16:11:38.366Z[ recovery-image] Jul 04 16:11:37.597 INFO O| Jul 04 16:11:37.596 INFO STEP 809 (remove_files) COMPLETE
77832026-07-04T16:11:38.366Z[ recovery-image] Jul 04 16:11:37.597 INFO O| Jul 04 16:11:37.596 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-07-04T16:11:38.373Z[ recovery-image] Jul 04 16:11:37.609 INFO O| Jul 04 16:11:37.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77852026-07-04T16:11:38.373Z[ recovery-image] Jul 04 16:11:37.609 INFO O| Jul 04 16:11:37.609 INFO STEP 810 (remove_files) COMPLETE
77862026-07-04T16:11:38.378Z[ recovery-image] Jul 04 16:11:37.609 INFO O| Jul 04 16:11:37.609 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-07-04T16:11:38.387Z[ recovery-image] Jul 04 16:11:37.619 INFO O| Jul 04 16:11:37.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77882026-07-04T16:11:38.387Z[ recovery-image] Jul 04 16:11:37.619 INFO O| Jul 04 16:11:37.619 INFO STEP 811 (remove_files) COMPLETE
77892026-07-04T16:11:38.391Z[ recovery-image] Jul 04 16:11:37.619 INFO O| Jul 04 16:11:37.619 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-07-04T16:11:38.409Z[ recovery-image] Jul 04 16:11:37.629 INFO O| Jul 04 16:11:37.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77912026-07-04T16:11:38.410Z[ recovery-image] Jul 04 16:11:37.629 INFO O| Jul 04 16:11:37.629 INFO STEP 812 (remove_files) COMPLETE
77922026-07-04T16:11:38.410Z[ recovery-image] Jul 04 16:11:37.629 INFO O| Jul 04 16:11:37.629 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-07-04T16:11:38.410Z[ recovery-image] Jul 04 16:11:37.639 INFO O| Jul 04 16:11:37.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77942026-07-04T16:11:38.410Z[ recovery-image] Jul 04 16:11:37.640 INFO O| Jul 04 16:11:37.639 INFO STEP 813 (remove_files) COMPLETE
77952026-07-04T16:11:38.410Z[ recovery-image] Jul 04 16:11:37.640 INFO O| Jul 04 16:11:37.640 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-07-04T16:11:38.415Z[ recovery-image] Jul 04 16:11:37.650 INFO O| Jul 04 16:11:37.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77972026-07-04T16:11:38.415Z[ recovery-image] Jul 04 16:11:37.650 INFO O| Jul 04 16:11:37.650 INFO STEP 814 (remove_files) COMPLETE
77982026-07-04T16:11:38.415Z[ recovery-image] Jul 04 16:11:37.650 INFO O| Jul 04 16:11:37.650 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-07-04T16:11:38.424Z[ recovery-image] Jul 04 16:11:37.661 INFO O| Jul 04 16:11:37.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78002026-07-04T16:11:38.424Z[ recovery-image] Jul 04 16:11:37.661 INFO O| Jul 04 16:11:37.661 INFO STEP 815 (remove_files) COMPLETE
78012026-07-04T16:11:38.431Z[ recovery-image] Jul 04 16:11:37.661 INFO O| Jul 04 16:11:37.661 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-07-04T16:11:38.437Z[ recovery-image] Jul 04 16:11:37.672 INFO O| Jul 04 16:11:37.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78032026-07-04T16:11:38.437Z[ recovery-image] Jul 04 16:11:37.672 INFO O| Jul 04 16:11:37.672 INFO STEP 816 (remove_files) COMPLETE
78042026-07-04T16:11:38.441Z[ recovery-image] Jul 04 16:11:37.672 INFO O| Jul 04 16:11:37.672 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-07-04T16:11:38.448Z[ recovery-image] Jul 04 16:11:37.683 INFO O| Jul 04 16:11:37.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78062026-07-04T16:11:38.452Z[ recovery-image] Jul 04 16:11:37.684 INFO O| Jul 04 16:11:37.684 INFO STEP 817 (remove_files) COMPLETE
78072026-07-04T16:11:38.452Z[ recovery-image] Jul 04 16:11:37.684 INFO O| Jul 04 16:11:37.684 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-07-04T16:11:38.459Z[ recovery-image] Jul 04 16:11:37.695 INFO O| Jul 04 16:11:37.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78092026-07-04T16:11:38.459Z[ recovery-image] Jul 04 16:11:37.695 INFO O| Jul 04 16:11:37.695 INFO STEP 818 (remove_files) COMPLETE
78102026-07-04T16:11:38.460Z[ recovery-image] Jul 04 16:11:37.695 INFO O| Jul 04 16:11:37.695 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-07-04T16:11:38.470Z[ recovery-image] Jul 04 16:11:37.706 INFO O| Jul 04 16:11:37.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78122026-07-04T16:11:38.470Z[ recovery-image] Jul 04 16:11:37.706 INFO O| Jul 04 16:11:37.706 INFO STEP 819 (remove_files) COMPLETE
78132026-07-04T16:11:38.475Z[ recovery-image] Jul 04 16:11:37.706 INFO O| Jul 04 16:11:37.706 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-07-04T16:11:38.485Z[ recovery-image] Jul 04 16:11:37.715 INFO O| Jul 04 16:11:37.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78152026-07-04T16:11:38.485Z[ recovery-image] Jul 04 16:11:37.715 INFO O| Jul 04 16:11:37.715 INFO STEP 820 (remove_files) COMPLETE
78162026-07-04T16:11:38.485Z[ recovery-image] Jul 04 16:11:37.715 INFO O| Jul 04 16:11:37.715 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-07-04T16:11:38.492Z[ recovery-image] Jul 04 16:11:37.727 INFO O| Jul 04 16:11:37.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78182026-07-04T16:11:38.492Z[ recovery-image] Jul 04 16:11:37.727 INFO O| Jul 04 16:11:37.727 INFO STEP 821 (remove_files) COMPLETE
78192026-07-04T16:11:38.492Z[ recovery-image] Jul 04 16:11:37.727 INFO O| Jul 04 16:11:37.727 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-07-04T16:11:38.504Z[ recovery-image] Jul 04 16:11:37.739 INFO O| Jul 04 16:11:37.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78212026-07-04T16:11:38.504Z[ recovery-image] Jul 04 16:11:37.739 INFO O| Jul 04 16:11:37.739 INFO STEP 822 (remove_files) COMPLETE
78222026-07-04T16:11:38.509Z[ recovery-image] Jul 04 16:11:37.739 INFO O| Jul 04 16:11:37.739 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-07-04T16:11:38.515Z[ recovery-image] Jul 04 16:11:37.750 INFO O| Jul 04 16:11:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78242026-07-04T16:11:38.515Z[ recovery-image] Jul 04 16:11:37.750 INFO O| Jul 04 16:11:37.750 INFO STEP 823 (remove_files) COMPLETE
78252026-07-04T16:11:38.515Z[ recovery-image] Jul 04 16:11:37.750 INFO O| Jul 04 16:11:37.750 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-07-04T16:11:38.526Z[ recovery-image] Jul 04 16:11:37.762 INFO O| Jul 04 16:11:37.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78272026-07-04T16:11:38.526Z[ recovery-image] Jul 04 16:11:37.762 INFO O| Jul 04 16:11:37.762 INFO STEP 824 (remove_files) COMPLETE
78282026-07-04T16:11:38.526Z[ recovery-image] Jul 04 16:11:37.762 INFO O| Jul 04 16:11:37.762 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-07-04T16:11:38.538Z[ recovery-image] Jul 04 16:11:37.773 INFO O| Jul 04 16:11:37.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78302026-07-04T16:11:38.538Z[ recovery-image] Jul 04 16:11:37.774 INFO O| Jul 04 16:11:37.774 INFO STEP 825 (remove_files) COMPLETE
78312026-07-04T16:11:38.542Z[ recovery-image] Jul 04 16:11:37.774 INFO O| Jul 04 16:11:37.774 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-07-04T16:11:38.548Z[ recovery-image] Jul 04 16:11:37.784 INFO O| Jul 04 16:11:37.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78332026-07-04T16:11:38.548Z[ recovery-image] Jul 04 16:11:37.784 INFO O| Jul 04 16:11:37.784 INFO STEP 826 (remove_files) COMPLETE
78342026-07-04T16:11:38.549Z[ recovery-image] Jul 04 16:11:37.784 INFO O| Jul 04 16:11:37.784 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-07-04T16:11:38.561Z[ recovery-image] Jul 04 16:11:37.797 INFO O| Jul 04 16:11:37.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78362026-07-04T16:11:38.561Z[ recovery-image] Jul 04 16:11:37.797 INFO O| Jul 04 16:11:37.797 INFO STEP 827 (remove_files) COMPLETE
78372026-07-04T16:11:38.561Z[ recovery-image] Jul 04 16:11:37.797 INFO O| Jul 04 16:11:37.797 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-07-04T16:11:38.574Z[ recovery-image] Jul 04 16:11:37.810 INFO O| Jul 04 16:11:37.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78392026-07-04T16:11:38.574Z[ recovery-image] Jul 04 16:11:37.810 INFO O| Jul 04 16:11:37.810 INFO STEP 828 (remove_files) COMPLETE
78402026-07-04T16:11:38.574Z[ recovery-image] Jul 04 16:11:37.810 INFO O| Jul 04 16:11:37.810 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-07-04T16:11:38.584Z[ recovery-image] Jul 04 16:11:37.821 INFO O| Jul 04 16:11:37.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78422026-07-04T16:11:38.585Z[ recovery-image] Jul 04 16:11:37.821 INFO O| Jul 04 16:11:37.821 INFO STEP 829 (remove_files) COMPLETE
78432026-07-04T16:11:38.585Z[ recovery-image] Jul 04 16:11:37.821 INFO O| Jul 04 16:11:37.821 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-07-04T16:11:38.596Z[ recovery-image] Jul 04 16:11:37.831 INFO O| Jul 04 16:11:37.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78452026-07-04T16:11:38.596Z[ recovery-image] Jul 04 16:11:37.832 INFO O| Jul 04 16:11:37.832 INFO STEP 830 (remove_files) COMPLETE
78462026-07-04T16:11:38.601Z[ recovery-image] Jul 04 16:11:37.832 INFO O| Jul 04 16:11:37.832 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-07-04T16:11:38.609Z[ recovery-image] Jul 04 16:11:37.842 INFO O| Jul 04 16:11:37.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78482026-07-04T16:11:38.609Z[ recovery-image] Jul 04 16:11:37.842 INFO O| Jul 04 16:11:37.842 INFO STEP 831 (remove_files) COMPLETE
78492026-07-04T16:11:38.609Z[ recovery-image] Jul 04 16:11:37.842 INFO O| Jul 04 16:11:37.842 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-07-04T16:11:38.619Z[ recovery-image] Jul 04 16:11:37.854 INFO O| Jul 04 16:11:37.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78512026-07-04T16:11:38.619Z[ recovery-image] Jul 04 16:11:37.854 INFO O| Jul 04 16:11:37.854 INFO STEP 832 (remove_files) COMPLETE
78522026-07-04T16:11:38.619Z[ recovery-image] Jul 04 16:11:37.854 INFO O| Jul 04 16:11:37.854 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-07-04T16:11:38.630Z[ recovery-image] Jul 04 16:11:37.866 INFO O| Jul 04 16:11:37.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78542026-07-04T16:11:38.632Z[ recovery-image] Jul 04 16:11:37.866 INFO O| Jul 04 16:11:37.866 INFO STEP 833 (remove_files) COMPLETE
78552026-07-04T16:11:38.636Z[ recovery-image] Jul 04 16:11:37.866 INFO O| Jul 04 16:11:37.866 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-07-04T16:11:38.642Z[ recovery-image] Jul 04 16:11:37.876 INFO O| Jul 04 16:11:37.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78572026-07-04T16:11:38.645Z[ recovery-image] Jul 04 16:11:37.877 INFO O| Jul 04 16:11:37.876 INFO STEP 834 (remove_files) COMPLETE
78582026-07-04T16:11:38.645Z[ recovery-image] Jul 04 16:11:37.877 INFO O| Jul 04 16:11:37.877 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-07-04T16:11:38.651Z[ recovery-image] Jul 04 16:11:37.886 INFO O| Jul 04 16:11:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78602026-07-04T16:11:38.651Z[ recovery-image] Jul 04 16:11:37.887 INFO O| Jul 04 16:11:37.887 INFO STEP 835 (remove_files) COMPLETE
78612026-07-04T16:11:38.651Z[ recovery-image] Jul 04 16:11:37.887 INFO O| Jul 04 16:11:37.887 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-07-04T16:11:38.662Z[ recovery-image] Jul 04 16:11:37.896 INFO O| Jul 04 16:11:37.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78632026-07-04T16:11:38.662Z[ recovery-image] Jul 04 16:11:37.896 INFO O| Jul 04 16:11:37.896 INFO STEP 836 (remove_files) COMPLETE
78642026-07-04T16:11:38.667Z[ recovery-image] Jul 04 16:11:37.896 INFO O| Jul 04 16:11:37.896 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-07-04T16:11:38.671Z[ recovery-image] Jul 04 16:11:37.907 INFO O| Jul 04 16:11:37.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78662026-07-04T16:11:38.672Z[ recovery-image] Jul 04 16:11:37.908 INFO O| Jul 04 16:11:37.908 INFO STEP 837 (remove_files) COMPLETE
78672026-07-04T16:11:38.675Z[ recovery-image] Jul 04 16:11:37.908 INFO O| Jul 04 16:11:37.908 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-07-04T16:11:38.684Z[ recovery-image] Jul 04 16:11:37.920 INFO O| Jul 04 16:11:37.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78692026-07-04T16:11:38.684Z[ recovery-image] Jul 04 16:11:37.920 INFO O| Jul 04 16:11:37.920 INFO STEP 838 (remove_files) COMPLETE
78702026-07-04T16:11:38.684Z[ recovery-image] Jul 04 16:11:37.920 INFO O| Jul 04 16:11:37.920 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-07-04T16:11:38.696Z[ recovery-image] Jul 04 16:11:37.932 INFO O| Jul 04 16:11:37.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78722026-07-04T16:11:38.701Z[ recovery-image] Jul 04 16:11:37.933 INFO O| Jul 04 16:11:37.933 INFO STEP 839 (remove_files) COMPLETE
78732026-07-04T16:11:38.701Z[ recovery-image] Jul 04 16:11:37.933 INFO O| Jul 04 16:11:37.933 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-07-04T16:11:38.709Z[ recovery-image] Jul 04 16:11:37.944 INFO O| Jul 04 16:11:37.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78752026-07-04T16:11:38.709Z[ recovery-image] Jul 04 16:11:37.944 INFO O| Jul 04 16:11:37.944 INFO STEP 840 (remove_files) COMPLETE
78762026-07-04T16:11:38.713Z[ recovery-image] Jul 04 16:11:37.944 INFO O| Jul 04 16:11:37.944 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-07-04T16:11:38.720Z[ recovery-image] Jul 04 16:11:37.955 INFO O| Jul 04 16:11:37.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78782026-07-04T16:11:38.720Z[ recovery-image] Jul 04 16:11:37.955 INFO O| Jul 04 16:11:37.955 INFO STEP 841 (remove_files) COMPLETE
78792026-07-04T16:11:38.720Z[ recovery-image] Jul 04 16:11:37.955 INFO O| Jul 04 16:11:37.955 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-07-04T16:11:38.730Z[ recovery-image] Jul 04 16:11:37.966 INFO O| Jul 04 16:11:37.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78812026-07-04T16:11:38.730Z[ recovery-image] Jul 04 16:11:37.966 INFO O| Jul 04 16:11:37.966 INFO STEP 842 (remove_files) COMPLETE
78822026-07-04T16:11:38.731Z[ recovery-image] Jul 04 16:11:37.966 INFO O| Jul 04 16:11:37.966 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-07-04T16:11:38.743Z[ recovery-image] Jul 04 16:11:37.976 INFO O| Jul 04 16:11:37.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78842026-07-04T16:11:38.743Z[ recovery-image] Jul 04 16:11:37.977 INFO O| Jul 04 16:11:37.977 INFO STEP 843 (remove_files) COMPLETE
78852026-07-04T16:11:38.743Z[ recovery-image] Jul 04 16:11:37.977 INFO O| Jul 04 16:11:37.977 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-07-04T16:11:38.752Z[ recovery-image] Jul 04 16:11:37.988 INFO O| Jul 04 16:11:37.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78872026-07-04T16:11:38.752Z[ recovery-image] Jul 04 16:11:37.988 INFO O| Jul 04 16:11:37.988 INFO STEP 844 (remove_files) COMPLETE
78882026-07-04T16:11:38.752Z[ recovery-image] Jul 04 16:11:37.988 INFO O| Jul 04 16:11:37.988 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-07-04T16:11:38.764Z[ recovery-image] Jul 04 16:11:37.999 INFO O| Jul 04 16:11:37.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78902026-07-04T16:11:38.764Z[ recovery-image] Jul 04 16:11:37.999 INFO O| Jul 04 16:11:37.999 INFO STEP 845 (remove_files) COMPLETE
78912026-07-04T16:11:38.764Z[ recovery-image] Jul 04 16:11:37.999 INFO O| Jul 04 16:11:37.999 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-07-04T16:11:38.774Z[ recovery-image] Jul 04 16:11:38.010 INFO O| Jul 04 16:11:38.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78932026-07-04T16:11:38.774Z[ recovery-image] Jul 04 16:11:38.010 INFO O| Jul 04 16:11:38.010 INFO STEP 846 (remove_files) COMPLETE
78942026-07-04T16:11:38.774Z[ recovery-image] Jul 04 16:11:38.010 INFO O| Jul 04 16:11:38.010 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-07-04T16:11:38.784Z[ recovery-image] Jul 04 16:11:38.020 INFO O| Jul 04 16:11:38.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78962026-07-04T16:11:38.784Z[ recovery-image] Jul 04 16:11:38.020 INFO O| Jul 04 16:11:38.020 INFO STEP 847 (remove_files) COMPLETE
78972026-07-04T16:11:38.784Z[ recovery-image] Jul 04 16:11:38.020 INFO O| Jul 04 16:11:38.020 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-07-04T16:11:38.796Z[ recovery-image] Jul 04 16:11:38.031 INFO O| Jul 04 16:11:38.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78992026-07-04T16:11:38.796Z[ recovery-image] Jul 04 16:11:38.031 INFO O| Jul 04 16:11:38.031 INFO STEP 848 (remove_files) COMPLETE
79002026-07-04T16:11:38.796Z[ recovery-image] Jul 04 16:11:38.031 INFO O| Jul 04 16:11:38.031 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-07-04T16:11:38.805Z[ recovery-image] Jul 04 16:11:38.041 INFO O| Jul 04 16:11:38.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79022026-07-04T16:11:38.805Z[ recovery-image] Jul 04 16:11:38.041 INFO O| Jul 04 16:11:38.041 INFO STEP 849 (remove_files) COMPLETE
79032026-07-04T16:11:38.805Z[ recovery-image] Jul 04 16:11:38.041 INFO O| Jul 04 16:11:38.041 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-07-04T16:11:38.815Z[ recovery-image] Jul 04 16:11:38.051 INFO O| Jul 04 16:11:38.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79052026-07-04T16:11:38.815Z[ recovery-image] Jul 04 16:11:38.051 INFO O| Jul 04 16:11:38.051 INFO STEP 850 (remove_files) COMPLETE
79062026-07-04T16:11:38.815Z[ recovery-image] Jul 04 16:11:38.051 INFO O| Jul 04 16:11:38.051 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-07-04T16:11:38.825Z[ recovery-image] Jul 04 16:11:38.060 INFO O| Jul 04 16:11:38.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79082026-07-04T16:11:38.825Z[ recovery-image] Jul 04 16:11:38.060 INFO O| Jul 04 16:11:38.060 INFO STEP 851 (remove_files) COMPLETE
79092026-07-04T16:11:38.825Z[ recovery-image] Jul 04 16:11:38.060 INFO O| Jul 04 16:11:38.060 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-07-04T16:11:38.835Z[ recovery-image] Jul 04 16:11:38.071 INFO O| Jul 04 16:11:38.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79112026-07-04T16:11:38.835Z[ recovery-image] Jul 04 16:11:38.072 INFO O| Jul 04 16:11:38.071 INFO STEP 852 (remove_files) COMPLETE
79122026-07-04T16:11:38.835Z[ recovery-image] Jul 04 16:11:38.072 INFO O| Jul 04 16:11:38.072 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-07-04T16:11:38.852Z[ recovery-image] Jul 04 16:11:38.085 INFO O| Jul 04 16:11:38.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79142026-07-04T16:11:38.852Z[ recovery-image] Jul 04 16:11:38.085 INFO O| Jul 04 16:11:38.082 INFO STEP 853 (remove_files) COMPLETE
79152026-07-04T16:11:38.852Z[ recovery-image] Jul 04 16:11:38.085 INFO O| Jul 04 16:11:38.082 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-07-04T16:11:38.861Z[ recovery-image] Jul 04 16:11:38.095 INFO O| Jul 04 16:11:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79172026-07-04T16:11:38.861Z[ recovery-image] Jul 04 16:11:38.095 INFO O| Jul 04 16:11:38.095 INFO STEP 854 (remove_files) COMPLETE
79182026-07-04T16:11:38.861Z[ recovery-image] Jul 04 16:11:38.095 INFO O| Jul 04 16:11:38.095 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-07-04T16:11:38.875Z[ recovery-image] Jul 04 16:11:38.106 INFO O| Jul 04 16:11:38.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79202026-07-04T16:11:38.875Z[ recovery-image] Jul 04 16:11:38.106 INFO O| Jul 04 16:11:38.106 INFO STEP 855 (remove_files) COMPLETE
79212026-07-04T16:11:38.875Z[ recovery-image] Jul 04 16:11:38.106 INFO O| Jul 04 16:11:38.106 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-07-04T16:11:38.886Z[ recovery-image] Jul 04 16:11:38.117 INFO O| Jul 04 16:11:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79232026-07-04T16:11:38.886Z[ recovery-image] Jul 04 16:11:38.117 INFO O| Jul 04 16:11:38.117 INFO STEP 856 (remove_files) COMPLETE
79242026-07-04T16:11:38.886Z[ recovery-image] Jul 04 16:11:38.117 INFO O| Jul 04 16:11:38.117 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-07-04T16:11:38.893Z[ recovery-image] Jul 04 16:11:38.127 INFO O| Jul 04 16:11:38.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79262026-07-04T16:11:38.893Z[ recovery-image] Jul 04 16:11:38.127 INFO O| Jul 04 16:11:38.127 INFO STEP 857 (remove_files) COMPLETE
79272026-07-04T16:11:38.893Z[ recovery-image] Jul 04 16:11:38.127 INFO O| Jul 04 16:11:38.127 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-07-04T16:11:38.903Z[ recovery-image] Jul 04 16:11:38.137 INFO O| Jul 04 16:11:38.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79292026-07-04T16:11:38.904Z[ recovery-image] Jul 04 16:11:38.137 INFO O| Jul 04 16:11:38.137 INFO STEP 858 (remove_files) COMPLETE
79302026-07-04T16:11:38.904Z[ recovery-image] Jul 04 16:11:38.137 INFO O| Jul 04 16:11:38.137 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-07-04T16:11:38.912Z[ recovery-image] Jul 04 16:11:38.147 INFO O| Jul 04 16:11:38.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79322026-07-04T16:11:38.912Z[ recovery-image] Jul 04 16:11:38.147 INFO O| Jul 04 16:11:38.147 INFO STEP 859 (remove_files) COMPLETE
79332026-07-04T16:11:38.912Z[ recovery-image] Jul 04 16:11:38.147 INFO O| Jul 04 16:11:38.147 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-07-04T16:11:38.923Z[ recovery-image] Jul 04 16:11:38.158 INFO O| Jul 04 16:11:38.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79352026-07-04T16:11:38.926Z[ recovery-image] Jul 04 16:11:38.158 INFO O| Jul 04 16:11:38.158 INFO STEP 860 (remove_files) COMPLETE
79362026-07-04T16:11:38.926Z[ recovery-image] Jul 04 16:11:38.158 INFO O| Jul 04 16:11:38.158 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-07-04T16:11:38.934Z[ recovery-image] Jul 04 16:11:38.170 INFO O| Jul 04 16:11:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79382026-07-04T16:11:38.934Z[ recovery-image] Jul 04 16:11:38.170 INFO O| Jul 04 16:11:38.170 INFO STEP 861 (remove_files) COMPLETE
79392026-07-04T16:11:38.934Z[ recovery-image] Jul 04 16:11:38.170 INFO O| Jul 04 16:11:38.170 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-07-04T16:11:38.947Z[ recovery-image] Jul 04 16:11:38.182 INFO O| Jul 04 16:11:38.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79412026-07-04T16:11:38.947Z[ recovery-image] Jul 04 16:11:38.182 INFO O| Jul 04 16:11:38.182 INFO STEP 862 (remove_files) COMPLETE
79422026-07-04T16:11:38.948Z[ recovery-image] Jul 04 16:11:38.182 INFO O| Jul 04 16:11:38.182 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-07-04T16:11:38.956Z[ recovery-image] Jul 04 16:11:38.192 INFO O| Jul 04 16:11:38.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79442026-07-04T16:11:38.956Z[ recovery-image] Jul 04 16:11:38.192 INFO O| Jul 04 16:11:38.192 INFO STEP 863 (remove_files) COMPLETE
79452026-07-04T16:11:38.956Z[ recovery-image] Jul 04 16:11:38.192 INFO O| Jul 04 16:11:38.192 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-07-04T16:11:38.970Z[ recovery-image] Jul 04 16:11:38.203 INFO O| Jul 04 16:11:38.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79472026-07-04T16:11:38.970Z[ recovery-image] Jul 04 16:11:38.203 INFO O| Jul 04 16:11:38.203 INFO STEP 864 (remove_files) COMPLETE
79482026-07-04T16:11:38.970Z[ recovery-image] Jul 04 16:11:38.203 INFO O| Jul 04 16:11:38.203 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-07-04T16:11:38.979Z[ recovery-image] Jul 04 16:11:38.214 INFO O| Jul 04 16:11:38.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79502026-07-04T16:11:38.979Z[ recovery-image] Jul 04 16:11:38.214 INFO O| Jul 04 16:11:38.214 INFO STEP 865 (remove_files) COMPLETE
79512026-07-04T16:11:38.979Z[ recovery-image] Jul 04 16:11:38.214 INFO O| Jul 04 16:11:38.214 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-07-04T16:11:38.990Z[ recovery-image] Jul 04 16:11:38.226 INFO O| Jul 04 16:11:38.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79532026-07-04T16:11:38.995Z[ recovery-image] Jul 04 16:11:38.226 INFO O| Jul 04 16:11:38.226 INFO STEP 866 (remove_files) COMPLETE
79542026-07-04T16:11:38.995Z[ recovery-image] Jul 04 16:11:38.226 INFO O| Jul 04 16:11:38.226 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-07-04T16:11:39.002Z[ recovery-image] Jul 04 16:11:38.237 INFO O| Jul 04 16:11:38.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79562026-07-04T16:11:39.002Z[ recovery-image] Jul 04 16:11:38.237 INFO O| Jul 04 16:11:38.237 INFO STEP 867 (remove_files) COMPLETE
79572026-07-04T16:11:39.002Z[ recovery-image] Jul 04 16:11:38.237 INFO O| Jul 04 16:11:38.237 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-07-04T16:11:39.012Z[ recovery-image] Jul 04 16:11:38.247 INFO O| Jul 04 16:11:38.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79592026-07-04T16:11:39.012Z[ recovery-image] Jul 04 16:11:38.247 INFO O| Jul 04 16:11:38.247 INFO STEP 868 (remove_files) COMPLETE
79602026-07-04T16:11:39.012Z[ recovery-image] Jul 04 16:11:38.247 INFO O| Jul 04 16:11:38.247 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-07-04T16:11:39.023Z[ recovery-image] Jul 04 16:11:38.258 INFO O| Jul 04 16:11:38.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79622026-07-04T16:11:39.024Z[ recovery-image] Jul 04 16:11:38.258 INFO O| Jul 04 16:11:38.258 INFO STEP 869 (remove_files) COMPLETE
79632026-07-04T16:11:39.024Z[ recovery-image] Jul 04 16:11:38.258 INFO O| Jul 04 16:11:38.258 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-07-04T16:11:39.033Z[ recovery-image] Jul 04 16:11:38.269 INFO O| Jul 04 16:11:38.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79652026-07-04T16:11:39.033Z[ recovery-image] Jul 04 16:11:38.269 INFO O| Jul 04 16:11:38.269 INFO STEP 870 (remove_files) COMPLETE
79662026-07-04T16:11:39.034Z[ recovery-image] Jul 04 16:11:38.269 INFO O| Jul 04 16:11:38.269 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-07-04T16:11:39.043Z[ recovery-image] Jul 04 16:11:38.279 INFO O| Jul 04 16:11:38.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79682026-07-04T16:11:39.043Z[ recovery-image] Jul 04 16:11:38.279 INFO O| Jul 04 16:11:38.279 INFO STEP 871 (remove_files) COMPLETE
79692026-07-04T16:11:39.043Z[ recovery-image] Jul 04 16:11:38.279 INFO O| Jul 04 16:11:38.279 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-07-04T16:11:39.055Z[ recovery-image] Jul 04 16:11:38.290 INFO O| Jul 04 16:11:38.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79712026-07-04T16:11:39.056Z[ recovery-image] Jul 04 16:11:38.290 INFO O| Jul 04 16:11:38.290 INFO STEP 872 (remove_files) COMPLETE
79722026-07-04T16:11:39.056Z[ recovery-image] Jul 04 16:11:38.290 INFO O| Jul 04 16:11:38.290 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-07-04T16:11:39.066Z[ recovery-image] Jul 04 16:11:38.302 INFO O| Jul 04 16:11:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79742026-07-04T16:11:39.066Z[ recovery-image] Jul 04 16:11:38.302 INFO O| Jul 04 16:11:38.302 INFO STEP 873 (remove_files) COMPLETE
79752026-07-04T16:11:39.066Z[ recovery-image] Jul 04 16:11:38.302 INFO O| Jul 04 16:11:38.302 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-07-04T16:11:39.076Z[ recovery-image] Jul 04 16:11:38.312 INFO O| Jul 04 16:11:38.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79772026-07-04T16:11:39.076Z[ recovery-image] Jul 04 16:11:38.312 INFO O| Jul 04 16:11:38.312 INFO STEP 874 (remove_files) COMPLETE
79782026-07-04T16:11:39.080Z[ recovery-image] Jul 04 16:11:38.312 INFO O| Jul 04 16:11:38.312 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-07-04T16:11:39.087Z[ recovery-image] Jul 04 16:11:38.323 INFO O| Jul 04 16:11:38.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79802026-07-04T16:11:39.087Z[ recovery-image] Jul 04 16:11:38.323 INFO O| Jul 04 16:11:38.323 INFO STEP 875 (remove_files) COMPLETE
79812026-07-04T16:11:39.087Z[ recovery-image] Jul 04 16:11:38.323 INFO O| Jul 04 16:11:38.323 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-07-04T16:11:39.097Z[ recovery-image] Jul 04 16:11:38.334 INFO O| Jul 04 16:11:38.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79832026-07-04T16:11:39.097Z[ recovery-image] Jul 04 16:11:38.334 INFO O| Jul 04 16:11:38.334 INFO STEP 876 (remove_files) COMPLETE
79842026-07-04T16:11:39.105Z[ recovery-image] Jul 04 16:11:38.334 INFO O| Jul 04 16:11:38.334 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-07-04T16:11:39.109Z[ recovery-image] Jul 04 16:11:38.345 INFO O| Jul 04 16:11:38.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79862026-07-04T16:11:39.109Z[ recovery-image] Jul 04 16:11:38.345 INFO O| Jul 04 16:11:38.345 INFO STEP 877 (remove_files) COMPLETE
79872026-07-04T16:11:39.109Z[ recovery-image] Jul 04 16:11:38.345 INFO O| Jul 04 16:11:38.345 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-07-04T16:11:39.119Z[ recovery-image] Jul 04 16:11:38.355 INFO O| Jul 04 16:11:38.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79892026-07-04T16:11:39.119Z[ recovery-image] Jul 04 16:11:38.355 INFO O| Jul 04 16:11:38.355 INFO STEP 878 (remove_files) COMPLETE
79902026-07-04T16:11:39.120Z[ recovery-image] Jul 04 16:11:38.355 INFO O| Jul 04 16:11:38.355 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-07-04T16:11:39.129Z[ recovery-image] Jul 04 16:11:38.365 INFO O| Jul 04 16:11:38.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79922026-07-04T16:11:39.129Z[ recovery-image] Jul 04 16:11:38.365 INFO O| Jul 04 16:11:38.365 INFO STEP 879 (remove_files) COMPLETE
79932026-07-04T16:11:39.129Z[ recovery-image] Jul 04 16:11:38.365 INFO O| Jul 04 16:11:38.365 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-07-04T16:11:39.142Z[ recovery-image] Jul 04 16:11:38.377 INFO O| Jul 04 16:11:38.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79952026-07-04T16:11:39.142Z[ recovery-image] Jul 04 16:11:38.377 INFO O| Jul 04 16:11:38.377 INFO STEP 880 (remove_files) COMPLETE
79962026-07-04T16:11:39.143Z[ recovery-image] Jul 04 16:11:38.377 INFO O| Jul 04 16:11:38.377 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-07-04T16:11:39.153Z[ recovery-image] Jul 04 16:11:38.389 INFO O| Jul 04 16:11:38.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79982026-07-04T16:11:39.153Z[ recovery-image] Jul 04 16:11:38.389 INFO O| Jul 04 16:11:38.389 INFO STEP 881 (remove_files) COMPLETE
79992026-07-04T16:11:39.153Z[ recovery-image] Jul 04 16:11:38.389 INFO O| Jul 04 16:11:38.389 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-07-04T16:11:39.165Z[ recovery-image] Jul 04 16:11:38.400 INFO O| Jul 04 16:11:38.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80012026-07-04T16:11:39.165Z[ recovery-image] Jul 04 16:11:38.401 INFO O| Jul 04 16:11:38.401 INFO STEP 882 (remove_files) COMPLETE
80022026-07-04T16:11:39.165Z[ recovery-image] Jul 04 16:11:38.401 INFO O| Jul 04 16:11:38.401 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-07-04T16:11:39.175Z[ recovery-image] Jul 04 16:11:38.411 INFO O| Jul 04 16:11:38.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80042026-07-04T16:11:39.175Z[ recovery-image] Jul 04 16:11:38.411 INFO O| Jul 04 16:11:38.411 INFO STEP 883 (remove_files) COMPLETE
80052026-07-04T16:11:39.175Z[ recovery-image] Jul 04 16:11:38.411 INFO O| Jul 04 16:11:38.411 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-07-04T16:11:39.186Z[ recovery-image] Jul 04 16:11:38.422 INFO O| Jul 04 16:11:38.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80072026-07-04T16:11:39.186Z[ recovery-image] Jul 04 16:11:38.422 INFO O| Jul 04 16:11:38.422 INFO STEP 884 (remove_files) COMPLETE
80082026-07-04T16:11:39.186Z[ recovery-image] Jul 04 16:11:38.422 INFO O| Jul 04 16:11:38.422 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-07-04T16:11:39.196Z[ recovery-image] Jul 04 16:11:38.431 INFO O| Jul 04 16:11:38.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80102026-07-04T16:11:39.197Z[ recovery-image] Jul 04 16:11:38.431 INFO O| Jul 04 16:11:38.431 INFO STEP 885 (remove_files) COMPLETE
80112026-07-04T16:11:39.197Z[ recovery-image] Jul 04 16:11:38.431 INFO O| Jul 04 16:11:38.431 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-07-04T16:11:39.205Z[ recovery-image] Jul 04 16:11:38.441 INFO O| Jul 04 16:11:38.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80132026-07-04T16:11:39.205Z[ recovery-image] Jul 04 16:11:38.441 INFO O| Jul 04 16:11:38.441 INFO STEP 886 (remove_files) COMPLETE
80142026-07-04T16:11:39.205Z[ recovery-image] Jul 04 16:11:38.441 INFO O| Jul 04 16:11:38.441 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-07-04T16:11:39.221Z[ recovery-image] Jul 04 16:11:38.451 INFO O| Jul 04 16:11:38.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80162026-07-04T16:11:39.221Z[ recovery-image] Jul 04 16:11:38.451 INFO O| Jul 04 16:11:38.451 INFO STEP 887 (remove_files) COMPLETE
80172026-07-04T16:11:39.221Z[ recovery-image] Jul 04 16:11:38.451 INFO O| Jul 04 16:11:38.451 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-07-04T16:11:39.225Z[ recovery-image] Jul 04 16:11:38.461 INFO O| Jul 04 16:11:38.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80192026-07-04T16:11:39.225Z[ recovery-image] Jul 04 16:11:38.461 INFO O| Jul 04 16:11:38.461 INFO STEP 888 (remove_files) COMPLETE
80202026-07-04T16:11:39.225Z[ recovery-image] Jul 04 16:11:38.461 INFO O| Jul 04 16:11:38.461 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-07-04T16:11:39.236Z[ recovery-image] Jul 04 16:11:38.471 INFO O| Jul 04 16:11:38.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80222026-07-04T16:11:39.236Z[ recovery-image] Jul 04 16:11:38.472 INFO O| Jul 04 16:11:38.472 INFO STEP 889 (remove_files) COMPLETE
80232026-07-04T16:11:39.241Z[ recovery-image] Jul 04 16:11:38.472 INFO O| Jul 04 16:11:38.472 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-07-04T16:11:39.247Z[ recovery-image] Jul 04 16:11:38.483 INFO O| Jul 04 16:11:38.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80252026-07-04T16:11:39.247Z[ recovery-image] Jul 04 16:11:38.483 INFO O| Jul 04 16:11:38.483 INFO STEP 890 (remove_files) COMPLETE
80262026-07-04T16:11:39.252Z[ recovery-image] Jul 04 16:11:38.483 INFO O| Jul 04 16:11:38.483 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-07-04T16:11:39.258Z[ recovery-image] Jul 04 16:11:38.494 INFO O| Jul 04 16:11:38.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80282026-07-04T16:11:39.258Z[ recovery-image] Jul 04 16:11:38.494 INFO O| Jul 04 16:11:38.494 INFO STEP 891 (remove_files) COMPLETE
80292026-07-04T16:11:39.258Z[ recovery-image] Jul 04 16:11:38.494 INFO O| Jul 04 16:11:38.494 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-07-04T16:11:39.269Z[ recovery-image] Jul 04 16:11:38.505 INFO O| Jul 04 16:11:38.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80312026-07-04T16:11:39.270Z[ recovery-image] Jul 04 16:11:38.505 INFO O| Jul 04 16:11:38.505 INFO STEP 892 (remove_files) COMPLETE
80322026-07-04T16:11:39.270Z[ recovery-image] Jul 04 16:11:38.505 INFO O| Jul 04 16:11:38.505 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-07-04T16:11:39.281Z[ recovery-image] Jul 04 16:11:38.516 INFO O| Jul 04 16:11:38.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80342026-07-04T16:11:39.281Z[ recovery-image] Jul 04 16:11:38.516 INFO O| Jul 04 16:11:38.516 INFO STEP 893 (remove_files) COMPLETE
80352026-07-04T16:11:39.281Z[ recovery-image] Jul 04 16:11:38.516 INFO O| Jul 04 16:11:38.516 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-07-04T16:11:39.291Z[ recovery-image] Jul 04 16:11:38.527 INFO O| Jul 04 16:11:38.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80372026-07-04T16:11:39.291Z[ recovery-image] Jul 04 16:11:38.527 INFO O| Jul 04 16:11:38.527 INFO STEP 894 (remove_files) COMPLETE
80382026-07-04T16:11:39.291Z[ recovery-image] Jul 04 16:11:38.527 INFO O| Jul 04 16:11:38.527 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-07-04T16:11:39.303Z[ recovery-image] Jul 04 16:11:38.537 INFO O| Jul 04 16:11:38.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80402026-07-04T16:11:39.304Z[ recovery-image] Jul 04 16:11:38.537 INFO O| Jul 04 16:11:38.537 INFO STEP 895 (remove_files) COMPLETE
80412026-07-04T16:11:39.305Z[ recovery-image] Jul 04 16:11:38.537 INFO O| Jul 04 16:11:38.537 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.548 INFO O| Jul 04 16:11:38.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80432026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.548 INFO O| Jul 04 16:11:38.548 INFO STEP 896 (remove_files) COMPLETE
80442026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.548 INFO O| Jul 04 16:11:38.548 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.558 INFO O| Jul 04 16:11:38.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80462026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.558 INFO O| Jul 04 16:11:38.558 INFO STEP 897 (remove_files) COMPLETE
80472026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.558 INFO O| Jul 04 16:11:38.558 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.569 INFO O| Jul 04 16:11:38.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80492026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.569 INFO O| Jul 04 16:11:38.569 INFO STEP 898 (remove_files) COMPLETE
80502026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.569 INFO O| Jul 04 16:11:38.569 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-07-04T16:11:39.379Z[ recovery-image] Jul 04 16:11:38.579 INFO O| Jul 04 16:11:38.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80522026-07-04T16:11:39.405Z[ recovery-image] Jul 04 16:11:38.579 INFO O| Jul 04 16:11:38.579 INFO STEP 899 (remove_files) COMPLETE
80532026-07-04T16:11:39.405Z[ recovery-image] Jul 04 16:11:38.579 INFO O| Jul 04 16:11:38.579 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-07-04T16:11:39.405Z[ recovery-image] Jul 04 16:11:38.604 INFO O| Jul 04 16:11:38.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80552026-07-04T16:11:39.405Z[ recovery-image] Jul 04 16:11:38.604 INFO O| Jul 04 16:11:38.590 INFO STEP 900 (remove_files) COMPLETE
80562026-07-04T16:11:39.405Z[ recovery-image] Jul 04 16:11:38.604 INFO O| Jul 04 16:11:38.590 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-07-04T16:11:39.405Z[ recovery-image] Jul 04 16:11:38.604 INFO O| Jul 04 16:11:38.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80582026-07-04T16:11:39.405Z[ recovery-image] Jul 04 16:11:38.604 INFO O| Jul 04 16:11:38.601 INFO STEP 901 (remove_files) COMPLETE
80592026-07-04T16:11:39.406Z[ recovery-image] Jul 04 16:11:38.604 INFO O| Jul 04 16:11:38.601 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.615 INFO O| Jul 04 16:11:38.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80612026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.615 INFO O| Jul 04 16:11:38.615 INFO STEP 902 (remove_files) COMPLETE
80622026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.615 INFO O| Jul 04 16:11:38.615 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.626 INFO O| Jul 04 16:11:38.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80642026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.626 INFO O| Jul 04 16:11:38.626 INFO STEP 903 (remove_files) COMPLETE
80652026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.626 INFO O| Jul 04 16:11:38.626 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.638 INFO O| Jul 04 16:11:38.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80672026-07-04T16:11:39.434Z[ recovery-image] Jul 04 16:11:38.638 INFO O| Jul 04 16:11:38.638 INFO STEP 904 (remove_files) COMPLETE
80682026-07-04T16:11:39.435Z[ recovery-image] Jul 04 16:11:38.638 INFO O| Jul 04 16:11:38.638 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-07-04T16:11:39.435Z[ recovery-image] Jul 04 16:11:38.649 INFO O| Jul 04 16:11:38.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80702026-07-04T16:11:39.435Z[ recovery-image] Jul 04 16:11:38.649 INFO O| Jul 04 16:11:38.649 INFO STEP 905 (remove_files) COMPLETE
80712026-07-04T16:11:39.435Z[ recovery-image] Jul 04 16:11:38.649 INFO O| Jul 04 16:11:38.649 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-07-04T16:11:39.435Z[ recovery-image] Jul 04 16:11:38.661 INFO O| Jul 04 16:11:38.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80732026-07-04T16:11:39.435Z[ recovery-image] Jul 04 16:11:38.661 INFO O| Jul 04 16:11:38.661 INFO STEP 906 (remove_files) COMPLETE
80742026-07-04T16:11:39.435Z[ recovery-image] Jul 04 16:11:38.661 INFO O| Jul 04 16:11:38.661 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-07-04T16:11:39.440Z[ recovery-image] Jul 04 16:11:38.672 INFO O| Jul 04 16:11:38.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80762026-07-04T16:11:39.440Z[ recovery-image] Jul 04 16:11:38.672 INFO O| Jul 04 16:11:38.672 INFO STEP 907 (remove_files) COMPLETE
80772026-07-04T16:11:39.440Z[ recovery-image] Jul 04 16:11:38.672 INFO O| Jul 04 16:11:38.672 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-07-04T16:11:39.466Z[ recovery-image] Jul 04 16:11:38.683 INFO O| Jul 04 16:11:38.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80792026-07-04T16:11:39.466Z[ recovery-image] Jul 04 16:11:38.683 INFO O| Jul 04 16:11:38.683 INFO STEP 908 (remove_files) COMPLETE
80802026-07-04T16:11:39.466Z[ recovery-image] Jul 04 16:11:38.683 INFO O| Jul 04 16:11:38.683 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-07-04T16:11:39.472Z[ recovery-image] Jul 04 16:11:38.693 INFO O| Jul 04 16:11:38.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80822026-07-04T16:11:39.473Z[ recovery-image] Jul 04 16:11:38.693 INFO O| Jul 04 16:11:38.693 INFO STEP 909 (remove_files) COMPLETE
80832026-07-04T16:11:39.473Z[ recovery-image] Jul 04 16:11:38.693 INFO O| Jul 04 16:11:38.693 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-07-04T16:11:39.473Z[ recovery-image] Jul 04 16:11:38.703 INFO O| Jul 04 16:11:38.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80852026-07-04T16:11:39.473Z[ recovery-image] Jul 04 16:11:38.703 INFO O| Jul 04 16:11:38.703 INFO STEP 910 (remove_files) COMPLETE
80862026-07-04T16:11:39.473Z[ recovery-image] Jul 04 16:11:38.703 INFO O| Jul 04 16:11:38.703 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-07-04T16:11:39.478Z[ recovery-image] Jul 04 16:11:38.714 INFO O| Jul 04 16:11:38.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80882026-07-04T16:11:39.478Z[ recovery-image] Jul 04 16:11:38.714 INFO O| Jul 04 16:11:38.714 INFO STEP 911 (remove_files) COMPLETE
80892026-07-04T16:11:39.478Z[ recovery-image] Jul 04 16:11:38.714 INFO O| Jul 04 16:11:38.714 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-07-04T16:11:39.489Z[ recovery-image] Jul 04 16:11:38.725 INFO O| Jul 04 16:11:38.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80912026-07-04T16:11:39.489Z[ recovery-image] Jul 04 16:11:38.725 INFO O| Jul 04 16:11:38.725 INFO STEP 912 (remove_files) COMPLETE
80922026-07-04T16:11:39.489Z[ recovery-image] Jul 04 16:11:38.725 INFO O| Jul 04 16:11:38.725 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-07-04T16:11:39.500Z[ recovery-image] Jul 04 16:11:38.736 INFO O| Jul 04 16:11:38.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80942026-07-04T16:11:39.500Z[ recovery-image] Jul 04 16:11:38.736 INFO O| Jul 04 16:11:38.736 INFO STEP 913 (remove_files) COMPLETE
80952026-07-04T16:11:39.501Z[ recovery-image] Jul 04 16:11:38.736 INFO O| Jul 04 16:11:38.736 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-07-04T16:11:39.514Z[ recovery-image] Jul 04 16:11:38.745 INFO O| Jul 04 16:11:38.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80972026-07-04T16:11:39.515Z[ recovery-image] Jul 04 16:11:38.745 INFO O| Jul 04 16:11:38.745 INFO STEP 914 (remove_files) COMPLETE
80982026-07-04T16:11:39.515Z[ recovery-image] Jul 04 16:11:38.745 INFO O| Jul 04 16:11:38.745 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-07-04T16:11:39.519Z[ recovery-image] Jul 04 16:11:38.756 INFO O| Jul 04 16:11:38.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81002026-07-04T16:11:39.519Z[ recovery-image] Jul 04 16:11:38.756 INFO O| Jul 04 16:11:38.756 INFO STEP 915 (remove_files) COMPLETE
81012026-07-04T16:11:39.519Z[ recovery-image] Jul 04 16:11:38.756 INFO O| Jul 04 16:11:38.756 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-07-04T16:11:39.531Z[ recovery-image] Jul 04 16:11:38.767 INFO O| Jul 04 16:11:38.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81032026-07-04T16:11:39.531Z[ recovery-image] Jul 04 16:11:38.767 INFO O| Jul 04 16:11:38.767 INFO STEP 916 (remove_files) COMPLETE
81042026-07-04T16:11:39.531Z[ recovery-image] Jul 04 16:11:38.767 INFO O| Jul 04 16:11:38.767 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-07-04T16:11:39.542Z[ recovery-image] Jul 04 16:11:38.778 INFO O| Jul 04 16:11:38.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81062026-07-04T16:11:39.546Z[ recovery-image] Jul 04 16:11:38.778 INFO O| Jul 04 16:11:38.778 INFO STEP 917 (remove_files) COMPLETE
81072026-07-04T16:11:39.546Z[ recovery-image] Jul 04 16:11:38.778 INFO O| Jul 04 16:11:38.778 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-07-04T16:11:39.553Z[ recovery-image] Jul 04 16:11:38.788 INFO O| Jul 04 16:11:38.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81092026-07-04T16:11:39.553Z[ recovery-image] Jul 04 16:11:38.788 INFO O| Jul 04 16:11:38.788 INFO STEP 918 (remove_files) COMPLETE
81102026-07-04T16:11:39.553Z[ recovery-image] Jul 04 16:11:38.788 INFO O| Jul 04 16:11:38.788 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-07-04T16:11:39.562Z[ recovery-image] Jul 04 16:11:38.798 INFO O| Jul 04 16:11:38.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81122026-07-04T16:11:39.562Z[ recovery-image] Jul 04 16:11:38.798 INFO O| Jul 04 16:11:38.798 INFO STEP 919 (remove_files) COMPLETE
81132026-07-04T16:11:39.566Z[ recovery-image] Jul 04 16:11:38.798 INFO O| Jul 04 16:11:38.798 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-07-04T16:11:39.572Z[ recovery-image] Jul 04 16:11:38.807 INFO O| Jul 04 16:11:38.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81152026-07-04T16:11:39.572Z[ recovery-image] Jul 04 16:11:38.807 INFO O| Jul 04 16:11:38.807 INFO STEP 920 (remove_files) COMPLETE
81162026-07-04T16:11:39.572Z[ recovery-image] Jul 04 16:11:38.807 INFO O| Jul 04 16:11:38.807 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-07-04T16:11:39.582Z[ recovery-image] Jul 04 16:11:38.818 INFO O| Jul 04 16:11:38.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81182026-07-04T16:11:39.582Z[ recovery-image] Jul 04 16:11:38.818 INFO O| Jul 04 16:11:38.818 INFO STEP 921 (remove_files) COMPLETE
81192026-07-04T16:11:39.582Z[ recovery-image] Jul 04 16:11:38.818 INFO O| Jul 04 16:11:38.818 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-07-04T16:11:39.595Z[ recovery-image] Jul 04 16:11:38.829 INFO O| Jul 04 16:11:38.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81212026-07-04T16:11:39.596Z[ recovery-image] Jul 04 16:11:38.829 INFO O| Jul 04 16:11:38.829 INFO STEP 922 (remove_files) COMPLETE
81222026-07-04T16:11:39.600Z[ recovery-image] Jul 04 16:11:38.829 INFO O| Jul 04 16:11:38.829 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-07-04T16:11:39.604Z[ recovery-image] Jul 04 16:11:38.840 INFO O| Jul 04 16:11:38.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81242026-07-04T16:11:39.604Z[ recovery-image] Jul 04 16:11:38.840 INFO O| Jul 04 16:11:38.840 INFO STEP 923 (remove_files) COMPLETE
81252026-07-04T16:11:39.607Z[ recovery-image] Jul 04 16:11:38.840 INFO O| Jul 04 16:11:38.840 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-07-04T16:11:39.613Z[ recovery-image] Jul 04 16:11:38.849 INFO O| Jul 04 16:11:38.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81272026-07-04T16:11:39.613Z[ recovery-image] Jul 04 16:11:38.849 INFO O| Jul 04 16:11:38.849 INFO STEP 924 (remove_files) COMPLETE
81282026-07-04T16:11:39.613Z[ recovery-image] Jul 04 16:11:38.849 INFO O| Jul 04 16:11:38.849 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-07-04T16:11:39.623Z[ recovery-image] Jul 04 16:11:38.859 INFO O| Jul 04 16:11:38.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81302026-07-04T16:11:39.631Z[ recovery-image] Jul 04 16:11:38.860 INFO O| Jul 04 16:11:38.860 INFO STEP 925 (remove_files) COMPLETE
81312026-07-04T16:11:39.632Z[ recovery-image] Jul 04 16:11:38.860 INFO O| Jul 04 16:11:38.860 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-07-04T16:11:39.640Z[ recovery-image] Jul 04 16:11:38.872 INFO O| Jul 04 16:11:38.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81332026-07-04T16:11:39.640Z[ recovery-image] Jul 04 16:11:38.872 INFO O| Jul 04 16:11:38.872 INFO STEP 926 (remove_files) COMPLETE
81342026-07-04T16:11:39.640Z[ recovery-image] Jul 04 16:11:38.872 INFO O| Jul 04 16:11:38.872 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-07-04T16:11:39.646Z[ recovery-image] Jul 04 16:11:38.883 INFO O| Jul 04 16:11:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81362026-07-04T16:11:39.647Z[ recovery-image] Jul 04 16:11:38.883 INFO O| Jul 04 16:11:38.883 INFO STEP 927 (remove_files) COMPLETE
81372026-07-04T16:11:39.651Z[ recovery-image] Jul 04 16:11:38.883 INFO O| Jul 04 16:11:38.883 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-07-04T16:11:39.659Z[ recovery-image] Jul 04 16:11:38.894 INFO O| Jul 04 16:11:38.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81392026-07-04T16:11:39.659Z[ recovery-image] Jul 04 16:11:38.894 INFO O| Jul 04 16:11:38.894 INFO STEP 928 (remove_files) COMPLETE
81402026-07-04T16:11:39.659Z[ recovery-image] Jul 04 16:11:38.894 INFO O| Jul 04 16:11:38.894 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-07-04T16:11:39.669Z[ recovery-image] Jul 04 16:11:38.904 INFO O| Jul 04 16:11:38.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81422026-07-04T16:11:39.669Z[ recovery-image] Jul 04 16:11:38.904 INFO O| Jul 04 16:11:38.904 INFO STEP 929 (remove_files) COMPLETE
81432026-07-04T16:11:39.669Z[ recovery-image] Jul 04 16:11:38.904 INFO O| Jul 04 16:11:38.904 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-07-04T16:11:39.679Z[ recovery-image] Jul 04 16:11:38.916 INFO O| Jul 04 16:11:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81452026-07-04T16:11:39.679Z[ recovery-image] Jul 04 16:11:38.916 INFO O| Jul 04 16:11:38.916 INFO STEP 930 (remove_files) COMPLETE
81462026-07-04T16:11:39.679Z[ recovery-image] Jul 04 16:11:38.916 INFO O| Jul 04 16:11:38.916 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-07-04T16:11:39.690Z[ recovery-image] Jul 04 16:11:38.926 INFO O| Jul 04 16:11:38.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81482026-07-04T16:11:39.690Z[ recovery-image] Jul 04 16:11:38.926 INFO O| Jul 04 16:11:38.926 INFO STEP 931 (remove_files) COMPLETE
81492026-07-04T16:11:39.690Z[ recovery-image] Jul 04 16:11:38.926 INFO O| Jul 04 16:11:38.926 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-07-04T16:11:39.705Z[ recovery-image] Jul 04 16:11:38.936 INFO O| Jul 04 16:11:38.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81512026-07-04T16:11:39.705Z[ recovery-image] Jul 04 16:11:38.936 INFO O| Jul 04 16:11:38.936 INFO STEP 932 (remove_files) COMPLETE
81522026-07-04T16:11:39.710Z[ recovery-image] Jul 04 16:11:38.936 INFO O| Jul 04 16:11:38.936 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-07-04T16:11:39.711Z[ recovery-image] Jul 04 16:11:38.946 INFO O| Jul 04 16:11:38.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81542026-07-04T16:11:39.711Z[ recovery-image] Jul 04 16:11:38.946 INFO O| Jul 04 16:11:38.946 INFO STEP 933 (remove_files) COMPLETE
81552026-07-04T16:11:39.711Z[ recovery-image] Jul 04 16:11:38.946 INFO O| Jul 04 16:11:38.946 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-07-04T16:11:39.722Z[ recovery-image] Jul 04 16:11:38.957 INFO O| Jul 04 16:11:38.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81572026-07-04T16:11:39.722Z[ recovery-image] Jul 04 16:11:38.957 INFO O| Jul 04 16:11:38.957 INFO STEP 934 (remove_files) COMPLETE
81582026-07-04T16:11:39.722Z[ recovery-image] Jul 04 16:11:38.957 INFO O| Jul 04 16:11:38.957 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-07-04T16:11:39.730Z[ recovery-image] Jul 04 16:11:38.966 INFO O| Jul 04 16:11:38.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81602026-07-04T16:11:39.731Z[ recovery-image] Jul 04 16:11:38.967 INFO O| Jul 04 16:11:38.967 INFO STEP 935 (remove_files) COMPLETE
81612026-07-04T16:11:39.731Z[ recovery-image] Jul 04 16:11:38.967 INFO O| Jul 04 16:11:38.967 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-07-04T16:11:39.740Z[ recovery-image] Jul 04 16:11:38.976 INFO O| Jul 04 16:11:38.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81632026-07-04T16:11:39.740Z[ recovery-image] Jul 04 16:11:38.976 INFO O| Jul 04 16:11:38.976 INFO STEP 936 (remove_files) COMPLETE
81642026-07-04T16:11:39.740Z[ recovery-image] Jul 04 16:11:38.976 INFO O| Jul 04 16:11:38.976 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-07-04T16:11:39.751Z[ recovery-image] Jul 04 16:11:38.986 INFO O| Jul 04 16:11:38.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81662026-07-04T16:11:39.751Z[ recovery-image] Jul 04 16:11:38.986 INFO O| Jul 04 16:11:38.986 INFO STEP 937 (remove_files) COMPLETE
81672026-07-04T16:11:39.757Z[ recovery-image] Jul 04 16:11:38.986 INFO O| Jul 04 16:11:38.986 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-07-04T16:11:39.767Z[ recovery-image] Jul 04 16:11:38.995 INFO O| Jul 04 16:11:38.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81692026-07-04T16:11:39.767Z[ recovery-image] Jul 04 16:11:38.995 INFO O| Jul 04 16:11:38.995 INFO STEP 938 (remove_files) COMPLETE
81702026-07-04T16:11:39.767Z[ recovery-image] Jul 04 16:11:38.995 INFO O| Jul 04 16:11:38.995 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-07-04T16:11:39.772Z[ recovery-image] Jul 04 16:11:39.004 INFO O| Jul 04 16:11:39.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81722026-07-04T16:11:39.772Z[ recovery-image] Jul 04 16:11:39.005 INFO O| Jul 04 16:11:39.005 INFO STEP 939 (remove_files) COMPLETE
81732026-07-04T16:11:39.772Z[ recovery-image] Jul 04 16:11:39.005 INFO O| Jul 04 16:11:39.005 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-07-04T16:11:39.780Z[ recovery-image] Jul 04 16:11:39.014 INFO O| Jul 04 16:11:39.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81752026-07-04T16:11:39.781Z[ recovery-image] Jul 04 16:11:39.014 INFO O| Jul 04 16:11:39.014 INFO STEP 940 (remove_files) COMPLETE
81762026-07-04T16:11:39.785Z[ recovery-image] Jul 04 16:11:39.014 INFO O| Jul 04 16:11:39.014 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-07-04T16:11:39.790Z[ recovery-image] Jul 04 16:11:39.023 INFO O| Jul 04 16:11:39.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81782026-07-04T16:11:39.790Z[ recovery-image] Jul 04 16:11:39.023 INFO O| Jul 04 16:11:39.023 INFO STEP 941 (remove_files) COMPLETE
81792026-07-04T16:11:39.790Z[ recovery-image] Jul 04 16:11:39.023 INFO O| Jul 04 16:11:39.023 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-07-04T16:11:39.796Z[ recovery-image] Jul 04 16:11:39.031 INFO O| Jul 04 16:11:39.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81812026-07-04T16:11:39.800Z[ recovery-image] Jul 04 16:11:39.032 INFO O| Jul 04 16:11:39.031 INFO STEP 942 (remove_files) COMPLETE
81822026-07-04T16:11:39.800Z[ recovery-image] Jul 04 16:11:39.032 INFO O| Jul 04 16:11:39.032 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-07-04T16:11:39.806Z[ recovery-image] Jul 04 16:11:39.042 INFO O| Jul 04 16:11:39.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81842026-07-04T16:11:39.806Z[ recovery-image] Jul 04 16:11:39.042 INFO O| Jul 04 16:11:39.042 INFO STEP 943 (remove_files) COMPLETE
81852026-07-04T16:11:39.806Z[ recovery-image] Jul 04 16:11:39.042 INFO O| Jul 04 16:11:39.042 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-07-04T16:11:39.816Z[ recovery-image] Jul 04 16:11:39.051 INFO O| Jul 04 16:11:39.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81872026-07-04T16:11:39.816Z[ recovery-image] Jul 04 16:11:39.051 INFO O| Jul 04 16:11:39.051 INFO STEP 944 (remove_files) COMPLETE
81882026-07-04T16:11:39.816Z[ recovery-image] Jul 04 16:11:39.051 INFO O| Jul 04 16:11:39.051 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-07-04T16:11:39.825Z[ recovery-image] Jul 04 16:11:39.060 INFO O| Jul 04 16:11:39.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81902026-07-04T16:11:39.825Z[ recovery-image] Jul 04 16:11:39.060 INFO O| Jul 04 16:11:39.060 INFO STEP 945 (remove_files) COMPLETE
81912026-07-04T16:11:39.830Z[ recovery-image] Jul 04 16:11:39.060 INFO O| Jul 04 16:11:39.060 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-07-04T16:11:39.836Z[ recovery-image] Jul 04 16:11:39.070 INFO O| Jul 04 16:11:39.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81932026-07-04T16:11:39.836Z[ recovery-image] Jul 04 16:11:39.070 INFO O| Jul 04 16:11:39.070 INFO STEP 946 (remove_files) COMPLETE
81942026-07-04T16:11:39.837Z[ recovery-image] Jul 04 16:11:39.070 INFO O| Jul 04 16:11:39.070 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-07-04T16:11:39.845Z[ recovery-image] Jul 04 16:11:39.081 INFO O| Jul 04 16:11:39.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81962026-07-04T16:11:39.845Z[ recovery-image] Jul 04 16:11:39.081 INFO O| Jul 04 16:11:39.081 INFO STEP 947 (remove_files) COMPLETE
81972026-07-04T16:11:39.849Z[ recovery-image] Jul 04 16:11:39.081 INFO O| Jul 04 16:11:39.081 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-07-04T16:11:39.855Z[ recovery-image] Jul 04 16:11:39.090 INFO O| Jul 04 16:11:39.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81992026-07-04T16:11:39.855Z[ recovery-image] Jul 04 16:11:39.091 INFO O| Jul 04 16:11:39.091 INFO STEP 948 (remove_files) COMPLETE
82002026-07-04T16:11:39.855Z[ recovery-image] Jul 04 16:11:39.091 INFO O| Jul 04 16:11:39.091 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-07-04T16:11:39.864Z[ recovery-image] Jul 04 16:11:39.099 INFO O| Jul 04 16:11:39.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82022026-07-04T16:11:39.864Z[ recovery-image] Jul 04 16:11:39.100 INFO O| Jul 04 16:11:39.100 INFO STEP 949 (remove_files) COMPLETE
82032026-07-04T16:11:39.864Z[ recovery-image] Jul 04 16:11:39.100 INFO O| Jul 04 16:11:39.100 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-07-04T16:11:39.873Z[ recovery-image] Jul 04 16:11:39.108 INFO O| Jul 04 16:11:39.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82052026-07-04T16:11:39.873Z[ recovery-image] Jul 04 16:11:39.108 INFO O| Jul 04 16:11:39.108 INFO STEP 950 (remove_files) COMPLETE
82062026-07-04T16:11:39.873Z[ recovery-image] Jul 04 16:11:39.108 INFO O| Jul 04 16:11:39.108 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-07-04T16:11:39.883Z[ recovery-image] Jul 04 16:11:39.119 INFO O| Jul 04 16:11:39.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82082026-07-04T16:11:39.887Z[ recovery-image] Jul 04 16:11:39.121 INFO O| Jul 04 16:11:39.120 INFO STEP 951 (remove_files) COMPLETE
82092026-07-04T16:11:39.887Z[ recovery-image] Jul 04 16:11:39.121 INFO O| Jul 04 16:11:39.120 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-07-04T16:11:39.893Z[ recovery-image] Jul 04 16:11:39.129 INFO O| Jul 04 16:11:39.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82112026-07-04T16:11:39.893Z[ recovery-image] Jul 04 16:11:39.129 INFO O| Jul 04 16:11:39.129 INFO STEP 952 (remove_files) COMPLETE
82122026-07-04T16:11:39.899Z[ recovery-image] Jul 04 16:11:39.129 INFO O| Jul 04 16:11:39.129 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-07-04T16:11:39.903Z[ recovery-image] Jul 04 16:11:39.138 INFO O| Jul 04 16:11:39.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82142026-07-04T16:11:39.903Z[ recovery-image] Jul 04 16:11:39.138 INFO O| Jul 04 16:11:39.138 INFO STEP 953 (remove_files) COMPLETE
82152026-07-04T16:11:39.903Z[ recovery-image] Jul 04 16:11:39.138 INFO O| Jul 04 16:11:39.138 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-07-04T16:11:39.912Z[ recovery-image] Jul 04 16:11:39.148 INFO O| Jul 04 16:11:39.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82172026-07-04T16:11:39.912Z[ recovery-image] Jul 04 16:11:39.148 INFO O| Jul 04 16:11:39.148 INFO STEP 954 (remove_files) COMPLETE
82182026-07-04T16:11:39.916Z[ recovery-image] Jul 04 16:11:39.148 INFO O| Jul 04 16:11:39.148 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-07-04T16:11:39.921Z[ recovery-image] Jul 04 16:11:39.157 INFO O| Jul 04 16:11:39.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82202026-07-04T16:11:39.921Z[ recovery-image] Jul 04 16:11:39.157 INFO O| Jul 04 16:11:39.157 INFO STEP 955 (remove_files) COMPLETE
82212026-07-04T16:11:39.927Z[ recovery-image] Jul 04 16:11:39.157 INFO O| Jul 04 16:11:39.157 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-07-04T16:11:39.934Z[ recovery-image] Jul 04 16:11:39.169 INFO O| Jul 04 16:11:39.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82232026-07-04T16:11:39.934Z[ recovery-image] Jul 04 16:11:39.169 INFO O| Jul 04 16:11:39.169 INFO STEP 956 (remove_files) COMPLETE
82242026-07-04T16:11:39.938Z[ recovery-image] Jul 04 16:11:39.169 INFO O| Jul 04 16:11:39.169 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-07-04T16:11:39.945Z[ recovery-image] Jul 04 16:11:39.181 INFO O| Jul 04 16:11:39.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82262026-07-04T16:11:39.945Z[ recovery-image] Jul 04 16:11:39.181 INFO O| Jul 04 16:11:39.181 INFO STEP 957 (remove_files) COMPLETE
82272026-07-04T16:11:39.948Z[ recovery-image] Jul 04 16:11:39.181 INFO O| Jul 04 16:11:39.181 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-07-04T16:11:39.957Z[ recovery-image] Jul 04 16:11:39.193 INFO O| Jul 04 16:11:39.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82292026-07-04T16:11:39.957Z[ recovery-image] Jul 04 16:11:39.193 INFO O| Jul 04 16:11:39.193 INFO STEP 958 (remove_files) COMPLETE
82302026-07-04T16:11:39.963Z[ recovery-image] Jul 04 16:11:39.193 INFO O| Jul 04 16:11:39.193 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-07-04T16:11:39.968Z[ recovery-image] Jul 04 16:11:39.203 INFO O| Jul 04 16:11:39.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82322026-07-04T16:11:39.968Z[ recovery-image] Jul 04 16:11:39.203 INFO O| Jul 04 16:11:39.203 INFO STEP 959 (remove_files) COMPLETE
82332026-07-04T16:11:39.968Z[ recovery-image] Jul 04 16:11:39.203 INFO O| Jul 04 16:11:39.203 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-07-04T16:11:39.976Z[ recovery-image] Jul 04 16:11:39.212 INFO O| Jul 04 16:11:39.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82352026-07-04T16:11:39.976Z[ recovery-image] Jul 04 16:11:39.212 INFO O| Jul 04 16:11:39.212 INFO STEP 960 (remove_files) COMPLETE
82362026-07-04T16:11:40.020Z[ recovery-image] Jul 04 16:11:39.212 INFO O| Jul 04 16:11:39.212 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-07-04T16:11:40.021Z[ recovery-image] Jul 04 16:11:39.222 INFO O| Jul 04 16:11:39.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82382026-07-04T16:11:40.021Z[ recovery-image] Jul 04 16:11:39.222 INFO O| Jul 04 16:11:39.222 INFO STEP 961 (remove_files) COMPLETE
82392026-07-04T16:11:40.022Z[ recovery-image] Jul 04 16:11:39.222 INFO O| Jul 04 16:11:39.222 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-07-04T16:11:40.026Z[ recovery-image] Jul 04 16:11:39.256 INFO O| Jul 04 16:11:39.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82412026-07-04T16:11:40.027Z[ recovery-image] Jul 04 16:11:39.256 INFO O| Jul 04 16:11:39.256 INFO STEP 962 (remove_files) COMPLETE
82422026-07-04T16:11:40.027Z[ recovery-image] Jul 04 16:11:39.256 INFO O| Jul 04 16:11:39.256 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-07-04T16:11:40.033Z[ recovery-image] Jul 04 16:11:39.267 INFO O| Jul 04 16:11:39.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82442026-07-04T16:11:40.033Z[ recovery-image] Jul 04 16:11:39.267 INFO O| Jul 04 16:11:39.267 INFO STEP 963 (remove_files) COMPLETE
82452026-07-04T16:11:40.033Z[ recovery-image] Jul 04 16:11:39.267 INFO O| Jul 04 16:11:39.267 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-07-04T16:11:40.043Z[ recovery-image] Jul 04 16:11:39.279 INFO O| Jul 04 16:11:39.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82472026-07-04T16:11:40.051Z[ recovery-image] Jul 04 16:11:39.279 INFO O| Jul 04 16:11:39.279 INFO STEP 964 (remove_files) COMPLETE
82482026-07-04T16:11:40.057Z[ recovery-image] Jul 04 16:11:39.279 INFO O| Jul 04 16:11:39.279 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-07-04T16:11:40.062Z[ recovery-image] Jul 04 16:11:39.293 INFO O| Jul 04 16:11:39.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82502026-07-04T16:11:40.067Z[ recovery-image] Jul 04 16:11:39.293 INFO O| Jul 04 16:11:39.291 INFO STEP 965 (remove_files) COMPLETE
82512026-07-04T16:11:40.067Z[ recovery-image] Jul 04 16:11:39.293 INFO O| Jul 04 16:11:39.291 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-07-04T16:11:40.072Z[ recovery-image] Jul 04 16:11:39.308 INFO O| Jul 04 16:11:39.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82532026-07-04T16:11:40.077Z[ recovery-image] Jul 04 16:11:39.308 INFO O| Jul 04 16:11:39.308 INFO STEP 966 (remove_files) COMPLETE
82542026-07-04T16:11:40.077Z[ recovery-image] Jul 04 16:11:39.308 INFO O| Jul 04 16:11:39.308 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-07-04T16:11:40.084Z[ recovery-image] Jul 04 16:11:39.320 INFO O| Jul 04 16:11:39.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82562026-07-04T16:11:40.088Z[ recovery-image] Jul 04 16:11:39.320 INFO O| Jul 04 16:11:39.320 INFO STEP 967 (remove_files) COMPLETE
82572026-07-04T16:11:40.088Z[ recovery-image] Jul 04 16:11:39.320 INFO O| Jul 04 16:11:39.320 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-07-04T16:11:40.095Z[ recovery-image] Jul 04 16:11:39.331 INFO O| Jul 04 16:11:39.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82592026-07-04T16:11:40.095Z[ recovery-image] Jul 04 16:11:39.331 INFO O| Jul 04 16:11:39.331 INFO STEP 968 (remove_files) COMPLETE
82602026-07-04T16:11:40.098Z[ recovery-image] Jul 04 16:11:39.331 INFO O| Jul 04 16:11:39.331 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-07-04T16:11:40.106Z[ recovery-image] Jul 04 16:11:39.342 INFO O| Jul 04 16:11:39.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82622026-07-04T16:11:40.106Z[ recovery-image] Jul 04 16:11:39.342 INFO O| Jul 04 16:11:39.342 INFO STEP 969 (remove_files) COMPLETE
82632026-07-04T16:11:40.112Z[ recovery-image] Jul 04 16:11:39.342 INFO O| Jul 04 16:11:39.342 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-07-04T16:11:40.116Z[ recovery-image] Jul 04 16:11:39.352 INFO O| Jul 04 16:11:39.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82652026-07-04T16:11:40.121Z[ recovery-image] Jul 04 16:11:39.352 INFO O| Jul 04 16:11:39.352 INFO STEP 970 (remove_files) COMPLETE
82662026-07-04T16:11:40.121Z[ recovery-image] Jul 04 16:11:39.352 INFO O| Jul 04 16:11:39.352 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-07-04T16:11:40.130Z[ recovery-image] Jul 04 16:11:39.363 INFO O| Jul 04 16:11:39.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82682026-07-04T16:11:40.130Z[ recovery-image] Jul 04 16:11:39.363 INFO O| Jul 04 16:11:39.362 INFO STEP 971 (remove_files) COMPLETE
82692026-07-04T16:11:40.130Z[ recovery-image] Jul 04 16:11:39.363 INFO O| Jul 04 16:11:39.362 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-07-04T16:11:40.136Z[ recovery-image] Jul 04 16:11:39.372 INFO O| Jul 04 16:11:39.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82712026-07-04T16:11:40.136Z[ recovery-image] Jul 04 16:11:39.372 INFO O| Jul 04 16:11:39.372 INFO STEP 972 (remove_files) COMPLETE
82722026-07-04T16:11:40.136Z[ recovery-image] Jul 04 16:11:39.372 INFO O| Jul 04 16:11:39.372 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-07-04T16:11:40.148Z[ recovery-image] Jul 04 16:11:39.382 INFO O| Jul 04 16:11:39.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82742026-07-04T16:11:40.148Z[ recovery-image] Jul 04 16:11:39.382 INFO O| Jul 04 16:11:39.382 INFO STEP 973 (remove_files) COMPLETE
82752026-07-04T16:11:40.149Z[ recovery-image] Jul 04 16:11:39.382 INFO O| Jul 04 16:11:39.382 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-07-04T16:11:40.200Z[ recovery-image] Jul 04 16:11:39.392 INFO O| Jul 04 16:11:39.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82772026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.392 INFO O| Jul 04 16:11:39.392 INFO STEP 974 (remove_files) COMPLETE
82782026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.392 INFO O| Jul 04 16:11:39.392 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.403 INFO O| Jul 04 16:11:39.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82802026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.403 INFO O| Jul 04 16:11:39.403 INFO STEP 975 (remove_files) COMPLETE
82812026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.403 INFO O| Jul 04 16:11:39.403 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.413 INFO O| Jul 04 16:11:39.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82832026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.413 INFO O| Jul 04 16:11:39.413 INFO STEP 976 (remove_files) COMPLETE
82842026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.413 INFO O| Jul 04 16:11:39.413 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.424 INFO O| Jul 04 16:11:39.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82862026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.425 INFO O| Jul 04 16:11:39.425 INFO STEP 977 (remove_files) COMPLETE
82872026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.425 INFO O| Jul 04 16:11:39.425 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-07-04T16:11:40.201Z[ recovery-image] Jul 04 16:11:39.436 INFO O| Jul 04 16:11:39.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82892026-07-04T16:11:40.202Z[ recovery-image] Jul 04 16:11:39.436 INFO O| Jul 04 16:11:39.436 INFO STEP 978 (remove_files) COMPLETE
82902026-07-04T16:11:40.202Z[ recovery-image] Jul 04 16:11:39.436 INFO O| Jul 04 16:11:39.436 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-07-04T16:11:40.212Z[ recovery-image] Jul 04 16:11:39.448 INFO O| Jul 04 16:11:39.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82922026-07-04T16:11:40.212Z[ recovery-image] Jul 04 16:11:39.448 INFO O| Jul 04 16:11:39.448 INFO STEP 979 (remove_files) COMPLETE
82932026-07-04T16:11:40.217Z[ recovery-image] Jul 04 16:11:39.448 INFO O| Jul 04 16:11:39.448 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-07-04T16:11:40.223Z[ recovery-image] Jul 04 16:11:39.459 INFO O| Jul 04 16:11:39.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82952026-07-04T16:11:40.226Z[ recovery-image] Jul 04 16:11:39.459 INFO O| Jul 04 16:11:39.459 INFO STEP 980 (remove_files) COMPLETE
82962026-07-04T16:11:40.226Z[ recovery-image] Jul 04 16:11:39.459 INFO O| Jul 04 16:11:39.459 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-07-04T16:11:40.234Z[ recovery-image] Jul 04 16:11:39.471 INFO O| Jul 04 16:11:39.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82982026-07-04T16:11:40.234Z[ recovery-image] Jul 04 16:11:39.471 INFO O| Jul 04 16:11:39.471 INFO STEP 981 (remove_files) COMPLETE
82992026-07-04T16:11:40.235Z[ recovery-image] Jul 04 16:11:39.471 INFO O| Jul 04 16:11:39.471 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-07-04T16:11:40.247Z[ recovery-image] Jul 04 16:11:39.482 INFO O| Jul 04 16:11:39.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83012026-07-04T16:11:40.247Z[ recovery-image] Jul 04 16:11:39.482 INFO O| Jul 04 16:11:39.482 INFO STEP 982 (remove_files) COMPLETE
83022026-07-04T16:11:40.247Z[ recovery-image] Jul 04 16:11:39.482 INFO O| Jul 04 16:11:39.482 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-07-04T16:11:40.257Z[ recovery-image] Jul 04 16:11:39.492 INFO O| Jul 04 16:11:39.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83042026-07-04T16:11:40.257Z[ recovery-image] Jul 04 16:11:39.492 INFO O| Jul 04 16:11:39.492 INFO STEP 983 (remove_files) COMPLETE
83052026-07-04T16:11:40.257Z[ recovery-image] Jul 04 16:11:39.493 INFO O| Jul 04 16:11:39.492 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-07-04T16:11:40.267Z[ recovery-image] Jul 04 16:11:39.503 INFO O| Jul 04 16:11:39.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83072026-07-04T16:11:40.270Z[ recovery-image] Jul 04 16:11:39.504 INFO O| Jul 04 16:11:39.504 INFO STEP 984 (remove_files) COMPLETE
83082026-07-04T16:11:40.270Z[ recovery-image] Jul 04 16:11:39.504 INFO O| Jul 04 16:11:39.504 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-07-04T16:11:40.277Z[ recovery-image] Jul 04 16:11:39.513 INFO O| Jul 04 16:11:39.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83102026-07-04T16:11:40.277Z[ recovery-image] Jul 04 16:11:39.513 INFO O| Jul 04 16:11:39.513 INFO STEP 985 (remove_files) COMPLETE
83112026-07-04T16:11:40.282Z[ recovery-image] Jul 04 16:11:39.513 INFO O| Jul 04 16:11:39.513 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-07-04T16:11:40.290Z[ recovery-image] Jul 04 16:11:39.525 INFO O| Jul 04 16:11:39.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83132026-07-04T16:11:40.290Z[ recovery-image] Jul 04 16:11:39.525 INFO O| Jul 04 16:11:39.525 INFO STEP 986 (remove_files) COMPLETE
83142026-07-04T16:11:40.295Z[ recovery-image] Jul 04 16:11:39.525 INFO O| Jul 04 16:11:39.525 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-07-04T16:11:40.300Z[ recovery-image] Jul 04 16:11:39.537 INFO O| Jul 04 16:11:39.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83162026-07-04T16:11:40.300Z[ recovery-image] Jul 04 16:11:39.537 INFO O| Jul 04 16:11:39.537 INFO STEP 987 (remove_files) COMPLETE
83172026-07-04T16:11:40.300Z[ recovery-image] Jul 04 16:11:39.537 INFO O| Jul 04 16:11:39.537 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-07-04T16:11:40.311Z[ recovery-image] Jul 04 16:11:39.547 INFO O| Jul 04 16:11:39.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83192026-07-04T16:11:40.311Z[ recovery-image] Jul 04 16:11:39.547 INFO O| Jul 04 16:11:39.547 INFO STEP 988 (remove_files) COMPLETE
83202026-07-04T16:11:40.311Z[ recovery-image] Jul 04 16:11:39.547 INFO O| Jul 04 16:11:39.547 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-07-04T16:11:40.323Z[ recovery-image] Jul 04 16:11:39.558 INFO O| Jul 04 16:11:39.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83222026-07-04T16:11:40.323Z[ recovery-image] Jul 04 16:11:39.558 INFO O| Jul 04 16:11:39.558 INFO STEP 989 (remove_files) COMPLETE
83232026-07-04T16:11:40.323Z[ recovery-image] Jul 04 16:11:39.558 INFO O| Jul 04 16:11:39.558 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-07-04T16:11:40.339Z[ recovery-image] Jul 04 16:11:39.570 INFO O| Jul 04 16:11:39.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83252026-07-04T16:11:40.339Z[ recovery-image] Jul 04 16:11:39.570 INFO O| Jul 04 16:11:39.570 INFO STEP 990 (remove_files) COMPLETE
83262026-07-04T16:11:40.339Z[ recovery-image] Jul 04 16:11:39.570 INFO O| Jul 04 16:11:39.570 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-07-04T16:11:40.346Z[ recovery-image] Jul 04 16:11:39.581 INFO O| Jul 04 16:11:39.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83282026-07-04T16:11:40.351Z[ recovery-image] Jul 04 16:11:39.581 INFO O| Jul 04 16:11:39.581 INFO STEP 991 (remove_files) COMPLETE
83292026-07-04T16:11:40.352Z[ recovery-image] Jul 04 16:11:39.581 INFO O| Jul 04 16:11:39.581 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-07-04T16:11:40.358Z[ recovery-image] Jul 04 16:11:39.593 INFO O| Jul 04 16:11:39.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83312026-07-04T16:11:40.358Z[ recovery-image] Jul 04 16:11:39.593 INFO O| Jul 04 16:11:39.593 INFO STEP 992 (remove_files) COMPLETE
83322026-07-04T16:11:40.361Z[ recovery-image] Jul 04 16:11:39.593 INFO O| Jul 04 16:11:39.593 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-07-04T16:11:40.368Z[ recovery-image] Jul 04 16:11:39.604 INFO O| Jul 04 16:11:39.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83342026-07-04T16:11:40.368Z[ recovery-image] Jul 04 16:11:39.604 INFO O| Jul 04 16:11:39.604 INFO STEP 993 (remove_files) COMPLETE
83352026-07-04T16:11:40.368Z[ recovery-image] Jul 04 16:11:39.604 INFO O| Jul 04 16:11:39.604 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-07-04T16:11:40.379Z[ recovery-image] Jul 04 16:11:39.615 INFO O| Jul 04 16:11:39.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83372026-07-04T16:11:40.379Z[ recovery-image] Jul 04 16:11:39.615 INFO O| Jul 04 16:11:39.615 INFO STEP 994 (remove_files) COMPLETE
83382026-07-04T16:11:40.383Z[ recovery-image] Jul 04 16:11:39.615 INFO O| Jul 04 16:11:39.615 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-07-04T16:11:40.389Z[ recovery-image] Jul 04 16:11:39.625 INFO O| Jul 04 16:11:39.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83402026-07-04T16:11:40.392Z[ recovery-image] Jul 04 16:11:39.626 INFO O| Jul 04 16:11:39.626 INFO STEP 995 (remove_files) COMPLETE
83412026-07-04T16:11:40.392Z[ recovery-image] Jul 04 16:11:39.626 INFO O| Jul 04 16:11:39.626 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-07-04T16:11:40.401Z[ recovery-image] Jul 04 16:11:39.637 INFO O| Jul 04 16:11:39.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83432026-07-04T16:11:40.401Z[ recovery-image] Jul 04 16:11:39.637 INFO O| Jul 04 16:11:39.637 INFO STEP 996 (remove_files) COMPLETE
83442026-07-04T16:11:40.401Z[ recovery-image] Jul 04 16:11:39.637 INFO O| Jul 04 16:11:39.637 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-07-04T16:11:40.414Z[ recovery-image] Jul 04 16:11:39.648 INFO O| Jul 04 16:11:39.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83462026-07-04T16:11:40.414Z[ recovery-image] Jul 04 16:11:39.648 INFO O| Jul 04 16:11:39.648 INFO STEP 997 (remove_files) COMPLETE
83472026-07-04T16:11:40.414Z[ recovery-image] Jul 04 16:11:39.648 INFO O| Jul 04 16:11:39.648 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-07-04T16:11:40.422Z[ recovery-image] Jul 04 16:11:39.658 INFO O| Jul 04 16:11:39.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83492026-07-04T16:11:40.423Z[ recovery-image] Jul 04 16:11:39.658 INFO O| Jul 04 16:11:39.658 INFO STEP 998 (remove_files) COMPLETE
83502026-07-04T16:11:40.423Z[ recovery-image] Jul 04 16:11:39.658 INFO O| Jul 04 16:11:39.658 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-07-04T16:11:40.431Z[ recovery-image] Jul 04 16:11:39.667 INFO O| Jul 04 16:11:39.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83522026-07-04T16:11:40.431Z[ recovery-image] Jul 04 16:11:39.667 INFO O| Jul 04 16:11:39.667 INFO STEP 999 (remove_files) COMPLETE
83532026-07-04T16:11:40.431Z[ recovery-image] Jul 04 16:11:39.667 INFO O| Jul 04 16:11:39.667 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-07-04T16:11:40.439Z[ recovery-image] Jul 04 16:11:39.675 INFO O| Jul 04 16:11:39.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83552026-07-04T16:11:40.439Z[ recovery-image] Jul 04 16:11:39.675 INFO O| Jul 04 16:11:39.675 INFO STEP 1000 (remove_files) COMPLETE
83562026-07-04T16:11:40.439Z[ recovery-image] Jul 04 16:11:39.675 INFO O| Jul 04 16:11:39.675 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-07-04T16:11:40.450Z[ recovery-image] Jul 04 16:11:39.685 INFO O| Jul 04 16:11:39.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83582026-07-04T16:11:40.450Z[ recovery-image] Jul 04 16:11:39.685 INFO O| Jul 04 16:11:39.685 INFO STEP 1001 (remove_files) COMPLETE
83592026-07-04T16:11:40.450Z[ recovery-image] Jul 04 16:11:39.685 INFO O| Jul 04 16:11:39.685 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-07-04T16:11:40.464Z[ recovery-image] Jul 04 16:11:39.696 INFO O| Jul 04 16:11:39.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83612026-07-04T16:11:40.464Z[ recovery-image] Jul 04 16:11:39.696 INFO O| Jul 04 16:11:39.696 INFO STEP 1002 (remove_files) COMPLETE
83622026-07-04T16:11:40.464Z[ recovery-image] Jul 04 16:11:39.696 INFO O| Jul 04 16:11:39.696 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-07-04T16:11:40.473Z[ recovery-image] Jul 04 16:11:39.707 INFO O| Jul 04 16:11:39.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83642026-07-04T16:11:40.473Z[ recovery-image] Jul 04 16:11:39.707 INFO O| Jul 04 16:11:39.707 INFO STEP 1003 (remove_files) COMPLETE
83652026-07-04T16:11:40.479Z[ recovery-image] Jul 04 16:11:39.708 INFO O| Jul 04 16:11:39.707 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-07-04T16:11:40.484Z[ recovery-image] Jul 04 16:11:39.719 INFO O| Jul 04 16:11:39.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83672026-07-04T16:11:40.484Z[ recovery-image] Jul 04 16:11:39.719 INFO O| Jul 04 16:11:39.719 INFO STEP 1004 (remove_files) COMPLETE
83682026-07-04T16:11:40.484Z[ recovery-image] Jul 04 16:11:39.719 INFO O| Jul 04 16:11:39.719 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-07-04T16:11:40.493Z[ recovery-image] Jul 04 16:11:39.729 INFO O| Jul 04 16:11:39.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83702026-07-04T16:11:40.497Z[ recovery-image] Jul 04 16:11:39.729 INFO O| Jul 04 16:11:39.729 INFO STEP 1005 (remove_files) COMPLETE
83712026-07-04T16:11:40.497Z[ recovery-image] Jul 04 16:11:39.729 INFO O| Jul 04 16:11:39.729 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-07-04T16:11:40.506Z[ recovery-image] Jul 04 16:11:39.740 INFO O| Jul 04 16:11:39.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83732026-07-04T16:11:40.506Z[ recovery-image] Jul 04 16:11:39.740 INFO O| Jul 04 16:11:39.740 INFO STEP 1006 (remove_files) COMPLETE
83742026-07-04T16:11:40.506Z[ recovery-image] Jul 04 16:11:39.740 INFO O| Jul 04 16:11:39.740 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-07-04T16:11:40.515Z[ recovery-image] Jul 04 16:11:39.750 INFO O| Jul 04 16:11:39.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83762026-07-04T16:11:40.515Z[ recovery-image] Jul 04 16:11:39.751 INFO O| Jul 04 16:11:39.750 INFO STEP 1007 (remove_files) COMPLETE
83772026-07-04T16:11:40.515Z[ recovery-image] Jul 04 16:11:39.751 INFO O| Jul 04 16:11:39.750 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-07-04T16:11:40.525Z[ recovery-image] Jul 04 16:11:39.761 INFO O| Jul 04 16:11:39.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83792026-07-04T16:11:40.525Z[ recovery-image] Jul 04 16:11:39.761 INFO O| Jul 04 16:11:39.761 INFO STEP 1008 (remove_files) COMPLETE
83802026-07-04T16:11:40.528Z[ recovery-image] Jul 04 16:11:39.761 INFO O| Jul 04 16:11:39.761 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-07-04T16:11:40.534Z[ recovery-image] Jul 04 16:11:39.771 INFO O| Jul 04 16:11:39.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83822026-07-04T16:11:40.534Z[ recovery-image] Jul 04 16:11:39.771 INFO O| Jul 04 16:11:39.771 INFO STEP 1009 (remove_files) COMPLETE
83832026-07-04T16:11:40.534Z[ recovery-image] Jul 04 16:11:39.771 INFO O| Jul 04 16:11:39.771 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-07-04T16:11:40.547Z[ recovery-image] Jul 04 16:11:39.783 INFO O| Jul 04 16:11:39.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83852026-07-04T16:11:40.551Z[ recovery-image] Jul 04 16:11:39.783 INFO O| Jul 04 16:11:39.783 INFO STEP 1010 (remove_files) COMPLETE
83862026-07-04T16:11:40.551Z[ recovery-image] Jul 04 16:11:39.784 INFO O| Jul 04 16:11:39.783 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-07-04T16:11:40.560Z[ recovery-image] Jul 04 16:11:39.795 INFO O| Jul 04 16:11:39.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83882026-07-04T16:11:40.560Z[ recovery-image] Jul 04 16:11:39.795 INFO O| Jul 04 16:11:39.795 INFO STEP 1011 (remove_files) COMPLETE
83892026-07-04T16:11:40.560Z[ recovery-image] Jul 04 16:11:39.795 INFO O| Jul 04 16:11:39.795 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-07-04T16:11:40.569Z[ recovery-image] Jul 04 16:11:39.804 INFO O| Jul 04 16:11:39.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83912026-07-04T16:11:40.569Z[ recovery-image] Jul 04 16:11:39.805 INFO O| Jul 04 16:11:39.805 INFO STEP 1012 (remove_files) COMPLETE
83922026-07-04T16:11:40.569Z[ recovery-image] Jul 04 16:11:39.805 INFO O| Jul 04 16:11:39.805 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-07-04T16:11:40.581Z[ recovery-image] Jul 04 16:11:39.817 INFO O| Jul 04 16:11:39.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83942026-07-04T16:11:40.581Z[ recovery-image] Jul 04 16:11:39.817 INFO O| Jul 04 16:11:39.817 INFO STEP 1013 (remove_files) COMPLETE
83952026-07-04T16:11:40.581Z[ recovery-image] Jul 04 16:11:39.817 INFO O| Jul 04 16:11:39.817 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-07-04T16:11:40.595Z[ recovery-image] Jul 04 16:11:39.829 INFO O| Jul 04 16:11:39.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83972026-07-04T16:11:40.595Z[ recovery-image] Jul 04 16:11:39.829 INFO O| Jul 04 16:11:39.829 INFO STEP 1014 (remove_files) COMPLETE
83982026-07-04T16:11:40.595Z[ recovery-image] Jul 04 16:11:39.829 INFO O| Jul 04 16:11:39.829 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-07-04T16:11:40.606Z[ recovery-image] Jul 04 16:11:39.842 INFO O| Jul 04 16:11:39.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84002026-07-04T16:11:40.606Z[ recovery-image] Jul 04 16:11:39.842 INFO O| Jul 04 16:11:39.842 INFO STEP 1015 (remove_files) COMPLETE
84012026-07-04T16:11:40.607Z[ recovery-image] Jul 04 16:11:39.842 INFO O| Jul 04 16:11:39.842 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-07-04T16:11:40.618Z[ recovery-image] Jul 04 16:11:39.853 INFO O| Jul 04 16:11:39.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84032026-07-04T16:11:40.618Z[ recovery-image] Jul 04 16:11:39.853 INFO O| Jul 04 16:11:39.853 INFO STEP 1016 (remove_files) COMPLETE
84042026-07-04T16:11:40.618Z[ recovery-image] Jul 04 16:11:39.853 INFO O| Jul 04 16:11:39.853 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-07-04T16:11:40.627Z[ recovery-image] Jul 04 16:11:39.864 INFO O| Jul 04 16:11:39.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84062026-07-04T16:11:40.627Z[ recovery-image] Jul 04 16:11:39.864 INFO O| Jul 04 16:11:39.864 INFO STEP 1017 (remove_files) COMPLETE
84072026-07-04T16:11:40.630Z[ recovery-image] Jul 04 16:11:39.864 INFO O| Jul 04 16:11:39.864 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-07-04T16:11:40.641Z[ recovery-image] Jul 04 16:11:39.876 INFO O| Jul 04 16:11:39.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84092026-07-04T16:11:40.641Z[ recovery-image] Jul 04 16:11:39.876 INFO O| Jul 04 16:11:39.876 INFO STEP 1018 (remove_files) COMPLETE
84102026-07-04T16:11:40.644Z[ recovery-image] Jul 04 16:11:39.876 INFO O| Jul 04 16:11:39.876 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-07-04T16:11:40.652Z[ recovery-image] Jul 04 16:11:39.888 INFO O| Jul 04 16:11:39.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84122026-07-04T16:11:40.652Z[ recovery-image] Jul 04 16:11:39.888 INFO O| Jul 04 16:11:39.888 INFO STEP 1019 (remove_files) COMPLETE
84132026-07-04T16:11:40.652Z[ recovery-image] Jul 04 16:11:39.888 INFO O| Jul 04 16:11:39.888 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-07-04T16:11:40.662Z[ recovery-image] Jul 04 16:11:39.899 INFO O| Jul 04 16:11:39.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84152026-07-04T16:11:40.663Z[ recovery-image] Jul 04 16:11:39.899 INFO O| Jul 04 16:11:39.899 INFO STEP 1020 (remove_files) COMPLETE
84162026-07-04T16:11:40.666Z[ recovery-image] Jul 04 16:11:39.899 INFO O| Jul 04 16:11:39.899 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-07-04T16:11:40.674Z[ recovery-image] Jul 04 16:11:39.909 INFO O| Jul 04 16:11:39.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84182026-07-04T16:11:40.674Z[ recovery-image] Jul 04 16:11:39.909 INFO O| Jul 04 16:11:39.909 INFO STEP 1021 (remove_files) COMPLETE
84192026-07-04T16:11:40.674Z[ recovery-image] Jul 04 16:11:39.909 INFO O| Jul 04 16:11:39.909 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-07-04T16:11:40.686Z[ recovery-image] Jul 04 16:11:39.922 INFO O| Jul 04 16:11:39.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84212026-07-04T16:11:40.689Z[ recovery-image] Jul 04 16:11:39.922 INFO O| Jul 04 16:11:39.922 INFO STEP 1022 (remove_files) COMPLETE
84222026-07-04T16:11:40.690Z[ recovery-image] Jul 04 16:11:39.922 INFO O| Jul 04 16:11:39.922 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-07-04T16:11:40.696Z[ recovery-image] Jul 04 16:11:39.932 INFO O| Jul 04 16:11:39.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84242026-07-04T16:11:40.696Z[ recovery-image] Jul 04 16:11:39.932 INFO O| Jul 04 16:11:39.932 INFO STEP 1023 (remove_files) COMPLETE
84252026-07-04T16:11:40.699Z[ recovery-image] Jul 04 16:11:39.932 INFO O| Jul 04 16:11:39.932 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-07-04T16:11:40.706Z[ recovery-image] Jul 04 16:11:39.943 INFO O| Jul 04 16:11:39.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84272026-07-04T16:11:40.706Z[ recovery-image] Jul 04 16:11:39.943 INFO O| Jul 04 16:11:39.943 INFO STEP 1024 (remove_files) COMPLETE
84282026-07-04T16:11:40.706Z[ recovery-image] Jul 04 16:11:39.943 INFO O| Jul 04 16:11:39.943 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-07-04T16:11:40.719Z[ recovery-image] Jul 04 16:11:39.953 INFO O| Jul 04 16:11:39.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84302026-07-04T16:11:40.721Z[ recovery-image] Jul 04 16:11:39.953 INFO O| Jul 04 16:11:39.953 INFO STEP 1025 (remove_files) COMPLETE
84312026-07-04T16:11:40.721Z[ recovery-image] Jul 04 16:11:39.953 INFO O| Jul 04 16:11:39.953 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-07-04T16:11:40.730Z[ recovery-image] Jul 04 16:11:39.966 INFO O| Jul 04 16:11:39.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84332026-07-04T16:11:40.730Z[ recovery-image] Jul 04 16:11:39.966 INFO O| Jul 04 16:11:39.966 INFO STEP 1026 (remove_files) COMPLETE
84342026-07-04T16:11:40.730Z[ recovery-image] Jul 04 16:11:39.966 INFO O| Jul 04 16:11:39.966 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-07-04T16:11:40.741Z[ recovery-image] Jul 04 16:11:39.978 INFO O| Jul 04 16:11:39.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84362026-07-04T16:11:40.741Z[ recovery-image] Jul 04 16:11:39.978 INFO O| Jul 04 16:11:39.978 INFO STEP 1027 (remove_files) COMPLETE
84372026-07-04T16:11:40.741Z[ recovery-image] Jul 04 16:11:39.978 INFO O| Jul 04 16:11:39.978 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-07-04T16:11:40.753Z[ recovery-image] Jul 04 16:11:39.989 INFO O| Jul 04 16:11:39.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84392026-07-04T16:11:40.753Z[ recovery-image] Jul 04 16:11:39.989 INFO O| Jul 04 16:11:39.989 INFO STEP 1028 (remove_files) COMPLETE
84402026-07-04T16:11:40.754Z[ recovery-image] Jul 04 16:11:39.989 INFO O| Jul 04 16:11:39.989 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-07-04T16:11:40.764Z[ recovery-image] Jul 04 16:11:40.000 INFO O| Jul 04 16:11:40.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84422026-07-04T16:11:40.764Z[ recovery-image] Jul 04 16:11:40.000 INFO O| Jul 04 16:11:40.000 INFO STEP 1029 (remove_files) COMPLETE
84432026-07-04T16:11:40.770Z[ recovery-image] Jul 04 16:11:40.000 INFO O| Jul 04 16:11:40.000 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-07-04T16:11:40.775Z[ recovery-image] Jul 04 16:11:40.011 INFO O| Jul 04 16:11:40.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84452026-07-04T16:11:40.780Z[ recovery-image] Jul 04 16:11:40.012 INFO O| Jul 04 16:11:40.012 INFO STEP 1030 (remove_files) COMPLETE
84462026-07-04T16:11:40.780Z[ recovery-image] Jul 04 16:11:40.012 INFO O| Jul 04 16:11:40.012 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-07-04T16:11:40.786Z[ recovery-image] Jul 04 16:11:40.022 INFO O| Jul 04 16:11:40.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84482026-07-04T16:11:40.786Z[ recovery-image] Jul 04 16:11:40.022 INFO O| Jul 04 16:11:40.022 INFO STEP 1031 (remove_files) COMPLETE
84492026-07-04T16:11:40.789Z[ recovery-image] Jul 04 16:11:40.022 INFO O| Jul 04 16:11:40.022 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-07-04T16:11:40.795Z[ recovery-image] Jul 04 16:11:40.032 INFO O| Jul 04 16:11:40.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84512026-07-04T16:11:40.802Z[ recovery-image] Jul 04 16:11:40.032 INFO O| Jul 04 16:11:40.032 INFO STEP 1032 (remove_files) COMPLETE
84522026-07-04T16:11:40.802Z[ recovery-image] Jul 04 16:11:40.032 INFO O| Jul 04 16:11:40.032 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-07-04T16:11:40.808Z[ recovery-image] Jul 04 16:11:40.043 INFO O| Jul 04 16:11:40.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84542026-07-04T16:11:40.808Z[ recovery-image] Jul 04 16:11:40.043 INFO O| Jul 04 16:11:40.043 INFO STEP 1033 (remove_files) COMPLETE
84552026-07-04T16:11:40.812Z[ recovery-image] Jul 04 16:11:40.044 INFO O| Jul 04 16:11:40.043 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-07-04T16:11:40.819Z[ recovery-image] Jul 04 16:11:40.055 INFO O| Jul 04 16:11:40.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84572026-07-04T16:11:40.821Z[ recovery-image] Jul 04 16:11:40.055 INFO O| Jul 04 16:11:40.055 INFO STEP 1034 (remove_files) COMPLETE
84582026-07-04T16:11:40.821Z[ recovery-image] Jul 04 16:11:40.055 INFO O| Jul 04 16:11:40.055 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-07-04T16:11:40.831Z[ recovery-image] Jul 04 16:11:40.067 INFO O| Jul 04 16:11:40.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84602026-07-04T16:11:40.831Z[ recovery-image] Jul 04 16:11:40.067 INFO O| Jul 04 16:11:40.067 INFO STEP 1035 (remove_files) COMPLETE
84612026-07-04T16:11:40.835Z[ recovery-image] Jul 04 16:11:40.067 INFO O| Jul 04 16:11:40.067 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-07-04T16:11:40.841Z[ recovery-image] Jul 04 16:11:40.077 INFO O| Jul 04 16:11:40.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84632026-07-04T16:11:40.841Z[ recovery-image] Jul 04 16:11:40.077 INFO O| Jul 04 16:11:40.077 INFO STEP 1036 (remove_files) COMPLETE
84642026-07-04T16:11:40.841Z[ recovery-image] Jul 04 16:11:40.077 INFO O| Jul 04 16:11:40.077 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-07-04T16:11:40.850Z[ recovery-image] Jul 04 16:11:40.086 INFO O| Jul 04 16:11:40.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84662026-07-04T16:11:40.853Z[ recovery-image] Jul 04 16:11:40.086 INFO O| Jul 04 16:11:40.086 INFO STEP 1037 (remove_files) COMPLETE
84672026-07-04T16:11:40.853Z[ recovery-image] Jul 04 16:11:40.086 INFO O| Jul 04 16:11:40.086 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-07-04T16:11:40.858Z[ recovery-image] Jul 04 16:11:40.094 INFO O| Jul 04 16:11:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84692026-07-04T16:11:40.860Z[ recovery-image] Jul 04 16:11:40.094 INFO O| Jul 04 16:11:40.094 INFO STEP 1038 (remove_files) COMPLETE
84702026-07-04T16:11:40.860Z[ recovery-image] Jul 04 16:11:40.094 INFO O| Jul 04 16:11:40.094 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-07-04T16:11:40.868Z[ recovery-image] Jul 04 16:11:40.103 INFO O| Jul 04 16:11:40.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84722026-07-04T16:11:40.868Z[ recovery-image] Jul 04 16:11:40.103 INFO O| Jul 04 16:11:40.103 INFO STEP 1039 (remove_files) COMPLETE
84732026-07-04T16:11:40.868Z[ recovery-image] Jul 04 16:11:40.103 INFO O| Jul 04 16:11:40.103 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-07-04T16:11:40.879Z[ recovery-image] Jul 04 16:11:40.114 INFO O| Jul 04 16:11:40.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84752026-07-04T16:11:40.879Z[ recovery-image] Jul 04 16:11:40.114 INFO O| Jul 04 16:11:40.114 INFO STEP 1040 (remove_files) COMPLETE
84762026-07-04T16:11:40.879Z[ recovery-image] Jul 04 16:11:40.114 INFO O| Jul 04 16:11:40.114 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-07-04T16:11:40.887Z[ recovery-image] Jul 04 16:11:40.124 INFO O| Jul 04 16:11:40.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84782026-07-04T16:11:40.887Z[ recovery-image] Jul 04 16:11:40.124 INFO O| Jul 04 16:11:40.124 INFO STEP 1041 (remove_files) COMPLETE
84792026-07-04T16:11:40.890Z[ recovery-image] Jul 04 16:11:40.124 INFO O| Jul 04 16:11:40.124 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-07-04T16:11:40.899Z[ recovery-image] Jul 04 16:11:40.135 INFO O| Jul 04 16:11:40.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84812026-07-04T16:11:40.899Z[ recovery-image] Jul 04 16:11:40.135 INFO O| Jul 04 16:11:40.135 INFO STEP 1042 (remove_files) COMPLETE
84822026-07-04T16:11:40.899Z[ recovery-image] Jul 04 16:11:40.135 INFO O| Jul 04 16:11:40.135 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-07-04T16:11:40.908Z[ recovery-image] Jul 04 16:11:40.144 INFO O| Jul 04 16:11:40.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84842026-07-04T16:11:40.908Z[ recovery-image] Jul 04 16:11:40.144 INFO O| Jul 04 16:11:40.144 INFO STEP 1043 (remove_files) COMPLETE
84852026-07-04T16:11:40.913Z[ recovery-image] Jul 04 16:11:40.144 INFO O| Jul 04 16:11:40.144 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-07-04T16:11:40.919Z[ recovery-image] Jul 04 16:11:40.155 INFO O| Jul 04 16:11:40.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84872026-07-04T16:11:40.919Z[ recovery-image] Jul 04 16:11:40.155 INFO O| Jul 04 16:11:40.155 INFO STEP 1044 (remove_files) COMPLETE
84882026-07-04T16:11:40.919Z[ recovery-image] Jul 04 16:11:40.155 INFO O| Jul 04 16:11:40.155 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-07-04T16:11:40.929Z[ recovery-image] Jul 04 16:11:40.166 INFO O| Jul 04 16:11:40.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84902026-07-04T16:11:40.930Z[ recovery-image] Jul 04 16:11:40.166 INFO O| Jul 04 16:11:40.166 INFO STEP 1045 (remove_files) COMPLETE
84912026-07-04T16:11:40.935Z[ recovery-image] Jul 04 16:11:40.166 INFO O| Jul 04 16:11:40.166 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-07-04T16:11:40.939Z[ recovery-image] Jul 04 16:11:40.176 INFO O| Jul 04 16:11:40.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84932026-07-04T16:11:40.940Z[ recovery-image] Jul 04 16:11:40.176 INFO O| Jul 04 16:11:40.176 INFO STEP 1046 (remove_files) COMPLETE
84942026-07-04T16:11:40.940Z[ recovery-image] Jul 04 16:11:40.176 INFO O| Jul 04 16:11:40.176 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-07-04T16:11:40.949Z[ recovery-image] Jul 04 16:11:40.185 INFO O| Jul 04 16:11:40.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84962026-07-04T16:11:40.953Z[ recovery-image] Jul 04 16:11:40.185 INFO O| Jul 04 16:11:40.185 INFO STEP 1047 (remove_files) COMPLETE
84972026-07-04T16:11:40.953Z[ recovery-image] Jul 04 16:11:40.185 INFO O| Jul 04 16:11:40.185 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-07-04T16:11:40.958Z[ recovery-image] Jul 04 16:11:40.194 INFO O| Jul 04 16:11:40.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84992026-07-04T16:11:40.966Z[ recovery-image] Jul 04 16:11:40.195 INFO O| Jul 04 16:11:40.194 INFO STEP 1048 (remove_files) COMPLETE
85002026-07-04T16:11:40.967Z[ recovery-image] Jul 04 16:11:40.195 INFO O| Jul 04 16:11:40.194 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-07-04T16:11:40.967Z[ recovery-image] Jul 04 16:11:40.203 INFO O| Jul 04 16:11:40.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85022026-07-04T16:11:40.967Z[ recovery-image] Jul 04 16:11:40.203 INFO O| Jul 04 16:11:40.203 INFO STEP 1049 (remove_files) COMPLETE
85032026-07-04T16:11:40.967Z[ recovery-image] Jul 04 16:11:40.203 INFO O| Jul 04 16:11:40.203 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-07-04T16:11:40.974Z[ recovery-image] Jul 04 16:11:40.210 INFO O| Jul 04 16:11:40.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85052026-07-04T16:11:40.974Z[ recovery-image] Jul 04 16:11:40.210 INFO O| Jul 04 16:11:40.210 INFO STEP 1050 (remove_files) COMPLETE
85062026-07-04T16:11:40.974Z[ recovery-image] Jul 04 16:11:40.210 INFO O| Jul 04 16:11:40.210 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-07-04T16:11:40.981Z[ recovery-image] Jul 04 16:11:40.217 INFO O| Jul 04 16:11:40.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85082026-07-04T16:11:40.984Z[ recovery-image] Jul 04 16:11:40.217 INFO O| Jul 04 16:11:40.217 INFO STEP 1051 (remove_files) COMPLETE
85092026-07-04T16:11:40.984Z[ recovery-image] Jul 04 16:11:40.217 INFO O| Jul 04 16:11:40.217 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-07-04T16:11:40.991Z[ recovery-image] Jul 04 16:11:40.228 INFO O| Jul 04 16:11:40.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85112026-07-04T16:11:40.991Z[ recovery-image] Jul 04 16:11:40.228 INFO O| Jul 04 16:11:40.228 INFO STEP 1052 (remove_files) COMPLETE
85122026-07-04T16:11:40.991Z[ recovery-image] Jul 04 16:11:40.228 INFO O| Jul 04 16:11:40.228 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-07-04T16:11:41.000Z[ recovery-image] Jul 04 16:11:40.236 INFO O| Jul 04 16:11:40.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85142026-07-04T16:11:41.000Z[ recovery-image] Jul 04 16:11:40.237 INFO O| Jul 04 16:11:40.237 INFO STEP 1053 (remove_files) COMPLETE
85152026-07-04T16:11:41.001Z[ recovery-image] Jul 04 16:11:40.237 INFO O| Jul 04 16:11:40.237 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-07-04T16:11:41.012Z[ recovery-image] Jul 04 16:11:40.248 INFO O| Jul 04 16:11:40.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85172026-07-04T16:11:41.012Z[ recovery-image] Jul 04 16:11:40.248 INFO O| Jul 04 16:11:40.248 INFO STEP 1054 (remove_files) COMPLETE
85182026-07-04T16:11:41.016Z[ recovery-image] Jul 04 16:11:40.248 INFO O| Jul 04 16:11:40.248 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-07-04T16:11:41.022Z[ recovery-image] Jul 04 16:11:40.258 INFO O| Jul 04 16:11:40.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85202026-07-04T16:11:41.022Z[ recovery-image] Jul 04 16:11:40.258 INFO O| Jul 04 16:11:40.258 INFO STEP 1055 (remove_files) COMPLETE
85212026-07-04T16:11:41.025Z[ recovery-image] Jul 04 16:11:40.258 INFO O| Jul 04 16:11:40.258 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-07-04T16:11:41.032Z[ recovery-image] Jul 04 16:11:40.268 INFO O| Jul 04 16:11:40.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85232026-07-04T16:11:41.032Z[ recovery-image] Jul 04 16:11:40.268 INFO O| Jul 04 16:11:40.268 INFO STEP 1056 (remove_files) COMPLETE
85242026-07-04T16:11:41.032Z[ recovery-image] Jul 04 16:11:40.268 INFO O| Jul 04 16:11:40.268 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-07-04T16:11:41.041Z[ recovery-image] Jul 04 16:11:40.277 INFO O| Jul 04 16:11:40.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85262026-07-04T16:11:41.041Z[ recovery-image] Jul 04 16:11:40.277 INFO O| Jul 04 16:11:40.277 INFO STEP 1057 (remove_files) COMPLETE
85272026-07-04T16:11:41.046Z[ recovery-image] Jul 04 16:11:40.277 INFO O| Jul 04 16:11:40.277 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-07-04T16:11:41.051Z[ recovery-image] Jul 04 16:11:40.288 INFO O| Jul 04 16:11:40.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85292026-07-04T16:11:41.051Z[ recovery-image] Jul 04 16:11:40.288 INFO O| Jul 04 16:11:40.288 INFO STEP 1058 (remove_files) COMPLETE
85302026-07-04T16:11:41.054Z[ recovery-image] Jul 04 16:11:40.288 INFO O| Jul 04 16:11:40.288 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-07-04T16:11:41.060Z[ recovery-image] Jul 04 16:11:40.297 INFO O| Jul 04 16:11:40.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85322026-07-04T16:11:41.065Z[ recovery-image] Jul 04 16:11:40.297 INFO O| Jul 04 16:11:40.297 INFO STEP 1059 (remove_files) COMPLETE
85332026-07-04T16:11:41.065Z[ recovery-image] Jul 04 16:11:40.297 INFO O| Jul 04 16:11:40.297 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-07-04T16:11:41.078Z[ recovery-image] Jul 04 16:11:40.309 INFO O| Jul 04 16:11:40.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85352026-07-04T16:11:41.078Z[ recovery-image] Jul 04 16:11:40.309 INFO O| Jul 04 16:11:40.309 INFO STEP 1060 (remove_files) COMPLETE
85362026-07-04T16:11:41.079Z[ recovery-image] Jul 04 16:11:40.309 INFO O| Jul 04 16:11:40.309 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-07-04T16:11:41.083Z[ recovery-image] Jul 04 16:11:40.319 INFO O| Jul 04 16:11:40.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85382026-07-04T16:11:41.083Z[ recovery-image] Jul 04 16:11:40.319 INFO O| Jul 04 16:11:40.319 INFO STEP 1061 (remove_files) COMPLETE
85392026-07-04T16:11:41.083Z[ recovery-image] Jul 04 16:11:40.319 INFO O| Jul 04 16:11:40.319 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-07-04T16:11:41.092Z[ recovery-image] Jul 04 16:11:40.329 INFO O| Jul 04 16:11:40.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85412026-07-04T16:11:41.092Z[ recovery-image] Jul 04 16:11:40.329 INFO O| Jul 04 16:11:40.329 INFO STEP 1062 (remove_files) COMPLETE
85422026-07-04T16:11:41.097Z[ recovery-image] Jul 04 16:11:40.329 INFO O| Jul 04 16:11:40.329 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-07-04T16:11:41.102Z[ recovery-image] Jul 04 16:11:40.338 INFO O| Jul 04 16:11:40.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85442026-07-04T16:11:41.103Z[ recovery-image] Jul 04 16:11:40.339 INFO O| Jul 04 16:11:40.339 INFO STEP 1063 (remove_files) COMPLETE
85452026-07-04T16:11:41.107Z[ recovery-image] Jul 04 16:11:40.339 INFO O| Jul 04 16:11:40.339 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-07-04T16:11:41.112Z[ recovery-image] Jul 04 16:11:40.348 INFO O| Jul 04 16:11:40.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85472026-07-04T16:11:41.116Z[ recovery-image] Jul 04 16:11:40.348 INFO O| Jul 04 16:11:40.348 INFO STEP 1064 (remove_files) COMPLETE
85482026-07-04T16:11:41.116Z[ recovery-image] Jul 04 16:11:40.348 INFO O| Jul 04 16:11:40.348 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-07-04T16:11:41.120Z[ recovery-image] Jul 04 16:11:40.356 INFO O| Jul 04 16:11:40.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85502026-07-04T16:11:41.120Z[ recovery-image] Jul 04 16:11:40.356 INFO O| Jul 04 16:11:40.356 INFO STEP 1065 (remove_files) COMPLETE
85512026-07-04T16:11:41.127Z[ recovery-image] Jul 04 16:11:40.356 INFO O| Jul 04 16:11:40.356 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-07-04T16:11:41.132Z[ recovery-image] Jul 04 16:11:40.364 INFO O| Jul 04 16:11:40.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85532026-07-04T16:11:41.133Z[ recovery-image] Jul 04 16:11:40.364 INFO O| Jul 04 16:11:40.364 INFO STEP 1066 (remove_files) COMPLETE
85542026-07-04T16:11:41.133Z[ recovery-image] Jul 04 16:11:40.364 INFO O| Jul 04 16:11:40.364 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-07-04T16:11:41.139Z[ recovery-image] Jul 04 16:11:40.375 INFO O| Jul 04 16:11:40.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85562026-07-04T16:11:41.139Z[ recovery-image] Jul 04 16:11:40.375 INFO O| Jul 04 16:11:40.375 INFO STEP 1067 (remove_files) COMPLETE
85572026-07-04T16:11:41.142Z[ recovery-image] Jul 04 16:11:40.375 INFO O| Jul 04 16:11:40.375 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-07-04T16:11:41.151Z[ recovery-image] Jul 04 16:11:40.386 INFO O| Jul 04 16:11:40.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85592026-07-04T16:11:41.166Z[ recovery-image] Jul 04 16:11:40.387 INFO O| Jul 04 16:11:40.386 INFO STEP 1068 (remove_files) COMPLETE
85602026-07-04T16:11:41.166Z[ recovery-image] Jul 04 16:11:40.387 INFO O| Jul 04 16:11:40.387 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-07-04T16:11:41.236Z[ recovery-image] Jul 04 16:11:40.398 INFO O| Jul 04 16:11:40.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85622026-07-04T16:11:41.236Z[ recovery-image] Jul 04 16:11:40.398 INFO O| Jul 04 16:11:40.398 INFO STEP 1069 (remove_files) COMPLETE
85632026-07-04T16:11:41.236Z[ recovery-image] Jul 04 16:11:40.398 INFO O| Jul 04 16:11:40.398 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-07-04T16:11:41.236Z[ recovery-image] Jul 04 16:11:40.410 INFO O| Jul 04 16:11:40.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85652026-07-04T16:11:41.237Z[ recovery-image] Jul 04 16:11:40.410 INFO O| Jul 04 16:11:40.410 INFO STEP 1070 (remove_files) COMPLETE
85662026-07-04T16:11:41.237Z[ recovery-image] Jul 04 16:11:40.410 INFO O| Jul 04 16:11:40.410 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.421 INFO O| Jul 04 16:11:40.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85682026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.421 INFO O| Jul 04 16:11:40.421 INFO STEP 1071 (remove_files) COMPLETE
85692026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.421 INFO O| Jul 04 16:11:40.421 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.431 INFO O| Jul 04 16:11:40.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85712026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.431 INFO O| Jul 04 16:11:40.431 INFO STEP 1072 (remove_files) COMPLETE
85722026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.431 INFO O| Jul 04 16:11:40.431 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.442 INFO O| Jul 04 16:11:40.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85742026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.442 INFO O| Jul 04 16:11:40.442 INFO STEP 1073 (remove_files) COMPLETE
85752026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.442 INFO O| Jul 04 16:11:40.442 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.452 INFO O| Jul 04 16:11:40.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85772026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.453 INFO O| Jul 04 16:11:40.452 INFO STEP 1074 (remove_files) COMPLETE
85782026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.453 INFO O| Jul 04 16:11:40.453 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-07-04T16:11:41.251Z[ recovery-image] Jul 04 16:11:40.463 INFO O| Jul 04 16:11:40.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85802026-07-04T16:11:41.252Z[ recovery-image] Jul 04 16:11:40.463 INFO O| Jul 04 16:11:40.463 INFO STEP 1075 (remove_files) COMPLETE
85812026-07-04T16:11:41.252Z[ recovery-image] Jul 04 16:11:40.463 INFO O| Jul 04 16:11:40.463 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-07-04T16:11:41.252Z[ recovery-image] Jul 04 16:11:40.474 INFO O| Jul 04 16:11:40.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85832026-07-04T16:11:41.253Z[ recovery-image] Jul 04 16:11:40.474 INFO O| Jul 04 16:11:40.474 INFO STEP 1076 (remove_files) COMPLETE
85842026-07-04T16:11:41.253Z[ recovery-image] Jul 04 16:11:40.474 INFO O| Jul 04 16:11:40.474 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-07-04T16:11:41.253Z[ recovery-image] Jul 04 16:11:40.485 INFO O| Jul 04 16:11:40.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85862026-07-04T16:11:41.253Z[ recovery-image] Jul 04 16:11:40.485 INFO O| Jul 04 16:11:40.485 INFO STEP 1077 (remove_files) COMPLETE
85872026-07-04T16:11:41.253Z[ recovery-image] Jul 04 16:11:40.485 INFO O| Jul 04 16:11:40.485 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-07-04T16:11:41.278Z[ recovery-image] Jul 04 16:11:40.497 INFO O| Jul 04 16:11:40.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85892026-07-04T16:11:41.278Z[ recovery-image] Jul 04 16:11:40.497 INFO O| Jul 04 16:11:40.497 INFO STEP 1078 (remove_files) COMPLETE
85902026-07-04T16:11:41.278Z[ recovery-image] Jul 04 16:11:40.497 INFO O| Jul 04 16:11:40.497 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-07-04T16:11:41.278Z[ recovery-image] Jul 04 16:11:40.508 INFO O| Jul 04 16:11:40.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85922026-07-04T16:11:41.278Z[ recovery-image] Jul 04 16:11:40.509 INFO O| Jul 04 16:11:40.508 INFO STEP 1079 (remove_files) COMPLETE
85932026-07-04T16:11:41.278Z[ recovery-image] Jul 04 16:11:40.509 INFO O| Jul 04 16:11:40.509 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-07-04T16:11:41.284Z[ recovery-image] Jul 04 16:11:40.521 INFO O| Jul 04 16:11:40.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85952026-07-04T16:11:41.285Z[ recovery-image] Jul 04 16:11:40.521 INFO O| Jul 04 16:11:40.521 INFO STEP 1080 (remove_files) COMPLETE
85962026-07-04T16:11:41.299Z[ recovery-image] Jul 04 16:11:40.521 INFO O| Jul 04 16:11:40.521 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-07-04T16:11:41.312Z[ recovery-image] Jul 04 16:11:40.531 INFO O| Jul 04 16:11:40.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85982026-07-04T16:11:41.312Z[ recovery-image] Jul 04 16:11:40.531 INFO O| Jul 04 16:11:40.531 INFO STEP 1081 (remove_files) COMPLETE
85992026-07-04T16:11:41.312Z[ recovery-image] Jul 04 16:11:40.531 INFO O| Jul 04 16:11:40.531 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-07-04T16:11:41.312Z[ recovery-image] Jul 04 16:11:40.540 INFO O| Jul 04 16:11:40.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86012026-07-04T16:11:41.312Z[ recovery-image] Jul 04 16:11:40.540 INFO O| Jul 04 16:11:40.540 INFO STEP 1082 (remove_files) COMPLETE
86022026-07-04T16:11:41.313Z[ recovery-image] Jul 04 16:11:40.540 INFO O| Jul 04 16:11:40.540 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-07-04T16:11:41.321Z[ recovery-image] Jul 04 16:11:40.548 INFO O| Jul 04 16:11:40.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86042026-07-04T16:11:41.321Z[ recovery-image] Jul 04 16:11:40.548 INFO O| Jul 04 16:11:40.548 INFO STEP 1083 (remove_files) COMPLETE
86052026-07-04T16:11:41.321Z[ recovery-image] Jul 04 16:11:40.548 INFO O| Jul 04 16:11:40.548 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-07-04T16:11:41.326Z[ recovery-image] Jul 04 16:11:40.560 INFO O| Jul 04 16:11:40.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86072026-07-04T16:11:41.326Z[ recovery-image] Jul 04 16:11:40.560 INFO O| Jul 04 16:11:40.560 INFO STEP 1084 (remove_files) COMPLETE
86082026-07-04T16:11:41.326Z[ recovery-image] Jul 04 16:11:40.560 INFO O| Jul 04 16:11:40.560 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-07-04T16:11:41.338Z[ recovery-image] Jul 04 16:11:40.572 INFO O| Jul 04 16:11:40.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86102026-07-04T16:11:41.338Z[ recovery-image] Jul 04 16:11:40.572 INFO O| Jul 04 16:11:40.572 INFO STEP 1085 (remove_files) COMPLETE
86112026-07-04T16:11:41.338Z[ recovery-image] Jul 04 16:11:40.572 INFO O| Jul 04 16:11:40.572 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-07-04T16:11:41.346Z[ recovery-image] Jul 04 16:11:40.582 INFO O| Jul 04 16:11:40.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86132026-07-04T16:11:41.346Z[ recovery-image] Jul 04 16:11:40.582 INFO O| Jul 04 16:11:40.582 INFO STEP 1086 (remove_files) COMPLETE
86142026-07-04T16:11:41.346Z[ recovery-image] Jul 04 16:11:40.582 INFO O| Jul 04 16:11:40.582 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-07-04T16:11:41.358Z[ recovery-image] Jul 04 16:11:40.593 INFO O| Jul 04 16:11:40.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86162026-07-04T16:11:41.358Z[ recovery-image] Jul 04 16:11:40.593 INFO O| Jul 04 16:11:40.593 INFO STEP 1087 (remove_files) COMPLETE
86172026-07-04T16:11:41.358Z[ recovery-image] Jul 04 16:11:40.593 INFO O| Jul 04 16:11:40.593 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-07-04T16:11:41.367Z[ recovery-image] Jul 04 16:11:40.602 INFO O| Jul 04 16:11:40.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86192026-07-04T16:11:41.367Z[ recovery-image] Jul 04 16:11:40.602 INFO O| Jul 04 16:11:40.602 INFO STEP 1088 (remove_files) COMPLETE
86202026-07-04T16:11:41.367Z[ recovery-image] Jul 04 16:11:40.602 INFO O| Jul 04 16:11:40.602 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-07-04T16:11:41.376Z[ recovery-image] Jul 04 16:11:40.612 INFO O| Jul 04 16:11:40.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86222026-07-04T16:11:41.376Z[ recovery-image] Jul 04 16:11:40.612 INFO O| Jul 04 16:11:40.612 INFO STEP 1089 (remove_files) COMPLETE
86232026-07-04T16:11:41.379Z[ recovery-image] Jul 04 16:11:40.612 INFO O| Jul 04 16:11:40.612 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-07-04T16:11:41.388Z[ recovery-image] Jul 04 16:11:40.621 INFO O| Jul 04 16:11:40.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86252026-07-04T16:11:41.389Z[ recovery-image] Jul 04 16:11:40.621 INFO O| Jul 04 16:11:40.621 INFO STEP 1090 (remove_files) COMPLETE
86262026-07-04T16:11:41.389Z[ recovery-image] Jul 04 16:11:40.621 INFO O| Jul 04 16:11:40.621 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-07-04T16:11:41.395Z[ recovery-image] Jul 04 16:11:40.631 INFO O| Jul 04 16:11:40.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86282026-07-04T16:11:41.395Z[ recovery-image] Jul 04 16:11:40.631 INFO O| Jul 04 16:11:40.631 INFO STEP 1091 (remove_files) COMPLETE
86292026-07-04T16:11:41.395Z[ recovery-image] Jul 04 16:11:40.631 INFO O| Jul 04 16:11:40.631 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-07-04T16:11:41.405Z[ recovery-image] Jul 04 16:11:40.641 INFO O| Jul 04 16:11:40.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86312026-07-04T16:11:41.409Z[ recovery-image] Jul 04 16:11:40.641 INFO O| Jul 04 16:11:40.641 INFO STEP 1092 (remove_files) COMPLETE
86322026-07-04T16:11:41.410Z[ recovery-image] Jul 04 16:11:40.641 INFO O| Jul 04 16:11:40.641 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-07-04T16:11:41.415Z[ recovery-image] Jul 04 16:11:40.651 INFO O| Jul 04 16:11:40.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86342026-07-04T16:11:41.416Z[ recovery-image] Jul 04 16:11:40.651 INFO O| Jul 04 16:11:40.651 INFO STEP 1093 (remove_files) COMPLETE
86352026-07-04T16:11:41.416Z[ recovery-image] Jul 04 16:11:40.651 INFO O| Jul 04 16:11:40.651 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-07-04T16:11:41.425Z[ recovery-image] Jul 04 16:11:40.661 INFO O| Jul 04 16:11:40.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86372026-07-04T16:11:41.425Z[ recovery-image] Jul 04 16:11:40.662 INFO O| Jul 04 16:11:40.662 INFO STEP 1094 (remove_files) COMPLETE
86382026-07-04T16:11:41.430Z[ recovery-image] Jul 04 16:11:40.662 INFO O| Jul 04 16:11:40.662 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-07-04T16:11:41.437Z[ recovery-image] Jul 04 16:11:40.672 INFO O| Jul 04 16:11:40.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86402026-07-04T16:11:41.441Z[ recovery-image] Jul 04 16:11:40.672 INFO O| Jul 04 16:11:40.672 INFO STEP 1095 (remove_files) COMPLETE
86412026-07-04T16:11:41.441Z[ recovery-image] Jul 04 16:11:40.672 INFO O| Jul 04 16:11:40.672 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-07-04T16:11:41.447Z[ recovery-image] Jul 04 16:11:40.682 INFO O| Jul 04 16:11:40.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86432026-07-04T16:11:41.450Z[ recovery-image] Jul 04 16:11:40.682 INFO O| Jul 04 16:11:40.682 INFO STEP 1096 (remove_files) COMPLETE
86442026-07-04T16:11:41.450Z[ recovery-image] Jul 04 16:11:40.682 INFO O| Jul 04 16:11:40.682 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-07-04T16:11:41.456Z[ recovery-image] Jul 04 16:11:40.693 INFO O| Jul 04 16:11:40.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86462026-07-04T16:11:41.465Z[ recovery-image] Jul 04 16:11:40.693 INFO O| Jul 04 16:11:40.693 INFO STEP 1097 (remove_files) COMPLETE
86472026-07-04T16:11:41.465Z[ recovery-image] Jul 04 16:11:40.693 INFO O| Jul 04 16:11:40.693 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-07-04T16:11:41.469Z[ recovery-image] Jul 04 16:11:40.703 INFO O| Jul 04 16:11:40.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86492026-07-04T16:11:41.469Z[ recovery-image] Jul 04 16:11:40.703 INFO O| Jul 04 16:11:40.703 INFO STEP 1098 (remove_files) COMPLETE
86502026-07-04T16:11:41.469Z[ recovery-image] Jul 04 16:11:40.703 INFO O| Jul 04 16:11:40.703 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-07-04T16:11:41.476Z[ recovery-image] Jul 04 16:11:40.712 INFO O| Jul 04 16:11:40.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86522026-07-04T16:11:41.476Z[ recovery-image] Jul 04 16:11:40.712 INFO O| Jul 04 16:11:40.712 INFO STEP 1099 (remove_files) COMPLETE
86532026-07-04T16:11:41.479Z[ recovery-image] Jul 04 16:11:40.712 INFO O| Jul 04 16:11:40.712 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-07-04T16:11:41.484Z[ recovery-image] Jul 04 16:11:40.721 INFO O| Jul 04 16:11:40.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86552026-07-04T16:11:41.489Z[ recovery-image] Jul 04 16:11:40.721 INFO O| Jul 04 16:11:40.721 INFO STEP 1100 (remove_files) COMPLETE
86562026-07-04T16:11:41.489Z[ recovery-image] Jul 04 16:11:40.721 INFO O| Jul 04 16:11:40.721 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-07-04T16:11:41.494Z[ recovery-image] Jul 04 16:11:40.730 INFO O| Jul 04 16:11:40.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86582026-07-04T16:11:41.499Z[ recovery-image] Jul 04 16:11:40.730 INFO O| Jul 04 16:11:40.730 INFO STEP 1101 (remove_files) COMPLETE
86592026-07-04T16:11:41.499Z[ recovery-image] Jul 04 16:11:40.730 INFO O| Jul 04 16:11:40.730 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-07-04T16:11:41.503Z[ recovery-image] Jul 04 16:11:40.739 INFO O| Jul 04 16:11:40.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86612026-07-04T16:11:41.503Z[ recovery-image] Jul 04 16:11:40.739 INFO O| Jul 04 16:11:40.739 INFO STEP 1102 (remove_files) COMPLETE
86622026-07-04T16:11:41.503Z[ recovery-image] Jul 04 16:11:40.739 INFO O| Jul 04 16:11:40.739 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-07-04T16:11:41.510Z[ recovery-image] Jul 04 16:11:40.746 INFO O| Jul 04 16:11:40.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86642026-07-04T16:11:41.513Z[ recovery-image] Jul 04 16:11:40.746 INFO O| Jul 04 16:11:40.746 INFO STEP 1103 (remove_files) COMPLETE
86652026-07-04T16:11:41.513Z[ recovery-image] Jul 04 16:11:40.746 INFO O| Jul 04 16:11:40.746 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-07-04T16:11:41.522Z[ recovery-image] Jul 04 16:11:40.758 INFO O| Jul 04 16:11:40.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86672026-07-04T16:11:41.522Z[ recovery-image] Jul 04 16:11:40.758 INFO O| Jul 04 16:11:40.758 INFO STEP 1104 (remove_files) COMPLETE
86682026-07-04T16:11:41.526Z[ recovery-image] Jul 04 16:11:40.758 INFO O| Jul 04 16:11:40.758 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-07-04T16:11:41.533Z[ recovery-image] Jul 04 16:11:40.769 INFO O| Jul 04 16:11:40.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86702026-07-04T16:11:41.534Z[ recovery-image] Jul 04 16:11:40.769 INFO O| Jul 04 16:11:40.769 INFO STEP 1105 (remove_files) COMPLETE
86712026-07-04T16:11:41.537Z[ recovery-image] Jul 04 16:11:40.769 INFO O| Jul 04 16:11:40.769 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-07-04T16:11:41.543Z[ recovery-image] Jul 04 16:11:40.779 INFO O| Jul 04 16:11:40.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86732026-07-04T16:11:41.543Z[ recovery-image] Jul 04 16:11:40.779 INFO O| Jul 04 16:11:40.779 INFO STEP 1106 (remove_files) COMPLETE
86742026-07-04T16:11:41.547Z[ recovery-image] Jul 04 16:11:40.779 INFO O| Jul 04 16:11:40.779 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-07-04T16:11:41.551Z[ recovery-image] Jul 04 16:11:40.787 INFO O| Jul 04 16:11:40.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86762026-07-04T16:11:41.551Z[ recovery-image] Jul 04 16:11:40.787 INFO O| Jul 04 16:11:40.787 INFO STEP 1107 (remove_files) COMPLETE
86772026-07-04T16:11:41.551Z[ recovery-image] Jul 04 16:11:40.787 INFO O| Jul 04 16:11:40.787 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-07-04T16:11:41.563Z[ recovery-image] Jul 04 16:11:40.798 INFO O| Jul 04 16:11:40.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86792026-07-04T16:11:41.566Z[ recovery-image] Jul 04 16:11:40.798 INFO O| Jul 04 16:11:40.798 INFO STEP 1108 (remove_files) COMPLETE
86802026-07-04T16:11:41.566Z[ recovery-image] Jul 04 16:11:40.798 INFO O| Jul 04 16:11:40.798 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-07-04T16:11:41.571Z[ recovery-image] Jul 04 16:11:40.807 INFO O| Jul 04 16:11:40.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86822026-07-04T16:11:41.571Z[ recovery-image] Jul 04 16:11:40.807 INFO O| Jul 04 16:11:40.807 INFO STEP 1109 (remove_files) COMPLETE
86832026-07-04T16:11:41.571Z[ recovery-image] Jul 04 16:11:40.807 INFO O| Jul 04 16:11:40.807 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-07-04T16:11:41.580Z[ recovery-image] Jul 04 16:11:40.816 INFO O| Jul 04 16:11:40.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86852026-07-04T16:11:41.580Z[ recovery-image] Jul 04 16:11:40.816 INFO O| Jul 04 16:11:40.816 INFO STEP 1110 (remove_files) COMPLETE
86862026-07-04T16:11:41.586Z[ recovery-image] Jul 04 16:11:40.816 INFO O| Jul 04 16:11:40.816 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-07-04T16:11:41.590Z[ recovery-image] Jul 04 16:11:40.826 INFO O| Jul 04 16:11:40.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86882026-07-04T16:11:41.590Z[ recovery-image] Jul 04 16:11:40.826 INFO O| Jul 04 16:11:40.826 INFO STEP 1111 (remove_files) COMPLETE
86892026-07-04T16:11:41.590Z[ recovery-image] Jul 04 16:11:40.826 INFO O| Jul 04 16:11:40.826 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-07-04T16:11:41.600Z[ recovery-image] Jul 04 16:11:40.837 INFO O| Jul 04 16:11:40.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86912026-07-04T16:11:41.600Z[ recovery-image] Jul 04 16:11:40.837 INFO O| Jul 04 16:11:40.837 INFO STEP 1112 (remove_files) COMPLETE
86922026-07-04T16:11:41.603Z[ recovery-image] Jul 04 16:11:40.837 INFO O| Jul 04 16:11:40.837 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-07-04T16:11:41.610Z[ recovery-image] Jul 04 16:11:40.847 INFO O| Jul 04 16:11:40.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86942026-07-04T16:11:41.615Z[ recovery-image] Jul 04 16:11:40.847 INFO O| Jul 04 16:11:40.847 INFO STEP 1113 (remove_files) COMPLETE
86952026-07-04T16:11:41.615Z[ recovery-image] Jul 04 16:11:40.847 INFO O| Jul 04 16:11:40.847 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-07-04T16:11:41.623Z[ recovery-image] Jul 04 16:11:40.859 INFO O| Jul 04 16:11:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86972026-07-04T16:11:41.626Z[ recovery-image] Jul 04 16:11:40.859 INFO O| Jul 04 16:11:40.859 INFO STEP 1114 (remove_files) COMPLETE
86982026-07-04T16:11:41.626Z[ recovery-image] Jul 04 16:11:40.859 INFO O| Jul 04 16:11:40.859 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-07-04T16:11:41.633Z[ recovery-image] Jul 04 16:11:40.870 INFO O| Jul 04 16:11:40.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87002026-07-04T16:11:41.634Z[ recovery-image] Jul 04 16:11:40.870 INFO O| Jul 04 16:11:40.870 INFO STEP 1115 (remove_files) COMPLETE
87012026-07-04T16:11:41.634Z[ recovery-image] Jul 04 16:11:40.870 INFO O| Jul 04 16:11:40.870 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-07-04T16:11:41.646Z[ recovery-image] Jul 04 16:11:40.881 INFO O| Jul 04 16:11:40.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87032026-07-04T16:11:41.651Z[ recovery-image] Jul 04 16:11:40.881 INFO O| Jul 04 16:11:40.881 INFO STEP 1116 (remove_files) COMPLETE
87042026-07-04T16:11:41.651Z[ recovery-image] Jul 04 16:11:40.881 INFO O| Jul 04 16:11:40.881 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-07-04T16:11:41.656Z[ recovery-image] Jul 04 16:11:40.892 INFO O| Jul 04 16:11:40.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87062026-07-04T16:11:41.659Z[ recovery-image] Jul 04 16:11:40.892 INFO O| Jul 04 16:11:40.892 INFO STEP 1117 (remove_files) COMPLETE
87072026-07-04T16:11:41.660Z[ recovery-image] Jul 04 16:11:40.892 INFO O| Jul 04 16:11:40.892 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-07-04T16:11:41.665Z[ recovery-image] Jul 04 16:11:40.902 INFO O| Jul 04 16:11:40.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87092026-07-04T16:11:41.671Z[ recovery-image] Jul 04 16:11:40.902 INFO O| Jul 04 16:11:40.902 INFO STEP 1118 (remove_files) COMPLETE
87102026-07-04T16:11:41.671Z[ recovery-image] Jul 04 16:11:40.902 INFO O| Jul 04 16:11:40.902 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-07-04T16:11:41.677Z[ recovery-image] Jul 04 16:11:40.912 INFO O| Jul 04 16:11:40.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87122026-07-04T16:11:41.677Z[ recovery-image] Jul 04 16:11:40.912 INFO O| Jul 04 16:11:40.912 INFO STEP 1119 (remove_files) COMPLETE
87132026-07-04T16:11:41.680Z[ recovery-image] Jul 04 16:11:40.912 INFO O| Jul 04 16:11:40.912 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-07-04T16:11:41.686Z[ recovery-image] Jul 04 16:11:40.923 INFO O| Jul 04 16:11:40.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87152026-07-04T16:11:41.691Z[ recovery-image] Jul 04 16:11:40.923 INFO O| Jul 04 16:11:40.923 INFO STEP 1120 (remove_files) COMPLETE
87162026-07-04T16:11:41.691Z[ recovery-image] Jul 04 16:11:40.923 INFO O| Jul 04 16:11:40.923 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-07-04T16:11:41.695Z[ recovery-image] Jul 04 16:11:40.931 INFO O| Jul 04 16:11:40.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87182026-07-04T16:11:41.695Z[ recovery-image] Jul 04 16:11:40.931 INFO O| Jul 04 16:11:40.931 INFO STEP 1121 (remove_files) COMPLETE
87192026-07-04T16:11:41.695Z[ recovery-image] Jul 04 16:11:40.931 INFO O| Jul 04 16:11:40.931 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-07-04T16:11:41.703Z[ recovery-image] Jul 04 16:11:40.939 INFO O| Jul 04 16:11:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87212026-07-04T16:11:41.706Z[ recovery-image] Jul 04 16:11:40.939 INFO O| Jul 04 16:11:40.939 INFO STEP 1122 (remove_files) COMPLETE
87222026-07-04T16:11:41.706Z[ recovery-image] Jul 04 16:11:40.939 INFO O| Jul 04 16:11:40.939 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-07-04T16:11:41.711Z[ recovery-image] Jul 04 16:11:40.947 INFO O| Jul 04 16:11:40.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87242026-07-04T16:11:41.715Z[ recovery-image] Jul 04 16:11:40.947 INFO O| Jul 04 16:11:40.947 INFO STEP 1123 (remove_files) COMPLETE
87252026-07-04T16:11:41.715Z[ recovery-image] Jul 04 16:11:40.947 INFO O| Jul 04 16:11:40.947 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-07-04T16:11:41.721Z[ recovery-image] Jul 04 16:11:40.958 INFO O| Jul 04 16:11:40.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87272026-07-04T16:11:41.724Z[ recovery-image] Jul 04 16:11:40.958 INFO O| Jul 04 16:11:40.958 INFO STEP 1124 (remove_files) COMPLETE
87282026-07-04T16:11:41.725Z[ recovery-image] Jul 04 16:11:40.958 INFO O| Jul 04 16:11:40.958 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87292026-07-04T16:11:41.735Z[ recovery-image] Jul 04 16:11:40.971 INFO O| Jul 04 16:11:40.971 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87302026-07-04T16:11:41.735Z[ recovery-image] Jul 04 16:11:40.971 INFO O| Jul 04 16:11:40.971 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87312026-07-04T16:11:42.517Z[ recovery-image] Jul 04 16:11:41.752 INFO O| Jul 04 16:11:41.752 INFO STEP 1125 (pack_tar) COMPLETE
87322026-07-04T16:11:42.517Z[ recovery-image] Jul 04 16:11:41.752 INFO O| Jul 04 16:11:41.752 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87332026-07-04T16:11:42.525Z[ recovery-image] Jul 04 16:11:41.752 INFO O| Jul 04 16:11:41.752 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87342026-07-04T16:11:42.613Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
87352026-07-04T16:11:43.918Z[ recovery-image] Jul 04 16:11:43.155 INFO O| Jul 04 16:11:43.154 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87362026-07-04T16:11:45.049Z[ recovery-image] Jul 04 16:11:44.285 INFO O| Jul 04 16:11:44.285 INFO completed processing sled/ramdisk-03-recovery-trim
87372026-07-04T16:11:45.054Z[ recovery-image] Jul 04 16:11:44.290 INFO image builder template: zfs-recovery...
87382026-07-04T16:11:45.058Z[ recovery-image] Jul 04 16:11:44.290 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/.tmpsXpZXY/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
87392026-07-04T16:11:45.113Z[ recovery-image] Jul 04 16:11:44.319 INFO O| Jul 04 16:11:44.319 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87402026-07-04T16:11:45.231Z[ recovery-image] Jul 04 16:11:44.323 INFO O| Jul 04 16:11:44.323 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87412026-07-04T16:11:45.261Z[ recovery-image] Jul 04 16:11:44.493 INFO O| Jul 04 16:11:44.493 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87422026-07-04T16:11:45.342Z[ recovery-image] Jul 04 16:11:44.579 INFO O| Jul 04 16:11:44.579 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87432026-07-04T16:11:45.342Z[ recovery-image] Jul 04 16:11:44.579 INFO O| Jul 04 16:11:44.579 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87442026-07-04T16:11:45.348Z[ recovery-image] Jul 04 16:11:44.582 INFO O| Jul 04 16:11:44.582 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87452026-07-04T16:11:45.449Z[ recovery-image] Jul 04 16:11:44.684 INFO O| Jul 04 16:11:44.684 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87462026-07-04T16:11:45.535Z[ recovery-image] Jul 04 16:11:44.763 INFO O| Jul 04 16:11:44.763 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87472026-07-04T16:11:45.542Z[ recovery-image] Jul 04 16:11:44.772 INFO O| Jul 04 16:11:44.772 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87482026-07-04T16:11:45.542Z[ recovery-image] Jul 04 16:11:44.777 INFO O| Jul 04 16:11:44.777 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87492026-07-04T16:11:45.558Z[ recovery-image] Jul 04 16:11:44.779 INFO O| Jul 04 16:11:44.779 INFO no lofi found
87502026-07-04T16:11:45.558Z[ recovery-image] Jul 04 16:11:44.779 INFO O| Jul 04 16:11:44.779 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87512026-07-04T16:11:45.558Z[ recovery-image] Jul 04 16:11:44.779 INFO O| Jul 04 16:11:44.779 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87522026-07-04T16:11:47.766Z[ recovery-image] Jul 04 16:11:47.002 INFO O| Jul 04 16:11:47.002 INFO lofi device = /dev/dsk/c2t1d0p0
87532026-07-04T16:11:47.766Z[ recovery-image] Jul 04 16:11:47.002 INFO O| Jul 04 16:11:47.002 INFO pool device = /dev/dsk/c2t1d0p0
87542026-07-04T16:11:47.770Z[ recovery-image] Jul 04 16:11:47.002 INFO O| Jul 04 16:11:47.002 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87552026-07-04T16:11:47.839Z[ recovery-image] Jul 04 16:11:47.075 INFO O| Jul 04 16:11:47.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87562026-07-04T16:11:47.840Z[ recovery-image] Jul 04 16:11:47.075 INFO O| Jul 04 16:11:47.075 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87572026-07-04T16:11:47.861Z[ recovery-image] Jul 04 16:11:47.097 INFO O| Jul 04 16:11:47.097 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87582026-07-04T16:11:47.914Z[ recovery-image] Jul 04 16:11:47.150 INFO O| Jul 04 16:11:47.150 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87592026-07-04T16:11:47.944Z[ recovery-image] Jul 04 16:11:47.180 INFO O| Jul 04 16:11:47.180 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87602026-07-04T16:11:47.958Z[ recovery-image] Jul 04 16:11:47.194 INFO O| Jul 04 16:11:47.194 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87612026-07-04T16:11:47.969Z[ recovery-image] Jul 04 16:11:47.206 INFO O| Jul 04 16:11:47.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87622026-07-04T16:11:48.008Z[ recovery-image] Jul 04 16:11:47.244 INFO O| Jul 04 16:11:47.243 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87632026-07-04T16:11:48.008Z[ recovery-image] Jul 04 16:11:47.244 INFO O| Jul 04 16:11:47.244 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87642026-07-04T16:11:48.011Z[ recovery-image] Jul 04 16:11:47.244 INFO O| Jul 04 16:11:47.244 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87652026-07-04T16:11:48.015Z[ recovery-image] Jul 04 16:11:47.251 INFO O| Jul 04 16:11:47.251 INFO boot environment UUID: 97250bb7-ff2f-49c0-a590-5e86e094507c
87662026-07-04T16:11:48.015Z[ recovery-image] Jul 04 16:11:47.251 INFO O| Jul 04 16:11:47.251 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 97250bb7-ff2f-49c0-a590-5e86e094507c
87672026-07-04T16:11:48.026Z[ recovery-image] Jul 04 16:11:47.262 INFO O| Jul 04 16:11:47.262 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87682026-07-04T16:11:48.037Z[ recovery-image] Jul 04 16:11:47.273 INFO O| Jul 04 16:11:47.273 INFO STEP 0 (create_be) COMPLETE
87692026-07-04T16:11:48.037Z[ recovery-image] Jul 04 16:11:47.273 INFO O| Jul 04 16:11:47.273 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87702026-07-04T16:11:48.052Z[ recovery-image] Jul 04 16:11:47.288 INFO O| Jul 04 16:11:47.288 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87712026-07-04T16:11:52.185Z[ recovery-image] Jul 04 16:11:51.421 INFO O| Jul 04 16:11:51.421 INFO STEP 1 (unpack_tar) COMPLETE
87722026-07-04T16:11:52.206Z[ recovery-image] Jul 04 16:11:51.421 INFO O| Jul 04 16:11:51.421 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87732026-07-04T16:11:52.213Z[ recovery-image] Jul 04 16:11:51.429 INFO O| Jul 04 16:11:51.429 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87742026-07-04T16:11:52.603Z[ recovery-image] Jul 04 16:11:51.839 INFO O| Jul 04 16:11:51.839 INFO STEP 2 (devfsadm) COMPLETE
87752026-07-04T16:11:52.603Z[ recovery-image] Jul 04 16:11:51.839 INFO O| Jul 04 16:11:51.839 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87762026-07-04T16:11:52.614Z[ recovery-image] Jul 04 16:11:51.848 INFO O| Jul 04 16:11:51.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87772026-07-04T16:11:52.614Z[ recovery-image] Jul 04 16:11:51.848 INFO O| Jul 04 16:11:51.848 INFO STEP 3 (ensure_dir) COMPLETE
87782026-07-04T16:11:52.614Z[ recovery-image] Jul 04 16:11:51.848 INFO O| Jul 04 16:11:51.848 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87792026-07-04T16:11:52.625Z[ recovery-image] Jul 04 16:11:51.857 INFO O| Jul 04 16:11:51.857 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87802026-07-04T16:11:52.625Z[ recovery-image] Jul 04 16:11:51.857 INFO O| Jul 04 16:11:51.857 INFO STEP 4 (ensure_dir) COMPLETE
87812026-07-04T16:11:52.625Z[ recovery-image] Jul 04 16:11:51.857 INFO O| Jul 04 16:11:51.857 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87822026-07-04T16:11:52.636Z[ recovery-image] Jul 04 16:11:51.865 INFO O| Jul 04 16:11:51.865 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87832026-07-04T16:11:52.636Z[ recovery-image] Jul 04 16:11:51.865 INFO O| Jul 04 16:11:51.865 INFO STEP 5 (ensure_dir) COMPLETE
87842026-07-04T16:11:52.636Z[ recovery-image] Jul 04 16:11:51.865 INFO O| Jul 04 16:11:51.865 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.873 INFO O| Jul 04 16:11:51.873 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87862026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.873 INFO O| Jul 04 16:11:51.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87872026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.873 INFO O| Jul 04 16:11:51.873 INFO STEP 6 (ensure_dir) COMPLETE
87882026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.873 INFO O| Jul 04 16:11:51.873 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87892026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.880 INFO O| Jul 04 16:11:51.880 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87902026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.880 INFO O| Jul 04 16:11:51.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87912026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.880 INFO O| Jul 04 16:11:51.880 INFO STEP 7 (ensure_dir) COMPLETE
87922026-07-04T16:11:52.644Z[ recovery-image] Jul 04 16:11:51.880 INFO O| Jul 04 16:11:51.880 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87932026-07-04T16:11:52.652Z[ recovery-image] Jul 04 16:11:51.887 INFO O| Jul 04 16:11:51.887 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87942026-07-04T16:11:52.652Z[ recovery-image] Jul 04 16:11:51.888 INFO O| Jul 04 16:11:51.888 INFO STEP 8 (remove_files) COMPLETE
87952026-07-04T16:11:52.652Z[ recovery-image] Jul 04 16:11:51.888 INFO O| Jul 04 16:11:51.888 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87962026-07-04T16:11:52.662Z[ recovery-image] Jul 04 16:11:51.895 INFO O| Jul 04 16:11:51.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87972026-07-04T16:11:52.662Z[ recovery-image] Jul 04 16:11:51.895 INFO O| Jul 04 16:11:51.895 INFO STEP 9 (remove_files) COMPLETE
87982026-07-04T16:11:52.662Z[ recovery-image] Jul 04 16:11:51.895 INFO O| Jul 04 16:11:51.895 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87992026-07-04T16:11:52.669Z[ recovery-image] Jul 04 16:11:51.904 INFO O| Jul 04 16:11:51.904 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88002026-07-04T16:11:52.669Z[ recovery-image] Jul 04 16:11:51.905 INFO O| Jul 04 16:11:51.905 INFO STEP 10 (remove_files) COMPLETE
88012026-07-04T16:11:52.669Z[ recovery-image] Jul 04 16:11:51.905 INFO O| Jul 04 16:11:51.905 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88022026-07-04T16:11:52.679Z[ recovery-image] Jul 04 16:11:51.911 INFO O| Jul 04 16:11:51.911 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88032026-07-04T16:11:52.698Z[ recovery-image] Jul 04 16:11:51.911 INFO O| Jul 04 16:11:51.911 INFO STEP 11 (remove_files) COMPLETE
88042026-07-04T16:11:52.698Z[ recovery-image] Jul 04 16:11:51.911 INFO O| Jul 04 16:11:51.911 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88052026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.918 INFO O| Jul 04 16:11:51.918 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88062026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.918 INFO O| Jul 04 16:11:51.918 INFO STEP 12 (remove_files) COMPLETE
88072026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.918 INFO O| Jul 04 16:11:51.918 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88082026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.925 INFO O| Jul 04 16:11:51.925 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88092026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.925 INFO O| Jul 04 16:11:51.925 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88102026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.925 INFO O| Jul 04 16:11:51.925 INFO STEP 13 (ensure_dir) COMPLETE
88112026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.925 INFO O| Jul 04 16:11:51.925 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88122026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.931 INFO O| Jul 04 16:11:51.931 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88132026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.931 INFO O| Jul 04 16:11:51.931 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88142026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.931 INFO O| Jul 04 16:11:51.931 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88152026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.931 INFO O| Jul 04 16:11:51.931 INFO STEP 14 (ensure_dir) COMPLETE
88162026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.931 INFO O| Jul 04 16:11:51.931 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88172026-07-04T16:11:52.706Z[ recovery-image] Jul 04 16:11:51.940 INFO O| Jul 04 16:11:51.940 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88182026-07-04T16:11:52.718Z[ recovery-image] Jul 04 16:11:51.940 INFO O| Jul 04 16:11:51.940 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88192026-07-04T16:11:52.718Z[ recovery-image] Jul 04 16:11:51.940 INFO O| Jul 04 16:11:51.940 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88202026-07-04T16:11:52.718Z[ recovery-image] Jul 04 16:11:51.940 INFO O| Jul 04 16:11:51.940 INFO STEP 15 (ensure_dir) COMPLETE
88212026-07-04T16:11:52.718Z[ recovery-image] Jul 04 16:11:51.940 INFO O| Jul 04 16:11:51.940 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-07-04T16:11:52.726Z[ recovery-image] Jul 04 16:11:51.948 INFO O| Jul 04 16:11:51.948 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88232026-07-04T16:11:52.726Z[ recovery-image] Jul 04 16:11:51.948 INFO O| Jul 04 16:11:51.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88242026-07-04T16:11:52.726Z[ recovery-image] Jul 04 16:11:51.948 INFO O| Jul 04 16:11:51.948 INFO STEP 16 (ensure_dir) COMPLETE
88252026-07-04T16:11:52.726Z[ recovery-image] Jul 04 16:11:51.948 INFO O| Jul 04 16:11:51.948 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88262026-07-04T16:11:52.727Z[ recovery-image] Jul 04 16:11:51.955 INFO O| Jul 04 16:11:51.955 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88272026-07-04T16:11:52.727Z[ recovery-image] Jul 04 16:11:51.955 INFO O| Jul 04 16:11:51.955 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88282026-07-04T16:11:52.727Z[ recovery-image] Jul 04 16:11:51.955 INFO O| Jul 04 16:11:51.955 INFO STEP 17 (ensure_dir) COMPLETE
88292026-07-04T16:11:52.727Z[ recovery-image] Jul 04 16:11:51.955 INFO O| Jul 04 16:11:51.955 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88302026-07-04T16:11:52.727Z[ recovery-image] Jul 04 16:11:51.962 INFO O| Jul 04 16:11:51.962 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88312026-07-04T16:11:52.727Z[ recovery-image] Jul 04 16:11:51.962 INFO O| Jul 04 16:11:51.962 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88322026-07-04T16:11:52.727Z[ recovery-image] Jul 04 16:11:51.962 INFO O| Jul 04 16:11:51.962 INFO ok!
88332026-07-04T16:11:52.728Z[ recovery-image] Jul 04 16:11:51.962 INFO O| Jul 04 16:11:51.962 INFO STEP 18 (ensure_symlink) COMPLETE
88342026-07-04T16:11:52.736Z[ recovery-image] Jul 04 16:11:51.962 INFO O| Jul 04 16:11:51.962 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88352026-07-04T16:11:52.736Z[ recovery-image] Jul 04 16:11:51.969 INFO O| Jul 04 16:11:51.969 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88362026-07-04T16:11:52.736Z[ recovery-image] Jul 04 16:11:51.969 INFO O| Jul 04 16:11:51.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88372026-07-04T16:11:52.736Z[ recovery-image] Jul 04 16:11:51.969 INFO O| Jul 04 16:11:51.969 INFO ok!
88382026-07-04T16:11:52.736Z[ recovery-image] Jul 04 16:11:51.969 INFO O| Jul 04 16:11:51.969 INFO STEP 19 (ensure_file) COMPLETE
88392026-07-04T16:11:52.736Z[ recovery-image] Jul 04 16:11:51.969 INFO O| Jul 04 16:11:51.969 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88402026-07-04T16:11:52.942Z[ recovery-image] Jul 04 16:11:51.975 INFO O| Jul 04 16:11:51.975 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88412026-07-04T16:11:52.942Z[ recovery-image] Jul 04 16:11:51.975 INFO O| Jul 04 16:11:51.975 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88422026-07-04T16:11:52.942Z[ recovery-image] Jul 04 16:11:51.975 INFO O| Jul 04 16:11:51.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88432026-07-04T16:11:52.942Z[ recovery-image] Jul 04 16:11:51.975 INFO O| Jul 04 16:11:51.975 INFO ok!
88442026-07-04T16:11:52.944Z[ recovery-image] Jul 04 16:11:51.975 INFO O| Jul 04 16:11:51.975 INFO STEP 20 (ensure_symlink) COMPLETE
88452026-07-04T16:11:52.944Z[ recovery-image] Jul 04 16:11:51.975 INFO O| Jul 04 16:11:51.975 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88462026-07-04T16:11:52.944Z[ recovery-image] Jul 04 16:11:51.983 INFO O| Jul 04 16:11:51.983 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88472026-07-04T16:11:52.944Z[ recovery-image] Jul 04 16:11:51.983 INFO O| Jul 04 16:11:51.983 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88482026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.983 INFO O| Jul 04 16:11:51.983 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88492026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.983 INFO O| Jul 04 16:11:51.983 INFO ok!
88502026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.983 INFO O| Jul 04 16:11:51.983 INFO STEP 21 (ensure_symlink) COMPLETE
88512026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.983 INFO O| Jul 04 16:11:51.983 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88522026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.991 INFO O| Jul 04 16:11:51.991 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88532026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.991 INFO O| Jul 04 16:11:51.991 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88542026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.991 INFO O| Jul 04 16:11:51.991 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88552026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.991 INFO O| Jul 04 16:11:51.991 INFO ok!
88562026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.991 INFO O| Jul 04 16:11:51.991 INFO STEP 22 (ensure_symlink) COMPLETE
88572026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.991 INFO O| Jul 04 16:11:51.991 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88582026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.998 INFO O| Jul 04 16:11:51.998 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88592026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.998 INFO O| Jul 04 16:11:51.998 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88602026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.998 INFO O| Jul 04 16:11:51.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88612026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.998 INFO O| Jul 04 16:11:51.998 INFO ok!
88622026-07-04T16:11:52.946Z[ recovery-image] Jul 04 16:11:51.998 INFO O| Jul 04 16:11:51.998 INFO STEP 23 (ensure_symlink) COMPLETE
88632026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:51.998 INFO O| Jul 04 16:11:51.998 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88642026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.008 INFO O| Jul 04 16:11:52.008 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88652026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.008 INFO O| Jul 04 16:11:52.008 INFO copying /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.dns -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf ...
88662026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.008 INFO O| Jul 04 16:11:52.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88672026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.008 INFO O| Jul 04 16:11:52.008 INFO ok!
88682026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.008 INFO O| Jul 04 16:11:52.008 INFO STEP 24 (ensure_file) COMPLETE
88692026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.008 INFO O| Jul 04 16:11:52.008 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88702026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.018 INFO O| Jul 04 16:11:52.018 INFO updating shadow file
88712026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.018 INFO O| Jul 04 16:11:52.018 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88722026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.018 INFO O| Jul 04 16:11:52.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88732026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.018 INFO O| Jul 04 16:11:52.018 INFO STEP 25 (shadow) COMPLETE
88742026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.018 INFO O| Jul 04 16:11:52.018 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88752026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.026 INFO O| Jul 04 16:11:52.026 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88762026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.026 INFO O| Jul 04 16:11:52.026 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88772026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.026 INFO O| Jul 04 16:11:52.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88782026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.026 INFO O| Jul 04 16:11:52.026 INFO ok!
88792026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.026 INFO O| Jul 04 16:11:52.026 INFO STEP 26 (ensure_file) COMPLETE
88802026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.026 INFO O| Jul 04 16:11:52.026 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88812026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.034 INFO O| Jul 04 16:11:52.034 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88822026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.034 INFO O| Jul 04 16:11:52.034 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88832026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.034 INFO O| Jul 04 16:11:52.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88842026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.034 INFO O| Jul 04 16:11:52.034 INFO ok!
88852026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.034 INFO O| Jul 04 16:11:52.034 INFO STEP 27 (ensure_file) COMPLETE
88862026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.034 INFO O| Jul 04 16:11:52.034 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88872026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.042 INFO O| Jul 04 16:11:52.042 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88882026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.042 INFO O| Jul 04 16:11:52.042 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88892026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.042 INFO O| Jul 04 16:11:52.042 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88902026-07-04T16:11:52.949Z[ recovery-image] Jul 04 16:11:52.042 INFO O| Jul 04 16:11:52.042 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88912026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.042 INFO O| Jul 04 16:11:52.042 INFO ok!
88922026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.042 INFO O| Jul 04 16:11:52.042 INFO STEP 28 (ensure_file) COMPLETE
88932026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.042 INFO O| Jul 04 16:11:52.042 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88942026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.049 INFO O| Jul 04 16:11:52.049 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88952026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.050 INFO O| Jul 04 16:11:52.049 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88962026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.050 INFO O| Jul 04 16:11:52.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88972026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.050 INFO O| Jul 04 16:11:52.050 INFO ok!
88982026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.050 INFO O| Jul 04 16:11:52.050 INFO STEP 29 (ensure_file) COMPLETE
88992026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.050 INFO O| Jul 04 16:11:52.050 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89002026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.057 INFO O| Jul 04 16:11:52.057 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89012026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.057 INFO O| Jul 04 16:11:52.057 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89022026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.057 INFO O| Jul 04 16:11:52.057 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89032026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.057 INFO O| Jul 04 16:11:52.057 INFO STEP 30 (ensure_dir) COMPLETE
89042026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.057 INFO O| Jul 04 16:11:52.057 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89052026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.064 INFO O| Jul 04 16:11:52.064 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89062026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.064 INFO O| Jul 04 16:11:52.064 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup ...
89072026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.065 INFO O| Jul 04 16:11:52.064 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89082026-07-04T16:11:52.950Z[ recovery-image] Jul 04 16:11:52.065 INFO O| Jul 04 16:11:52.064 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89092026-07-04T16:11:52.952Z[ recovery-image] Jul 04 16:11:52.065 INFO O| Jul 04 16:11:52.064 INFO ok!
89102026-07-04T16:11:52.952Z[ recovery-image] Jul 04 16:11:52.065 INFO O| Jul 04 16:11:52.064 INFO STEP 31 (ensure_file) COMPLETE
89112026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.065 INFO O| Jul 04 16:11:52.064 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89122026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.071 INFO O| Jul 04 16:11:52.071 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89132026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.072 INFO O| Jul 04 16:11:52.071 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89142026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.072 INFO O| Jul 04 16:11:52.072 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89152026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.072 INFO O| Jul 04 16:11:52.072 INFO STEP 32 (ensure_dir) COMPLETE
89162026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.072 INFO O| Jul 04 16:11:52.072 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89172026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.078 INFO O| Jul 04 16:11:52.078 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89182026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.078 INFO O| Jul 04 16:11:52.078 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml ...
89192026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.078 INFO O| Jul 04 16:11:52.078 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89202026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.078 INFO O| Jul 04 16:11:52.078 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89212026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.078 INFO O| Jul 04 16:11:52.078 INFO ok!
89222026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.078 INFO O| Jul 04 16:11:52.078 INFO STEP 33 (ensure_file) COMPLETE
89232026-07-04T16:11:52.953Z[ recovery-image] Jul 04 16:11:52.078 INFO O| Jul 04 16:11:52.078 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89242026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.085 INFO O| Jul 04 16:11:52.085 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89252026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.085 INFO O| Jul 04 16:11:52.085 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89262026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.085 INFO O| Jul 04 16:11:52.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89272026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.085 INFO O| Jul 04 16:11:52.085 INFO ok!
89282026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.085 INFO O| Jul 04 16:11:52.085 INFO STEP 34 (ensure_file) COMPLETE
89292026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.085 INFO O| Jul 04 16:11:52.085 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89302026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.093 INFO O| Jul 04 16:11:52.093 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89312026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.093 INFO O| Jul 04 16:11:52.093 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89322026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.093 INFO O| Jul 04 16:11:52.093 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89332026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.093 INFO O| Jul 04 16:11:52.093 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89342026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.093 INFO O| Jul 04 16:11:52.093 INFO ok!
89352026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.093 INFO O| Jul 04 16:11:52.093 INFO STEP 35 (ensure_file) COMPLETE
89362026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.093 INFO O| Jul 04 16:11:52.093 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89372026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.101 INFO O| Jul 04 16:11:52.101 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89382026-07-04T16:11:52.955Z[ recovery-image] Jul 04 16:11:52.101 INFO O| Jul 04 16:11:52.101 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89392026-07-04T16:11:52.956Z[ recovery-image] Jul 04 16:11:52.101 INFO O| Jul 04 16:11:52.101 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89402026-07-04T16:11:52.968Z[ recovery-image] Jul 04 16:11:52.101 INFO O| Jul 04 16:11:52.101 INFO ok!
89412026-07-04T16:11:52.968Z[ recovery-image] Jul 04 16:11:52.101 INFO O| Jul 04 16:11:52.101 INFO STEP 36 (ensure_file) COMPLETE
89422026-07-04T16:11:52.968Z[ recovery-image] Jul 04 16:11:52.101 INFO O| Jul 04 16:11:52.101 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89432026-07-04T16:11:52.969Z[ recovery-image] Jul 04 16:11:52.108 INFO O| Jul 04 16:11:52.108 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89442026-07-04T16:11:52.969Z[ recovery-image] Jul 04 16:11:52.108 INFO O| Jul 04 16:11:52.108 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89452026-07-04T16:11:52.969Z[ recovery-image] Jul 04 16:11:52.108 INFO O| Jul 04 16:11:52.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89462026-07-04T16:11:52.969Z[ recovery-image] Jul 04 16:11:52.108 INFO O| Jul 04 16:11:52.108 INFO ok!
89472026-07-04T16:11:52.969Z[ recovery-image] Jul 04 16:11:52.108 INFO O| Jul 04 16:11:52.108 INFO STEP 37 (ensure_file) COMPLETE
89482026-07-04T16:11:52.970Z[ recovery-image] Jul 04 16:11:52.108 INFO O| Jul 04 16:11:52.108 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89492026-07-04T16:11:52.970Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89502026-07-04T16:11:52.970Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89512026-07-04T16:11:52.970Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89522026-07-04T16:11:52.984Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89532026-07-04T16:11:52.984Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89542026-07-04T16:11:52.984Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89552026-07-04T16:11:52.985Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO ok!
89562026-07-04T16:11:52.985Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO STEP 38 (ensure_file) COMPLETE
89572026-07-04T16:11:52.985Z[ recovery-image] Jul 04 16:11:52.116 INFO O| Jul 04 16:11:52.116 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89582026-07-04T16:11:52.985Z[ recovery-image] Jul 04 16:11:52.124 INFO O| Jul 04 16:11:52.124 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89592026-07-04T16:11:52.985Z[ recovery-image] Jul 04 16:11:52.124 INFO O| Jul 04 16:11:52.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89602026-07-04T16:11:52.985Z[ recovery-image] Jul 04 16:11:52.124 INFO O| Jul 04 16:11:52.124 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89612026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.124 INFO O| Jul 04 16:11:52.124 INFO STEP 39 (ensure_dir) COMPLETE
89622026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.124 INFO O| Jul 04 16:11:52.124 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89632026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.132 INFO O| Jul 04 16:11:52.132 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin does not exist
89642026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.132 INFO O| Jul 04 16:11:52.132 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89652026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.133 INFO O| Jul 04 16:11:52.133 INFO perms are 644, should be 555, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89662026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.133 INFO O| Jul 04 16:11:52.133 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89672026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.133 INFO O| Jul 04 16:11:52.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89682026-07-04T16:11:53.003Z[ recovery-image] Jul 04 16:11:52.133 INFO O| Jul 04 16:11:52.133 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin
89692026-07-04T16:11:53.010Z[ recovery-image] Jul 04 16:11:52.133 INFO O| Jul 04 16:11:52.133 INFO ok!
89702026-07-04T16:11:53.010Z[ recovery-image] Jul 04 16:11:52.133 INFO O| Jul 04 16:11:52.133 INFO STEP 40 (ensure_file) COMPLETE
89712026-07-04T16:11:53.010Z[ recovery-image] Jul 04 16:11:52.133 INFO O| Jul 04 16:11:52.133 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89722026-07-04T16:11:53.010Z[ recovery-image] Jul 04 16:11:52.140 INFO O| Jul 04 16:11:52.140 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89732026-07-04T16:11:53.025Z[ recovery-image] Jul 04 16:11:52.140 INFO O| Jul 04 16:11:52.140 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin -> Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ...
89742026-07-04T16:11:53.025Z[ recovery-image] Jul 04 16:11:52.140 INFO O| Jul 04 16:11:52.140 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89752026-07-04T16:11:53.025Z[ recovery-image] Jul 04 16:11:52.140 INFO O| Jul 04 16:11:52.140 INFO ok!
89762026-07-04T16:11:53.025Z[ recovery-image] Jul 04 16:11:52.140 INFO O| Jul 04 16:11:52.140 INFO STEP 41 (ensure_symlink) COMPLETE
89772026-07-04T16:11:53.025Z[ recovery-image] Jul 04 16:11:52.140 INFO O| Jul 04 16:11:52.140 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89782026-07-04T16:11:53.025Z[ recovery-image] Jul 04 16:11:52.147 INFO O| Jul 04 16:11:52.147 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89792026-07-04T16:11:53.025Z[ recovery-image] Jul 04 16:11:52.147 INFO O| Jul 04 16:11:52.147 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89802026-07-04T16:11:53.027Z[ recovery-image] Jul 04 16:11:52.147 INFO O| Jul 04 16:11:52.147 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89812026-07-04T16:11:53.027Z[ recovery-image] Jul 04 16:11:52.147 INFO O| Jul 04 16:11:52.147 INFO ok!
89822026-07-04T16:11:53.027Z[ recovery-image] Jul 04 16:11:52.147 INFO O| Jul 04 16:11:52.147 INFO STEP 42 (ensure_symlink) COMPLETE
89832026-07-04T16:11:53.027Z[ recovery-image] Jul 04 16:11:52.147 INFO O| Jul 04 16:11:52.147 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89842026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.154 INFO O| Jul 04 16:11:52.154 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89852026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.154 INFO O| Jul 04 16:11:52.154 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89862026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.155 INFO O| Jul 04 16:11:52.154 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89872026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.155 INFO O| Jul 04 16:11:52.154 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89882026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.155 INFO O| Jul 04 16:11:52.155 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89892026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.155 INFO O| Jul 04 16:11:52.155 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89902026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.155 INFO O| Jul 04 16:11:52.155 INFO ok!
89912026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.155 INFO O| Jul 04 16:11:52.155 INFO STEP 43 (ensure_file) COMPLETE
89922026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.155 INFO O| Jul 04 16:11:52.155 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89932026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.162 INFO O| Jul 04 16:11:52.162 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89942026-07-04T16:11:53.028Z[ recovery-image] Jul 04 16:11:52.162 INFO O| Jul 04 16:11:52.162 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml ...
89952026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.162 INFO O| Jul 04 16:11:52.162 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89962026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.162 INFO O| Jul 04 16:11:52.162 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89972026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.162 INFO O| Jul 04 16:11:52.162 INFO ok!
89982026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.162 INFO O| Jul 04 16:11:52.162 INFO STEP 44 (ensure_file) COMPLETE
89992026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.162 INFO O| Jul 04 16:11:52.162 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90002026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.169 INFO O| Jul 04 16:11:52.169 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90012026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.169 INFO O| Jul 04 16:11:52.169 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90022026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.169 INFO O| Jul 04 16:11:52.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90032026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.169 INFO O| Jul 04 16:11:52.169 INFO ok!
90042026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.169 INFO O| Jul 04 16:11:52.169 INFO STEP 45 (ensure_file) COMPLETE
90052026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.169 INFO O| Jul 04 16:11:52.169 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90062026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.177 INFO O| Jul 04 16:11:52.177 INFO updating shadow file
90072026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.177 INFO O| Jul 04 16:11:52.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90082026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.177 INFO O| Jul 04 16:11:52.177 INFO STEP 46 (shadow) COMPLETE
90092026-07-04T16:11:53.030Z[ recovery-image] Jul 04 16:11:52.177 INFO O| Jul 04 16:11:52.177 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90102026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.184 INFO O| Jul 04 16:11:52.184 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90112026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.184 INFO O| Jul 04 16:11:52.184 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90122026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.184 INFO O| Jul 04 16:11:52.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90132026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.184 INFO O| Jul 04 16:11:52.184 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90142026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.184 INFO O| Jul 04 16:11:52.184 INFO ok!
90152026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.184 INFO O| Jul 04 16:11:52.184 INFO STEP 47 (ensure_file) COMPLETE
90162026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.184 INFO O| Jul 04 16:11:52.184 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90172026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.192 INFO O| Jul 04 16:11:52.192 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90182026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.192 INFO O| Jul 04 16:11:52.192 INFO STEP 48 (ensure_dir) COMPLETE
90192026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.192 INFO O| Jul 04 16:11:52.192 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.199 INFO O| Jul 04 16:11:52.199 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90212026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.199 INFO O| Jul 04 16:11:52.199 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90222026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.199 INFO O| Jul 04 16:11:52.199 INFO STEP 49 (ensure_dir) COMPLETE
90232026-07-04T16:11:53.031Z[ recovery-image] Jul 04 16:11:52.199 INFO O| Jul 04 16:11:52.199 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90242026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.206 INFO O| Jul 04 16:11:52.206 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90252026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.206 INFO O| Jul 04 16:11:52.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90262026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.206 INFO O| Jul 04 16:11:52.206 INFO STEP 50 (ensure_dir) COMPLETE
90272026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.206 INFO O| Jul 04 16:11:52.206 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90282026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.213 INFO O| Jul 04 16:11:52.213 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90292026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.213 INFO O| Jul 04 16:11:52.213 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90302026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.268 INFO O| Jul 04 16:11:52.268 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90312026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.268 INFO O| Jul 04 16:11:52.268 INFO ok!
90322026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.268 INFO O| Jul 04 16:11:52.268 INFO STEP 51 (ensure_file) COMPLETE
90332026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.268 INFO O| Jul 04 16:11:52.268 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90342026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.277 INFO O| Jul 04 16:11:52.277 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90352026-07-04T16:11:53.044Z[ recovery-image] Jul 04 16:11:52.277 INFO O| Jul 04 16:11:52.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90362026-07-04T16:11:53.045Z[ recovery-image] Jul 04 16:11:52.277 INFO O| Jul 04 16:11:52.277 INFO STEP 52 (ensure_dir) COMPLETE
90372026-07-04T16:11:53.045Z[ recovery-image] Jul 04 16:11:52.277 INFO O| Jul 04 16:11:52.277 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90382026-07-04T16:11:53.049Z[ recovery-image] Jul 04 16:11:52.286 INFO O| Jul 04 16:11:52.286 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90392026-07-04T16:11:53.049Z[ recovery-image] Jul 04 16:11:52.286 INFO O| Jul 04 16:11:52.286 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90402026-07-04T16:11:53.061Z[ recovery-image] Jul 04 16:11:52.286 INFO O| Jul 04 16:11:52.286 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90412026-07-04T16:11:53.062Z[ recovery-image] Jul 04 16:11:52.286 INFO O| Jul 04 16:11:52.286 INFO ok!
90422026-07-04T16:11:53.098Z[ recovery-image] Jul 04 16:11:52.286 INFO O| Jul 04 16:11:52.286 INFO STEP 53 (ensure_file) COMPLETE
90432026-07-04T16:11:53.098Z[ recovery-image] Jul 04 16:11:52.286 INFO O| Jul 04 16:11:52.286 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90442026-07-04T16:11:53.120Z[ recovery-image] Jul 04 16:11:52.293 INFO O| Jul 04 16:11:52.293 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90452026-07-04T16:11:53.120Z[ recovery-image] Jul 04 16:11:52.293 INFO O| Jul 04 16:11:52.293 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90462026-07-04T16:11:53.120Z[ recovery-image] Jul 04 16:11:52.293 INFO O| Jul 04 16:11:52.293 INFO STEP 54 (ensure_dir) COMPLETE
90472026-07-04T16:11:53.120Z[ recovery-image] Jul 04 16:11:52.293 INFO O| Jul 04 16:11:52.293 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90482026-07-04T16:11:53.120Z[ recovery-image] Jul 04 16:11:52.301 INFO O| Jul 04 16:11:52.301 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90492026-07-04T16:11:53.120Z[ recovery-image] Jul 04 16:11:52.301 INFO O| Jul 04 16:11:52.301 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90502026-07-04T16:11:53.762Z[ recovery-image] Jul 04 16:11:52.998 INFO O| Jul 04 16:11:52.998 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90512026-07-04T16:11:53.763Z[ recovery-image] Jul 04 16:11:52.998 INFO O| Jul 04 16:11:52.998 INFO ok!
90522026-07-04T16:11:53.763Z[ recovery-image] Jul 04 16:11:52.998 INFO O| Jul 04 16:11:52.998 INFO STEP 55 (ensure_file) COMPLETE
90532026-07-04T16:11:53.763Z[ recovery-image] Jul 04 16:11:52.998 INFO O| Jul 04 16:11:52.998 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90542026-07-04T16:11:53.772Z[ recovery-image] Jul 04 16:11:53.008 INFO O| Jul 04 16:11:53.008 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90552026-07-04T16:11:53.782Z[ recovery-image] Jul 04 16:11:53.008 INFO O| Jul 04 16:11:53.008 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90562026-07-04T16:11:54.494Z[ recovery-image] Jul 04 16:11:53.730 INFO O| Jul 04 16:11:53.730 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90572026-07-04T16:11:54.494Z[ recovery-image] Jul 04 16:11:53.730 INFO O| Jul 04 16:11:53.730 INFO ok!
90582026-07-04T16:11:54.504Z[ recovery-image] Jul 04 16:11:53.730 INFO O| Jul 04 16:11:53.730 INFO STEP 56 (ensure_file) COMPLETE
90592026-07-04T16:11:54.504Z[ recovery-image] Jul 04 16:11:53.730 INFO O| Jul 04 16:11:53.730 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90602026-07-04T16:11:54.504Z[ recovery-image] Jul 04 16:11:53.739 INFO O| Jul 04 16:11:53.739 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90612026-07-04T16:11:54.504Z[ recovery-image] Jul 04 16:11:53.739 INFO O| Jul 04 16:11:53.739 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90622026-07-04T16:11:54.504Z[ recovery-image] Jul 04 16:11:53.739 INFO O| Jul 04 16:11:53.739 INFO STEP 57 (ensure_dir) COMPLETE
90632026-07-04T16:11:54.504Z[ recovery-image] Jul 04 16:11:53.739 INFO O| Jul 04 16:11:53.739 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90642026-07-04T16:11:54.513Z[ recovery-image] Jul 04 16:11:53.747 INFO O| Jul 04 16:11:53.747 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90652026-07-04T16:11:54.513Z[ recovery-image] Jul 04 16:11:53.747 INFO O| Jul 04 16:11:53.747 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh ...
90662026-07-04T16:11:54.513Z[ recovery-image] Jul 04 16:11:53.747 INFO O| Jul 04 16:11:53.747 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
90672026-07-04T16:11:54.513Z[ recovery-image] Jul 04 16:11:53.747 INFO O| Jul 04 16:11:53.747 INFO ok!
90682026-07-04T16:11:54.514Z[ recovery-image] Jul 04 16:11:53.747 INFO O| Jul 04 16:11:53.747 INFO STEP 58 (ensure_file) COMPLETE
90692026-07-04T16:11:54.514Z[ recovery-image] Jul 04 16:11:53.747 INFO O| Jul 04 16:11:53.747 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90702026-07-04T16:11:54.522Z[ recovery-image] Jul 04 16:11:53.756 INFO O| Jul 04 16:11:53.756 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90712026-07-04T16:11:54.522Z[ recovery-image] Jul 04 16:11:53.756 INFO O| Jul 04 16:11:53.756 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh ...
90722026-07-04T16:11:54.522Z[ recovery-image] Jul 04 16:11:53.756 INFO O| Jul 04 16:11:53.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
90732026-07-04T16:11:54.522Z[ recovery-image] Jul 04 16:11:53.756 INFO O| Jul 04 16:11:53.756 INFO ok!
90742026-07-04T16:11:54.522Z[ recovery-image] Jul 04 16:11:53.756 INFO O| Jul 04 16:11:53.756 INFO STEP 59 (ensure_file) COMPLETE
90752026-07-04T16:11:54.522Z[ recovery-image] Jul 04 16:11:53.756 INFO O| Jul 04 16:11:53.756 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90762026-07-04T16:11:54.530Z[ recovery-image] Jul 04 16:11:53.763 INFO O| Jul 04 16:11:53.763 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90772026-07-04T16:11:54.530Z[ recovery-image] Jul 04 16:11:53.763 INFO O| Jul 04 16:11:53.763 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90782026-07-04T16:11:54.530Z[ recovery-image] Jul 04 16:11:53.763 INFO O| Jul 04 16:11:53.763 INFO STEP 60 (ensure_dir) COMPLETE
90792026-07-04T16:11:54.530Z[ recovery-image] Jul 04 16:11:53.763 INFO O| Jul 04 16:11:53.763 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90802026-07-04T16:11:54.541Z[ recovery-image] Jul 04 16:11:53.771 INFO O| Jul 04 16:11:53.771 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90812026-07-04T16:11:54.541Z[ recovery-image] Jul 04 16:11:53.771 INFO O| Jul 04 16:11:53.771 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml ...
90822026-07-04T16:11:54.541Z[ recovery-image] Jul 04 16:11:53.771 INFO O| Jul 04 16:11:53.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90832026-07-04T16:11:54.541Z[ recovery-image] Jul 04 16:11:53.771 INFO O| Jul 04 16:11:53.771 INFO ok!
90842026-07-04T16:11:54.541Z[ recovery-image] Jul 04 16:11:53.771 INFO O| Jul 04 16:11:53.771 INFO STEP 61 (ensure_file) COMPLETE
90852026-07-04T16:11:54.541Z[ recovery-image] Jul 04 16:11:53.771 INFO O| Jul 04 16:11:53.771 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90862026-07-04T16:11:54.548Z[ recovery-image] Jul 04 16:11:53.778 INFO O| Jul 04 16:11:53.778 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90872026-07-04T16:11:54.548Z[ recovery-image] Jul 04 16:11:53.778 INFO O| Jul 04 16:11:53.778 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh ...
90882026-07-04T16:11:54.549Z[ recovery-image] Jul 04 16:11:53.778 INFO O| Jul 04 16:11:53.778 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
90892026-07-04T16:11:54.549Z[ recovery-image] Jul 04 16:11:53.778 INFO O| Jul 04 16:11:53.778 INFO ok!
90902026-07-04T16:11:54.549Z[ recovery-image] Jul 04 16:11:53.778 INFO O| Jul 04 16:11:53.778 INFO STEP 62 (ensure_file) COMPLETE
90912026-07-04T16:11:54.549Z[ recovery-image] Jul 04 16:11:53.778 INFO O| Jul 04 16:11:53.778 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90922026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.785 INFO O| Jul 04 16:11:53.785 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90932026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.785 INFO O| Jul 04 16:11:53.785 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90942026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.785 INFO O| Jul 04 16:11:53.785 INFO STEP 63 (ensure_dir) COMPLETE
90952026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.785 INFO O| Jul 04 16:11:53.785 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90962026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.792 INFO O| Jul 04 16:11:53.792 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90972026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.792 INFO O| Jul 04 16:11:53.792 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml ...
90982026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.792 INFO O| Jul 04 16:11:53.792 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90992026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.792 INFO O| Jul 04 16:11:53.792 INFO ok!
91002026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.792 INFO O| Jul 04 16:11:53.792 INFO STEP 64 (ensure_file) COMPLETE
91012026-07-04T16:11:54.557Z[ recovery-image] Jul 04 16:11:53.792 INFO O| Jul 04 16:11:53.792 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91022026-07-04T16:11:54.566Z[ recovery-image] Jul 04 16:11:53.801 INFO O| Jul 04 16:11:53.800 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91032026-07-04T16:11:54.566Z[ recovery-image] Jul 04 16:11:53.801 INFO O| Jul 04 16:11:53.800 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91042026-07-04T16:11:54.567Z[ recovery-image] Jul 04 16:11:53.801 INFO O| Jul 04 16:11:53.801 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91052026-07-04T16:11:54.567Z[ recovery-image] Jul 04 16:11:53.801 INFO O| Jul 04 16:11:53.801 INFO ok!
91062026-07-04T16:11:54.567Z[ recovery-image] Jul 04 16:11:53.801 INFO O| Jul 04 16:11:53.801 INFO STEP 65 (ensure_file) COMPLETE
91072026-07-04T16:11:54.567Z[ recovery-image] Jul 04 16:11:53.801 INFO O| Jul 04 16:11:53.801 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91082026-07-04T16:11:54.576Z[ recovery-image] Jul 04 16:11:53.808 INFO O| Jul 04 16:11:53.808 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91092026-07-04T16:11:54.585Z[ recovery-image] Jul 04 16:11:53.808 INFO O| Jul 04 16:11:53.808 INFO STEP 66 (ensure_dir) COMPLETE
91102026-07-04T16:11:54.586Z[ recovery-image] Jul 04 16:11:53.808 INFO O| Jul 04 16:11:53.808 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91112026-07-04T16:11:54.593Z[ recovery-image] Jul 04 16:11:53.815 INFO O| Jul 04 16:11:53.815 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91122026-07-04T16:11:54.593Z[ recovery-image] Jul 04 16:11:53.815 INFO O| Jul 04 16:11:53.815 INFO STEP 67 (ensure_dir) COMPLETE
91132026-07-04T16:11:54.594Z[ recovery-image] Jul 04 16:11:53.815 INFO O| Jul 04 16:11:53.815 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91142026-07-04T16:11:54.594Z[ recovery-image] Jul 04 16:11:53.822 INFO O| Jul 04 16:11:53.822 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91152026-07-04T16:11:54.594Z[ recovery-image] Jul 04 16:11:53.822 INFO O| Jul 04 16:11:53.822 INFO STEP 68 (ensure_dir) COMPLETE
91162026-07-04T16:11:54.594Z[ recovery-image] Jul 04 16:11:53.822 INFO O| Jul 04 16:11:53.822 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91172026-07-04T16:11:54.594Z[ recovery-image] Jul 04 16:11:53.829 INFO O| Jul 04 16:11:53.829 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91182026-07-04T16:11:54.594Z[ recovery-image] Jul 04 16:11:53.829 INFO O| Jul 04 16:11:53.829 INFO STEP 69 (ensure_dir) COMPLETE
91192026-07-04T16:11:54.594Z[ recovery-image] Jul 04 16:11:53.829 INFO O| Jul 04 16:11:53.829 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91202026-07-04T16:11:54.602Z[ recovery-image] Jul 04 16:11:53.838 INFO O| Jul 04 16:11:53.838 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91212026-07-04T16:11:54.602Z[ recovery-image] Jul 04 16:11:53.838 INFO O| Jul 04 16:11:53.838 INFO copying /tmp/.tmpsXpZXY/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91222026-07-04T16:11:54.602Z[ recovery-image] Jul 04 16:11:53.838 INFO O| Jul 04 16:11:53.838 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91232026-07-04T16:11:54.602Z[ recovery-image] Jul 04 16:11:53.838 INFO O| Jul 04 16:11:53.838 INFO ok!
91242026-07-04T16:11:54.602Z[ recovery-image] Jul 04 16:11:53.838 INFO O| Jul 04 16:11:53.838 INFO STEP 70 (ensure_file) COMPLETE
91252026-07-04T16:11:54.603Z[ recovery-image] Jul 04 16:11:53.838 INFO O| Jul 04 16:11:53.838 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91262026-07-04T16:11:54.613Z[ recovery-image] Jul 04 16:11:53.845 INFO O| Jul 04 16:11:53.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91272026-07-04T16:11:54.613Z[ recovery-image] Jul 04 16:11:53.845 INFO O| Jul 04 16:11:53.845 INFO STEP 71 (remove_files) COMPLETE
91282026-07-04T16:11:54.613Z[ recovery-image] Jul 04 16:11:53.845 INFO O| Jul 04 16:11:53.845 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91292026-07-04T16:11:54.620Z[ recovery-image] Jul 04 16:11:53.855 INFO O| Jul 04 16:11:53.855 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91302026-07-04T16:11:54.620Z[ recovery-image] Jul 04 16:11:53.855 INFO O| Jul 04 16:11:53.855 INFO STEP 72 (remove_files) COMPLETE
91312026-07-04T16:11:54.620Z[ recovery-image] Jul 04 16:11:53.855 INFO O| Jul 04 16:11:53.855 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91322026-07-04T16:11:54.630Z[ recovery-image] Jul 04 16:11:53.864 INFO O| Jul 04 16:11:53.864 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91332026-07-04T16:11:54.630Z[ recovery-image] Jul 04 16:11:53.864 INFO O| Jul 04 16:11:53.864 INFO STEP 73 (remove_files) COMPLETE
91342026-07-04T16:11:54.630Z[ recovery-image] Jul 04 16:11:53.864 INFO O| Jul 04 16:11:53.864 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91352026-07-04T16:11:54.640Z[ recovery-image] Jul 04 16:11:53.871 INFO O| Jul 04 16:11:53.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91362026-07-04T16:11:54.640Z[ recovery-image] Jul 04 16:11:53.871 INFO O| Jul 04 16:11:53.871 INFO STEP 74 (remove_files) COMPLETE
91372026-07-04T16:11:54.640Z[ recovery-image] Jul 04 16:11:53.871 INFO O| Jul 04 16:11:53.871 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91382026-07-04T16:11:54.650Z[ recovery-image] Jul 04 16:11:53.877 INFO O| Jul 04 16:11:53.877 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91392026-07-04T16:11:54.650Z[ recovery-image] Jul 04 16:11:53.877 INFO O| Jul 04 16:11:53.877 INFO STEP 75 (remove_files) COMPLETE
91402026-07-04T16:11:54.654Z[ recovery-image] Jul 04 16:11:53.877 INFO O| Jul 04 16:11:53.877 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91412026-07-04T16:11:54.654Z[ recovery-image] Jul 04 16:11:53.884 INFO O| Jul 04 16:11:53.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91422026-07-04T16:11:54.654Z[ recovery-image] Jul 04 16:11:53.884 INFO O| Jul 04 16:11:53.884 INFO STEP 76 (remove_files) COMPLETE
91432026-07-04T16:11:54.655Z[ recovery-image] Jul 04 16:11:53.884 INFO O| Jul 04 16:11:53.884 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91442026-07-04T16:11:54.671Z[ recovery-image] Jul 04 16:11:53.891 INFO O| Jul 04 16:11:53.891 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91452026-07-04T16:11:54.671Z[ recovery-image] Jul 04 16:11:53.891 INFO O| Jul 04 16:11:53.891 INFO STEP 77 (remove_files) COMPLETE
91462026-07-04T16:11:54.671Z[ recovery-image] Jul 04 16:11:53.891 INFO O| Jul 04 16:11:53.891 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91472026-07-04T16:11:54.671Z[ recovery-image] Jul 04 16:11:53.899 INFO O| Jul 04 16:11:53.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91482026-07-04T16:11:54.671Z[ recovery-image] Jul 04 16:11:53.899 INFO O| Jul 04 16:11:53.899 INFO STEP 78 (remove_files) COMPLETE
91492026-07-04T16:11:54.671Z[ recovery-image] Jul 04 16:11:53.899 INFO O| Jul 04 16:11:53.899 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91502026-07-04T16:11:54.680Z[ recovery-image] Jul 04 16:11:53.906 INFO O| Jul 04 16:11:53.906 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91512026-07-04T16:11:54.680Z[ recovery-image] Jul 04 16:11:53.906 INFO O| Jul 04 16:11:53.906 INFO STEP 79 (remove_files) COMPLETE
91522026-07-04T16:11:54.680Z[ recovery-image] Jul 04 16:11:53.906 INFO O| Jul 04 16:11:53.906 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91532026-07-04T16:11:54.680Z[ recovery-image] Jul 04 16:11:53.912 INFO O| Jul 04 16:11:53.912 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91542026-07-04T16:11:54.680Z[ recovery-image] Jul 04 16:11:53.912 INFO O| Jul 04 16:11:53.912 INFO STEP 80 (remove_files) COMPLETE
91552026-07-04T16:11:54.680Z[ recovery-image] Jul 04 16:11:53.912 INFO O| Jul 04 16:11:53.912 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91562026-07-04T16:11:54.688Z[ recovery-image] Jul 04 16:11:53.919 INFO O| Jul 04 16:11:53.919 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91572026-07-04T16:11:54.689Z[ recovery-image] Jul 04 16:11:53.919 INFO O| Jul 04 16:11:53.919 INFO STEP 81 (remove_files) COMPLETE
91582026-07-04T16:11:54.689Z[ recovery-image] Jul 04 16:11:53.919 INFO O| Jul 04 16:11:53.919 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91592026-07-04T16:11:54.696Z[ recovery-image] Jul 04 16:11:53.925 INFO O| Jul 04 16:11:53.925 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91602026-07-04T16:11:54.696Z[ recovery-image] Jul 04 16:11:53.925 INFO O| Jul 04 16:11:53.925 INFO STEP 82 (remove_files) COMPLETE
91612026-07-04T16:11:54.696Z[ recovery-image] Jul 04 16:11:53.925 INFO O| Jul 04 16:11:53.925 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91622026-07-04T16:11:54.696Z[ recovery-image] Jul 04 16:11:53.932 INFO O| Jul 04 16:11:53.932 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91632026-07-04T16:11:54.696Z[ recovery-image] Jul 04 16:11:53.932 INFO O| Jul 04 16:11:53.932 INFO STEP 83 (remove_files) COMPLETE
91642026-07-04T16:11:54.696Z[ recovery-image] Jul 04 16:11:53.932 INFO O| Jul 04 16:11:53.932 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91652026-07-04T16:11:54.706Z[ recovery-image] Jul 04 16:11:53.941 INFO O| Jul 04 16:11:53.941 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91662026-07-04T16:11:54.706Z[ recovery-image] Jul 04 16:11:53.941 INFO O| Jul 04 16:11:53.941 INFO STEP 84 (remove_files) COMPLETE
91672026-07-04T16:11:54.706Z[ recovery-image] Jul 04 16:11:53.941 INFO O| Jul 04 16:11:53.941 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91682026-07-04T16:11:54.715Z[ recovery-image] Jul 04 16:11:53.948 INFO O| Jul 04 16:11:53.948 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91692026-07-04T16:11:54.715Z[ recovery-image] Jul 04 16:11:53.948 INFO O| Jul 04 16:11:53.948 INFO STEP 85 (remove_files) COMPLETE
91702026-07-04T16:11:54.715Z[ recovery-image] Jul 04 16:11:53.948 INFO O| Jul 04 16:11:53.948 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91712026-07-04T16:11:54.723Z[ recovery-image] Jul 04 16:11:53.956 INFO O| Jul 04 16:11:53.956 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91722026-07-04T16:11:54.723Z[ recovery-image] Jul 04 16:11:53.956 INFO O| Jul 04 16:11:53.956 INFO STEP 86 (remove_files) COMPLETE
91732026-07-04T16:11:54.723Z[ recovery-image] Jul 04 16:11:53.956 INFO O| Jul 04 16:11:53.956 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91742026-07-04T16:11:54.731Z[ recovery-image] Jul 04 16:11:53.964 INFO O| Jul 04 16:11:53.964 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91752026-07-04T16:11:54.731Z[ recovery-image] Jul 04 16:11:53.964 INFO O| Jul 04 16:11:53.964 INFO STEP 87 (remove_files) COMPLETE
91762026-07-04T16:11:54.731Z[ recovery-image] Jul 04 16:11:53.964 INFO O| Jul 04 16:11:53.964 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91772026-07-04T16:11:54.737Z[ recovery-image] Jul 04 16:11:53.972 INFO O| Jul 04 16:11:53.972 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91782026-07-04T16:11:54.737Z[ recovery-image] Jul 04 16:11:53.972 INFO O| Jul 04 16:11:53.972 INFO STEP 88 (remove_files) COMPLETE
91792026-07-04T16:11:54.737Z[ recovery-image] Jul 04 16:11:53.972 INFO O| Jul 04 16:11:53.972 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91802026-07-04T16:11:54.745Z[ recovery-image] Jul 04 16:11:53.979 INFO O| Jul 04 16:11:53.979 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91812026-07-04T16:11:54.745Z[ recovery-image] Jul 04 16:11:53.979 INFO O| Jul 04 16:11:53.979 INFO STEP 89 (remove_files) COMPLETE
91822026-07-04T16:11:54.745Z[ recovery-image] Jul 04 16:11:53.979 INFO O| Jul 04 16:11:53.979 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91832026-07-04T16:11:54.753Z[ recovery-image] Jul 04 16:11:53.987 INFO O| Jul 04 16:11:53.987 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91842026-07-04T16:11:54.757Z[ recovery-image] Jul 04 16:11:53.987 INFO O| Jul 04 16:11:53.987 INFO STEP 90 (remove_files) COMPLETE
91852026-07-04T16:11:54.757Z[ recovery-image] Jul 04 16:11:53.987 INFO O| Jul 04 16:11:53.987 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91862026-07-04T16:11:54.766Z[ recovery-image] Jul 04 16:11:53.994 INFO O| Jul 04 16:11:53.993 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91872026-07-04T16:11:54.766Z[ recovery-image] Jul 04 16:11:53.994 INFO O| Jul 04 16:11:53.994 INFO STEP 91 (remove_files) COMPLETE
91882026-07-04T16:11:54.766Z[ recovery-image] Jul 04 16:11:53.994 INFO O| Jul 04 16:11:53.994 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91892026-07-04T16:11:54.767Z[ recovery-image] Jul 04 16:11:54.001 INFO O| Jul 04 16:11:54.001 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91902026-07-04T16:11:54.767Z[ recovery-image] Jul 04 16:11:54.001 INFO O| Jul 04 16:11:54.001 INFO STEP 92 (remove_files) COMPLETE
91912026-07-04T16:11:54.767Z[ recovery-image] Jul 04 16:11:54.001 INFO O| Jul 04 16:11:54.001 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91922026-07-04T16:11:54.775Z[ recovery-image] Jul 04 16:11:54.009 INFO O| Jul 04 16:11:54.009 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91932026-07-04T16:11:54.776Z[ recovery-image] Jul 04 16:11:54.009 INFO O| Jul 04 16:11:54.009 INFO STEP 93 (remove_files) COMPLETE
91942026-07-04T16:11:54.776Z[ recovery-image] Jul 04 16:11:54.009 INFO O| Jul 04 16:11:54.009 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91952026-07-04T16:11:54.784Z[ recovery-image] Jul 04 16:11:54.018 INFO O| Jul 04 16:11:54.018 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91962026-07-04T16:11:54.784Z[ recovery-image] Jul 04 16:11:54.018 INFO O| Jul 04 16:11:54.018 INFO STEP 94 (remove_files) COMPLETE
91972026-07-04T16:11:54.784Z[ recovery-image] Jul 04 16:11:54.018 INFO O| Jul 04 16:11:54.018 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91982026-07-04T16:11:54.791Z[ recovery-image] Jul 04 16:11:54.025 INFO O| Jul 04 16:11:54.025 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91992026-07-04T16:11:54.794Z[ recovery-image] Jul 04 16:11:54.025 INFO O| Jul 04 16:11:54.025 INFO STEP 95 (remove_files) COMPLETE
92002026-07-04T16:11:54.794Z[ recovery-image] Jul 04 16:11:54.025 INFO O| Jul 04 16:11:54.025 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92012026-07-04T16:11:54.802Z[ recovery-image] Jul 04 16:11:54.032 INFO O| Jul 04 16:11:54.032 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92022026-07-04T16:11:54.802Z[ recovery-image] Jul 04 16:11:54.033 INFO O| Jul 04 16:11:54.032 INFO STEP 96 (remove_files) COMPLETE
92032026-07-04T16:11:54.803Z[ recovery-image] Jul 04 16:11:54.033 INFO O| Jul 04 16:11:54.032 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92042026-07-04T16:11:54.812Z[ recovery-image] Jul 04 16:11:54.040 INFO O| Jul 04 16:11:54.040 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92052026-07-04T16:11:54.812Z[ recovery-image] Jul 04 16:11:54.040 INFO O| Jul 04 16:11:54.040 INFO STEP 97 (remove_files) COMPLETE
92062026-07-04T16:11:54.812Z[ recovery-image] Jul 04 16:11:54.040 INFO O| Jul 04 16:11:54.040 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92072026-07-04T16:11:54.812Z[ recovery-image] Jul 04 16:11:54.048 INFO O| Jul 04 16:11:54.048 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92082026-07-04T16:11:54.812Z[ recovery-image] Jul 04 16:11:54.048 INFO O| Jul 04 16:11:54.048 INFO STEP 98 (remove_files) COMPLETE
92092026-07-04T16:11:54.812Z[ recovery-image] Jul 04 16:11:54.048 INFO O| Jul 04 16:11:54.048 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92102026-07-04T16:11:54.822Z[ recovery-image] Jul 04 16:11:54.055 INFO O| Jul 04 16:11:54.055 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92112026-07-04T16:11:54.822Z[ recovery-image] Jul 04 16:11:54.055 INFO O| Jul 04 16:11:54.055 INFO STEP 99 (remove_files) COMPLETE
92122026-07-04T16:11:54.822Z[ recovery-image] Jul 04 16:11:54.055 INFO O| Jul 04 16:11:54.055 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92132026-07-04T16:11:54.831Z[ recovery-image] Jul 04 16:11:54.066 INFO O| Jul 04 16:11:54.066 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92142026-07-04T16:11:54.838Z[ recovery-image] Jul 04 16:11:54.066 INFO O| Jul 04 16:11:54.066 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92152026-07-04T16:11:59.735Z[ recovery-image] Jul 04 16:11:58.553 INFO O| Jul 04 16:11:58.553 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68
92162026-07-04T16:11:59.735Z[ recovery-image] Jul 04 16:11:58.553 INFO O| Jul 04 16:11:58.553 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92172026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.564 INFO O| Jul 04 16:11:58.564 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
92182026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.655 INFO O| Jul 04 16:11:58.655 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"}
92192026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.706 INFO O| Jul 04 16:11:58.706 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"}
92202026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.769 INFO O| Jul 04 16:11:58.769 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92212026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.769 INFO O| Jul 04 16:11:58.769 INFO copying /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db ...
92222026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.770 INFO O| Jul 04 16:11:58.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92232026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.770 INFO O| Jul 04 16:11:58.770 INFO ok!
92242026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.770 INFO O| Jul 04 16:11:58.770 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92252026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.770 INFO O| Jul 04 16:11:58.770 INFO STEP 100 (seed_smf) COMPLETE
92262026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.770 INFO O| Jul 04 16:11:58.770 INFO steps complete; finalising image!
92272026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.770 INFO O| Jul 04 16:11:58.770 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92282026-07-04T16:11:59.741Z[ recovery-image] Jul 04 16:11:58.800 INFO O| Jul 04 16:11:58.800 INFO trim TEMPORARY-sled-zfs-recovery: (13% trimmed, started at Sat Jul 4 16:11:58 2026)
92292026-07-04T16:11:59.769Z[ recovery-image] Jul 04 16:11:59.006 INFO O| Jul 04 16:11:59.006 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Sat Jul 4 16:11:58 2026)
92302026-07-04T16:11:59.984Z[ recovery-image] Jul 04 16:11:59.220 INFO O| Jul 04 16:11:59.220 INFO temporary pool has 490M used, 1.27G avail, 1.00x compressratio
92312026-07-04T16:11:59.985Z[ recovery-image] Jul 04 16:11:59.220 INFO O| Jul 04 16:11:59.220 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92322026-07-04T16:12:00.230Z[ recovery-image] Jul 04 16:11:59.466 INFO O| Jul 04 16:11:59.466 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
92332026-07-04T16:12:00.230Z[ recovery-image] Jul 04 16:11:59.466 INFO O| Jul 04 16:11:59.466 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92342026-07-04T16:12:02.375Z[ recovery-image] Jul 04 16:12:01.611 INFO O| Jul 04 16:12:01.611 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92352026-07-04T16:12:02.375Z[ recovery-image] Jul 04 16:12:01.611 INFO O| Jul 04 16:12:01.611 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92362026-07-04T16:12:02.375Z[ recovery-image] Jul 04 16:12:01.611 INFO O| Jul 04 16:12:01.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92372026-07-04T16:12:02.378Z[ recovery-image] Jul 04 16:12:01.611 INFO O| Jul 04 16:12:01.611 INFO completed processing sled/zfs-recovery
92382026-07-04T16:12:02.378Z[ recovery-image] Jul 04 16:12:01.611 INFO O| Jul 04 16:12:01.611 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92392026-07-04T16:12:04.116Z[ recovery-image] Jul 04 16:12:03.352 INFO O| Jul 04 16:12:03.352 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92402026-07-04T16:12:04.197Z[ recovery-image] Jul 04 16:12:03.433 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92412026-07-04T16:12:04.197Z[ recovery-image] Jul 04 16:12:03.433 INFO expanded image name: "recovery 49c1544/${os_short_commit} 2026-07-04 15:58" -> "recovery 49c1544/9b09742 2026-07-04 15:58"
92422026-07-04T16:12:04.200Z[ recovery-image] Jul 04 16:12:03.433 INFO output artefacts stored in: "/work/os-recovery"
92432026-07-04T16:12:04.201Z[ recovery-image] Jul 04 16:12:03.434 INFO collecting git info from project "pilot"...
92442026-07-04T16:12:04.206Z[ recovery-image] Jul 04 16:12:03.442 INFO collecting git info from project "chelsio-t6-roms"...
92452026-07-04T16:12:04.221Z[ recovery-image] Jul 04 16:12:03.457 INFO collecting git info from project "dmar-report"...
92462026-07-04T16:12:04.229Z[ recovery-image] Jul 04 16:12:03.466 INFO collecting git info from project "phbl"...
92472026-07-04T16:12:04.234Z[ recovery-image] Jul 04 16:12:03.471 INFO collecting git info from project "amd-firmware"...
92482026-07-04T16:12:04.552Z[ recovery-image] Jul 04 16:12:03.788 INFO collecting git info from project "image-builder"...
92492026-07-04T16:12:04.557Z[ recovery-image] Jul 04 16:12:03.793 INFO collecting git info from project "bootserver"...
92502026-07-04T16:12:04.562Z[ recovery-image] Jul 04 16:12:03.799 INFO collecting git info from project "pinprick"...
92512026-07-04T16:12:04.567Z[ recovery-image] Jul 04 16:12:03.804 INFO collecting git info from project "amd-host-image-builder"...
92522026-07-04T16:12:04.607Z[ recovery-image] Jul 04 16:12:03.843 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92532026-07-04T16:12:04.916Z[ recovery-image] Jul 04 16:12:04.152 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92542026-07-04T16:12:05.214Z[ recovery-image] Jul 04 16:12:04.450 INFO creating Oxide boot image...
92552026-07-04T16:12:05.214Z[ recovery-image] Jul 04 16:12:04.450 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 49c1544/9b09742 2026-07-04 15:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92562026-07-04T16:12:16.135Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92572026-07-04T16:12:16.135Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92582026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92592026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92602026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92612026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92622026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92632026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.370 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92642026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.371 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260704T155804Z
92652026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.371 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92662026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.371 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92672026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.371 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92682026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.371 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92692026-07-04T16:12:16.139Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92702026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92712026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92722026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92732026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92742026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92752026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92762026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92772026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92782026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92792026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92802026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92812026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92822026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.372 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92832026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92842026-07-04T16:12:16.140Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92852026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92862026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92872026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92882026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92892026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92902026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92912026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92922026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92932026-07-04T16:12:16.142Z[ host-image] Jul 04 16:12:15.373 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92942026-07-04T16:12:16.146Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92952026-07-04T16:12:16.146Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92962026-07-04T16:12:16.146Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92972026-07-04T16:12:16.146Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92982026-07-04T16:12:16.146Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92992026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93002026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
93012026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.376 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93022026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.377 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93032026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.377 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93042026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.377 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93052026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.380 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93062026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.380 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93072026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.380 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93082026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.380 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93092026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.381 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93102026-07-04T16:12:16.147Z[ host-image] Jul 04 16:12:15.381 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93112026-07-04T16:12:16.156Z[ host-image] Jul 04 16:12:15.392 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93122026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93132026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93142026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93152026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93162026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93172026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93182026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93192026-07-04T16:12:16.160Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93202026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93212026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93222026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93232026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.393 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93242026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.394 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93252026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.394 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93262026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.394 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93272026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.394 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93282026-07-04T16:12:16.161Z[ host-image] Jul 04 16:12:15.394 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93292026-07-04T16:12:16.165Z[ host-image] Jul 04 16:12:15.398 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93302026-07-04T16:12:16.165Z[ host-image] Jul 04 16:12:15.398 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93312026-07-04T16:12:16.165Z[ host-image] Jul 04 16:12:15.399 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93322026-07-04T16:12:16.165Z[ host-image] Jul 04 16:12:15.399 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93332026-07-04T16:12:16.165Z[ host-image] Jul 04 16:12:15.399 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93342026-07-04T16:12:16.165Z[ host-image] Jul 04 16:12:15.399 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93352026-07-04T16:12:16.165Z[ host-image] Jul 04 16:12:15.399 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93362026-07-04T16:12:16.166Z[ host-image] Jul 04 16:12:15.399 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93372026-07-04T16:12:16.166Z[ host-image] Jul 04 16:12:15.400 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93382026-07-04T16:12:16.166Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
93392026-07-04T16:12:16.168Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93402026-07-04T16:12:16.168Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93412026-07-04T16:12:16.168Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93422026-07-04T16:12:16.168Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93432026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93442026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93452026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.401 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93462026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.403 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93472026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.403 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93482026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.404 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93492026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.404 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93502026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.404 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93512026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.404 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93522026-07-04T16:12:16.172Z[ host-image] Jul 04 16:12:15.404 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93532026-07-04T16:12:16.174Z[ host-image] Jul 04 16:12:15.405 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93542026-07-04T16:12:16.174Z[ host-image] Jul 04 16:12:15.405 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93552026-07-04T16:12:16.174Z[ host-image] Jul 04 16:12:15.407 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93562026-07-04T16:12:16.174Z[ host-image] Jul 04 16:12:15.407 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93572026-07-04T16:12:16.174Z[ host-image] Jul 04 16:12:15.408 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93582026-07-04T16:12:16.178Z[ host-image] Jul 04 16:12:15.408 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93592026-07-04T16:12:16.178Z[ host-image] Jul 04 16:12:15.408 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93602026-07-04T16:12:16.178Z[ host-image] Jul 04 16:12:15.414 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93612026-07-04T16:12:16.178Z[ host-image] Jul 04 16:12:15.414 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93622026-07-04T16:12:16.178Z[ host-image] Jul 04 16:12:15.414 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93632026-07-04T16:12:16.179Z[ host-image] Jul 04 16:12:15.414 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93642026-07-04T16:12:16.182Z[ host-image] Jul 04 16:12:15.414 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93652026-07-04T16:12:16.187Z[ host-image] Jul 04 16:12:15.423 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93662026-07-04T16:12:16.187Z[ host-image] Jul 04 16:12:15.423 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93672026-07-04T16:12:16.191Z[ host-image] Jul 04 16:12:15.423 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93682026-07-04T16:12:16.191Z[ host-image] Jul 04 16:12:15.423 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93692026-07-04T16:12:16.191Z[ host-image] Jul 04 16:12:15.423 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93702026-07-04T16:12:16.192Z[ host-image] Jul 04 16:12:15.423 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93712026-07-04T16:12:16.192Z[ host-image] Jul 04 16:12:15.424 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93722026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.424 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93732026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.424 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93742026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.424 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93752026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.424 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93762026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.424 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93772026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.424 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93782026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.425 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93792026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.425 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93802026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.425 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93812026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.425 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93822026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.425 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93832026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.425 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93842026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93852026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93862026-07-04T16:12:16.193Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93872026-07-04T16:12:16.194Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93882026-07-04T16:12:16.194Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93892026-07-04T16:12:16.194Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93902026-07-04T16:12:16.195Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93912026-07-04T16:12:16.195Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93922026-07-04T16:12:16.195Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93932026-07-04T16:12:16.195Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93942026-07-04T16:12:16.195Z[ host-image] Jul 04 16:12:15.426 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93952026-07-04T16:12:16.199Z[ host-image] Jul 04 16:12:15.427 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93962026-07-04T16:12:16.199Z[ host-image] Jul 04 16:12:15.427 INFO O| tempdir @ "/tmp/.tmpgrFePR/tmp"
93972026-07-04T16:12:16.199Z[ host-image] Jul 04 16:12:15.427 INFO O| image root @ "/tmp/.tmpgrFePR/tmp/root"
93982026-07-04T16:12:16.199Z[ host-image] Jul 04 16:12:15.427 INFO O| creating image...
93992026-07-04T16:12:16.518Z[ host-image] Jul 04 16:12:15.754 INFO O| copying publishers...
94002026-07-04T16:12:17.440Z[ host-image] Jul 04 16:12:16.675 INFO O| adding properties...
94012026-07-04T16:12:18.275Z[ host-image] Jul 04 16:12:17.510 INFO O| installing packages...
94022026-07-04T16:12:29.530Z[ host-image] Jul 04 16:12:28.765 INFO O| seeding SMF database...
94032026-07-04T16:12:34.148Z[ host-image] Jul 04 16:12:33.382 INFO O| configuring SMF profile...
94042026-07-04T16:12:34.148Z[ host-image] Jul 04 16:12:33.382 INFO O| modifying shadow(5)...
94052026-07-04T16:12:34.148Z[ host-image] Jul 04 16:12:33.382 INFO O| loading user and group database...
94062026-07-04T16:12:34.149Z[ host-image] Jul 04 16:12:33.382 INFO O| loading facet selections...
94072026-07-04T16:12:34.477Z[ host-image] Jul 04 16:12:33.713 INFO O| devel -> true
94082026-07-04T16:12:34.477Z[ host-image] Jul 04 16:12:33.713 INFO O| doc.man -> true
94092026-07-04T16:12:34.477Z[ host-image] Jul 04 16:12:33.713 INFO O| version-lock.shell/ksh93 -> true
94102026-07-04T16:12:34.481Z[ host-image] Jul 04 16:12:33.713 INFO O| version-lock.system/data/hardware-registry -> true
94112026-07-04T16:12:34.481Z[ host-image] Jul 04 16:12:33.713 INFO O| version-lock.system/data/zoneinfo -> true
94122026-07-04T16:12:34.481Z[ host-image] Jul 04 16:12:33.713 INFO O| version-lock.system/microcode/amd -> true
94132026-07-04T16:12:34.481Z[ host-image] Jul 04 16:12:33.713 INFO O| version-lock.system/microcode/intel -> true
94142026-07-04T16:12:34.481Z[ host-image] Jul 04 16:12:33.713 INFO O| version-lock.system/microcode/oxide -> true
94152026-07-04T16:12:34.481Z[ host-image] Jul 04 16:12:33.713 INFO O| assessing packaged files...
94162026-07-04T16:12:36.129Z[ host-image] Jul 04 16:12:35.326 INFO O| creating archive...
94172026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.349 INFO O| missing from packaging:
94182026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.349 INFO O| "etc/.pwd.lock"
94192026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.349 INFO O| "etc/bash"
94202026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.353 INFO O| "etc/svc/profile/generic.xml"
94212026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.353 INFO O| "etc/svc/profile/inetd_services.xml"
94222026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.353 INFO O| "etc/svc/profile/name_service.xml"
94232026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.353 INFO O| "etc/svc/profile/platform.xml"
94242026-07-04T16:12:36.168Z[ host-image] Jul 04 16:12:35.353 INFO O| "etc/svc/profile/platform_omicron1.xml"
94252026-07-04T16:12:36.169Z[ host-image] Jul 04 16:12:35.353 INFO O| "etc/svc/repository.db"
94262026-07-04T16:12:36.169Z[ host-image] Jul 04 16:12:35.360 INFO O| "opt/ooce/share"
94272026-07-04T16:12:36.169Z[ host-image] Jul 04 16:12:35.360 INFO O| "opt/ooce/share/man"
94282026-07-04T16:12:36.169Z[ host-image] Jul 04 16:12:35.360 INFO O| "opt/ooce/share/man/man1"
94292026-07-04T16:12:36.169Z[ host-image] Jul 04 16:12:35.369 INFO O| finishing archive...
94302026-07-04T16:12:38.601Z[ host-image] Jul 04 16:12:37.836 INFO O| creating gzonly manifest...
94312026-07-04T16:12:38.608Z[ host-image] Jul 04 16:12:37.843 INFO O| ok
94322026-07-04T16:12:38.710Z[ host-image] Jul 04 16:12:37.945 INFO image builder template: ramdisk-02-trim...
94332026-07-04T16:12:38.713Z[ host-image] Jul 04 16:12:37.945 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/.tmpsXpZXY/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-02-trim"], pwd: None
94342026-07-04T16:12:38.728Z[ host-image] Jul 04 16:12:37.964 INFO O| Jul 04 16:12:37.964 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94352026-07-04T16:12:38.732Z[ host-image] Jul 04 16:12:37.968 INFO O| Jul 04 16:12:37.968 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94362026-07-04T16:12:38.962Z[ host-image] Jul 04 16:12:38.198 INFO O| Jul 04 16:12:38.198 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94372026-07-04T16:12:39.047Z[ host-image] Jul 04 16:12:38.283 INFO O| Jul 04 16:12:38.283 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94382026-07-04T16:12:39.049Z[ host-image] Jul 04 16:12:38.283 INFO O| Jul 04 16:12:38.283 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94392026-07-04T16:12:39.053Z[ host-image] Jul 04 16:12:38.289 INFO O| Jul 04 16:12:38.289 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94402026-07-04T16:12:39.056Z[ host-image] Jul 04 16:12:38.292 INFO O| Jul 04 16:12:38.292 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94412026-07-04T16:12:39.060Z[ host-image] Jul 04 16:12:38.296 INFO O| Jul 04 16:12:38.296 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94422026-07-04T16:12:39.422Z[ host-image] Jul 04 16:12:38.657 INFO O| Jul 04 16:12:38.657 INFO rolled back to input snapshot; work may begin
94432026-07-04T16:12:39.422Z[ host-image] Jul 04 16:12:38.658 INFO O| Jul 04 16:12:38.657 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94442026-07-04T16:12:39.426Z[ host-image] Jul 04 16:12:38.662 INFO O| Jul 04 16:12:38.662 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94452026-07-04T16:12:39.435Z[ host-image] Jul 04 16:12:38.671 INFO O| Jul 04 16:12:38.671 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94462026-07-04T16:12:39.475Z[ host-image] Jul 04 16:12:38.710 INFO O| Jul 04 16:12:38.710 INFO STEP 0 (remove_files) COMPLETE
94472026-07-04T16:12:39.475Z[ host-image] Jul 04 16:12:38.710 INFO O| Jul 04 16:12:38.710 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94482026-07-04T16:12:39.482Z[ host-image] Jul 04 16:12:38.718 INFO O| Jul 04 16:12:38.718 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94492026-07-04T16:12:39.485Z[ host-image] Jul 04 16:12:38.719 INFO O| Jul 04 16:12:38.719 INFO STEP 1 (remove_files) COMPLETE
94502026-07-04T16:12:39.485Z[ host-image] Jul 04 16:12:38.719 INFO O| Jul 04 16:12:38.719 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94512026-07-04T16:12:39.492Z[ host-image] Jul 04 16:12:38.728 INFO O| Jul 04 16:12:38.728 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94522026-07-04T16:12:39.505Z[ host-image] Jul 04 16:12:38.741 INFO O| Jul 04 16:12:38.741 INFO STEP 2 (remove_files) COMPLETE
94532026-07-04T16:12:39.506Z[ host-image] Jul 04 16:12:38.741 INFO O| Jul 04 16:12:38.741 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94542026-07-04T16:12:39.511Z[ host-image] Jul 04 16:12:38.747 INFO O| Jul 04 16:12:38.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94552026-07-04T16:12:39.513Z[ host-image] Jul 04 16:12:38.748 INFO O| Jul 04 16:12:38.748 INFO STEP 3 (remove_files) COMPLETE
94562026-07-04T16:12:39.513Z[ host-image] Jul 04 16:12:38.748 INFO O| Jul 04 16:12:38.748 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94572026-07-04T16:12:39.520Z[ host-image] Jul 04 16:12:38.756 INFO O| Jul 04 16:12:38.756 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94582026-07-04T16:12:39.523Z[ host-image] Jul 04 16:12:38.758 INFO O| Jul 04 16:12:38.758 INFO STEP 4 (remove_files) COMPLETE
94592026-07-04T16:12:39.523Z[ host-image] Jul 04 16:12:38.758 INFO O| Jul 04 16:12:38.758 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-07-04T16:12:39.529Z[ host-image] Jul 04 16:12:38.765 INFO O| Jul 04 16:12:38.765 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94612026-07-04T16:12:39.532Z[ host-image] Jul 04 16:12:38.767 INFO O| Jul 04 16:12:38.767 INFO STEP 5 (remove_files) COMPLETE
94622026-07-04T16:12:39.532Z[ host-image] Jul 04 16:12:38.767 INFO O| Jul 04 16:12:38.767 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-07-04T16:12:39.538Z[ host-image] Jul 04 16:12:38.774 INFO O| Jul 04 16:12:38.774 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94642026-07-04T16:12:39.547Z[ host-image] Jul 04 16:12:38.783 INFO O| Jul 04 16:12:38.783 INFO STEP 6 (remove_files) COMPLETE
94652026-07-04T16:12:39.547Z[ host-image] Jul 04 16:12:38.783 INFO O| Jul 04 16:12:38.783 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-07-04T16:12:39.550Z[ host-image] Jul 04 16:12:38.783 INFO O| Jul 04 16:12:38.783 INFO skip step because feature "heliosv2" is not enabled
94672026-07-04T16:12:39.550Z[ host-image] Jul 04 16:12:38.783 INFO O| Jul 04 16:12:38.783 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-07-04T16:12:39.554Z[ host-image] Jul 04 16:12:38.790 INFO O| Jul 04 16:12:38.790 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94692026-07-04T16:12:39.563Z[ host-image] Jul 04 16:12:38.799 INFO O| Jul 04 16:12:38.799 INFO STEP 8 (remove_files) COMPLETE
94702026-07-04T16:12:39.563Z[ host-image] Jul 04 16:12:38.799 INFO O| Jul 04 16:12:38.799 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94712026-07-04T16:12:39.571Z[ host-image] Jul 04 16:12:38.807 INFO O| Jul 04 16:12:38.807 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94722026-07-04T16:12:39.643Z[ host-image] Jul 04 16:12:38.878 INFO O| Jul 04 16:12:38.878 INFO STEP 9 (remove_files) COMPLETE
94732026-07-04T16:12:39.643Z[ host-image] Jul 04 16:12:38.878 INFO O| Jul 04 16:12:38.878 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94742026-07-04T16:12:39.650Z[ host-image] Jul 04 16:12:38.886 INFO O| Jul 04 16:12:38.886 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94752026-07-04T16:12:39.724Z[ host-image] Jul 04 16:12:38.960 INFO O| Jul 04 16:12:38.960 INFO STEP 10 (remove_files) COMPLETE
94762026-07-04T16:12:39.724Z[ host-image] Jul 04 16:12:38.960 INFO O| Jul 04 16:12:38.960 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94772026-07-04T16:12:39.734Z[ host-image] Jul 04 16:12:38.969 INFO O| Jul 04 16:12:38.969 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94782026-07-04T16:12:39.736Z[ host-image] Jul 04 16:12:38.972 INFO O| Jul 04 16:12:38.972 INFO STEP 11 (remove_files) COMPLETE
94792026-07-04T16:12:39.737Z[ host-image] Jul 04 16:12:38.972 INFO O| Jul 04 16:12:38.972 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94802026-07-04T16:12:39.744Z[ host-image] Jul 04 16:12:38.980 INFO O| Jul 04 16:12:38.980 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94812026-07-04T16:12:39.746Z[ host-image] Jul 04 16:12:38.980 INFO O| Jul 04 16:12:38.980 INFO STEP 12 (remove_files) COMPLETE
94822026-07-04T16:12:39.746Z[ host-image] Jul 04 16:12:38.980 INFO O| Jul 04 16:12:38.980 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94832026-07-04T16:12:39.752Z[ host-image] Jul 04 16:12:38.988 INFO O| Jul 04 16:12:38.988 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94842026-07-04T16:12:39.754Z[ host-image] Jul 04 16:12:38.989 INFO O| Jul 04 16:12:38.989 INFO STEP 13 (remove_files) COMPLETE
94852026-07-04T16:12:39.755Z[ host-image] Jul 04 16:12:38.989 INFO O| Jul 04 16:12:38.989 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94862026-07-04T16:12:39.934Z[ host-image] Jul 04 16:12:39.169 INFO O| Jul 04 16:12:39.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94872026-07-04T16:12:39.957Z[ host-image] Jul 04 16:12:39.193 INFO O| Jul 04 16:12:39.193 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94882026-07-04T16:12:39.975Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94892026-07-04T16:12:39.975Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94902026-07-04T16:12:39.975Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94912026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94922026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94932026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94942026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94952026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94962026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94972026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94982026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94992026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
95002026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.211 INFO O| Jul 04 16:12:39.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
95012026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.212 INFO O| Jul 04 16:12:39.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
95022026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.212 INFO O| Jul 04 16:12:39.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
95032026-07-04T16:12:39.978Z[ host-image] Jul 04 16:12:39.212 INFO O| Jul 04 16:12:39.212 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
95042026-07-04T16:12:39.982Z[ host-image] Jul 04 16:12:39.218 INFO O| Jul 04 16:12:39.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95052026-07-04T16:12:39.982Z[ host-image] Jul 04 16:12:39.218 INFO O| Jul 04 16:12:39.218 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95062026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.222 INFO O| Jul 04 16:12:39.222 INFO STEP 14 (remove_files) COMPLETE
95072026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.222 INFO O| Jul 04 16:12:39.222 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95082026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.230 INFO O| Jul 04 16:12:39.230 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95092026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.231 INFO O| Jul 04 16:12:39.231 INFO STEP 15 (remove_files) COMPLETE
95102026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.231 INFO O| Jul 04 16:12:39.231 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95112026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.239 INFO O| Jul 04 16:12:39.239 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95122026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.244 INFO O| Jul 04 16:12:39.244 INFO STEP 16 (remove_files) COMPLETE
95132026-07-04T16:12:40.037Z[ host-image] Jul 04 16:12:39.244 INFO O| Jul 04 16:12:39.244 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95142026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.252 INFO O| Jul 04 16:12:39.252 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95152026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.252 INFO O| Jul 04 16:12:39.252 INFO STEP 17 (remove_files) COMPLETE
95162026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.252 INFO O| Jul 04 16:12:39.252 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95172026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.258 INFO O| Jul 04 16:12:39.258 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95182026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.259 INFO O| Jul 04 16:12:39.259 INFO STEP 18 (remove_files) COMPLETE
95192026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.259 INFO O| Jul 04 16:12:39.259 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95202026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.268 INFO O| Jul 04 16:12:39.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95212026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.268 INFO O| Jul 04 16:12:39.268 INFO STEP 19 (remove_files) COMPLETE
95222026-07-04T16:12:40.038Z[ host-image] Jul 04 16:12:39.268 INFO O| Jul 04 16:12:39.268 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95232026-07-04T16:12:40.042Z[ host-image] Jul 04 16:12:39.274 INFO O| Jul 04 16:12:39.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95242026-07-04T16:12:40.042Z[ host-image] Jul 04 16:12:39.274 INFO O| Jul 04 16:12:39.274 INFO STEP 20 (remove_files) COMPLETE
95252026-07-04T16:12:40.042Z[ host-image] Jul 04 16:12:39.274 INFO O| Jul 04 16:12:39.274 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95262026-07-04T16:12:40.045Z[ host-image] Jul 04 16:12:39.280 INFO O| Jul 04 16:12:39.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95272026-07-04T16:12:40.045Z[ host-image] Jul 04 16:12:39.280 INFO O| Jul 04 16:12:39.280 INFO STEP 21 (remove_files) COMPLETE
95282026-07-04T16:12:40.045Z[ host-image] Jul 04 16:12:39.280 INFO O| Jul 04 16:12:39.280 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95292026-07-04T16:12:40.052Z[ host-image] Jul 04 16:12:39.288 INFO O| Jul 04 16:12:39.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95302026-07-04T16:12:40.052Z[ host-image] Jul 04 16:12:39.288 INFO O| Jul 04 16:12:39.288 INFO STEP 22 (remove_files) COMPLETE
95312026-07-04T16:12:40.055Z[ host-image] Jul 04 16:12:39.288 INFO O| Jul 04 16:12:39.288 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95322026-07-04T16:12:40.060Z[ host-image] Jul 04 16:12:39.296 INFO O| Jul 04 16:12:39.296 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95332026-07-04T16:12:40.060Z[ host-image] Jul 04 16:12:39.296 INFO O| Jul 04 16:12:39.296 INFO STEP 23 (remove_files) COMPLETE
95342026-07-04T16:12:40.060Z[ host-image] Jul 04 16:12:39.296 INFO O| Jul 04 16:12:39.296 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95352026-07-04T16:12:40.066Z[ host-image] Jul 04 16:12:39.302 INFO O| Jul 04 16:12:39.302 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95362026-07-04T16:12:40.066Z[ host-image] Jul 04 16:12:39.302 INFO O| Jul 04 16:12:39.302 INFO STEP 24 (remove_files) COMPLETE
95372026-07-04T16:12:40.069Z[ host-image] Jul 04 16:12:39.302 INFO O| Jul 04 16:12:39.302 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95382026-07-04T16:12:40.075Z[ host-image] Jul 04 16:12:39.311 INFO O| Jul 04 16:12:39.311 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95392026-07-04T16:12:40.075Z[ host-image] Jul 04 16:12:39.311 INFO O| Jul 04 16:12:39.311 INFO STEP 25 (remove_files) COMPLETE
95402026-07-04T16:12:40.078Z[ host-image] Jul 04 16:12:39.311 INFO O| Jul 04 16:12:39.311 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95412026-07-04T16:12:40.081Z[ host-image] Jul 04 16:12:39.318 INFO O| Jul 04 16:12:39.317 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95422026-07-04T16:12:40.081Z[ host-image] Jul 04 16:12:39.318 INFO O| Jul 04 16:12:39.318 INFO STEP 26 (remove_files) COMPLETE
95432026-07-04T16:12:40.084Z[ host-image] Jul 04 16:12:39.318 INFO O| Jul 04 16:12:39.318 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95442026-07-04T16:12:40.087Z[ host-image] Jul 04 16:12:39.323 INFO O| Jul 04 16:12:39.323 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95452026-07-04T16:12:40.087Z[ host-image] Jul 04 16:12:39.323 INFO O| Jul 04 16:12:39.323 INFO STEP 27 (remove_files) COMPLETE
95462026-07-04T16:12:40.087Z[ host-image] Jul 04 16:12:39.323 INFO O| Jul 04 16:12:39.323 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95472026-07-04T16:12:40.093Z[ host-image] Jul 04 16:12:39.329 INFO O| Jul 04 16:12:39.329 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95482026-07-04T16:12:40.093Z[ host-image] Jul 04 16:12:39.329 INFO O| Jul 04 16:12:39.329 INFO STEP 28 (remove_files) COMPLETE
95492026-07-04T16:12:40.093Z[ host-image] Jul 04 16:12:39.329 INFO O| Jul 04 16:12:39.329 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95502026-07-04T16:12:40.099Z[ host-image] Jul 04 16:12:39.336 INFO O| Jul 04 16:12:39.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95512026-07-04T16:12:40.099Z[ host-image] Jul 04 16:12:39.336 INFO O| Jul 04 16:12:39.336 INFO STEP 29 (remove_files) COMPLETE
95522026-07-04T16:12:40.102Z[ host-image] Jul 04 16:12:39.336 INFO O| Jul 04 16:12:39.336 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95532026-07-04T16:12:40.105Z[ host-image] Jul 04 16:12:39.341 INFO O| Jul 04 16:12:39.341 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95542026-07-04T16:12:40.105Z[ host-image] Jul 04 16:12:39.342 INFO O| Jul 04 16:12:39.341 INFO STEP 30 (remove_files) COMPLETE
95552026-07-04T16:12:40.105Z[ host-image] Jul 04 16:12:39.342 INFO O| Jul 04 16:12:39.341 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95562026-07-04T16:12:40.112Z[ host-image] Jul 04 16:12:39.348 INFO O| Jul 04 16:12:39.347 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95572026-07-04T16:12:40.112Z[ host-image] Jul 04 16:12:39.348 INFO O| Jul 04 16:12:39.348 INFO STEP 31 (remove_files) COMPLETE
95582026-07-04T16:12:40.112Z[ host-image] Jul 04 16:12:39.348 INFO O| Jul 04 16:12:39.348 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95592026-07-04T16:12:40.117Z[ host-image] Jul 04 16:12:39.353 INFO O| Jul 04 16:12:39.353 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95602026-07-04T16:12:40.117Z[ host-image] Jul 04 16:12:39.354 INFO O| Jul 04 16:12:39.354 INFO STEP 32 (remove_files) COMPLETE
95612026-07-04T16:12:40.118Z[ host-image] Jul 04 16:12:39.354 INFO O| Jul 04 16:12:39.354 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95622026-07-04T16:12:40.123Z[ host-image] Jul 04 16:12:39.359 INFO O| Jul 04 16:12:39.359 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95632026-07-04T16:12:40.123Z[ host-image] Jul 04 16:12:39.359 INFO O| Jul 04 16:12:39.359 INFO STEP 33 (remove_files) COMPLETE
95642026-07-04T16:12:40.126Z[ host-image] Jul 04 16:12:39.359 INFO O| Jul 04 16:12:39.359 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95652026-07-04T16:12:40.129Z[ host-image] Jul 04 16:12:39.366 INFO O| Jul 04 16:12:39.365 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95662026-07-04T16:12:40.130Z[ host-image] Jul 04 16:12:39.366 INFO O| Jul 04 16:12:39.366 INFO STEP 34 (remove_files) COMPLETE
95672026-07-04T16:12:40.130Z[ host-image] Jul 04 16:12:39.366 INFO O| Jul 04 16:12:39.366 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95682026-07-04T16:12:40.137Z[ host-image] Jul 04 16:12:39.373 INFO O| Jul 04 16:12:39.373 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95692026-07-04T16:12:40.137Z[ host-image] Jul 04 16:12:39.373 INFO O| Jul 04 16:12:39.373 INFO STEP 35 (remove_files) COMPLETE
95702026-07-04T16:12:40.139Z[ host-image] Jul 04 16:12:39.373 INFO O| Jul 04 16:12:39.373 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95712026-07-04T16:12:40.143Z[ host-image] Jul 04 16:12:39.379 INFO O| Jul 04 16:12:39.379 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95722026-07-04T16:12:40.146Z[ host-image] Jul 04 16:12:39.379 INFO O| Jul 04 16:12:39.379 INFO STEP 36 (remove_files) COMPLETE
95732026-07-04T16:12:40.146Z[ host-image] Jul 04 16:12:39.379 INFO O| Jul 04 16:12:39.379 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95742026-07-04T16:12:40.150Z[ host-image] Jul 04 16:12:39.386 INFO O| Jul 04 16:12:39.386 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95752026-07-04T16:12:40.150Z[ host-image] Jul 04 16:12:39.386 INFO O| Jul 04 16:12:39.386 INFO STEP 37 (remove_files) COMPLETE
95762026-07-04T16:12:40.150Z[ host-image] Jul 04 16:12:39.386 INFO O| Jul 04 16:12:39.386 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95772026-07-04T16:12:40.158Z[ host-image] Jul 04 16:12:39.394 INFO O| Jul 04 16:12:39.394 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95782026-07-04T16:12:40.158Z[ host-image] Jul 04 16:12:39.394 INFO O| Jul 04 16:12:39.394 INFO STEP 38 (remove_files) COMPLETE
95792026-07-04T16:12:40.161Z[ host-image] Jul 04 16:12:39.394 INFO O| Jul 04 16:12:39.394 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95802026-07-04T16:12:40.164Z[ host-image] Jul 04 16:12:39.400 INFO O| Jul 04 16:12:39.400 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95812026-07-04T16:12:40.164Z[ host-image] Jul 04 16:12:39.400 INFO O| Jul 04 16:12:39.400 INFO STEP 39 (remove_files) COMPLETE
95822026-07-04T16:12:40.164Z[ host-image] Jul 04 16:12:39.400 INFO O| Jul 04 16:12:39.400 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95832026-07-04T16:12:40.171Z[ host-image] Jul 04 16:12:39.407 INFO O| Jul 04 16:12:39.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95842026-07-04T16:12:40.171Z[ host-image] Jul 04 16:12:39.407 INFO O| Jul 04 16:12:39.407 INFO STEP 40 (remove_files) COMPLETE
95852026-07-04T16:12:40.173Z[ host-image] Jul 04 16:12:39.407 INFO O| Jul 04 16:12:39.407 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95862026-07-04T16:12:40.177Z[ host-image] Jul 04 16:12:39.413 INFO O| Jul 04 16:12:39.413 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95872026-07-04T16:12:40.180Z[ host-image] Jul 04 16:12:39.413 INFO O| Jul 04 16:12:39.413 INFO STEP 41 (remove_files) COMPLETE
95882026-07-04T16:12:40.180Z[ host-image] Jul 04 16:12:39.413 INFO O| Jul 04 16:12:39.413 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95892026-07-04T16:12:40.184Z[ host-image] Jul 04 16:12:39.420 INFO O| Jul 04 16:12:39.420 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95902026-07-04T16:12:40.184Z[ host-image] Jul 04 16:12:39.420 INFO O| Jul 04 16:12:39.420 INFO STEP 42 (remove_files) COMPLETE
95912026-07-04T16:12:40.187Z[ host-image] Jul 04 16:12:39.420 INFO O| Jul 04 16:12:39.420 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95922026-07-04T16:12:40.193Z[ host-image] Jul 04 16:12:39.429 INFO O| Jul 04 16:12:39.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95932026-07-04T16:12:40.193Z[ host-image] Jul 04 16:12:39.429 INFO O| Jul 04 16:12:39.429 INFO STEP 43 (remove_files) COMPLETE
95942026-07-04T16:12:40.196Z[ host-image] Jul 04 16:12:39.429 INFO O| Jul 04 16:12:39.429 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95952026-07-04T16:12:40.199Z[ host-image] Jul 04 16:12:39.435 INFO O| Jul 04 16:12:39.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95962026-07-04T16:12:40.199Z[ host-image] Jul 04 16:12:39.435 INFO O| Jul 04 16:12:39.435 INFO STEP 44 (remove_files) COMPLETE
95972026-07-04T16:12:40.199Z[ host-image] Jul 04 16:12:39.435 INFO O| Jul 04 16:12:39.435 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95982026-07-04T16:12:40.207Z[ host-image] Jul 04 16:12:39.443 INFO O| Jul 04 16:12:39.443 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95992026-07-04T16:12:40.209Z[ host-image] Jul 04 16:12:39.443 INFO O| Jul 04 16:12:39.443 INFO STEP 45 (remove_files) COMPLETE
96002026-07-04T16:12:40.209Z[ host-image] Jul 04 16:12:39.443 INFO O| Jul 04 16:12:39.443 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96012026-07-04T16:12:40.214Z[ host-image] Jul 04 16:12:39.450 INFO O| Jul 04 16:12:39.450 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96022026-07-04T16:12:40.214Z[ host-image] Jul 04 16:12:39.450 INFO O| Jul 04 16:12:39.450 INFO STEP 46 (remove_files) COMPLETE
96032026-07-04T16:12:40.216Z[ host-image] Jul 04 16:12:39.450 INFO O| Jul 04 16:12:39.450 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96042026-07-04T16:12:40.221Z[ host-image] Jul 04 16:12:39.457 INFO O| Jul 04 16:12:39.457 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96052026-07-04T16:12:40.221Z[ host-image] Jul 04 16:12:39.457 INFO O| Jul 04 16:12:39.457 INFO STEP 47 (remove_files) COMPLETE
96062026-07-04T16:12:40.224Z[ host-image] Jul 04 16:12:39.457 INFO O| Jul 04 16:12:39.457 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96072026-07-04T16:12:40.228Z[ host-image] Jul 04 16:12:39.464 INFO O| Jul 04 16:12:39.464 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96082026-07-04T16:12:40.228Z[ host-image] Jul 04 16:12:39.464 INFO O| Jul 04 16:12:39.464 INFO STEP 48 (remove_files) COMPLETE
96092026-07-04T16:12:40.230Z[ host-image] Jul 04 16:12:39.464 INFO O| Jul 04 16:12:39.464 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96102026-07-04T16:12:40.235Z[ host-image] Jul 04 16:12:39.471 INFO O| Jul 04 16:12:39.471 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96112026-07-04T16:12:40.235Z[ host-image] Jul 04 16:12:39.471 INFO O| Jul 04 16:12:39.471 INFO STEP 49 (remove_files) COMPLETE
96122026-07-04T16:12:40.235Z[ host-image] Jul 04 16:12:39.471 INFO O| Jul 04 16:12:39.471 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96132026-07-04T16:12:40.273Z[ host-image] Jul 04 16:12:39.478 INFO O| Jul 04 16:12:39.478 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96142026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.478 INFO O| Jul 04 16:12:39.478 INFO STEP 50 (remove_files) COMPLETE
96152026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.478 INFO O| Jul 04 16:12:39.478 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96162026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.486 INFO O| Jul 04 16:12:39.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96172026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.486 INFO O| Jul 04 16:12:39.486 INFO STEP 51 (remove_files) COMPLETE
96182026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.486 INFO O| Jul 04 16:12:39.486 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96192026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.491 INFO O| Jul 04 16:12:39.491 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96202026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.491 INFO O| Jul 04 16:12:39.491 INFO STEP 52 (remove_files) COMPLETE
96212026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.491 INFO O| Jul 04 16:12:39.491 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96222026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.499 INFO O| Jul 04 16:12:39.499 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96232026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.499 INFO O| Jul 04 16:12:39.499 INFO STEP 53 (remove_files) COMPLETE
96242026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.499 INFO O| Jul 04 16:12:39.499 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96252026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.506 INFO O| Jul 04 16:12:39.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96262026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.506 INFO O| Jul 04 16:12:39.506 INFO STEP 54 (remove_files) COMPLETE
96272026-07-04T16:12:40.277Z[ host-image] Jul 04 16:12:39.506 INFO O| Jul 04 16:12:39.506 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96282026-07-04T16:12:40.281Z[ host-image] Jul 04 16:12:39.513 INFO O| Jul 04 16:12:39.513 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96292026-07-04T16:12:40.281Z[ host-image] Jul 04 16:12:39.513 INFO O| Jul 04 16:12:39.513 INFO STEP 55 (remove_files) COMPLETE
96302026-07-04T16:12:40.281Z[ host-image] Jul 04 16:12:39.513 INFO O| Jul 04 16:12:39.513 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96312026-07-04T16:12:40.284Z[ host-image] Jul 04 16:12:39.520 INFO O| Jul 04 16:12:39.520 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96322026-07-04T16:12:40.284Z[ host-image] Jul 04 16:12:39.520 INFO O| Jul 04 16:12:39.520 INFO STEP 56 (remove_files) COMPLETE
96332026-07-04T16:12:40.284Z[ host-image] Jul 04 16:12:39.520 INFO O| Jul 04 16:12:39.520 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96342026-07-04T16:12:40.290Z[ host-image] Jul 04 16:12:39.526 INFO O| Jul 04 16:12:39.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96352026-07-04T16:12:40.290Z[ host-image] Jul 04 16:12:39.526 INFO O| Jul 04 16:12:39.526 INFO STEP 57 (remove_files) COMPLETE
96362026-07-04T16:12:40.296Z[ host-image] Jul 04 16:12:39.526 INFO O| Jul 04 16:12:39.526 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96372026-07-04T16:12:40.296Z[ host-image] Jul 04 16:12:39.532 INFO O| Jul 04 16:12:39.532 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96382026-07-04T16:12:40.296Z[ host-image] Jul 04 16:12:39.532 INFO O| Jul 04 16:12:39.532 INFO STEP 58 (remove_files) COMPLETE
96392026-07-04T16:12:40.299Z[ host-image] Jul 04 16:12:39.532 INFO O| Jul 04 16:12:39.532 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96402026-07-04T16:12:40.303Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96412026-07-04T16:12:40.304Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96422026-07-04T16:12:40.306Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96432026-07-04T16:12:40.306Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96442026-07-04T16:12:40.306Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96452026-07-04T16:12:40.306Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96462026-07-04T16:12:40.306Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO ok!
96472026-07-04T16:12:40.306Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO STEP 59 (ensure_file) COMPLETE
96482026-07-04T16:12:40.306Z[ host-image] Jul 04 16:12:39.540 INFO O| Jul 04 16:12:39.540 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96492026-07-04T16:12:40.311Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96502026-07-04T16:12:40.311Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96512026-07-04T16:12:40.314Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96522026-07-04T16:12:40.314Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96532026-07-04T16:12:40.314Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96542026-07-04T16:12:40.314Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96552026-07-04T16:12:40.314Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO ok!
96562026-07-04T16:12:40.314Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO STEP 60 (ensure_file) COMPLETE
96572026-07-04T16:12:40.314Z[ host-image] Jul 04 16:12:39.547 INFO O| Jul 04 16:12:39.547 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96582026-07-04T16:12:40.317Z[ host-image] Jul 04 16:12:39.553 INFO O| Jul 04 16:12:39.553 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96592026-07-04T16:12:40.317Z[ host-image] Jul 04 16:12:39.553 INFO O| Jul 04 16:12:39.553 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96602026-07-04T16:12:40.320Z[ host-image] Jul 04 16:12:39.553 INFO O| Jul 04 16:12:39.553 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96612026-07-04T16:12:40.320Z[ host-image] Jul 04 16:12:39.553 INFO O| Jul 04 16:12:39.553 INFO ok!
96622026-07-04T16:12:40.320Z[ host-image] Jul 04 16:12:39.553 INFO O| Jul 04 16:12:39.553 INFO STEP 61 (ensure_file) COMPLETE
96632026-07-04T16:12:40.320Z[ host-image] Jul 04 16:12:39.553 INFO O| Jul 04 16:12:39.553 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96642026-07-04T16:12:40.326Z[ host-image] Jul 04 16:12:39.562 INFO O| Jul 04 16:12:39.562 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96652026-07-04T16:12:40.326Z[ host-image] Jul 04 16:12:39.562 INFO O| Jul 04 16:12:39.562 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96662026-07-04T16:12:40.328Z[ host-image] Jul 04 16:12:39.562 INFO O| Jul 04 16:12:39.562 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96672026-07-04T16:12:40.329Z[ host-image] Jul 04 16:12:39.562 INFO O| Jul 04 16:12:39.562 INFO ok!
96682026-07-04T16:12:40.329Z[ host-image] Jul 04 16:12:39.562 INFO O| Jul 04 16:12:39.562 INFO STEP 62 (ensure_file) COMPLETE
96692026-07-04T16:12:40.329Z[ host-image] Jul 04 16:12:39.562 INFO O| Jul 04 16:12:39.562 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96702026-07-04T16:12:40.331Z[ host-image] Jul 04 16:12:39.567 INFO O| Jul 04 16:12:39.567 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96712026-07-04T16:12:40.331Z[ host-image] Jul 04 16:12:39.567 INFO O| Jul 04 16:12:39.567 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96722026-07-04T16:12:40.331Z[ host-image] Jul 04 16:12:39.567 INFO O| Jul 04 16:12:39.567 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96732026-07-04T16:12:40.334Z[ host-image] Jul 04 16:12:39.567 INFO O| Jul 04 16:12:39.567 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96742026-07-04T16:12:40.334Z[ host-image] Jul 04 16:12:39.567 INFO O| Jul 04 16:12:39.567 INFO ok!
96752026-07-04T16:12:40.334Z[ host-image] Jul 04 16:12:39.567 INFO O| Jul 04 16:12:39.567 INFO STEP 63 (ensure_file) COMPLETE
96762026-07-04T16:12:40.334Z[ host-image] Jul 04 16:12:39.567 INFO O| Jul 04 16:12:39.567 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96772026-07-04T16:12:40.341Z[ host-image] Jul 04 16:12:39.574 INFO O| Jul 04 16:12:39.574 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96782026-07-04T16:12:40.341Z[ host-image] Jul 04 16:12:39.574 INFO O| Jul 04 16:12:39.574 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96792026-07-04T16:12:40.341Z[ host-image] Jul 04 16:12:39.574 INFO O| Jul 04 16:12:39.574 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96802026-07-04T16:12:40.341Z[ host-image] Jul 04 16:12:39.574 INFO O| Jul 04 16:12:39.574 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96812026-07-04T16:12:40.341Z[ host-image] Jul 04 16:12:39.574 INFO O| Jul 04 16:12:39.574 INFO ok!
96822026-07-04T16:12:40.341Z[ host-image] Jul 04 16:12:39.574 INFO O| Jul 04 16:12:39.574 INFO STEP 64 (ensure_file) COMPLETE
96832026-07-04T16:12:40.341Z[ host-image] Jul 04 16:12:39.574 INFO O| Jul 04 16:12:39.574 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96842026-07-04T16:12:40.346Z[ host-image] Jul 04 16:12:39.582 INFO O| Jul 04 16:12:39.582 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96852026-07-04T16:12:40.346Z[ host-image] Jul 04 16:12:39.582 INFO O| Jul 04 16:12:39.582 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96862026-07-04T16:12:40.346Z[ host-image] Jul 04 16:12:39.582 INFO O| Jul 04 16:12:39.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96872026-07-04T16:12:40.349Z[ host-image] Jul 04 16:12:39.582 INFO O| Jul 04 16:12:39.582 INFO ok!
96882026-07-04T16:12:40.349Z[ host-image] Jul 04 16:12:39.582 INFO O| Jul 04 16:12:39.582 INFO STEP 65 (assemble_files) COMPLETE
96892026-07-04T16:12:40.349Z[ host-image] Jul 04 16:12:39.582 INFO O| Jul 04 16:12:39.582 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96902026-07-04T16:12:40.352Z[ host-image] Jul 04 16:12:39.588 INFO O| Jul 04 16:12:39.588 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96912026-07-04T16:12:40.352Z[ host-image] Jul 04 16:12:39.588 INFO O| Jul 04 16:12:39.588 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96922026-07-04T16:12:40.352Z[ host-image] Jul 04 16:12:39.588 INFO O| Jul 04 16:12:39.588 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96932026-07-04T16:12:40.352Z[ host-image] Jul 04 16:12:39.588 INFO O| Jul 04 16:12:39.588 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96942026-07-04T16:12:40.353Z[ host-image] Jul 04 16:12:39.588 INFO O| Jul 04 16:12:39.588 INFO ok!
96952026-07-04T16:12:40.353Z[ host-image] Jul 04 16:12:39.588 INFO O| Jul 04 16:12:39.588 INFO STEP 66 (ensure_file) COMPLETE
96962026-07-04T16:12:40.353Z[ host-image] Jul 04 16:12:39.588 INFO O| Jul 04 16:12:39.588 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96972026-07-04T16:12:40.359Z[ host-image] Jul 04 16:12:39.595 INFO O| Jul 04 16:12:39.595 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96982026-07-04T16:12:40.362Z[ host-image] Jul 04 16:12:39.595 INFO O| Jul 04 16:12:39.595 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96992026-07-04T16:12:40.362Z[ host-image] Jul 04 16:12:39.595 INFO O| Jul 04 16:12:39.595 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97002026-07-04T16:12:40.362Z[ host-image] Jul 04 16:12:39.595 INFO O| Jul 04 16:12:39.595 INFO STEP 67 (ensure_dir) COMPLETE
97012026-07-04T16:12:40.362Z[ host-image] Jul 04 16:12:39.595 INFO O| Jul 04 16:12:39.595 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97022026-07-04T16:12:40.365Z[ host-image] Jul 04 16:12:39.601 INFO O| Jul 04 16:12:39.601 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97032026-07-04T16:12:40.366Z[ host-image] Jul 04 16:12:39.601 INFO O| Jul 04 16:12:39.601 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 ...
97042026-07-04T16:12:40.371Z[ host-image] Jul 04 16:12:39.606 INFO O| Jul 04 16:12:39.606 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
97052026-07-04T16:12:40.371Z[ host-image] Jul 04 16:12:39.606 INFO O| Jul 04 16:12:39.606 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97062026-07-04T16:12:40.371Z[ host-image] Jul 04 16:12:39.606 INFO O| Jul 04 16:12:39.606 INFO ok!
97072026-07-04T16:12:40.374Z[ host-image] Jul 04 16:12:39.606 INFO O| Jul 04 16:12:39.606 INFO STEP 68 (ensure_file) COMPLETE
97082026-07-04T16:12:40.374Z[ host-image] Jul 04 16:12:39.606 INFO O| Jul 04 16:12:39.606 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97092026-07-04T16:12:40.378Z[ host-image] Jul 04 16:12:39.614 INFO O| Jul 04 16:12:39.614 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97102026-07-04T16:12:40.378Z[ host-image] Jul 04 16:12:39.614 INFO O| Jul 04 16:12:39.614 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 ...
97112026-07-04T16:12:40.381Z[ host-image] Jul 04 16:12:39.614 INFO O| Jul 04 16:12:39.614 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
97122026-07-04T16:12:40.381Z[ host-image] Jul 04 16:12:39.614 INFO O| Jul 04 16:12:39.614 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97132026-07-04T16:12:40.381Z[ host-image] Jul 04 16:12:39.614 INFO O| Jul 04 16:12:39.614 INFO ok!
97142026-07-04T16:12:40.381Z[ host-image] Jul 04 16:12:39.614 INFO O| Jul 04 16:12:39.614 INFO STEP 69 (ensure_file) COMPLETE
97152026-07-04T16:12:40.381Z[ host-image] Jul 04 16:12:39.614 INFO O| Jul 04 16:12:39.614 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97162026-07-04T16:12:40.388Z[ host-image] Jul 04 16:12:39.624 INFO O| Jul 04 16:12:39.624 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97172026-07-04T16:12:40.388Z[ host-image] Jul 04 16:12:39.624 INFO O| Jul 04 16:12:39.624 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97182026-07-04T16:12:41.900Z[ host-image] Jul 04 16:12:41.135 INFO O| Jul 04 16:12:41.135 INFO STEP 70 (pack_tar) COMPLETE
97192026-07-04T16:12:41.900Z[ host-image] Jul 04 16:12:41.135 INFO O| Jul 04 16:12:41.135 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97202026-07-04T16:12:41.901Z[ host-image] Jul 04 16:12:41.135 INFO O| Jul 04 16:12:41.135 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97212026-07-04T16:12:42.564Z[ host-image] Jul 04 16:12:41.800 INFO O| Jul 04 16:12:41.799 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97222026-07-04T16:12:43.059Z[ host-image] Jul 04 16:12:42.294 INFO O| Jul 04 16:12:42.294 INFO completed processing sled/ramdisk-02-trim
97232026-07-04T16:12:43.063Z[ host-image] Jul 04 16:12:42.296 INFO image builder template: zfs...
97242026-07-04T16:12:43.063Z[ host-image] Jul 04 16:12:42.296 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/.tmpsXpZXY/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "zfs"], pwd: None
97252026-07-04T16:12:43.072Z[ host-image] Jul 04 16:12:42.308 INFO O| Jul 04 16:12:42.308 INFO skip include "stress" because feature "stress" is not enabled
97262026-07-04T16:12:43.072Z[ host-image] Jul 04 16:12:42.308 INFO O| Jul 04 16:12:42.308 INFO skip include "stress" because feature "compliance" is not enabled
97272026-07-04T16:12:43.099Z[ host-image] Jul 04 16:12:42.334 INFO O| Jul 04 16:12:42.334 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97282026-07-04T16:12:43.103Z[ host-image] Jul 04 16:12:42.337 INFO O| Jul 04 16:12:42.337 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97292026-07-04T16:12:43.196Z[ host-image] Jul 04 16:12:42.431 INFO O| Jul 04 16:12:42.431 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97302026-07-04T16:12:43.264Z[ host-image] Jul 04 16:12:42.500 INFO O| Jul 04 16:12:42.499 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97312026-07-04T16:12:43.264Z[ host-image] Jul 04 16:12:42.500 INFO O| Jul 04 16:12:42.500 INFO work dataset: rpool/images/build/host/work/sled/zfs
97322026-07-04T16:12:43.268Z[ host-image] Jul 04 16:12:42.502 INFO O| Jul 04 16:12:42.502 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97332026-07-04T16:12:43.357Z[ host-image] Jul 04 16:12:42.592 INFO O| Jul 04 16:12:42.592 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97342026-07-04T16:12:43.407Z[ host-image] Jul 04 16:12:42.642 INFO O| Jul 04 16:12:42.642 INFO DESTROY POOL: TEMPORARY-sled-zfs
97352026-07-04T16:12:43.415Z[ host-image] Jul 04 16:12:42.650 INFO O| Jul 04 16:12:42.650 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97362026-07-04T16:12:43.418Z[ host-image] Jul 04 16:12:42.654 INFO O| Jul 04 16:12:42.654 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97372026-07-04T16:12:43.418Z[ host-image] Jul 04 16:12:42.654 INFO O| Jul 04 16:12:42.654 INFO no lofi found
97382026-07-04T16:12:43.421Z[ host-image] Jul 04 16:12:42.654 INFO O| Jul 04 16:12:42.654 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97392026-07-04T16:12:43.422Z[ host-image] Jul 04 16:12:42.654 INFO O| Jul 04 16:12:42.654 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97402026-07-04T16:12:44.767Z[ host-image] Jul 04 16:12:44.002 INFO O| Jul 04 16:12:44.001 INFO lofi device = /dev/dsk/c2t1d0p0
97412026-07-04T16:12:44.767Z[ host-image] Jul 04 16:12:44.002 INFO O| Jul 04 16:12:44.001 INFO pool device = /dev/dsk/c2t1d0p0
97422026-07-04T16:12:44.770Z[ host-image] Jul 04 16:12:44.002 INFO O| Jul 04 16:12:44.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"]
97432026-07-04T16:12:44.821Z[ host-image] Jul 04 16:12:44.056 INFO O| Jul 04 16:12:44.056 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97442026-07-04T16:12:44.821Z[ host-image] Jul 04 16:12:44.057 INFO O| Jul 04 16:12:44.056 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97452026-07-04T16:12:44.833Z[ host-image] Jul 04 16:12:44.069 INFO O| Jul 04 16:12:44.069 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97462026-07-04T16:12:44.873Z[ host-image] Jul 04 16:12:44.108 INFO O| Jul 04 16:12:44.108 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97472026-07-04T16:12:44.897Z[ host-image] Jul 04 16:12:44.132 INFO O| Jul 04 16:12:44.132 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97482026-07-04T16:12:44.905Z[ host-image] Jul 04 16:12:44.140 INFO O| Jul 04 16:12:44.140 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97492026-07-04T16:12:44.910Z[ host-image] Jul 04 16:12:44.146 INFO O| Jul 04 16:12:44.146 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97502026-07-04T16:12:44.936Z[ host-image] Jul 04 16:12:44.172 INFO O| Jul 04 16:12:44.172 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97512026-07-04T16:12:44.940Z[ host-image] Jul 04 16:12:44.172 INFO O| Jul 04 16:12:44.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97522026-07-04T16:12:44.940Z[ host-image] Jul 04 16:12:44.172 INFO O| Jul 04 16:12:44.172 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97532026-07-04T16:12:44.946Z[ host-image] Jul 04 16:12:44.182 INFO O| Jul 04 16:12:44.182 INFO boot environment UUID: 32f0a7ad-f98a-434b-8098-ff3bd380729f
97542026-07-04T16:12:44.946Z[ host-image] Jul 04 16:12:44.182 INFO O| Jul 04 16:12:44.182 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 32f0a7ad-f98a-434b-8098-ff3bd380729f
97552026-07-04T16:12:44.952Z[ host-image] Jul 04 16:12:44.187 INFO O| Jul 04 16:12:44.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97562026-07-04T16:12:44.958Z[ host-image] Jul 04 16:12:44.194 INFO O| Jul 04 16:12:44.194 INFO STEP 0 (create_be) COMPLETE
97572026-07-04T16:12:44.958Z[ host-image] Jul 04 16:12:44.194 INFO O| Jul 04 16:12:44.194 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97582026-07-04T16:12:44.967Z[ host-image] Jul 04 16:12:44.203 INFO O| Jul 04 16:12:44.203 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97592026-07-04T16:12:51.299Z[ recovery-image] Jul 04 16:12:50.530 INFO O| ok, image written!
97602026-07-04T16:12:51.299Z[ recovery-image] Jul 04 16:12:50.530 INFO O| ok, boot_image_csum file written!
97612026-07-04T16:12:51.302Z[ recovery-image] Jul 04 16:12:50.532 INFO creating boot archive (CPIO)...
97622026-07-04T16:12:51.303Z[ recovery-image] Jul 04 16:12:50.532 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
97632026-07-04T16:12:51.306Z[ recovery-image] Jul 04 16:12:50.539 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97642026-07-04T16:12:51.306Z[ recovery-image] Jul 04 16:12:50.539 INFO E| + outfile=/work/os-recovery/cpio
97652026-07-04T16:12:51.306Z[ recovery-image] Jul 04 16:12:50.539 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97662026-07-04T16:12:51.306Z[ recovery-image] Jul 04 16:12:50.541 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97672026-07-04T16:12:51.306Z[ recovery-image] Jul 04 16:12:50.541 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97682026-07-04T16:12:51.338Z[ recovery-image] Jul 04 16:12:50.569 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97692026-07-04T16:12:51.341Z[ recovery-image] Jul 04 16:12:50.569 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97702026-07-04T16:12:51.342Z[ recovery-image] Jul 04 16:12:50.575 INFO creating compressed cpio/unix for dev loaders...
97712026-07-04T16:12:51.342Z[ recovery-image] Jul 04 16:12:50.575 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
97722026-07-04T16:12:51.593Z[ recovery-image] Jul 04 16:12:50.828 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97732026-07-04T16:12:53.123Z[ host-image] Jul 04 16:12:52.358 INFO O| Jul 04 16:12:52.358 INFO STEP 1 (unpack_tar) COMPLETE
97742026-07-04T16:12:53.123Z[ host-image] Jul 04 16:12:52.358 INFO O| Jul 04 16:12:52.358 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-07-04T16:12:53.132Z[ host-image] Jul 04 16:12:52.367 INFO O| Jul 04 16:12:52.367 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97762026-07-04T16:12:53.259Z[ host-image] Jul 04 16:12:52.494 INFO O| Jul 04 16:12:52.494 INFO STEP 2 (devfsadm) COMPLETE
97772026-07-04T16:12:53.259Z[ host-image] Jul 04 16:12:52.494 INFO O| Jul 04 16:12:52.494 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97782026-07-04T16:12:53.267Z[ host-image] Jul 04 16:12:52.502 INFO O| Jul 04 16:12:52.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97792026-07-04T16:12:53.270Z[ host-image] Jul 04 16:12:52.502 INFO O| Jul 04 16:12:52.502 INFO STEP 3 (ensure_dir) COMPLETE
97802026-07-04T16:12:53.270Z[ host-image] Jul 04 16:12:52.502 INFO O| Jul 04 16:12:52.502 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97812026-07-04T16:12:53.274Z[ host-image] Jul 04 16:12:52.510 INFO O| Jul 04 16:12:52.510 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97822026-07-04T16:12:53.275Z[ host-image] Jul 04 16:12:52.510 INFO O| Jul 04 16:12:52.510 INFO STEP 4 (ensure_dir) COMPLETE
97832026-07-04T16:12:53.278Z[ host-image] Jul 04 16:12:52.510 INFO O| Jul 04 16:12:52.510 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97842026-07-04T16:12:53.281Z[ host-image] Jul 04 16:12:52.516 INFO O| Jul 04 16:12:52.516 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97852026-07-04T16:12:53.281Z[ host-image] Jul 04 16:12:52.516 INFO O| Jul 04 16:12:52.516 INFO STEP 5 (ensure_dir) COMPLETE
97862026-07-04T16:12:53.281Z[ host-image] Jul 04 16:12:52.516 INFO O| Jul 04 16:12:52.516 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97872026-07-04T16:12:53.289Z[ host-image] Jul 04 16:12:52.524 INFO O| Jul 04 16:12:52.524 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97882026-07-04T16:12:53.289Z[ host-image] Jul 04 16:12:52.524 INFO O| Jul 04 16:12:52.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97892026-07-04T16:12:53.289Z[ host-image] Jul 04 16:12:52.524 INFO O| Jul 04 16:12:52.524 INFO STEP 6 (ensure_dir) COMPLETE
97902026-07-04T16:12:53.292Z[ host-image] Jul 04 16:12:52.524 INFO O| Jul 04 16:12:52.524 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97912026-07-04T16:12:53.295Z[ host-image] Jul 04 16:12:52.531 INFO O| Jul 04 16:12:52.531 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97922026-07-04T16:12:53.295Z[ host-image] Jul 04 16:12:52.531 INFO O| Jul 04 16:12:52.531 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97932026-07-04T16:12:53.296Z[ host-image] Jul 04 16:12:52.531 INFO O| Jul 04 16:12:52.531 INFO STEP 7 (ensure_dir) COMPLETE
97942026-07-04T16:12:53.296Z[ host-image] Jul 04 16:12:52.531 INFO O| Jul 04 16:12:52.531 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-07-04T16:12:53.301Z[ host-image] Jul 04 16:12:52.537 INFO O| Jul 04 16:12:52.537 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97962026-07-04T16:12:53.305Z[ host-image] Jul 04 16:12:52.537 INFO O| Jul 04 16:12:52.537 INFO STEP 8 (remove_files) COMPLETE
97972026-07-04T16:12:53.305Z[ host-image] Jul 04 16:12:52.537 INFO O| Jul 04 16:12:52.537 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-07-04T16:12:53.310Z[ host-image] Jul 04 16:12:52.543 INFO O| Jul 04 16:12:52.543 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97992026-07-04T16:12:53.310Z[ host-image] Jul 04 16:12:52.544 INFO O| Jul 04 16:12:52.544 INFO STEP 9 (remove_files) COMPLETE
98002026-07-04T16:12:53.310Z[ host-image] Jul 04 16:12:52.544 INFO O| Jul 04 16:12:52.544 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98012026-07-04T16:12:53.317Z[ host-image] Jul 04 16:12:52.550 INFO O| Jul 04 16:12:52.550 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98022026-07-04T16:12:53.320Z[ host-image] Jul 04 16:12:52.550 INFO O| Jul 04 16:12:52.550 INFO STEP 10 (remove_files) COMPLETE
98032026-07-04T16:12:53.320Z[ host-image] Jul 04 16:12:52.550 INFO O| Jul 04 16:12:52.550 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98042026-07-04T16:12:53.324Z[ host-image] Jul 04 16:12:52.558 INFO O| Jul 04 16:12:52.558 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98052026-07-04T16:12:53.324Z[ host-image] Jul 04 16:12:52.558 INFO O| Jul 04 16:12:52.558 INFO STEP 11 (remove_files) COMPLETE
98062026-07-04T16:12:53.324Z[ host-image] Jul 04 16:12:52.558 INFO O| Jul 04 16:12:52.558 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-07-04T16:12:53.330Z[ host-image] Jul 04 16:12:52.566 INFO O| Jul 04 16:12:52.566 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98082026-07-04T16:12:53.330Z[ host-image] Jul 04 16:12:52.566 INFO O| Jul 04 16:12:52.566 INFO STEP 12 (remove_files) COMPLETE
98092026-07-04T16:12:53.330Z[ host-image] Jul 04 16:12:52.566 INFO O| Jul 04 16:12:52.566 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98102026-07-04T16:12:53.336Z[ host-image] Jul 04 16:12:52.572 INFO O| Jul 04 16:12:52.572 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98112026-07-04T16:12:53.336Z[ host-image] Jul 04 16:12:52.572 INFO O| Jul 04 16:12:52.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98122026-07-04T16:12:53.336Z[ host-image] Jul 04 16:12:52.572 INFO O| Jul 04 16:12:52.572 INFO STEP 13 (ensure_dir) COMPLETE
98132026-07-04T16:12:53.339Z[ host-image] Jul 04 16:12:52.572 INFO O| Jul 04 16:12:52.572 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98142026-07-04T16:12:53.343Z[ host-image] Jul 04 16:12:52.578 INFO O| Jul 04 16:12:52.578 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98152026-07-04T16:12:53.343Z[ host-image] Jul 04 16:12:52.578 INFO O| Jul 04 16:12:52.578 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98162026-07-04T16:12:53.343Z[ host-image] Jul 04 16:12:52.578 INFO O| Jul 04 16:12:52.578 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98172026-07-04T16:12:53.343Z[ host-image] Jul 04 16:12:52.578 INFO O| Jul 04 16:12:52.578 INFO STEP 14 (ensure_dir) COMPLETE
98182026-07-04T16:12:53.343Z[ host-image] Jul 04 16:12:52.578 INFO O| Jul 04 16:12:52.578 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-07-04T16:12:53.349Z[ host-image] Jul 04 16:12:52.585 INFO O| Jul 04 16:12:52.585 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98202026-07-04T16:12:53.349Z[ host-image] Jul 04 16:12:52.585 INFO O| Jul 04 16:12:52.585 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98212026-07-04T16:12:53.349Z[ host-image] Jul 04 16:12:52.585 INFO O| Jul 04 16:12:52.585 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98222026-07-04T16:12:53.353Z[ host-image] Jul 04 16:12:52.585 INFO O| Jul 04 16:12:52.585 INFO STEP 15 (ensure_dir) COMPLETE
98232026-07-04T16:12:53.353Z[ host-image] Jul 04 16:12:52.585 INFO O| Jul 04 16:12:52.585 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98242026-07-04T16:12:53.356Z[ host-image] Jul 04 16:12:52.590 INFO O| Jul 04 16:12:52.590 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98252026-07-04T16:12:53.356Z[ host-image] Jul 04 16:12:52.590 INFO O| Jul 04 16:12:52.590 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98262026-07-04T16:12:53.356Z[ host-image] Jul 04 16:12:52.590 INFO O| Jul 04 16:12:52.590 INFO STEP 16 (ensure_dir) COMPLETE
98272026-07-04T16:12:53.356Z[ host-image] Jul 04 16:12:52.590 INFO O| Jul 04 16:12:52.590 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98282026-07-04T16:12:53.360Z[ host-image] Jul 04 16:12:52.596 INFO O| Jul 04 16:12:52.596 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98292026-07-04T16:12:53.360Z[ host-image] Jul 04 16:12:52.596 INFO O| Jul 04 16:12:52.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98302026-07-04T16:12:53.360Z[ host-image] Jul 04 16:12:52.596 INFO O| Jul 04 16:12:52.596 INFO STEP 17 (ensure_dir) COMPLETE
98312026-07-04T16:12:53.363Z[ host-image] Jul 04 16:12:52.596 INFO O| Jul 04 16:12:52.596 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-07-04T16:12:53.367Z[ host-image] Jul 04 16:12:52.603 INFO O| Jul 04 16:12:52.603 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98332026-07-04T16:12:53.370Z[ host-image] Jul 04 16:12:52.603 INFO O| Jul 04 16:12:52.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98342026-07-04T16:12:53.371Z[ host-image] Jul 04 16:12:52.603 INFO O| Jul 04 16:12:52.603 INFO ok!
98352026-07-04T16:12:53.371Z[ host-image] Jul 04 16:12:52.603 INFO O| Jul 04 16:12:52.603 INFO STEP 18 (ensure_symlink) COMPLETE
98362026-07-04T16:12:53.371Z[ host-image] Jul 04 16:12:52.603 INFO O| Jul 04 16:12:52.603 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98372026-07-04T16:12:53.374Z[ host-image] Jul 04 16:12:52.610 INFO O| Jul 04 16:12:52.610 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98382026-07-04T16:12:53.374Z[ host-image] Jul 04 16:12:52.610 INFO O| Jul 04 16:12:52.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98392026-07-04T16:12:53.377Z[ host-image] Jul 04 16:12:52.610 INFO O| Jul 04 16:12:52.610 INFO ok!
98402026-07-04T16:12:53.377Z[ host-image] Jul 04 16:12:52.610 INFO O| Jul 04 16:12:52.610 INFO STEP 19 (ensure_file) COMPLETE
98412026-07-04T16:12:53.377Z[ host-image] Jul 04 16:12:52.610 INFO O| Jul 04 16:12:52.610 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98422026-07-04T16:12:53.380Z[ host-image] Jul 04 16:12:52.615 INFO O| Jul 04 16:12:52.615 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98432026-07-04T16:12:53.380Z[ host-image] Jul 04 16:12:52.615 INFO O| Jul 04 16:12:52.615 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98442026-07-04T16:12:53.380Z[ host-image] Jul 04 16:12:52.615 INFO O| Jul 04 16:12:52.615 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98452026-07-04T16:12:53.380Z[ host-image] Jul 04 16:12:52.615 INFO O| Jul 04 16:12:52.615 INFO ok!
98462026-07-04T16:12:53.380Z[ host-image] Jul 04 16:12:52.615 INFO O| Jul 04 16:12:52.615 INFO STEP 20 (ensure_symlink) COMPLETE
98472026-07-04T16:12:53.380Z[ host-image] Jul 04 16:12:52.615 INFO O| Jul 04 16:12:52.615 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-07-04T16:12:53.384Z[ host-image] Jul 04 16:12:52.620 INFO O| Jul 04 16:12:52.620 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98492026-07-04T16:12:53.387Z[ host-image] Jul 04 16:12:52.620 INFO O| Jul 04 16:12:52.620 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98502026-07-04T16:12:53.387Z[ host-image] Jul 04 16:12:52.620 INFO O| Jul 04 16:12:52.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98512026-07-04T16:12:53.387Z[ host-image] Jul 04 16:12:52.620 INFO O| Jul 04 16:12:52.620 INFO ok!
98522026-07-04T16:12:53.387Z[ host-image] Jul 04 16:12:52.620 INFO O| Jul 04 16:12:52.620 INFO STEP 21 (ensure_symlink) COMPLETE
98532026-07-04T16:12:53.387Z[ host-image] Jul 04 16:12:52.620 INFO O| Jul 04 16:12:52.620 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98542026-07-04T16:12:53.391Z[ host-image] Jul 04 16:12:52.627 INFO O| Jul 04 16:12:52.627 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98552026-07-04T16:12:53.393Z[ host-image] Jul 04 16:12:52.627 INFO O| Jul 04 16:12:52.627 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98562026-07-04T16:12:53.393Z[ host-image] Jul 04 16:12:52.627 INFO O| Jul 04 16:12:52.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98572026-07-04T16:12:53.393Z[ host-image] Jul 04 16:12:52.627 INFO O| Jul 04 16:12:52.627 INFO ok!
98582026-07-04T16:12:53.393Z[ host-image] Jul 04 16:12:52.627 INFO O| Jul 04 16:12:52.627 INFO STEP 22 (ensure_symlink) COMPLETE
98592026-07-04T16:12:53.393Z[ host-image] Jul 04 16:12:52.627 INFO O| Jul 04 16:12:52.627 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98602026-07-04T16:12:53.396Z[ host-image] Jul 04 16:12:52.632 INFO O| Jul 04 16:12:52.632 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98612026-07-04T16:12:53.396Z[ host-image] Jul 04 16:12:52.632 INFO O| Jul 04 16:12:52.632 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98622026-07-04T16:12:53.396Z[ host-image] Jul 04 16:12:52.632 INFO O| Jul 04 16:12:52.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98632026-07-04T16:12:53.399Z[ host-image] Jul 04 16:12:52.632 INFO O| Jul 04 16:12:52.632 INFO ok!
98642026-07-04T16:12:53.399Z[ host-image] Jul 04 16:12:52.632 INFO O| Jul 04 16:12:52.632 INFO STEP 23 (ensure_symlink) COMPLETE
98652026-07-04T16:12:53.399Z[ host-image] Jul 04 16:12:52.632 INFO O| Jul 04 16:12:52.632 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98662026-07-04T16:12:53.402Z[ host-image] Jul 04 16:12:52.637 INFO O| Jul 04 16:12:52.637 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98672026-07-04T16:12:53.402Z[ host-image] Jul 04 16:12:52.637 INFO O| Jul 04 16:12:52.637 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98682026-07-04T16:12:53.402Z[ host-image] Jul 04 16:12:52.638 INFO O| Jul 04 16:12:52.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98692026-07-04T16:12:53.402Z[ host-image] Jul 04 16:12:52.638 INFO O| Jul 04 16:12:52.638 INFO ok!
98702026-07-04T16:12:53.402Z[ host-image] Jul 04 16:12:52.638 INFO O| Jul 04 16:12:52.638 INFO STEP 24 (ensure_file) COMPLETE
98712026-07-04T16:12:53.402Z[ host-image] Jul 04 16:12:52.638 INFO O| Jul 04 16:12:52.638 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98722026-07-04T16:12:53.407Z[ host-image] Jul 04 16:12:52.643 INFO O| Jul 04 16:12:52.643 INFO updating shadow file
98732026-07-04T16:12:53.410Z[ host-image] Jul 04 16:12:52.643 INFO O| Jul 04 16:12:52.643 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98742026-07-04T16:12:53.410Z[ host-image] Jul 04 16:12:52.643 INFO O| Jul 04 16:12:52.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98752026-07-04T16:12:53.410Z[ host-image] Jul 04 16:12:52.643 INFO O| Jul 04 16:12:52.643 INFO STEP 25 (shadow) COMPLETE
98762026-07-04T16:12:53.410Z[ host-image] Jul 04 16:12:52.643 INFO O| Jul 04 16:12:52.643 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-07-04T16:12:53.414Z[ host-image] Jul 04 16:12:52.650 INFO O| Jul 04 16:12:52.650 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98782026-07-04T16:12:53.414Z[ host-image] Jul 04 16:12:52.650 INFO O| Jul 04 16:12:52.650 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98792026-07-04T16:12:53.417Z[ host-image] Jul 04 16:12:52.650 INFO O| Jul 04 16:12:52.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98802026-07-04T16:12:53.417Z[ host-image] Jul 04 16:12:52.650 INFO O| Jul 04 16:12:52.650 INFO ok!
98812026-07-04T16:12:53.417Z[ host-image] Jul 04 16:12:52.650 INFO O| Jul 04 16:12:52.650 INFO STEP 26 (ensure_file) COMPLETE
98822026-07-04T16:12:53.417Z[ host-image] Jul 04 16:12:52.650 INFO O| Jul 04 16:12:52.650 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98832026-07-04T16:12:53.420Z[ host-image] Jul 04 16:12:52.655 INFO O| Jul 04 16:12:52.655 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98842026-07-04T16:12:53.420Z[ host-image] Jul 04 16:12:52.655 INFO O| Jul 04 16:12:52.655 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98852026-07-04T16:12:53.420Z[ host-image] Jul 04 16:12:52.655 INFO O| Jul 04 16:12:52.655 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98862026-07-04T16:12:53.420Z[ host-image] Jul 04 16:12:52.655 INFO O| Jul 04 16:12:52.655 INFO ok!
98872026-07-04T16:12:53.420Z[ host-image] Jul 04 16:12:52.655 INFO O| Jul 04 16:12:52.655 INFO STEP 27 (ensure_file) COMPLETE
98882026-07-04T16:12:53.420Z[ host-image] Jul 04 16:12:52.655 INFO O| Jul 04 16:12:52.655 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98892026-07-04T16:12:53.426Z[ host-image] Jul 04 16:12:52.662 INFO O| Jul 04 16:12:52.662 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98902026-07-04T16:12:53.426Z[ host-image] Jul 04 16:12:52.662 INFO O| Jul 04 16:12:52.662 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98912026-07-04T16:12:53.426Z[ host-image] Jul 04 16:12:52.662 INFO O| Jul 04 16:12:52.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98922026-07-04T16:12:53.429Z[ host-image] Jul 04 16:12:52.662 INFO O| Jul 04 16:12:52.662 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98932026-07-04T16:12:53.430Z[ host-image] Jul 04 16:12:52.662 INFO O| Jul 04 16:12:52.662 INFO ok!
98942026-07-04T16:12:53.430Z[ host-image] Jul 04 16:12:52.662 INFO O| Jul 04 16:12:52.662 INFO STEP 28 (ensure_file) COMPLETE
98952026-07-04T16:12:53.430Z[ host-image] Jul 04 16:12:52.662 INFO O| Jul 04 16:12:52.662 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98962026-07-04T16:12:53.433Z[ host-image] Jul 04 16:12:52.668 INFO O| Jul 04 16:12:52.668 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98972026-07-04T16:12:53.433Z[ host-image] Jul 04 16:12:52.668 INFO O| Jul 04 16:12:52.668 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98982026-07-04T16:12:53.433Z[ host-image] Jul 04 16:12:52.668 INFO O| Jul 04 16:12:52.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98992026-07-04T16:12:53.433Z[ host-image] Jul 04 16:12:52.668 INFO O| Jul 04 16:12:52.668 INFO ok!
99002026-07-04T16:12:53.433Z[ host-image] Jul 04 16:12:52.668 INFO O| Jul 04 16:12:52.668 INFO STEP 29 (ensure_file) COMPLETE
99012026-07-04T16:12:53.433Z[ host-image] Jul 04 16:12:52.668 INFO O| Jul 04 16:12:52.668 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-07-04T16:12:53.438Z[ host-image] Jul 04 16:12:52.674 INFO O| Jul 04 16:12:52.674 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99032026-07-04T16:12:53.440Z[ host-image] Jul 04 16:12:52.674 INFO O| Jul 04 16:12:52.674 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99042026-07-04T16:12:53.440Z[ host-image] Jul 04 16:12:52.674 INFO O| Jul 04 16:12:52.674 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99052026-07-04T16:12:53.440Z[ host-image] Jul 04 16:12:52.674 INFO O| Jul 04 16:12:52.674 INFO STEP 30 (ensure_dir) COMPLETE
99062026-07-04T16:12:53.440Z[ host-image] Jul 04 16:12:52.674 INFO O| Jul 04 16:12:52.674 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-07-04T16:12:53.443Z[ host-image] Jul 04 16:12:52.679 INFO O| Jul 04 16:12:52.679 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99082026-07-04T16:12:53.443Z[ host-image] Jul 04 16:12:52.679 INFO O| Jul 04 16:12:52.679 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99092026-07-04T16:12:53.444Z[ host-image] Jul 04 16:12:52.679 INFO O| Jul 04 16:12:52.679 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99102026-07-04T16:12:53.447Z[ host-image] Jul 04 16:12:52.679 INFO O| Jul 04 16:12:52.679 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99112026-07-04T16:12:53.447Z[ host-image] Jul 04 16:12:52.679 INFO O| Jul 04 16:12:52.679 INFO ok!
99122026-07-04T16:12:53.447Z[ host-image] Jul 04 16:12:52.679 INFO O| Jul 04 16:12:52.679 INFO STEP 31 (ensure_file) COMPLETE
99132026-07-04T16:12:53.447Z[ host-image] Jul 04 16:12:52.679 INFO O| Jul 04 16:12:52.679 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99142026-07-04T16:12:53.450Z[ host-image] Jul 04 16:12:52.685 INFO O| Jul 04 16:12:52.685 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99152026-07-04T16:12:53.450Z[ host-image] Jul 04 16:12:52.685 INFO O| Jul 04 16:12:52.685 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99162026-07-04T16:12:53.450Z[ host-image] Jul 04 16:12:52.685 INFO O| Jul 04 16:12:52.685 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99172026-07-04T16:12:53.450Z[ host-image] Jul 04 16:12:52.685 INFO O| Jul 04 16:12:52.685 INFO STEP 32 (ensure_dir) COMPLETE
99182026-07-04T16:12:53.450Z[ host-image] Jul 04 16:12:52.685 INFO O| Jul 04 16:12:52.685 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99192026-07-04T16:12:53.456Z[ host-image] Jul 04 16:12:52.691 INFO O| Jul 04 16:12:52.691 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99202026-07-04T16:12:53.456Z[ host-image] Jul 04 16:12:52.692 INFO O| Jul 04 16:12:52.691 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 ...
99212026-07-04T16:12:53.456Z[ host-image] Jul 04 16:12:52.692 INFO O| Jul 04 16:12:52.692 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
99222026-07-04T16:12:53.456Z[ host-image] Jul 04 16:12:52.692 INFO O| Jul 04 16:12:52.692 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99232026-07-04T16:12:53.459Z[ host-image] Jul 04 16:12:52.692 INFO O| Jul 04 16:12:52.692 INFO ok!
99242026-07-04T16:12:53.459Z[ host-image] Jul 04 16:12:52.692 INFO O| Jul 04 16:12:52.692 INFO STEP 33 (ensure_file) COMPLETE
99252026-07-04T16:12:53.459Z[ host-image] Jul 04 16:12:52.692 INFO O| Jul 04 16:12:52.692 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99262026-07-04T16:12:53.462Z[ host-image] Jul 04 16:12:52.698 INFO O| Jul 04 16:12:52.698 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99272026-07-04T16:12:53.462Z[ host-image] Jul 04 16:12:52.698 INFO O| Jul 04 16:12:52.698 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99282026-07-04T16:12:53.462Z[ host-image] Jul 04 16:12:52.698 INFO O| Jul 04 16:12:52.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99292026-07-04T16:12:53.462Z[ host-image] Jul 04 16:12:52.698 INFO O| Jul 04 16:12:52.698 INFO ok!
99302026-07-04T16:12:53.462Z[ host-image] Jul 04 16:12:52.698 INFO O| Jul 04 16:12:52.698 INFO STEP 34 (ensure_file) COMPLETE
99312026-07-04T16:12:53.464Z[ host-image] Jul 04 16:12:52.698 INFO O| Jul 04 16:12:52.698 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99322026-07-04T16:12:53.469Z[ host-image] Jul 04 16:12:52.705 INFO O| Jul 04 16:12:52.705 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99332026-07-04T16:12:53.469Z[ host-image] Jul 04 16:12:52.705 INFO O| Jul 04 16:12:52.705 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99342026-07-04T16:12:53.472Z[ host-image] Jul 04 16:12:52.705 INFO O| Jul 04 16:12:52.705 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99352026-07-04T16:12:53.472Z[ host-image] Jul 04 16:12:52.705 INFO O| Jul 04 16:12:52.705 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99362026-07-04T16:12:53.472Z[ host-image] Jul 04 16:12:52.705 INFO O| Jul 04 16:12:52.705 INFO ok!
99372026-07-04T16:12:53.472Z[ host-image] Jul 04 16:12:52.705 INFO O| Jul 04 16:12:52.705 INFO STEP 35 (ensure_file) COMPLETE
99382026-07-04T16:12:53.472Z[ host-image] Jul 04 16:12:52.705 INFO O| Jul 04 16:12:52.705 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99392026-07-04T16:12:53.475Z[ host-image] Jul 04 16:12:52.711 INFO O| Jul 04 16:12:52.710 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99402026-07-04T16:12:53.475Z[ host-image] Jul 04 16:12:52.711 INFO O| Jul 04 16:12:52.711 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99412026-07-04T16:12:53.475Z[ host-image] Jul 04 16:12:52.711 INFO O| Jul 04 16:12:52.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99422026-07-04T16:12:53.475Z[ host-image] Jul 04 16:12:52.711 INFO O| Jul 04 16:12:52.711 INFO ok!
99432026-07-04T16:12:53.475Z[ host-image] Jul 04 16:12:52.711 INFO O| Jul 04 16:12:52.711 INFO STEP 36 (ensure_file) COMPLETE
99442026-07-04T16:12:53.475Z[ host-image] Jul 04 16:12:52.711 INFO O| Jul 04 16:12:52.711 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99452026-07-04T16:12:53.481Z[ host-image] Jul 04 16:12:52.717 INFO O| Jul 04 16:12:52.717 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99462026-07-04T16:12:53.481Z[ host-image] Jul 04 16:12:52.717 INFO O| Jul 04 16:12:52.717 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99472026-07-04T16:12:53.484Z[ host-image] Jul 04 16:12:52.717 INFO O| Jul 04 16:12:52.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99482026-07-04T16:12:53.484Z[ host-image] Jul 04 16:12:52.717 INFO O| Jul 04 16:12:52.717 INFO ok!
99492026-07-04T16:12:53.484Z[ host-image] Jul 04 16:12:52.717 INFO O| Jul 04 16:12:52.717 INFO STEP 37 (ensure_file) COMPLETE
99502026-07-04T16:12:53.484Z[ host-image] Jul 04 16:12:52.717 INFO O| Jul 04 16:12:52.717 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99512026-07-04T16:12:53.488Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99522026-07-04T16:12:53.488Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99532026-07-04T16:12:53.488Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99542026-07-04T16:12:53.492Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99552026-07-04T16:12:53.493Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99562026-07-04T16:12:53.493Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99572026-07-04T16:12:53.493Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO ok!
99582026-07-04T16:12:53.493Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO STEP 38 (ensure_file) COMPLETE
99592026-07-04T16:12:53.493Z[ host-image] Jul 04 16:12:52.724 INFO O| Jul 04 16:12:52.724 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99602026-07-04T16:12:53.496Z[ host-image] Jul 04 16:12:52.729 INFO O| Jul 04 16:12:52.729 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99612026-07-04T16:12:53.496Z[ host-image] Jul 04 16:12:52.729 INFO O| Jul 04 16:12:52.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99622026-07-04T16:12:53.496Z[ host-image] Jul 04 16:12:52.729 INFO O| Jul 04 16:12:52.729 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99632026-07-04T16:12:53.496Z[ host-image] Jul 04 16:12:52.729 INFO O| Jul 04 16:12:52.729 INFO STEP 39 (ensure_dir) COMPLETE
99642026-07-04T16:12:53.497Z[ host-image] Jul 04 16:12:52.729 INFO O| Jul 04 16:12:52.729 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99652026-07-04T16:12:53.500Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 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
99662026-07-04T16:12:53.500Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 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 ...
99672026-07-04T16:12:53.503Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 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
99682026-07-04T16:12:53.503Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 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
99692026-07-04T16:12:53.503Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 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
99702026-07-04T16:12:53.503Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 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
99712026-07-04T16:12:53.503Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 INFO ok!
99722026-07-04T16:12:53.503Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 INFO STEP 40 (ensure_file) COMPLETE
99732026-07-04T16:12:53.503Z[ host-image] Jul 04 16:12:52.736 INFO O| Jul 04 16:12:52.736 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99742026-07-04T16:12:53.506Z[ host-image] Jul 04 16:12:52.742 INFO O| Jul 04 16:12:52.742 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99752026-07-04T16:12:53.506Z[ host-image] Jul 04 16:12:52.742 INFO O| Jul 04 16:12:52.742 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 ...
99762026-07-04T16:12:53.506Z[ host-image] Jul 04 16:12:52.742 INFO O| Jul 04 16:12:52.742 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99772026-07-04T16:12:53.506Z[ host-image] Jul 04 16:12:52.742 INFO O| Jul 04 16:12:52.742 INFO ok!
99782026-07-04T16:12:53.506Z[ host-image] Jul 04 16:12:52.742 INFO O| Jul 04 16:12:52.742 INFO STEP 41 (ensure_symlink) COMPLETE
99792026-07-04T16:12:53.506Z[ host-image] Jul 04 16:12:52.742 INFO O| Jul 04 16:12:52.742 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99802026-07-04T16:12:53.512Z[ host-image] Jul 04 16:12:52.748 INFO O| Jul 04 16:12:52.748 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99812026-07-04T16:12:53.512Z[ host-image] Jul 04 16:12:52.748 INFO O| Jul 04 16:12:52.748 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99822026-07-04T16:12:53.514Z[ host-image] Jul 04 16:12:52.748 INFO O| Jul 04 16:12:52.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99832026-07-04T16:12:53.514Z[ host-image] Jul 04 16:12:52.748 INFO O| Jul 04 16:12:52.748 INFO ok!
99842026-07-04T16:12:53.514Z[ host-image] Jul 04 16:12:52.748 INFO O| Jul 04 16:12:52.748 INFO STEP 42 (ensure_symlink) COMPLETE
99852026-07-04T16:12:53.514Z[ host-image] Jul 04 16:12:52.748 INFO O| Jul 04 16:12:52.748 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99862026-07-04T16:12:53.517Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99872026-07-04T16:12:53.517Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99882026-07-04T16:12:53.518Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99892026-07-04T16:12:53.518Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99902026-07-04T16:12:53.518Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99912026-07-04T16:12:53.518Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99922026-07-04T16:12:53.520Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO ok!
99932026-07-04T16:12:53.520Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO STEP 43 (ensure_file) COMPLETE
99942026-07-04T16:12:53.521Z[ host-image] Jul 04 16:12:52.753 INFO O| Jul 04 16:12:52.753 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99952026-07-04T16:12:53.524Z[ host-image] Jul 04 16:12:52.760 INFO O| Jul 04 16:12:52.760 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99962026-07-04T16:12:53.524Z[ host-image] Jul 04 16:12:52.760 INFO O| Jul 04 16:12:52.760 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 ...
99972026-07-04T16:12:53.524Z[ host-image] Jul 04 16:12:52.760 INFO O| Jul 04 16:12:52.760 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
99982026-07-04T16:12:53.528Z[ host-image] Jul 04 16:12:52.760 INFO O| Jul 04 16:12:52.760 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99992026-07-04T16:12:53.528Z[ host-image] Jul 04 16:12:52.760 INFO O| Jul 04 16:12:52.760 INFO ok!
100002026-07-04T16:12:53.528Z[ host-image] Jul 04 16:12:52.760 INFO O| Jul 04 16:12:52.760 INFO STEP 44 (ensure_file) COMPLETE
100012026-07-04T16:12:53.528Z[ host-image] Jul 04 16:12:52.760 INFO O| Jul 04 16:12:52.760 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100022026-07-04T16:12:53.531Z[ host-image] Jul 04 16:12:52.767 INFO O| Jul 04 16:12:52.767 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100032026-07-04T16:12:53.531Z[ host-image] Jul 04 16:12:52.767 INFO O| Jul 04 16:12:52.767 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100042026-07-04T16:12:53.531Z[ host-image] Jul 04 16:12:52.767 INFO O| Jul 04 16:12:52.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100052026-07-04T16:12:53.531Z[ host-image] Jul 04 16:12:52.767 INFO O| Jul 04 16:12:52.767 INFO ok!
100062026-07-04T16:12:53.531Z[ host-image] Jul 04 16:12:52.767 INFO O| Jul 04 16:12:52.767 INFO STEP 45 (ensure_file) COMPLETE
100072026-07-04T16:12:53.531Z[ host-image] Jul 04 16:12:52.767 INFO O| Jul 04 16:12:52.767 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100082026-07-04T16:12:53.537Z[ host-image] Jul 04 16:12:52.773 INFO O| Jul 04 16:12:52.773 INFO updating shadow file
100092026-07-04T16:12:53.539Z[ host-image] Jul 04 16:12:52.773 INFO O| Jul 04 16:12:52.773 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100102026-07-04T16:12:53.539Z[ host-image] Jul 04 16:12:52.773 INFO O| Jul 04 16:12:52.773 INFO STEP 46 (shadow) COMPLETE
100112026-07-04T16:12:53.540Z[ host-image] Jul 04 16:12:52.773 INFO O| Jul 04 16:12:52.773 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100122026-07-04T16:12:53.542Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100132026-07-04T16:12:53.542Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100142026-07-04T16:12:53.543Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100152026-07-04T16:12:53.543Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100162026-07-04T16:12:53.543Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO ok!
100172026-07-04T16:12:53.543Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO STEP 47 (ensure_file) COMPLETE
100182026-07-04T16:12:53.543Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100192026-07-04T16:12:53.546Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO skip step because feature "mfg" is not enabled
100202026-07-04T16:12:53.546Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100212026-07-04T16:12:53.546Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO skip step because feature "mfg" is not enabled
100222026-07-04T16:12:53.546Z[ host-image] Jul 04 16:12:52.778 INFO O| Jul 04 16:12:52.778 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-07-04T16:12:53.548Z[ host-image] Jul 04 16:12:52.784 INFO O| Jul 04 16:12:52.784 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100242026-07-04T16:12:53.549Z[ host-image] Jul 04 16:12:52.784 INFO O| Jul 04 16:12:52.784 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100252026-07-04T16:12:53.570Z[ host-image] Jul 04 16:12:52.806 INFO O| Jul 04 16:12:52.806 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100262026-07-04T16:12:53.570Z[ host-image] Jul 04 16:12:52.806 INFO O| Jul 04 16:12:52.806 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100272026-07-04T16:12:53.573Z[ host-image] Jul 04 16:12:52.806 INFO O| Jul 04 16:12:52.806 INFO ok!
100282026-07-04T16:12:53.573Z[ host-image] Jul 04 16:12:52.806 INFO O| Jul 04 16:12:52.806 INFO STEP 50 (ensure_file) COMPLETE
100292026-07-04T16:12:53.573Z[ host-image] Jul 04 16:12:52.806 INFO O| Jul 04 16:12:52.806 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100302026-07-04T16:12:53.573Z[ host-image] Jul 04 16:12:52.806 INFO O| Jul 04 16:12:52.806 INFO skip step because feature "compliance" is not enabled
100312026-07-04T16:12:53.573Z[ host-image] Jul 04 16:12:52.806 INFO O| Jul 04 16:12:52.806 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100322026-07-04T16:12:53.579Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100332026-07-04T16:12:53.579Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100342026-07-04T16:12:53.582Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100352026-07-04T16:12:53.582Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100362026-07-04T16:12:53.582Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100372026-07-04T16:12:53.582Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100382026-07-04T16:12:53.582Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO ok!
100392026-07-04T16:12:53.582Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO STEP 52 (ensure_file) COMPLETE
100402026-07-04T16:12:53.582Z[ host-image] Jul 04 16:12:52.813 INFO O| Jul 04 16:12:52.813 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100412026-07-04T16:12:53.585Z[ host-image] Jul 04 16:12:52.819 INFO O| Jul 04 16:12:52.819 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100422026-07-04T16:12:53.585Z[ host-image] Jul 04 16:12:52.819 INFO O| Jul 04 16:12:52.819 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 ...
100432026-07-04T16:12:53.585Z[ host-image] Jul 04 16:12:52.819 INFO O| Jul 04 16:12:52.819 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
100442026-07-04T16:12:53.588Z[ host-image] Jul 04 16:12:52.819 INFO O| Jul 04 16:12:52.819 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100452026-07-04T16:12:53.588Z[ host-image] Jul 04 16:12:52.819 INFO O| Jul 04 16:12:52.819 INFO ok!
100462026-07-04T16:12:53.588Z[ host-image] Jul 04 16:12:52.819 INFO O| Jul 04 16:12:52.819 INFO STEP 53 (ensure_file) COMPLETE
100472026-07-04T16:12:53.588Z[ host-image] Jul 04 16:12:52.819 INFO O| Jul 04 16:12:52.819 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100482026-07-04T16:12:53.591Z[ host-image] Jul 04 16:12:52.824 INFO O| Jul 04 16:12:52.824 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100492026-07-04T16:12:53.591Z[ host-image] Jul 04 16:12:52.824 INFO O| Jul 04 16:12:52.824 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 ...
100502026-07-04T16:12:53.591Z[ host-image] Jul 04 16:12:52.824 INFO O| Jul 04 16:12:52.824 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100512026-07-04T16:12:53.592Z[ host-image] Jul 04 16:12:52.824 INFO O| Jul 04 16:12:52.824 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100522026-07-04T16:12:53.592Z[ host-image] Jul 04 16:12:52.824 INFO O| Jul 04 16:12:52.824 INFO ok!
100532026-07-04T16:12:53.592Z[ host-image] Jul 04 16:12:52.824 INFO O| Jul 04 16:12:52.824 INFO STEP 54 (ensure_file) COMPLETE
100542026-07-04T16:12:53.592Z[ host-image] Jul 04 16:12:52.824 INFO O| Jul 04 16:12:52.824 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100552026-07-04T16:12:53.595Z[ host-image] Jul 04 16:12:52.831 INFO O| Jul 04 16:12:52.831 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100562026-07-04T16:12:53.595Z[ host-image] Jul 04 16:12:52.831 INFO O| Jul 04 16:12:52.831 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 ...
100572026-07-04T16:12:53.598Z[ host-image] Jul 04 16:12:52.831 INFO O| Jul 04 16:12:52.831 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
100582026-07-04T16:12:53.599Z[ host-image] Jul 04 16:12:52.831 INFO O| Jul 04 16:12:52.831 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100592026-07-04T16:12:53.599Z[ host-image] Jul 04 16:12:52.831 INFO O| Jul 04 16:12:52.831 INFO ok!
100602026-07-04T16:12:53.599Z[ host-image] Jul 04 16:12:52.831 INFO O| Jul 04 16:12:52.831 INFO STEP 55 (ensure_file) COMPLETE
100612026-07-04T16:12:53.599Z[ host-image] Jul 04 16:12:52.831 INFO O| Jul 04 16:12:52.831 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100622026-07-04T16:12:53.602Z[ host-image] Jul 04 16:12:52.837 INFO O| Jul 04 16:12:52.837 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100632026-07-04T16:12:53.602Z[ host-image] Jul 04 16:12:52.837 INFO O| Jul 04 16:12:52.837 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 ...
100642026-07-04T16:12:53.602Z[ host-image] Jul 04 16:12:52.837 INFO O| Jul 04 16:12:52.837 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100652026-07-04T16:12:53.602Z[ host-image] Jul 04 16:12:52.837 INFO O| Jul 04 16:12:52.837 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100662026-07-04T16:12:53.602Z[ host-image] Jul 04 16:12:52.837 INFO O| Jul 04 16:12:52.837 INFO ok!
100672026-07-04T16:12:53.602Z[ host-image] Jul 04 16:12:52.837 INFO O| Jul 04 16:12:52.837 INFO STEP 56 (ensure_file) COMPLETE
100682026-07-04T16:12:53.602Z[ host-image] Jul 04 16:12:52.837 INFO O| Jul 04 16:12:52.837 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-07-04T16:12:53.608Z[ host-image] Jul 04 16:12:52.844 INFO O| Jul 04 16:12:52.844 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100702026-07-04T16:12:53.608Z[ host-image] Jul 04 16:12:52.844 INFO O| Jul 04 16:12:52.844 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 ...
100712026-07-04T16:12:53.611Z[ host-image] Jul 04 16:12:52.844 INFO O| Jul 04 16:12:52.844 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
100722026-07-04T16:12:53.612Z[ host-image] Jul 04 16:12:52.844 INFO O| Jul 04 16:12:52.844 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100732026-07-04T16:12:53.612Z[ host-image] Jul 04 16:12:52.844 INFO O| Jul 04 16:12:52.844 INFO ok!
100742026-07-04T16:12:53.612Z[ host-image] Jul 04 16:12:52.844 INFO O| Jul 04 16:12:52.844 INFO STEP 57 (ensure_file) COMPLETE
100752026-07-04T16:12:53.612Z[ host-image] Jul 04 16:12:52.844 INFO O| Jul 04 16:12:52.844 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100772026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 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 ...
100782026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100792026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100802026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100812026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100822026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO ok!
100832026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO STEP 58 (ensure_file) COMPLETE
100842026-07-04T16:12:53.615Z[ host-image] Jul 04 16:12:52.850 INFO O| Jul 04 16:12:52.850 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100852026-07-04T16:12:53.621Z[ host-image] Jul 04 16:12:52.857 INFO O| Jul 04 16:12:52.857 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100862026-07-04T16:12:53.624Z[ host-image] Jul 04 16:12:52.857 INFO O| Jul 04 16:12:52.857 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 ...
100872026-07-04T16:12:53.624Z[ host-image] Jul 04 16:12:52.857 INFO O| Jul 04 16:12:52.857 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
100882026-07-04T16:12:53.624Z[ host-image] Jul 04 16:12:52.857 INFO O| Jul 04 16:12:52.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100892026-07-04T16:12:53.624Z[ host-image] Jul 04 16:12:52.857 INFO O| Jul 04 16:12:52.857 INFO ok!
100902026-07-04T16:12:53.624Z[ host-image] Jul 04 16:12:52.857 INFO O| Jul 04 16:12:52.857 INFO STEP 59 (ensure_file) COMPLETE
100912026-07-04T16:12:53.624Z[ host-image] Jul 04 16:12:52.857 INFO O| Jul 04 16:12:52.857 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100922026-07-04T16:12:53.627Z[ host-image] Jul 04 16:12:52.863 INFO O| Jul 04 16:12:52.863 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100932026-07-04T16:12:53.627Z[ host-image] Jul 04 16:12:52.863 INFO O| Jul 04 16:12:52.863 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100942026-07-04T16:12:53.627Z[ host-image] Jul 04 16:12:52.863 INFO O| Jul 04 16:12:52.863 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100952026-07-04T16:12:53.630Z[ host-image] Jul 04 16:12:52.863 INFO O| Jul 04 16:12:52.863 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100962026-07-04T16:12:53.630Z[ host-image] Jul 04 16:12:52.863 INFO O| Jul 04 16:12:52.863 INFO ok!
100972026-07-04T16:12:53.630Z[ host-image] Jul 04 16:12:52.863 INFO O| Jul 04 16:12:52.863 INFO STEP 60 (ensure_file) COMPLETE
100982026-07-04T16:12:53.630Z[ host-image] Jul 04 16:12:52.863 INFO O| Jul 04 16:12:52.863 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100992026-07-04T16:12:53.634Z[ host-image] Jul 04 16:12:52.870 INFO O| Jul 04 16:12:52.870 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101002026-07-04T16:12:53.637Z[ host-image] Jul 04 16:12:52.870 INFO O| Jul 04 16:12:52.870 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 ...
101012026-07-04T16:12:53.637Z[ host-image] Jul 04 16:12:52.870 INFO O| Jul 04 16:12:52.870 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
101022026-07-04T16:12:53.637Z[ host-image] Jul 04 16:12:52.870 INFO O| Jul 04 16:12:52.870 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101032026-07-04T16:12:53.637Z[ host-image] Jul 04 16:12:52.870 INFO O| Jul 04 16:12:52.870 INFO ok!
101042026-07-04T16:12:53.638Z[ host-image] Jul 04 16:12:52.870 INFO O| Jul 04 16:12:52.870 INFO STEP 61 (ensure_file) COMPLETE
101052026-07-04T16:12:53.638Z[ host-image] Jul 04 16:12:52.870 INFO O| Jul 04 16:12:52.870 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101062026-07-04T16:12:53.640Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101072026-07-04T16:12:53.640Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101082026-07-04T16:12:53.643Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101092026-07-04T16:12:53.643Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101102026-07-04T16:12:53.643Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101112026-07-04T16:12:53.643Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101122026-07-04T16:12:53.643Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO ok!
101132026-07-04T16:12:53.643Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO STEP 62 (ensure_file) COMPLETE
101142026-07-04T16:12:53.643Z[ host-image] Jul 04 16:12:52.876 INFO O| Jul 04 16:12:52.876 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101152026-07-04T16:12:53.699Z[ host-image] Jul 04 16:12:52.883 INFO O| Jul 04 16:12:52.883 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101162026-07-04T16:12:53.699Z[ host-image] Jul 04 16:12:52.883 INFO O| Jul 04 16:12:52.883 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 ...
101172026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.883 INFO O| Jul 04 16:12:52.883 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
101182026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.883 INFO O| Jul 04 16:12:52.883 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101192026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.883 INFO O| Jul 04 16:12:52.883 INFO ok!
101202026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.883 INFO O| Jul 04 16:12:52.883 INFO STEP 63 (ensure_file) COMPLETE
101212026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.883 INFO O| Jul 04 16:12:52.883 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101222026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.889 INFO O| Jul 04 16:12:52.888 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101232026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.889 INFO O| Jul 04 16:12:52.889 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 ...
101242026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.889 INFO O| Jul 04 16:12:52.889 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
101252026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.889 INFO O| Jul 04 16:12:52.889 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101262026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.889 INFO O| Jul 04 16:12:52.889 INFO ok!
101272026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.889 INFO O| Jul 04 16:12:52.889 INFO STEP 64 (ensure_file) COMPLETE
101282026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.889 INFO O| Jul 04 16:12:52.889 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101292026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101302026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 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 ...
101312026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 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
101322026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101332026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 INFO ok!
101342026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 INFO STEP 65 (ensure_file) COMPLETE
101352026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101362026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 INFO skip step because feature "mbist" is not enabled
101372026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.895 INFO O| Jul 04 16:12:52.895 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101382026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.900 INFO O| Jul 04 16:12:52.900 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101392026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.900 INFO O| Jul 04 16:12:52.900 INFO STEP 67 (ensure_dir) COMPLETE
101402026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.900 INFO O| Jul 04 16:12:52.900 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101412026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.906 INFO O| Jul 04 16:12:52.906 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101422026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.906 INFO O| Jul 04 16:12:52.906 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101432026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.906 INFO O| Jul 04 16:12:52.906 INFO STEP 68 (ensure_dir) COMPLETE
101442026-07-04T16:12:53.700Z[ host-image] Jul 04 16:12:52.906 INFO O| Jul 04 16:12:52.906 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101452026-07-04T16:12:53.701Z[ host-image] Jul 04 16:12:52.912 INFO O| Jul 04 16:12:52.912 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101462026-07-04T16:12:53.701Z[ host-image] Jul 04 16:12:52.912 INFO O| Jul 04 16:12:52.912 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101472026-07-04T16:12:53.701Z[ host-image] Jul 04 16:12:52.912 INFO O| Jul 04 16:12:52.912 INFO STEP 69 (ensure_dir) COMPLETE
101482026-07-04T16:12:53.701Z[ host-image] Jul 04 16:12:52.912 INFO O| Jul 04 16:12:52.912 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-07-04T16:12:53.701Z[ host-image] Jul 04 16:12:52.918 INFO O| Jul 04 16:12:52.918 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101502026-07-04T16:12:53.701Z[ host-image] Jul 04 16:12:52.918 INFO O| Jul 04 16:12:52.918 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101512026-07-04T16:12:54.247Z[ host-image] Jul 04 16:12:53.483 INFO O| Jul 04 16:12:53.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101522026-07-04T16:12:54.247Z[ host-image] Jul 04 16:12:53.483 INFO O| Jul 04 16:12:53.483 INFO ok!
101532026-07-04T16:12:54.247Z[ host-image] Jul 04 16:12:53.483 INFO O| Jul 04 16:12:53.483 INFO STEP 70 (ensure_file) COMPLETE
101542026-07-04T16:12:54.250Z[ host-image] Jul 04 16:12:53.483 INFO O| Jul 04 16:12:53.483 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101552026-07-04T16:12:54.255Z[ host-image] Jul 04 16:12:53.491 INFO O| Jul 04 16:12:53.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101562026-07-04T16:12:54.255Z[ host-image] Jul 04 16:12:53.491 INFO O| Jul 04 16:12:53.491 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101572026-07-04T16:12:54.740Z[ host-image] Jul 04 16:12:53.976 INFO O| Jul 04 16:12:53.976 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101582026-07-04T16:12:54.740Z[ host-image] Jul 04 16:12:53.976 INFO O| Jul 04 16:12:53.976 INFO ok!
101592026-07-04T16:12:54.740Z[ host-image] Jul 04 16:12:53.976 INFO O| Jul 04 16:12:53.976 INFO STEP 71 (ensure_file) COMPLETE
101602026-07-04T16:12:54.744Z[ host-image] Jul 04 16:12:53.976 INFO O| Jul 04 16:12:53.976 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101612026-07-04T16:12:54.750Z[ host-image] Jul 04 16:12:53.986 INFO O| Jul 04 16:12:53.986 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101622026-07-04T16:12:54.753Z[ host-image] Jul 04 16:12:53.986 INFO O| Jul 04 16:12:53.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101632026-07-04T16:12:54.753Z[ host-image] Jul 04 16:12:53.986 INFO O| Jul 04 16:12:53.986 INFO STEP 72 (ensure_dir) COMPLETE
101642026-07-04T16:12:54.753Z[ host-image] Jul 04 16:12:53.986 INFO O| Jul 04 16:12:53.986 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-07-04T16:12:54.757Z[ host-image] Jul 04 16:12:53.993 INFO O| Jul 04 16:12:53.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101662026-07-04T16:12:54.760Z[ host-image] Jul 04 16:12:53.993 INFO O| Jul 04 16:12:53.993 INFO copying /tmp/.tmpsXpZXY/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 ...
101672026-07-04T16:12:54.760Z[ host-image] Jul 04 16:12:53.993 INFO O| Jul 04 16:12:53.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101682026-07-04T16:12:54.760Z[ host-image] Jul 04 16:12:53.993 INFO O| Jul 04 16:12:53.993 INFO ok!
101692026-07-04T16:12:54.760Z[ host-image] Jul 04 16:12:53.993 INFO O| Jul 04 16:12:53.993 INFO STEP 73 (ensure_file) COMPLETE
101702026-07-04T16:12:54.760Z[ host-image] Jul 04 16:12:53.993 INFO O| Jul 04 16:12:53.993 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101712026-07-04T16:12:54.763Z[ host-image] Jul 04 16:12:53.999 INFO O| Jul 04 16:12:53.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101722026-07-04T16:12:54.766Z[ host-image] Jul 04 16:12:53.999 INFO O| Jul 04 16:12:53.999 INFO copying /tmp/.tmpsXpZXY/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 ...
101732026-07-04T16:12:54.766Z[ host-image] Jul 04 16:12:54.000 INFO O| Jul 04 16:12:53.999 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101742026-07-04T16:12:54.766Z[ host-image] Jul 04 16:12:54.000 INFO O| Jul 04 16:12:53.999 INFO ok!
101752026-07-04T16:12:54.767Z[ host-image] Jul 04 16:12:54.000 INFO O| Jul 04 16:12:54.000 INFO STEP 74 (ensure_file) COMPLETE
101762026-07-04T16:12:54.767Z[ host-image] Jul 04 16:12:54.000 INFO O| Jul 04 16:12:54.000 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-07-04T16:12:54.772Z[ host-image] Jul 04 16:12:54.008 INFO O| Jul 04 16:12:54.007 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101782026-07-04T16:12:54.772Z[ host-image] Jul 04 16:12:54.008 INFO O| Jul 04 16:12:54.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101792026-07-04T16:12:54.774Z[ host-image] Jul 04 16:12:54.008 INFO O| Jul 04 16:12:54.008 INFO STEP 75 (ensure_dir) COMPLETE
101802026-07-04T16:12:54.774Z[ host-image] Jul 04 16:12:54.008 INFO O| Jul 04 16:12:54.008 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-07-04T16:12:54.779Z[ host-image] Jul 04 16:12:54.015 INFO O| Jul 04 16:12:54.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101822026-07-04T16:12:54.779Z[ host-image] Jul 04 16:12:54.015 INFO O| Jul 04 16:12:54.015 INFO copying /tmp/.tmpsXpZXY/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 ...
101832026-07-04T16:12:54.782Z[ host-image] Jul 04 16:12:54.015 INFO O| Jul 04 16:12:54.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101842026-07-04T16:12:54.782Z[ host-image] Jul 04 16:12:54.015 INFO O| Jul 04 16:12:54.015 INFO ok!
101852026-07-04T16:12:54.782Z[ host-image] Jul 04 16:12:54.015 INFO O| Jul 04 16:12:54.015 INFO STEP 76 (ensure_file) COMPLETE
101862026-07-04T16:12:54.782Z[ host-image] Jul 04 16:12:54.015 INFO O| Jul 04 16:12:54.015 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101872026-07-04T16:12:54.785Z[ host-image] Jul 04 16:12:54.021 INFO O| Jul 04 16:12:54.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101882026-07-04T16:12:54.785Z[ host-image] Jul 04 16:12:54.021 INFO O| Jul 04 16:12:54.021 INFO copying /tmp/.tmpsXpZXY/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 ...
101892026-07-04T16:12:54.785Z[ host-image] Jul 04 16:12:54.021 INFO O| Jul 04 16:12:54.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101902026-07-04T16:12:54.785Z[ host-image] Jul 04 16:12:54.021 INFO O| Jul 04 16:12:54.021 INFO ok!
101912026-07-04T16:12:54.788Z[ host-image] Jul 04 16:12:54.021 INFO O| Jul 04 16:12:54.021 INFO STEP 77 (ensure_file) COMPLETE
101922026-07-04T16:12:54.788Z[ host-image] Jul 04 16:12:54.021 INFO O| Jul 04 16:12:54.021 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101932026-07-04T16:12:54.792Z[ host-image] Jul 04 16:12:54.028 INFO O| Jul 04 16:12:54.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101942026-07-04T16:12:54.792Z[ host-image] Jul 04 16:12:54.028 INFO O| Jul 04 16:12:54.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101952026-07-04T16:12:54.795Z[ host-image] Jul 04 16:12:54.028 INFO O| Jul 04 16:12:54.028 INFO STEP 78 (ensure_dir) COMPLETE
101962026-07-04T16:12:54.795Z[ host-image] Jul 04 16:12:54.028 INFO O| Jul 04 16:12:54.028 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-07-04T16:12:54.798Z[ host-image] Jul 04 16:12:54.034 INFO O| Jul 04 16:12:54.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101982026-07-04T16:12:54.799Z[ host-image] Jul 04 16:12:54.034 INFO O| Jul 04 16:12:54.034 INFO copying /tmp/.tmpsXpZXY/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 ...
101992026-07-04T16:12:54.801Z[ host-image] Jul 04 16:12:54.035 INFO O| Jul 04 16:12:54.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102002026-07-04T16:12:54.801Z[ host-image] Jul 04 16:12:54.035 INFO O| Jul 04 16:12:54.034 INFO ok!
102012026-07-04T16:12:54.801Z[ host-image] Jul 04 16:12:54.035 INFO O| Jul 04 16:12:54.035 INFO STEP 79 (ensure_file) COMPLETE
102022026-07-04T16:12:54.801Z[ host-image] Jul 04 16:12:54.035 INFO O| Jul 04 16:12:54.035 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102032026-07-04T16:12:54.805Z[ host-image] Jul 04 16:12:54.041 INFO O| Jul 04 16:12:54.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102042026-07-04T16:12:54.805Z[ host-image] Jul 04 16:12:54.041 INFO O| Jul 04 16:12:54.041 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102052026-07-04T16:12:54.808Z[ host-image] Jul 04 16:12:54.041 INFO O| Jul 04 16:12:54.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102062026-07-04T16:12:54.808Z[ host-image] Jul 04 16:12:54.041 INFO O| Jul 04 16:12:54.041 INFO ok!
102072026-07-04T16:12:54.808Z[ host-image] Jul 04 16:12:54.041 INFO O| Jul 04 16:12:54.041 INFO STEP 80 (ensure_file) COMPLETE
102082026-07-04T16:12:54.808Z[ host-image] Jul 04 16:12:54.041 INFO O| Jul 04 16:12:54.041 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102092026-07-04T16:12:54.811Z[ host-image] Jul 04 16:12:54.046 INFO O| Jul 04 16:12:54.046 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102102026-07-04T16:12:54.812Z[ host-image] Jul 04 16:12:54.046 INFO O| Jul 04 16:12:54.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102112026-07-04T16:12:54.812Z[ host-image] Jul 04 16:12:54.046 INFO O| Jul 04 16:12:54.046 INFO STEP 81 (ensure_dir) COMPLETE
102122026-07-04T16:12:54.812Z[ host-image] Jul 04 16:12:54.046 INFO O| Jul 04 16:12:54.046 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-07-04T16:12:54.816Z[ host-image] Jul 04 16:12:54.052 INFO O| Jul 04 16:12:54.052 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102142026-07-04T16:12:54.816Z[ host-image] Jul 04 16:12:54.052 INFO O| Jul 04 16:12:54.052 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102152026-07-04T16:12:55.049Z[ host-image] Jul 04 16:12:54.283 INFO O| Jul 04 16:12:54.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102162026-07-04T16:12:55.050Z[ host-image] Jul 04 16:12:54.283 INFO O| Jul 04 16:12:54.283 INFO ok!
102172026-07-04T16:12:55.050Z[ host-image] Jul 04 16:12:54.283 INFO O| Jul 04 16:12:54.283 INFO STEP 82 (ensure_file) COMPLETE
102182026-07-04T16:12:55.053Z[ host-image] Jul 04 16:12:54.283 INFO O| Jul 04 16:12:54.283 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-07-04T16:12:55.055Z[ host-image] Jul 04 16:12:54.291 INFO O| Jul 04 16:12:54.291 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102202026-07-04T16:12:55.056Z[ host-image] Jul 04 16:12:54.291 INFO O| Jul 04 16:12:54.291 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102212026-07-04T16:12:55.240Z[ recovery-image] Jul 04 16:12:54.474 INFO creating reset image...
102222026-07-04T16:12:55.240Z[ recovery-image] Jul 04 16:12:54.474 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")
102232026-07-04T16:12:55.498Z[ recovery-image] Jul 04 16:12:54.733 INFO E| Updating crates.io index
102242026-07-04T16:12:55.528Z[ host-image] Jul 04 16:12:54.764 INFO O| Jul 04 16:12:54.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102252026-07-04T16:12:55.528Z[ host-image] Jul 04 16:12:54.764 INFO O| Jul 04 16:12:54.764 INFO ok!
102262026-07-04T16:12:55.531Z[ host-image] Jul 04 16:12:54.764 INFO O| Jul 04 16:12:54.764 INFO STEP 83 (ensure_file) COMPLETE
102272026-07-04T16:12:55.531Z[ host-image] Jul 04 16:12:54.764 INFO O| Jul 04 16:12:54.764 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102282026-07-04T16:12:55.536Z[ host-image] Jul 04 16:12:54.772 INFO O| Jul 04 16:12:54.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102292026-07-04T16:12:55.537Z[ host-image] Jul 04 16:12:54.772 INFO O| Jul 04 16:12:54.772 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102302026-07-04T16:12:55.744Z[ recovery-image] Jul 04 16:12:54.977 INFO E| Downloading crates ...
102312026-07-04T16:12:55.793Z[ recovery-image] Jul 04 16:12:55.028 INFO E| Downloaded sigchld v0.2.4
102322026-07-04T16:12:55.796Z[ recovery-image] Jul 04 16:12:55.029 INFO E| Downloaded shared_child v1.1.1
102332026-07-04T16:12:55.796Z[ recovery-image] Jul 04 16:12:55.031 INFO E| Downloaded colorchoice v1.0.5
102342026-07-04T16:12:55.799Z[ recovery-image] Jul 04 16:12:55.034 INFO E| Downloaded os_pipe v1.2.3
102352026-07-04T16:12:55.801Z[ recovery-image] Jul 04 16:12:55.035 INFO E| Downloaded clap_lex v1.1.0
102362026-07-04T16:12:55.801Z[ recovery-image] Jul 04 16:12:55.036 INFO E| Downloaded shared_thread v0.2.0
102372026-07-04T16:12:55.804Z[ recovery-image] Jul 04 16:12:55.038 INFO E| Downloaded duct v1.1.1
102382026-07-04T16:12:55.841Z[ recovery-image] Jul 04 16:12:55.076 INFO E| Compiling libc v0.2.186
102392026-07-04T16:12:55.843Z[ recovery-image] Jul 04 16:12:55.077 INFO E| Compiling proc-macro2 v1.0.106
102402026-07-04T16:12:55.871Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling signal-hook v0.3.18
102412026-07-04T16:12:55.871Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling unicode-ident v1.0.24
102422026-07-04T16:12:55.871Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling quote v1.0.45
102432026-07-04T16:12:55.874Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling utf8parse v0.2.2
102442026-07-04T16:12:55.874Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling colorchoice v1.0.5
102452026-07-04T16:12:55.875Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling anstyle-query v1.1.5
102462026-07-04T16:12:55.875Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling anstyle v1.0.14
102472026-07-04T16:12:55.875Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling is_terminal_polyfill v1.70.2
102482026-07-04T16:12:55.875Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling strsim v0.11.1
102492026-07-04T16:12:55.875Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling heck v0.5.0
102502026-07-04T16:12:55.875Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling clap_lex v1.1.0
102512026-07-04T16:12:55.875Z[ recovery-image] Jul 04 16:12:55.107 INFO E| Compiling shared_thread v0.2.0
102522026-07-04T16:12:56.031Z[ recovery-image] Jul 04 16:12:55.266 INFO E| Compiling anstyle-parse v1.0.0
102532026-07-04T16:12:56.199Z[ recovery-image] Jul 04 16:12:55.435 INFO E| Compiling anstream v1.0.0
102542026-07-04T16:12:56.504Z[ recovery-image] Jul 04 16:12:55.739 INFO E| Compiling clap_builder v4.6.0
102552026-07-04T16:12:56.899Z[ recovery-image] Jul 04 16:12:56.134 INFO E| Compiling errno v0.3.14
102562026-07-04T16:12:56.899Z[ recovery-image] Jul 04 16:12:56.134 INFO E| Compiling os_pipe v1.2.3
102572026-07-04T16:12:56.954Z[ host-image] Jul 04 16:12:56.190 INFO O| Jul 04 16:12:56.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102582026-07-04T16:12:56.954Z[ host-image] Jul 04 16:12:56.190 INFO O| Jul 04 16:12:56.190 INFO ok!
102592026-07-04T16:12:56.957Z[ host-image] Jul 04 16:12:56.190 INFO O| Jul 04 16:12:56.190 INFO STEP 84 (ensure_file) COMPLETE
102602026-07-04T16:12:56.957Z[ host-image] Jul 04 16:12:56.190 INFO O| Jul 04 16:12:56.190 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102612026-07-04T16:12:56.964Z[ host-image] Jul 04 16:12:56.200 INFO O| Jul 04 16:12:56.200 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102622026-07-04T16:12:56.964Z[ host-image] Jul 04 16:12:56.200 INFO O| Jul 04 16:12:56.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102632026-07-04T16:12:56.967Z[ host-image] Jul 04 16:12:56.200 INFO O| Jul 04 16:12:56.200 INFO STEP 85 (ensure_dir) COMPLETE
102642026-07-04T16:12:56.967Z[ host-image] Jul 04 16:12:56.200 INFO O| Jul 04 16:12:56.200 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102652026-07-04T16:12:56.972Z[ host-image] Jul 04 16:12:56.208 INFO O| Jul 04 16:12:56.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102662026-07-04T16:12:56.972Z[ host-image] Jul 04 16:12:56.208 INFO O| Jul 04 16:12:56.208 INFO copying /tmp/.tmpsXpZXY/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 ...
102672026-07-04T16:12:56.975Z[ host-image] Jul 04 16:12:56.208 INFO O| Jul 04 16:12:56.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102682026-07-04T16:12:56.975Z[ host-image] Jul 04 16:12:56.208 INFO O| Jul 04 16:12:56.208 INFO ok!
102692026-07-04T16:12:56.975Z[ host-image] Jul 04 16:12:56.208 INFO O| Jul 04 16:12:56.208 INFO STEP 86 (ensure_file) COMPLETE
102702026-07-04T16:12:56.975Z[ host-image] Jul 04 16:12:56.208 INFO O| Jul 04 16:12:56.208 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102712026-07-04T16:12:56.981Z[ host-image] Jul 04 16:12:56.217 INFO O| Jul 04 16:12:56.217 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102722026-07-04T16:12:56.981Z[ host-image] Jul 04 16:12:56.217 INFO O| Jul 04 16:12:56.217 INFO copying /tmp/.tmpsXpZXY/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 ...
102732026-07-04T16:12:56.984Z[ host-image] Jul 04 16:12:56.217 INFO O| Jul 04 16:12:56.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102742026-07-04T16:12:56.984Z[ host-image] Jul 04 16:12:56.217 INFO O| Jul 04 16:12:56.217 INFO ok!
102752026-07-04T16:12:56.984Z[ host-image] Jul 04 16:12:56.217 INFO O| Jul 04 16:12:56.217 INFO STEP 87 (ensure_file) COMPLETE
102762026-07-04T16:12:56.985Z[ host-image] Jul 04 16:12:56.217 INFO O| Jul 04 16:12:56.217 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-07-04T16:12:56.990Z[ host-image] Jul 04 16:12:56.226 INFO O| Jul 04 16:12:56.226 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102782026-07-04T16:12:56.990Z[ host-image] Jul 04 16:12:56.226 INFO O| Jul 04 16:12:56.226 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102792026-07-04T16:12:56.990Z[ host-image] Jul 04 16:12:56.226 INFO O| Jul 04 16:12:56.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102802026-07-04T16:12:56.993Z[ host-image] Jul 04 16:12:56.226 INFO O| Jul 04 16:12:56.226 INFO ok!
102812026-07-04T16:12:56.993Z[ host-image] Jul 04 16:12:56.226 INFO O| Jul 04 16:12:56.226 INFO STEP 88 (ensure_file) COMPLETE
102822026-07-04T16:12:56.993Z[ host-image] Jul 04 16:12:56.226 INFO O| Jul 04 16:12:56.226 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102832026-07-04T16:12:56.998Z[ host-image] Jul 04 16:12:56.234 INFO O| Jul 04 16:12:56.234 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102842026-07-04T16:12:56.998Z[ host-image] Jul 04 16:12:56.234 INFO O| Jul 04 16:12:56.234 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102852026-07-04T16:12:56.999Z[ host-image] Jul 04 16:12:56.234 INFO O| Jul 04 16:12:56.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102862026-07-04T16:12:56.999Z[ host-image] Jul 04 16:12:56.234 INFO O| Jul 04 16:12:56.234 INFO ok!
102872026-07-04T16:12:57.002Z[ host-image] Jul 04 16:12:56.234 INFO O| Jul 04 16:12:56.234 INFO STEP 89 (ensure_file) COMPLETE
102882026-07-04T16:12:57.002Z[ host-image] Jul 04 16:12:56.234 INFO O| Jul 04 16:12:56.234 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-07-04T16:12:57.005Z[ recovery-image] Jul 04 16:12:56.241 INFO E| Compiling signal-hook-registry v1.4.8
102902026-07-04T16:12:57.008Z[ host-image] Jul 04 16:12:56.243 INFO O| Jul 04 16:12:56.243 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102912026-07-04T16:12:57.008Z[ host-image] Jul 04 16:12:56.244 INFO O| Jul 04 16:12:56.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102922026-07-04T16:12:57.009Z[ host-image] Jul 04 16:12:56.244 INFO O| Jul 04 16:12:56.244 INFO STEP 90 (ensure_dir) COMPLETE
102932026-07-04T16:12:57.009Z[ host-image] Jul 04 16:12:56.244 INFO O| Jul 04 16:12:56.244 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102942026-07-04T16:12:57.017Z[ host-image] Jul 04 16:12:56.253 INFO O| Jul 04 16:12:56.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102952026-07-04T16:12:57.017Z[ host-image] Jul 04 16:12:56.253 INFO O| Jul 04 16:12:56.253 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102962026-07-04T16:12:57.021Z[ host-image] Jul 04 16:12:56.257 INFO O| Jul 04 16:12:56.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102972026-07-04T16:12:57.021Z[ host-image] Jul 04 16:12:56.257 INFO O| Jul 04 16:12:56.257 INFO ok!
102982026-07-04T16:12:57.024Z[ host-image] Jul 04 16:12:56.257 INFO O| Jul 04 16:12:56.257 INFO STEP 91 (ensure_file) COMPLETE
102992026-07-04T16:12:57.024Z[ host-image] Jul 04 16:12:56.257 INFO O| Jul 04 16:12:56.257 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103002026-07-04T16:12:57.031Z[ host-image] Jul 04 16:12:56.267 INFO O| Jul 04 16:12:56.267 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103012026-07-04T16:12:57.031Z[ host-image] Jul 04 16:12:56.267 INFO O| Jul 04 16:12:56.267 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103022026-07-04T16:12:57.034Z[ host-image] Jul 04 16:12:56.267 INFO O| Jul 04 16:12:56.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103032026-07-04T16:12:57.034Z[ host-image] Jul 04 16:12:56.267 INFO O| Jul 04 16:12:56.267 INFO ok!
103042026-07-04T16:12:57.034Z[ host-image] Jul 04 16:12:56.267 INFO O| Jul 04 16:12:56.267 INFO STEP 92 (ensure_file) COMPLETE
103052026-07-04T16:12:57.034Z[ host-image] Jul 04 16:12:56.267 INFO O| Jul 04 16:12:56.267 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103062026-07-04T16:12:57.040Z[ host-image] Jul 04 16:12:56.276 INFO O| Jul 04 16:12:56.276 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103072026-07-04T16:12:57.040Z[ host-image] Jul 04 16:12:56.276 INFO O| Jul 04 16:12:56.276 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103082026-07-04T16:12:57.220Z[ recovery-image] Jul 04 16:12:56.456 INFO E| Compiling syn v2.0.117
103092026-07-04T16:12:57.313Z[ recovery-image] Jul 04 16:12:56.549 INFO E| Compiling sigchld v0.2.4
103102026-07-04T16:12:57.428Z[ recovery-image] Jul 04 16:12:56.660 INFO E| Compiling shared_child v1.1.1
103112026-07-04T16:12:57.585Z[ recovery-image] Jul 04 16:12:56.819 INFO E| Compiling duct v1.1.1
103122026-07-04T16:12:57.712Z[ host-image] Jul 04 16:12:56.948 INFO O| Jul 04 16:12:56.948 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103132026-07-04T16:12:57.712Z[ host-image] Jul 04 16:12:56.948 INFO O| Jul 04 16:12:56.948 INFO ok!
103142026-07-04T16:12:57.715Z[ host-image] Jul 04 16:12:56.948 INFO O| Jul 04 16:12:56.948 INFO STEP 93 (ensure_file) COMPLETE
103152026-07-04T16:12:57.716Z[ host-image] Jul 04 16:12:56.948 INFO O| Jul 04 16:12:56.948 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103162026-07-04T16:12:57.720Z[ host-image] Jul 04 16:12:56.956 INFO O| Jul 04 16:12:56.956 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103172026-07-04T16:12:57.723Z[ host-image] Jul 04 16:12:56.956 INFO O| Jul 04 16:12:56.956 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103182026-07-04T16:12:57.723Z[ host-image] Jul 04 16:12:56.956 INFO O| Jul 04 16:12:56.956 INFO STEP 94 (ensure_dir) COMPLETE
103192026-07-04T16:12:57.723Z[ host-image] Jul 04 16:12:56.956 INFO O| Jul 04 16:12:56.956 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103202026-07-04T16:12:57.727Z[ host-image] Jul 04 16:12:56.963 INFO O| Jul 04 16:12:56.963 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103212026-07-04T16:12:57.727Z[ host-image] Jul 04 16:12:56.963 INFO O| Jul 04 16:12:56.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103222026-07-04T16:12:57.729Z[ host-image] Jul 04 16:12:56.963 INFO O| Jul 04 16:12:56.963 INFO STEP 95 (ensure_dir) COMPLETE
103232026-07-04T16:12:57.730Z[ host-image] Jul 04 16:12:56.963 INFO O| Jul 04 16:12:56.963 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103242026-07-04T16:12:57.736Z[ host-image] Jul 04 16:12:56.972 INFO O| Jul 04 16:12:56.972 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103252026-07-04T16:12:57.736Z[ host-image] Jul 04 16:12:56.972 INFO O| Jul 04 16:12:56.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103262026-07-04T16:12:57.736Z[ host-image] Jul 04 16:12:56.972 INFO O| Jul 04 16:12:56.972 INFO STEP 96 (ensure_dir) COMPLETE
103272026-07-04T16:12:57.739Z[ host-image] Jul 04 16:12:56.972 INFO O| Jul 04 16:12:56.972 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103282026-07-04T16:12:57.744Z[ host-image] Jul 04 16:12:56.979 INFO O| Jul 04 16:12:56.979 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103292026-07-04T16:12:57.746Z[ host-image] Jul 04 16:12:56.980 INFO O| Jul 04 16:12:56.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103302026-07-04T16:12:57.746Z[ host-image] Jul 04 16:12:56.980 INFO O| Jul 04 16:12:56.980 INFO STEP 97 (ensure_dir) COMPLETE
103312026-07-04T16:12:57.750Z[ host-image] Jul 04 16:12:56.980 INFO O| Jul 04 16:12:56.980 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103322026-07-04T16:12:57.753Z[ host-image] Jul 04 16:12:56.987 INFO O| Jul 04 16:12:56.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103332026-07-04T16:12:57.753Z[ host-image] Jul 04 16:12:56.987 INFO O| Jul 04 16:12:56.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103342026-07-04T16:12:57.753Z[ host-image] Jul 04 16:12:56.987 INFO O| Jul 04 16:12:56.987 INFO STEP 98 (ensure_dir) COMPLETE
103352026-07-04T16:12:57.754Z[ host-image] Jul 04 16:12:56.987 INFO O| Jul 04 16:12:56.987 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103362026-07-04T16:12:57.757Z[ host-image] Jul 04 16:12:56.993 INFO O| Jul 04 16:12:56.993 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103372026-07-04T16:12:57.758Z[ host-image] Jul 04 16:12:56.993 INFO O| Jul 04 16:12:56.993 INFO copying /tmp/.tmpsXpZXY/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 ...
103382026-07-04T16:12:57.760Z[ host-image] Jul 04 16:12:56.993 INFO O| Jul 04 16:12:56.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103392026-07-04T16:12:57.760Z[ host-image] Jul 04 16:12:56.993 INFO O| Jul 04 16:12:56.993 INFO ok!
103402026-07-04T16:12:57.760Z[ host-image] Jul 04 16:12:56.993 INFO O| Jul 04 16:12:56.993 INFO STEP 99 (ensure_file) COMPLETE
103412026-07-04T16:12:57.760Z[ host-image] Jul 04 16:12:56.993 INFO O| Jul 04 16:12:56.993 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-07-04T16:12:57.764Z[ host-image] Jul 04 16:12:57.000 INFO O| Jul 04 16:12:57.000 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103432026-07-04T16:12:57.767Z[ host-image] Jul 04 16:12:57.000 INFO O| Jul 04 16:12:57.000 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103442026-07-04T16:12:57.767Z[ host-image] Jul 04 16:12:57.000 INFO O| Jul 04 16:12:57.000 INFO STEP 100 (ensure_dir) COMPLETE
103452026-07-04T16:12:57.767Z[ host-image] Jul 04 16:12:57.000 INFO O| Jul 04 16:12:57.000 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-07-04T16:12:57.772Z[ host-image] Jul 04 16:12:57.008 INFO O| Jul 04 16:12:57.008 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103472026-07-04T16:12:57.772Z[ host-image] Jul 04 16:12:57.008 INFO O| Jul 04 16:12:57.008 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103482026-07-04T16:12:57.789Z[ host-image] Jul 04 16:12:57.023 INFO O| Jul 04 16:12:57.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103492026-07-04T16:12:57.793Z[ host-image] Jul 04 16:12:57.023 INFO O| Jul 04 16:12:57.023 INFO ok!
103502026-07-04T16:12:57.793Z[ host-image] Jul 04 16:12:57.023 INFO O| Jul 04 16:12:57.023 INFO STEP 101 (ensure_file) COMPLETE
103512026-07-04T16:12:57.793Z[ host-image] Jul 04 16:12:57.023 INFO O| Jul 04 16:12:57.023 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103522026-07-04T16:12:57.795Z[ host-image] Jul 04 16:12:57.031 INFO O| Jul 04 16:12:57.031 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103532026-07-04T16:12:57.795Z[ host-image] Jul 04 16:12:57.031 INFO O| Jul 04 16:12:57.031 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103542026-07-04T16:12:57.795Z[ host-image] Jul 04 16:12:57.031 INFO O| Jul 04 16:12:57.031 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103552026-07-04T16:12:57.795Z[ host-image] Jul 04 16:12:57.031 INFO O| Jul 04 16:12:57.031 INFO ok!
103562026-07-04T16:12:57.795Z[ host-image] Jul 04 16:12:57.031 INFO O| Jul 04 16:12:57.031 INFO STEP 102 (ensure_file) COMPLETE
103572026-07-04T16:12:57.795Z[ host-image] Jul 04 16:12:57.031 INFO O| Jul 04 16:12:57.031 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-07-04T16:12:57.802Z[ host-image] Jul 04 16:12:57.038 INFO O| Jul 04 16:12:57.038 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103592026-07-04T16:12:57.802Z[ host-image] Jul 04 16:12:57.038 INFO O| Jul 04 16:12:57.038 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103602026-07-04T16:12:58.052Z[ host-image] Jul 04 16:12:57.287 INFO O| Jul 04 16:12:57.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103612026-07-04T16:12:58.052Z[ host-image] Jul 04 16:12:57.287 INFO O| Jul 04 16:12:57.287 INFO ok!
103622026-07-04T16:12:58.052Z[ host-image] Jul 04 16:12:57.287 INFO O| Jul 04 16:12:57.287 INFO STEP 103 (ensure_file) COMPLETE
103632026-07-04T16:12:58.055Z[ host-image] Jul 04 16:12:57.287 INFO O| Jul 04 16:12:57.287 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-07-04T16:12:58.060Z[ host-image] Jul 04 16:12:57.296 INFO O| Jul 04 16:12:57.296 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103652026-07-04T16:12:58.060Z[ host-image] Jul 04 16:12:57.296 INFO O| Jul 04 16:12:57.296 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103662026-07-04T16:12:58.063Z[ host-image] Jul 04 16:12:57.296 INFO O| Jul 04 16:12:57.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103672026-07-04T16:12:58.063Z[ host-image] Jul 04 16:12:57.296 INFO O| Jul 04 16:12:57.296 INFO ok!
103682026-07-04T16:12:58.063Z[ host-image] Jul 04 16:12:57.296 INFO O| Jul 04 16:12:57.296 INFO STEP 104 (ensure_file) COMPLETE
103692026-07-04T16:12:58.063Z[ host-image] Jul 04 16:12:57.296 INFO O| Jul 04 16:12:57.296 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103702026-07-04T16:12:58.067Z[ host-image] Jul 04 16:12:57.303 INFO O| Jul 04 16:12:57.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103712026-07-04T16:12:58.070Z[ host-image] Jul 04 16:12:57.303 INFO O| Jul 04 16:12:57.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103722026-07-04T16:12:58.070Z[ host-image] Jul 04 16:12:57.303 INFO O| Jul 04 16:12:57.303 INFO STEP 105 (ensure_dir) COMPLETE
103732026-07-04T16:12:58.070Z[ host-image] Jul 04 16:12:57.303 INFO O| Jul 04 16:12:57.303 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-07-04T16:12:58.074Z[ host-image] Jul 04 16:12:57.310 INFO O| Jul 04 16:12:57.310 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103752026-07-04T16:12:58.074Z[ host-image] Jul 04 16:12:57.310 INFO O| Jul 04 16:12:57.310 INFO copying /tmp/.tmpsXpZXY/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 ...
103762026-07-04T16:12:58.324Z[ host-image] Jul 04 16:12:57.559 INFO O| Jul 04 16:12:57.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103772026-07-04T16:12:58.324Z[ host-image] Jul 04 16:12:57.559 INFO O| Jul 04 16:12:57.559 INFO ok!
103782026-07-04T16:12:58.324Z[ host-image] Jul 04 16:12:57.559 INFO O| Jul 04 16:12:57.559 INFO STEP 106 (ensure_file) COMPLETE
103792026-07-04T16:12:58.327Z[ host-image] Jul 04 16:12:57.559 INFO O| Jul 04 16:12:57.559 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-07-04T16:12:58.330Z[ host-image] Jul 04 16:12:57.566 INFO O| Jul 04 16:12:57.566 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103812026-07-04T16:12:58.330Z[ host-image] Jul 04 16:12:57.566 INFO O| Jul 04 16:12:57.566 INFO copying /tmp/.tmpsXpZXY/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 ...
103822026-07-04T16:12:58.333Z[ host-image] Jul 04 16:12:57.566 INFO O| Jul 04 16:12:57.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103832026-07-04T16:12:58.333Z[ host-image] Jul 04 16:12:57.566 INFO O| Jul 04 16:12:57.566 INFO ok!
103842026-07-04T16:12:58.333Z[ host-image] Jul 04 16:12:57.566 INFO O| Jul 04 16:12:57.566 INFO STEP 107 (ensure_file) COMPLETE
103852026-07-04T16:12:58.333Z[ host-image] Jul 04 16:12:57.566 INFO O| Jul 04 16:12:57.566 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-07-04T16:12:58.338Z[ host-image] Jul 04 16:12:57.574 INFO O| Jul 04 16:12:57.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103872026-07-04T16:12:58.341Z[ host-image] Jul 04 16:12:57.574 INFO O| Jul 04 16:12:57.574 INFO copying /tmp/.tmpsXpZXY/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 ...
103882026-07-04T16:12:58.341Z[ host-image] Jul 04 16:12:57.574 INFO O| Jul 04 16:12:57.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103892026-07-04T16:12:58.341Z[ host-image] Jul 04 16:12:57.574 INFO O| Jul 04 16:12:57.574 INFO ok!
103902026-07-04T16:12:58.341Z[ host-image] Jul 04 16:12:57.574 INFO O| Jul 04 16:12:57.574 INFO STEP 108 (ensure_file) COMPLETE
103912026-07-04T16:12:58.341Z[ host-image] Jul 04 16:12:57.574 INFO O| Jul 04 16:12:57.574 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-07-04T16:12:58.345Z[ host-image] Jul 04 16:12:57.581 INFO O| Jul 04 16:12:57.581 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103932026-07-04T16:12:58.346Z[ host-image] Jul 04 16:12:57.581 INFO O| Jul 04 16:12:57.581 INFO copying /tmp/.tmpsXpZXY/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 ...
103942026-07-04T16:12:58.348Z[ host-image] Jul 04 16:12:57.582 INFO O| Jul 04 16:12:57.582 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103952026-07-04T16:12:58.348Z[ host-image] Jul 04 16:12:57.582 INFO O| Jul 04 16:12:57.582 INFO ok!
103962026-07-04T16:12:58.348Z[ host-image] Jul 04 16:12:57.582 INFO O| Jul 04 16:12:57.582 INFO STEP 109 (ensure_file) COMPLETE
103972026-07-04T16:12:58.349Z[ host-image] Jul 04 16:12:57.582 INFO O| Jul 04 16:12:57.582 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103982026-07-04T16:12:58.353Z[ host-image] Jul 04 16:12:57.589 INFO O| Jul 04 16:12:57.589 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103992026-07-04T16:12:58.353Z[ host-image] Jul 04 16:12:57.589 INFO O| Jul 04 16:12:57.589 INFO copying /tmp/.tmpsXpZXY/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 ...
104002026-07-04T16:12:58.355Z[ host-image] Jul 04 16:12:57.589 INFO O| Jul 04 16:12:57.589 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104012026-07-04T16:12:58.355Z[ host-image] Jul 04 16:12:57.589 INFO O| Jul 04 16:12:57.589 INFO ok!
104022026-07-04T16:12:58.355Z[ host-image] Jul 04 16:12:57.589 INFO O| Jul 04 16:12:57.589 INFO STEP 110 (ensure_file) COMPLETE
104032026-07-04T16:12:58.355Z[ host-image] Jul 04 16:12:57.589 INFO O| Jul 04 16:12:57.589 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104042026-07-04T16:12:58.360Z[ host-image] Jul 04 16:12:57.595 INFO O| Jul 04 16:12:57.595 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104052026-07-04T16:12:58.360Z[ host-image] Jul 04 16:12:57.595 INFO O| Jul 04 16:12:57.595 INFO copying /tmp/.tmpsXpZXY/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 ...
104062026-07-04T16:12:58.362Z[ host-image] Jul 04 16:12:57.596 INFO O| Jul 04 16:12:57.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104072026-07-04T16:12:58.363Z[ host-image] Jul 04 16:12:57.596 INFO O| Jul 04 16:12:57.596 INFO ok!
104082026-07-04T16:12:58.363Z[ host-image] Jul 04 16:12:57.596 INFO O| Jul 04 16:12:57.596 INFO STEP 111 (ensure_file) COMPLETE
104092026-07-04T16:12:58.363Z[ host-image] Jul 04 16:12:57.596 INFO O| Jul 04 16:12:57.596 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104102026-07-04T16:12:58.367Z[ host-image] Jul 04 16:12:57.603 INFO O| Jul 04 16:12:57.603 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104112026-07-04T16:12:58.367Z[ host-image] Jul 04 16:12:57.603 INFO O| Jul 04 16:12:57.603 INFO copying /tmp/.tmpsXpZXY/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 ...
104122026-07-04T16:12:58.370Z[ host-image] Jul 04 16:12:57.603 INFO O| Jul 04 16:12:57.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104132026-07-04T16:12:58.370Z[ host-image] Jul 04 16:12:57.603 INFO O| Jul 04 16:12:57.603 INFO ok!
104142026-07-04T16:12:58.370Z[ host-image] Jul 04 16:12:57.603 INFO O| Jul 04 16:12:57.603 INFO STEP 112 (ensure_file) COMPLETE
104152026-07-04T16:12:58.370Z[ host-image] Jul 04 16:12:57.603 INFO O| Jul 04 16:12:57.603 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104162026-07-04T16:12:58.375Z[ host-image] Jul 04 16:12:57.611 INFO O| Jul 04 16:12:57.611 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104172026-07-04T16:12:58.375Z[ host-image] Jul 04 16:12:57.611 INFO O| Jul 04 16:12:57.611 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104182026-07-04T16:12:58.378Z[ host-image] Jul 04 16:12:57.611 INFO O| Jul 04 16:12:57.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104192026-07-04T16:12:58.378Z[ host-image] Jul 04 16:12:57.611 INFO O| Jul 04 16:12:57.611 INFO ok!
104202026-07-04T16:12:58.378Z[ host-image] Jul 04 16:12:57.611 INFO O| Jul 04 16:12:57.611 INFO STEP 113 (ensure_file) COMPLETE
104212026-07-04T16:12:58.378Z[ host-image] Jul 04 16:12:57.611 INFO O| Jul 04 16:12:57.611 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104222026-07-04T16:12:58.383Z[ host-image] Jul 04 16:12:57.619 INFO O| Jul 04 16:12:57.619 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104232026-07-04T16:12:58.383Z[ host-image] Jul 04 16:12:57.619 INFO O| Jul 04 16:12:57.619 INFO copying /tmp/.tmpsXpZXY/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 ...
104242026-07-04T16:12:58.383Z[ host-image] Jul 04 16:12:57.619 INFO O| Jul 04 16:12:57.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104252026-07-04T16:12:58.385Z[ host-image] Jul 04 16:12:57.619 INFO O| Jul 04 16:12:57.619 INFO ok!
104262026-07-04T16:12:58.386Z[ host-image] Jul 04 16:12:57.619 INFO O| Jul 04 16:12:57.619 INFO STEP 114 (ensure_file) COMPLETE
104272026-07-04T16:12:58.386Z[ host-image] Jul 04 16:12:57.619 INFO O| Jul 04 16:12:57.619 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104282026-07-04T16:12:58.390Z[ host-image] Jul 04 16:12:57.625 INFO O| Jul 04 16:12:57.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104292026-07-04T16:12:58.390Z[ host-image] Jul 04 16:12:57.625 INFO O| Jul 04 16:12:57.625 INFO copying /tmp/.tmpsXpZXY/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 ...
104302026-07-04T16:12:58.392Z[ host-image] Jul 04 16:12:57.625 INFO O| Jul 04 16:12:57.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104312026-07-04T16:12:58.392Z[ host-image] Jul 04 16:12:57.625 INFO O| Jul 04 16:12:57.625 INFO ok!
104322026-07-04T16:12:58.392Z[ host-image] Jul 04 16:12:57.625 INFO O| Jul 04 16:12:57.625 INFO STEP 115 (ensure_file) COMPLETE
104332026-07-04T16:12:58.392Z[ host-image] Jul 04 16:12:57.625 INFO O| Jul 04 16:12:57.625 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104342026-07-04T16:12:58.397Z[ host-image] Jul 04 16:12:57.633 INFO O| Jul 04 16:12:57.633 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104352026-07-04T16:12:58.397Z[ host-image] Jul 04 16:12:57.633 INFO O| Jul 04 16:12:57.633 INFO copying /tmp/.tmpsXpZXY/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 ...
104362026-07-04T16:12:58.400Z[ host-image] Jul 04 16:12:57.633 INFO O| Jul 04 16:12:57.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104372026-07-04T16:12:58.400Z[ host-image] Jul 04 16:12:57.633 INFO O| Jul 04 16:12:57.633 INFO ok!
104382026-07-04T16:12:58.400Z[ host-image] Jul 04 16:12:57.633 INFO O| Jul 04 16:12:57.633 INFO STEP 116 (ensure_file) COMPLETE
104392026-07-04T16:12:58.400Z[ host-image] Jul 04 16:12:57.633 INFO O| Jul 04 16:12:57.633 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104402026-07-04T16:12:58.404Z[ host-image] Jul 04 16:12:57.640 INFO O| Jul 04 16:12:57.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104412026-07-04T16:12:58.404Z[ host-image] Jul 04 16:12:57.640 INFO O| Jul 04 16:12:57.640 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104422026-07-04T16:12:58.407Z[ host-image] Jul 04 16:12:57.640 INFO O| Jul 04 16:12:57.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104432026-07-04T16:12:58.407Z[ host-image] Jul 04 16:12:57.640 INFO O| Jul 04 16:12:57.640 INFO ok!
104442026-07-04T16:12:58.407Z[ host-image] Jul 04 16:12:57.640 INFO O| Jul 04 16:12:57.640 INFO STEP 117 (ensure_file) COMPLETE
104452026-07-04T16:12:58.407Z[ host-image] Jul 04 16:12:57.640 INFO O| Jul 04 16:12:57.640 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104462026-07-04T16:12:58.411Z[ host-image] Jul 04 16:12:57.647 INFO O| Jul 04 16:12:57.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104472026-07-04T16:12:58.411Z[ host-image] Jul 04 16:12:57.647 INFO O| Jul 04 16:12:57.647 INFO copying /tmp/.tmpsXpZXY/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 ...
104482026-07-04T16:12:58.415Z[ host-image] Jul 04 16:12:57.647 INFO O| Jul 04 16:12:57.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104492026-07-04T16:12:58.415Z[ host-image] Jul 04 16:12:57.647 INFO O| Jul 04 16:12:57.647 INFO ok!
104502026-07-04T16:12:58.415Z[ host-image] Jul 04 16:12:57.647 INFO O| Jul 04 16:12:57.647 INFO STEP 118 (ensure_file) COMPLETE
104512026-07-04T16:12:58.415Z[ host-image] Jul 04 16:12:57.647 INFO O| Jul 04 16:12:57.647 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104522026-07-04T16:12:58.418Z[ host-image] Jul 04 16:12:57.654 INFO O| Jul 04 16:12:57.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104532026-07-04T16:12:58.418Z[ host-image] Jul 04 16:12:57.654 INFO O| Jul 04 16:12:57.654 INFO copying /tmp/.tmpsXpZXY/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 ...
104542026-07-04T16:12:58.418Z[ host-image] Jul 04 16:12:57.654 INFO O| Jul 04 16:12:57.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104552026-07-04T16:12:58.421Z[ host-image] Jul 04 16:12:57.654 INFO O| Jul 04 16:12:57.654 INFO ok!
104562026-07-04T16:12:58.421Z[ host-image] Jul 04 16:12:57.654 INFO O| Jul 04 16:12:57.654 INFO STEP 119 (ensure_file) COMPLETE
104572026-07-04T16:12:58.421Z[ host-image] Jul 04 16:12:57.654 INFO O| Jul 04 16:12:57.654 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104582026-07-04T16:12:58.426Z[ host-image] Jul 04 16:12:57.662 INFO O| Jul 04 16:12:57.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104592026-07-04T16:12:58.426Z[ host-image] Jul 04 16:12:57.662 INFO O| Jul 04 16:12:57.662 INFO copying /tmp/.tmpsXpZXY/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 ...
104602026-07-04T16:12:58.426Z[ host-image] Jul 04 16:12:57.662 INFO O| Jul 04 16:12:57.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104612026-07-04T16:12:58.426Z[ host-image] Jul 04 16:12:57.662 INFO O| Jul 04 16:12:57.662 INFO ok!
104622026-07-04T16:12:58.429Z[ host-image] Jul 04 16:12:57.662 INFO O| Jul 04 16:12:57.662 INFO STEP 120 (ensure_file) COMPLETE
104632026-07-04T16:12:58.429Z[ host-image] Jul 04 16:12:57.662 INFO O| Jul 04 16:12:57.662 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104642026-07-04T16:12:58.434Z[ host-image] Jul 04 16:12:57.670 INFO O| Jul 04 16:12:57.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104652026-07-04T16:12:58.434Z[ host-image] Jul 04 16:12:57.670 INFO O| Jul 04 16:12:57.670 INFO copying /tmp/.tmpsXpZXY/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 ...
104662026-07-04T16:12:58.435Z[ host-image] Jul 04 16:12:57.670 INFO O| Jul 04 16:12:57.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104672026-07-04T16:12:58.438Z[ host-image] Jul 04 16:12:57.670 INFO O| Jul 04 16:12:57.670 INFO ok!
104682026-07-04T16:12:58.438Z[ host-image] Jul 04 16:12:57.670 INFO O| Jul 04 16:12:57.670 INFO STEP 121 (ensure_file) COMPLETE
104692026-07-04T16:12:58.438Z[ host-image] Jul 04 16:12:57.670 INFO O| Jul 04 16:12:57.670 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104702026-07-04T16:12:58.442Z[ host-image] Jul 04 16:12:57.678 INFO O| Jul 04 16:12:57.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104712026-07-04T16:12:58.442Z[ host-image] Jul 04 16:12:57.678 INFO O| Jul 04 16:12:57.678 INFO copying /tmp/.tmpsXpZXY/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 ...
104722026-07-04T16:12:58.445Z[ host-image] Jul 04 16:12:57.678 INFO O| Jul 04 16:12:57.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104732026-07-04T16:12:58.445Z[ host-image] Jul 04 16:12:57.678 INFO O| Jul 04 16:12:57.678 INFO ok!
104742026-07-04T16:12:58.445Z[ host-image] Jul 04 16:12:57.678 INFO O| Jul 04 16:12:57.678 INFO STEP 122 (ensure_file) COMPLETE
104752026-07-04T16:12:58.445Z[ host-image] Jul 04 16:12:57.678 INFO O| Jul 04 16:12:57.678 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104762026-07-04T16:12:58.449Z[ host-image] Jul 04 16:12:57.685 INFO O| Jul 04 16:12:57.685 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104772026-07-04T16:12:58.449Z[ host-image] Jul 04 16:12:57.685 INFO O| Jul 04 16:12:57.685 INFO copying /tmp/.tmpsXpZXY/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 ...
104782026-07-04T16:12:58.452Z[ host-image] Jul 04 16:12:57.685 INFO O| Jul 04 16:12:57.685 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104792026-07-04T16:12:58.452Z[ host-image] Jul 04 16:12:57.685 INFO O| Jul 04 16:12:57.685 INFO ok!
104802026-07-04T16:12:58.452Z[ host-image] Jul 04 16:12:57.685 INFO O| Jul 04 16:12:57.685 INFO STEP 123 (ensure_file) COMPLETE
104812026-07-04T16:12:58.453Z[ host-image] Jul 04 16:12:57.685 INFO O| Jul 04 16:12:57.685 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104822026-07-04T16:12:58.457Z[ host-image] Jul 04 16:12:57.693 INFO O| Jul 04 16:12:57.693 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104832026-07-04T16:12:58.457Z[ host-image] Jul 04 16:12:57.693 INFO O| Jul 04 16:12:57.693 INFO copying /tmp/.tmpsXpZXY/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 ...
104842026-07-04T16:12:58.457Z[ host-image] Jul 04 16:12:57.693 INFO O| Jul 04 16:12:57.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104852026-07-04T16:12:58.460Z[ host-image] Jul 04 16:12:57.693 INFO O| Jul 04 16:12:57.693 INFO ok!
104862026-07-04T16:12:58.460Z[ host-image] Jul 04 16:12:57.693 INFO O| Jul 04 16:12:57.693 INFO STEP 124 (ensure_file) COMPLETE
104872026-07-04T16:12:58.460Z[ host-image] Jul 04 16:12:57.693 INFO O| Jul 04 16:12:57.693 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104882026-07-04T16:12:58.464Z[ host-image] Jul 04 16:12:57.700 INFO O| Jul 04 16:12:57.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104892026-07-04T16:12:58.465Z[ host-image] Jul 04 16:12:57.700 INFO O| Jul 04 16:12:57.700 INFO copying /tmp/.tmpsXpZXY/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 ...
104902026-07-04T16:12:58.467Z[ host-image] Jul 04 16:12:57.700 INFO O| Jul 04 16:12:57.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104912026-07-04T16:12:58.467Z[ host-image] Jul 04 16:12:57.700 INFO O| Jul 04 16:12:57.700 INFO ok!
104922026-07-04T16:12:58.467Z[ host-image] Jul 04 16:12:57.700 INFO O| Jul 04 16:12:57.700 INFO STEP 125 (ensure_file) COMPLETE
104932026-07-04T16:12:58.467Z[ host-image] Jul 04 16:12:57.700 INFO O| Jul 04 16:12:57.700 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104942026-07-04T16:12:58.471Z[ host-image] Jul 04 16:12:57.707 INFO O| Jul 04 16:12:57.707 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104952026-07-04T16:12:58.471Z[ host-image] Jul 04 16:12:57.707 INFO O| Jul 04 16:12:57.707 INFO copying /tmp/.tmpsXpZXY/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 ...
104962026-07-04T16:12:58.474Z[ host-image] Jul 04 16:12:57.707 INFO O| Jul 04 16:12:57.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104972026-07-04T16:12:58.474Z[ host-image] Jul 04 16:12:57.707 INFO O| Jul 04 16:12:57.707 INFO ok!
104982026-07-04T16:12:58.474Z[ host-image] Jul 04 16:12:57.707 INFO O| Jul 04 16:12:57.707 INFO STEP 126 (ensure_file) COMPLETE
104992026-07-04T16:12:58.474Z[ host-image] Jul 04 16:12:57.707 INFO O| Jul 04 16:12:57.707 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105002026-07-04T16:12:58.481Z[ host-image] Jul 04 16:12:57.716 INFO O| Jul 04 16:12:57.716 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105012026-07-04T16:12:58.483Z[ host-image] Jul 04 16:12:57.716 INFO O| Jul 04 16:12:57.716 INFO copying /tmp/.tmpsXpZXY/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 ...
105022026-07-04T16:12:58.483Z[ host-image] Jul 04 16:12:57.716 INFO O| Jul 04 16:12:57.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105032026-07-04T16:12:58.483Z[ host-image] Jul 04 16:12:57.716 INFO O| Jul 04 16:12:57.716 INFO ok!
105042026-07-04T16:12:58.483Z[ host-image] Jul 04 16:12:57.716 INFO O| Jul 04 16:12:57.716 INFO STEP 127 (ensure_file) COMPLETE
105052026-07-04T16:12:58.483Z[ host-image] Jul 04 16:12:57.716 INFO O| Jul 04 16:12:57.716 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105062026-07-04T16:12:58.489Z[ host-image] Jul 04 16:12:57.725 INFO O| Jul 04 16:12:57.725 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105072026-07-04T16:12:58.489Z[ host-image] Jul 04 16:12:57.725 INFO O| Jul 04 16:12:57.725 INFO copying /tmp/.tmpsXpZXY/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 ...
105082026-07-04T16:12:58.489Z[ host-image] Jul 04 16:12:57.725 INFO O| Jul 04 16:12:57.725 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105092026-07-04T16:12:58.492Z[ host-image] Jul 04 16:12:57.725 INFO O| Jul 04 16:12:57.725 INFO ok!
105102026-07-04T16:12:58.492Z[ host-image] Jul 04 16:12:57.725 INFO O| Jul 04 16:12:57.725 INFO STEP 128 (ensure_file) COMPLETE
105112026-07-04T16:12:58.492Z[ host-image] Jul 04 16:12:57.725 INFO O| Jul 04 16:12:57.725 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105122026-07-04T16:12:58.496Z[ host-image] Jul 04 16:12:57.732 INFO O| Jul 04 16:12:57.732 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105132026-07-04T16:12:58.496Z[ host-image] Jul 04 16:12:57.732 INFO O| Jul 04 16:12:57.732 INFO copying /tmp/.tmpsXpZXY/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 ...
105142026-07-04T16:12:58.499Z[ host-image] Jul 04 16:12:57.732 INFO O| Jul 04 16:12:57.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105152026-07-04T16:12:58.499Z[ host-image] Jul 04 16:12:57.732 INFO O| Jul 04 16:12:57.732 INFO ok!
105162026-07-04T16:12:58.499Z[ host-image] Jul 04 16:12:57.732 INFO O| Jul 04 16:12:57.732 INFO STEP 129 (ensure_file) COMPLETE
105172026-07-04T16:12:58.499Z[ host-image] Jul 04 16:12:57.732 INFO O| Jul 04 16:12:57.732 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105182026-07-04T16:12:58.503Z[ host-image] Jul 04 16:12:57.739 INFO O| Jul 04 16:12:57.739 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105192026-07-04T16:12:58.503Z[ host-image] Jul 04 16:12:57.739 INFO O| Jul 04 16:12:57.739 INFO copying /tmp/.tmpsXpZXY/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 ...
105202026-07-04T16:12:58.508Z[ host-image] Jul 04 16:12:57.739 INFO O| Jul 04 16:12:57.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105212026-07-04T16:12:58.508Z[ host-image] Jul 04 16:12:57.739 INFO O| Jul 04 16:12:57.739 INFO ok!
105222026-07-04T16:12:58.508Z[ host-image] Jul 04 16:12:57.739 INFO O| Jul 04 16:12:57.739 INFO STEP 130 (ensure_file) COMPLETE
105232026-07-04T16:12:58.508Z[ host-image] Jul 04 16:12:57.739 INFO O| Jul 04 16:12:57.739 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105242026-07-04T16:12:58.513Z[ host-image] Jul 04 16:12:57.745 INFO O| Jul 04 16:12:57.745 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105252026-07-04T16:12:58.513Z[ host-image] Jul 04 16:12:57.745 INFO O| Jul 04 16:12:57.745 INFO copying /tmp/.tmpsXpZXY/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 ...
105262026-07-04T16:12:58.513Z[ host-image] Jul 04 16:12:57.745 INFO O| Jul 04 16:12:57.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105272026-07-04T16:12:58.514Z[ host-image] Jul 04 16:12:57.745 INFO O| Jul 04 16:12:57.745 INFO ok!
105282026-07-04T16:12:58.514Z[ host-image] Jul 04 16:12:57.745 INFO O| Jul 04 16:12:57.745 INFO STEP 131 (ensure_file) COMPLETE
105292026-07-04T16:12:58.514Z[ host-image] Jul 04 16:12:57.745 INFO O| Jul 04 16:12:57.745 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105302026-07-04T16:12:58.517Z[ host-image] Jul 04 16:12:57.752 INFO O| Jul 04 16:12:57.752 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105312026-07-04T16:12:58.517Z[ host-image] Jul 04 16:12:57.752 INFO O| Jul 04 16:12:57.752 INFO copying /tmp/.tmpsXpZXY/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 ...
105322026-07-04T16:12:58.517Z[ host-image] Jul 04 16:12:57.752 INFO O| Jul 04 16:12:57.752 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105332026-07-04T16:12:58.517Z[ host-image] Jul 04 16:12:57.752 INFO O| Jul 04 16:12:57.752 INFO ok!
105342026-07-04T16:12:58.517Z[ host-image] Jul 04 16:12:57.752 INFO O| Jul 04 16:12:57.752 INFO STEP 132 (ensure_file) COMPLETE
105352026-07-04T16:12:58.517Z[ host-image] Jul 04 16:12:57.752 INFO O| Jul 04 16:12:57.752 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105362026-07-04T16:12:58.522Z[ host-image] Jul 04 16:12:57.758 INFO O| Jul 04 16:12:57.758 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105372026-07-04T16:12:58.522Z[ host-image] Jul 04 16:12:57.758 INFO O| Jul 04 16:12:57.758 INFO copying /tmp/.tmpsXpZXY/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 ...
105382026-07-04T16:12:58.525Z[ host-image] Jul 04 16:12:57.758 INFO O| Jul 04 16:12:57.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105392026-07-04T16:12:58.526Z[ host-image] Jul 04 16:12:57.758 INFO O| Jul 04 16:12:57.758 INFO ok!
105402026-07-04T16:12:58.526Z[ host-image] Jul 04 16:12:57.758 INFO O| Jul 04 16:12:57.758 INFO STEP 133 (ensure_file) COMPLETE
105412026-07-04T16:12:58.526Z[ host-image] Jul 04 16:12:57.758 INFO O| Jul 04 16:12:57.758 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105422026-07-04T16:12:58.528Z[ host-image] Jul 04 16:12:57.764 INFO O| Jul 04 16:12:57.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105432026-07-04T16:12:58.528Z[ host-image] Jul 04 16:12:57.764 INFO O| Jul 04 16:12:57.764 INFO copying /tmp/.tmpsXpZXY/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 ...
105442026-07-04T16:12:58.528Z[ host-image] Jul 04 16:12:57.764 INFO O| Jul 04 16:12:57.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105452026-07-04T16:12:58.528Z[ host-image] Jul 04 16:12:57.764 INFO O| Jul 04 16:12:57.764 INFO ok!
105462026-07-04T16:12:58.528Z[ host-image] Jul 04 16:12:57.764 INFO O| Jul 04 16:12:57.764 INFO STEP 134 (ensure_file) COMPLETE
105472026-07-04T16:12:58.529Z[ host-image] Jul 04 16:12:57.764 INFO O| Jul 04 16:12:57.764 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105482026-07-04T16:12:58.534Z[ host-image] Jul 04 16:12:57.770 INFO O| Jul 04 16:12:57.770 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105492026-07-04T16:12:58.534Z[ host-image] Jul 04 16:12:57.770 INFO O| Jul 04 16:12:57.770 INFO copying /tmp/.tmpsXpZXY/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 ...
105502026-07-04T16:12:58.537Z[ host-image] Jul 04 16:12:57.770 INFO O| Jul 04 16:12:57.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105512026-07-04T16:12:58.537Z[ host-image] Jul 04 16:12:57.770 INFO O| Jul 04 16:12:57.770 INFO ok!
105522026-07-04T16:12:58.537Z[ host-image] Jul 04 16:12:57.770 INFO O| Jul 04 16:12:57.770 INFO STEP 135 (ensure_file) COMPLETE
105532026-07-04T16:12:58.538Z[ host-image] Jul 04 16:12:57.770 INFO O| Jul 04 16:12:57.770 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105542026-07-04T16:12:58.541Z[ host-image] Jul 04 16:12:57.776 INFO O| Jul 04 16:12:57.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105552026-07-04T16:12:58.541Z[ host-image] Jul 04 16:12:57.776 INFO O| Jul 04 16:12:57.776 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105562026-07-04T16:12:58.541Z[ host-image] Jul 04 16:12:57.776 INFO O| Jul 04 16:12:57.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105572026-07-04T16:12:58.541Z[ host-image] Jul 04 16:12:57.776 INFO O| Jul 04 16:12:57.776 INFO ok!
105582026-07-04T16:12:58.541Z[ host-image] Jul 04 16:12:57.776 INFO O| Jul 04 16:12:57.776 INFO STEP 136 (ensure_file) COMPLETE
105592026-07-04T16:12:58.541Z[ host-image] Jul 04 16:12:57.776 INFO O| Jul 04 16:12:57.776 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105602026-07-04T16:12:58.547Z[ host-image] Jul 04 16:12:57.783 INFO O| Jul 04 16:12:57.782 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105612026-07-04T16:12:58.549Z[ host-image] Jul 04 16:12:57.783 INFO O| Jul 04 16:12:57.782 INFO copying /tmp/.tmpsXpZXY/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 ...
105622026-07-04T16:12:58.549Z[ host-image] Jul 04 16:12:57.783 INFO O| Jul 04 16:12:57.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105632026-07-04T16:12:58.549Z[ host-image] Jul 04 16:12:57.783 INFO O| Jul 04 16:12:57.783 INFO ok!
105642026-07-04T16:12:58.549Z[ host-image] Jul 04 16:12:57.783 INFO O| Jul 04 16:12:57.783 INFO STEP 137 (ensure_file) COMPLETE
105652026-07-04T16:12:58.549Z[ host-image] Jul 04 16:12:57.783 INFO O| Jul 04 16:12:57.783 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105662026-07-04T16:12:58.556Z[ host-image] Jul 04 16:12:57.792 INFO O| Jul 04 16:12:57.792 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105672026-07-04T16:12:58.559Z[ host-image] Jul 04 16:12:57.792 INFO O| Jul 04 16:12:57.792 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105682026-07-04T16:12:58.560Z[ host-image] Jul 04 16:12:57.792 INFO O| Jul 04 16:12:57.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105692026-07-04T16:12:58.560Z[ host-image] Jul 04 16:12:57.792 INFO O| Jul 04 16:12:57.792 INFO ok!
105702026-07-04T16:12:58.560Z[ host-image] Jul 04 16:12:57.792 INFO O| Jul 04 16:12:57.792 INFO STEP 138 (ensure_file) COMPLETE
105712026-07-04T16:12:58.560Z[ host-image] Jul 04 16:12:57.792 INFO O| Jul 04 16:12:57.792 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-07-04T16:12:58.565Z[ host-image] Jul 04 16:12:57.801 INFO O| Jul 04 16:12:57.801 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105732026-07-04T16:12:58.565Z[ host-image] Jul 04 16:12:57.801 INFO O| Jul 04 16:12:57.801 INFO copying /tmp/.tmpsXpZXY/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105742026-07-04T16:12:59.643Z[ recovery-image] Jul 04 16:12:58.878 INFO E| Compiling clap_derive v4.6.1
105752026-07-04T16:13:01.323Z[ recovery-image] Jul 04 16:13:00.558 INFO E| Compiling clap v4.6.1
105762026-07-04T16:13:01.397Z[ recovery-image] Jul 04 16:13:00.632 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
105772026-07-04T16:13:02.522Z[ recovery-image] Jul 04 16:13:01.757 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.22s
105782026-07-04T16:13:02.530Z[ recovery-image] Jul 04 16:13:01.766 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
105792026-07-04T16:13:02.846Z[ recovery-image] Jul 04 16:13:02.082 INFO E| Downloading crates ...
105802026-07-04T16:13:02.901Z[ recovery-image] Jul 04 16:13:02.136 INFO E| Downloaded bit_field v0.10.3
105812026-07-04T16:13:02.904Z[ recovery-image] Jul 04 16:13:02.140 INFO E| Downloaded cpio_reader v0.1.2
105822026-07-04T16:13:02.909Z[ recovery-image] Jul 04 16:13:02.145 INFO E| Downloaded bitstruct_derive v0.1.0
105832026-07-04T16:13:02.912Z[ recovery-image] Jul 04 16:13:02.146 INFO E| Downloaded miniz_oxide v0.9.1
105842026-07-04T16:13:02.916Z[ recovery-image] Jul 04 16:13:02.150 INFO E| Downloaded bitstruct v0.1.1
105852026-07-04T16:13:02.925Z[ recovery-image] Jul 04 16:13:02.161 INFO E| Downloaded log v0.4.32
105862026-07-04T16:13:02.928Z[ recovery-image] Jul 04 16:13:02.164 INFO E| Downloaded bitflags v2.13.0
105872026-07-04T16:13:02.941Z[ recovery-image] Jul 04 16:13:02.177 INFO E| Downloaded raw-cpuid v10.7.0
105882026-07-04T16:13:02.958Z[ recovery-image] Jul 04 16:13:02.194 INFO E| Downloaded goblin v0.10.7
105892026-07-04T16:13:03.100Z[ recovery-image] Jul 04 16:13:02.335 INFO E| Downloaded x86 v0.52.0
105902026-07-04T16:13:03.159Z[ recovery-image] Jul 04 16:13:02.394 INFO E| Updating crates.io index
105912026-07-04T16:13:03.207Z[ recovery-image] Jul 04 16:13:02.443 INFO E| Downloading crates ...
105922026-07-04T16:13:03.230Z[ recovery-image] Jul 04 16:13:02.466 INFO E| Downloaded hashbrown v0.17.1
105932026-07-04T16:13:03.237Z[ recovery-image] Jul 04 16:13:02.473 INFO E| Downloaded rustc-literal-escaper v0.0.7
105942026-07-04T16:13:03.287Z[ recovery-image] Jul 04 16:13:02.523 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)
105952026-07-04T16:13:03.287Z[ recovery-image] Jul 04 16:13:02.523 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)
105962026-07-04T16:13:03.291Z[ recovery-image] Jul 04 16:13:02.523 INFO E| Compiling proc-macro2 v1.0.106
105972026-07-04T16:13:03.291Z[ recovery-image] Jul 04 16:13:02.523 INFO E| Compiling quote v1.0.45
105982026-07-04T16:13:03.291Z[ recovery-image] Jul 04 16:13:02.523 INFO E| Compiling unicode-ident v1.0.24
105992026-07-04T16:13:03.291Z[ recovery-image] Jul 04 16:13:02.523 INFO E| Compiling syn v1.0.109
106002026-07-04T16:13:03.291Z[ recovery-image] Jul 04 16:13:02.523 INFO E| Compiling x86 v0.52.0
106012026-07-04T16:13:03.291Z[ recovery-image] Jul 04 16:13:02.523 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
106022026-07-04T16:13:03.291Z[ recovery-image] Jul 04 16:13:02.523 INFO E| Compiling seq-macro v0.3.6
106032026-07-04T16:13:04.500Z[ recovery-image] Jul 04 16:13:03.736 INFO E| Compiling syn v2.0.117
106042026-07-04T16:13:04.963Z[ host-image] Jul 04 16:13:04.198 INFO O| Jul 04 16:13:04.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
106052026-07-04T16:13:04.963Z[ host-image] Jul 04 16:13:04.199 INFO O| Jul 04 16:13:04.198 INFO ok!
106062026-07-04T16:13:04.966Z[ host-image] Jul 04 16:13:04.199 INFO O| Jul 04 16:13:04.198 INFO STEP 139 (ensure_file) COMPLETE
106072026-07-04T16:13:04.966Z[ host-image] Jul 04 16:13:04.199 INFO O| Jul 04 16:13:04.198 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-07-04T16:13:04.971Z[ host-image] Jul 04 16:13:04.207 INFO O| Jul 04 16:13:04.207 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106092026-07-04T16:13:04.971Z[ host-image] Jul 04 16:13:04.207 INFO O| Jul 04 16:13:04.207 INFO STEP 140 (ensure_dir) COMPLETE
106102026-07-04T16:13:04.974Z[ host-image] Jul 04 16:13:04.207 INFO O| Jul 04 16:13:04.207 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-07-04T16:13:04.981Z[ host-image] Jul 04 16:13:04.217 INFO O| Jul 04 16:13:04.217 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106122026-07-04T16:13:04.981Z[ host-image] Jul 04 16:13:04.217 INFO O| Jul 04 16:13:04.217 INFO STEP 141 (ensure_dir) COMPLETE
106132026-07-04T16:13:04.984Z[ host-image] Jul 04 16:13:04.217 INFO O| Jul 04 16:13:04.217 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-07-04T16:13:04.989Z[ host-image] Jul 04 16:13:04.225 INFO O| Jul 04 16:13:04.225 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106152026-07-04T16:13:04.989Z[ host-image] Jul 04 16:13:04.225 INFO O| Jul 04 16:13:04.225 INFO STEP 142 (ensure_dir) COMPLETE
106162026-07-04T16:13:04.992Z[ host-image] Jul 04 16:13:04.225 INFO O| Jul 04 16:13:04.225 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106172026-07-04T16:13:04.996Z[ host-image] Jul 04 16:13:04.232 INFO O| Jul 04 16:13:04.232 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106182026-07-04T16:13:04.996Z[ host-image] Jul 04 16:13:04.232 INFO O| Jul 04 16:13:04.232 INFO STEP 143 (ensure_dir) COMPLETE
106192026-07-04T16:13:04.999Z[ host-image] Jul 04 16:13:04.232 INFO O| Jul 04 16:13:04.232 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-07-04T16:13:05.005Z[ host-image] Jul 04 16:13:04.241 INFO O| Jul 04 16:13:04.241 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106212026-07-04T16:13:05.005Z[ host-image] Jul 04 16:13:04.241 INFO O| Jul 04 16:13:04.241 INFO copying /tmp/.tmpsXpZXY/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 ...
106222026-07-04T16:13:05.008Z[ host-image] Jul 04 16:13:04.241 INFO O| Jul 04 16:13:04.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106232026-07-04T16:13:05.008Z[ host-image] Jul 04 16:13:04.241 INFO O| Jul 04 16:13:04.241 INFO ok!
106242026-07-04T16:13:05.008Z[ host-image] Jul 04 16:13:04.241 INFO O| Jul 04 16:13:04.241 INFO STEP 144 (ensure_file) COMPLETE
106252026-07-04T16:13:05.008Z[ host-image] Jul 04 16:13:04.241 INFO O| Jul 04 16:13:04.241 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106262026-07-04T16:13:05.013Z[ host-image] Jul 04 16:13:04.249 INFO O| Jul 04 16:13:04.249 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106272026-07-04T16:13:05.013Z[ host-image] Jul 04 16:13:04.249 INFO O| Jul 04 16:13:04.249 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106282026-07-04T16:13:05.015Z[ host-image] Jul 04 16:13:04.249 INFO O| Jul 04 16:13:04.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106292026-07-04T16:13:05.016Z[ host-image] Jul 04 16:13:04.249 INFO O| Jul 04 16:13:04.249 INFO STEP 145 (ensure_dir) COMPLETE
106302026-07-04T16:13:05.016Z[ host-image] Jul 04 16:13:04.249 INFO O| Jul 04 16:13:04.249 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106312026-07-04T16:13:05.021Z[ host-image] Jul 04 16:13:04.257 INFO O| Jul 04 16:13:04.257 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106322026-07-04T16:13:05.024Z[ host-image] Jul 04 16:13:04.257 INFO O| Jul 04 16:13:04.257 INFO copying /tmp/.tmpsXpZXY/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106332026-07-04T16:13:05.024Z[ host-image] Jul 04 16:13:04.257 INFO O| Jul 04 16:13:04.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106342026-07-04T16:13:05.024Z[ host-image] Jul 04 16:13:04.257 INFO O| Jul 04 16:13:04.257 INFO ok!
106352026-07-04T16:13:05.025Z[ host-image] Jul 04 16:13:04.257 INFO O| Jul 04 16:13:04.257 INFO STEP 146 (ensure_file) COMPLETE
106362026-07-04T16:13:05.025Z[ host-image] Jul 04 16:13:04.257 INFO O| Jul 04 16:13:04.257 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-07-04T16:13:05.029Z[ host-image] Jul 04 16:13:04.265 INFO O| Jul 04 16:13:04.265 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106382026-07-04T16:13:05.032Z[ host-image] Jul 04 16:13:04.265 INFO O| Jul 04 16:13:04.265 INFO STEP 147 (remove_files) COMPLETE
106392026-07-04T16:13:05.032Z[ host-image] Jul 04 16:13:04.265 INFO O| Jul 04 16:13:04.265 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-07-04T16:13:05.037Z[ host-image] Jul 04 16:13:04.273 INFO O| Jul 04 16:13:04.273 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106412026-07-04T16:13:05.040Z[ host-image] Jul 04 16:13:04.273 INFO O| Jul 04 16:13:04.273 INFO STEP 148 (remove_files) COMPLETE
106422026-07-04T16:13:05.040Z[ host-image] Jul 04 16:13:04.273 INFO O| Jul 04 16:13:04.273 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-07-04T16:13:05.044Z[ host-image] Jul 04 16:13:04.280 INFO O| Jul 04 16:13:04.280 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106442026-07-04T16:13:05.047Z[ host-image] Jul 04 16:13:04.280 INFO O| Jul 04 16:13:04.280 INFO STEP 149 (remove_files) COMPLETE
106452026-07-04T16:13:05.047Z[ host-image] Jul 04 16:13:04.280 INFO O| Jul 04 16:13:04.280 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-07-04T16:13:05.051Z[ host-image] Jul 04 16:13:04.287 INFO O| Jul 04 16:13:04.287 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106472026-07-04T16:13:05.054Z[ host-image] Jul 04 16:13:04.287 INFO O| Jul 04 16:13:04.287 INFO STEP 150 (remove_files) COMPLETE
106482026-07-04T16:13:05.054Z[ host-image] Jul 04 16:13:04.287 INFO O| Jul 04 16:13:04.287 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-07-04T16:13:05.060Z[ host-image] Jul 04 16:13:04.296 INFO O| Jul 04 16:13:04.296 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106502026-07-04T16:13:05.064Z[ host-image] Jul 04 16:13:04.296 INFO O| Jul 04 16:13:04.296 INFO STEP 151 (remove_files) COMPLETE
106512026-07-04T16:13:05.064Z[ host-image] Jul 04 16:13:04.296 INFO O| Jul 04 16:13:04.296 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-07-04T16:13:05.067Z[ host-image] Jul 04 16:13:04.303 INFO O| Jul 04 16:13:04.303 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106532026-07-04T16:13:05.067Z[ host-image] Jul 04 16:13:04.303 INFO O| Jul 04 16:13:04.303 INFO STEP 152 (remove_files) COMPLETE
106542026-07-04T16:13:05.070Z[ host-image] Jul 04 16:13:04.303 INFO O| Jul 04 16:13:04.303 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-07-04T16:13:05.075Z[ host-image] Jul 04 16:13:04.310 INFO O| Jul 04 16:13:04.310 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106562026-07-04T16:13:05.075Z[ host-image] Jul 04 16:13:04.310 INFO O| Jul 04 16:13:04.310 INFO STEP 153 (remove_files) COMPLETE
106572026-07-04T16:13:05.079Z[ host-image] Jul 04 16:13:04.310 INFO O| Jul 04 16:13:04.310 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-07-04T16:13:05.083Z[ host-image] Jul 04 16:13:04.319 INFO O| Jul 04 16:13:04.319 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106592026-07-04T16:13:05.083Z[ host-image] Jul 04 16:13:04.319 INFO O| Jul 04 16:13:04.319 INFO STEP 154 (remove_files) COMPLETE
106602026-07-04T16:13:05.083Z[ host-image] Jul 04 16:13:04.319 INFO O| Jul 04 16:13:04.319 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-07-04T16:13:05.091Z[ host-image] Jul 04 16:13:04.327 INFO O| Jul 04 16:13:04.327 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106622026-07-04T16:13:05.091Z[ host-image] Jul 04 16:13:04.327 INFO O| Jul 04 16:13:04.327 INFO STEP 155 (remove_files) COMPLETE
106632026-07-04T16:13:05.091Z[ host-image] Jul 04 16:13:04.327 INFO O| Jul 04 16:13:04.327 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-07-04T16:13:05.098Z[ host-image] Jul 04 16:13:04.334 INFO O| Jul 04 16:13:04.334 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106652026-07-04T16:13:05.099Z[ host-image] Jul 04 16:13:04.334 INFO O| Jul 04 16:13:04.334 INFO STEP 156 (remove_files) COMPLETE
106662026-07-04T16:13:05.102Z[ host-image] Jul 04 16:13:04.334 INFO O| Jul 04 16:13:04.334 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-07-04T16:13:05.105Z[ host-image] Jul 04 16:13:04.341 INFO O| Jul 04 16:13:04.341 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106682026-07-04T16:13:05.105Z[ host-image] Jul 04 16:13:04.341 INFO O| Jul 04 16:13:04.341 INFO STEP 157 (remove_files) COMPLETE
106692026-07-04T16:13:05.108Z[ host-image] Jul 04 16:13:04.341 INFO O| Jul 04 16:13:04.341 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-07-04T16:13:05.112Z[ host-image] Jul 04 16:13:04.348 INFO O| Jul 04 16:13:04.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106712026-07-04T16:13:05.112Z[ host-image] Jul 04 16:13:04.348 INFO O| Jul 04 16:13:04.348 INFO STEP 158 (remove_files) COMPLETE
106722026-07-04T16:13:05.114Z[ host-image] Jul 04 16:13:04.348 INFO O| Jul 04 16:13:04.348 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-07-04T16:13:05.120Z[ host-image] Jul 04 16:13:04.356 INFO O| Jul 04 16:13:04.355 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106742026-07-04T16:13:05.122Z[ host-image] Jul 04 16:13:04.356 INFO O| Jul 04 16:13:04.356 INFO STEP 159 (remove_files) COMPLETE
106752026-07-04T16:13:05.122Z[ host-image] Jul 04 16:13:04.356 INFO O| Jul 04 16:13:04.356 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-07-04T16:13:05.127Z[ host-image] Jul 04 16:13:04.363 INFO O| Jul 04 16:13:04.363 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106772026-07-04T16:13:05.127Z[ host-image] Jul 04 16:13:04.363 INFO O| Jul 04 16:13:04.363 INFO STEP 160 (remove_files) COMPLETE
106782026-07-04T16:13:05.127Z[ host-image] Jul 04 16:13:04.363 INFO O| Jul 04 16:13:04.363 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-07-04T16:13:05.134Z[ host-image] Jul 04 16:13:04.370 INFO O| Jul 04 16:13:04.370 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106802026-07-04T16:13:05.135Z[ host-image] Jul 04 16:13:04.370 INFO O| Jul 04 16:13:04.370 INFO STEP 161 (remove_files) COMPLETE
106812026-07-04T16:13:05.138Z[ host-image] Jul 04 16:13:04.370 INFO O| Jul 04 16:13:04.370 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-07-04T16:13:05.141Z[ host-image] Jul 04 16:13:04.377 INFO O| Jul 04 16:13:04.377 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106832026-07-04T16:13:05.141Z[ host-image] Jul 04 16:13:04.377 INFO O| Jul 04 16:13:04.377 INFO STEP 162 (remove_files) COMPLETE
106842026-07-04T16:13:05.144Z[ host-image] Jul 04 16:13:04.377 INFO O| Jul 04 16:13:04.377 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-07-04T16:13:05.147Z[ host-image] Jul 04 16:13:04.383 INFO O| Jul 04 16:13:04.383 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106862026-07-04T16:13:05.150Z[ host-image] Jul 04 16:13:04.383 INFO O| Jul 04 16:13:04.383 INFO STEP 163 (remove_files) COMPLETE
106872026-07-04T16:13:05.150Z[ host-image] Jul 04 16:13:04.383 INFO O| Jul 04 16:13:04.383 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-07-04T16:13:05.153Z[ host-image] Jul 04 16:13:04.389 INFO O| Jul 04 16:13:04.389 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106892026-07-04T16:13:05.154Z[ host-image] Jul 04 16:13:04.389 INFO O| Jul 04 16:13:04.389 INFO STEP 164 (remove_files) COMPLETE
106902026-07-04T16:13:05.156Z[ host-image] Jul 04 16:13:04.389 INFO O| Jul 04 16:13:04.389 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-07-04T16:13:05.159Z[ host-image] Jul 04 16:13:04.395 INFO O| Jul 04 16:13:04.395 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106922026-07-04T16:13:05.159Z[ host-image] Jul 04 16:13:04.395 INFO O| Jul 04 16:13:04.395 INFO STEP 165 (remove_files) COMPLETE
106932026-07-04T16:13:05.159Z[ host-image] Jul 04 16:13:04.395 INFO O| Jul 04 16:13:04.395 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-07-04T16:13:05.165Z[ host-image] Jul 04 16:13:04.401 INFO O| Jul 04 16:13:04.401 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106952026-07-04T16:13:05.166Z[ host-image] Jul 04 16:13:04.401 INFO O| Jul 04 16:13:04.401 INFO STEP 166 (remove_files) COMPLETE
106962026-07-04T16:13:05.166Z[ host-image] Jul 04 16:13:04.401 INFO O| Jul 04 16:13:04.401 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-07-04T16:13:05.173Z[ host-image] Jul 04 16:13:04.408 INFO O| Jul 04 16:13:04.408 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106982026-07-04T16:13:05.173Z[ host-image] Jul 04 16:13:04.408 INFO O| Jul 04 16:13:04.408 INFO STEP 167 (remove_files) COMPLETE
106992026-07-04T16:13:05.175Z[ host-image] Jul 04 16:13:04.408 INFO O| Jul 04 16:13:04.408 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-07-04T16:13:05.180Z[ host-image] Jul 04 16:13:04.416 INFO O| Jul 04 16:13:04.416 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
107012026-07-04T16:13:05.180Z[ host-image] Jul 04 16:13:04.416 INFO O| Jul 04 16:13:04.416 INFO STEP 168 (remove_files) COMPLETE
107022026-07-04T16:13:05.183Z[ host-image] Jul 04 16:13:04.416 INFO O| Jul 04 16:13:04.416 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-07-04T16:13:05.186Z[ host-image] Jul 04 16:13:04.422 INFO O| Jul 04 16:13:04.422 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
107042026-07-04T16:13:05.186Z[ host-image] Jul 04 16:13:04.422 INFO O| Jul 04 16:13:04.422 INFO STEP 169 (remove_files) COMPLETE
107052026-07-04T16:13:05.188Z[ host-image] Jul 04 16:13:04.422 INFO O| Jul 04 16:13:04.422 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-07-04T16:13:05.193Z[ host-image] Jul 04 16:13:04.429 INFO O| Jul 04 16:13:04.429 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107072026-07-04T16:13:05.193Z[ host-image] Jul 04 16:13:04.429 INFO O| Jul 04 16:13:04.429 INFO STEP 170 (remove_files) COMPLETE
107082026-07-04T16:13:05.195Z[ host-image] Jul 04 16:13:04.429 INFO O| Jul 04 16:13:04.429 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-07-04T16:13:05.200Z[ host-image] Jul 04 16:13:04.436 INFO O| Jul 04 16:13:04.436 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107102026-07-04T16:13:05.203Z[ host-image] Jul 04 16:13:04.436 INFO O| Jul 04 16:13:04.436 INFO STEP 171 (remove_files) COMPLETE
107112026-07-04T16:13:05.203Z[ host-image] Jul 04 16:13:04.436 INFO O| Jul 04 16:13:04.436 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-07-04T16:13:05.208Z[ host-image] Jul 04 16:13:04.444 INFO O| Jul 04 16:13:04.444 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107132026-07-04T16:13:05.208Z[ host-image] Jul 04 16:13:04.444 INFO O| Jul 04 16:13:04.444 INFO STEP 172 (remove_files) COMPLETE
107142026-07-04T16:13:05.211Z[ host-image] Jul 04 16:13:04.444 INFO O| Jul 04 16:13:04.444 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-07-04T16:13:05.215Z[ host-image] Jul 04 16:13:04.451 INFO O| Jul 04 16:13:04.451 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107162026-07-04T16:13:05.215Z[ host-image] Jul 04 16:13:04.451 INFO O| Jul 04 16:13:04.451 INFO STEP 173 (remove_files) COMPLETE
107172026-07-04T16:13:05.218Z[ host-image] Jul 04 16:13:04.451 INFO O| Jul 04 16:13:04.451 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107182026-07-04T16:13:05.223Z[ host-image] Jul 04 16:13:04.459 INFO O| Jul 04 16:13:04.459 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107192026-07-04T16:13:05.223Z[ host-image] Jul 04 16:13:04.459 INFO O| Jul 04 16:13:04.459 INFO STEP 174 (remove_files) COMPLETE
107202026-07-04T16:13:05.223Z[ host-image] Jul 04 16:13:04.459 INFO O| Jul 04 16:13:04.459 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107212026-07-04T16:13:05.230Z[ host-image] Jul 04 16:13:04.466 INFO O| Jul 04 16:13:04.465 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107222026-07-04T16:13:05.230Z[ host-image] Jul 04 16:13:04.466 INFO O| Jul 04 16:13:04.466 INFO STEP 175 (remove_files) COMPLETE
107232026-07-04T16:13:05.232Z[ host-image] Jul 04 16:13:04.466 INFO O| Jul 04 16:13:04.466 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107242026-07-04T16:13:05.240Z[ host-image] Jul 04 16:13:04.475 INFO O| Jul 04 16:13:04.475 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107252026-07-04T16:13:05.241Z[ host-image] Jul 04 16:13:04.475 INFO O| Jul 04 16:13:04.475 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"}
107262026-07-04T16:13:05.925Z[ recovery-image] Jul 04 16:13:05.160 INFO E| Compiling scroll_derive v0.13.1
107272026-07-04T16:13:06.990Z[ recovery-image] Jul 04 16:13:06.225 INFO E| Compiling bitstruct_derive v0.1.0
107282026-07-04T16:13:12.449Z[ host-image] Jul 04 16:13:11.684 INFO O| Jul 04 16:13:11.684 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
107292026-07-04T16:13:12.449Z[ host-image] Jul 04 16:13:11.684 INFO O| Jul 04 16:13:11.684 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107302026-07-04T16:13:12.463Z[ host-image] Jul 04 16:13:11.697 INFO O| Jul 04 16:13:11.697 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107312026-07-04T16:13:12.560Z[ host-image] Jul 04 16:13:11.795 INFO O| Jul 04 16:13:11.795 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107322026-07-04T16:13:12.612Z[ host-image] Jul 04 16:13:11.847 INFO O| Jul 04 16:13:11.847 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107332026-07-04T16:13:12.676Z[ host-image] Jul 04 16:13:11.911 INFO O| Jul 04 16:13:11.911 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107342026-07-04T16:13:12.676Z[ host-image] Jul 04 16:13:11.911 INFO O| Jul 04 16:13:11.911 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107352026-07-04T16:13:12.760Z[ host-image] Jul 04 16:13:11.995 INFO O| Jul 04 16:13:11.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107362026-07-04T16:13:12.760Z[ host-image] Jul 04 16:13:11.995 INFO O| Jul 04 16:13:11.995 INFO ok!
107372026-07-04T16:13:12.765Z[ host-image] Jul 04 16:13:11.995 INFO O| Jul 04 16:13:11.995 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107382026-07-04T16:13:12.765Z[ host-image] Jul 04 16:13:11.995 INFO O| Jul 04 16:13:11.995 INFO STEP 176 (seed_smf) COMPLETE
107392026-07-04T16:13:12.765Z[ host-image] Jul 04 16:13:11.995 INFO O| Jul 04 16:13:11.995 INFO steps complete; finalising image!
107402026-07-04T16:13:12.765Z[ host-image] Jul 04 16:13:11.995 INFO O| Jul 04 16:13:11.995 INFO TRIM POOL: TEMPORARY-sled-zfs
107412026-07-04T16:13:12.789Z[ host-image] Jul 04 16:13:12.025 INFO O| Jul 04 16:13:12.025 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Sat Jul 4 16:13:11 2026)
107422026-07-04T16:13:13.004Z[ host-image] Jul 04 16:13:12.239 INFO O| Jul 04 16:13:12.239 INFO temporary pool has 849M used, 47.2M avail, 1.82x compressratio
107432026-07-04T16:13:13.004Z[ host-image] Jul 04 16:13:12.239 INFO O| Jul 04 16:13:12.239 INFO EXPORT POOL: TEMPORARY-sled-zfs
107442026-07-04T16:13:13.346Z[ host-image] Jul 04 16:13:12.582 INFO O| Jul 04 16:13:12.582 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107452026-07-04T16:13:13.346Z[ host-image] Jul 04 16:13:12.582 INFO O| Jul 04 16:13:12.582 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107462026-07-04T16:13:14.044Z[ host-image] Jul 04 16:13:13.279 INFO O| Jul 04 16:13:13.279 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107472026-07-04T16:13:14.044Z[ host-image] Jul 04 16:13:13.279 INFO O| Jul 04 16:13:13.279 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107482026-07-04T16:13:14.047Z[ host-image] Jul 04 16:13:13.279 INFO O| Jul 04 16:13:13.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107492026-07-04T16:13:14.047Z[ host-image] Jul 04 16:13:13.280 INFO O| Jul 04 16:13:13.279 INFO completed processing sled/zfs
107502026-07-04T16:13:14.047Z[ host-image] Jul 04 16:13:13.280 INFO O| Jul 04 16:13:13.279 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107512026-07-04T16:13:16.494Z[ recovery-image] Jul 04 16:13:15.729 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)
107522026-07-04T16:13:18.669Z[ recovery-image] Jul 04 16:13:17.903 INFO E| Compiling bitflags v1.3.2
107532026-07-04T16:13:18.669Z[ recovery-image] Jul 04 16:13:17.903 INFO E| Compiling bit_field v0.10.3
107542026-07-04T16:13:18.672Z[ recovery-image] Jul 04 16:13:17.903 INFO E| Compiling plain v0.2.3
107552026-07-04T16:13:18.672Z[ recovery-image] Jul 04 16:13:17.904 INFO E| Compiling adler2 v2.0.1
107562026-07-04T16:13:18.672Z[ recovery-image] Jul 04 16:13:17.904 INFO E| Compiling log v0.4.32
107572026-07-04T16:13:18.672Z[ recovery-image] Jul 04 16:13:17.904 INFO E| Compiling bitflags v2.13.0
107582026-07-04T16:13:18.672Z[ recovery-image] Jul 04 16:13:17.904 INFO E| Compiling scroll v0.13.0
107592026-07-04T16:13:18.672Z[ recovery-image] Jul 04 16:13:17.904 INFO E| Compiling static_assertions v1.1.0
107602026-07-04T16:13:18.672Z[ recovery-image] Jul 04 16:13:17.904 INFO E| Compiling bitstruct v0.1.1
107612026-07-04T16:13:18.725Z[ recovery-image] Jul 04 16:13:17.960 INFO E| Compiling raw-cpuid v10.7.0
107622026-07-04T16:13:18.776Z[ recovery-image] Jul 04 16:13:18.011 INFO E| Compiling miniz_oxide v0.9.1
107632026-07-04T16:13:18.841Z[ recovery-image] Jul 04 16:13:18.076 INFO E| Compiling cpio_reader v0.1.2
107642026-07-04T16:13:18.907Z[ recovery-image] Jul 04 16:13:18.141 INFO E| Compiling goblin v0.10.7
107652026-07-04T16:13:21.831Z[ recovery-image] Jul 04 16:13:21.066 INFO E| Finished `release` profile [optimized] target(s) in 19.28s
107662026-07-04T16:13:21.850Z[ recovery-image] Jul 04 16:13:21.085 INFO building ROM for cosmo
107672026-07-04T16:13:21.850Z[ recovery-image] Jul 04 16:13:21.086 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")
107682026-07-04T16:13:21.930Z[ recovery-image] Jul 04 16:13:21.165 INFO E| Downloading crates ...
107692026-07-04T16:13:21.983Z[ recovery-image] Jul 04 16:13:21.219 INFO E| Downloaded serde_spanned v0.6.8
107702026-07-04T16:13:21.995Z[ recovery-image] Jul 04 16:13:21.230 INFO E| Downloaded anstyle-parse v0.2.6
107712026-07-04T16:13:21.998Z[ recovery-image] Jul 04 16:13:21.232 INFO E| Downloaded anstream v0.6.18
107722026-07-04T16:13:21.998Z[ recovery-image] Jul 04 16:13:21.233 INFO E| Downloaded clap_derive v4.5.32
107732026-07-04T16:13:22.003Z[ recovery-image] Jul 04 16:13:21.239 INFO E| Downloaded is_terminal_polyfill v1.70.1
107742026-07-04T16:13:22.006Z[ recovery-image] Jul 04 16:13:21.240 INFO E| Downloaded shared_child v1.0.1
107752026-07-04T16:13:22.006Z[ recovery-image] Jul 04 16:13:21.240 INFO E| Downloaded os_pipe v1.2.1
107762026-07-04T16:13:22.006Z[ recovery-image] Jul 04 16:13:21.241 INFO E| Downloaded anstyle v1.0.10
107772026-07-04T16:13:22.010Z[ recovery-image] Jul 04 16:13:21.246 INFO E| Downloaded clap_lex v0.7.4
107782026-07-04T16:13:22.013Z[ recovery-image] Jul 04 16:13:21.247 INFO E| Downloaded anstyle-query v1.1.2
107792026-07-04T16:13:22.017Z[ recovery-image] Jul 04 16:13:21.250 INFO E| Downloaded toml_datetime v0.6.9
107802026-07-04T16:13:22.021Z[ recovery-image] Jul 04 16:13:21.257 INFO E| Downloaded colorchoice v1.0.3
107812026-07-04T16:13:22.024Z[ recovery-image] Jul 04 16:13:21.258 INFO E| Downloaded toml_write v0.1.1
107822026-07-04T16:13:22.024Z[ recovery-image] Jul 04 16:13:21.259 INFO E| Downloaded duct v0.13.7
107832026-07-04T16:13:22.048Z[ recovery-image] Jul 04 16:13:21.283 INFO E| Downloaded toml v0.8.22
107842026-07-04T16:13:22.069Z[ recovery-image] Jul 04 16:13:21.304 INFO E| Downloaded clap v4.5.37
107852026-07-04T16:13:22.074Z[ recovery-image] Jul 04 16:13:21.309 INFO E| Downloaded cc v1.2.20
107862026-07-04T16:13:22.076Z[ recovery-image] Jul 04 16:13:21.311 INFO E| Downloaded winnow v0.7.7
107872026-07-04T16:13:22.081Z[ recovery-image] Jul 04 16:13:21.317 INFO E| Downloaded toml_edit v0.22.26
107882026-07-04T16:13:22.111Z[ recovery-image] Jul 04 16:13:21.346 INFO E| Downloaded clap_builder v4.5.37
107892026-07-04T16:13:22.124Z[ recovery-image] Jul 04 16:13:21.359 INFO E| Compiling libc v0.2.172
107902026-07-04T16:13:22.127Z[ recovery-image] Jul 04 16:13:21.359 INFO E| Compiling utf8parse v0.2.2
107912026-07-04T16:13:22.127Z[ recovery-image] Jul 04 16:13:21.359 INFO E| Compiling colorchoice v1.0.3
107922026-07-04T16:13:22.128Z[ recovery-image] Jul 04 16:13:21.360 INFO E| Compiling anstyle-query v1.1.2
107932026-07-04T16:13:22.128Z[ recovery-image] Jul 04 16:13:21.360 INFO E| Compiling equivalent v1.0.2
107942026-07-04T16:13:22.128Z[ recovery-image] Jul 04 16:13:21.360 INFO E| Compiling is_terminal_polyfill v1.70.1
107952026-07-04T16:13:22.142Z[ recovery-image] Jul 04 16:13:21.377 INFO E| Compiling shlex v1.3.0
107962026-07-04T16:13:22.145Z[ recovery-image] Jul 04 16:13:21.377 INFO E| Compiling once_cell v1.21.3
107972026-07-04T16:13:22.145Z[ recovery-image] Jul 04 16:13:21.378 INFO E| Compiling anstyle v1.0.10
107982026-07-04T16:13:22.145Z[ recovery-image] Jul 04 16:13:21.378 INFO E| Compiling hashbrown v0.15.2
107992026-07-04T16:13:22.145Z[ recovery-image] Jul 04 16:13:21.378 INFO E| Compiling toml_write v0.1.1
108002026-07-04T16:13:22.145Z[ recovery-image] Jul 04 16:13:21.378 INFO E| Compiling clap_lex v0.7.4
108012026-07-04T16:13:22.145Z[ recovery-image] Jul 04 16:13:21.378 INFO E| Compiling winnow v0.7.7
108022026-07-04T16:13:22.154Z[ recovery-image] Jul 04 16:13:21.390 INFO E| Compiling anyhow v1.0.98
108032026-07-04T16:13:22.162Z[ recovery-image] Jul 04 16:13:21.397 INFO E| Compiling syn v2.0.101
108042026-07-04T16:13:22.165Z[ recovery-image] Jul 04 16:13:21.397 INFO E| Compiling strsim v0.11.1
108052026-07-04T16:13:22.267Z[ recovery-image] Jul 04 16:13:21.502 INFO E| Compiling anstyle-parse v0.2.6
108062026-07-04T16:13:22.325Z[ recovery-image] Jul 04 16:13:21.561 INFO E| Compiling cc v1.2.20
108072026-07-04T16:13:22.416Z[ recovery-image] Jul 04 16:13:21.651 INFO E| Compiling anstream v0.6.18
108082026-07-04T16:13:22.631Z[ recovery-image] Jul 04 16:13:21.866 INFO E| Compiling clap_builder v4.5.37
108092026-07-04T16:13:22.656Z[ recovery-image] Jul 04 16:13:21.892 INFO E| Compiling indexmap v2.9.0
108102026-07-04T16:13:22.817Z[ recovery-image] Jul 04 16:13:22.053 INFO E| Compiling os_pipe v1.2.1
108112026-07-04T16:13:22.817Z[ recovery-image] Jul 04 16:13:22.053 INFO E| Compiling shared_child v1.0.1
108122026-07-04T16:13:22.930Z[ recovery-image] Jul 04 16:13:22.166 INFO E| Compiling duct v0.13.7
108132026-07-04T16:13:23.388Z[ recovery-image] Jul 04 16:13:22.623 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108142026-07-04T16:13:24.263Z[ recovery-image] Jul 04 16:13:23.499 INFO E| Compiling serde_derive v1.0.219
108152026-07-04T16:13:24.263Z[ recovery-image] Jul 04 16:13:23.499 INFO E| Compiling clap_derive v4.5.32
108162026-07-04T16:13:25.533Z[ recovery-image] Jul 04 16:13:24.768 INFO E| Compiling clap v4.5.37
108172026-07-04T16:13:26.172Z[ recovery-image] Jul 04 16:13:25.407 INFO E| Compiling serde v1.0.219
108182026-07-04T16:13:27.657Z[ host-image] Jul 04 16:13:26.892 INFO O| Jul 04 16:13:26.892 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
108192026-07-04T16:13:27.810Z[ host-image] Jul 04 16:13:27.045 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
108202026-07-04T16:13:27.810Z[ host-image] Jul 04 16:13:27.045 INFO expanded image name: "ci 49c1544/${os_short_commit} 2026-07-04 15:58" -> "ci 49c1544/9b09742 2026-07-04 15:58"
108212026-07-04T16:13:27.813Z[ host-image] Jul 04 16:13:27.045 INFO output artefacts stored in: "/work/os-host"
108222026-07-04T16:13:27.813Z[ host-image] Jul 04 16:13:27.045 INFO collecting git info from project "pilot"...
108232026-07-04T16:13:27.817Z[ host-image] Jul 04 16:13:27.052 INFO collecting git info from project "chelsio-t6-roms"...
108242026-07-04T16:13:27.822Z[ host-image] Jul 04 16:13:27.058 INFO collecting git info from project "dmar-report"...
108252026-07-04T16:13:27.827Z[ host-image] Jul 04 16:13:27.062 INFO collecting git info from project "phbl"...
108262026-07-04T16:13:27.831Z[ host-image] Jul 04 16:13:27.067 INFO collecting git info from project "amd-firmware"...
108272026-07-04T16:13:27.846Z[ host-image] Jul 04 16:13:27.079 INFO collecting git info from project "image-builder"...
108282026-07-04T16:13:27.849Z[ host-image] Jul 04 16:13:27.083 INFO collecting git info from project "bootserver"...
108292026-07-04T16:13:27.852Z[ host-image] Jul 04 16:13:27.088 INFO collecting git info from project "pinprick"...
108302026-07-04T16:13:27.856Z[ host-image] Jul 04 16:13:27.092 INFO collecting git info from project "amd-host-image-builder"...
108312026-07-04T16:13:27.861Z[ host-image] Jul 04 16:13:27.097 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
108322026-07-04T16:13:27.945Z[ recovery-image] Jul 04 16:13:27.180 INFO E| Compiling serde_spanned v0.6.8
108332026-07-04T16:13:27.945Z[ recovery-image] Jul 04 16:13:27.180 INFO E| Compiling toml_datetime v0.6.9
108342026-07-04T16:13:28.093Z[ recovery-image] Jul 04 16:13:27.327 INFO E| Compiling toml_edit v0.22.26
108352026-07-04T16:13:28.194Z[ host-image] Jul 04 16:13:27.429 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
108362026-07-04T16:13:28.509Z[ host-image] Jul 04 16:13:27.744 INFO creating Oxide boot image...
108372026-07-04T16:13:28.509Z[ host-image] Jul 04 16:13:27.744 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 49c1544/9b09742 2026-07-04 15:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
108382026-07-04T16:13:29.201Z[ host-image] Jul 04 16:13:28.436 INFO O| ok, image written!
108392026-07-04T16:13:29.201Z[ host-image] Jul 04 16:13:28.436 INFO O| ok, boot_image_csum file written!
108402026-07-04T16:13:29.204Z[ host-image] Jul 04 16:13:28.438 INFO creating boot archive (CPIO)...
108412026-07-04T16:13:29.205Z[ host-image] Jul 04 16:13:28.438 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
108422026-07-04T16:13:29.207Z[ host-image] Jul 04 16:13:28.442 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
108432026-07-04T16:13:29.208Z[ host-image] Jul 04 16:13:28.442 INFO E| + outfile=/work/os-host/cpio
108442026-07-04T16:13:29.208Z[ host-image] Jul 04 16:13:28.442 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
108452026-07-04T16:13:29.210Z[ host-image] Jul 04 16:13:28.444 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
108462026-07-04T16:13:29.210Z[ host-image] Jul 04 16:13:28.444 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
108472026-07-04T16:13:29.235Z[ host-image] Jul 04 16:13:28.471 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
108482026-07-04T16:13:29.238Z[ host-image] Jul 04 16:13:28.471 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
108492026-07-04T16:13:29.242Z[ host-image] Jul 04 16:13:28.477 INFO creating compressed cpio/unix for dev loaders...
108502026-07-04T16:13:29.245Z[ host-image] Jul 04 16:13:28.478 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
108512026-07-04T16:13:29.325Z[ recovery-image] Jul 04 16:13:28.561 INFO E| Compiling toml v0.8.22
108522026-07-04T16:13:29.471Z[ host-image] Jul 04 16:13:28.706 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
108532026-07-04T16:13:31.413Z[ recovery-image] Jul 04 16:13:30.648 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s
108542026-07-04T16:13:31.426Z[ recovery-image] Jul 04 16:13:30.662 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`
108552026-07-04T16:13:31.440Z[ recovery-image] Jul 04 16:13:30.675 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108562026-07-04T16:13:31.513Z[ recovery-image] Jul 04 16:13:30.748 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108572026-07-04T16:13:31.520Z[ recovery-image] Jul 04 16:13:30.755 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`
108582026-07-04T16:13:31.741Z[ recovery-image] Jul 04 16:13:30.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108592026-07-04T16:13:31.741Z[ recovery-image] Jul 04 16:13:30.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108602026-07-04T16:13:31.746Z[ recovery-image] Jul 04 16:13:30.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108612026-07-04T16:13:31.746Z[ recovery-image] Jul 04 16:13:30.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108622026-07-04T16:13:31.746Z[ recovery-image] Jul 04 16:13:30.976 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108632026-07-04T16:13:31.746Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108642026-07-04T16:13:31.746Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108652026-07-04T16:13:31.746Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108662026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108672026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108682026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108692026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108702026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108712026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108722026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108732026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108742026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108752026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108762026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108772026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108782026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108792026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108802026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108812026-07-04T16:13:31.747Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108822026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108832026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108842026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108852026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108862026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108872026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108882026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108892026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108902026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108912026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108922026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108932026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108942026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
108952026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.977 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
108962026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
108972026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
108982026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
108992026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109002026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109012026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109022026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109032026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109042026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109052026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109062026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109072026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109082026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109092026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109102026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109112026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO O| Info: ABL version: 0x100af010
109122026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109132026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109142026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109152026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.978 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109162026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109172026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109182026-07-04T16:13:31.748Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109192026-07-04T16:13:31.749Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109202026-07-04T16:13:31.749Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109212026-07-04T16:13:31.749Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109222026-07-04T16:13:31.749Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109232026-07-04T16:13:31.749Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109242026-07-04T16:13:31.749Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109252026-07-04T16:13:31.749Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109262026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109272026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109282026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109292026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109302026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109312026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109322026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109332026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109342026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109352026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109362026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109372026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109382026-07-04T16:13:31.750Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109392026-07-04T16:13:31.753Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109402026-07-04T16:13:31.753Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109412026-07-04T16:13:31.753Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109422026-07-04T16:13:31.753Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109432026-07-04T16:13:31.753Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109442026-07-04T16:13:31.753Z[ recovery-image] Jul 04 16:13:30.979 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109452026-07-04T16:13:31.777Z[ recovery-image] Jul 04 16:13:31.012 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
109462026-07-04T16:13:31.777Z[ recovery-image] Jul 04 16:13:31.012 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109472026-07-04T16:13:31.777Z[ recovery-image] Jul 04 16:13:31.012 INFO building ROM for gimlet
109482026-07-04T16:13:31.780Z[ recovery-image] Jul 04 16:13:31.012 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")
109492026-07-04T16:13:31.870Z[ recovery-image] Jul 04 16:13:31.105 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109502026-07-04T16:13:31.873Z[ recovery-image] Jul 04 16:13:31.108 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`
109512026-07-04T16:13:31.886Z[ recovery-image] Jul 04 16:13:31.121 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
109522026-07-04T16:13:31.957Z[ recovery-image] Jul 04 16:13:31.192 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109532026-07-04T16:13:31.960Z[ recovery-image] Jul 04 16:13:31.195 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`
109542026-07-04T16:13:32.088Z[ recovery-image] Jul 04 16:13:31.322 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
109552026-07-04T16:13:32.088Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
109562026-07-04T16:13:32.088Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
109572026-07-04T16:13:32.088Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
109582026-07-04T16:13:32.091Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
109592026-07-04T16:13:32.091Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
109602026-07-04T16:13:32.091Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
109612026-07-04T16:13:32.091Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
109622026-07-04T16:13:32.091Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
109632026-07-04T16:13:32.091Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
109642026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
109652026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
109662026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
109672026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
109682026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
109692026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO O| Info: ABL version: 0x100f5010
109702026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
109712026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
109722026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
109732026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
109742026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.323 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
109752026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
109762026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
109772026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109782026-07-04T16:13:32.093Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109792026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109802026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109812026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109822026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109832026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109842026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109852026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109862026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109872026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109882026-07-04T16:13:32.095Z[ recovery-image] Jul 04 16:13:31.324 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109892026-07-04T16:13:32.125Z[ recovery-image] Jul 04 16:13:31.360 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109902026-07-04T16:13:32.849Z[ host-image] Jul 04 16:13:32.084 INFO creating reset image...
109912026-07-04T16:13:32.850Z[ host-image] Jul 04 16:13:32.084 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")
109922026-07-04T16:13:32.922Z[ host-image] Jul 04 16:13:32.157 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
109932026-07-04T16:13:32.925Z[ host-image] Jul 04 16:13:32.160 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
109942026-07-04T16:13:33.185Z[ host-image] Jul 04 16:13:32.420 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)
109952026-07-04T16:13:33.185Z[ host-image] Jul 04 16:13:32.420 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)
109962026-07-04T16:13:33.188Z[ host-image] Jul 04 16:13:32.420 INFO E| Compiling proc-macro2 v1.0.106
109972026-07-04T16:13:33.188Z[ host-image] Jul 04 16:13:32.420 INFO E| Compiling quote v1.0.45
109982026-07-04T16:13:33.188Z[ host-image] Jul 04 16:13:32.420 INFO E| Compiling unicode-ident v1.0.24
109992026-07-04T16:13:33.188Z[ host-image] Jul 04 16:13:32.420 INFO E| Compiling syn v1.0.109
110002026-07-04T16:13:33.188Z[ host-image] Jul 04 16:13:32.420 INFO E| Compiling x86 v0.52.0
110012026-07-04T16:13:33.188Z[ host-image] Jul 04 16:13:32.420 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110022026-07-04T16:13:33.188Z[ host-image] Jul 04 16:13:32.420 INFO E| Compiling seq-macro v0.3.6
110032026-07-04T16:13:33.475Z[ recovery-image] Jul 04 16:13:32.710 INFO image complete! materials are in "/work/os-recovery"
110042026-07-04T16:13:33.479Z[ recovery-image]
110052026-07-04T16:13:33.479Z[ recovery-image] real 4:17.054703366
110062026-07-04T16:13:33.479Z[ recovery-image] user 2:43.703980475
110072026-07-04T16:13:33.479Z[ recovery-image] sys 38.732145691
110082026-07-04T16:13:33.479Z[ recovery-image] trap 0.080108111
110092026-07-04T16:13:33.479Z[ recovery-image] tflt 0.693004617
110102026-07-04T16:13:33.479Z[ recovery-image] dflt 0.842058507
110112026-07-04T16:13:33.479Z[ recovery-image] kflt 0.000166907
110122026-07-04T16:13:33.479Z[ recovery-image] lock 8:19.328448240
110132026-07-04T16:13:33.479Z[ recovery-image] slp 24:33.387113739
110142026-07-04T16:13:33.480Z[ recovery-image] lat 27.079652418
110152026-07-04T16:13:33.480Z[ recovery-image] stop 7.840847157
110162026-07-04T16:13:33.480ZJul 04 16:13:32.714 INFO [recovery-image] process exited with exit status: 0 (257.060260026s)
110172026-07-04T16:13:34.133Z[ host-image] Jul 04 16:13:33.368 INFO E| Compiling syn v2.0.117
110182026-07-04T16:13:35.444Z[ host-image] Jul 04 16:13:34.679 INFO E| Compiling scroll_derive v0.13.1
110192026-07-04T16:13:36.460Z[ host-image] Jul 04 16:13:35.695 INFO E| Compiling bitstruct_derive v0.1.0
110202026-07-04T16:13:46.266Z[ host-image] Jul 04 16:13:45.501 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)
110212026-07-04T16:13:48.471Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling bitflags v1.3.2
110222026-07-04T16:13:48.475Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling bitflags v2.13.0
110232026-07-04T16:13:48.475Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling adler2 v2.0.1
110242026-07-04T16:13:48.475Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling plain v0.2.3
110252026-07-04T16:13:48.475Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling scroll v0.13.0
110262026-07-04T16:13:48.475Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling log v0.4.32
110272026-07-04T16:13:48.475Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling bit_field v0.10.3
110282026-07-04T16:13:48.476Z[ host-image] Jul 04 16:13:47.706 INFO E| Compiling static_assertions v1.1.0
110292026-07-04T16:13:48.476Z[ host-image] Jul 04 16:13:47.707 INFO E| Compiling bitstruct v0.1.1
110302026-07-04T16:13:48.525Z[ host-image] Jul 04 16:13:47.759 INFO E| Compiling raw-cpuid v10.7.0
110312026-07-04T16:13:48.575Z[ host-image] Jul 04 16:13:47.810 INFO E| Compiling miniz_oxide v0.9.1
110322026-07-04T16:13:48.643Z[ host-image] Jul 04 16:13:47.878 INFO E| Compiling cpio_reader v0.1.2
110332026-07-04T16:13:48.693Z[ host-image] Jul 04 16:13:47.928 INFO E| Compiling goblin v0.10.7
110342026-07-04T16:13:51.644Z[ host-image] Jul 04 16:13:50.878 INFO E| Finished `release` profile [optimized] target(s) in 18.70s
110352026-07-04T16:13:51.657Z[ host-image] Jul 04 16:13:50.892 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110362026-07-04T16:13:51.657Z[ host-image] Jul 04 16:13:50.892 INFO building ROM for gimlet
110372026-07-04T16:13:51.660Z[ host-image] Jul 04 16:13:50.892 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")
110382026-07-04T16:13:51.749Z[ host-image] Jul 04 16:13:50.984 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110392026-07-04T16:13:51.753Z[ host-image] Jul 04 16:13:50.987 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`
110402026-07-04T16:13:51.763Z[ host-image] Jul 04 16:13:50.998 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110412026-07-04T16:13:51.840Z[ host-image] Jul 04 16:13:51.074 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s
110422026-07-04T16:13:51.843Z[ host-image] Jul 04 16:13:51.078 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`
110432026-07-04T16:13:51.961Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110442026-07-04T16:13:51.961Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110452026-07-04T16:13:51.961Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110462026-07-04T16:13:51.964Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110472026-07-04T16:13:51.964Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110482026-07-04T16:13:51.965Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110492026-07-04T16:13:51.965Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110502026-07-04T16:13:51.965Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110512026-07-04T16:13:51.965Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110522026-07-04T16:13:51.965Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110532026-07-04T16:13:51.965Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110542026-07-04T16:13:51.965Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110552026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110562026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110572026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.196 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110582026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.196 INFO O| Info: ABL version: 0x100f5010
110592026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.196 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110602026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110612026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110622026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110632026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110642026-07-04T16:13:51.966Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110652026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110662026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110672026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110682026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110692026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110702026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110712026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110722026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110732026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110742026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110752026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110762026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110772026-07-04T16:13:51.967Z[ host-image] Jul 04 16:13:51.197 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110782026-07-04T16:13:51.997Z[ host-image] Jul 04 16:13:51.232 INFO building ROM for cosmo
110792026-07-04T16:13:51.999Z[ host-image] Jul 04 16:13:51.232 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")
110802026-07-04T16:13:52.090Z[ host-image] Jul 04 16:13:51.325 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110812026-07-04T16:13:52.093Z[ host-image] Jul 04 16:13:51.327 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`
110822026-07-04T16:13:52.103Z[ host-image] Jul 04 16:13:51.338 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110832026-07-04T16:13:52.173Z[ host-image] Jul 04 16:13:51.407 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110842026-07-04T16:13:52.179Z[ host-image] Jul 04 16:13:51.414 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`
110852026-07-04T16:13:52.410Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110862026-07-04T16:13:52.411Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110872026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110882026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110892026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110902026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110912026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110922026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110932026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110942026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.645 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110952026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110962026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110972026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110982026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110992026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
111002026-07-04T16:13:52.415Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
111012026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
111022026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
111032026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
111042026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
111052026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
111062026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
111072026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111082026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111092026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111102026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111112026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111122026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111132026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111142026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111152026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111162026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111172026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111182026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111192026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111202026-07-04T16:13:52.416Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111212026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111222026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111232026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111242026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111252026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111262026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.646 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111272026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111282026-07-04T16:13:52.417Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111292026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111302026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111312026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111322026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111332026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111342026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111352026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111362026-07-04T16:13:52.418Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111372026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111382026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO O| Info: ABL version: 0x100af010
111392026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111402026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111412026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111422026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111432026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111442026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111452026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111462026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.647 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111472026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111482026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111492026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111502026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111512026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111522026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111532026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111542026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111552026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111562026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111572026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111582026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111592026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111602026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111612026-07-04T16:13:52.419Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111622026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111632026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111642026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111652026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111662026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111672026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111682026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111692026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111702026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111712026-07-04T16:13:52.420Z[ host-image] Jul 04 16:13:51.648 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111722026-07-04T16:13:52.450Z[ host-image] Jul 04 16:13:51.685 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111732026-07-04T16:13:52.450Z[ host-image] Jul 04 16:13:51.685 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111742026-07-04T16:14:02.136Z[ host-image] Jul 04 16:14:01.370 INFO image complete! materials are in "/work/os-host"
111752026-07-04T16:14:02.139Z[ host-image]
111762026-07-04T16:14:02.139Z[ host-image] real 5:15.687358819
111772026-07-04T16:14:02.139Z[ host-image] user 2:38.201871613
111782026-07-04T16:14:02.139Z[ host-image] sys 36.418368849
111792026-07-04T16:14:02.139Z[ host-image] trap 0.073732615
111802026-07-04T16:14:02.139Z[ host-image] tflt 0.268181957
111812026-07-04T16:14:02.139Z[ host-image] dflt 0.264455018
111822026-07-04T16:14:02.139Z[ host-image] kflt 0.000057593
111832026-07-04T16:14:02.139Z[ host-image] lock 7:39.093496260
111842026-07-04T16:14:02.139Z[ host-image] slp 30:32.678498361
111852026-07-04T16:14:02.139Z[ host-image] lat 22.142571412
111862026-07-04T16:14:02.139Z[ host-image] stop 1.674405061
111872026-07-04T16:14:02.142ZJul 04 16:14:01.375 INFO [host-image] process exited with exit status: 0 (315.693092389s)
111882026-07-04T16:14:02.142ZJul 04 16:14:01.375 INFO [tuf-repo] running task
111892026-07-04T16:14:21.813ZJul 04 16:14:21.047 INFO assembling repository in `/tmp/tufaceouszLHKEG`, component: OmicronRepoAssembler
111902026-07-04T16:14:27.068ZJul 04 16:14:26.302 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111912026-07-04T16:14:27.315ZJul 04 16:14:26.550 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111922026-07-04T16:14:37.464ZJul 04 16:14:36.699 INFO extracting uploaded archive to /tmp/.tmpuQ0DCC
111932026-07-04T16:14:39.456ZJul 04 16:14:38.690 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.CpYkod
111942026-07-04T16:14:39.519ZJul 04 16:14:38.754 INFO added artifact, length: 6688375, hash: d79c0fabd0ae8b9ac214cbf1ab9ab7ca35624c3a237f54b7f5570a61f1201435, version: 1.75.0, kind: gimlet_sp, name: cosmo-a
111952026-07-04T16:14:39.634ZJul 04 16:14:38.868 INFO added artifact, length: 6689817, hash: a013fb3249e70ca00ad127747d323871f219545221a7fd6451399bd3b28c1012, version: 1.75.0, kind: gimlet_sp, name: cosmo-b
111962026-07-04T16:14:39.725ZJul 04 16:14:38.960 INFO added artifact, length: 5483194, hash: 5ca4198fdede424ae2f75bf2720525924b12b1a119ccd9dafb0904fac65548d4, version: 1.75.0, kind: gimlet_sp, name: gimlet-b
111972026-07-04T16:14:39.823ZJul 04 16:14:39.058 INFO added artifact, length: 5486075, hash: 66a6498252f5e75d75a04f79dbe6af9485b770628ff5615b7614866b1c55cf66, version: 1.75.0, kind: gimlet_sp, name: gimlet-c
111982026-07-04T16:14:39.907ZJul 04 16:14:39.141 INFO added artifact, length: 5466043, hash: aa750d1e04bdf114b4981e324712e0a8c4f6acd2b587fd028bc3bc82f46cb0e2, version: 1.75.0, kind: gimlet_sp, name: gimlet-d
111992026-07-04T16:14:39.993ZJul 04 16:14:39.227 INFO added artifact, length: 5465819, hash: 29e2f7c64e83cdadf404bd5570be553a9600aaa187ff231d4dd7d6c03967d16c, version: 1.75.0, kind: gimlet_sp, name: gimlet-e
112002026-07-04T16:14:40.086ZJul 04 16:14:39.320 INFO added artifact, length: 5465843, hash: 6cf303db2c8318157e9efe65a06e98b21ba28b47f913717b4ba7bb4431192357, version: 1.75.0, kind: gimlet_sp, name: gimlet-f
112012026-07-04T16:14:40.179ZJul 04 16:14:39.413 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112022026-07-04T16:14:40.179ZJul 04 16:14:39.413 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112032026-07-04T16:14:40.229ZJul 04 16:14:39.463 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112042026-07-04T16:14:40.232ZJul 04 16:14:39.464 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112052026-07-04T16:14:40.278ZJul 04 16:14:39.512 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112062026-07-04T16:14:40.280ZJul 04 16:14:39.512 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112072026-07-04T16:14:40.323ZJul 04 16:14:39.558 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112082026-07-04T16:14:40.323ZJul 04 16:14:39.558 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112092026-07-04T16:14:40.380ZJul 04 16:14:39.614 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112102026-07-04T16:14:40.380ZJul 04 16:14:39.614 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112112026-07-04T16:14:40.430ZJul 04 16:14:39.665 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112122026-07-04T16:14:40.430ZJul 04 16:14:39.665 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112132026-07-04T16:14:40.480ZJul 04 16:14:39.715 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112142026-07-04T16:14:40.483ZJul 04 16:14:39.715 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112152026-07-04T16:14:40.483ZJul 04 16:14:39.715 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112162026-07-04T16:14:40.483ZJul 04 16:14:39.716 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112172026-07-04T16:14:40.483ZJul 04 16:14:39.717 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112182026-07-04T16:14:40.483ZJul 04 16:14:39.717 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112192026-07-04T16:14:40.483ZJul 04 16:14:39.718 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112202026-07-04T16:14:46.451ZJul 04 16:14:45.685 INFO added artifact, length: 33554432, hash: 3d3841060031f02f314e9e25e896434353a344e21dd8cada9761b214dda68be9, version: 21.0.0-0.ci+git49c15443180, kind: gimlet_host_phase_1, name: host
112212026-07-04T16:14:46.451ZJul 04 16:14:45.685 INFO added artifact, length: 33554432, hash: 47b4ff023e354af52884af638b1dcb229c4b438f6278af782358acd336353c1b, version: 21.0.0-0.ci+git49c15443180, kind: cosmo_host_phase_1, name: host
112222026-07-04T16:14:46.452ZJul 04 16:14:45.685 INFO added artifact, length: 1101008896, hash: 257574e0c84df758907faf08d1ad38514f0050e133c500acd2486488af6a346d, version: 21.0.0-0.ci+git49c15443180, kind: host_phase_2, name: host
112232026-07-04T16:14:47.451ZJul 04 16:14:46.685 INFO added artifact, length: 33554432, hash: b4fc242992f8535eae2735d8132089c79ff6e71c7f6ff65f20b815087d981d2a, version: 21.0.0-0.ci+git49c15443180, kind: gimlet_trampoline_phase_1, name: trampoline
112242026-07-04T16:14:47.451ZJul 04 16:14:46.685 INFO added artifact, length: 33554432, hash: 1238350eedcc691c31375501ebce5ae13cbcbaf66462d75b54116780e08e37cd, version: 21.0.0-0.ci+git49c15443180, kind: cosmo_trampoline_phase_1, name: trampoline
112252026-07-04T16:14:47.454ZJul 04 16:14:46.685 INFO added artifact, length: 164561877, hash: 01a0e30a79799f8146d177b35c1cc4210fe649fa98150a7c83abf9b921692b31, version: 21.0.0-0.ci+git49c15443180, kind: trampoline_phase_2, name: trampoline
112262026-07-04T16:14:49.390ZJul 04 16:14:48.625 INFO added artifact, length: 304981007, hash: 777a962600657e9b1a9df2ece9bf45660084b912015af17910d6423e762877f8, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: clickhouse_keeper
112272026-07-04T16:14:51.363ZJul 04 16:14:50.597 INFO added artifact, length: 318832226, hash: 7842b09c43bb8fd0572454fac79bc07500a354f410735a69a11ee5fcc2b57bd6, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: clickhouse_server
112282026-07-04T16:14:53.235ZJul 04 16:14:52.469 INFO added artifact, length: 318834978, hash: 77139e42c8928af3e11b1ee24cfc83f9547caacec443334488f2b55e7e4e9411, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: clickhouse
112292026-07-04T16:14:54.194ZJul 04 16:14:53.429 INFO added artifact, length: 165615476, hash: 27f9f2f67759a94a2189831bebc2732f2105dc1232fdc1491969e1ab7d674e78, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: cockroachdb
112302026-07-04T16:14:54.426ZJul 04 16:14:53.661 INFO added artifact, length: 40048238, hash: 3264b5a54d44db5a5d66ed80a0712619bfceda2088275b7a286e2a7fbbde2674, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: crucible-pantry-zone
112312026-07-04T16:14:54.748ZJul 04 16:14:53.982 INFO added artifact, length: 55096751, hash: 2f984acf64cadf996de4408cc8d70ed86513d3508685378c6c2db1e26407236d, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: crucible-zone
112322026-07-04T16:14:55.029ZJul 04 16:14:54.264 INFO added artifact, length: 47916883, hash: 6d6e51ebdf541c300d6ee968f09cc6cbf38fe7c68e8528472d6a9c6071405e74, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: external-dns
112332026-07-04T16:14:55.306ZJul 04 16:14:54.540 INFO added artifact, length: 47916481, hash: e32b24844ec500511c77d9caf96845706577ecfb8c3e57e71070f31d0956fc3b, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: internal-dns
112342026-07-04T16:14:57.024ZJul 04 16:14:56.257 INFO added artifact, length: 281276961, hash: b3f1f35b03601d77d2ad38cd1a876354f34efaa7c84c05f98373c3de691ce882, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: nexus
112352026-07-04T16:14:57.205ZJul 04 16:14:56.439 INFO added artifact, length: 30628402, hash: 48fb848f21ac46d729d645c2e8d006de8f22283775f75a6f84c6725a218dd7ae, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: ntp
112362026-07-04T16:14:57.569ZJul 04 16:14:56.803 INFO added artifact, length: 64043696, hash: dd38b70c7a972fa3da873ac435a0099c6a038f7d22cad81d174a5c542a46120f, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: oximeter
112372026-07-04T16:14:57.584ZJul 04 16:14:56.818 INFO added artifact, length: 3109592, hash: 81f1e4934a02c0ad18e0779e6cefd93be47d37ccbeec222954edc85ec90f5e3f, version: 21.0.0-0.ci+git49c15443180, kind: zone, name: probe
112382026-07-04T16:14:57.586ZJul 04 16:14:56.818 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112392026-07-04T16:14:57.587ZJul 04 16:14:56.819 INFO added artifact, length: 829, hash: f34c1863c60e642825f77fcb32050991d12d2d96d2871e14258e60e87365bb8a, version: 1.75.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.75.0
112402026-07-04T16:14:57.587ZJul 04 16:14:56.819 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112412026-07-04T16:14:57.611ZJul 04 16:14:56.845 INFO added artifact, length: 4035283, hash: 6b6ba45835d82ae8d87e452a4727f7567ea20d20b4fa959a1d897aa4c216d1a9, version: 1.75.0, kind: psc_sp, name: observer-a
112422026-07-04T16:14:57.636ZJul 04 16:14:56.870 INFO added artifact, length: 4085411, hash: 3fc6bbceac84d5dc1cfe4f9109e574b8c151ae7c009e30c1186f57fa10fd20f7, version: 1.75.0, kind: psc_sp, name: psc-b
112432026-07-04T16:14:57.661ZJul 04 16:14:56.895 INFO added artifact, length: 4087253, hash: d2511f1f6372973742221503bb1ca60361d61c0db4463d8ade31dca14728a3dc, version: 1.75.0, kind: psc_sp, name: psc-c
112442026-07-04T16:14:57.734ZJul 04 16:14:56.968 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112452026-07-04T16:14:57.734ZJul 04 16:14:56.968 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112462026-07-04T16:14:57.773ZJul 04 16:14:57.008 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112472026-07-04T16:14:57.773ZJul 04 16:14:57.008 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112482026-07-04T16:14:57.812ZJul 04 16:14:57.047 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112492026-07-04T16:14:57.815ZJul 04 16:14:57.047 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112502026-07-04T16:14:57.851ZJul 04 16:14:57.086 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112512026-07-04T16:14:57.851ZJul 04 16:14:57.086 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112522026-07-04T16:14:57.855ZJul 04 16:14:57.086 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112532026-07-04T16:14:57.855ZJul 04 16:14:57.087 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112542026-07-04T16:14:57.855ZJul 04 16:14:57.088 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112552026-07-04T16:14:57.893ZJul 04 16:14:57.128 INFO added artifact, length: 6973860, hash: 5af06d0a238acdf29ae4d44e224d5c4b684a47a7cb350562851318be4ada2103, version: 1.75.0, kind: switch_sp, name: sidecar-b
112562026-07-04T16:14:57.974ZJul 04 16:14:57.207 INFO added artifact, length: 6989315, hash: 8fc9a1a75b3aedaf841cfd51a7adce938420c03e12b0273498e7905496176ab8, version: 1.75.0, kind: switch_sp, name: sidecar-c
112572026-07-04T16:14:58.075ZJul 04 16:14:57.309 INFO added artifact, length: 6989800, hash: 79fceec71f16b08c91b5b8764811d46939d839a7542c2a7462a37649f2d2b882, version: 1.75.0, kind: switch_sp, name: sidecar-d
112582026-07-04T16:14:58.171ZJul 04 16:14:57.406 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112592026-07-04T16:14:58.171ZJul 04 16:14:57.406 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112602026-07-04T16:14:58.228ZJul 04 16:14:57.462 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112612026-07-04T16:14:58.228ZJul 04 16:14:57.462 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112622026-07-04T16:14:58.278ZJul 04 16:14:57.512 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112632026-07-04T16:14:58.278ZJul 04 16:14:57.512 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112642026-07-04T16:14:58.322ZJul 04 16:14:57.556 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112652026-07-04T16:14:58.322ZJul 04 16:14:57.556 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112662026-07-04T16:14:58.325ZJul 04 16:14:57.557 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112672026-07-04T16:14:58.325ZJul 04 16:14:57.557 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112682026-07-04T16:14:58.325ZJul 04 16:14:57.558 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112692026-07-04T16:14:58.325ZJul 04 16:14:57.558 INFO added artifact, length: 924, hash: fc4229f943b111a77d5239878fb2a460f5053798bdf6ea57e0046ec8bae75d7a, version: 21.0.0-0.ci+git49c15443180, kind: installinator_document, name: installinator_document
112702026-07-04T16:14:58.892ZJul 04 16:14:58.127 INFO extracting uploaded archive to /tmp/.tmprToG4O
112712026-07-04T16:15:00.792ZJul 04 16:15:00.026 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.XG9DW6
112722026-07-04T16:15:00.858ZJul 04 16:15:00.092 INFO added artifact, length: 6688375, hash: d79c0fabd0ae8b9ac214cbf1ab9ab7ca35624c3a237f54b7f5570a61f1201435, version: 1.75.0, kind: gimlet_sp, name: cosmo-a
112732026-07-04T16:15:00.953ZJul 04 16:15:00.187 INFO added artifact, length: 6689817, hash: a013fb3249e70ca00ad127747d323871f219545221a7fd6451399bd3b28c1012, version: 1.75.0, kind: gimlet_sp, name: cosmo-b
112742026-07-04T16:15:01.027ZJul 04 16:15:00.261 INFO added artifact, length: 5483194, hash: 5ca4198fdede424ae2f75bf2720525924b12b1a119ccd9dafb0904fac65548d4, version: 1.75.0, kind: gimlet_sp, name: gimlet-b
112752026-07-04T16:15:01.104ZJul 04 16:15:00.338 INFO added artifact, length: 5486075, hash: 66a6498252f5e75d75a04f79dbe6af9485b770628ff5615b7614866b1c55cf66, version: 1.75.0, kind: gimlet_sp, name: gimlet-c
112762026-07-04T16:15:01.192ZJul 04 16:15:00.426 INFO added artifact, length: 5466043, hash: aa750d1e04bdf114b4981e324712e0a8c4f6acd2b587fd028bc3bc82f46cb0e2, version: 1.75.0, kind: gimlet_sp, name: gimlet-d
112772026-07-04T16:15:01.278ZJul 04 16:15:00.513 INFO added artifact, length: 5465819, hash: 29e2f7c64e83cdadf404bd5570be553a9600aaa187ff231d4dd7d6c03967d16c, version: 1.75.0, kind: gimlet_sp, name: gimlet-e
112782026-07-04T16:15:01.379ZJul 04 16:15:00.613 INFO added artifact, length: 5465843, hash: 6cf303db2c8318157e9efe65a06e98b21ba28b47f913717b4ba7bb4431192357, version: 1.75.0, kind: gimlet_sp, name: gimlet-f
112792026-07-04T16:15:01.494ZJul 04 16:15:00.709 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112802026-07-04T16:15:01.494ZJul 04 16:15:00.709 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112812026-07-04T16:15:01.529ZJul 04 16:15:00.763 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112822026-07-04T16:15:01.529ZJul 04 16:15:00.763 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112832026-07-04T16:15:01.575ZJul 04 16:15:00.809 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112842026-07-04T16:15:01.578ZJul 04 16:15:00.809 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112852026-07-04T16:15:01.626ZJul 04 16:15:00.860 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112862026-07-04T16:15:01.629ZJul 04 16:15:00.860 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112872026-07-04T16:15:01.681ZJul 04 16:15:00.915 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112882026-07-04T16:15:01.681ZJul 04 16:15:00.915 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112892026-07-04T16:15:01.726ZJul 04 16:15:00.960 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112902026-07-04T16:15:01.727ZJul 04 16:15:00.961 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112912026-07-04T16:15:01.778ZJul 04 16:15:01.012 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112922026-07-04T16:15:01.778ZJul 04 16:15:01.012 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112932026-07-04T16:15:01.781ZJul 04 16:15:01.014 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112942026-07-04T16:15:01.781ZJul 04 16:15:01.014 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112952026-07-04T16:15:01.781ZJul 04 16:15:01.015 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112962026-07-04T16:15:01.781ZJul 04 16:15:01.016 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112972026-07-04T16:15:01.784ZJul 04 16:15:01.016 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112982026-07-04T16:15:07.511ZJul 04 16:15:06.745 INFO added artifact, length: 33554432, hash: 3d3841060031f02f314e9e25e896434353a344e21dd8cada9761b214dda68be9, version: 21.0.0-0.ci+git49c15443180, kind: gimlet_host_phase_1, name: host
112992026-07-04T16:15:07.511ZJul 04 16:15:06.745 INFO added artifact, length: 33554432, hash: 47b4ff023e354af52884af638b1dcb229c4b438f6278af782358acd336353c1b, version: 21.0.0-0.ci+git49c15443180, kind: cosmo_host_phase_1, name: host
113002026-07-04T16:15:07.511ZJul 04 16:15:06.745 INFO added artifact, length: 1101008896, hash: 257574e0c84df758907faf08d1ad38514f0050e133c500acd2486488af6a346d, version: 21.0.0-0.ci+git49c15443180, kind: host_phase_2, name: host
113012026-07-04T16:15:08.479ZJul 04 16:15:07.713 INFO added artifact, length: 33554432, hash: b4fc242992f8535eae2735d8132089c79ff6e71c7f6ff65f20b815087d981d2a, version: 21.0.0-0.ci+git49c15443180, kind: gimlet_trampoline_phase_1, name: trampoline
113022026-07-04T16:15:08.480ZJul 04 16:15:07.713 INFO added artifact, length: 33554432, hash: 1238350eedcc691c31375501ebce5ae13cbcbaf66462d75b54116780e08e37cd, version: 21.0.0-0.ci+git49c15443180, kind: cosmo_trampoline_phase_1, name: trampoline
113032026-07-04T16:15:08.483ZJul 04 16:15:07.713 INFO added artifact, length: 164561877, hash: 01a0e30a79799f8146d177b35c1cc4210fe649fa98150a7c83abf9b921692b31, version: 21.0.0-0.ci+git49c15443180, kind: trampoline_phase_2, name: trampoline
113042026-07-04T16:15:13.698ZJul 04 16:15:12.932 INFO added artifact, length: 1736905199, hash: 26868e0cd57aa18548624921e56d5f0c2e246d2a1f6f32317168bb076767238d, version: 21.0.0-0.ci+git49c15443180, kind: control_plane, name: control-plane
113052026-07-04T16:15:13.701ZJul 04 16:15:12.933 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113062026-07-04T16:15:13.701ZJul 04 16:15:12.933 INFO added artifact, length: 829, hash: f34c1863c60e642825f77fcb32050991d12d2d96d2871e14258e60e87365bb8a, version: 1.75.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.75.0
113072026-07-04T16:15:13.701ZJul 04 16:15:12.933 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113082026-07-04T16:15:13.729ZJul 04 16:15:12.964 INFO added artifact, length: 4035283, hash: 6b6ba45835d82ae8d87e452a4727f7567ea20d20b4fa959a1d897aa4c216d1a9, version: 1.75.0, kind: psc_sp, name: observer-a
113092026-07-04T16:15:13.761ZJul 04 16:15:12.996 INFO added artifact, length: 4085411, hash: 3fc6bbceac84d5dc1cfe4f9109e574b8c151ae7c009e30c1186f57fa10fd20f7, version: 1.75.0, kind: psc_sp, name: psc-b
113102026-07-04T16:15:13.794ZJul 04 16:15:13.028 INFO added artifact, length: 4087253, hash: d2511f1f6372973742221503bb1ca60361d61c0db4463d8ade31dca14728a3dc, version: 1.75.0, kind: psc_sp, name: psc-c
113112026-07-04T16:15:13.843ZJul 04 16:15:13.077 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113122026-07-04T16:15:13.843ZJul 04 16:15:13.077 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113132026-07-04T16:15:13.894ZJul 04 16:15:13.128 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113142026-07-04T16:15:13.898ZJul 04 16:15:13.129 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113152026-07-04T16:15:13.944ZJul 04 16:15:13.178 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113162026-07-04T16:15:13.944ZJul 04 16:15:13.178 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113172026-07-04T16:15:13.992ZJul 04 16:15:13.226 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113182026-07-04T16:15:13.992ZJul 04 16:15:13.227 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113192026-07-04T16:15:13.996ZJul 04 16:15:13.227 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113202026-07-04T16:15:13.996ZJul 04 16:15:13.228 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113212026-07-04T16:15:13.996ZJul 04 16:15:13.228 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113222026-07-04T16:15:14.041ZJul 04 16:15:13.275 INFO added artifact, length: 6973860, hash: 5af06d0a238acdf29ae4d44e224d5c4b684a47a7cb350562851318be4ada2103, version: 1.75.0, kind: switch_sp, name: sidecar-b
113232026-07-04T16:15:14.137ZJul 04 16:15:13.371 INFO added artifact, length: 6989315, hash: 8fc9a1a75b3aedaf841cfd51a7adce938420c03e12b0273498e7905496176ab8, version: 1.75.0, kind: switch_sp, name: sidecar-c
113242026-07-04T16:15:14.243ZJul 04 16:15:13.478 INFO added artifact, length: 6989800, hash: 79fceec71f16b08c91b5b8764811d46939d839a7542c2a7462a37649f2d2b882, version: 1.75.0, kind: switch_sp, name: sidecar-d
113252026-07-04T16:15:14.329ZJul 04 16:15:13.563 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113262026-07-04T16:15:14.329ZJul 04 16:15:13.563 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113272026-07-04T16:15:14.388ZJul 04 16:15:13.622 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113282026-07-04T16:15:14.388ZJul 04 16:15:13.622 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113292026-07-04T16:15:14.435ZJul 04 16:15:13.670 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113302026-07-04T16:15:14.439ZJul 04 16:15:13.670 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113312026-07-04T16:15:14.482ZJul 04 16:15:13.717 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113322026-07-04T16:15:14.486ZJul 04 16:15:13.717 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113332026-07-04T16:15:14.486ZJul 04 16:15:13.718 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113342026-07-04T16:15:14.486ZJul 04 16:15:13.718 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113352026-07-04T16:15:14.486ZJul 04 16:15:13.719 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113362026-07-04T16:15:14.486ZJul 04 16:15:13.719 INFO added artifact, length: 924, hash: fc4229f943b111a77d5239878fb2a460f5053798bdf6ea57e0046ec8bae75d7a, version: 21.0.0-0.ci+git49c15443180, kind: installinator_document, name: installinator_document
113372026-07-04T16:15:15.090ZJul 04 16:15:14.324 INFO [tuf-repo] task succeeded (72.949183644s)
113382026-07-04T16:16:11.370Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 51s
113392026-07-04T16:16:13.275ZJul 04 16:16:12.508 INFO [verify-libraries] process exited with exit status: 0 (417.094248585s)
113402026-07-04T16:16:13.275ZJul 04 16:16:12.508 INFO all jobs completed in 1090.335169649s
113412026-07-04T16:16:14.366Zprocess exited: duration 1307090 ms, exit code 0
 
113422026-07-04T16:16:14.378Zfound 41 output files
113432026-07-04T16:16:14.378Zuploading: /work/manifest.toml (17334 bytes)
113442026-07-04T16:16:15.392Zuploaded: /work/manifest.toml
113452026-07-04T16:16:15.401Zuploading: /work/repo.zip (3046687284 bytes)
113462026-07-04T16:16:50.888Zuploaded: /work/repo.zip
113472026-07-04T16:16:50.888Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113482026-07-04T16:16:51.915Zuploaded: /work/repo.zip.sha256.txt
113492026-07-04T16:16:51.916Zuploading: /work/helios.json (647 bytes)
113502026-07-04T16:16:52.926Zuploaded: /work/helios.json
113512026-07-04T16:16:52.926Zuploading: /work/incorporation.p5m (113332 bytes)
113522026-07-04T16:16:53.953Zuploaded: /work/incorporation.p5m
113532026-07-04T16:16:53.953Zuploading: /work/incorporation.p5p (133120 bytes)
113542026-07-04T16:16:55.024Zuploaded: /work/incorporation.p5p
113552026-07-04T16:16:55.024Zuploading: /work/helios-incorp.log (522 bytes)
113562026-07-04T16:16:56.037Zuploaded: /work/helios-incorp.log
113572026-07-04T16:16:56.038Zuploading: /work/helios-setup.log (57393 bytes)
113582026-07-04T16:16:57.051Zuploaded: /work/helios-setup.log
113592026-07-04T16:16:57.051Zuploading: /work/host-image.log (235093 bytes)
113602026-07-04T16:16:58.066Zuploaded: /work/host-image.log
113612026-07-04T16:16:58.066Zuploading: /work/host-package.log (32820 bytes)
113622026-07-04T16:16:59.079Zuploaded: /work/host-package.log
113632026-07-04T16:16:59.079Zuploading: /work/host-target.log (101 bytes)
113642026-07-04T16:17:00.089Zuploaded: /work/host-target.log
113652026-07-04T16:17:00.089Zuploading: /work/incorp-create.log (0 bytes)
113662026-07-04T16:17:01.096Zuploaded: /work/incorp-create.log
113672026-07-04T16:17:01.096Zuploading: /work/incorp-fmt.log (0 bytes)
113682026-07-04T16:17:02.104Zuploaded: /work/incorp-fmt.log
113692026-07-04T16:17:02.104Zuploading: /work/incorp-pkgsend.log (108 bytes)
113702026-07-04T16:17:03.115Zuploaded: /work/incorp-pkgsend.log
113712026-07-04T16:17:03.115Zuploading: /work/incorp-publisher.log (0 bytes)
113722026-07-04T16:17:04.123Zuploaded: /work/incorp-publisher.log
113732026-07-04T16:17:04.123Zuploading: /work/omicron-package.log (8003 bytes)
113742026-07-04T16:17:05.134Zuploaded: /work/omicron-package.log
113752026-07-04T16:17:05.134Zuploading: /work/recovery-image.log (593091 bytes)
113762026-07-04T16:17:06.154Zuploaded: /work/recovery-image.log
113772026-07-04T16:17:06.154Zuploading: /work/recovery-package.log (2545 bytes)
113782026-07-04T16:17:07.164Zuploaded: /work/recovery-package.log
113792026-07-04T16:17:07.164Zuploading: /work/recovery-target.log (98 bytes)
113802026-07-04T16:17:08.173Zuploaded: /work/recovery-target.log
113812026-07-04T16:17:08.173Zuploading: /work/stamp-clickhouse.log (117 bytes)
113822026-07-04T16:17:09.183Zuploaded: /work/stamp-clickhouse.log
113832026-07-04T16:17:09.183Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113842026-07-04T16:17:10.192Zuploaded: /work/stamp-clickhouse_keeper.log
113852026-07-04T16:17:10.192Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113862026-07-04T16:17:11.202Zuploaded: /work/stamp-clickhouse_server.log
113872026-07-04T16:17:11.203Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113882026-07-04T16:17:12.213Zuploaded: /work/stamp-cockroachdb.log
113892026-07-04T16:17:12.213Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113902026-07-04T16:17:13.223Zuploaded: /work/stamp-crucible-pantry-zone.log
113912026-07-04T16:17:13.223Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113922026-07-04T16:17:14.233Zuploaded: /work/stamp-crucible-utils.log
113932026-07-04T16:17:14.233Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113942026-07-04T16:17:15.243Zuploaded: /work/stamp-crucible-zone.log
113952026-07-04T16:17:15.243Zuploading: /work/stamp-external-dns.log (119 bytes)
113962026-07-04T16:17:16.252Zuploaded: /work/stamp-external-dns.log
113972026-07-04T16:17:16.253Zuploading: /work/stamp-installinator.log (103 bytes)
113982026-07-04T16:17:17.261Zuploaded: /work/stamp-installinator.log
113992026-07-04T16:17:17.261Zuploading: /work/stamp-internal-dns.log (119 bytes)
114002026-07-04T16:17:18.270Zuploaded: /work/stamp-internal-dns.log
114012026-07-04T16:17:18.270Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114022026-07-04T16:17:19.280Zuploaded: /work/stamp-mg-ddm-gz.log
114032026-07-04T16:17:19.280Zuploading: /work/stamp-nexus.log (112 bytes)
114042026-07-04T16:17:20.288Zuploaded: /work/stamp-nexus.log
114052026-07-04T16:17:20.289Zuploading: /work/stamp-ntp.log (110 bytes)
114062026-07-04T16:17:21.297Zuploaded: /work/stamp-ntp.log
114072026-07-04T16:17:21.297Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114082026-07-04T16:17:22.307Zuploaded: /work/stamp-omicron-sled-agent.log
114092026-07-04T16:17:22.307Zuploading: /work/stamp-overlay.log (114 bytes)
114102026-07-04T16:17:23.317Zuploaded: /work/stamp-overlay.log
114112026-07-04T16:17:23.317Zuploading: /work/stamp-oximeter.log (115 bytes)
114122026-07-04T16:17:24.327Zuploaded: /work/stamp-oximeter.log
114132026-07-04T16:17:24.327Zuploading: /work/stamp-oxlog.log (109 bytes)
114142026-07-04T16:17:25.335Zuploaded: /work/stamp-oxlog.log
114152026-07-04T16:17:25.336Zuploading: /work/stamp-probe.log (112 bytes)
114162026-07-04T16:17:26.348Zuploaded: /work/stamp-probe.log
114172026-07-04T16:17:26.348Zuploading: /work/stamp-propolis-server.log (122 bytes)
114182026-07-04T16:17:27.358Zuploaded: /work/stamp-propolis-server.log
114192026-07-04T16:17:27.358Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114202026-07-04T16:17:28.368Zuploaded: /work/stamp-pumpkind-gz.log
114212026-07-04T16:17:28.368Zuploading: /work/stamp-switch-asic.log (118 bytes)
114222026-07-04T16:17:29.378Zuploaded: /work/stamp-switch-asic.log
114232026-07-04T16:17:29.378Zuploading: /work/verify-libraries.log (50386 bytes)
114242026-07-04T16:17:30.392Zuploaded: /work/verify-libraries.log