01KX6R9CQSQKGYBGG4XQP16AYN: 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: 01KX6RA0H11236AHVXM1YB1RS9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T19:33:59.768Zjob assigned to worker 01KX6RA4Z00KJQ6P6WPGXNPKNX [factory aws, i-043ab81a076852233] (queued for 49 s)
 
22026-07-10T19:34:06.519Zstarting task 0: "setup"
32026-07-10T19:34:06.524Z++ uname -s
42026-07-10T19:34:06.529Z+ kern=SunOS
52026-07-10T19:34:06.529Z+ build_user=build
62026-07-10T19:34:06.529Z+ build_uid=12345
72026-07-10T19:34:06.529Z+ work_dir=/work
82026-07-10T19:34:06.529Z+ input_dir=/input
92026-07-10T19:34:06.529Z+ [[ 0 == 12345 ]]
102026-07-10T19:34:06.529Z+ case "$kern" in
112026-07-10T19:34:06.530Z+ groupadd -g 12345 build
122026-07-10T19:34:06.533Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T19:34:08.537Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T19:34:08.605Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T19:34:08.608Z+ home_fs=zfs
162026-07-10T19:34:08.608Z+ [[ zfs == autofs ]]
172026-07-10T19:34:08.608Z+ mkdir -p /home/build
182026-07-10T19:34:08.611Z+ chown build:build /home/build /work
192026-07-10T19:34:10.611Z+ chmod 0700 /home/build /work
202026-07-10T19:34:10.614Zprocess exited: duration 4096 ms, exit code 0
 
212026-07-10T19:34:10.623Zstarting task 1: "rust-toolchain"
222026-07-10T19:34:10.628Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-10T19:34:10.628Z * rust toolchain channel = "1.96.1"
242026-07-10T19:34:10.628Z * rust toolchain profile = "default"
252026-07-10T19:34:10.628Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-10T19:34:10.628Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-10T19:34:10.628Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T19:34:10.631Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T19:34:10.631Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T19:34:10.741Zinfo: downloading installer
312026-07-10T19:34:12.048Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T19:34:12.048Zwarn: /home/build/.rustup/settings.toml
332026-07-10T19:34:12.048Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T19:34:12.048Zwarn: instead of the one inferred from the default host triple.
352026-07-10T19:34:12.060Zinfo: profile set to default
362026-07-10T19:34:12.060Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T19:34:12.074Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T19:34:12.205Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T19:34:12.221Zinfo: downloading 6 components
402026-07-10T19:34:28.009Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-10T19:34:28.009Z
422026-07-10T19:34:28.036Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T19:34:28.036Z
442026-07-10T19:34:28.036Z
452026-07-10T19:34:28.036ZRust is installed now. Great!
462026-07-10T19:34:28.036Z
472026-07-10T19:34:28.040ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T19:34:28.040Zenvironment variable. This has not been done automatically.
492026-07-10T19:34:28.040Z
502026-07-10T19:34:28.040ZTo configure your current shell, you need to source
512026-07-10T19:34:28.040Zthe corresponding env file under $HOME/.cargo.
522026-07-10T19:34:28.040Z
532026-07-10T19:34:28.040ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T19:34:28.040Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T19:34:28.040Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T19:34:28.040Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T19:34:28.040Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T19:34:28.040Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T19:34:28.040Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T19:34:28.040Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T19:34:28.040Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T19:34:28.145Z+ rustup --version
632026-07-10T19:34:28.151Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T19:34:28.154Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T19:34:28.170Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T19:34:28.174Z+ cargo --version
672026-07-10T19:34:28.180Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T19:34:28.183Z+ rustc --version
692026-07-10T19:34:28.204Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T19:34:28.207Zprocess exited: duration 17584 ms, exit code 0
 
712026-07-10T19:34:28.214Zstarting task 2: "authentication"
722026-07-10T19:34:28.231Zprocess exited: duration 17 ms, exit code 0
 
732026-07-10T19:34:28.238Zstarting task 3: "clone repository"
742026-07-10T19:34:28.242Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-10T19:34:28.245Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-10T19:34:28.278ZCloning into '/work/oxidecomputer/omicron'...
772026-07-10T19:34:39.611Z+ cd /work/oxidecomputer/omicron
782026-07-10T19:34:39.611Z+ git fetch origin 07d9ddd528cb4c0156be83b89455da1422933cab
792026-07-10T19:34:39.907ZFrom https://github.com/oxidecomputer/omicron
802026-07-10T19:34:39.907Z * branch 07d9ddd528cb4c0156be83b89455da1422933cab -> FETCH_HEAD
812026-07-10T19:34:39.920Z+ [[ -n ben/update-to-ntp-admin-client-v2 ]]
822026-07-10T19:34:39.923Z++ git branch --show-current
832026-07-10T19:34:39.923Z+ current=main
842026-07-10T19:34:39.923Z+ [[ main != ben/update-to-ntp-admin-client-v2 ]]
852026-07-10T19:34:39.923Z+ git branch -f ben/update-to-ntp-admin-client-v2 07d9ddd528cb4c0156be83b89455da1422933cab
862026-07-10T19:34:39.926Z+ git checkout -f ben/update-to-ntp-admin-client-v2
872026-07-10T19:34:40.172ZSwitched to branch 'ben/update-to-ntp-admin-client-v2'
882026-07-10T19:34:40.175Z+ git reset --hard 07d9ddd528cb4c0156be83b89455da1422933cab
892026-07-10T19:34:40.428ZHEAD is now at 07d9ddd52 Move sled-agent to V2 of the NTP admin client
902026-07-10T19:34:40.432Zprocess exited: duration 12192 ms, exit code 0
 
912026-07-10T19:34:40.438Zstarting task 4: "build"
922026-07-10T19:34:40.444Z+ source .github/buildomat/ci-env.sh
932026-07-10T19:34:40.444Z++ export CARGO_TERM_COLOR=always
942026-07-10T19:34:40.444Z++ CARGO_TERM_COLOR=always
952026-07-10T19:34:40.447Z+++ uname -s
962026-07-10T19:34:40.447Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-10T19:34:40.447Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-10T19:34:40.450Z+ cargo --version
992026-07-10T19:34:40.458Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-10T19:34:40.461Z+ rustc --version
1012026-07-10T19:34:40.481Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-10T19:34:40.484Z+ cargo tree --locked
1032026-07-10T19:34:40.651Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-10T19:34:40.946Z Updating crates.io index
1052026-07-10T19:34:40.951Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-10T19:34:41.213Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-10T19:34:41.488Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-10T19:34:42.403Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-10T19:34:42.868Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-10T19:34:44.713Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-10T19:34:45.494Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-10T19:34:45.775Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-10T19:34:46.081Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-10T19:34:47.440Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-10T19:34:47.864Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-10T19:34:48.588Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-10T19:34:48.853Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-10T19:34:49.261Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-10T19:34:49.750Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-10T19:34:50.006Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-10T19:34:50.229Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-10T19:34:50.561Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-10T19:34:50.836Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-10T19:34:51.047Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-10T19:34:51.288Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-10T19:34:51.598Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-10T19:34:51.969Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-10T19:34:52.314Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-10T19:34:52.557Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-10T19:34:52.970Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-10T19:34:53.375Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-10T19:34:53.692Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-10T19:34:53.917Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-10T19:34:54.124Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-10T19:34:54.432Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-10T19:34:54.959Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-10T19:34:55.209Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-10T19:34:55.471Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-10T19:34:55.716Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-10T19:34:55.991Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-10T19:34:56.471Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-10T19:34:56.723Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-10T19:34:56.994Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-10T19:34:57.226Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-10T19:34:59.953Z Downloading crates ...
1462026-07-10T19:35:00.036Z Downloaded adler2 v2.0.1
1472026-07-10T19:35:00.045Z Downloaded ahash v0.8.12
1482026-07-10T19:35:00.051Z Downloaded base64 v0.22.1
1492026-07-10T19:35:00.056Z Downloaded anstyle v1.0.14
1502026-07-10T19:35:00.063Z Downloaded const_format_proc_macros v0.2.34
1512026-07-10T19:35:00.067Z Downloaded aead v0.5.2
1522026-07-10T19:35:00.067Z Downloaded compression-core v0.4.31
1532026-07-10T19:35:00.067Z Downloaded chacha20poly1305 v0.10.1
1542026-07-10T19:35:00.067Z Downloaded async-stream-impl v0.3.6
1552026-07-10T19:35:00.067Z Downloaded ctutils v0.4.2
1562026-07-10T19:35:00.067Z Downloaded darling_macro v0.21.3
1572026-07-10T19:35:00.070Z Downloaded async-trait v0.1.89
1582026-07-10T19:35:00.070Z Downloaded assert-json-diff v2.0.2
1592026-07-10T19:35:00.071Z Downloaded addr2line v0.25.1
1602026-07-10T19:35:00.074Z Downloaded concurrent-queue v2.5.0
1612026-07-10T19:35:00.074Z Downloaded argon2 v0.5.3
1622026-07-10T19:35:00.078Z Downloaded convert_case v0.10.0
1632026-07-10T19:35:00.078Z Downloaded chacha20 v0.9.1
1642026-07-10T19:35:00.078Z Downloaded array-init v0.0.4
1652026-07-10T19:35:00.083Z Downloaded block-buffer v0.10.4
1662026-07-10T19:35:00.083Z Downloaded atty v0.2.14
1672026-07-10T19:35:00.083Z Downloaded constant_time_eq v0.3.1
1682026-07-10T19:35:00.083Z Downloaded approx v0.5.1
1692026-07-10T19:35:00.083Z Downloaded console v0.15.11
1702026-07-10T19:35:00.086Z Downloaded bit-set v0.8.0
1712026-07-10T19:35:00.086Z Downloaded anstyle-query v1.1.5
1722026-07-10T19:35:00.086Z Downloaded aead v0.6.1
1732026-07-10T19:35:00.091Z Downloaded cobs v0.3.0
1742026-07-10T19:35:00.097Z Downloaded crc-catalog v2.4.0
1752026-07-10T19:35:00.097Z Downloaded backtrace-ext v0.2.1
1762026-07-10T19:35:00.097Z Downloaded clap_lex v1.0.0
1772026-07-10T19:35:00.100Z Downloaded atomic-waker v1.1.2
1782026-07-10T19:35:00.100Z Downloaded assert_matches v1.5.0
1792026-07-10T19:35:00.100Z Downloaded convert_case v0.4.0
1802026-07-10T19:35:00.100Z Downloaded chrono v0.4.44
1812026-07-10T19:35:00.104Z Downloaded cpufeatures v0.3.0
1822026-07-10T19:35:00.107Z Downloaded cast v0.3.0
1832026-07-10T19:35:00.107Z Downloaded colorchoice v1.0.4
1842026-07-10T19:35:00.107Z Downloaded cpufeatures v0.2.17
1852026-07-10T19:35:00.110Z Downloaded cfg_aliases v0.2.1
1862026-07-10T19:35:00.110Z Downloaded cfg-if v1.0.4
1872026-07-10T19:35:00.110Z Downloaded constant_time_eq v0.4.2
1882026-07-10T19:35:00.115Z Downloaded block-buffer v0.12.1
1892026-07-10T19:35:00.115Z Downloaded base16ct v1.0.0
1902026-07-10T19:35:00.115Z Downloaded async-stream v0.3.6
1912026-07-10T19:35:00.121Z Downloaded cmov v0.5.4
1922026-07-10T19:35:00.121Z Downloaded async-recursion v1.1.1
1932026-07-10T19:35:00.121Z Downloaded ciborium-io v0.2.2
1942026-07-10T19:35:00.121Z Downloaded base16ct v0.2.0
1952026-07-10T19:35:00.124Z Downloaded autocfg v1.5.0
1962026-07-10T19:35:00.124Z Downloaded cpubits v0.1.1
1972026-07-10T19:35:00.124Z Downloaded arrayvec v0.7.6
1982026-07-10T19:35:00.124Z Downloaded cmake v0.1.57
1992026-07-10T19:35:00.125Z Downloaded ascii-canvas v3.0.0
2002026-07-10T19:35:00.128Z Downloaded chacha20 v0.10.0
2012026-07-10T19:35:00.131Z Downloaded async-object-pool v0.2.0
2022026-07-10T19:35:00.131Z Downloaded bcrypt-pbkdf v0.11.0
2032026-07-10T19:35:00.142Z Downloaded crc8 v0.1.1
2042026-07-10T19:35:00.145Z Downloaded bitfield-struct v0.6.2
2052026-07-10T19:35:00.145Z Downloaded crucible-workspace-hack v0.1.0
2062026-07-10T19:35:00.145Z Downloaded bb8 v0.8.6
2072026-07-10T19:35:00.145Z Downloaded cipher v0.4.4
2082026-07-10T19:35:00.145Z Downloaded ciborium-ll v0.2.2
2092026-07-10T19:35:00.146Z Downloaded cfg_aliases v0.1.1
2102026-07-10T19:35:00.146Z Downloaded castaway v0.2.4
2112026-07-10T19:35:00.146Z Downloaded atomicwrites v0.4.4
2122026-07-10T19:35:00.146Z Downloaded block-padding v0.4.2
2132026-07-10T19:35:00.146Z Downloaded darling_macro v0.20.11
2142026-07-10T19:35:00.149Z Downloaded crypto-common v0.2.2
2152026-07-10T19:35:00.152Z Downloaded debug-ignore v1.0.5
2162026-07-10T19:35:00.156Z Downloaded bitfield-macros v0.19.4
2172026-07-10T19:35:00.156Z Downloaded arrayref v0.3.9
2182026-07-10T19:35:00.159Z Downloaded derive_builder_macro v0.20.2
2192026-07-10T19:35:00.159Z Downloaded crunchy v0.2.4
2202026-07-10T19:35:00.162Z Downloaded defmt v0.3.100
2212026-07-10T19:35:00.166Z Downloaded darling_macro v0.13.4
2222026-07-10T19:35:00.166Z Downloaded bitflags v1.3.2
2232026-07-10T19:35:00.166Z Downloaded byteorder v1.5.0
2242026-07-10T19:35:00.169Z Downloaded ciborium v0.2.2
2252026-07-10T19:35:00.170Z Downloaded bit-vec v0.8.0
2262026-07-10T19:35:00.173Z Downloaded crypto-common v0.1.7
2272026-07-10T19:35:00.173Z Downloaded cassowary v0.3.0
2282026-07-10T19:35:00.173Z Downloaded const-oid v0.9.6
2292026-07-10T19:35:00.176Z Downloaded cbc v0.2.1
2302026-07-10T19:35:00.176Z Downloaded bit-set v0.5.3
2312026-07-10T19:35:00.176Z Downloaded cexpr v0.6.0
2322026-07-10T19:35:00.179Z Downloaded curve25519-dalek-derive v0.1.1
2332026-07-10T19:35:00.179Z Downloaded cargo_metadata v0.23.1
2342026-07-10T19:35:00.180Z Downloaded cstr-argument v0.1.2
2352026-07-10T19:35:00.183Z Downloaded diesel_table_macro_syntax v0.3.0
2362026-07-10T19:35:00.183Z Downloaded backoff v0.4.0
2372026-07-10T19:35:00.183Z Downloaded darling_macro v0.23.0
2382026-07-10T19:35:00.183Z Downloaded document-features v0.2.12
2392026-07-10T19:35:00.188Z Downloaded backon v1.6.0
2402026-07-10T19:35:00.188Z Downloaded downcast-rs v2.0.2
2412026-07-10T19:35:00.188Z Downloaded defmt-parser v1.0.0
2422026-07-10T19:35:00.191Z Downloaded anes v0.1.6
2432026-07-10T19:35:00.191Z Downloaded dropshot-api-manager-types v0.7.2
2442026-07-10T19:35:00.191Z Downloaded dof v0.3.0
2452026-07-10T19:35:00.191Z Downloaded dof v0.4.0
2462026-07-10T19:35:00.192Z Downloaded display-error-chain v0.2.2
2472026-07-10T19:35:00.196Z Downloaded compression-codecs v0.4.37
2482026-07-10T19:35:00.196Z Downloaded anstyle-parse v1.0.0
2492026-07-10T19:35:00.199Z Downloaded argon2 v0.6.0-rc.8
2502026-07-10T19:35:00.199Z Downloaded dunce v1.0.5
2512026-07-10T19:35:00.199Z Downloaded dirs-next v2.0.0
2522026-07-10T19:35:00.199Z Downloaded anstyle-parse v0.2.7
2532026-07-10T19:35:00.203Z Downloaded embedded-io v0.4.0
2542026-07-10T19:35:00.203Z Downloaded blowfish v0.10.0
2552026-07-10T19:35:00.203Z Downloaded camino-tempfile-ext v0.3.3
2562026-07-10T19:35:00.206Z Downloaded bytecount v0.6.9
2572026-07-10T19:35:00.206Z Downloaded assert_cmd v2.1.2
2582026-07-10T19:35:00.206Z Downloaded base64ct v1.8.3
2592026-07-10T19:35:00.211Z Downloaded anstream v1.0.0
2602026-07-10T19:35:00.211Z Downloaded difflib v0.4.0
2612026-07-10T19:35:00.211Z Downloaded byte-wrapper v0.1.0
2622026-07-10T19:35:00.214Z Downloaded bcs v0.1.6
2632026-07-10T19:35:00.214Z Downloaded dtrace-parser v0.2.0
2642026-07-10T19:35:00.214Z Downloaded anstream v0.6.21
2652026-07-10T19:35:00.218Z Downloaded embedded-io v0.6.1
2662026-07-10T19:35:00.218Z Downloaded dtrace-parser v0.3.0
2672026-07-10T19:35:00.218Z Downloaded bit-vec v0.6.3
2682026-07-10T19:35:00.223Z Downloaded des v0.9.0
2692026-07-10T19:35:00.226Z Downloaded critical-section v1.2.0
2702026-07-10T19:35:00.226Z Downloaded clap_derive v4.6.1
2712026-07-10T19:35:00.226Z Downloaded equivalent v1.0.2
2722026-07-10T19:35:00.227Z Downloaded crossbeam-deque v0.8.6
2732026-07-10T19:35:00.230Z Downloaded criterion-plot v0.6.0
2742026-07-10T19:35:00.230Z Downloaded env_filter v1.0.0
2752026-07-10T19:35:00.230Z Downloaded crc v3.4.0
2762026-07-10T19:35:00.233Z Downloaded enum-as-inner v0.6.1
2772026-07-10T19:35:00.233Z Downloaded derive_builder_core v0.20.2
2782026-07-10T19:35:00.233Z Downloaded defmt-macros v1.0.1
2792026-07-10T19:35:00.237Z Downloaded defmt v1.0.1
2802026-07-10T19:35:00.241Z Downloaded cargo-platform v0.3.2
2812026-07-10T19:35:00.241Z Downloaded dirs-sys-next v0.1.2
2822026-07-10T19:35:00.241Z Downloaded digest v0.11.3
2832026-07-10T19:35:00.244Z Downloaded derive-ex v0.1.8
2842026-07-10T19:35:00.244Z Downloaded csv-core v0.1.13
2852026-07-10T19:35:00.244Z Downloaded crc32fast v1.5.0
2862026-07-10T19:35:00.247Z Downloaded diesel-dtrace v0.5.0
2872026-07-10T19:35:00.247Z Downloaded event-listener-strategy v0.5.4
2882026-07-10T19:35:00.247Z Downloaded escape8259 v0.5.3
2892026-07-10T19:35:00.247Z Downloaded fastrand v2.3.0
2902026-07-10T19:35:00.250Z Downloaded deranged v0.5.8
2912026-07-10T19:35:00.250Z Downloaded corncobs v0.1.4
2922026-07-10T19:35:00.256Z Downloaded delegate v0.13.5
2932026-07-10T19:35:00.256Z Downloaded ctr v0.10.1
2942026-07-10T19:35:00.256Z Downloaded errno v0.3.14
2952026-07-10T19:35:00.259Z Downloaded camino v1.2.2
2962026-07-10T19:35:00.259Z Downloaded displaydoc v0.2.5
2972026-07-10T19:35:00.259Z Downloaded fd-lock v4.0.4
2982026-07-10T19:35:00.259Z Downloaded float-cmp v0.10.0
2992026-07-10T19:35:00.262Z Downloaded ecdsa v0.16.9
3002026-07-10T19:35:00.262Z Downloaded fixedbitset v0.4.2
3012026-07-10T19:35:00.262Z Downloaded foreign-types v0.3.2
3022026-07-10T19:35:00.266Z Downloaded foreign-types-shared v0.3.1
3032026-07-10T19:35:00.266Z Downloaded cookie_store v0.22.1
3042026-07-10T19:35:00.266Z Downloaded funty v2.0.0
3052026-07-10T19:35:00.269Z Downloaded async-lock v3.4.2
3062026-07-10T19:35:00.269Z Downloaded crossbeam-utils v0.8.21
3072026-07-10T19:35:00.272Z Downloaded der_derive v0.7.3
3082026-07-10T19:35:00.272Z Downloaded console v0.16.2
3092026-07-10T19:35:00.272Z Downloaded cancel-safe-futures v0.1.5
3102026-07-10T19:35:00.275Z Downloaded data-encoding v2.10.0
3112026-07-10T19:35:00.275Z Downloaded digest v0.10.7
3122026-07-10T19:35:00.279Z Downloaded daft-derive v0.1.7
3132026-07-10T19:35:00.279Z Downloaded either v1.15.0
3142026-07-10T19:35:00.282Z Downloaded env_logger v0.11.9
3152026-07-10T19:35:00.286Z Downloaded foreign-types-shared v0.1.1
3162026-07-10T19:35:00.286Z Downloaded ena v0.14.4
3172026-07-10T19:35:00.286Z Downloaded ed25519 v2.2.3
3182026-07-10T19:35:00.292Z Downloaded futures-sink v0.3.32
3192026-07-10T19:35:00.292Z Downloaded fnv v1.0.7
3202026-07-10T19:35:00.292Z Downloaded ghash v0.6.0
3212026-07-10T19:35:00.292Z Downloaded futures-io v0.3.32
3222026-07-10T19:35:00.292Z Downloaded clang-sys v1.8.1
3232026-07-10T19:35:00.295Z Downloaded diff v0.1.13
3242026-07-10T19:35:00.295Z Downloaded datatest-stable v0.3.3
3252026-07-10T19:35:00.299Z Downloaded form_urlencoded v1.2.2
3262026-07-10T19:35:00.299Z Downloaded chumsky v0.9.3
3272026-07-10T19:35:00.299Z Downloaded gethostname v0.5.0
3282026-07-10T19:35:00.303Z Downloaded futures-task v0.3.32
3292026-07-10T19:35:00.303Z Downloaded fxhash v0.2.1
3302026-07-10T19:35:00.303Z Downloaded darling v0.13.4
3312026-07-10T19:35:00.306Z Downloaded globwalk v0.9.1
3322026-07-10T19:35:00.306Z Downloaded darling v0.21.3
3332026-07-10T19:35:00.310Z Downloaded generic-array v0.14.7
3342026-07-10T19:35:00.310Z Downloaded futures-macro v0.3.32
3352026-07-10T19:35:00.310Z Downloaded filetime v0.2.27
3362026-07-10T19:35:00.313Z Downloaded ff v0.14.0
3372026-07-10T19:35:00.313Z Downloaded const-oid v0.10.2
3382026-07-10T19:35:00.316Z Downloaded guppy-workspace-hack v0.1.0
3392026-07-10T19:35:00.316Z Downloaded git-stub v1.0.0
3402026-07-10T19:35:00.316Z Downloaded find-msvc-tools v0.1.9
3412026-07-10T19:35:00.316Z Downloaded clap v4.6.1
3422026-07-10T19:35:00.321Z Downloaded hash32 v0.2.1
3432026-07-10T19:35:00.325Z Downloaded cookie v0.18.1
3442026-07-10T19:35:00.325Z Downloaded flagset v0.4.7
3452026-07-10T19:35:00.328Z Downloaded fixedbitset v0.5.7
3462026-07-10T19:35:00.328Z Downloaded heck v0.4.1
3472026-07-10T19:35:00.328Z Downloaded ff v0.13.1
3482026-07-10T19:35:00.331Z Downloaded fallible-iterator v0.2.0
3492026-07-10T19:35:00.331Z Downloaded darling v0.23.0
3502026-07-10T19:35:00.336Z Downloaded blake2 v0.11.0-rc.6
3512026-07-10T19:35:00.336Z Downloaded fs-err v2.11.0
3522026-07-10T19:35:00.336Z Downloaded hash32 v0.3.1
3532026-07-10T19:35:00.339Z Downloaded foldhash v0.2.0
3542026-07-10T19:35:00.339Z Downloaded ecdsa v0.17.0-rc.18
3552026-07-10T19:35:00.339Z Downloaded hex-literal v1.1.0
3562026-07-10T19:35:00.343Z Downloaded headers-core v0.3.0
3572026-07-10T19:35:00.343Z Downloaded fs_extra v1.3.0
3582026-07-10T19:35:00.343Z Downloaded hex v0.4.3
3592026-07-10T19:35:00.346Z Downloaded foldhash v0.1.5
3602026-07-10T19:35:00.347Z Downloaded heck v0.5.0
3612026-07-10T19:35:00.347Z Downloaded derive_more v0.99.20
3622026-07-10T19:35:00.350Z Downloaded crossbeam-epoch v0.9.18
3632026-07-10T19:35:00.356Z Downloaded hex-literal v0.4.1
3642026-07-10T19:35:00.356Z Downloaded futures-executor v0.3.32
3652026-07-10T19:35:00.356Z Downloaded erased-serde v0.3.31
3662026-07-10T19:35:00.356Z Downloaded httpdate v1.0.3
3672026-07-10T19:35:00.356Z Downloaded hubpack v0.1.2
3682026-07-10T19:35:00.356Z Downloaded group v0.13.0
3692026-07-10T19:35:00.359Z Downloaded event-listener v5.4.1
3702026-07-10T19:35:00.359Z Downloaded git-stub-vcs v0.1.0
3712026-07-10T19:35:00.362Z Downloaded base64 v0.21.7
3722026-07-10T19:35:00.363Z Downloaded globset v0.4.18
3732026-07-10T19:35:00.365Z Downloaded group v0.14.0
3742026-07-10T19:35:00.365Z Downloaded glob v0.3.3
3752026-07-10T19:35:00.365Z Downloaded ar_archive_writer v0.5.1
3762026-07-10T19:35:00.369Z Downloaded hostname v0.3.1
3772026-07-10T19:35:00.369Z Downloaded home v0.5.12
3782026-07-10T19:35:00.372Z Downloaded dropshot_endpoint v0.17.1
3792026-07-10T19:35:00.372Z Downloaded hyper-tls v0.6.0
3802026-07-10T19:35:00.376Z Downloaded hubpack_derive v0.1.1
3812026-07-10T19:35:00.376Z Downloaded http-range v0.1.5
3822026-07-10T19:35:00.376Z Downloaded http-body v1.0.1
3832026-07-10T19:35:00.376Z Downloaded drift v0.2.0
3842026-07-10T19:35:00.381Z Downloaded illumos-nvpair v0.3.0
3852026-07-10T19:35:00.384Z Downloaded idna_adapter v1.2.1
3862026-07-10T19:35:00.384Z Downloaded ident_case v1.0.1
3872026-07-10T19:35:00.384Z Downloaded futures-timer v3.0.3
3882026-07-10T19:35:00.387Z Downloaded derive_builder v0.20.2
3892026-07-10T19:35:00.390Z Downloaded instant v0.1.13
3902026-07-10T19:35:00.390Z Downloaded futures-core v0.3.32
3912026-07-10T19:35:00.390Z Downloaded inout v0.2.2
3922026-07-10T19:35:00.393Z Downloaded inout v0.1.4
3932026-07-10T19:35:00.393Z Downloaded futures-channel v0.3.32
3942026-07-10T19:35:00.393Z Downloaded fs-err v3.3.0
3952026-07-10T19:35:00.396Z Downloaded indoc v1.0.9
3962026-07-10T19:35:00.396Z Downloaded derive-where v1.6.0
3972026-07-10T19:35:00.399Z Downloaded darling_core v0.13.4
3982026-07-10T19:35:00.403Z Downloaded elliptic-curve v0.14.0-rc.33
3992026-07-10T19:35:00.403Z Downloaded elliptic-curve v0.13.8
4002026-07-10T19:35:00.406Z Downloaded compact_str v0.8.1
4012026-07-10T19:35:00.409Z Downloaded internet-checksum v0.2.1
4022026-07-10T19:35:00.409Z Downloaded indent_write v2.2.0
4032026-07-10T19:35:00.409Z Downloaded darling_core v0.20.11
4042026-07-10T19:35:00.412Z Downloaded crc-any v2.5.0
4052026-07-10T19:35:00.415Z Downloaded getrandom v0.2.17
4062026-07-10T19:35:00.418Z Downloaded backtrace v0.3.76
4072026-07-10T19:35:00.421Z Downloaded keccak v0.1.6
4082026-07-10T19:35:00.421Z Downloaded is-terminal v0.4.17
4092026-07-10T19:35:00.421Z Downloaded is_terminal_polyfill v1.70.2
4102026-07-10T19:35:00.421Z Downloaded is_ci v1.2.0
4112026-07-10T19:35:00.424Z Downloaded itoa v1.0.17
4122026-07-10T19:35:00.424Z Downloaded darling v0.20.11
4132026-07-10T19:35:00.427Z Downloaded kem v0.3.0
4142026-07-10T19:35:00.427Z Downloaded anyhow v1.0.102
4152026-07-10T19:35:00.430Z Downloaded kstat-rs v0.2.4
4162026-07-10T19:35:00.430Z Downloaded lazy_static v1.5.0
4172026-07-10T19:35:00.433Z Downloaded http-body-util v0.1.3
4182026-07-10T19:35:00.433Z Downloaded hostname v0.4.2
4192026-07-10T19:35:00.436Z Downloaded illumos-nvpair-sys v0.2.0
4202026-07-10T19:35:00.436Z Downloaded fatfs v0.3.6
4212026-07-10T19:35:00.436Z Downloaded highway v1.3.0
4222026-07-10T19:35:00.439Z Downloaded darling_core v0.21.3
4232026-07-10T19:35:00.442Z Downloaded libscf-sys v1.1.0
4242026-07-10T19:35:00.443Z Downloaded lalrpop-util v0.19.12
4252026-07-10T19:35:00.446Z Downloaded humantime v2.3.0
4262026-07-10T19:35:00.446Z Downloaded allocator-api2 v0.2.21
4272026-07-10T19:35:00.449Z Downloaded colored v3.1.1
4282026-07-10T19:35:00.449Z Downloaded cipher v0.5.2
4292026-07-10T19:35:00.452Z Downloaded enum_dispatch v0.3.13
4302026-07-10T19:35:00.452Z Downloaded half v1.8.3
4312026-07-10T19:35:00.455Z Downloaded ed25519 v3.0.0
4322026-07-10T19:35:00.455Z Downloaded hyper-staticfile v0.10.1
4332026-07-10T19:35:00.458Z Downloaded dsl_auto_type v0.2.0
4342026-07-10T19:35:00.458Z Downloaded cfg-expr v0.20.6
4352026-07-10T19:35:00.461Z Downloaded blake2b_simd v1.0.4
4362026-07-10T19:35:00.461Z Downloaded camino-tempfile v1.4.1
4372026-07-10T19:35:00.461Z Downloaded buf-list v1.1.2
4382026-07-10T19:35:00.464Z Downloaded const_format v0.2.35
4392026-07-10T19:35:00.467Z Downloaded linkme-impl v0.3.35
4402026-07-10T19:35:00.467Z Downloaded indoc v2.0.7
4412026-07-10T19:35:00.470Z Downloaded linked-hash-map v0.5.6
4422026-07-10T19:35:00.470Z Downloaded ingot v0.1.1
4432026-07-10T19:35:00.474Z Downloaded memmap v0.7.0
4442026-07-10T19:35:00.474Z Downloaded mime v0.3.17
4452026-07-10T19:35:00.474Z Downloaded bytes v1.11.1
4462026-07-10T19:35:00.477Z Downloaded macaddr v1.0.1
4472026-07-10T19:35:00.477Z Downloaded memoffset v0.9.1
4482026-07-10T19:35:00.480Z Downloaded futures v0.3.32
4492026-07-10T19:35:00.483Z Downloaded bumpalo v3.20.2
4502026-07-10T19:35:00.486Z Downloaded getrandom v0.4.1
4512026-07-10T19:35:00.486Z Downloaded ipnetwork v0.21.1
4522026-07-10T19:35:00.488Z Downloaded ipnet v2.11.0
4532026-07-10T19:35:00.489Z Downloaded jobserver v0.1.34
4542026-07-10T19:35:00.492Z Downloaded instability v0.3.11
4552026-07-10T19:35:00.492Z Downloaded hmac v0.13.0
4562026-07-10T19:35:00.495Z Downloaded hmac v0.12.1
4572026-07-10T19:35:00.495Z Downloaded miette-derive v5.10.0
4582026-07-10T19:35:00.495Z Downloaded der v0.7.10
4592026-07-10T19:35:00.498Z Downloaded hickory-client v0.25.2
4602026-07-10T19:35:00.502Z Downloaded async-compression v0.4.41
4612026-07-10T19:35:00.505Z Downloaded libloading v0.8.9
4622026-07-10T19:35:00.508Z Downloaded multimap v0.10.1
4632026-07-10T19:35:00.508Z Downloaded libefi-sys v0.1.0
4642026-07-10T19:35:00.508Z Downloaded nested v0.1.1
4652026-07-10T19:35:00.508Z Downloaded keccak v0.2.0
4662026-07-10T19:35:00.511Z Downloaded iana-time-zone v0.1.65
4672026-07-10T19:35:00.511Z Downloaded crypto-bigint v0.5.5
4682026-07-10T19:35:00.523Z Downloaded newline-converter v0.3.0
4692026-07-10T19:35:00.523Z Downloaded new_debug_unreachable v1.0.6
4702026-07-10T19:35:00.523Z Downloaded num-conv v0.2.0
4712026-07-10T19:35:00.523Z Downloaded normalize-line-endings v0.3.0
4722026-07-10T19:35:00.523Z Downloaded newtype_derive v0.1.6
4732026-07-10T19:35:00.523Z Downloaded half v2.7.1
4742026-07-10T19:35:00.523Z Downloaded linkme v0.3.35
4752026-07-10T19:35:00.523Z Downloaded libtest-mimic v0.8.1
4762026-07-10T19:35:00.528Z Downloaded nibble_vec v0.1.0
4772026-07-10T19:35:00.528Z Downloaded hybrid-array v0.4.13
4782026-07-10T19:35:00.528Z Downloaded nodrop v0.1.14
4792026-07-10T19:35:00.531Z Downloaded libsw-core v0.3.2
4802026-07-10T19:35:00.531Z Downloaded linear-map v1.2.0
4812026-07-10T19:35:00.531Z Downloaded ingot-macros v0.1.1
4822026-07-10T19:35:00.534Z Downloaded hyper-rustls v0.27.7
4832026-07-10T19:35:00.534Z Downloaded lock_api v0.4.14
4842026-07-10T19:35:00.534Z Downloaded libsw v3.5.0
4852026-07-10T19:35:00.537Z Downloaded httptest v0.16.4
4862026-07-10T19:35:00.537Z Downloaded num-derive v0.4.2
4872026-07-10T19:35:00.540Z Downloaded flume v0.11.1
4882026-07-10T19:35:00.540Z Downloaded num v0.4.3
4892026-07-10T19:35:00.544Z Downloaded darling_core v0.23.0
4902026-07-10T19:35:00.547Z Downloaded derive_more v2.1.1
4912026-07-10T19:35:00.551Z Downloaded criterion v0.7.0
4922026-07-10T19:35:00.555Z Downloaded num-iter v0.1.45
4932026-07-10T19:35:00.558Z Downloaded httparse v1.10.1
4942026-07-10T19:35:00.558Z Downloaded arc-swap v1.8.2
4952026-07-10T19:35:00.561Z Downloaded getrandom v0.3.4
4962026-07-10T19:35:00.564Z Downloaded generic-array v1.4.3
4972026-07-10T19:35:00.567Z Downloaded nanorand v0.7.0
4982026-07-10T19:35:00.567Z Downloaded cc v1.2.56
4992026-07-10T19:35:00.570Z Downloaded olpc-cjson v0.1.4
5002026-07-10T19:35:00.570Z Downloaded knuffel-derive v3.2.0
5012026-07-10T19:35:00.570Z Downloaded num_threads v0.1.7
5022026-07-10T19:35:00.573Z Downloaded oso-derive v0.27.3
5032026-07-10T19:35:00.573Z Downloaded openssl-probe v0.2.1
5042026-07-10T19:35:00.573Z Downloaded multer v3.1.0
5052026-07-10T19:35:00.576Z Downloaded fancy-regex v0.14.0
5062026-07-10T19:35:00.579Z Downloaded newtype-uuid-macros v0.1.0
5072026-07-10T19:35:00.579Z Downloaded nu-ansi-term v0.50.3
5082026-07-10T19:35:00.579Z Downloaded newtype-uuid v1.3.2
5092026-07-10T19:35:00.582Z Downloaded maplit v1.0.2
5102026-07-10T19:35:00.582Z Downloaded lru-cache v0.1.2
5112026-07-10T19:35:00.582Z Downloaded openssl-probe v0.1.6
5122026-07-10T19:35:00.585Z Downloaded lru v0.12.5
5132026-07-10T19:35:00.585Z Downloaded lru-slab v0.1.2
5142026-07-10T19:35:00.585Z Downloaded packed_struct_codegen v0.10.1
5152026-07-10T19:35:00.585Z Downloaded match_cfg v0.1.0
5162026-07-10T19:35:00.588Z Downloaded lzss v0.8.2
5172026-07-10T19:35:00.588Z Downloaded md5 v0.8.0
5182026-07-10T19:35:00.588Z Downloaded md-5 v0.10.6
5192026-07-10T19:35:00.592Z Downloaded maybe-uninit v2.0.0
5202026-07-10T19:35:00.592Z Downloaded managed v0.8.0
5212026-07-10T19:35:00.592Z Downloaded flate2 v1.1.9
5222026-07-10T19:35:00.595Z Downloaded headers v0.4.1
5232026-07-10T19:35:00.598Z Downloaded nonempty v0.12.0
5242026-07-10T19:35:00.601Z Downloaded crossbeam-channel v0.5.15
5252026-07-10T19:35:00.601Z Downloaded opaque-debug v0.3.1
5262026-07-10T19:35:00.604Z Downloaded icu_properties v2.1.2
5272026-07-10T19:35:00.604Z Downloaded icu_provider v2.1.1
5282026-07-10T19:35:00.607Z Downloaded num_enum_derive v0.5.11
5292026-07-10T19:35:00.607Z Downloaded num_enum v0.7.6
5302026-07-10T19:35:00.610Z Downloaded path-slash v0.1.5
5312026-07-10T19:35:00.610Z Downloaded password-hash v0.6.1
5322026-07-10T19:35:00.613Z Downloaded parking v2.2.1
5332026-07-10T19:35:00.613Z Downloaded num_enum v0.5.11
5342026-07-10T19:35:00.616Z Downloaded memmap2 v0.9.10
5352026-07-10T19:35:00.616Z Downloaded num-integer v0.1.46
5362026-07-10T19:35:00.619Z Downloaded heapless v0.8.0
5372026-07-10T19:35:00.622Z Downloaded litemap v0.8.1
5382026-07-10T19:35:00.622Z Downloaded indexmap v1.9.3
5392026-07-10T19:35:00.625Z Downloaded parse-size v1.1.0
5402026-07-10T19:35:00.625Z Downloaded parse-display v0.10.0
5412026-07-10T19:35:00.625Z Downloaded num-rational v0.4.2
5422026-07-10T19:35:00.628Z Downloaded num-derive v0.3.3
5432026-07-10T19:35:00.628Z Downloaded mime_guess v2.0.5
5442026-07-10T19:35:00.628Z Downloaded percent-encoding v2.3.2
5452026-07-10T19:35:00.632Z Downloaded num-complex v0.4.6
5462026-07-10T19:35:00.632Z Downloaded ingot-types v0.1.2
5472026-07-10T19:35:00.632Z Downloaded impl-trait-for-tuples v0.2.3
5482026-07-10T19:35:00.635Z Downloaded bitflags v2.11.0
5492026-07-10T19:35:00.638Z Downloaded derive_more-impl v2.1.1
5502026-07-10T19:35:00.641Z Downloaded aes v0.9.1
5512026-07-10T19:35:00.644Z Downloaded async-bb8-diesel v0.2.1
5522026-07-10T19:35:00.644Z Downloaded ml-kem v0.3.2
5532026-07-10T19:35:00.649Z Downloaded peg-runtime v0.8.5
5542026-07-10T19:35:00.649Z Downloaded num_enum_derive v0.7.6
5552026-07-10T19:35:00.649Z Downloaded native-tls v0.2.18
5562026-07-10T19:35:00.652Z Downloaded phf_shared v0.11.3
5572026-07-10T19:35:00.652Z Downloaded expectorate v1.2.0
5582026-07-10T19:35:00.652Z Downloaded diesel_derives v2.3.7
5592026-07-10T19:35:00.655Z Downloaded module-lattice v0.2.3
5602026-07-10T19:35:00.655Z Downloaded colored v2.2.0
5612026-07-10T19:35:00.658Z Downloaded foreign-types-macros v0.2.3
5622026-07-10T19:35:00.658Z Downloaded libbz2-rs-sys v0.2.2
5632026-07-10T19:35:00.661Z Downloaded phf_shared v0.13.1
5642026-07-10T19:35:00.661Z Downloaded phf_shared v0.12.1
5652026-07-10T19:35:00.661Z Downloaded owo-colors v4.3.0
5662026-07-10T19:35:00.664Z Downloaded parking_lot_core v0.8.6
5672026-07-10T19:35:00.664Z Downloaded openssl-macros v0.1.1
5682026-07-10T19:35:00.664Z Downloaded ignore v0.4.25
5692026-07-10T19:35:00.668Z Downloaded packed_struct v0.10.1
5702026-07-10T19:35:00.668Z Downloaded oorandom v11.1.5
5712026-07-10T19:35:00.668Z Downloaded crossterm v0.28.1
5722026-07-10T19:35:00.671Z Downloaded litrs v1.0.0
5732026-07-10T19:35:00.674Z Downloaded owo-colors v3.5.0
5742026-07-10T19:35:00.677Z Downloaded icu_locale_core v2.1.1
5752026-07-10T19:35:00.680Z Downloaded aho-corasick v1.1.4
5762026-07-10T19:35:00.683Z Downloaded plain v0.2.3
5772026-07-10T19:35:00.683Z Downloaded indicatif v0.18.4
5782026-07-10T19:35:00.686Z Downloaded log v0.4.29
5792026-07-10T19:35:00.689Z Downloaded peg-macros v0.8.5
5802026-07-10T19:35:00.689Z Downloaded path-tree v0.8.3
5812026-07-10T19:35:00.689Z Downloaded paste v1.0.15
5822026-07-10T19:35:00.692Z Downloaded oxnet v0.1.6
5832026-07-10T19:35:00.692Z Downloaded ed25519-dalek v2.2.0
5842026-07-10T19:35:00.695Z Downloaded peg v0.8.5
5852026-07-10T19:35:00.698Z Downloaded pathdiff v0.2.3
5862026-07-10T19:35:00.698Z Downloaded password-hash v0.5.0
5872026-07-10T19:35:00.698Z Downloaded parse-display-derive v0.10.0
5882026-07-10T19:35:00.701Z Downloaded knuffel v3.2.0
5892026-07-10T19:35:00.701Z Downloaded plotters-svg v0.3.7
5902026-07-10T19:35:00.701Z Downloaded icu_normalizer v2.1.1
5912026-07-10T19:35:00.704Z Downloaded pbkdf2 v0.13.0
5922026-07-10T19:35:00.704Z Downloaded hickory-resolver v0.24.4
5932026-07-10T19:35:00.708Z Downloaded powerfmt v0.2.0
5942026-07-10T19:35:00.711Z Downloaded potential_utf v0.1.4
5952026-07-10T19:35:00.711Z Downloaded icu_normalizer_data v2.1.1
5962026-07-10T19:35:00.711Z Downloaded precomputed-hash v0.1.1
5972026-07-10T19:35:00.714Z Downloaded phf v0.12.1
5982026-07-10T19:35:00.714Z Downloaded heapless v0.7.17
5992026-07-10T19:35:00.717Z Downloaded predicates-core v1.0.10
6002026-07-10T19:35:00.717Z Downloaded pem-rfc7468 v1.0.0
6012026-07-10T19:35:00.717Z Downloaded pem-rfc7468 v0.7.0
6022026-07-10T19:35:00.720Z Downloaded once_cell v1.21.3
6032026-07-10T19:35:00.720Z Downloaded phc v0.6.1
6042026-07-10T19:35:00.723Z Downloaded proc-macro-crate v3.4.0
6052026-07-10T19:35:00.723Z Downloaded pretty-hex v0.4.1
6062026-07-10T19:35:00.723Z Downloaded predicates-tree v1.0.13
6072026-07-10T19:35:00.726Z Downloaded hashbrown v0.12.3
6082026-07-10T19:35:00.729Z Downloaded foreign-types v0.5.0
6092026-07-10T19:35:00.729Z Downloaded float-ord v0.3.2
6102026-07-10T19:35:00.729Z Downloaded pin-project-lite v0.2.17
6112026-07-10T19:35:00.732Z Downloaded pin-project-internal v1.1.11
6122026-07-10T19:35:00.733Z Downloaded parking_lot v0.11.2
6132026-07-10T19:35:00.735Z Downloaded dyn-clone v1.0.20
6142026-07-10T19:35:00.736Z Downloaded proc-macro-error-attr2 v2.0.0
6152026-07-10T19:35:00.736Z Downloaded proc-macro-error-attr v1.0.4
6162026-07-10T19:35:00.738Z Downloaded proc-macro-crate v1.3.1
6172026-07-10T19:35:00.739Z Downloaded bzip2 v0.6.1
6182026-07-10T19:35:00.739Z Downloaded bzip2 v0.4.4
6192026-07-10T19:35:00.742Z Downloaded blake2 v0.10.6
6202026-07-10T19:35:00.742Z Downloaded pkcs8 v0.10.2
6212026-07-10T19:35:00.745Z Downloaded oxide-tokio-rt v0.1.4
6222026-07-10T19:35:00.745Z Downloaded icu_collections v2.1.1
6232026-07-10T19:35:00.748Z Downloaded partial-io v0.5.4
6242026-07-10T19:35:00.751Z Downloaded parking_lot_core v0.9.12
6252026-07-10T19:35:00.751Z Downloaded parking_lot v0.12.5
6262026-07-10T19:35:00.755Z Downloaded quick-error v1.2.3
6272026-07-10T19:35:00.755Z Downloaded progenitor-client v0.14.0
6282026-07-10T19:35:00.755Z Downloaded daft v0.1.7
6292026-07-10T19:35:00.758Z Downloaded der v0.8.0
6302026-07-10T19:35:00.760Z Downloaded pkg-config v0.3.32
6312026-07-10T19:35:00.761Z Downloaded hickory-resolver v0.25.2
6322026-07-10T19:35:00.764Z Downloaded bitfield v0.19.4
6332026-07-10T19:35:00.764Z Downloaded endian-type v0.1.2
6342026-07-10T19:35:00.767Z Downloaded miniz_oxide v0.8.9
6352026-07-10T19:35:00.767Z Downloaded progenitor-macro v0.13.0
6362026-07-10T19:35:00.767Z Downloaded polyval v0.7.1
6372026-07-10T19:35:00.770Z Downloaded progenitor-macro v0.14.0
6382026-07-10T19:35:00.770Z Downloaded ppv-lite86 v0.2.21
6392026-07-10T19:35:00.773Z Downloaded radium v0.7.0
6402026-07-10T19:35:00.773Z Downloaded postgres-protocol v0.6.10
6412026-07-10T19:35:00.773Z Downloaded poly1305 v0.8.0
6422026-07-10T19:35:00.776Z Downloaded ed25519-dalek v3.0.0-rc.0
6432026-07-10T19:35:00.776Z Downloaded pem v3.0.6
6442026-07-10T19:35:00.779Z Downloaded aes-gcm v0.11.0
6452026-07-10T19:35:00.782Z Downloaded psl-types v2.0.11
6462026-07-10T19:35:00.782Z Downloaded predicates v3.1.4
6472026-07-10T19:35:00.782Z Downloaded pest_generator v2.8.6
6482026-07-10T19:35:00.786Z Downloaded pest_derive v2.8.6
6492026-07-10T19:35:00.786Z Downloaded omicron-zone-package v0.12.3
6502026-07-10T19:35:00.789Z Downloaded recursive v0.1.1
6512026-07-10T19:35:00.789Z Downloaded rand_xorshift v0.4.0
6522026-07-10T19:35:00.789Z Downloaded phf v0.13.1
6532026-07-10T19:35:00.789Z Downloaded num-traits v0.2.19
6542026-07-10T19:35:00.792Z Downloaded http v1.4.2
6552026-07-10T19:35:00.795Z Downloaded crossterm v0.29.0
6562026-07-10T19:35:00.798Z Downloaded oso v0.27.3
6572026-07-10T19:35:00.801Z Downloaded proc-macro-error v1.0.4
6582026-07-10T19:35:00.805Z Downloaded progenitor-extras v0.2.0
6592026-07-10T19:35:00.805Z Downloaded primeorder v0.14.0-rc.10
6602026-07-10T19:35:00.805Z Downloaded primeorder v0.13.6
6612026-07-10T19:35:00.808Z Downloaded recursive-proc-macro-impl v0.1.1
6622026-07-10T19:35:00.808Z Downloaded dropshot-api-manager v0.7.2
6632026-07-10T19:35:00.811Z Downloaded ref-cast-impl v1.0.25
6642026-07-10T19:35:00.811Z Downloaded ref-cast v1.0.25
6652026-07-10T19:35:00.814Z Downloaded pkcs1 v0.8.0-rc.4
6662026-07-10T19:35:00.814Z Downloaded plotters-backend v0.3.7
6672026-07-10T19:35:00.814Z Downloaded jiff-static v0.2.21
6682026-07-10T19:35:00.818Z Downloaded rfc6979 v0.4.0
6692026-07-10T19:35:00.821Z Downloaded rfc6979 v0.5.0
6702026-07-10T19:35:00.824Z Downloaded papergrid v0.17.0
6712026-07-10T19:35:00.827Z Downloaded progenitor-client v0.13.0
6722026-07-10T19:35:00.827Z Downloaded hickory-server v0.25.2
6732026-07-10T19:35:00.830Z Downloaded progenitor v0.14.0
6742026-07-10T19:35:00.833Z Downloaded progenitor v0.13.0
6752026-07-10T19:35:00.833Z Downloaded proc-macro-error2 v2.0.1
6762026-07-10T19:35:00.836Z Downloaded memchr v2.8.0
6772026-07-10T19:35:00.836Z Downloaded rand_core v0.9.5
6782026-07-10T19:35:00.839Z Downloaded r2d2 v0.8.10
6792026-07-10T19:35:00.840Z Downloaded russh-util v0.52.0
6802026-07-10T19:35:00.840Z Downloaded rtoolbox v0.0.3
6812026-07-10T19:35:00.843Z Downloaded psm v0.1.30
6822026-07-10T19:35:00.843Z Downloaded postgres-types v0.2.12
6832026-07-10T19:35:00.846Z Downloaded postcard v1.1.3
6842026-07-10T19:35:00.846Z Downloaded pkcs8 v0.11.0
6852026-07-10T19:35:00.849Z Downloaded papergrid v0.11.0
6862026-07-10T19:35:00.852Z Downloaded quote v1.0.45
6872026-07-10T19:35:00.855Z Downloaded primefield v0.14.0
6882026-07-10T19:35:00.855Z Downloaded rustc_version v0.4.1
6892026-07-10T19:35:00.860Z Downloaded rustc_version v0.1.7
6902026-07-10T19:35:00.860Z Downloaded rustc-hash v2.1.1
6912026-07-10T19:35:00.863Z Downloaded russh-cryptovec v0.61.0
6922026-07-10T19:35:00.873Z Downloaded rand_core v0.6.4
6932026-07-10T19:35:00.876Z Downloaded hashbrown v0.13.2
6942026-07-10T19:35:00.879Z Downloaded scopeguard v1.2.0
6952026-07-10T19:35:00.879Z Downloaded rand_core v0.10.0
6962026-07-10T19:35:00.879Z Downloaded rand_seeder v0.4.0
6972026-07-10T19:35:00.882Z Downloaded rand_chacha v0.9.0
6982026-07-10T19:35:00.882Z Downloaded rand_chacha v0.3.1
6992026-07-10T19:35:00.886Z Downloaded miette v5.10.0
7002026-07-10T19:35:00.886Z Downloaded relative-path v1.9.3
7012026-07-10T19:35:00.890Z Downloaded openssl-sys v0.9.115
7022026-07-10T19:35:00.893Z Downloaded indexmap v2.14.0
7032026-07-10T19:35:00.895Z Downloaded sapling-renderdag v0.1.0
7042026-07-10T19:35:00.896Z Downloaded poly1305 v0.9.0
7052026-07-10T19:35:00.896Z Downloaded pkcs5 v0.8.1
7062026-07-10T19:35:00.900Z Downloaded same-file v1.0.6
7072026-07-10T19:35:00.903Z Downloaded p384 v0.14.0-rc.10
7082026-07-10T19:35:00.903Z Downloaded itertools v0.10.5
7092026-07-10T19:35:00.906Z Downloaded mio v1.2.0
7102026-07-10T19:35:00.908Z Downloaded internal-russh-num-bigint v0.5.0
7112026-07-10T19:35:00.911Z Downloaded scroll_derive v0.13.1
7122026-07-10T19:35:00.912Z Downloaded secrecy v0.10.3
7132026-07-10T19:35:00.915Z Downloaded scheduled-thread-pool v0.2.7
7142026-07-10T19:35:00.915Z Downloaded clap_builder v4.6.0
7152026-07-10T19:35:00.918Z Downloaded scroll_derive v0.12.1
7162026-07-10T19:35:00.921Z Downloaded rust-argon2 v2.1.0
7172026-07-10T19:35:00.921Z Downloaded resolv-conf v0.7.6
7182026-07-10T19:35:00.921Z Downloaded pest_meta v2.8.6
7192026-07-10T19:35:00.924Z Downloaded minimal-lexical v0.2.1
7202026-07-10T19:35:00.927Z Downloaded hyper-util v0.1.20
7212026-07-10T19:35:00.930Z Downloaded quinn-udp v0.5.14
7222026-07-10T19:35:00.930Z Downloaded seq-macro v0.3.6
7232026-07-10T19:35:00.933Z Downloaded serde_bytes v0.11.19
7242026-07-10T19:35:00.933Z Downloaded serde-big-array v0.5.1
7252026-07-10T19:35:00.938Z Downloaded rustc-demangle v0.1.27
7262026-07-10T19:35:00.942Z Downloaded pin-project v1.1.11
7272026-07-10T19:35:00.948Z Downloaded rustls-pemfile v2.2.0
7282026-07-10T19:35:00.952Z Downloaded prefix-trie v0.7.0
7292026-07-10T19:35:00.952Z Downloaded serde_repr v0.1.20
7302026-07-10T19:35:00.955Z Downloaded serde_plain v1.0.2
7312026-07-10T19:35:00.955Z Downloaded rustls-native-certs v0.8.3
7322026-07-10T19:35:00.955Z Downloaded pkcs1 v0.7.5
7332026-07-10T19:35:00.958Z Downloaded sha1 v0.10.6
7342026-07-10T19:35:00.958Z Downloaded serde_urlencoded v0.7.1
7352026-07-10T19:35:00.958Z Downloaded guppy v0.17.25
7362026-07-10T19:35:00.962Z Downloaded p256 v0.14.0-rc.10
7372026-07-10T19:35:00.964Z Downloaded rusty-fork v0.3.1
7382026-07-10T19:35:00.967Z Downloaded serde_spanned v0.6.9
7392026-07-10T19:35:00.967Z Downloaded serde_regex v1.1.0
7402026-07-10T19:35:00.967Z Downloaded hashbrown v0.15.5
7412026-07-10T19:35:00.970Z Downloaded hashbrown v0.14.5
7422026-07-10T19:35:00.975Z Downloaded rustversion v1.0.22
7432026-07-10T19:35:00.978Z Downloaded secrecy v0.8.0
7442026-07-10T19:35:00.978Z Downloaded scrypt v0.12.0
7452026-07-10T19:35:00.978Z Downloaded schemars_derive v0.8.22
7462026-07-10T19:35:00.978Z Downloaded shell-words v1.1.1
7472026-07-10T19:35:00.982Z Downloaded sec1 v0.8.1
7482026-07-10T19:35:00.982Z Downloaded proc-macro2 v1.0.106
7492026-07-10T19:35:00.985Z Downloaded scroll v0.13.0
7502026-07-10T19:35:00.986Z Downloaded sha1 v0.11.0
7512026-07-10T19:35:00.986Z Downloaded scroll v0.12.0
7522026-07-10T19:35:00.992Z Downloaded semver v0.1.20
7532026-07-10T19:35:00.996Z Downloaded sec1 v0.7.3
7542026-07-10T19:35:00.999Z Downloaded signal-hook-tokio v0.3.1
7552026-07-10T19:35:00.999Z Downloaded signal-hook-mio v0.2.5
7562026-07-10T19:35:00.999Z Downloaded signature v2.2.0
7572026-07-10T19:35:01.002Z Downloaded sigpipe v0.1.3
7582026-07-10T19:35:01.011Z Downloaded rcgen v0.12.1
7592026-07-10T19:35:01.016Z Downloaded serde-hex v0.1.0
7602026-07-10T19:35:01.016Z Downloaded rustls-pki-types v1.14.0
7612026-07-10T19:35:01.021Z Downloaded siphasher v1.0.2
7622026-07-10T19:35:01.021Z Downloaded slog-bunyan v2.5.0
7632026-07-10T19:35:01.021Z Downloaded serde_derive_internals v0.29.1
7642026-07-10T19:35:01.024Z Downloaded slog-envlogger v2.2.0
7652026-07-10T19:35:01.024Z Downloaded hashbrown v0.17.0
7662026-07-10T19:35:01.027Z Downloaded prettyplease v0.2.37
7672026-07-10T19:35:01.030Z Downloaded progenitor-impl v0.13.0
7682026-07-10T19:35:01.034Z Downloaded serde_spanned v1.1.1
7692026-07-10T19:35:01.034Z Downloaded serde_with_macros v1.5.2
7702026-07-10T19:35:01.034Z Downloaded serde_path_to_error v0.1.20
7712026-07-10T19:35:01.037Z Downloaded salsa20 v0.11.0
7722026-07-10T19:35:01.038Z Downloaded serdect v0.4.3
7732026-07-10T19:35:01.038Z Downloaded aws-lc-rs v1.16.3
7742026-07-10T19:35:01.042Z Downloaded smawk v0.3.2
7752026-07-10T19:35:01.045Z Downloaded progenitor-impl v0.14.0
7762026-07-10T19:35:01.045Z Downloaded itertools v0.13.0
7772026-07-10T19:35:01.049Z Downloaded hashbrown v0.16.1
7782026-07-10T19:35:01.052Z Downloaded shlex v1.3.0
7792026-07-10T19:35:01.055Z Downloaded libxml v0.3.3
7802026-07-10T19:35:01.058Z Downloaded num-bigint v0.4.6
7812026-07-10T19:35:01.066Z Downloaded semver v1.0.28
7822026-07-10T19:35:01.069Z Downloaded itertools v0.12.1
7832026-07-10T19:35:01.072Z Downloaded similar-asserts v1.7.0
7842026-07-10T19:35:01.075Z Downloaded strip-ansi-escapes v0.2.1
7852026-07-10T19:35:01.075Z Downloaded sqlparser_derive v0.5.0
7862026-07-10T19:35:01.075Z Downloaded signature v3.0.0
7872026-07-10T19:35:01.078Z Downloaded signal-hook-registry v1.4.8
7882026-07-10T19:35:01.078Z Downloaded stable_deref_trait v1.2.1
7892026-07-10T19:35:01.078Z Downloaded futures-util v0.3.32
7902026-07-10T19:35:01.084Z Downloaded rayon-core v1.13.0
7912026-07-10T19:35:01.087Z Downloaded crypto-primes v0.7.2
7922026-07-10T19:35:01.090Z Downloaded slog-dtrace v0.3.0
7932026-07-10T19:35:01.093Z Downloaded strum v0.26.3
7942026-07-10T19:35:01.093Z Downloaded strsim v0.10.0
7952026-07-10T19:35:01.093Z Downloaded strum v0.27.2
7962026-07-10T19:35:01.093Z Downloaded structmeta-derive v0.3.0
7972026-07-10T19:35:01.095Z Downloaded slog-async v2.8.0
7982026-07-10T19:35:01.096Z Downloaded serde_tokenstream v0.2.3
7992026-07-10T19:35:01.096Z Downloaded slab v0.4.12
8002026-07-10T19:35:01.098Z Downloaded simd-adler32 v0.3.8
8012026-07-10T19:35:01.098Z Downloaded rand_distr v0.5.1
8022026-07-10T19:35:01.102Z Downloaded strsim v0.11.1
8032026-07-10T19:35:01.102Z Downloaded pretty_assertions v1.4.1
8042026-07-10T19:35:01.105Z Downloaded rustls-platform-verifier v0.6.2
8052026-07-10T19:35:01.105Z Downloaded h2 v0.4.15
8062026-07-10T19:35:01.108Z Downloaded structmeta v0.3.0
8072026-07-10T19:35:01.111Z Downloaded slog-term v2.9.2
8082026-07-10T19:35:01.111Z Downloaded supports-unicode v2.1.0
8092026-07-10T19:35:01.111Z Downloaded supports-color v2.1.0
8102026-07-10T19:35:01.114Z Downloaded icu_properties_data v2.1.2
8112026-07-10T19:35:01.117Z Downloaded subtle v2.6.1
8122026-07-10T19:35:01.120Z Downloaded ron v0.8.1
8132026-07-10T19:35:01.123Z Downloaded sync_wrapper v1.0.2
8142026-07-10T19:35:01.123Z Downloaded spki v0.7.3
8152026-07-10T19:35:01.126Z Downloaded tabled_derive v0.11.0
8162026-07-10T19:35:01.126Z Downloaded sha2 v0.10.9
8172026-07-10T19:35:01.126Z Downloaded spki v0.8.0
8182026-07-10T19:35:01.129Z Downloaded swrite v0.1.0
8192026-07-10T19:35:01.129Z Downloaded supports-hyperlinks v2.1.0
8202026-07-10T19:35:01.129Z Downloaded libm v0.2.16
8212026-07-10T19:35:01.134Z Downloaded static_assertions v1.1.0
8222026-07-10T19:35:01.137Z Downloaded take_mut v0.2.2
8232026-07-10T19:35:01.137Z Downloaded rstest_macros v0.25.0
8242026-07-10T19:35:01.140Z Downloaded tabled_derive v0.7.0
8252026-07-10T19:35:01.140Z Downloaded target-triple v1.0.0
8262026-07-10T19:35:01.140Z Downloaded sync-ptr v0.1.4
8272026-07-10T19:35:01.145Z Downloaded ssh-cipher v0.3.0-rc.9
8282026-07-10T19:35:01.145Z Downloaded tabwriter v1.4.1
8292026-07-10T19:35:01.145Z Downloaded tagptr v0.2.0
8302026-07-10T19:35:01.148Z Downloaded stacker v0.1.23
8312026-07-10T19:35:01.148Z Downloaded serde_core v1.0.228
8322026-07-10T19:35:01.148Z Downloaded rand v0.8.6
8332026-07-10T19:35:01.151Z Downloaded ssh-encoding v0.3.0-rc.9
8342026-07-10T19:35:01.151Z Downloaded serde_cbor v0.11.2
8352026-07-10T19:35:01.154Z Downloaded serde_derive v1.0.228
8362026-07-10T19:35:01.154Z Downloaded strum_macros v0.24.3
8372026-07-10T19:35:01.158Z Downloaded strum_macros v0.26.4
8382026-07-10T19:35:01.158Z Downloaded stringprep v0.1.5
8392026-07-10T19:35:01.161Z Downloaded stringmetrics v2.2.2
8402026-07-10T19:35:01.161Z Downloaded terminal_size v0.1.17
8412026-07-10T19:35:01.161Z Downloaded goblin v0.8.2
8422026-07-10T19:35:01.164Z Downloaded nom v8.0.0
8432026-07-10T19:35:01.167Z Downloaded testing_table v0.3.0
8442026-07-10T19:35:01.170Z Downloaded termtree v0.5.1
8452026-07-10T19:35:01.170Z Downloaded terminal_size v0.4.3
8462026-07-10T19:35:01.170Z Downloaded smallvec v1.15.1
8472026-07-10T19:35:01.174Z Downloaded smallvec v0.6.14
8482026-07-10T19:35:01.174Z Downloaded tap v1.0.1
8492026-07-10T19:35:01.174Z Downloaded strum_macros v0.27.2
8502026-07-10T19:35:01.177Z Downloaded spin v0.9.8
8512026-07-10T19:35:01.177Z Downloaded string_cache v0.8.9
8522026-07-10T19:35:01.177Z Downloaded schemars v0.9.0
8532026-07-10T19:35:01.183Z Downloaded snafu-derive v0.8.9
8542026-07-10T19:35:01.186Z Downloaded bitvec v1.0.1
8552026-07-10T19:35:01.192Z Downloaded quinn v0.11.9
8562026-07-10T19:35:01.195Z Downloaded itertools v0.14.0
8572026-07-10T19:35:01.198Z Downloaded time-core v0.1.8
8582026-07-10T19:35:01.202Z Downloaded tokio-macros v2.7.0
8592026-07-10T19:35:01.202Z Downloaded thread-id v5.1.0
8602026-07-10T19:35:01.202Z Downloaded thread-id v4.2.2
8612026-07-10T19:35:01.205Z Downloaded rand v0.9.2
8622026-07-10T19:35:01.205Z Downloaded termcolor v1.4.1
8632026-07-10T19:35:01.209Z Downloaded rustls-webpki v0.103.13
8642026-07-10T19:35:01.209Z Downloaded synstructure v0.13.2
8652026-07-10T19:35:01.212Z Downloaded pest v2.8.6
8662026-07-10T19:35:01.212Z Downloaded target-lexicon v0.13.3
8672026-07-10T19:35:01.215Z Downloaded sqlformat v0.3.5
8682026-07-10T19:35:01.215Z Downloaded signal-hook v0.3.18
8692026-07-10T19:35:01.218Z Downloaded tinyvec_macros v0.1.1
8702026-07-10T19:35:01.218Z Downloaded support-bundle-viewer v0.1.2
8712026-07-10T19:35:01.218Z Downloaded tokio-test v0.4.5
8722026-07-10T19:35:01.222Z Downloaded slog v2.8.2
8732026-07-10T19:35:01.222Z Downloaded similar v2.7.0
8742026-07-10T19:35:01.225Z Downloaded toml_datetime v0.6.11
8752026-07-10T19:35:01.228Z Downloaded topological-sort v0.2.2
8762026-07-10T19:35:01.228Z Downloaded nom v7.1.3
8772026-07-10T19:35:01.231Z Downloaded bindgen v0.71.1
8782026-07-10T19:35:01.234Z Downloaded qorb v0.4.1
8792026-07-10T19:35:01.237Z Downloaded toml_write v0.1.2
8802026-07-10T19:35:01.240Z Downloaded tower-layer v0.3.3
8812026-07-10T19:35:01.240Z Downloaded try-lock v0.2.5
8822026-07-10T19:35:01.240Z Downloaded serde_yaml v0.9.34+deprecated
8832026-07-10T19:35:01.243Z Downloaded socket2 v0.6.3
8842026-07-10T19:35:01.243Z Downloaded socket2 v0.5.10
8852026-07-10T19:35:01.246Z Downloaded trait-variant v0.1.2
8862026-07-10T19:35:01.246Z Downloaded thiserror v1.0.69
8872026-07-10T19:35:01.249Z Downloaded samael v0.0.19
8882026-07-10T19:35:01.252Z Downloaded thiserror-impl-no-std v2.0.2
8892026-07-10T19:35:01.252Z Downloaded thiserror-impl v1.0.69
8902026-07-10T19:35:01.256Z Downloaded termios v0.3.3
8912026-07-10T19:35:01.256Z Downloaded schemars v1.2.1
8922026-07-10T19:35:01.262Z Downloaded tower-service v0.3.3
8932026-07-10T19:35:01.265Z Downloaded publicsuffix v2.3.0
8942026-07-10T19:35:01.265Z Downloaded thiserror-no-std v2.0.2
8952026-07-10T19:35:01.268Z Downloaded tempfile v3.25.0
8962026-07-10T19:35:01.271Z Downloaded typify-macro v0.6.2
8972026-07-10T19:35:01.271Z Downloaded tiny-keccak v2.0.2
8982026-07-10T19:35:01.271Z Downloaded tinytemplate v1.2.1
8992026-07-10T19:35:01.275Z Downloaded unicode-linebreak v0.1.5
9002026-07-10T19:35:01.275Z Downloaded unarray v0.1.4
9012026-07-10T19:35:01.275Z Downloaded tinystr v0.8.2
9022026-07-10T19:35:01.278Z Downloaded universal-hash v0.6.1
9032026-07-10T19:35:01.278Z Downloaded time-macros v0.2.27
9042026-07-10T19:35:01.281Z Downloaded tokio-tungstenite v0.21.0
9052026-07-10T19:35:01.281Z Downloaded target-spec v3.5.7
9062026-07-10T19:35:01.284Z Downloaded term v1.2.1
9072026-07-10T19:35:01.284Z Downloaded rand v0.10.1
9082026-07-10T19:35:01.287Z Downloaded tls_codec_derive v0.4.2
9092026-07-10T19:35:01.290Z Downloaded thread_local v1.1.9
9102026-07-10T19:35:01.290Z Downloaded unicode-truncate v1.1.0
9112026-07-10T19:35:01.290Z Downloaded tokio-dtrace v0.1.1
9122026-07-10T19:35:01.292Z Downloaded term v0.7.0
9132026-07-10T19:35:01.292Z Downloaded unit-prefix v0.5.2
9142026-07-10T19:35:01.295Z Downloaded unicode-xid v0.2.6
9152026-07-10T19:35:01.295Z Downloaded universal-hash v0.5.1
9162026-07-10T19:35:01.295Z Downloaded tokio-native-tls v0.3.1
9172026-07-10T19:35:01.299Z Downloaded usdt-attr-macro v0.6.0
9182026-07-10T19:35:01.299Z Downloaded usdt v0.5.0
9192026-07-10T19:35:01.299Z Downloaded rsa v0.9.10
9202026-07-10T19:35:01.302Z Downloaded iri-string v0.7.10
9212026-07-10T19:35:01.305Z Downloaded untrusted v0.9.0
9222026-07-10T19:35:01.311Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9232026-07-10T19:35:01.311Z Downloaded untrusted v0.7.1
9242026-07-10T19:35:01.311Z Downloaded usdt-macro v0.5.0
9252026-07-10T19:35:01.311Z Downloaded supports-color v3.0.2
9262026-07-10T19:35:01.314Z Downloaded usdt-macro v0.6.0
9272026-07-10T19:35:01.314Z Downloaded sha2 v0.11.0
9282026-07-10T19:35:01.314Z Downloaded blake3 v1.8.5
9292026-07-10T19:35:01.317Z Downloaded thiserror-impl v2.0.18
9302026-07-10T19:35:01.320Z Downloaded thiserror v2.0.18
9312026-07-10T19:35:01.323Z Downloaded utf-8 v0.7.6
9322026-07-10T19:35:01.323Z Downloaded usdt-attr-macro v0.5.0
9332026-07-10T19:35:01.323Z Downloaded tui-tree-widget v0.23.1
9342026-07-10T19:35:01.326Z Downloaded usdt v0.6.0
9352026-07-10T19:35:01.326Z Downloaded utf8parse v0.2.2
9362026-07-10T19:35:01.326Z Downloaded utf8_iter v1.0.4
9372026-07-10T19:35:01.326Z Downloaded subprocess v0.2.15
9382026-07-10T19:35:01.329Z Downloaded snafu v0.8.9
9392026-07-10T19:35:01.333Z Downloaded waitgroup v0.1.2
9402026-07-10T19:35:01.333Z Downloaded wait-timeout v0.2.1
9412026-07-10T19:35:01.336Z Downloaded version_check v0.9.5
9422026-07-10T19:35:01.336Z Downloaded rsa v0.10.0-rc.18
9432026-07-10T19:35:01.339Z Downloaded toml_writer v1.1.1+spec-1.1.0
9442026-07-10T19:35:01.339Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9452026-07-10T19:35:01.342Z Downloaded plotters v0.3.7
9462026-07-10T19:35:01.345Z Downloaded void v1.0.2
9472026-07-10T19:35:01.345Z Downloaded tls_codec v0.4.2
9482026-07-10T19:35:01.348Z Downloaded schemars v0.8.22
9492026-07-10T19:35:01.352Z Downloaded smf v0.2.3
9502026-07-10T19:35:01.355Z Downloaded idna v1.1.0
9512026-07-10T19:35:01.358Z Downloaded tokio-tungstenite v0.23.1
9522026-07-10T19:35:01.358Z Downloaded serde v1.0.228
9532026-07-10T19:35:01.362Z Downloaded toml v0.8.23
9542026-07-10T19:35:01.362Z Downloaded hkdf v0.13.0
9552026-07-10T19:35:01.365Z Downloaded hkdf v0.12.4
9562026-07-10T19:35:01.365Z Downloaded ryu v1.0.23
9572026-07-10T19:35:01.368Z Downloaded hyper v1.10.1
9582026-07-10T19:35:01.371Z Downloaded xshell-macros v0.2.7
9592026-07-10T19:35:01.374Z Downloaded want v0.3.1
9602026-07-10T19:35:01.374Z Downloaded usdt-impl v0.5.0
9612026-07-10T19:35:01.374Z Downloaded unicase v2.9.0
9622026-07-10T19:35:01.374Z Downloaded toml_parser v1.1.2+spec-1.1.0
9632026-07-10T19:35:01.378Z Downloaded tokio-rustls v0.26.4
9642026-07-10T19:35:01.378Z Downloaded git2 v0.20.4
9652026-07-10T19:35:01.382Z Downloaded yoke-derive v0.8.1
9662026-07-10T19:35:01.385Z Downloaded slog-stdlog v4.1.1
9672026-07-10T19:35:01.385Z Downloaded slog-scope v4.4.1
9682026-07-10T19:35:01.385Z Downloaded xattr v1.6.1
9692026-07-10T19:35:01.388Z Downloaded rustyline v14.0.0
9702026-07-10T19:35:01.391Z Downloaded iddqd v0.4.2
9712026-07-10T19:35:01.395Z Downloaded ucd-trie v0.1.7
9722026-07-10T19:35:01.398Z Downloaded trybuild v1.0.116
9732026-07-10T19:35:01.401Z Downloaded vergen-lib v0.1.6
9742026-07-10T19:35:01.401Z Downloaded usdt-impl v0.6.0
9752026-07-10T19:35:01.401Z Downloaded vergen-git2 v9.1.0
9762026-07-10T19:35:01.404Z Downloaded zeroize_derive v1.4.3
9772026-07-10T19:35:01.404Z Downloaded zerofrom v0.1.6
9782026-07-10T19:35:01.404Z Downloaded textwrap v0.16.2
9792026-07-10T19:35:01.407Z Downloaded textwrap v0.15.2
9802026-07-10T19:35:01.407Z Downloaded zerofrom-derive v0.1.6
9812026-07-10T19:35:01.407Z Downloaded test-strategy v0.4.5
9822026-07-10T19:35:01.411Z Downloaded slog-json v2.6.1
9832026-07-10T19:35:01.411Z Downloaded serde_with_macros v3.17.0
9842026-07-10T19:35:01.414Z Downloaded p521 v0.14.0-rc.10
9852026-07-10T19:35:01.417Z Downloaded num-bigint-dig v0.8.6
9862026-07-10T19:35:01.417Z Downloaded rstest v0.25.0
9872026-07-10T19:35:01.421Z Downloaded tracing-attributes v0.1.31
9882026-07-10T19:35:01.431Z Downloaded vergen-lib v9.1.0
9892026-07-10T19:35:01.431Z Downloaded vsss-rs v3.3.4
9902026-07-10T19:35:01.434Z Downloaded vergen-gitcl v1.0.8
9912026-07-10T19:35:01.434Z Downloaded zone v0.3.1
9922026-07-10T19:35:01.438Z Downloaded toml v1.1.2+spec-1.1.0
9932026-07-10T19:35:01.438Z Downloaded whoami v2.1.0
9942026-07-10T19:35:01.441Z Downloaded toml v0.7.8
9952026-07-10T19:35:01.443Z Downloaded whoami v1.6.1
9962026-07-10T19:35:01.444Z Downloaded steno v0.4.1
9972026-07-10T19:35:01.448Z Downloaded xshell v0.2.7
9982026-07-10T19:35:01.448Z Downloaded wyz v0.5.1
9992026-07-10T19:35:01.448Z Downloaded walkdir v2.5.0
10002026-07-10T19:35:01.453Z Downloaded tinyvec v1.10.0
10012026-07-10T19:35:01.453Z Downloaded zone_cfg_derive v0.3.1
10022026-07-10T19:35:01.453Z Downloaded tokio-stream v0.1.18
10032026-07-10T19:35:01.456Z Downloaded serde_with v1.14.0
10042026-07-10T19:35:01.459Z Downloaded yoke v0.8.1
10052026-07-10T19:35:01.459Z Downloaded p384 v0.13.1
10062026-07-10T19:35:01.462Z Downloaded rpassword v7.4.0
10072026-07-10T19:35:01.465Z Downloaded vergen v9.1.0
10082026-07-10T19:35:01.465Z Downloaded twox-hash v2.1.2
10092026-07-10T19:35:01.465Z Downloaded tar v0.4.45
10102026-07-10T19:35:01.468Z Downloaded writeable v0.6.2
10112026-07-10T19:35:01.468Z Downloaded zerovec-derive v0.11.2
10122026-07-10T19:35:01.471Z Downloaded zmij v1.0.21
10132026-07-10T19:35:01.481Z Downloaded unicode-ident v1.0.24
10142026-07-10T19:35:01.484Z Downloaded unicode-properties v0.1.4
10152026-07-10T19:35:01.484Z Downloaded uzers v0.12.2
10162026-07-10T19:35:01.487Z Downloaded zeroize v1.8.2
10172026-07-10T19:35:01.487Z Downloaded zstd v0.13.3
10182026-07-10T19:35:01.494Z Downloaded tracing-core v0.1.36
10192026-07-10T19:35:01.506Z Downloaded typify v0.6.2
10202026-07-10T19:35:01.509Z Downloaded reedline v0.40.0
10212026-07-10T19:35:01.513Z Downloaded tungstenite v0.21.0
10222026-07-10T19:35:01.516Z Downloaded unicode-bidi v0.3.18
10232026-07-10T19:35:01.521Z Downloaded zerocopy v0.6.6
10242026-07-10T19:35:01.521Z Downloaded reqwest v0.12.28
10252026-07-10T19:35:01.535Z Downloaded reqwest v0.13.2
10262026-07-10T19:35:01.539Z Downloaded yasna v0.5.2
10272026-07-10T19:35:01.542Z Downloaded vte v0.14.1
10282026-07-10T19:35:01.542Z Downloaded uuid v1.23.4
10292026-07-10T19:35:01.545Z Downloaded zerocopy-derive v0.7.35
10302026-07-10T19:35:01.548Z Downloaded rayon v1.11.0
10312026-07-10T19:35:01.556Z Downloaded curve25519-dalek v4.1.3
10322026-07-10T19:35:01.559Z Downloaded tungstenite v0.23.0
10332026-07-10T19:35:01.559Z Downloaded goblin v0.10.5
10342026-07-10T19:35:01.563Z Downloaded moka v0.12.13
10352026-07-10T19:35:01.569Z Downloaded zstd-safe v7.2.4
10362026-07-10T19:35:01.572Z Downloaded regex v1.12.3
10372026-07-10T19:35:01.577Z Downloaded tokio-postgres v0.7.16
10382026-07-10T19:35:01.577Z Downloaded unsafe-libyaml v0.2.11
10392026-07-10T19:35:01.580Z Downloaded toml_edit v0.23.10+spec-1.0.0
10402026-07-10T19:35:01.580Z Downloaded portable-atomic v1.13.1
10412026-07-10T19:35:01.584Z Downloaded unicode_categories v0.1.1
10422026-07-10T19:35:01.587Z Downloaded lalrpop v0.19.12
10432026-07-10T19:35:01.592Z Downloaded toml_edit v0.22.27
10442026-07-10T19:35:01.595Z Downloaded serde_json v1.0.150
10452026-07-10T19:35:01.599Z Downloaded yansi v1.0.1
10462026-07-10T19:35:01.602Z Downloaded toml_edit v0.19.15
10472026-07-10T19:35:01.613Z Downloaded zopfli v0.8.3
10482026-07-10T19:35:01.618Z Downloaded crypto-bigint v0.7.5
10492026-07-10T19:35:01.621Z Downloaded zip v0.6.6
10502026-07-10T19:35:01.627Z Downloaded zerotrie v0.2.3
10512026-07-10T19:35:01.634Z Downloaded url v2.5.8
10522026-07-10T19:35:01.638Z Downloaded quick-xml v0.37.5
10532026-07-10T19:35:01.642Z Downloaded tower v0.5.3
10542026-07-10T19:35:01.648Z Downloaded zerocopy-derive v0.8.40
10552026-07-10T19:35:01.655Z Downloaded typed-path v0.9.3
10562026-07-10T19:35:01.659Z Downloaded ssh-key v0.7.0-rc.10
10572026-07-10T19:35:01.666Z Downloaded object v0.30.4
10582026-07-10T19:35:01.672Z Downloaded x509-cert v0.2.5
10592026-07-10T19:35:01.672Z Downloaded salty v0.3.0
10602026-07-10T19:35:01.679Z Downloaded bstr v1.12.1
10612026-07-10T19:35:01.683Z Downloaded typenum v1.20.1
10622026-07-10T19:35:01.683Z Downloaded proptest v1.10.0
10632026-07-10T19:35:01.687Z Downloaded tokio-util v0.7.18
10642026-07-10T19:35:01.692Z Downloaded petname v2.0.2
10652026-07-10T19:35:01.695Z Downloaded gimli v0.32.3
10662026-07-10T19:35:01.700Z Downloaded unicode-segmentation v1.12.0
10672026-07-10T19:35:01.707Z Downloaded tower-http v0.6.8
10682026-07-10T19:35:01.711Z Downloaded unicode-normalization v0.1.25
10692026-07-10T19:35:01.715Z Downloaded nix v0.27.1
10702026-07-10T19:35:01.721Z Downloaded tough v0.22.0
10712026-07-10T19:35:01.726Z Downloaded curve25519-dalek v5.0.0-rc.0
10722026-07-10T19:35:01.732Z Downloaded zerovec v0.11.5
10732026-07-10T19:35:01.742Z Downloaded serde_with v3.17.0
10742026-07-10T19:35:01.749Z Downloaded quinn-proto v0.11.13
10752026-07-10T19:35:01.753Z Downloaded dropshot v0.17.1
10762026-07-10T19:35:01.767Z Downloaded zip v4.6.1
10772026-07-10T19:35:01.771Z Downloaded openssl v0.10.79
10782026-07-10T19:35:01.777Z Downloaded polar-core v0.27.3
10792026-07-10T19:35:01.785Z Downloaded hickory-proto v0.24.4
10802026-07-10T19:35:01.796Z Downloaded zerocopy v0.7.35
10812026-07-10T19:35:01.805Z Downloaded russh v0.61.2
10822026-07-10T19:35:01.816Z Downloaded winnow v0.6.26
10832026-07-10T19:35:01.821Z Downloaded winnow v0.7.14
10842026-07-10T19:35:01.826Z Downloaded radix_trie v0.2.1
10852026-07-10T19:35:01.830Z Downloaded syn v1.0.109
10862026-07-10T19:35:01.838Z Downloaded time v0.3.47
10872026-07-10T19:35:01.844Z Downloaded nix v0.28.0
10882026-07-10T19:35:01.850Z Downloaded regex-syntax v0.6.29
10892026-07-10T19:35:01.855Z Downloaded winnow v0.5.40
10902026-07-10T19:35:01.860Z Downloaded zlib-rs v0.6.2
10912026-07-10T19:35:01.863Z Downloaded vcpkg v0.2.15
10922026-07-10T19:35:01.886Z Downloaded tabled v0.20.0
10932026-07-10T19:35:01.896Z Downloaded regex-syntax v0.8.10
10942026-07-10T19:35:01.901Z Downloaded nix v0.31.2
10952026-07-10T19:35:01.907Z Downloaded winnow v1.0.3
10962026-07-10T19:35:01.913Z Downloaded diesel v2.3.7
10972026-07-10T19:35:01.925Z Downloaded zerocopy v0.8.40
10982026-07-10T19:35:01.930Z Downloaded rustls v0.23.41
10992026-07-10T19:35:01.937Z Downloaded openapiv3 v2.2.0
11002026-07-10T19:35:01.944Z Downloaded regress v0.10.5
11012026-07-10T19:35:01.950Z Downloaded tabled v0.15.0
11022026-07-10T19:35:01.958Z Downloaded syn v2.0.117
11032026-07-10T19:35:01.965Z Downloaded rustix v1.1.3
11042026-07-10T19:35:01.979Z Downloaded unicode-width v0.1.14
11052026-07-10T19:35:01.982Z Downloaded fiat-crypto v0.3.0
11062026-07-10T19:35:01.991Z Downloaded unicode-width v0.2.0
11072026-07-10T19:35:01.994Z Downloaded rustix v0.38.44
11082026-07-10T19:35:02.007Z Downloaded smoltcp v0.11.0
11092026-07-10T19:35:02.015Z Downloaded bzip2-sys v0.1.13+1.0.8
11102026-07-10T19:35:02.022Z Downloaded regress v0.11.1
11112026-07-10T19:35:02.027Z Downloaded smoltcp v0.9.1
11122026-07-10T19:35:02.033Z Downloaded ratatui v0.29.0
11132026-07-10T19:35:02.045Z Downloaded sha3 v0.11.0
11142026-07-10T19:35:02.049Z Downloaded object v0.37.3
11152026-07-10T19:35:02.054Z Downloaded hickory-proto v0.25.2
11162026-07-10T19:35:02.074Z Downloaded zerocopy-derive v0.6.6
11172026-07-10T19:35:02.080Z Downloaded sqlparser v0.61.0
11182026-07-10T19:35:02.102Z Downloaded sled v0.34.7
11192026-07-10T19:35:02.116Z Downloaded typify-impl v0.6.2
11202026-07-10T19:35:02.124Z Downloaded petgraph v0.8.3
11212026-07-10T19:35:02.155Z Downloaded sha3 v0.10.8
11222026-07-10T19:35:02.159Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11232026-07-10T19:35:02.168Z Downloaded tracing v0.1.44
11242026-07-10T19:35:02.181Z Downloaded tokio v1.52.1
11252026-07-10T19:35:02.206Z Downloaded regex-automata v0.4.14
11262026-07-10T19:35:02.214Z Downloaded petgraph v0.6.5
11272026-07-10T19:35:02.227Z Downloaded jiff v0.2.21
11282026-07-10T19:35:02.249Z Downloaded chrono-tz v0.10.4
11292026-07-10T19:35:02.267Z Downloaded csv v1.4.0
11302026-07-10T19:35:02.281Z Downloaded libz-sys v1.1.24
11312026-07-10T19:35:02.294Z Downloaded libc v0.2.185
11322026-07-10T19:35:02.343Z Downloaded ring v0.17.14
11332026-07-10T19:35:02.396Z Downloaded encoding_rs v0.8.35
11342026-07-10T19:35:02.437Z Downloaded httpmock v0.8.3
11352026-07-10T19:35:02.451Z Downloaded libgit2-sys v0.18.3+1.9.2
11362026-07-10T19:35:02.870Z Downloaded aws-lc-sys v0.40.0
11372026-07-10T19:35:03.282Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-10T19:35:04.899Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-10T19:35:05.015Z Startup: Caching catalogs ... Done
11402026-07-10T19:35:05.528ZPlanning: Solver setup ... Done (0.459s)
11412026-07-10T19:35:05.555ZPlanning: Running solver ... Done (0.027s)
11422026-07-10T19:35:05.580ZPlanning: Finding local manifests ... Done (0.010s)
11432026-07-10T19:35:05.592ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-10T19:35:05.609ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-10T19:35:05.624ZPlanning: Package planning ... Done (0.015s)
11462026-07-10T19:35:05.627ZPlanning: Merging actions ... Done (0.002s)
11472026-07-10T19:35:05.814ZPlanning: Checking for conflicting actions ... Done (0.188s)
11482026-07-10T19:35:05.818ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-10T19:35:07.000ZPlanning: Evaluating mediators ... Done (1.185s)
11502026-07-10T19:35:07.004ZPlanning: Planning completed in 1.96 seconds
11512026-07-10T19:35:07.010Z Packages to install: 2
11522026-07-10T19:35:07.010Z Estimated space available: 155.78 GB
11532026-07-10T19:35:07.010ZEstimated space to be consumed: 31.27 MB
11542026-07-10T19:35:07.010Z Create boot environment: No
11552026-07-10T19:35:07.010ZCreate backup boot environment: No
11562026-07-10T19:35:07.010Z Rebuild boot archive: No
11572026-07-10T19:35:07.013Z
11582026-07-10T19:35:07.013ZChanged packages:
11592026-07-10T19:35:07.013Zhelios
11602026-07-10T19:35:07.013Z developer/build-essential
11612026-07-10T19:35:07.013Z None -> 11-3.0
11622026-07-10T19:35:07.013Z library/libxmlsec1
11632026-07-10T19:35:07.013Z None -> 1.2.35-3.0
11642026-07-10T19:35:07.035Z
11652026-07-10T19:35:07.035ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-10T19:35:07.570ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
11672026-07-10T19:35:07.684Z Actions: 1/268 actions (Installing new actions)
11682026-07-10T19:35:07.724Z Actions: Completed 268 actions in 0.04 seconds.
11692026-07-10T19:35:07.736ZFinalize: Updating package state database ... Done (0.012s)
11702026-07-10T19:35:07.736ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-10T19:35:07.765ZFinalize: Updating image state ... Done (0.029s)
11722026-07-10T19:35:10.299ZFinalize: Creating fast lookup database ... Done (2.508s)
11732026-07-10T19:35:10.369ZFinalize: Reading search index ... Done (0.013s)
11742026-07-10T19:35:10.372ZFinalize: Updating search index ... Done (0.000s)
11752026-07-10T19:35:10.488ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-10T19:35:10.803ZPlanning: Evaluating mediator changes ... Done
11772026-07-10T19:35:10.908ZPlanning: Checking for conflicting actions ... Done
11782026-07-10T19:35:10.911ZPlanning: Consolidating action changes ... Done
11792026-07-10T19:35:11.064ZPlanning: Evaluating mediators ... Done
11802026-07-10T19:35:11.068ZPlanning: Planning completed in 0.26 seconds
11812026-07-10T19:35:11.088Z Mediators to change: 2
11822026-07-10T19:35:11.088Z Create boot environment: No
11832026-07-10T19:35:11.088ZCreate backup boot environment: No
11842026-07-10T19:35:11.134ZFinalize: Updating package state database ... Done
11852026-07-10T19:35:11.134ZFinalize: Updating package cache ... Done
11862026-07-10T19:35:11.153ZFinalize: Updating image state ... Done
11872026-07-10T19:35:13.084ZFinalize: Creating fast lookup database ... Done
11882026-07-10T19:35:13.149ZFinalize: Reading search index ... Done
11892026-07-10T19:35:13.153ZFinalize: Updating search index ... Done
11902026-07-10T19:35:13.279ZFinalize: Updating package cache ... Done
11912026-07-10T19:35:13.564ZPlanning: Evaluating mediator changes ... Done
11922026-07-10T19:35:13.668ZPlanning: Checking for conflicting actions ... Done
11932026-07-10T19:35:13.671ZPlanning: Consolidating action changes ... Done
11942026-07-10T19:35:13.826ZPlanning: Evaluating mediators ... Done
11952026-07-10T19:35:13.829ZPlanning: Planning completed in 0.26 seconds
11962026-07-10T19:35:13.851Z Mediators to change: 1
11972026-07-10T19:35:13.851Z Create boot environment: No
11982026-07-10T19:35:13.851ZCreate backup boot environment: No
11992026-07-10T19:35:13.895ZFinalize: Updating package state database ... Done
12002026-07-10T19:35:13.895ZFinalize: Updating package cache ... Done
12012026-07-10T19:35:13.915ZFinalize: Updating image state ... Done
12022026-07-10T19:35:15.884ZFinalize: Creating fast lookup database ... Done
12032026-07-10T19:35:15.959ZFinalize: Reading search index ... Done
12042026-07-10T19:35:15.987ZFinalize: Updating search index ... Done
12052026-07-10T19:35:16.082ZFinalize: Updating package cache ... Done
12062026-07-10T19:35:16.397ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-10T19:35:16.397Zapache system 2.4 system
12082026-07-10T19:35:16.398Zclang system 15 system
12092026-07-10T19:35:16.398Zcsh system system illumos
12102026-07-10T19:35:16.398Zctags system system illumos
12112026-07-10T19:35:16.398Zfile vendor vendor darwinsys
12122026-07-10T19:35:16.398Zfile system system illumos
12132026-07-10T19:35:16.398Zgcc vendor 14 vendor
12142026-07-10T19:35:16.398Zgcc system 13 system
12152026-07-10T19:35:16.398Zgcc system 10 system
12162026-07-10T19:35:16.398Zgo system 1.25 system
12172026-07-10T19:35:16.399Zllvm system 15 system
12182026-07-10T19:35:16.399Zmariadb system 11.4 system
12192026-07-10T19:35:16.399Zmta vendor vendor dma
12202026-07-10T19:35:16.399Zopenjdk system 17 system
12212026-07-10T19:35:16.399Zopenjdk system 11 system
12222026-07-10T19:35:16.399Zopenssl vendor 3 vendor
12232026-07-10T19:35:16.399Zperl system 5.40 system
12242026-07-10T19:35:16.399Zpostgresql system 18 system
12252026-07-10T19:35:16.399Zpostgresql system 17 system
12262026-07-10T19:35:16.399Zpython vendor 3 vendor
12272026-07-10T19:35:16.399Zpython system 2 system
12282026-07-10T19:35:16.399Zpython3 vendor 3.13 vendor
12292026-07-10T19:35:16.399Zruby system 3.4 system
12302026-07-10T19:35:16.399Zruby system 3.0 system
12312026-07-10T19:35:16.399Zwords vendor vendor american-english
12322026-07-10T19:35:16.400Zwords system system australian-english
12332026-07-10T19:35:16.400Zwords system system british-english
12342026-07-10T19:35:16.400Zwords system system canadian-english
12352026-07-10T19:35:16.400Zwords system system french
12362026-07-10T19:35:16.400Zwords system system italian
12372026-07-10T19:35:16.400Zwords system system ngerman
12382026-07-10T19:35:16.400Zwords system system ogerman
12392026-07-10T19:35:16.400Zwords system system spanish
12402026-07-10T19:35:16.628ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-10T19:35:16.628Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-10T19:35:16.936ZFMRI IFO
12432026-07-10T19:35:16.936Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-10T19:35:16.936Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-10T19:35:16.936Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-10T19:35:16.936Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-10T19:35:16.936Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-10T19:35:16.936Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-10T19:35:16.936Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-10T19:35:16.936Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-10T19:35:16.936Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-10T19:35:17.468Z Downloading crates ...
12532026-07-10T19:35:17.520Z Downloaded cargo_toml v0.21.0
12542026-07-10T19:35:17.568Z Compiling proc-macro2 v1.0.106
12552026-07-10T19:35:17.568Z Compiling quote v1.0.45
12562026-07-10T19:35:17.571Z Compiling unicode-ident v1.0.24
12572026-07-10T19:35:17.571Z Compiling serde_core v1.0.228
12582026-07-10T19:35:17.571Z Compiling libc v0.2.185
12592026-07-10T19:35:17.571Z Compiling version_check v0.9.5
12602026-07-10T19:35:17.571Z Compiling memchr v2.8.0
12612026-07-10T19:35:17.571Z Compiling serde v1.0.228
12622026-07-10T19:35:17.571Z Compiling zmij v1.0.21
12632026-07-10T19:35:17.648Z Compiling thiserror v1.0.69
12642026-07-10T19:35:17.651Z Compiling ucd-trie v0.1.7
12652026-07-10T19:35:17.652Z Compiling itoa v1.0.17
12662026-07-10T19:35:17.652Z Compiling byteorder v1.5.0
12672026-07-10T19:35:17.652Z Compiling rustix v1.1.3
12682026-07-10T19:35:17.793Z Compiling bitflags v2.11.0
12692026-07-10T19:35:17.886Z Compiling serde_json v1.0.150
12702026-07-10T19:35:18.061Z Compiling syn v1.0.109
12712026-07-10T19:35:18.084Z Compiling camino v1.2.2
12722026-07-10T19:35:18.120Z Compiling pest v2.8.6
12732026-07-10T19:35:18.151Z Compiling proc-macro-error-attr v1.0.4
12742026-07-10T19:35:18.187Z Compiling usdt-impl v0.5.0
12752026-07-10T19:35:18.244Z Compiling proc-macro-error v1.0.4
12762026-07-10T19:35:18.264Z Compiling getrandom v0.4.1
12772026-07-10T19:35:18.302Z Compiling utf8parse v0.2.2
12782026-07-10T19:35:18.315Z Compiling log v0.4.29
12792026-07-10T19:35:18.368Z Compiling plain v0.2.3
12802026-07-10T19:35:18.427Z Compiling hashbrown v0.17.0
12812026-07-10T19:35:18.450Z Compiling equivalent v1.0.2
12822026-07-10T19:35:18.474Z Compiling anstyle-parse v1.0.0
12832026-07-10T19:35:18.508Z Compiling pretty-hex v0.4.1
12842026-07-10T19:35:18.532Z Compiling anstyle-query v1.1.5
12852026-07-10T19:35:18.532Z Compiling is_terminal_polyfill v1.70.2
12862026-07-10T19:35:18.554Z Compiling toml_write v0.1.2
12872026-07-10T19:35:18.577Z Compiling errno v0.3.14
12882026-07-10T19:35:18.582Z Compiling thread-id v4.2.2
12892026-07-10T19:35:18.623Z Compiling winnow v0.7.14
12902026-07-10T19:35:18.632Z Compiling thiserror v2.0.18
12912026-07-10T19:35:18.644Z Compiling colorchoice v1.0.4
12922026-07-10T19:35:18.655Z Compiling cfg-if v1.0.4
12932026-07-10T19:35:18.685Z Compiling autocfg v1.5.0
12942026-07-10T19:35:18.733Z Compiling anstyle v1.0.14
12952026-07-10T19:35:18.744Z Compiling anyhow v1.0.102
12962026-07-10T19:35:18.784Z Compiling once_cell v1.21.3
12972026-07-10T19:35:18.794Z Compiling unicode-width v0.1.14
12982026-07-10T19:35:18.826Z Compiling clap_lex v1.0.0
12992026-07-10T19:35:18.877Z Compiling fastrand v2.3.0
13002026-07-10T19:35:18.967Z Compiling indexmap v2.14.0
13012026-07-10T19:35:19.021Z Compiling anstream v1.0.0
13022026-07-10T19:35:19.040Z Compiling fnv v1.0.7
13032026-07-10T19:35:19.072Z Compiling strsim v0.11.1
13042026-07-10T19:35:19.088Z Compiling heck v0.4.1
13052026-07-10T19:35:19.099Z Compiling heck v0.5.0
13062026-07-10T19:35:19.147Z Compiling bytecount v0.6.9
13072026-07-10T19:35:19.157Z Compiling syn v2.0.117
13082026-07-10T19:35:19.263Z Compiling pest_meta v2.8.6
13092026-07-10T19:35:19.273Z Compiling fs-err v3.3.0
13102026-07-10T19:35:19.294Z Compiling papergrid v0.11.0
13112026-07-10T19:35:19.335Z Compiling memmap v0.7.0
13122026-07-10T19:35:19.348Z Compiling unicode-linebreak v0.1.5
13132026-07-10T19:35:19.438Z Compiling unicode-width v0.2.0
13142026-07-10T19:35:19.448Z Compiling smawk v0.3.2
13152026-07-10T19:35:19.536Z Compiling swrite v0.1.0
13162026-07-10T19:35:19.601Z Compiling terminal_size v0.4.3
13172026-07-10T19:35:19.611Z Compiling tempfile v3.25.0
13182026-07-10T19:35:19.698Z Compiling clap_builder v4.6.0
13192026-07-10T19:35:19.698Z Compiling textwrap v0.16.2
13202026-07-10T19:35:20.032Z Compiling cargo-platform v0.3.2
13212026-07-10T19:35:20.035Z Compiling semver v1.0.28
13222026-07-10T19:35:20.290Z Compiling camino-tempfile v1.4.1
13232026-07-10T19:35:20.555Z Compiling tabled_derive v0.7.0
13242026-07-10T19:35:21.190Z Compiling tabled v0.15.0
13252026-07-10T19:35:21.291Z Compiling pest_generator v2.8.6
13262026-07-10T19:35:21.829Z Compiling serde_derive v1.0.228
13272026-07-10T19:35:21.829Z Compiling thiserror-impl v1.0.69
13282026-07-10T19:35:21.833Z Compiling zerocopy-derive v0.7.35
13292026-07-10T19:35:21.833Z Compiling scroll_derive v0.12.1
13302026-07-10T19:35:21.833Z Compiling thiserror-impl v2.0.18
13312026-07-10T19:35:21.833Z Compiling clap_derive v4.6.1
13322026-07-10T19:35:21.879Z Compiling pest_derive v2.8.6
13332026-07-10T19:35:22.441Z Compiling scroll v0.12.0
13342026-07-10T19:35:22.544Z Compiling zerocopy v0.7.35
13352026-07-10T19:35:22.642Z Compiling goblin v0.8.2
13362026-07-10T19:35:22.846Z Compiling dtrace-parser v0.2.0
13372026-07-10T19:35:23.139Z Compiling clap v4.6.1
13382026-07-10T19:35:24.171Z Compiling dof v0.3.0
13392026-07-10T19:35:24.171Z Compiling serde_tokenstream v0.2.3
13402026-07-10T19:35:24.187Z Compiling toml_datetime v0.6.11
13412026-07-10T19:35:24.197Z Compiling serde_spanned v0.6.9
13422026-07-10T19:35:24.197Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13432026-07-10T19:35:24.198Z Compiling cargo_metadata v0.23.1
13442026-07-10T19:35:24.198Z Compiling macaddr v1.0.1
13452026-07-10T19:35:24.341Z Compiling toml_edit v0.22.27
13462026-07-10T19:35:24.806Z Compiling usdt-macro v0.5.0
13472026-07-10T19:35:24.806Z Compiling usdt-attr-macro v0.5.0
13482026-07-10T19:35:25.450Z Compiling usdt v0.5.0
13492026-07-10T19:35:25.594Z Compiling toml v0.8.23
13502026-07-10T19:35:25.908Z Compiling cargo_toml v0.21.0
13512026-07-10T19:35:27.187Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-10T19:35:29.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.17s
13532026-07-10T19:35:29.240Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-10T19:35:29.956Z Compiling libc v0.2.185
13552026-07-10T19:35:29.956Z Compiling serde_core v1.0.228
13562026-07-10T19:35:29.956Z Compiling serde v1.0.228
13572026-07-10T19:35:29.959Z Compiling log v0.4.29
13582026-07-10T19:35:29.959Z Compiling smallvec v1.15.1
13592026-07-10T19:35:29.959Z Compiling find-msvc-tools v0.1.9
13602026-07-10T19:35:29.959Z Compiling shlex v1.3.0
13612026-07-10T19:35:29.959Z Compiling subtle v2.6.1
13622026-07-10T19:35:29.959Z Compiling scopeguard v1.2.0
13632026-07-10T19:35:29.959Z Compiling stable_deref_trait v1.2.1
13642026-07-10T19:35:29.959Z Compiling typenum v1.20.1
13652026-07-10T19:35:30.119Z Compiling serde_json v1.0.150
13662026-07-10T19:35:30.123Z Compiling zerocopy v0.8.40
13672026-07-10T19:35:30.131Z Compiling portable-atomic v1.13.1
13682026-07-10T19:35:30.135Z Compiling syn v2.0.117
13692026-07-10T19:35:30.143Z Compiling pin-project-lite v0.2.17
13702026-07-10T19:35:30.217Z Compiling lock_api v0.4.14
13712026-07-10T19:35:30.220Z Compiling parking_lot_core v0.9.12
13722026-07-10T19:35:30.268Z Compiling pkg-config v0.3.32
13732026-07-10T19:35:30.306Z Compiling critical-section v1.2.0
13742026-07-10T19:35:30.328Z Compiling libm v0.2.16
13752026-07-10T19:35:30.341Z Compiling getrandom v0.4.1
13762026-07-10T19:35:30.370Z Compiling futures-core v0.3.32
13772026-07-10T19:35:30.374Z Compiling num-traits v0.2.19
13782026-07-10T19:35:30.423Z Compiling generic-array v0.14.7
13792026-07-10T19:35:30.488Z Compiling const-oid v0.9.6
13802026-07-10T19:35:30.492Z Compiling rand_core v0.10.0
13812026-07-10T19:35:30.533Z Compiling litemap v0.8.1
13822026-07-10T19:35:30.547Z Compiling writeable v0.6.2
13832026-07-10T19:35:30.595Z Compiling percent-encoding v2.3.2
13842026-07-10T19:35:30.687Z Compiling icu_normalizer_data v2.1.1
13852026-07-10T19:35:30.688Z Compiling icu_properties_data v2.1.2
13862026-07-10T19:35:30.740Z Compiling futures-sink v0.3.32
13872026-07-10T19:35:30.778Z Compiling futures-task v0.3.32
13882026-07-10T19:35:30.792Z Compiling slab v0.4.12
13892026-07-10T19:35:30.796Z Compiling futures-io v0.3.32
13902026-07-10T19:35:30.833Z Compiling getrandom v0.3.4
13912026-07-10T19:35:30.847Z Compiling futures-channel v0.3.32
13922026-07-10T19:35:30.860Z Compiling rustversion v1.0.22
13932026-07-10T19:35:30.874Z Compiling utf8_iter v1.0.4
13942026-07-10T19:35:30.954Z Compiling form_urlencoded v1.2.2
13952026-07-10T19:35:30.994Z Compiling dunce v1.0.5
13962026-07-10T19:35:30.997Z Compiling fs_extra v1.3.0
13972026-07-10T19:35:30.997Z Compiling rustix v1.1.3
13982026-07-10T19:35:31.034Z Compiling ident_case v1.0.1
13992026-07-10T19:35:31.057Z Compiling iana-time-zone v0.1.65
14002026-07-10T19:35:31.099Z Compiling jobserver v0.1.34
14012026-07-10T19:35:31.113Z Compiling errno v0.3.14
14022026-07-10T19:35:31.127Z Compiling getrandom v0.2.17
14032026-07-10T19:35:31.173Z Compiling mio v1.2.0
14042026-07-10T19:35:31.256Z Compiling signal-hook-registry v1.4.8
14052026-07-10T19:35:31.285Z Compiling once_cell v1.21.3
14062026-07-10T19:35:31.289Z Compiling rand_core v0.6.4
14072026-07-10T19:35:31.289Z Compiling socket2 v0.6.3
14082026-07-10T19:35:31.324Z Compiling cc v1.2.56
14092026-07-10T19:35:31.369Z Compiling parking_lot v0.12.5
14102026-07-10T19:35:31.428Z Compiling regex-syntax v0.8.10
14112026-07-10T19:35:31.468Z Compiling base64ct v1.8.3
14122026-07-10T19:35:31.494Z Compiling vcpkg v0.2.15
14132026-07-10T19:35:31.556Z Compiling tracing-core v0.1.36
14142026-07-10T19:35:31.600Z Compiling flagset v0.4.7
14152026-07-10T19:35:31.641Z Compiling base64 v0.22.1
14162026-07-10T19:35:31.661Z Compiling aws-lc-rs v1.16.3
14172026-07-10T19:35:31.748Z Compiling pem-rfc7468 v0.7.0
14182026-07-10T19:35:31.752Z Compiling cmov v0.5.4
14192026-07-10T19:35:31.776Z Compiling rand_core v0.9.5
14202026-07-10T19:35:31.789Z Compiling tinyvec_macros v0.1.1
14212026-07-10T19:35:31.854Z Compiling openssl-probe v0.2.1
14222026-07-10T19:35:31.868Z Compiling httparse v1.10.1
14232026-07-10T19:35:31.890Z Compiling tinyvec v1.10.0
14242026-07-10T19:35:31.983Z Compiling ctutils v0.4.2
14252026-07-10T19:35:31.996Z Compiling aho-corasick v1.1.4
14262026-07-10T19:35:31.999Z Compiling tower-service v0.3.3
14272026-07-10T19:35:32.042Z Compiling dyn-clone v1.0.20
14282026-07-10T19:35:32.064Z Compiling atomic-waker v1.1.2
14292026-07-10T19:35:32.078Z Compiling cmake v0.1.57
14302026-07-10T19:35:32.090Z Compiling try-lock v0.2.5
14312026-07-10T19:35:32.116Z Compiling untrusted v0.7.1
14322026-07-10T19:35:32.131Z Compiling schemars v0.8.22
14332026-07-10T19:35:32.169Z Compiling tower-layer v0.3.3
14342026-07-10T19:35:32.193Z Compiling want v0.3.1
14352026-07-10T19:35:32.204Z Compiling httpdate v1.0.3
14362026-07-10T19:35:32.217Z Compiling foreign-types-shared v0.1.1
14372026-07-10T19:35:32.240Z Compiling openssl v0.10.79
14382026-07-10T19:35:32.255Z Compiling rustls v0.23.41
14392026-07-10T19:35:32.255Z Compiling untrusted v0.9.0
14402026-07-10T19:35:32.258Z Compiling cpufeatures v0.2.17
14412026-07-10T19:35:32.328Z Compiling bitflags v2.11.0
14422026-07-10T19:35:32.342Z Compiling semver v1.0.28
14432026-07-10T19:35:32.367Z Compiling indexmap v2.14.0
14442026-07-10T19:35:32.371Z Compiling uuid v1.23.4
14452026-07-10T19:35:32.426Z Compiling foreign-types v0.3.2
14462026-07-10T19:35:32.449Z Compiling unicode-normalization v0.1.25
14472026-07-10T19:35:32.472Z Compiling spin v0.9.8
14482026-07-10T19:35:32.493Z Compiling num-conv v0.2.0
14492026-07-10T19:35:32.519Z Compiling time-core v0.1.8
14502026-07-10T19:35:32.519Z Compiling native-tls v0.2.18
14512026-07-10T19:35:32.566Z Compiling rustc_version v0.4.1
14522026-07-10T19:35:32.650Z Compiling powerfmt v0.2.0
14532026-07-10T19:35:32.692Z Compiling crc32fast v1.5.0
14542026-07-10T19:35:32.706Z Compiling time-macros v0.2.27
14552026-07-10T19:35:32.706Z Compiling wait-timeout v0.2.1
14562026-07-10T19:35:32.744Z Compiling sync_wrapper v1.0.2
14572026-07-10T19:35:32.784Z Compiling bit-vec v0.8.0
14582026-07-10T19:35:32.869Z Compiling deranged v0.5.8
14592026-07-10T19:35:32.883Z Compiling simd-adler32 v0.3.8
14602026-07-10T19:35:32.919Z Compiling syn v1.0.109
14612026-07-10T19:35:32.938Z Compiling aws-lc-sys v0.40.0
14622026-07-10T19:35:32.961Z Compiling openssl-sys v0.9.115
14632026-07-10T19:35:32.995Z Compiling regex-automata v0.4.14
14642026-07-10T19:35:32.998Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14652026-07-10T19:35:33.035Z Compiling synstructure v0.13.2
14662026-07-10T19:35:33.052Z Compiling pest_generator v2.8.6
14672026-07-10T19:35:33.138Z Compiling serde_derive_internals v0.29.1
14682026-07-10T19:35:33.153Z Compiling darling_core v0.20.11
14692026-07-10T19:35:33.315Z Compiling quick-error v1.2.3
14702026-07-10T19:35:33.433Z Compiling tempfile v3.25.0
14712026-07-10T19:35:33.479Z Compiling usdt-impl v0.6.0
14722026-07-10T19:35:33.640Z Compiling siphasher v1.0.2
14732026-07-10T19:35:33.727Z Compiling crossbeam-utils v0.8.21
14742026-07-10T19:35:33.741Z Compiling num_threads v0.1.7
14752026-07-10T19:35:33.772Z Compiling rusty-fork v0.3.1
14762026-07-10T19:35:33.851Z Compiling darling_core v0.21.3
14772026-07-10T19:35:33.855Z Compiling time v0.3.47
14782026-07-10T19:35:33.876Z Compiling bit-set v0.8.0
14792026-07-10T19:35:33.879Z Compiling bzip2-sys v0.1.13+1.0.8
14802026-07-10T19:35:33.902Z Compiling heapless v0.7.17
14812026-07-10T19:35:33.906Z Compiling slog v2.8.2
14822026-07-10T19:35:33.993Z Compiling rand_xorshift v0.4.0
14832026-07-10T19:35:34.051Z Compiling thread-id v5.1.0
14842026-07-10T19:35:34.065Z Compiling cookie v0.18.1
14852026-07-10T19:35:34.099Z Compiling zstd-safe v7.2.4
14862026-07-10T19:35:34.114Z Compiling adler2 v2.0.1
14872026-07-10T19:35:34.138Z Compiling allocator-api2 v0.2.21
14882026-07-10T19:35:34.151Z Compiling signal-hook v0.3.18
14892026-07-10T19:35:34.155Z Compiling unarray v0.1.4
14902026-07-10T19:35:34.180Z Compiling anyhow v1.0.102
14912026-07-10T19:35:34.194Z Compiling unicode-properties v0.1.4
14922026-07-10T19:35:34.219Z Compiling unicode-bidi v0.3.18
14932026-07-10T19:35:34.256Z Compiling paste v1.0.15
14942026-07-10T19:35:34.284Z Compiling ryu v1.0.23
14952026-07-10T19:35:34.296Z Compiling iri-string v0.7.10
14962026-07-10T19:35:34.391Z Compiling miniz_oxide v0.8.9
14972026-07-10T19:35:34.508Z Compiling camino v1.2.2
14982026-07-10T19:35:34.612Z Compiling stringprep v0.1.5
14992026-07-10T19:35:34.746Z Compiling serde_derive v1.0.228
15002026-07-10T19:35:34.758Z Compiling zeroize_derive v1.4.3
15012026-07-10T19:35:34.774Z Compiling zerofrom-derive v0.1.6
15022026-07-10T19:35:34.889Z Compiling yoke-derive v0.8.1
15032026-07-10T19:35:34.987Z Compiling zerocopy-derive v0.8.40
15042026-07-10T19:35:35.018Z Compiling zerovec-derive v0.11.2
15052026-07-10T19:35:35.062Z Compiling displaydoc v0.2.5
15062026-07-10T19:35:35.136Z Compiling tokio-macros v2.7.0
15072026-07-10T19:35:35.462Z Compiling futures-macro v0.3.32
15082026-07-10T19:35:35.474Z Compiling zeroize v1.8.2
15092026-07-10T19:35:35.492Z Compiling thiserror-impl v2.0.18
15102026-07-10T19:35:35.846Z Compiling der_derive v0.7.3
15112026-07-10T19:35:35.867Z Compiling tracing-attributes v0.1.31
15122026-07-10T19:35:35.927Z Compiling rustls-pki-types v1.14.0
15132026-07-10T19:35:36.147Z Compiling hybrid-array v0.4.13
15142026-07-10T19:35:36.251Z Compiling block-buffer v0.10.4
15152026-07-10T19:35:36.276Z Compiling zerofrom v0.1.6
15162026-07-10T19:35:36.291Z Compiling crypto-common v0.1.7
15172026-07-10T19:35:36.373Z Compiling futures-util v0.3.32
15182026-07-10T19:35:36.395Z Compiling yoke v0.8.1
15192026-07-10T19:35:36.411Z Compiling schemars_derive v0.8.22
15202026-07-10T19:35:36.441Z Compiling digest v0.10.7
15212026-07-10T19:35:36.456Z Compiling pest_derive v2.8.6
15222026-07-10T19:35:36.471Z Compiling scroll_derive v0.13.1
15232026-07-10T19:35:36.604Z Compiling zerovec v0.11.5
15242026-07-10T19:35:36.714Z Compiling zerotrie v0.2.3
15252026-07-10T19:35:36.912Z Compiling der v0.7.10
15262026-07-10T19:35:36.947Z Compiling darling_macro v0.20.11
15272026-07-10T19:35:36.973Z Compiling openssl-macros v0.1.1
15282026-07-10T19:35:36.987Z Compiling thiserror v2.0.18
15292026-07-10T19:35:37.036Z Compiling sha2 v0.10.9
15302026-07-10T19:35:37.110Z Compiling tinystr v0.8.2
15312026-07-10T19:35:37.142Z Compiling potential_utf v0.1.4
15322026-07-10T19:35:37.171Z Compiling hmac v0.12.1
15332026-07-10T19:35:37.300Z Compiling icu_locale_core v2.1.1
15342026-07-10T19:35:37.327Z Compiling icu_collections v2.1.1
15352026-07-10T19:35:37.342Z Compiling tracing v0.1.44
15362026-07-10T19:35:37.345Z Compiling scroll v0.13.0
15372026-07-10T19:35:37.372Z Compiling dtrace-parser v0.3.0
15382026-07-10T19:35:37.484Z Compiling darling v0.20.11
15392026-07-10T19:35:37.578Z Compiling derive_builder_core v0.20.2
15402026-07-10T19:35:37.635Z Compiling goblin v0.10.5
15412026-07-10T19:35:37.654Z Compiling thiserror-impl v1.0.69
15422026-07-10T19:35:37.748Z Compiling scroll_derive v0.12.1
15432026-07-10T19:35:37.823Z Compiling spki v0.7.3
15442026-07-10T19:35:38.050Z Compiling icu_provider v2.1.1
15452026-07-10T19:35:38.140Z Compiling pkcs8 v0.10.2
15462026-07-10T19:35:38.178Z Compiling block-buffer v0.12.1
15472026-07-10T19:35:38.210Z Compiling block-padding v0.4.2
15482026-07-10T19:35:38.345Z Compiling bytes v1.11.1
15492026-07-10T19:35:38.365Z Compiling icu_properties v2.1.2
15502026-07-10T19:35:38.390Z Compiling icu_normalizer v2.1.1
15512026-07-10T19:35:38.404Z Compiling chrono v0.4.44
15522026-07-10T19:35:38.418Z Compiling ipnet v2.11.0
15532026-07-10T19:35:38.479Z Compiling serde_tokenstream v0.2.3
15542026-07-10T19:35:38.492Z Compiling scroll v0.12.0
15552026-07-10T19:35:38.506Z Compiling derive_builder_macro v0.20.2
15562026-07-10T19:35:38.510Z Compiling serde_spanned v0.6.9
15572026-07-10T19:35:38.676Z Compiling erased-serde v0.3.31
15582026-07-10T19:35:38.767Z Compiling serde_urlencoded v0.7.1
15592026-07-10T19:35:38.781Z Compiling toml_datetime v0.6.11
15602026-07-10T19:35:38.809Z Compiling crypto-common v0.2.2
15612026-07-10T19:35:38.894Z Compiling tokio v1.52.1
15622026-07-10T19:35:38.949Z Compiling http v1.4.2
15632026-07-10T19:35:38.982Z Compiling signature v2.2.0
15642026-07-10T19:35:38.996Z Compiling thiserror v1.0.69
15652026-07-10T19:35:39.032Z Compiling md-5 v0.10.6
15662026-07-10T19:35:39.045Z Compiling darling_macro v0.21.3
15672026-07-10T19:35:39.060Z Compiling rustls-native-certs v0.8.3
15682026-07-10T19:35:39.113Z Compiling bstr v1.12.1
15692026-07-10T19:35:39.176Z Compiling pin-project-internal v1.1.11
15702026-07-10T19:35:39.189Z Compiling async-trait v0.1.89
15712026-07-10T19:35:39.209Z Compiling zerocopy-derive v0.7.35
15722026-07-10T19:35:39.362Z Compiling idna_adapter v1.2.1
15732026-07-10T19:35:39.495Z Compiling idna v1.1.0
15742026-07-10T19:35:39.525Z Compiling ppv-lite86 v0.2.21
15752026-07-10T19:35:39.590Z Compiling curve25519-dalek v4.1.3
15762026-07-10T19:35:39.678Z Compiling http-body v1.0.1
15772026-07-10T19:35:39.793Z Compiling url v2.5.8
15782026-07-10T19:35:39.834Z Compiling rand_chacha v0.9.0
15792026-07-10T19:35:39.847Z Compiling http-body-util v0.1.3
15802026-07-10T19:35:39.904Z Compiling rand_chacha v0.3.1
15812026-07-10T19:35:39.959Z Compiling vergen-lib v9.1.0
15822026-07-10T19:35:40.105Z Compiling rand v0.9.2
15832026-07-10T19:35:40.142Z Compiling num-integer v0.1.46
15842026-07-10T19:35:40.171Z Compiling hash32 v0.2.1
15852026-07-10T19:35:40.185Z Compiling memoffset v0.9.1
15862026-07-10T19:35:40.203Z Compiling encoding_rs v0.8.35
15872026-07-10T19:35:40.270Z Compiling num-bigint-dig v0.8.6
15882026-07-10T19:35:40.378Z Compiling dof v0.4.0
15892026-07-10T19:35:40.420Z Compiling rustix v0.38.44
15902026-07-10T19:35:40.456Z Compiling cfg_aliases v0.2.1
15912026-07-10T19:35:40.476Z Compiling psl-types v2.0.11
15922026-07-10T19:35:40.490Z Compiling litrs v1.0.0
15932026-07-10T19:35:40.541Z Compiling mime v0.3.17
15942026-07-10T19:35:40.550Z Compiling smoltcp v0.9.1
15952026-07-10T19:35:40.566Z Compiling zlib-rs v0.6.2
15962026-07-10T19:35:40.606Z Compiling ref-cast v1.0.25
15972026-07-10T19:35:40.609Z Compiling fallible-iterator v0.2.0
15982026-07-10T19:35:40.720Z Compiling proptest v1.10.0
15992026-07-10T19:35:40.801Z Compiling publicsuffix v2.3.0
16002026-07-10T19:35:40.921Z Compiling postgres-protocol v0.6.10
16012026-07-10T19:35:40.949Z Compiling nix v0.31.2
16022026-07-10T19:35:41.056Z Compiling document-features v0.2.12
16032026-07-10T19:35:41.059Z Compiling num-iter v0.1.45
16042026-07-10T19:35:41.082Z Compiling pin-project v1.1.11
16052026-07-10T19:35:41.218Z Compiling ipnetwork v0.21.1
16062026-07-10T19:35:41.252Z Compiling zerocopy v0.7.35
16072026-07-10T19:35:41.290Z Compiling rand v0.8.6
16082026-07-10T19:35:41.463Z Compiling oxnet v0.1.6
16092026-07-10T19:35:41.529Z Compiling darling v0.21.3
16102026-07-10T19:35:41.629Z Compiling derive_builder v0.20.2
16112026-07-10T19:35:41.642Z Compiling goblin v0.8.2
16122026-07-10T19:35:41.657Z Compiling futures-executor v0.3.32
16132026-07-10T19:35:41.701Z Compiling hubpack_derive v0.1.1
16142026-07-10T19:35:41.724Z Compiling inout v0.2.2
16152026-07-10T19:35:41.755Z Compiling hex v0.4.3
16162026-07-10T19:35:41.774Z Compiling regex v1.12.3
16172026-07-10T19:35:41.919Z Compiling daft-derive v0.1.7
16182026-07-10T19:35:41.933Z Compiling strum_macros v0.27.2
16192026-07-10T19:35:41.936Z Compiling curve25519-dalek-derive v0.1.1
16202026-07-10T19:35:41.965Z Compiling snafu-derive v0.8.9
16212026-07-10T19:35:42.019Z Compiling ref-cast-impl v1.0.25
16222026-07-10T19:35:42.186Z Compiling phf_shared v0.13.1
16232026-07-10T19:35:42.224Z Compiling terminal_size v0.4.3
16242026-07-10T19:35:42.273Z Compiling lazy_static v1.5.0
16252026-07-10T19:35:42.381Z Compiling cargo-platform v0.3.2
16262026-07-10T19:35:42.384Z Compiling anstyle-parse v0.2.7
16272026-07-10T19:35:42.406Z Compiling vergen v9.1.0
16282026-07-10T19:35:42.445Z Compiling ff v0.13.1
16292026-07-10T19:35:42.478Z Compiling fs-err v3.3.0
16302026-07-10T19:35:42.583Z Compiling ahash v0.8.12
16312026-07-10T19:35:42.609Z Compiling bitflags v1.3.2
16322026-07-10T19:35:42.622Z Compiling unicode-segmentation v1.12.0
16332026-07-10T19:35:42.635Z Compiling foldhash v0.2.0
16342026-07-10T19:35:42.638Z Compiling same-file v1.0.6
16352026-07-10T19:35:42.660Z Compiling bumpalo v3.20.2
16362026-07-10T19:35:42.692Z Compiling foldhash v0.1.5
16372026-07-10T19:35:42.705Z Compiling base16ct v0.2.0
16382026-07-10T19:35:42.708Z Compiling managed v0.8.0
16392026-07-10T19:35:42.731Z Compiling tokio-util v0.7.18
16402026-07-10T19:35:42.812Z Compiling tower v0.5.3
16412026-07-10T19:35:42.827Z Compiling tokio-native-tls v0.3.1
16422026-07-10T19:35:42.876Z Compiling libbz2-rs-sys v0.2.2
16432026-07-10T19:35:42.879Z Compiling object v0.37.3
16442026-07-10T19:35:42.904Z Compiling winnow v0.5.40
16452026-07-10T19:35:42.951Z Compiling zopfli v0.8.3
16462026-07-10T19:35:43.028Z Compiling sec1 v0.7.3
16472026-07-10T19:35:43.065Z Compiling hashbrown v0.15.5
16482026-07-10T19:35:43.186Z Compiling newtype-uuid v1.3.2
16492026-07-10T19:35:43.307Z Compiling tower-http v0.6.8
16502026-07-10T19:35:43.320Z Compiling bzip2 v0.6.1
16512026-07-10T19:35:43.539Z Compiling h2 v0.4.15
16522026-07-10T19:35:43.555Z Compiling daft v0.1.7
16532026-07-10T19:35:43.628Z Compiling hashbrown v0.16.1
16542026-07-10T19:35:43.641Z Compiling walkdir v2.5.0
16552026-07-10T19:35:43.655Z Compiling flate2 v1.1.9
16562026-07-10T19:35:43.762Z Compiling clap_builder v4.6.0
16572026-07-10T19:35:43.889Z Compiling dof v0.3.0
16582026-07-10T19:35:43.948Z Compiling snafu v0.8.9
16592026-07-10T19:35:43.970Z Compiling cargo_metadata v0.23.1
16602026-07-10T19:35:43.983Z Compiling strum v0.27.2
16612026-07-10T19:35:43.983Z Compiling group v0.13.0
16622026-07-10T19:35:44.060Z Compiling anstream v0.6.21
16632026-07-10T19:35:44.083Z Compiling phf v0.13.1
16642026-07-10T19:35:44.124Z Compiling signal-hook-mio v0.2.5
16652026-07-10T19:35:44.250Z Compiling toml_edit v0.19.15
16662026-07-10T19:35:44.250Z Compiling hubpack v0.1.2
16672026-07-10T19:35:44.319Z Compiling cookie_store v0.22.1
16682026-07-10T19:35:44.377Z Compiling usdt-attr-macro v0.6.0
16692026-07-10T19:35:44.381Z Compiling usdt-macro v0.6.0
16702026-07-10T19:35:44.484Z Compiling cipher v0.5.2
16712026-07-10T19:35:44.627Z Compiling bzip2 v0.4.4
16722026-07-10T19:35:44.654Z Compiling futures v0.3.32
16732026-07-10T19:35:44.697Z Compiling serde_with_macros v3.17.0
16742026-07-10T19:35:44.765Z Compiling postgres-types v0.2.12
16752026-07-10T19:35:44.793Z Compiling zstd v0.13.3
16762026-07-10T19:35:44.982Z Compiling globset v0.4.18
16772026-07-10T19:35:45.075Z Compiling ed25519 v2.2.3
16782026-07-10T19:35:45.173Z Compiling dtrace-parser v0.2.0
16792026-07-10T19:35:45.187Z Compiling pkcs1 v0.7.5
16802026-07-10T19:35:45.234Z Compiling olpc-cjson v0.1.4
16812026-07-10T19:35:45.332Z Compiling serde_plain v1.0.2
16822026-07-10T19:35:45.344Z Compiling serde-big-array v0.5.1
16832026-07-10T19:35:45.403Z Compiling hkdf v0.12.4
16842026-07-10T19:35:45.502Z Compiling crypto-bigint v0.5.5
16852026-07-10T19:35:45.546Z Compiling async-recursion v1.1.1
16862026-07-10T19:35:45.586Z Compiling clap_derive v4.6.1
16872026-07-10T19:35:45.589Z Compiling strum_macros v0.26.4
16882026-07-10T19:35:45.676Z Compiling enum-as-inner v0.6.1
16892026-07-10T19:35:45.860Z Compiling serde_repr v0.1.20
16902026-07-10T19:35:45.940Z Compiling phf_shared v0.11.3
16912026-07-10T19:35:45.995Z Compiling float-cmp v0.10.0
16922026-07-10T19:35:46.120Z Compiling pem v3.0.6
16932026-07-10T19:35:46.151Z Compiling thread-id v4.2.2
16942026-07-10T19:35:46.186Z Compiling memmap2 v0.9.10
16952026-07-10T19:35:46.248Z Compiling env_filter v1.0.0
16962026-07-10T19:35:46.261Z Compiling keccak v0.1.6
16972026-07-10T19:35:46.282Z Compiling const-oid v0.10.2
16982026-07-10T19:35:46.424Z Compiling predicates-core v1.0.10
16992026-07-10T19:35:46.480Z Compiling jiff v0.2.21
17002026-07-10T19:35:46.487Z Compiling static_assertions v1.1.0
17012026-07-10T19:35:46.511Z Compiling new_debug_unreachable v1.0.6
17022026-07-10T19:35:46.569Z Compiling whoami v2.1.0
17032026-07-10T19:35:46.582Z Compiling normalize-line-endings v0.3.0
17042026-07-10T19:35:46.593Z Compiling cpufeatures v0.3.0
17052026-07-10T19:35:46.615Z Compiling difflib v0.4.0
17062026-07-10T19:35:46.680Z Compiling either v1.15.0
17072026-07-10T19:35:46.694Z Compiling winnow v1.0.3
17082026-07-10T19:35:46.789Z Compiling hyper v1.10.1
17092026-07-10T19:35:46.887Z Compiling fixedbitset v0.5.7
17102026-07-10T19:35:46.906Z Compiling data-encoding v2.10.0
17112026-07-10T19:35:46.968Z Compiling typed-path v0.9.3
17122026-07-10T19:35:46.970Z Compiling precomputed-hash v0.1.1
17132026-07-10T19:35:47.022Z Compiling fixedbitset v0.4.2
17142026-07-10T19:35:47.075Z Compiling string_cache v0.8.9
17152026-07-10T19:35:47.088Z Compiling toml_parser v1.1.2+spec-1.1.0
17162026-07-10T19:35:47.213Z Compiling hickory-proto v0.25.2
17172026-07-10T19:35:47.228Z Compiling petgraph v0.6.5
17182026-07-10T19:35:47.249Z Compiling petgraph v0.8.3
17192026-07-10T19:35:47.324Z Compiling toml_edit v0.22.27
17202026-07-10T19:35:47.467Z Compiling clap v4.6.1
17212026-07-10T19:35:47.498Z Compiling strum v0.26.3
17222026-07-10T19:35:47.559Z Compiling itertools v0.13.0
17232026-07-10T19:35:47.624Z Compiling predicates v3.1.4
17242026-07-10T19:35:47.642Z Compiling tokio-postgres v0.7.16
17252026-07-10T19:35:47.702Z Compiling chacha20 v0.10.0
17262026-07-10T19:35:47.761Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17272026-07-10T19:35:47.780Z Compiling elliptic-curve v0.13.8
17282026-07-10T19:35:48.099Z Compiling hyper-util v0.1.20
17292026-07-10T19:35:48.216Z Compiling digest v0.11.3
17302026-07-10T19:35:48.230Z Compiling env_logger v0.11.9
17312026-07-10T19:35:48.300Z Compiling sha3 v0.10.8
17322026-07-10T19:35:48.438Z Compiling usdt v0.6.0
17332026-07-10T19:35:48.454Z Compiling usdt-impl v0.5.0
17342026-07-10T19:35:48.604Z Compiling serde_with v3.17.0
17352026-07-10T19:35:48.718Z Compiling crossterm v0.28.1
17362026-07-10T19:35:48.767Z Compiling toml v0.7.8
17372026-07-10T19:35:48.782Z Compiling rsa v0.9.10
17382026-07-10T19:35:48.831Z Compiling ed25519-dalek v2.2.0
17392026-07-10T19:35:49.235Z Compiling zip v4.6.1
17402026-07-10T19:35:49.493Z Compiling hyper-tls v0.6.0
17412026-07-10T19:35:49.738Z Compiling reqwest v0.12.28
17422026-07-10T19:35:49.798Z Compiling zip v0.6.6
17432026-07-10T19:35:49.856Z Compiling iddqd v0.4.2
17442026-07-10T19:35:50.040Z Compiling tokio-stream v0.1.18
17452026-07-10T19:35:50.233Z Compiling heck v0.4.1
17462026-07-10T19:35:50.295Z Compiling similar v2.7.0
17472026-07-10T19:35:50.313Z Compiling buf-list v1.1.2
17482026-07-10T19:35:50.359Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-10T19:35:50.398Z Compiling openapiv3 v2.2.0
17502026-07-10T19:35:50.477Z Compiling x509-cert v0.2.5
17512026-07-10T19:35:50.522Z Compiling crossbeam-epoch v0.9.18
17522026-07-10T19:35:50.612Z Compiling lalrpop-util v0.19.12
17532026-07-10T19:35:50.625Z Compiling peg-runtime v0.8.5
17542026-07-10T19:35:50.679Z Compiling thread_local v1.1.9
17552026-07-10T19:35:50.701Z Compiling slog-async v2.8.0
17562026-07-10T19:35:50.777Z Compiling crossbeam-channel v0.5.15
17572026-07-10T19:35:50.821Z Compiling is-terminal v0.4.17
17582026-07-10T19:35:50.863Z Compiling filetime v0.2.27
17592026-07-10T19:35:50.926Z Compiling xattr v1.6.1
17602026-07-10T19:35:50.939Z Compiling take_mut v0.2.2
17612026-07-10T19:35:50.955Z Compiling term v1.2.1
17622026-07-10T19:35:51.091Z Compiling tar v0.4.45
17632026-07-10T19:35:51.104Z Compiling camino-tempfile v1.4.1
17642026-07-10T19:35:51.290Z Compiling slog-term v2.9.2
17652026-07-10T19:36:08.890Z Compiling rustls-webpki v0.103.13
17662026-07-10T19:36:11.600Z Compiling tokio-rustls v0.26.4
17672026-07-10T19:36:11.600Z Compiling rustls-platform-verifier v0.6.2
17682026-07-10T19:36:11.600Z Compiling tough v0.22.0
17692026-07-10T19:36:11.798Z Compiling hyper-rustls v0.27.7
17702026-07-10T19:36:11.985Z Compiling reqwest v0.13.2
17712026-07-10T19:36:14.163Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-10T19:36:14.405Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-10T19:36:17.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.93s
17742026-07-10T19:36:17.344Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-10T19:36:17.388ZJul 10 19:36:16.148 INFO Starting download, target: DendriteStub
17762026-07-10T19:36:17.388ZJul 10 19:36:16.148 INFO Starting download, target: Clickhouse
17772026-07-10T19:36:17.388ZJul 10 19:36:16.148 INFO Starting download, target: Cockroach
17782026-07-10T19:36:17.388ZJul 10 19:36:16.148 INFO Starting download, target: MaghemiteMgd
17792026-07-10T19:36:17.388ZJul 10 19:36:16.148 INFO Starting download, target: Console
17802026-07-10T19:36:17.392ZJul 10 19:36:16.148 INFO Starting download, target: MaghemiteDdmd
17812026-07-10T19:36:17.392ZJul 10 19:36:16.148 INFO Starting download, target: TransceiverControl
17822026-07-10T19:36:17.392ZJul 10 19:36:16.149 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-07-10T19:36:17.392ZJul 10 19:36:16.149 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-07-10T19:36:17.392ZJul 10 19:36:16.149 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17852026-07-10T19:36:17.392ZJul 10 19:36:16.149 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-07-10T19:36:17.392ZJul 10 19:36:16.149 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17872026-07-10T19:36:17.392ZJul 10 19:36:16.149 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17882026-07-10T19:36:17.392ZJul 10 19:36:16.149 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17892026-07-10T19:36:18.711ZJul 10 19:36:17.461 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-10T19:36:18.925ZJul 10 19:36:17.670 INFO Download complete, target: TransceiverControl
17912026-07-10T19:36:19.155ZJul 10 19:36:17.902 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17922026-07-10T19:36:19.398ZJul 10 19:36:18.155 INFO Download complete, target: Console
17932026-07-10T19:36:19.601ZJul 10 19:36:18.346 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17942026-07-10T19:36:19.800ZJul 10 19:36:18.553 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17952026-07-10T19:36:19.925ZJul 10 19:36:18.677 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17962026-07-10T19:36:20.201ZJul 10 19:36:18.954 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17972026-07-10T19:36:20.582ZJul 10 19:36:19.342 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17982026-07-10T19:36:20.582ZJul 10 19:36:19.342 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17992026-07-10T19:36:21.425ZJul 10 19:36:20.185 INFO Download complete, target: MaghemiteDdmd
18002026-07-10T19:36:22.247ZJul 10 19:36:21.007 INFO Download complete, target: DendriteStub
18012026-07-10T19:36:22.653ZJul 10 19:36:21.413 INFO Download complete, target: MaghemiteMgd
18022026-07-10T19:36:25.203ZJul 10 19:36:23.962 INFO Checking that binary works, target: Cockroach
18032026-07-10T19:36:25.328ZJul 10 19:36:24.086 INFO Download complete, target: Cockroach
18042026-07-10T19:36:26.561ZJul 10 19:36:25.321 INFO Checking that binary works, target: Clickhouse
18052026-07-10T19:36:26.641ZJul 10 19:36:25.401 INFO Download complete, target: Clickhouse
18062026-07-10T19:36:26.649ZAll prerequisites installed successfully
18072026-07-10T19:36:26.652Z
18082026-07-10T19:36:26.652Zreal 1:23.361365562
18092026-07-10T19:36:26.652Zuser 6:30.848761098
18102026-07-10T19:36:26.652Zsys 1:35.308449947
18112026-07-10T19:36:26.652Ztrap 0.232441383
18122026-07-10T19:36:26.652Ztflt 0.939177679
18132026-07-10T19:36:26.652Zdflt 1.655104577
18142026-07-10T19:36:26.652Zkflt 0.024662825
18152026-07-10T19:36:26.652Zlock 22:56.790245513
18162026-07-10T19:36:26.652Zslp 17:47.873031647
18172026-07-10T19:36:26.652Zlat 19.978323812
18182026-07-10T19:36:26.652Zstop 2:16.294435113
18192026-07-10T19:36:26.652Z+ source ./tools/include/force-git-over-https.sh
18202026-07-10T19:36:26.652Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-10T19:36:26.652Z++ (( i = 0 ))
18222026-07-10T19:36:26.652Z++ (( i < 5 ))
18232026-07-10T19:36:26.652Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-10T19:36:26.653Z++ (( i++ ))
18252026-07-10T19:36:26.653Z++ (( i < 5 ))
18262026-07-10T19:36:26.653Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-10T19:36:26.657Z++ (( i++ ))
18282026-07-10T19:36:26.657Z++ (( i < 5 ))
18292026-07-10T19:36:26.657Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-10T19:36:26.660Z++ (( i++ ))
18312026-07-10T19:36:26.660Z++ (( i < 5 ))
18322026-07-10T19:36:26.660Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-10T19:36:26.660Z++ (( i++ ))
18342026-07-10T19:36:26.660Z++ (( i < 5 ))
18352026-07-10T19:36:26.660Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-10T19:36:26.665Z++ (( i++ ))
18372026-07-10T19:36:26.665Z++ (( i < 5 ))
18382026-07-10T19:36:26.665Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-10T19:36:26.665Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-10T19:36:26.665Z+ rc=0
18412026-07-10T19:36:26.665Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-10T19:36:34.199Z+ case $rc in
18432026-07-10T19:36:34.199Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-10T19:36:34.364Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-10T19:36:34.402Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-10T19:36:34.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18472026-07-10T19:36:34.854Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-10T19:36:35.645Z Compiling proc-macro2 v1.0.106
18492026-07-10T19:36:35.645Z Compiling quote v1.0.45
18502026-07-10T19:36:35.645Z Compiling unicode-ident v1.0.24
18512026-07-10T19:36:35.680Z Compiling libc v0.2.185
18522026-07-10T19:36:35.680Z Compiling serde_core v1.0.228
18532026-07-10T19:36:35.680Z Compiling serde v1.0.228
18542026-07-10T19:36:35.680Z Compiling cfg-if v1.0.4
18552026-07-10T19:36:35.680Z Compiling find-msvc-tools v0.1.9
18562026-07-10T19:36:35.681Z Compiling shlex v1.3.0
18572026-07-10T19:36:35.681Z Compiling version_check v0.9.5
18582026-07-10T19:36:35.681Z Compiling autocfg v1.5.0
18592026-07-10T19:36:35.783Z Compiling zerocopy v0.8.40
18602026-07-10T19:36:35.787Z Compiling zmij v1.0.21
18612026-07-10T19:36:35.787Z Compiling memchr v2.8.0
18622026-07-10T19:36:35.939Z Compiling portable-atomic v1.13.1
18632026-07-10T19:36:35.963Z Compiling serde_json v1.0.150
18642026-07-10T19:36:36.020Z Compiling parking_lot_core v0.9.12
18652026-07-10T19:36:36.070Z Compiling libm v0.2.16
18662026-07-10T19:36:36.265Z Compiling getrandom v0.4.1
18672026-07-10T19:36:36.279Z Compiling generic-array v0.14.7
18682026-07-10T19:36:36.309Z Compiling icu_normalizer_data v2.1.1
18692026-07-10T19:36:36.313Z Compiling smallvec v1.15.1
18702026-07-10T19:36:36.369Z Compiling icu_properties_data v2.1.2
18712026-07-10T19:36:36.375Z Compiling pkg-config v0.3.32
18722026-07-10T19:36:36.418Z Compiling num-traits v0.2.19
18732026-07-10T19:36:36.424Z Compiling log v0.4.29
18742026-07-10T19:36:36.450Z Compiling itoa v1.0.17
18752026-07-10T19:36:36.562Z Compiling subtle v2.6.1
18762026-07-10T19:36:36.590Z Compiling getrandom v0.3.4
18772026-07-10T19:36:36.626Z Compiling rustix v1.1.3
18782026-07-10T19:36:36.639Z Compiling scopeguard v1.2.0
18792026-07-10T19:36:36.692Z Compiling stable_deref_trait v1.2.1
18802026-07-10T19:36:36.736Z Compiling jobserver v0.1.34
18812026-07-10T19:36:36.752Z Compiling lock_api v0.4.14
18822026-07-10T19:36:36.770Z Compiling errno v0.3.14
18832026-07-10T19:36:36.838Z Compiling heck v0.5.0
18842026-07-10T19:36:36.871Z Compiling critical-section v1.2.0
18852026-07-10T19:36:36.871Z Compiling typenum v1.20.1
18862026-07-10T19:36:36.921Z Compiling dunce v1.0.5
18872026-07-10T19:36:36.948Z Compiling cc v1.2.56
18882026-07-10T19:36:36.953Z Compiling fs_extra v1.3.0
18892026-07-10T19:36:37.079Z Compiling syn v2.0.117
18902026-07-10T19:36:37.088Z Compiling pin-project-lite v0.2.17
18912026-07-10T19:36:37.088Z Compiling fnv v1.0.7
18922026-07-10T19:36:37.109Z Compiling rustversion v1.0.22
18932026-07-10T19:36:37.122Z Compiling thiserror v2.0.18
18942026-07-10T19:36:37.275Z Compiling once_cell v1.21.3
18952026-07-10T19:36:37.370Z Compiling aws-lc-rs v1.16.3
18962026-07-10T19:36:37.414Z Compiling futures-core v0.3.32
18972026-07-10T19:36:37.509Z Compiling rand_core v0.10.0
18982026-07-10T19:36:37.509Z Compiling signal-hook-registry v1.4.8
18992026-07-10T19:36:37.566Z Compiling getrandom v0.2.17
19002026-07-10T19:36:37.593Z Compiling httparse v1.10.1
19012026-07-10T19:36:37.603Z Compiling litemap v0.8.1
19022026-07-10T19:36:37.651Z Compiling writeable v0.6.2
19032026-07-10T19:36:37.709Z Compiling cmake v0.1.57
19042026-07-10T19:36:37.764Z Compiling percent-encoding v2.3.2
19052026-07-10T19:36:37.833Z Compiling rand_core v0.6.4
19062026-07-10T19:36:37.843Z Compiling parking_lot v0.12.5
19072026-07-10T19:36:37.874Z Compiling mio v1.2.0
19082026-07-10T19:36:37.982Z Compiling semver v1.0.28
19092026-07-10T19:36:38.004Z Compiling bitflags v2.11.0
19102026-07-10T19:36:38.116Z Compiling equivalent v1.0.2
19112026-07-10T19:36:38.250Z Compiling aws-lc-sys v0.40.0
19122026-07-10T19:36:38.307Z Compiling vcpkg v0.2.15
19132026-07-10T19:36:38.365Z Compiling schemars v0.8.22
19142026-07-10T19:36:38.477Z Compiling socket2 v0.6.3
19152026-07-10T19:36:38.591Z Compiling const-oid v0.9.6
19162026-07-10T19:36:38.821Z Compiling crc32fast v1.5.0
19172026-07-10T19:36:38.879Z Compiling openssl-sys v0.9.115
19182026-07-10T19:36:39.050Z Compiling hashbrown v0.17.0
19192026-07-10T19:36:39.082Z Compiling futures-sink v0.3.32
19202026-07-10T19:36:39.128Z Compiling utf8_iter v1.0.4
19212026-07-10T19:36:39.146Z Compiling rustls v0.23.41
19222026-07-10T19:36:39.176Z Compiling form_urlencoded v1.2.2
19232026-07-10T19:36:39.225Z Compiling futures-channel v0.3.32
19242026-07-10T19:36:39.295Z Compiling futures-io v0.3.32
19252026-07-10T19:36:39.324Z Compiling futures-task v0.3.32
19262026-07-10T19:36:39.332Z Compiling slab v0.4.12
19272026-07-10T19:36:39.408Z Compiling rustc_version v0.4.1
19282026-07-10T19:36:39.534Z Compiling ucd-trie v0.1.7
19292026-07-10T19:36:39.544Z Compiling strsim v0.11.1
19302026-07-10T19:36:39.575Z Compiling byteorder v1.5.0
19312026-07-10T19:36:39.625Z Compiling num-conv v0.2.0
19322026-07-10T19:36:39.716Z Compiling pest v2.8.6
19332026-07-10T19:36:39.736Z Compiling indexmap v2.14.0
19342026-07-10T19:36:39.786Z Compiling time-core v0.1.8
19352026-07-10T19:36:39.791Z Compiling openssl v0.10.79
19362026-07-10T19:36:39.853Z Compiling ident_case v1.0.1
19372026-07-10T19:36:39.897Z Compiling thiserror v1.0.69
19382026-07-10T19:36:39.900Z Compiling syn v1.0.109
19392026-07-10T19:36:39.926Z Compiling regex-syntax v0.8.10
19402026-07-10T19:36:39.985Z Compiling time-macros v0.2.27
19412026-07-10T19:36:40.001Z Compiling iana-time-zone v0.1.65
19422026-07-10T19:36:40.024Z Compiling synstructure v0.13.2
19432026-07-10T19:36:40.038Z Compiling serde_derive_internals v0.29.1
19442026-07-10T19:36:40.103Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-07-10T19:36:40.247Z Compiling base64 v0.22.1
19462026-07-10T19:36:40.337Z Compiling native-tls v0.2.18
19472026-07-10T19:36:40.357Z Compiling crossbeam-utils v0.8.21
19482026-07-10T19:36:40.577Z Compiling slog v2.8.2
19492026-07-10T19:36:40.656Z Compiling camino v1.2.2
19502026-07-10T19:36:40.688Z Compiling rand_core v0.9.5
19512026-07-10T19:36:40.783Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-07-10T19:36:40.816Z Compiling uuid v1.23.4
19532026-07-10T19:36:40.835Z Compiling pest_meta v2.8.6
19542026-07-10T19:36:40.893Z Compiling cookie v0.18.1
19552026-07-10T19:36:40.915Z Compiling plain v0.2.3
19562026-07-10T19:36:41.032Z Compiling base64ct v1.8.3
19572026-07-10T19:36:41.032Z Compiling paste v1.0.15
19582026-07-10T19:36:41.035Z Compiling fastrand v2.3.0
19592026-07-10T19:36:41.259Z Compiling serde_derive v1.0.228
19602026-07-10T19:36:41.281Z Compiling zeroize_derive v1.4.3
19612026-07-10T19:36:41.337Z Compiling zerofrom-derive v0.1.6
19622026-07-10T19:36:41.352Z Compiling zerocopy-derive v0.8.40
19632026-07-10T19:36:41.374Z Compiling yoke-derive v0.8.1
19642026-07-10T19:36:41.400Z Compiling zerovec-derive v0.11.2
19652026-07-10T19:36:41.527Z Compiling displaydoc v0.2.5
19662026-07-10T19:36:41.527Z Compiling tokio-macros v2.7.0
19672026-07-10T19:36:41.547Z Compiling futures-macro v0.3.32
19682026-07-10T19:36:41.913Z Compiling zeroize v1.8.2
19692026-07-10T19:36:42.114Z Compiling tracing-attributes v0.1.31
19702026-07-10T19:36:42.136Z Compiling thiserror-impl v2.0.18
19712026-07-10T19:36:42.166Z Compiling der_derive v0.7.3
19722026-07-10T19:36:42.191Z Compiling schemars_derive v0.8.22
19732026-07-10T19:36:42.351Z Compiling futures-util v0.3.32
19742026-07-10T19:36:42.493Z Compiling zerofrom v0.1.6
19752026-07-10T19:36:42.639Z Compiling yoke v0.8.1
19762026-07-10T19:36:42.842Z Compiling zerovec v0.11.5
19772026-07-10T19:36:42.871Z Compiling zerotrie v0.2.3
19782026-07-10T19:36:43.307Z Compiling tinystr v0.8.2
19792026-07-10T19:36:43.325Z Compiling potential_utf v0.1.4
19802026-07-10T19:36:43.399Z Compiling crypto-common v0.1.7
19812026-07-10T19:36:43.456Z Compiling block-buffer v0.10.4
19822026-07-10T19:36:43.560Z Compiling icu_locale_core v2.1.1
19832026-07-10T19:36:43.581Z Compiling icu_collections v2.1.1
19842026-07-10T19:36:43.581Z Compiling digest v0.10.7
19852026-07-10T19:36:43.582Z Compiling pest_generator v2.8.6
19862026-07-10T19:36:43.830Z Compiling openssl-macros v0.1.1
19872026-07-10T19:36:43.897Z Compiling scroll_derive v0.13.1
19882026-07-10T19:36:43.966Z Compiling thiserror-impl v1.0.69
19892026-07-10T19:36:44.227Z Compiling icu_provider v2.1.1
19902026-07-10T19:36:44.273Z Compiling pest_derive v2.8.6
19912026-07-10T19:36:44.457Z Compiling bytes v1.11.1
19922026-07-10T19:36:44.590Z Compiling icu_normalizer v2.1.1
19932026-07-10T19:36:44.633Z Compiling icu_properties v2.1.2
19942026-07-10T19:36:44.845Z Compiling chrono v0.4.44
19952026-07-10T19:36:44.975Z Compiling tokio v1.52.1
19962026-07-10T19:36:45.088Z Compiling http v1.4.2
19972026-07-10T19:36:45.371Z Compiling rustls-pki-types v1.14.0
19982026-07-10T19:36:45.668Z Compiling idna_adapter v1.2.1
19992026-07-10T19:36:45.849Z Compiling idna v1.1.0
20002026-07-10T19:36:45.865Z Compiling ppv-lite86 v0.2.21
20012026-07-10T19:36:46.080Z Compiling pem-rfc7468 v0.7.0
20022026-07-10T19:36:46.109Z Compiling tracing-core v0.1.36
20032026-07-10T19:36:46.232Z Compiling url v2.5.8
20042026-07-10T19:36:46.471Z Compiling aho-corasick v1.1.4
20052026-07-10T19:36:46.516Z Compiling num-bigint-dig v0.8.6
20062026-07-10T19:36:46.624Z Compiling flagset v0.4.7
20072026-07-10T19:36:46.762Z Compiling der v0.7.10
20082026-07-10T19:36:46.980Z Compiling tracing v0.1.44
20092026-07-10T19:36:47.114Z Compiling rand_chacha v0.9.0
20102026-07-10T19:36:47.293Z Compiling regex-automata v0.4.14
20112026-07-10T19:36:47.498Z Compiling http-body v1.0.1
20122026-07-10T19:36:47.542Z Compiling async-trait v0.1.89
20132026-07-10T19:36:47.610Z Compiling ahash v0.8.12
20142026-07-10T19:36:47.626Z Compiling dyn-clone v1.0.20
20152026-07-10T19:36:47.651Z Compiling zstd-safe v7.2.4
20162026-07-10T19:36:47.806Z Compiling pretty-hex v0.4.1
20172026-07-10T19:36:47.841Z Compiling atomic-waker v1.1.2
20182026-07-10T19:36:47.866Z Compiling openssl-probe v0.2.1
20192026-07-10T19:36:47.898Z Compiling cmov v0.5.4
20202026-07-10T19:36:47.924Z Compiling usdt-impl v0.6.0
20212026-07-10T19:36:47.929Z Compiling tinyvec_macros v0.1.1
20222026-07-10T19:36:47.990Z Compiling spki v0.7.3
20232026-07-10T19:36:48.005Z Compiling tinyvec v1.10.0
20242026-07-10T19:36:48.048Z Compiling rand v0.9.2
20252026-07-10T19:36:48.134Z Compiling ctutils v0.4.2
20262026-07-10T19:36:48.181Z Compiling scroll v0.13.0
20272026-07-10T19:36:48.208Z Compiling serde_tokenstream v0.2.3
20282026-07-10T19:36:48.310Z Compiling tempfile v3.25.0
20292026-07-10T19:36:48.365Z Compiling clap_derive v4.6.1
20302026-07-10T19:36:48.409Z Compiling daft-derive v0.1.7
20312026-07-10T19:36:48.447Z Compiling scroll_derive v0.12.1
20322026-07-10T19:36:48.476Z Compiling heapless v0.7.17
20332026-07-10T19:36:48.564Z Compiling litrs v1.0.0
20342026-07-10T19:36:48.601Z Compiling untrusted v0.7.1
20352026-07-10T19:36:48.658Z Compiling anyhow v1.0.102
20362026-07-10T19:36:48.702Z Compiling try-lock v0.2.5
20372026-07-10T19:36:48.739Z Compiling tokio-util v0.7.18
20382026-07-10T19:36:48.768Z Compiling utf8parse v0.2.2
20392026-07-10T19:36:48.880Z Compiling signal-hook v0.3.18
20402026-07-10T19:36:48.917Z Compiling tower-service v0.3.3
20412026-07-10T19:36:49.055Z Compiling tower-layer v0.3.3
20422026-07-10T19:36:49.135Z Compiling want v0.3.1
20432026-07-10T19:36:49.166Z Compiling document-features v0.2.12
20442026-07-10T19:36:49.366Z Compiling goblin v0.10.5
20452026-07-10T19:36:49.406Z Compiling hybrid-array v0.4.13
20462026-07-10T19:36:49.515Z Compiling h2 v0.4.15
20472026-07-10T19:36:49.575Z Compiling ipnet v2.11.0
20482026-07-10T19:36:49.817Z Compiling pin-project-internal v1.1.11
20492026-07-10T19:36:50.076Z Compiling darling_core v0.20.11
20502026-07-10T19:36:50.147Z Compiling spin v0.9.8
20512026-07-10T19:36:50.261Z Compiling foreign-types-shared v0.1.1
20522026-07-10T19:36:50.333Z Compiling simd-adler32 v0.3.8
20532026-07-10T19:36:50.388Z Compiling untrusted v0.9.0
20542026-07-10T19:36:50.403Z Compiling httpdate v1.0.3
20552026-07-10T19:36:50.533Z Compiling rustix v0.38.44
20562026-07-10T19:36:50.957Z Compiling powerfmt v0.2.0
20572026-07-10T19:36:50.966Z Compiling cpufeatures v0.2.17
20582026-07-10T19:36:50.966Z Compiling anstyle v1.0.14
20592026-07-10T19:36:51.084Z Compiling deranged v0.5.8
20602026-07-10T19:36:51.116Z Compiling foreign-types v0.3.2
20612026-07-10T19:36:51.117Z Compiling unicode-normalization v0.1.25
20622026-07-10T19:36:51.162Z Compiling pkcs8 v0.10.2
20632026-07-10T19:36:51.267Z Compiling dtrace-parser v0.3.0
20642026-07-10T19:36:51.430Z Compiling hex v0.4.3
20652026-07-10T19:36:51.553Z Compiling strum_macros v0.26.4
20662026-07-10T19:36:51.577Z Compiling zerocopy-derive v0.7.35
20672026-07-10T19:36:51.593Z Compiling darling_core v0.21.3
20682026-07-10T19:36:51.633Z Compiling curve25519-dalek v4.1.3
20692026-07-10T19:36:51.886Z Compiling thread-id v5.1.0
20702026-07-10T19:36:51.906Z Compiling memoffset v0.9.1
20712026-07-10T19:36:51.982Z Compiling ref-cast v1.0.25
20722026-07-10T19:36:52.032Z Compiling anstyle-query v1.1.5
20732026-07-10T19:36:52.089Z Compiling darling_macro v0.20.11
20742026-07-10T19:36:52.189Z Compiling colorchoice v1.0.4
20752026-07-10T19:36:52.239Z Compiling adler2 v2.0.1
20762026-07-10T19:36:52.308Z Compiling dof v0.4.0
20772026-07-10T19:36:52.328Z Compiling num_threads v0.1.7
20782026-07-10T19:36:52.367Z Compiling is_terminal_polyfill v1.70.2
20792026-07-10T19:36:52.383Z Compiling smoltcp v0.9.1
20802026-07-10T19:36:52.448Z Compiling miniz_oxide v0.8.9
20812026-07-10T19:36:52.587Z Compiling time v0.3.47
20822026-07-10T19:36:52.690Z Compiling darling v0.20.11
20832026-07-10T19:36:52.768Z Compiling hyper v1.10.1
20842026-07-10T19:36:52.790Z Compiling sha2 v0.10.9
20852026-07-10T19:36:53.347Z Compiling hmac v0.12.1
20862026-07-10T19:36:53.387Z Compiling snafu-derive v0.8.9
20872026-07-10T19:36:53.543Z Compiling sync_wrapper v1.0.2
20882026-07-10T19:36:53.562Z Compiling wait-timeout v0.2.1
20892026-07-10T19:36:53.663Z Compiling siphasher v1.0.2
20902026-07-10T19:36:53.751Z Compiling quick-error v1.2.3
20912026-07-10T19:36:53.781Z Compiling darling_macro v0.21.3
20922026-07-10T19:36:53.807Z Compiling zlib-rs v0.6.2
20932026-07-10T19:36:53.858Z Compiling bit-vec v0.8.0
20942026-07-10T19:36:54.008Z Compiling hyper-util v0.1.20
20952026-07-10T19:36:54.258Z Compiling cfg_aliases v0.2.1
20962026-07-10T19:36:54.303Z Compiling darling v0.21.3
20972026-07-10T19:36:54.346Z Compiling nix v0.31.2
20982026-07-10T19:36:54.429Z Compiling bit-set v0.8.0
20992026-07-10T19:36:54.491Z Compiling rusty-fork v0.3.1
21002026-07-10T19:36:54.638Z Compiling tower v0.5.3
21012026-07-10T19:36:55.428Z Compiling derive_builder_core v0.20.2
21022026-07-10T19:36:55.474Z Compiling regex v1.12.3
21032026-07-10T19:36:55.474Z Compiling anstyle-parse v1.0.0
21042026-07-10T19:36:55.474Z Compiling http-body-util v0.1.3
21052026-07-10T19:36:55.475Z Compiling erased-serde v0.3.31
21062026-07-10T19:36:55.503Z Compiling hubpack_derive v0.1.1
21072026-07-10T19:36:55.503Z Compiling strum_macros v0.27.2
21082026-07-10T19:36:55.545Z Compiling ref-cast-impl v1.0.25
21092026-07-10T19:36:55.707Z Compiling curve25519-dalek-derive v0.1.1
21102026-07-10T19:36:55.707Z Compiling rand_xorshift v0.4.0
21112026-07-10T19:36:55.926Z Compiling fs-err v3.3.0
21122026-07-10T19:36:56.020Z Compiling usdt-impl v0.5.0
21132026-07-10T19:36:56.032Z Compiling encoding_rs v0.8.35
21142026-07-10T19:36:56.133Z Compiling flate2 v1.1.9
21152026-07-10T19:36:56.176Z Compiling mime v0.3.17
21162026-07-10T19:36:56.296Z Compiling ryu v1.0.23
21172026-07-10T19:36:56.353Z Compiling unicode-properties v0.1.4
21182026-07-10T19:36:56.394Z Compiling object v0.37.3
21192026-07-10T19:36:56.684Z Compiling unicode-bidi v0.3.18
21202026-07-10T19:36:56.714Z Compiling allocator-api2 v0.2.21
21212026-07-10T19:36:56.851Z Compiling iri-string v0.7.10
21222026-07-10T19:36:56.875Z Compiling unarray v0.1.4
21232026-07-10T19:36:57.028Z Compiling stringprep v0.1.5
21242026-07-10T19:36:57.069Z Compiling proptest v1.10.0
21252026-07-10T19:36:57.395Z Compiling serde_urlencoded v0.7.1
21262026-07-10T19:36:58.209Z Compiling tower-http v0.6.8
21272026-07-10T19:36:58.237Z Compiling derive_builder_macro v0.20.2
21282026-07-10T19:36:58.244Z Compiling anstream v1.0.0
21292026-07-10T19:36:58.274Z Compiling tokio-native-tls v0.3.1
21302026-07-10T19:36:58.458Z Compiling serde_with_macros v3.17.0
21312026-07-10T19:36:58.473Z Compiling usdt-macro v0.6.0
21322026-07-10T19:36:58.577Z Compiling usdt-attr-macro v0.6.0
21332026-07-10T19:36:58.649Z Compiling ipnetwork v0.21.1
21342026-07-10T19:36:58.735Z Compiling block-padding v0.4.2
21352026-07-10T19:36:58.776Z Compiling block-buffer v0.12.1
21362026-07-10T19:36:58.861Z Compiling crypto-common v0.2.2
21372026-07-10T19:36:58.878Z Compiling bstr v1.12.1
21382026-07-10T19:36:58.896Z Compiling scroll v0.12.0
21392026-07-10T19:36:59.017Z Compiling rustls-native-certs v0.8.3
21402026-07-10T19:36:59.046Z Compiling rand_chacha v0.3.1
21412026-07-10T19:36:59.208Z Compiling toml_datetime v0.6.11
21422026-07-10T19:36:59.220Z Compiling serde_spanned v0.6.9
21432026-07-10T19:36:59.426Z Compiling signature v2.2.0
21442026-07-10T19:36:59.433Z Compiling md-5 v0.10.6
21452026-07-10T19:37:02.810Z Compiling async-recursion v1.1.1
21462026-07-10T19:37:02.839Z Compiling terminal_size v0.4.3
21472026-07-10T19:37:02.839Z Compiling num-integer v0.1.46
21482026-07-10T19:37:02.839Z Compiling hash32 v0.2.1
21492026-07-10T19:37:02.839Z Compiling vergen-lib v9.1.0
21502026-07-10T19:37:02.839Z Compiling psl-types v2.0.11
21512026-07-10T19:37:02.839Z Compiling clap_lex v1.0.0
21522026-07-10T19:37:02.839Z Compiling fallible-iterator v0.2.0
21532026-07-10T19:37:02.839Z Compiling publicsuffix v2.3.0
21542026-07-10T19:37:02.839Z Compiling clap_builder v4.6.0
21552026-07-10T19:37:02.840Z Compiling num-iter v0.1.45
21562026-07-10T19:37:02.840Z Compiling postgres-protocol v0.6.10
21572026-07-10T19:37:02.840Z Compiling rand v0.8.6
21582026-07-10T19:37:02.840Z Compiling goblin v0.8.2
21592026-07-10T19:37:02.840Z Compiling newtype-uuid v1.3.2
21602026-07-10T19:37:02.840Z Compiling oxnet v0.1.6
21612026-07-10T19:37:02.840Z Compiling inout v0.2.2
21622026-07-10T19:37:02.840Z Compiling derive_builder v0.20.2
21632026-07-10T19:37:02.840Z Compiling hyper-tls v0.6.0
21642026-07-10T19:37:02.840Z Compiling phf_shared v0.13.1
21652026-07-10T19:37:02.840Z Compiling zerocopy v0.7.35
21662026-07-10T19:37:02.840Z Compiling lazy_static v1.5.0
21672026-07-10T19:37:02.840Z Compiling anstyle-parse v0.2.7
21682026-07-10T19:37:02.841Z Compiling pin-project v1.1.11
21692026-07-10T19:37:02.870Z Compiling futures-executor v0.3.32
21702026-07-10T19:37:02.870Z Compiling enum-as-inner v0.6.1
21712026-07-10T19:37:02.870Z Compiling serde_repr v0.1.20
21722026-07-10T19:37:02.870Z Compiling ff v0.13.1
21732026-07-10T19:37:02.870Z Compiling vergen v9.1.0
21742026-07-10T19:37:02.871Z Compiling cargo-platform v0.3.2
21752026-07-10T19:37:02.871Z Compiling unicode-segmentation v1.12.0
21762026-07-10T19:37:02.871Z Compiling foldhash v0.2.0
21772026-07-10T19:37:02.871Z Compiling bitflags v1.3.2
21782026-07-10T19:37:02.871Z Compiling libbz2-rs-sys v0.2.2
21792026-07-10T19:37:02.871Z Compiling bumpalo v3.20.2
21802026-07-10T19:37:02.871Z Compiling foldhash v0.1.5
21812026-07-10T19:37:02.871Z Compiling winnow v0.5.40
21822026-07-10T19:37:02.871Z Compiling base16ct v0.2.0
21832026-07-10T19:37:02.871Z Compiling managed v0.8.0
21842026-07-10T19:37:02.871Z Compiling same-file v1.0.6
21852026-07-10T19:37:02.871Z Compiling zopfli v0.8.3
21862026-07-10T19:37:02.871Z Compiling sec1 v0.7.3
21872026-07-10T19:37:02.871Z Compiling walkdir v2.5.0
21882026-07-10T19:37:02.871Z Compiling bzip2 v0.6.1
21892026-07-10T19:37:02.982Z Compiling hashbrown v0.15.5
21902026-07-10T19:37:03.131Z Compiling dof v0.3.0
21912026-07-10T19:37:03.137Z Compiling hashbrown v0.16.1
21922026-07-10T19:37:03.406Z Compiling cargo_metadata v0.23.1
21932026-07-10T19:37:03.538Z Compiling clap v4.6.1
21942026-07-10T19:37:03.633Z Compiling group v0.13.0
21952026-07-10T19:37:03.825Z Compiling toml_edit v0.19.15
21962026-07-10T19:37:03.880Z Compiling futures v0.3.32
21972026-07-10T19:37:03.917Z Compiling anstream v0.6.21
21982026-07-10T19:37:04.218Z Compiling snafu v0.8.9
21992026-07-10T19:37:04.418Z Compiling phf v0.13.1
22002026-07-10T19:37:04.599Z Compiling reqwest v0.12.28
22012026-07-10T19:37:04.631Z Compiling daft v0.1.7
22022026-07-10T19:37:04.718Z Compiling cipher v0.5.2
22032026-07-10T19:37:04.938Z Compiling signal-hook-mio v0.2.5
22042026-07-10T19:37:04.968Z Compiling postgres-types v0.2.12
22052026-07-10T19:37:05.010Z Compiling cookie_store v0.22.1
22062026-07-10T19:37:05.068Z Compiling bzip2 v0.4.4
22072026-07-10T19:37:05.085Z Compiling zstd v0.13.3
22082026-07-10T19:37:05.089Z Compiling ed25519 v2.2.3
22092026-07-10T19:37:05.251Z Compiling globset v0.4.18
22102026-07-10T19:37:05.284Z Compiling dtrace-parser v0.2.0
22112026-07-10T19:37:05.335Z Compiling strum v0.27.2
22122026-07-10T19:37:05.469Z Compiling hubpack v0.1.2
22132026-07-10T19:37:05.503Z Compiling phf_shared v0.11.3
22142026-07-10T19:37:05.541Z Compiling hkdf v0.12.4
22152026-07-10T19:37:05.556Z Compiling olpc-cjson v0.1.4
22162026-07-10T19:37:05.559Z Compiling pkcs1 v0.7.5
22172026-07-10T19:37:05.744Z Compiling pem v3.0.6
22182026-07-10T19:37:05.824Z Compiling serde-big-array v0.5.1
22192026-07-10T19:37:05.840Z Compiling serde_plain v1.0.2
22202026-07-10T19:37:05.890Z Compiling crypto-bigint v0.5.5
22212026-07-10T19:37:06.018Z Compiling float-cmp v0.10.0
22222026-07-10T19:37:06.039Z Compiling memmap2 v0.9.10
22232026-07-10T19:37:06.056Z Compiling thread-id v4.2.2
22242026-07-10T19:37:06.114Z Compiling env_filter v1.0.0
22252026-07-10T19:37:06.178Z Compiling cpufeatures v0.3.0
22262026-07-10T19:37:06.202Z Compiling new_debug_unreachable v1.0.6
22272026-07-10T19:37:06.258Z Compiling difflib v0.4.0
22282026-07-10T19:37:06.273Z Compiling normalize-line-endings v0.3.0
22292026-07-10T19:37:06.289Z Compiling winnow v0.7.14
22302026-07-10T19:37:06.380Z Compiling precomputed-hash v0.1.1
22312026-07-10T19:37:06.384Z Compiling fixedbitset v0.4.2
22322026-07-10T19:37:06.483Z Compiling toml_write v0.1.2
22332026-07-10T19:37:06.611Z Compiling predicates-core v1.0.10
22342026-07-10T19:37:06.668Z Compiling const-oid v0.10.2
22352026-07-10T19:37:06.695Z Compiling fixedbitset v0.5.7
22362026-07-10T19:37:06.711Z Compiling either v1.15.0
22372026-07-10T19:37:06.787Z Compiling winnow v1.0.3
22382026-07-10T19:37:06.872Z Compiling keccak v0.1.6
22392026-07-10T19:37:06.932Z Compiling static_assertions v1.1.0
22402026-07-10T19:37:06.953Z Compiling whoami v2.1.0
22412026-07-10T19:37:06.983Z Compiling data-encoding v2.10.0
22422026-07-10T19:37:07.015Z Compiling jiff v0.2.21
22432026-07-10T19:37:07.081Z Compiling typed-path v0.9.3
22442026-07-10T19:37:07.134Z Compiling toml_parser v1.1.2+spec-1.1.0
22452026-07-10T19:37:07.292Z Compiling hickory-proto v0.25.2
22462026-07-10T19:37:07.523Z Compiling tokio-postgres v0.7.16
22472026-07-10T19:37:07.610Z Compiling toml_edit v0.22.27
22482026-07-10T19:37:07.714Z Compiling sha3 v0.10.8
22492026-07-10T19:37:07.746Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22502026-07-10T19:37:08.187Z Compiling petgraph v0.8.3
22512026-07-10T19:37:08.202Z Compiling itertools v0.13.0
22522026-07-10T19:37:08.220Z Compiling digest v0.11.3
22532026-07-10T19:37:08.466Z Compiling elliptic-curve v0.13.8
22542026-07-10T19:37:08.782Z Compiling predicates v3.1.4
22552026-07-10T19:37:09.352Z Compiling petgraph v0.6.5
22562026-07-10T19:37:09.427Z Compiling string_cache v0.8.9
22572026-07-10T19:37:09.602Z Compiling env_logger v0.11.9
22582026-07-10T19:37:09.669Z Compiling zip v4.6.1
22592026-07-10T19:37:09.743Z Compiling chacha20 v0.10.0
22602026-07-10T19:37:10.052Z Compiling usdt v0.6.0
22612026-07-10T19:37:10.531Z Compiling rsa v0.9.10
22622026-07-10T19:37:10.787Z Compiling ed25519-dalek v2.2.0
22632026-07-10T19:37:10.842Z Compiling zip v0.6.6
22642026-07-10T19:37:10.842Z Compiling toml v0.7.8
22652026-07-10T19:37:10.874Z Compiling crossterm v0.28.1
22662026-07-10T19:37:11.064Z Compiling iddqd v0.4.2
22672026-07-10T19:37:11.275Z Compiling crossbeam-epoch v0.9.18
22682026-07-10T19:37:11.378Z Compiling similar v2.7.0
22692026-07-10T19:37:11.408Z Compiling heck v0.4.1
22702026-07-10T19:37:11.448Z Compiling serde_with v3.17.0
22712026-07-10T19:37:11.613Z Compiling strum v0.26.3
22722026-07-10T19:37:11.631Z Compiling tokio-stream v0.1.18
22732026-07-10T19:37:11.742Z Compiling buf-list v1.1.2
22742026-07-10T19:37:11.760Z Compiling x509-cert v0.2.5
22752026-07-10T19:37:12.020Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-10T19:37:12.117Z Compiling openapiv3 v2.2.0
22772026-07-10T19:37:12.305Z Compiling structmeta-derive v0.3.0
22782026-07-10T19:37:12.446Z Compiling radium v0.7.0
22792026-07-10T19:37:12.461Z Compiling lalrpop-util v0.19.12
22802026-07-10T19:37:12.540Z Compiling peg-runtime v0.8.5
22812026-07-10T19:37:13.330Z Compiling structmeta v0.3.0
22822026-07-10T19:37:13.736Z Compiling maybe-uninit v2.0.0
22832026-07-10T19:37:13.978Z Compiling tap v1.0.1
22842026-07-10T19:37:14.080Z Compiling wyz v0.5.1
22852026-07-10T19:37:15.391Z Compiling packed_struct v0.10.1
22862026-07-10T19:37:15.692Z Compiling funty v2.0.0
22872026-07-10T19:37:16.642Z Compiling bitvec v1.0.1
22882026-07-10T19:37:18.577Z Compiling packed_struct_codegen v0.10.1
22892026-07-10T19:37:18.853Z Compiling bitfield-macros v0.19.4
22902026-07-10T19:37:18.986Z Compiling zerocopy-derive v0.6.6
22912026-07-10T19:37:19.413Z Compiling indexmap v1.9.3
22922026-07-10T19:37:19.673Z Compiling nodrop v0.1.14
22932026-07-10T19:37:19.837Z Compiling crc-catalog v2.4.0
22942026-07-10T19:37:19.869Z Compiling zerocopy v0.6.6
22952026-07-10T19:37:20.231Z Compiling crc v3.4.0
22962026-07-10T19:37:20.434Z Compiling array-init v0.0.4
22972026-07-10T19:37:20.617Z Compiling bitfield v0.19.4
22982026-07-10T19:37:21.186Z Compiling smallvec v0.6.14
22992026-07-10T19:37:22.002Z Compiling derive-ex v0.1.8
23002026-07-10T19:37:24.773Z Compiling base64 v0.21.7
23012026-07-10T19:37:25.054Z Compiling hashbrown v0.12.3
23022026-07-10T19:37:25.264Z Compiling ron v0.8.1
23032026-07-10T19:37:26.083Z Compiling rustls-webpki v0.103.13
23042026-07-10T19:37:27.274Z Compiling test-strategy v0.4.5
23052026-07-10T19:37:28.611Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-10T19:37:28.970Z Compiling serde-hex v0.1.0
23072026-07-10T19:37:29.658Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23082026-07-10T19:37:29.759Z Compiling hashbrown v0.13.2
23092026-07-10T19:37:29.863Z Compiling tokio-rustls v0.26.4
23102026-07-10T19:37:29.889Z Compiling rustls-platform-verifier v0.6.2
23112026-07-10T19:37:30.109Z Compiling hyper-rustls v0.27.7
23122026-07-10T19:37:30.143Z Compiling tough v0.22.0
23132026-07-10T19:37:30.356Z Compiling reqwest v0.13.2
23142026-07-10T19:37:30.371Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23152026-07-10T19:37:30.954Z Compiling filetime v0.2.27
23162026-07-10T19:37:30.998Z Compiling multer v3.1.0
23172026-07-10T19:37:31.118Z Compiling thread_local v1.1.9
23182026-07-10T19:37:31.325Z Compiling slog-async v2.8.0
23192026-07-10T19:37:31.357Z Compiling xattr v1.6.1
23202026-07-10T19:37:31.373Z Compiling rayon-core v1.13.0
23212026-07-10T19:37:31.427Z Compiling crc-any v2.5.0
23222026-07-10T19:37:31.476Z Compiling match_cfg v0.1.0
23232026-07-10T19:37:31.566Z Compiling compression-core v0.4.31
23242026-07-10T19:37:31.582Z Compiling hostname v0.3.1
23252026-07-10T19:37:31.628Z Compiling tar v0.4.45
23262026-07-10T19:37:31.703Z Compiling compression-codecs v0.4.37
23272026-07-10T19:37:31.763Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23282026-07-10T19:37:31.777Z Compiling object v0.30.4
23292026-07-10T19:37:31.792Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-10T19:37:31.834Z Compiling crossbeam-channel v0.5.15
23312026-07-10T19:37:31.849Z Compiling slog-json v2.6.1
23322026-07-10T19:37:32.024Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23332026-07-10T19:37:32.094Z Compiling async-stream-impl v0.3.6
23342026-07-10T19:37:32.129Z Compiling serde_spanned v1.1.1
23352026-07-10T19:37:32.234Z Compiling toml_datetime v1.1.1+spec-1.1.0
23362026-07-10T19:37:32.298Z Compiling serde_path_to_error v0.1.20
23372026-07-10T19:37:32.447Z Compiling is-terminal v0.4.17
23382026-07-10T19:37:32.463Z Compiling fs-err v2.11.0
23392026-07-10T19:37:32.547Z Compiling dropshot v0.17.1
23402026-07-10T19:37:32.572Z Compiling debug-ignore v1.0.5
23412026-07-10T19:37:32.650Z Compiling path-slash v0.1.5
23422026-07-10T19:37:32.692Z Compiling take_mut v0.2.2
23432026-07-10T19:37:32.708Z Compiling toml_writer v1.1.1+spec-1.1.0
23442026-07-10T19:37:32.711Z Compiling term v1.2.1
23452026-07-10T19:37:32.832Z Compiling async-stream v0.3.6
23462026-07-10T19:37:32.835Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23472026-07-10T19:37:32.861Z Compiling slog-bunyan v2.5.0
23482026-07-10T19:37:32.897Z Compiling toml v1.1.2+spec-1.1.0
23492026-07-10T19:37:32.991Z Compiling async-compression v0.4.41
23502026-07-10T19:37:33.041Z Compiling slog-term v2.9.2
23512026-07-10T19:37:33.068Z Compiling atomicwrites v0.4.4
23522026-07-10T19:37:33.323Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23532026-07-10T19:37:33.364Z Compiling sha1 v0.11.0
23542026-07-10T19:37:33.461Z Compiling crossbeam-deque v0.8.6
23552026-07-10T19:37:33.634Z Compiling parse-display-derive v0.10.0
23562026-07-10T19:37:33.709Z Compiling camino-tempfile v1.4.1
23572026-07-10T19:37:33.726Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23582026-07-10T19:37:33.813Z Compiling dropshot_endpoint v0.17.1
23592026-07-10T19:37:33.950Z Compiling newtype-uuid-macros v0.1.0
23602026-07-10T19:37:34.032Z Compiling waitgroup v0.1.2
23612026-07-10T19:37:34.050Z Compiling half v2.7.1
23622026-07-10T19:37:34.083Z Compiling rustls-pemfile v2.2.0
23632026-07-10T19:37:34.136Z Compiling backon v1.6.0
23642026-07-10T19:37:34.201Z Compiling blake3 v1.8.5
23652026-07-10T19:37:34.217Z Compiling hostname v0.4.2
23662026-07-10T19:37:34.313Z Compiling instant v0.1.13
23672026-07-10T19:37:34.379Z Compiling ciborium-io v0.2.2
23682026-07-10T19:37:34.395Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23692026-07-10T19:37:34.429Z Compiling backoff v0.4.0
23702026-07-10T19:37:34.475Z Compiling ciborium-ll v0.2.2
23712026-07-10T19:37:34.499Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23722026-07-10T19:37:34.679Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23732026-07-10T19:37:34.709Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23742026-07-10T19:37:34.768Z Compiling toml v0.8.23
23752026-07-10T19:37:34.835Z Compiling regress v0.10.5
23762026-07-10T19:37:34.917Z Compiling itertools v0.14.0
23772026-07-10T19:37:34.982Z Compiling macaddr v1.0.1
23782026-07-10T19:37:35.133Z Compiling parse-display v0.10.0
23792026-07-10T19:37:35.286Z Compiling parse-size v1.1.0
23802026-07-10T19:37:35.437Z Compiling arrayref v0.3.9
23812026-07-10T19:37:35.502Z Compiling constant_time_eq v0.4.2
23822026-07-10T19:37:35.527Z Compiling arrayvec v0.7.6
23832026-07-10T19:37:35.670Z Compiling indent_write v2.2.0
23842026-07-10T19:37:35.711Z Compiling humantime v2.3.0
23852026-07-10T19:37:36.023Z Compiling ciborium v0.2.2
23862026-07-10T19:37:36.033Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-10T19:37:36.184Z Compiling display-error-chain v0.2.2
23882026-07-10T19:37:36.343Z Compiling topological-sort v0.2.2
23892026-07-10T19:37:36.442Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-10T19:37:36.508Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23912026-07-10T19:37:36.536Z Compiling shell-words v1.1.1
23922026-07-10T19:37:46.346Z Compiling progenitor-client v0.14.0
23932026-07-10T19:37:46.346Z Compiling omicron-zone-package v0.12.3
23942026-07-10T19:37:46.583Z Compiling progenitor-extras v0.2.0
23952026-07-10T19:37:46.871Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23962026-07-10T19:37:46.934Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-07-10T19:37:46.984Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-10T19:37:47.793Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-10T19:37:51.714Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-10T19:37:54.742Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-10T19:38:02.794Z Finished `release` profile [optimized] target(s) in 1m 27s
24022026-07-10T19:38:02.938Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-10T19:38:03.000ZJul 10 19:38:01.756 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-10T19:38:03.092ZJul 10 19:38:01.851 DEBG running: git rev-parse HEAD
24052026-07-10T19:38:03.107ZJul 10 19:38:01.854 DEBG process exited with exit status: 0 (2.575962ms)
24062026-07-10T19:38:03.107ZJul 10 19:38:01.854 INFO version: 21.0.0-0.ci+git07d9ddd528c
24072026-07-10T19:38:03.113ZJul 10 19:38:01.863 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-10T19:38:03.113ZJul 10 19:38:01.863 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-10T19:38:03.113ZCloning into '/work/oxidecomputer/helios'...
24102026-07-10T19:38:03.629ZJul 10 19:38:02.388 DEBG process exited with exit status: 0 (525.727187ms)
24112026-07-10T19:38:03.629ZJul 10 19:38:02.388 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-10T19:38:03.634ZJul 10 19:38:02.391 DEBG process exited with exit status: 0 (2.613162ms)
24132026-07-10T19:38:03.634ZJul 10 19:38:02.391 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-10T19:38:03.959ZJul 10 19:38:02.718 DEBG process exited with exit status: 0 (327.227986ms)
24152026-07-10T19:38:03.959ZJul 10 19:38:02.718 DEBG running: zfs list rpool/images/build/host
24162026-07-10T19:38:03.963ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-10T19:38:03.963Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-10T19:38:03.966ZJul 10 19:38:02.723 DEBG process exited with exit status: 0 (4.343204ms)
24192026-07-10T19:38:03.966ZJul 10 19:38:02.723 DEBG running: zfs list rpool/images/build/recovery
24202026-07-10T19:38:03.966ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-10T19:38:03.966Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-10T19:38:03.971ZJul 10 19:38:02.726 DEBG process exited with exit status: 0 (3.556652ms)
24232026-07-10T19:38:03.971ZJul 10 19:38:02.726 INFO console assets match pinned console commit (398e00c75e352effcfede8d950f99cac7b8e4311)
24242026-07-10T19:38:03.978ZJul 10 19:38:02.738 INFO console client API version matches nexus API version (2026061000.0.0)
24252026-07-10T19:38:03.981ZJul 10 19:38:02.739 INFO [hubris-staging] running task
24262026-07-10T19:38:03.981ZJul 10 19:38:02.739 INFO [hubris-production] running task
24272026-07-10T19:38:03.982ZJul 10 19:38:02.739 INFO [incorp-manifest] running task
24282026-07-10T19:38:03.982ZJul 10 19:38:02.739 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24292026-07-10T19:38:03.982ZJul 10 19:38:02.740 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24302026-07-10T19:38:03.982ZJul 10 19:38:02.741 INFO [incorp-create] running: pkgrepo create /work/incorporation
24312026-07-10T19:38:03.985ZJul 10 19:38:02.742 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
24322026-07-10T19:38:04.022Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-10T19:38:04.087Z[ omicron-package] Blocking waiting for file lock on package cache
24342026-07-10T19:38:04.216ZJul 10 19:38:02.975 INFO [incorp-create] process exited with exit status: 0 (234.597446ms)
24352026-07-10T19:38:04.220ZJul 10 19:38:02.975 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24362026-07-10T19:38:04.452ZJul 10 19:38:03.212 INFO [incorp-publisher] process exited with exit status: 0 (236.665099ms)
24372026-07-10T19:38:04.770ZJul 10 19:38:03.497 DEBG process exited with exit status: 0 (757.97696ms)
24382026-07-10T19:38:04.770ZJul 10 19:38:03.498 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24392026-07-10T19:38:04.829Z[ omicron-package] Blocking waiting for file lock on package cache
24402026-07-10T19:38:05.128ZJul 10 19:38:03.887 INFO [hubris-production] task succeeded (1.147423994s)
24412026-07-10T19:38:05.526ZJul 10 19:38:04.285 DEBG process exited with exit status: 0 (787.823423ms)
24422026-07-10T19:38:05.530ZJul 10 19:38:04.287 INFO [incorp-manifest] task succeeded (1.547130145s)
24432026-07-10T19:38:05.530ZJul 10 19:38:04.287 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-10T19:38:05.747ZJul 10 19:38:04.504 INFO [incorp-fmt] process exited with exit status: 0 (217.670144ms)
24452026-07-10T19:38:05.751ZJul 10 19:38:04.505 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24462026-07-10T19:38:05.921Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24472026-07-10T19:38:05.921Z[ omicron-package] Compiling itertools v0.14.0
24482026-07-10T19:38:05.921Z[ omicron-package] Compiling secrecy v0.10.3
24492026-07-10T19:38:05.933Z[ omicron-package] Compiling heapless v0.8.0
24502026-07-10T19:38:05.933Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24512026-07-10T19:38:05.933Z[ omicron-package] Compiling hash32 v0.3.1
24522026-07-10T19:38:05.933Z[ omicron-package] Compiling inout v0.1.4
24532026-07-10T19:38:05.933Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24542026-07-10T19:38:06.083Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260710T193804Z
24552026-07-10T19:38:06.083Z[ incorp-pkgsend] PUBLISHED
24562026-07-10T19:38:06.100ZJul 10 19:38:04.859 INFO [incorp-pkgsend] process exited with exit status: 0 (354.509447ms)
24572026-07-10T19:38:06.103ZJul 10 19:38:04.860 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24582026-07-10T19:38:06.215Z[ omicron-package] Compiling unicode-width v0.2.0
24592026-07-10T19:38:06.215Z[ omicron-package] Compiling smoltcp v0.11.0
24602026-07-10T19:38:06.411Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24612026-07-10T19:38:06.415Z[ helios-incorp] Retrieving packages for publisher helios ...
24622026-07-10T19:38:06.419Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24632026-07-10T19:38:06.459Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24642026-07-10T19:38:06.459Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24652026-07-10T19:38:06.459Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24662026-07-10T19:38:06.463Z[ helios-incorp]
24672026-07-10T19:38:06.463Z[ helios-incorp] Archiving packages ...
24682026-07-10T19:38:06.463Z[ helios-incorp] Packages to add: 1
24692026-07-10T19:38:06.469Z[ helios-incorp] Files to retrieve: 0
24702026-07-10T19:38:06.469Z[ helios-incorp] Estimated transfer size: 0.00 B
24712026-07-10T19:38:06.469Z[ helios-incorp]
24722026-07-10T19:38:06.470Z[ helios-incorp] Packages to archive:
24732026-07-10T19:38:06.470Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260710T193804Z
24742026-07-10T19:38:06.470Z[ helios-incorp]
24752026-07-10T19:38:06.470Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24762026-07-10T19:38:06.479Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.02 seconds
24772026-07-10T19:38:06.484Z[ omicron-package] Compiling cobs v0.3.0
24782026-07-10T19:38:06.488Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24792026-07-10T19:38:06.488Z[ omicron-package] Compiling universal-hash v0.5.1
24802026-07-10T19:38:06.532ZJul 10 19:38:05.292 INFO [helios-incorp] process exited with exit status: 0 (431.717215ms)
24812026-07-10T19:38:06.669Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24822026-07-10T19:38:06.904Z[ omicron-package] Compiling cipher v0.4.4
24832026-07-10T19:38:07.074Z[ omicron-package] Compiling opaque-debug v0.3.1
24842026-07-10T19:38:07.084Z[ omicron-package] Compiling convert_case v0.4.0
24852026-07-10T19:38:07.149Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24862026-07-10T19:38:07.179Z[ omicron-package] Compiling poly1305 v0.8.0
24872026-07-10T19:38:07.231Z[ omicron-package] Compiling postcard v1.1.3
24882026-07-10T19:38:07.310Z[ omicron-package] Compiling chacha20 v0.9.1
24892026-07-10T19:38:07.310Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24902026-07-10T19:38:07.313Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24912026-07-10T19:38:07.314Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24922026-07-10T19:38:07.314Z[ omicron-package] Compiling password-hash v0.5.0
24932026-07-10T19:38:07.505Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24942026-07-10T19:38:07.510Z[ omicron-package] Compiling derive_more v0.99.20
24952026-07-10T19:38:07.609Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24962026-07-10T19:38:07.613Z[ omicron-package] Compiling blake2 v0.10.6
24972026-07-10T19:38:07.700Z[ omicron-package] Compiling aead v0.5.2
24982026-07-10T19:38:07.800Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24992026-07-10T19:38:07.911Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25002026-07-10T19:38:07.942Z[ omicron-package] Compiling proc-macro-error v1.0.4
25012026-07-10T19:38:07.942Z[ omicron-package] Compiling ingot-macros v0.1.1
25022026-07-10T19:38:07.942Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25032026-07-10T19:38:07.966Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25042026-07-10T19:38:07.985Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25052026-07-10T19:38:08.159Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25062026-07-10T19:38:08.163Z[ omicron-package] Compiling num_enum_derive v0.7.6
25072026-07-10T19:38:08.221Z[ omicron-package] Compiling vsss-rs v3.3.4
25082026-07-10T19:38:08.262Z[ omicron-package] Compiling num_enum_derive v0.5.11
25092026-07-10T19:38:08.268Z[ omicron-package] Compiling argon2 v0.5.3
25102026-07-10T19:38:08.291Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25112026-07-10T19:38:08.651Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25122026-07-10T19:38:08.717Z[ omicron-package] Compiling foreign-types v0.5.0
25132026-07-10T19:38:08.743Z[ omicron-package] Compiling tabwriter v1.4.1
25142026-07-10T19:38:08.774Z[ omicron-package] Compiling byte-wrapper v0.1.0
25152026-07-10T19:38:08.806Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25162026-07-10T19:38:08.830Z[ omicron-package] Compiling cstr-argument v0.1.2
25172026-07-10T19:38:08.886Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25182026-07-10T19:38:09.050Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25192026-07-10T19:38:09.322Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25202026-07-10T19:38:09.438Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25212026-07-10T19:38:09.438Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25222026-07-10T19:38:09.503Z[ omicron-package] Compiling rayon v1.11.0
25232026-07-10T19:38:09.545Z[ omicron-package] Compiling num_enum v0.7.6
25242026-07-10T19:38:09.617Z[ omicron-package] Compiling rand v0.10.1
25252026-07-10T19:38:09.674Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25262026-07-10T19:38:09.728Z[ omicron-package] Compiling num_enum v0.5.11
25272026-07-10T19:38:09.785Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25282026-07-10T19:38:09.785Z[ omicron-package] Compiling libefi-sys v0.1.0
25292026-07-10T19:38:09.842Z[ omicron-package] Compiling colored v3.1.1
25302026-07-10T19:38:09.846Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25312026-07-10T19:38:09.890Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25322026-07-10T19:38:09.964Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25332026-07-10T19:38:10.011Z[ omicron-package] Compiling itertools v0.12.1
25342026-07-10T19:38:10.126Z[ omicron-package] Compiling usdt-macro v0.5.0
25352026-07-10T19:38:10.175Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25362026-07-10T19:38:10.196Z[ omicron-package] Compiling sigpipe v0.1.3
25372026-07-10T19:38:10.257Z[ omicron-package] Compiling memmap v0.7.0
25382026-07-10T19:38:10.292Z[ omicron-package] Compiling num-derive v0.4.2
25392026-07-10T19:38:10.320Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25402026-07-10T19:38:10.377Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25412026-07-10T19:38:10.548Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25422026-07-10T19:38:10.575Z[ omicron-package] Compiling bitfield-struct v0.6.2
25432026-07-10T19:38:10.624Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-07-10T19:38:10.689Z[ omicron-package] Compiling glob v0.3.3
25452026-07-10T19:38:10.689Z[ omicron-package] Compiling swrite v0.1.0
25462026-07-10T19:38:11.055Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25472026-07-10T19:38:11.085Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25482026-07-10T19:38:11.085Z[ omicron-package] Compiling smf v0.2.3
25492026-07-10T19:38:11.265Z[ omicron-package] Compiling usdt v0.5.0
25502026-07-10T19:38:11.391Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25512026-07-10T19:38:11.427Z[ omicron-package] Compiling whoami v1.6.1
25522026-07-10T19:38:11.447Z[ omicron-package] Compiling ingot-types v0.1.2
25532026-07-10T19:38:11.447Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-07-10T19:38:11.524Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25552026-07-10T19:38:11.596Z[ omicron-package] Compiling zone v0.3.1
25562026-07-10T19:38:11.651Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25572026-07-10T19:38:11.736Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25582026-07-10T19:38:11.811Z[ omicron-package] Compiling console v0.16.2
25592026-07-10T19:38:11.953Z[ omicron-package] Compiling ingot v0.1.1
25602026-07-10T19:38:12.035Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25612026-07-10T19:38:12.075Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-07-10T19:38:12.079Z[ omicron-package] Compiling gethostname v0.5.0
25632026-07-10T19:38:12.176Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25642026-07-10T19:38:12.182Z[ omicron-package] Compiling unit-prefix v0.5.2
25652026-07-10T19:38:12.274Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25662026-07-10T19:38:12.434Z[ omicron-package] Compiling indicatif v0.18.4
25672026-07-10T19:38:14.309Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25682026-07-10T19:38:15.580Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25692026-07-10T19:38:16.715Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25702026-07-10T19:38:18.427Z[ helios-setup] Jul 10 19:38:17.186 INFO helios repository root is: /work/oxidecomputer/helios
25712026-07-10T19:38:18.431Z[ helios-setup] Jul 10 19:38:17.187 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder
25722026-07-10T19:38:18.431Z[ helios-setup] Jul 10 19:38:17.187 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25732026-07-10T19:38:18.431Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25742026-07-10T19:38:18.625ZJul 10 19:38:17.385 INFO [hubris-staging] task succeeded (14.645294532s)
25752026-07-10T19:38:18.904Z[ helios-setup] Jul 10 19:38:17.663 INFO clone ok!, project: image-builder
25762026-07-10T19:38:18.907Z[ helios-setup] Jul 10 19:38:17.663 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
25772026-07-10T19:38:18.908Z[ helios-setup] Jul 10 19:38:17.663 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25782026-07-10T19:38:18.908Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25792026-07-10T19:38:19.590Z[ helios-setup] Jul 10 19:38:18.350 INFO clone ok!, project: dmar-report
25802026-07-10T19:38:19.590Z[ helios-setup] Jul 10 19:38:18.350 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
25812026-07-10T19:38:19.595Z[ helios-setup] Jul 10 19:38:18.350 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25822026-07-10T19:38:19.596Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25832026-07-10T19:38:20.338Z[ helios-setup] Jul 10 19:38:19.096 INFO clone ok!, project: chelsio-t6-roms
25842026-07-10T19:38:20.338Z[ helios-setup] Jul 10 19:38:19.096 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
25852026-07-10T19:38:20.343Z[ helios-setup] Jul 10 19:38:19.096 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
25862026-07-10T19:38:20.343Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
25872026-07-10T19:38:20.797Z[ helios-setup] Jul 10 19:38:19.556 INFO clone ok!, project: pinprick
25882026-07-10T19:38:20.797Z[ helios-setup] Jul 10 19:38:19.556 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
25892026-07-10T19:38:20.800Z[ helios-setup] Jul 10 19:38:19.556 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
25902026-07-10T19:38:20.800Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
25912026-07-10T19:38:21.225Z[ helios-setup] Jul 10 19:38:19.984 INFO clone ok!, project: bootserver
25922026-07-10T19:38:21.228Z[ helios-setup] Jul 10 19:38:19.984 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25932026-07-10T19:38:21.228Z[ helios-setup] Jul 10 19:38:19.984 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
25942026-07-10T19:38:21.232Z[ helios-setup] Jul 10 19:38:19.984 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
25952026-07-10T19:38:21.232Z[ helios-setup] Jul 10 19:38:19.984 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25962026-07-10T19:38:21.232Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25972026-07-10T19:38:21.285Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25982026-07-10T19:38:21.695Z[ helios-setup] Jul 10 19:38:20.454 INFO clone ok!, project: phbl
25992026-07-10T19:38:21.698Z[ helios-setup] Jul 10 19:38:20.454 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
26002026-07-10T19:38:21.699Z[ helios-setup] Jul 10 19:38:20.454 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
26012026-07-10T19:38:21.700Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
26022026-07-10T19:38:24.462Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26032026-07-10T19:38:25.518Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26042026-07-10T19:38:29.459Z[ helios-setup] Jul 10 19:38:28.219 INFO clone ok!, project: amd-firmware
26052026-07-10T19:38:29.459Z[ helios-setup] Jul 10 19:38:28.219 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26062026-07-10T19:38:29.463Z[ helios-setup] Jul 10 19:38:28.219 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
26072026-07-10T19:38:29.463Z[ helios-setup] Jul 10 19:38:28.219 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
26082026-07-10T19:38:29.463Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26092026-07-10T19:38:30.222Z[ helios-setup] Jul 10 19:38:28.982 INFO clone ok!, project: amd-host-image-builder
26102026-07-10T19:38:30.222Z[ helios-setup] Jul 10 19:38:28.982 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
26112026-07-10T19:38:30.225Z[ helios-setup] Jul 10 19:38:28.982 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
26122026-07-10T19:38:30.225Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
26132026-07-10T19:38:31.214Z[ helios-setup] Jul 10 19:38:29.973 INFO clone ok!, project: pilot
26142026-07-10T19:38:31.217Z[ helios-setup] Jul 10 19:38:29.974 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26152026-07-10T19:38:31.432Z[ helios-setup] Jul 10 19:38:30.192 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26162026-07-10T19:38:31.647Z[ helios-setup] Jul 10 19:38:30.406 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26172026-07-10T19:38:31.647Z[ helios-setup] Jul 10 19:38:30.406 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26182026-07-10T19:38:31.857Z[ helios-setup] Jul 10 19:38:30.617 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26192026-07-10T19:38:32.083Z[ helios-setup] Jul 10 19:38:30.841 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26202026-07-10T19:38:32.083Z[ helios-setup] Jul 10 19:38:30.842 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26212026-07-10T19:38:32.320Z[ helios-setup] Jul 10 19:38:31.079 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26222026-07-10T19:38:32.568Z[ helios-setup] Jul 10 19:38:31.328 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26232026-07-10T19:38:32.568Z[ helios-setup] Jul 10 19:38:31.328 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26242026-07-10T19:38:32.573Z[ helios-setup] Jul 10 19:38:31.328 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26252026-07-10T19:38:32.573Z[ helios-setup] Jul 10 19:38:31.328 INFO ok!
26262026-07-10T19:38:32.573Z[ helios-setup] Jul 10 19:38:31.328 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26272026-07-10T19:38:32.573Z[ helios-setup] Jul 10 19:38:31.328 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26282026-07-10T19:38:32.573Z[ helios-setup] Jul 10 19:38:31.328 INFO ok!
26292026-07-10T19:38:32.574Z[ helios-setup] Jul 10 19:38:31.328 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26302026-07-10T19:38:32.574Z[ helios-setup] Jul 10 19:38:31.328 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26312026-07-10T19:38:32.574Z[ helios-setup] Jul 10 19:38:31.328 INFO ok!
26322026-07-10T19:38:32.574Z[ helios-setup] Jul 10 19:38:31.328 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26332026-07-10T19:38:32.582Z[ helios-setup] Jul 10 19:38:31.337 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
26342026-07-10T19:38:32.582Z[ helios-setup] Jul 10 19:38:31.337 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26352026-07-10T19:38:32.582Z[ helios-setup] Jul 10 19:38:31.337 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26362026-07-10T19:38:32.656Z[ helios-setup] Jul 10 19:38:31.416 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26372026-07-10T19:38:32.898Z[ helios-setup] Jul 10 19:38:31.658 INFO E| From https://github.com/jclulow/rust-jmclib
26382026-07-10T19:38:32.898Z[ helios-setup] Jul 10 19:38:31.658 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26392026-07-10T19:38:32.908Z[ helios-setup] Jul 10 19:38:31.667 INFO E| Updating crates.io index
26402026-07-10T19:38:33.080Z[ helios-setup] Jul 10 19:38:31.840 INFO E| Downloading crates ...
26412026-07-10T19:38:33.143Z[ helios-setup] Jul 10 19:38:31.902 INFO E| Downloaded glob v0.3.1
26422026-07-10T19:38:33.146Z[ helios-setup] Jul 10 19:38:31.904 INFO E| Downloaded anyhow v1.0.72
26432026-07-10T19:38:33.149Z[ helios-setup] Jul 10 19:38:31.906 INFO E| Downloaded proc-macro2 v1.0.66
26442026-07-10T19:38:33.149Z[ helios-setup] Jul 10 19:38:31.908 INFO E| Downloaded block-buffer v0.9.0
26452026-07-10T19:38:33.152Z[ helios-setup] Jul 10 19:38:31.909 INFO E| Downloaded itoa v1.0.9
26462026-07-10T19:38:33.155Z[ helios-setup] Jul 10 19:38:31.912 INFO E| Downloaded cpufeatures v0.2.9
26472026-07-10T19:38:33.155Z[ helios-setup] Jul 10 19:38:31.913 INFO E| Downloaded walkdir v2.3.3
26482026-07-10T19:38:33.155Z[ helios-setup] Jul 10 19:38:31.914 INFO E| Downloaded sha-1 v0.9.8
26492026-07-10T19:38:33.158Z[ helios-setup] Jul 10 19:38:31.915 INFO E| Downloaded libdevinfo-sys v1.0.0
26502026-07-10T19:38:33.161Z[ helios-setup] Jul 10 19:38:31.918 INFO E| Downloaded opaque-debug v0.3.0
26512026-07-10T19:38:33.161Z[ helios-setup] Jul 10 19:38:31.919 INFO E| Downloaded fastrand v2.0.0
26522026-07-10T19:38:33.164Z[ helios-setup] Jul 10 19:38:31.921 INFO E| Downloaded digest v0.9.0
26532026-07-10T19:38:33.164Z[ helios-setup] Jul 10 19:38:31.922 INFO E| Downloaded md-5 v0.9.1
26542026-07-10T19:38:33.164Z[ helios-setup] Jul 10 19:38:31.923 INFO E| Downloaded errno v0.3.1
26552026-07-10T19:38:33.172Z[ helios-setup] Jul 10 19:38:31.930 INFO E| Downloaded unicode-width v0.1.10
26562026-07-10T19:38:33.175Z[ helios-setup] Jul 10 19:38:31.931 INFO E| Downloaded quote v1.0.31
26572026-07-10T19:38:33.179Z[ helios-setup] Jul 10 19:38:31.936 INFO E| Downloaded tempfile v3.7.0
26582026-07-10T19:38:33.185Z[ helios-setup] Jul 10 19:38:31.945 INFO E| Downloaded unicode-ident v1.0.11
26592026-07-10T19:38:33.189Z[ helios-setup] Jul 10 19:38:31.947 INFO E| Downloaded getrandom v0.2.10
26602026-07-10T19:38:33.192Z[ helios-setup] Jul 10 19:38:31.949 INFO E| Downloaded typenum v1.16.0
26612026-07-10T19:38:33.192Z[ helios-setup] Jul 10 19:38:31.952 INFO E| Downloaded uuid v0.8.2
26622026-07-10T19:38:33.220Z[ helios-setup] Jul 10 19:38:31.979 INFO E| Downloaded serde_derive v1.0.193
26632026-07-10T19:38:33.225Z[ helios-setup] Jul 10 19:38:31.981 INFO E| Downloaded ryu v1.0.15
26642026-07-10T19:38:33.225Z[ helios-setup] Jul 10 19:38:31.982 INFO E| Downloaded serde v1.0.193
26652026-07-10T19:38:33.229Z[ helios-setup] Jul 10 19:38:31.984 INFO E| Downloaded bitflags v2.3.3
26662026-07-10T19:38:33.229Z[ helios-setup] Jul 10 19:38:31.986 INFO E| Downloaded toml v0.5.11
26672026-07-10T19:38:33.229Z[ helios-setup] Jul 10 19:38:31.987 INFO E| Downloaded once_cell v1.18.0
26682026-07-10T19:38:33.255Z[ helios-setup] Jul 10 19:38:32.014 INFO E| Downloaded serde_json v1.0.103
26692026-07-10T19:38:33.299Z[ helios-setup] Jul 10 19:38:32.058 INFO E| Downloaded syn v2.0.32
26702026-07-10T19:38:33.312Z[ helios-setup] Jul 10 19:38:32.072 INFO E| Downloaded rustix v0.38.4
26712026-07-10T19:38:33.351Z[ helios-setup] Jul 10 19:38:32.111 INFO E| Downloaded libc v0.2.147
26722026-07-10T19:38:33.402Z[ helios-setup] Jul 10 19:38:32.162 INFO E| Compiling libc v0.2.147
26732026-07-10T19:38:33.402Z[ helios-setup] Jul 10 19:38:32.162 INFO E| Compiling proc-macro2 v1.0.66
26742026-07-10T19:38:33.402Z[ helios-setup] Jul 10 19:38:32.162 INFO E| Compiling cfg-if v1.0.0
26752026-07-10T19:38:33.405Z[ helios-setup] Jul 10 19:38:32.162 INFO E| Compiling unicode-ident v1.0.11
26762026-07-10T19:38:33.405Z[ helios-setup] Jul 10 19:38:32.162 INFO E| Compiling version_check v0.9.4
26772026-07-10T19:38:33.405Z[ helios-setup] Jul 10 19:38:32.162 INFO E| Compiling typenum v1.16.0
26782026-07-10T19:38:33.405Z[ helios-setup] Jul 10 19:38:32.162 INFO E| Compiling serde v1.0.193
26792026-07-10T19:38:33.416Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling slog v2.7.0
26802026-07-10T19:38:33.416Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling time-core v0.1.2
26812026-07-10T19:38:33.416Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling itoa v1.0.9
26822026-07-10T19:38:33.419Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling num-conv v0.1.0
26832026-07-10T19:38:33.419Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling powerfmt v0.2.0
26842026-07-10T19:38:33.419Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling rustix v0.38.4
26852026-07-10T19:38:33.419Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling num_threads v0.1.6
26862026-07-10T19:38:33.419Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling bitflags v2.3.3
26872026-07-10T19:38:33.419Z[ helios-setup] Jul 10 19:38:32.176 INFO E| Compiling once_cell v1.18.0
26882026-07-10T19:38:33.518Z[ helios-setup] Jul 10 19:38:32.277 INFO E| Compiling fastrand v2.0.0
26892026-07-10T19:38:33.584Z[ helios-setup] Jul 10 19:38:32.343 INFO E| Compiling serde_json v1.0.103
26902026-07-10T19:38:33.603Z[ helios-setup] Jul 10 19:38:32.362 INFO E| Compiling opaque-debug v0.3.0
26912026-07-10T19:38:33.641Z[ helios-setup] Jul 10 19:38:32.400 INFO E| Compiling anyhow v1.0.72
26922026-07-10T19:38:33.741Z[ helios-setup] Jul 10 19:38:32.499 INFO E| Compiling time-macros v0.2.18
26932026-07-10T19:38:33.778Z[ helios-setup] Jul 10 19:38:32.537 INFO E| Compiling deranged v0.3.11
26942026-07-10T19:38:33.804Z[ helios-setup] Jul 10 19:38:32.564 INFO E| Compiling thread_local v1.1.7
26952026-07-10T19:38:33.804Z[ helios-setup] Jul 10 19:38:32.564 INFO E| Compiling unicode-width v0.1.10
26962026-07-10T19:38:33.804Z[ helios-setup] Jul 10 19:38:32.564 INFO E| Compiling ryu v1.0.15
26972026-07-10T19:38:33.923Z[ helios-setup] Jul 10 19:38:32.683 INFO E| Compiling generic-array v0.14.7
26982026-07-10T19:38:33.927Z[ helios-setup] Jul 10 19:38:32.687 INFO E| Compiling same-file v1.0.6
26992026-07-10T19:38:33.971Z[ helios-setup] Jul 10 19:38:32.729 INFO E| Compiling cpufeatures v0.2.9
27002026-07-10T19:38:34.044Z[ helios-setup] Jul 10 19:38:32.794 INFO E| Compiling getopts v0.2.21
27012026-07-10T19:38:34.044Z[ helios-setup] Jul 10 19:38:32.795 INFO E| Compiling libdevinfo-sys v1.0.0
27022026-07-10T19:38:34.063Z[ helios-setup] Jul 10 19:38:32.823 INFO E| Compiling walkdir v2.3.3
27032026-07-10T19:38:34.076Z[ helios-setup] Jul 10 19:38:32.835 INFO E| Compiling glob v0.3.1
27042026-07-10T19:38:34.380Z[ helios-setup] Jul 10 19:38:33.140 INFO E| Compiling dirs-sys-next v0.1.2
27052026-07-10T19:38:34.381Z[ helios-setup] Jul 10 19:38:33.140 INFO E| Compiling errno v0.3.1
27062026-07-10T19:38:34.384Z[ helios-setup] Jul 10 19:38:33.140 INFO E| Compiling atty v0.2.14
27072026-07-10T19:38:34.384Z[ helios-setup] Jul 10 19:38:33.140 INFO E| Compiling getrandom v0.2.10
27082026-07-10T19:38:34.392Z[ helios-setup] Jul 10 19:38:33.152 INFO E| Compiling quote v1.0.31
27092026-07-10T19:38:34.506Z[ helios-setup] Jul 10 19:38:33.266 INFO E| Compiling dirs-next v2.0.0
27102026-07-10T19:38:34.550Z[ helios-setup] Jul 10 19:38:33.310 INFO E| Compiling syn v2.0.32
27112026-07-10T19:38:34.574Z[ helios-setup] Jul 10 19:38:33.334 INFO E| Compiling term v0.7.0
27122026-07-10T19:38:34.643Z[ helios-setup] Jul 10 19:38:33.402 INFO E| Compiling time v0.3.36
27132026-07-10T19:38:34.848Z[ helios-setup] Jul 10 19:38:33.608 INFO E| Compiling block-buffer v0.9.0
27142026-07-10T19:38:34.848Z[ helios-setup] Jul 10 19:38:33.608 INFO E| Compiling digest v0.9.0
27152026-07-10T19:38:34.939Z[ helios-setup] Jul 10 19:38:33.699 INFO E| Compiling md-5 v0.9.1
27162026-07-10T19:38:34.939Z[ helios-setup] Jul 10 19:38:33.699 INFO E| Compiling sha-1 v0.9.8
27172026-07-10T19:38:34.992Z[ helios-setup] Jul 10 19:38:33.749 INFO E| Compiling tempfile v3.7.0
27182026-07-10T19:38:35.361Z[ helios-setup] Jul 10 19:38:34.120 INFO E| Compiling slog-term v2.9.0
27192026-07-10T19:38:35.433Z[ omicron-package] Finished `release` profile [optimized] target(s) in 31.44s
27202026-07-10T19:38:35.668Z[ omicron-package]
27212026-07-10T19:38:35.668Z[ omicron-package] real 31.619016017
27222026-07-10T19:38:35.672Z[ omicron-package] user 2:55.901306317
27232026-07-10T19:38:35.672Z[ omicron-package] sys 21.221278650
27242026-07-10T19:38:35.672Z[ omicron-package] trap 0.322505198
27252026-07-10T19:38:35.672Z[ omicron-package] tflt 0.542455924
27262026-07-10T19:38:35.674Z[ omicron-package] dflt 2.023457816
27272026-07-10T19:38:35.674Z[ omicron-package] kflt 0.000348140
27282026-07-10T19:38:35.674Z[ omicron-package] lock 7:42.067548835
27292026-07-10T19:38:35.674Z[ omicron-package] slp 4:24.312573910
27302026-07-10T19:38:35.674Z[ omicron-package] lat 31.969276649
27312026-07-10T19:38:35.674Z[ omicron-package] stop 1:08.707681456
27322026-07-10T19:38:35.674ZJul 10 19:38:34.428 INFO [omicron-package] process exited with exit status: 0 (31.686474368s)
27332026-07-10T19:38:35.674ZJul 10 19:38:34.428 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27342026-07-10T19:38:35.674ZJul 10 19:38:34.429 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27352026-07-10T19:38:35.679Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27362026-07-10T19:38:35.682Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27372026-07-10T19:38:35.682Z[ recovery-target] Created new build target 'recovery' and set it as active
27382026-07-10T19:38:35.682Z[ host-target] Created new build target 'host' and set it as active
27392026-07-10T19:38:35.685ZJul 10 19:38:34.443 INFO [recovery-target] process exited with exit status: 0 (13.808491ms)
27402026-07-10T19:38:35.685ZJul 10 19:38:34.443 INFO [host-target] process exited with exit status: 0 (14.335841ms)
27412026-07-10T19:38:35.685ZJul 10 19:38:34.443 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27422026-07-10T19:38:35.689Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27432026-07-10T19:38:35.751Z[ helios-setup] Jul 10 19:38:34.511 INFO E| Compiling serde_derive v1.0.193
27442026-07-10T19:38:37.081Z[ host-package] Compiling heck v0.5.0
27452026-07-10T19:38:37.081Z[ host-package] Compiling regress v0.11.1
27462026-07-10T19:38:37.306Z[ host-package] Compiling unsafe-libyaml v0.2.11
27472026-07-10T19:38:37.351Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27482026-07-10T19:38:37.376Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27492026-07-10T19:38:37.379Z[ host-package] Compiling unicode-width v0.1.14
27502026-07-10T19:38:37.417Z[ host-package] Compiling derive-where v1.6.0
27512026-07-10T19:38:37.417Z[ host-package] Compiling bytecount v0.6.9
27522026-07-10T19:38:37.438Z[ host-package] Compiling atomicwrites v0.4.4
27532026-07-10T19:38:37.441Z[ host-package] Compiling is-terminal v0.4.17
27542026-07-10T19:38:37.501Z[ host-package] Compiling prettyplease v0.2.37
27552026-07-10T19:38:37.504Z[ host-package] Compiling console v0.15.11
27562026-07-10T19:38:37.505Z[ host-package] Compiling newline-converter v0.3.0
27572026-07-10T19:38:37.505Z[ host-package] Compiling slog-dtrace v0.3.0
27582026-07-10T19:38:37.562Z[ host-package] Compiling cancel-safe-futures v0.1.5
27592026-07-10T19:38:37.604Z[ host-package] Compiling resolv-conf v0.7.6
27602026-07-10T19:38:37.638Z[ host-package] Compiling owo-colors v4.3.0
27612026-07-10T19:38:37.667Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27622026-07-10T19:38:37.689Z[ host-package] Compiling num-rational v0.4.2
27632026-07-10T19:38:37.712Z[ host-package] Compiling libsw-core v0.3.2
27642026-07-10T19:38:37.767Z[ host-package] Compiling num-complex v0.4.6
27652026-07-10T19:38:37.835Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27662026-07-10T19:38:37.884Z[ host-package] Compiling expectorate v1.2.0
27672026-07-10T19:38:37.956Z[ host-package] Compiling thread_local v1.1.9
27682026-07-10T19:38:37.990Z[ host-package] Compiling match_cfg v0.1.0
27692026-07-10T19:38:38.011Z[ host-package] Compiling compression-core v0.4.31
27702026-07-10T19:38:38.091Z[ host-package] Compiling hostname v0.3.1
27712026-07-10T19:38:38.193Z[ host-package] Compiling num v0.4.3
27722026-07-10T19:38:38.213Z[ host-package] Compiling compression-codecs v0.4.37
27732026-07-10T19:38:38.254Z[ host-package] Compiling libsw v3.5.0
27742026-07-10T19:38:38.278Z[ host-package] Compiling multer v3.1.0
27752026-07-10T19:38:38.298Z[ host-package] Compiling slog-async v2.8.0
27762026-07-10T19:38:38.298Z[ host-package] Compiling crossbeam-channel v0.5.15
27772026-07-10T19:38:38.384Z[ host-package] Compiling slog-json v2.6.1
27782026-07-10T19:38:38.448Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27792026-07-10T19:38:38.470Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27802026-07-10T19:38:38.473Z[ host-package] Compiling serde_spanned v1.1.1
27812026-07-10T19:38:38.614Z[ host-package] Compiling take_mut v0.2.2
27822026-07-10T19:38:38.662Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27832026-07-10T19:38:38.665Z[ host-package] Compiling float-ord v0.3.2
27842026-07-10T19:38:38.665Z[ host-package] Compiling linear-map v1.2.0
27852026-07-10T19:38:38.730Z[ host-package] Compiling term v1.2.1
27862026-07-10T19:38:38.733Z[ host-package] Compiling linked-hash-map v0.5.6
27872026-07-10T19:38:38.753Z[ host-package] Compiling slog-bunyan v2.5.0
27882026-07-10T19:38:38.796Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27892026-07-10T19:38:38.799Z[ host-package] Compiling async-compression v0.4.41
27902026-07-10T19:38:38.881Z[ host-package] Compiling typify-impl v0.6.2
27912026-07-10T19:38:38.934Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27922026-07-10T19:38:38.934Z[ host-package] Compiling lru-cache v0.1.2
27932026-07-10T19:38:38.975Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27942026-07-10T19:38:39.208Z[ host-package] Compiling slog-term v2.9.2
27952026-07-10T19:38:39.215Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27962026-07-10T19:38:39.215Z[ host-package] Compiling async-stream v0.3.6
27972026-07-10T19:38:39.244Z[ host-package] Compiling dropshot v0.17.1
27982026-07-10T19:38:39.282Z[ host-package] Compiling sha1 v0.11.0
27992026-07-10T19:38:39.290Z[ helios-setup] Jul 10 19:38:38.049 INFO E| Compiling toml v0.5.11
28002026-07-10T19:38:39.290Z[ helios-setup] Jul 10 19:38:38.049 INFO E| Compiling uuid v0.8.2
28012026-07-10T19:38:39.319Z[ host-package] Compiling progenitor-client v0.14.0
28022026-07-10T19:38:39.349Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28032026-07-10T19:38:39.399Z[ host-package] Compiling waitgroup v0.1.2
28042026-07-10T19:38:39.510Z[ host-package] Compiling rustls-pemfile v2.2.0
28052026-07-10T19:38:39.513Z[ host-package] Compiling backon v1.6.0
28062026-07-10T19:38:39.702Z[ host-package] Compiling serde_path_to_error v0.1.20
28072026-07-10T19:38:39.705Z[ host-package] Compiling hostname v0.4.2
28082026-07-10T19:38:39.760Z[ host-package] Compiling instant v0.1.13
28092026-07-10T19:38:39.789Z[ host-package] Compiling minimal-lexical v0.2.1
28102026-07-10T19:38:39.793Z[ host-package] Compiling debug-ignore v1.0.5
28112026-07-10T19:38:39.885Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28122026-07-10T19:38:39.920Z[ host-package] Compiling progenitor-extras v0.2.0
28132026-07-10T19:38:39.958Z[ host-package] Compiling backoff v0.4.0
28142026-07-10T19:38:40.025Z[ host-package] Compiling nom v7.1.3
28152026-07-10T19:38:40.041Z[ helios-setup] Jul 10 19:38:38.800 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28162026-07-10T19:38:40.138Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28172026-07-10T19:38:40.192Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28182026-07-10T19:38:40.192Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28192026-07-10T19:38:40.333Z[ host-package] Compiling parse-display v0.10.0
28202026-07-10T19:38:40.336Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28212026-07-10T19:38:40.336Z[ host-package] Compiling hickory-proto v0.24.4
28222026-07-10T19:38:40.568Z[ host-package] Compiling regress v0.10.5
28232026-07-10T19:38:40.637Z[ helios-setup] Jul 10 19:38:39.396 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28242026-07-10T19:38:41.084Z[ host-package] Compiling macaddr v1.0.1
28252026-07-10T19:38:41.151Z[ host-package] Compiling humantime v2.3.0
28262026-07-10T19:38:41.277Z[ host-package] Compiling unicode-xid v0.2.6
28272026-07-10T19:38:41.474Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28282026-07-10T19:38:41.506Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28292026-07-10T19:38:41.506Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28302026-07-10T19:38:41.652Z[ host-package] Compiling convert_case v0.10.0
28312026-07-10T19:38:41.826Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28322026-07-10T19:38:41.957Z[ host-package] Compiling toml v0.8.23
28332026-07-10T19:38:42.000Z[ host-package] Compiling derive_more-impl v2.1.1
28342026-07-10T19:38:42.270Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28352026-07-10T19:38:42.503Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28362026-07-10T19:38:42.571Z[ host-package] Compiling typify-macro v0.6.2
28372026-07-10T19:38:42.632Z[ host-package] Compiling papergrid v0.11.0
28382026-07-10T19:38:42.729Z[ host-package] Compiling tabled_derive v0.7.0
28392026-07-10T19:38:42.772Z[ host-package] Compiling termtree v0.5.1
28402026-07-10T19:38:42.861Z[ host-package] Compiling derive_more v2.1.1
28412026-07-10T19:38:42.996Z[ host-package] Compiling hickory-resolver v0.24.4
28422026-07-10T19:38:43.043Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28432026-07-10T19:38:43.093Z[ host-package] Compiling crossterm v0.29.0
28442026-07-10T19:38:43.825Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28452026-07-10T19:38:44.139Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28462026-07-10T19:38:44.181Z[ host-package] Compiling typify v0.6.2
28472026-07-10T19:38:44.388Z[ host-package] Compiling progenitor-impl v0.14.0
28482026-07-10T19:38:45.065Z[ host-package] Compiling qorb v0.4.1
28492026-07-10T19:38:45.161Z[ host-package] Compiling tabled v0.15.0
28502026-07-10T19:38:45.678Z[ helios-setup] Jul 10 19:38:44.437 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.09s
28512026-07-10T19:38:45.702Z[ helios-setup] Jul 10 19:38:44.462 INFO building project "image-builder" ok (13 seconds)
28522026-07-10T19:38:45.702Z[ helios-setup] Jul 10 19:38:44.462 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
28532026-07-10T19:38:45.712Z[ helios-setup] Jul 10 19:38:44.471 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
28542026-07-10T19:38:45.712Z[ helios-setup] Jul 10 19:38:44.471 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
28552026-07-10T19:38:45.712Z[ helios-setup] Jul 10 19:38:44.471 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
28562026-07-10T19:38:45.853Z[ helios-setup] Jul 10 19:38:44.613 INFO E| Updating crates.io index
28572026-07-10T19:38:45.945Z[ helios-setup] Jul 10 19:38:44.704 INFO E| Downloading crates ...
28582026-07-10T19:38:46.006Z[ helios-setup] Jul 10 19:38:44.766 INFO E| Downloaded ryu v1.0.20
28592026-07-10T19:38:46.024Z[ helios-setup] Jul 10 19:38:44.783 INFO E| Downloaded time-core v0.1.4
28602026-07-10T19:38:46.027Z[ helios-setup] Jul 10 19:38:44.784 INFO E| Downloaded errno v0.3.12
28612026-07-10T19:38:46.027Z[ helios-setup] Jul 10 19:38:44.785 INFO E| Downloaded serde v1.0.219
28622026-07-10T19:38:46.030Z[ helios-setup] Jul 10 19:38:44.787 INFO E| Downloaded itoa v1.0.15
28632026-07-10T19:38:46.063Z[ helios-setup] Jul 10 19:38:44.822 INFO E| Downloaded time-macros v0.2.22
28642026-07-10T19:38:46.066Z[ helios-setup] Jul 10 19:38:44.824 INFO E| Downloaded autocfg v1.4.0
28652026-07-10T19:38:46.066Z[ helios-setup] Jul 10 19:38:44.825 INFO E| Downloaded thiserror-impl v2.0.12
28662026-07-10T19:38:46.070Z[ helios-setup] Jul 10 19:38:44.826 INFO E| Downloaded thiserror v2.0.12
28672026-07-10T19:38:46.073Z[ helios-setup] Jul 10 19:38:44.829 INFO E| Downloaded unicode-ident v1.0.18
28682026-07-10T19:38:46.073Z[ helios-setup] Jul 10 19:38:44.831 INFO E| Downloaded bitflags v2.9.1
28692026-07-10T19:38:46.076Z[ helios-setup] Jul 10 19:38:44.834 INFO E| Downloaded iana-time-zone v0.1.63
28702026-07-10T19:38:46.076Z[ helios-setup] Jul 10 19:38:44.835 INFO E| Downloaded serde_with_macros v3.12.0
28712026-07-10T19:38:46.080Z[ helios-setup] Jul 10 19:38:44.837 INFO E| Downloaded tempfile v3.20.0
28722026-07-10T19:38:46.080Z[ helios-setup] Jul 10 19:38:44.839 INFO E| Downloaded quote v1.0.40
28732026-07-10T19:38:46.083Z[ helios-setup] Jul 10 19:38:44.840 INFO E| Downloaded deranged v0.4.0
28742026-07-10T19:38:46.113Z[ helios-setup] Jul 10 19:38:44.871 INFO E| Downloaded serde_derive v1.0.219
28752026-07-10T19:38:46.116Z[ helios-setup] Jul 10 19:38:44.873 INFO E| Downloaded getrandom v0.3.3
28762026-07-10T19:38:46.119Z[ helios-setup] Jul 10 19:38:44.876 INFO E| Downloaded anyhow v1.0.98
28772026-07-10T19:38:46.119Z[ helios-setup] Jul 10 19:38:44.878 INFO E| Downloaded proc-macro2 v1.0.95
28782026-07-10T19:38:46.147Z[ helios-setup] Jul 10 19:38:44.906 INFO E| Downloaded memchr v2.7.4
28792026-07-10T19:38:46.181Z[ helios-setup] Jul 10 19:38:44.940 INFO E| Downloaded indexmap v2.9.0
28802026-07-10T19:38:46.209Z[ helios-setup] Jul 10 19:38:44.968 INFO E| Downloaded serde_json v1.0.140
28812026-07-10T19:38:46.214Z[ helios-setup] Jul 10 19:38:44.973 INFO E| Downloaded serde_with v3.12.0
28822026-07-10T19:38:46.218Z[ helios-setup] Jul 10 19:38:44.978 INFO E| Downloaded hashbrown v0.15.3
28832026-07-10T19:38:46.221Z[ helios-setup] Jul 10 19:38:44.981 INFO E| Downloaded time v0.3.41
28842026-07-10T19:38:46.243Z[ helios-setup] Jul 10 19:38:45.003 INFO E| Downloaded chrono v0.4.41
28852026-07-10T19:38:46.284Z[ helios-setup] Jul 10 19:38:45.043 INFO E| Downloaded syn v2.0.101
28862026-07-10T19:38:46.298Z[ host-package] Compiling phf_shared v0.12.1
28872026-07-10T19:38:46.313Z[ helios-setup] Jul 10 19:38:45.072 INFO E| Downloaded rustix v1.0.7
28882026-07-10T19:38:46.328Z[ helios-setup] Jul 10 19:38:45.087 INFO E| Downloaded libc v0.2.172
28892026-07-10T19:38:46.384Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling proc-macro2 v1.0.95
28902026-07-10T19:38:46.384Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling unicode-ident v1.0.18
28912026-07-10T19:38:46.384Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling libc v0.2.172
28922026-07-10T19:38:46.388Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling strsim v0.11.1
28932026-07-10T19:38:46.388Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling fnv v1.0.7
28942026-07-10T19:38:46.388Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling ident_case v1.0.1
28952026-07-10T19:38:46.388Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling serde v1.0.219
28962026-07-10T19:38:46.388Z[ helios-setup] Jul 10 19:38:45.144 INFO E| Compiling rustix v1.0.7
28972026-07-10T19:38:46.428Z[ helios-setup] Jul 10 19:38:45.188 INFO E| Compiling getrandom v0.3.3
28982026-07-10T19:38:46.429Z[ helios-setup] Jul 10 19:38:45.188 INFO E| Compiling bitflags v2.9.1
28992026-07-10T19:38:46.432Z[ helios-setup] Jul 10 19:38:45.188 INFO E| Compiling serde_json v1.0.140
29002026-07-10T19:38:46.432Z[ helios-setup] Jul 10 19:38:45.188 INFO E| Compiling anyhow v1.0.98
29012026-07-10T19:38:46.432Z[ helios-setup] Jul 10 19:38:45.188 INFO E| Compiling thiserror v2.0.12
29022026-07-10T19:38:46.432Z[ helios-setup] Jul 10 19:38:45.189 INFO E| Compiling cfg-if v1.0.0
29032026-07-10T19:38:46.507Z[ helios-setup] Jul 10 19:38:45.267 INFO E| Compiling ryu v1.0.20
29042026-07-10T19:38:46.511Z[ helios-setup] Jul 10 19:38:45.267 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
29052026-07-10T19:38:46.566Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29062026-07-10T19:38:46.667Z[ host-package] Compiling progenitor-macro v0.14.0
29072026-07-10T19:38:47.266Z[ host-package] Compiling csv-core v0.1.13
29082026-07-10T19:38:47.327Z[ helios-setup] Jul 10 19:38:46.087 INFO E| Compiling once_cell v1.21.3
29092026-07-10T19:38:47.327Z[ helios-setup] Jul 10 19:38:46.087 INFO E| Compiling memchr v2.7.4
29102026-07-10T19:38:47.327Z[ helios-setup] Jul 10 19:38:46.087 INFO E| Compiling itoa v1.0.15
29112026-07-10T19:38:47.406Z[ helios-setup] Jul 10 19:38:46.165 INFO E| Compiling fastrand v2.3.0
29122026-07-10T19:38:47.695Z[ host-package] Compiling vte v0.14.1
29132026-07-10T19:38:47.756Z[ helios-setup] Jul 10 19:38:46.516 INFO E| Compiling errno v0.3.12
29142026-07-10T19:38:48.059Z[ helios-setup] Jul 10 19:38:46.819 INFO E| Compiling quote v1.0.40
29152026-07-10T19:38:48.120Z[ host-package] Compiling chrono-tz v0.10.4
29162026-07-10T19:38:48.174Z[ host-package] Compiling highway v1.3.0
29172026-07-10T19:38:48.215Z[ host-package] Compiling strip-ansi-escapes v0.2.1
29182026-07-10T19:38:48.298Z[ helios-setup] Jul 10 19:38:47.057 INFO E| Compiling syn v2.0.101
29192026-07-10T19:38:48.887Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29202026-07-10T19:38:48.998Z[ host-package] Compiling csv v1.4.0
29212026-07-10T19:38:49.121Z[ host-package] Compiling phf v0.12.1
29222026-07-10T19:38:49.189Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29232026-07-10T19:38:49.330Z[ helios-setup] Jul 10 19:38:48.089 INFO E| Compiling tempfile v3.20.0
29242026-07-10T19:38:49.431Z[ host-package] Compiling const_format_proc_macros v0.2.34
29252026-07-10T19:38:49.518Z[ host-package] Compiling fd-lock v4.0.4
29262026-07-10T19:38:49.735Z[ host-package] Compiling peg-macros v0.8.5
29272026-07-10T19:38:49.824Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29282026-07-10T19:38:50.029Z[ host-package] Compiling nu-ansi-term v0.50.3
29292026-07-10T19:38:50.402Z[ host-package] Compiling reedline v0.40.0
29302026-07-10T19:38:50.466Z[ host-package] Compiling const_format v0.2.35
29312026-07-10T19:38:50.708Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29322026-07-10T19:38:50.972Z[ helios-setup] Jul 10 19:38:49.731 INFO E| Compiling darling_core v0.20.11
29332026-07-10T19:38:51.119Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
29342026-07-10T19:38:51.732Z[ host-package] Compiling progenitor v0.14.0
29352026-07-10T19:38:51.777Z[ helios-setup] Jul 10 19:38:50.536 INFO E| Compiling serde_derive v1.0.219
29362026-07-10T19:38:51.778Z[ helios-setup] Jul 10 19:38:50.536 INFO E| Compiling thiserror-impl v2.0.12
29372026-07-10T19:38:51.784Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
29382026-07-10T19:38:51.983Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29392026-07-10T19:38:52.080Z[ host-package] Compiling peg v0.8.5
29402026-07-10T19:38:52.289Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29412026-07-10T19:38:52.538Z[ host-package] Compiling bcs v0.1.6
29422026-07-10T19:38:52.715Z[ helios-setup] Jul 10 19:38:51.474 INFO E| Compiling darling_macro v0.20.11
29432026-07-10T19:38:53.136Z[ host-package] Compiling nom v8.0.0
29442026-07-10T19:38:53.242Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29452026-07-10T19:38:53.427Z[ helios-setup] Jul 10 19:38:52.186 INFO E| Compiling darling v0.20.11
29462026-07-10T19:38:53.511Z[ helios-setup] Jul 10 19:38:52.270 INFO E| Compiling serde_with_macros v3.12.0
29472026-07-10T19:38:54.388Z[ host-package] Compiling semver v0.1.20
29482026-07-10T19:38:54.825Z[ host-package] Compiling rustc_version v0.1.7
29492026-07-10T19:38:54.919Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29502026-07-10T19:38:55.089Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29512026-07-10T19:38:55.124Z[ host-package] Compiling newtype_derive v0.1.6
29522026-07-10T19:38:55.206Z[ host-package] Compiling smawk v0.3.2
29532026-07-10T19:38:55.431Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29542026-07-10T19:38:55.480Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29552026-07-10T19:38:55.508Z[ host-package] Compiling unicode-linebreak v0.1.5
29562026-07-10T19:38:55.770Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
29572026-07-10T19:38:55.892Z[ host-package] Compiling textwrap v0.16.2
29582026-07-10T19:38:55.949Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29592026-07-10T19:38:56.230Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29602026-07-10T19:38:56.452Z[ host-package] Compiling steno v0.4.1
29612026-07-10T19:38:56.563Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
29622026-07-10T19:38:56.600Z[ host-package] Compiling sha1 v0.10.6
29632026-07-10T19:38:56.906Z[ helios-setup] Jul 10 19:38:55.665 INFO E| Compiling serde_with v3.12.0
29642026-07-10T19:38:57.316Z[ host-package] Compiling tagptr v0.2.0
29652026-07-10T19:38:57.339Z[ host-package] Compiling utf-8 v0.7.6
29662026-07-10T19:38:57.590Z[ host-package] Compiling moka v0.12.13
29672026-07-10T19:38:57.633Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29682026-07-10T19:38:57.699Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29692026-07-10T19:38:57.885Z[ host-package] Compiling tungstenite v0.21.0
29702026-07-10T19:38:58.056Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29712026-07-10T19:38:58.208Z[ host-package] Compiling vergen-lib v0.1.6
29722026-07-10T19:38:58.340Z[ host-package] Compiling diesel_derives v2.3.7
29732026-07-10T19:38:58.766Z[ host-package] Compiling tokio-tungstenite v0.21.0
29742026-07-10T19:38:58.828Z[ host-package] Compiling hickory-resolver v0.25.2
29752026-07-10T19:38:58.867Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29762026-07-10T19:38:58.986Z[ host-package] Compiling dsl_auto_type v0.2.0
29772026-07-10T19:38:59.249Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29782026-07-10T19:38:59.568Z[ host-package] Compiling vergen-gitcl v1.0.8
29792026-07-10T19:38:59.611Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29802026-07-10T19:38:59.883Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29812026-07-10T19:39:00.117Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29822026-07-10T19:39:00.356Z[ host-package] Compiling dirs-sys-next v0.1.2
29832026-07-10T19:39:00.427Z[ host-package] Compiling glob v0.3.3
29842026-07-10T19:39:00.700Z[ host-package] Compiling maplit v1.0.2
29852026-07-10T19:39:00.918Z[ host-package] Compiling crunchy v0.2.4
29862026-07-10T19:39:00.946Z[ host-package] Compiling clang-sys v1.8.1
29872026-07-10T19:39:01.239Z[ host-package] Compiling dirs-next v2.0.0
29882026-07-10T19:39:01.373Z[ host-package] Compiling proc-macro-error2 v2.0.1
29892026-07-10T19:39:01.442Z[ helios-setup] Jul 10 19:39:00.201 INFO E| Finished `release` profile [optimized] target(s) in 15.71s
29902026-07-10T19:39:01.469Z[ helios-setup] Jul 10 19:39:00.227 INFO building project "dmar-report" ok (15 seconds)
29912026-07-10T19:39:01.471Z[ helios-setup] Jul 10 19:39:00.227 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
29922026-07-10T19:39:01.476Z[ host-package] Compiling r2d2 v0.8.10
29932026-07-10T19:39:01.479Z[ helios-setup] Jul 10 19:39:00.236 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
29942026-07-10T19:39:01.479Z[ helios-setup] Jul 10 19:39:00.236 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
29952026-07-10T19:39:01.479Z[ helios-setup] Jul 10 19:39:00.236 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
29962026-07-10T19:39:01.654Z[ helios-setup] Jul 10 19:39:00.413 INFO E| Downloading crates ...
29972026-07-10T19:39:01.699Z[ helios-setup] Jul 10 19:39:00.457 INFO E| Downloaded adler2 v2.0.0
29982026-07-10T19:39:01.707Z[ helios-setup] Jul 10 19:39:00.466 INFO E| Downloaded miniz_oxide v0.8.8
29992026-07-10T19:39:01.736Z[ host-package] Compiling num-derive v0.3.3
30002026-07-10T19:39:01.746Z[ helios-setup] Jul 10 19:39:00.505 INFO E| Compiling adler2 v2.0.0
30012026-07-10T19:39:01.795Z[ host-package] Compiling tiny-keccak v2.0.2
30022026-07-10T19:39:01.835Z[ helios-setup] Jul 10 19:39:00.594 INFO E| Compiling miniz_oxide v0.8.8
30032026-07-10T19:39:01.981Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30042026-07-10T19:39:02.091Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30052026-07-10T19:39:02.149Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
30062026-07-10T19:39:02.257Z[ host-package] Compiling downcast-rs v2.0.2
30072026-07-10T19:39:02.505Z[ host-package] Compiling tabled_derive v0.11.0
30082026-07-10T19:39:02.779Z[ host-package] Compiling libscf-sys v1.1.0
30092026-07-10T19:39:02.808Z[ helios-setup] Jul 10 19:39:01.567 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30102026-07-10T19:39:03.062Z[ host-package] Compiling term v0.7.0
30112026-07-10T19:39:03.258Z[ host-package] Compiling papergrid v0.17.0
30122026-07-10T19:39:03.275Z[ helios-setup] Jul 10 19:39:02.034 INFO E| Finished `release` profile [optimized] target(s) in 1.78s
30132026-07-10T19:39:03.284Z[ helios-setup] Jul 10 19:39:02.043 INFO building project "pinprick" ok (1 seconds)
30142026-07-10T19:39:03.284Z[ helios-setup] Jul 10 19:39:02.043 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
30152026-07-10T19:39:03.293Z[ helios-setup] Jul 10 19:39:02.052 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
30162026-07-10T19:39:03.293Z[ helios-setup] Jul 10 19:39:02.052 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30172026-07-10T19:39:03.297Z[ helios-setup] Jul 10 19:39:02.052 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30182026-07-10T19:39:03.400Z[ helios-setup] Jul 10 19:39:02.159 INFO E| Downloading crates ...
30192026-07-10T19:39:03.450Z[ helios-setup] Jul 10 19:39:02.209 INFO E| Downloaded generic-array v0.14.6
30202026-07-10T19:39:03.456Z[ helios-setup] Jul 10 19:39:02.215 INFO E| Downloaded typenum v1.15.0
30212026-07-10T19:39:03.462Z[ helios-setup] Jul 10 19:39:02.221 INFO E| Downloaded cpufeatures v0.2.5
30222026-07-10T19:39:03.465Z[ helios-setup] Jul 10 19:39:02.222 INFO E| Downloaded block-buffer v0.10.3
30232026-07-10T19:39:03.465Z[ helios-setup] Jul 10 19:39:02.223 INFO E| Downloaded bytes v1.2.1
30242026-07-10T19:39:03.469Z[ helios-setup] Jul 10 19:39:02.228 INFO E| Downloaded sha2 v0.10.5
30252026-07-10T19:39:03.472Z[ helios-setup] Jul 10 19:39:02.229 INFO E| Downloaded digest v0.10.3
30262026-07-10T19:39:03.475Z[ helios-setup] Jul 10 19:39:02.234 INFO E| Downloaded miniz_oxide v0.6.2
30272026-07-10T19:39:03.479Z[ helios-setup] Jul 10 19:39:02.236 INFO E| Downloaded flate2 v1.0.25
30282026-07-10T19:39:03.482Z[ helios-setup] Jul 10 19:39:02.239 INFO E| Downloaded anyhow v1.0.62
30292026-07-10T19:39:03.545Z[ helios-setup] Jul 10 19:39:02.303 INFO E| Compiling version_check v0.9.4
30302026-07-10T19:39:03.545Z[ helios-setup] Jul 10 19:39:02.303 INFO E| Compiling typenum v1.15.0
30312026-07-10T19:39:03.545Z[ helios-setup] Jul 10 19:39:02.303 INFO E| Compiling crc32fast v1.3.2
30322026-07-10T19:39:03.549Z[ helios-setup] Jul 10 19:39:02.303 INFO E| Compiling cfg-if v1.0.0
30332026-07-10T19:39:03.549Z[ helios-setup] Jul 10 19:39:02.303 INFO E| Compiling adler v1.0.2
30342026-07-10T19:39:03.549Z[ helios-setup] Jul 10 19:39:02.303 INFO E| Compiling anyhow v1.0.62
30352026-07-10T19:39:03.549Z[ helios-setup] Jul 10 19:39:02.303 INFO E| Compiling unicode-width v0.1.10
30362026-07-10T19:39:03.549Z[ helios-setup] Jul 10 19:39:02.304 INFO E| Compiling cpufeatures v0.2.5
30372026-07-10T19:39:03.572Z[ helios-setup] Jul 10 19:39:02.331 INFO E| Compiling bytes v1.2.1
30382026-07-10T19:39:03.577Z[ helios-setup] Jul 10 19:39:02.335 INFO E| Compiling bitflags v1.3.2
30392026-07-10T19:39:03.632Z[ host-package] Compiling testing_table v0.3.0
30402026-07-10T19:39:03.710Z[ host-package] Compiling bit-vec v0.6.3
30412026-07-10T19:39:03.977Z[ host-package] Compiling bit-set v0.5.3
30422026-07-10T19:39:04.134Z[ helios-setup] Jul 10 19:39:02.894 INFO E| Compiling generic-array v0.14.6
30432026-07-10T19:39:04.227Z[ host-package] Compiling ascii-canvas v3.0.0
30442026-07-10T19:39:04.235Z[ helios-setup] Jul 10 19:39:02.994 INFO E| Compiling miniz_oxide v0.6.2
30452026-07-10T19:39:04.300Z[ helios-setup] Jul 10 19:39:03.059 INFO E| Compiling getopts v0.2.21
30462026-07-10T19:39:04.707Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30472026-07-10T19:39:04.765Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30482026-07-10T19:39:04.836Z[ host-package] Compiling tabled v0.20.0
30492026-07-10T19:39:04.836Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30502026-07-10T19:39:04.988Z[ helios-setup] Jul 10 19:39:03.747 INFO E| Compiling flate2 v1.0.25
30512026-07-10T19:39:05.134Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30522026-07-10T19:39:05.425Z[ host-package] Compiling progenitor-impl v0.13.0
30532026-07-10T19:39:05.760Z[ helios-setup] Jul 10 19:39:04.519 INFO E| Compiling block-buffer v0.10.3
30542026-07-10T19:39:05.760Z[ helios-setup] Jul 10 19:39:04.519 INFO E| Compiling crypto-common v0.1.6
30552026-07-10T19:39:05.869Z[ helios-setup] Jul 10 19:39:04.628 INFO E| Compiling digest v0.10.3
30562026-07-10T19:39:05.872Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30572026-07-10T19:39:05.872Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30582026-07-10T19:39:05.952Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30592026-07-10T19:39:06.039Z[ helios-setup] Jul 10 19:39:04.798 INFO E| Compiling sha2 v0.10.5
30602026-07-10T19:39:06.046Z[ host-package] Compiling itertools v0.10.5
30612026-07-10T19:39:06.173Z[ host-package] Compiling ena v0.14.4
30622026-07-10T19:39:06.218Z[ host-package] Compiling libloading v0.8.9
30632026-07-10T19:39:06.277Z[ helios-setup] Jul 10 19:39:05.036 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
30642026-07-10T19:39:06.427Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30652026-07-10T19:39:06.559Z[ host-package] Compiling unicase v2.9.0
30662026-07-10T19:39:06.800Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30672026-07-10T19:39:06.864Z[ host-package] Compiling bindgen v0.71.1
30682026-07-10T19:39:07.014Z[ host-package] Compiling regex-syntax v0.6.29
30692026-07-10T19:39:07.214Z[ host-package] Compiling diesel v2.3.7
30702026-07-10T19:39:07.309Z[ host-package] Compiling diff v0.1.13
30712026-07-10T19:39:07.405Z[ host-package] Compiling xshell-macros v0.2.7
30722026-07-10T19:39:07.642Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
30732026-07-10T19:39:07.967Z[ helios-setup] Jul 10 19:39:06.726 INFO E| Finished `release` profile [optimized] target(s) in 4.66s
30742026-07-10T19:39:07.992Z[ helios-setup] Jul 10 19:39:06.750 INFO building project "bootserver" ok (4 seconds)
30752026-07-10T19:39:07.992Z[ helios-setup] Jul 10 19:39:06.750 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
30762026-07-10T19:39:08.036Z[ host-package] Compiling progenitor-macro v0.13.0
30772026-07-10T19:39:08.144Z[ host-package] Compiling xshell v0.2.7
30782026-07-10T19:39:08.505Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30792026-07-10T19:39:09.122Z[ host-package] Compiling lalrpop v0.19.12
30802026-07-10T19:39:09.527Z[ host-package] Compiling cexpr v0.6.0
30812026-07-10T19:39:09.661Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30822026-07-10T19:39:09.903Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30832026-07-10T19:39:10.265Z[ host-package] Compiling progenitor-client v0.13.0
30842026-07-10T19:39:10.594Z[ host-package] Compiling rustc-hash v2.1.1
30852026-07-10T19:39:10.986Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30862026-07-10T19:39:12.239Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30872026-07-10T19:39:12.268Z[ host-package] Compiling progenitor v0.13.0
30882026-07-10T19:39:12.301Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30892026-07-10T19:39:12.640Z[ host-package] Compiling headers-core v0.3.0
30902026-07-10T19:39:12.827Z[ host-package] Compiling libxml v0.3.3
30912026-07-10T19:39:12.854Z[ host-package] Compiling crc8 v0.1.1
30922026-07-10T19:39:12.880Z[ host-package] Compiling headers v0.4.1
30932026-07-10T19:39:12.990Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30942026-07-10T19:39:13.039Z[ host-package] Compiling strum_macros v0.24.3
30952026-07-10T19:39:13.231Z[ host-package] Compiling indoc v1.0.9
30962026-07-10T19:39:13.540Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30972026-07-10T19:39:13.633Z[ host-package] Compiling derive_builder v0.20.2
30982026-07-10T19:39:13.665Z[ host-package] Compiling oso-derive v0.27.3
30992026-07-10T19:39:13.773Z[ host-package] Compiling quick-xml v0.37.5
31002026-07-10T19:39:13.834Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31012026-07-10T19:39:13.867Z[ host-package] Compiling openssl-probe v0.1.6
31022026-07-10T19:39:14.295Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31032026-07-10T19:39:14.435Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31042026-07-10T19:39:14.720Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31052026-07-10T19:39:14.799Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31062026-07-10T19:39:15.025Z[ host-package] Compiling bb8 v0.8.6
31072026-07-10T19:39:15.270Z[ host-package] Compiling trait-variant v0.1.2
31082026-07-10T19:39:15.343Z[ host-package] Compiling half v1.8.3
31092026-07-10T19:39:15.485Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
31102026-07-10T19:39:15.519Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31112026-07-10T19:39:15.753Z[ host-package] Compiling samael v0.0.19
31122026-07-10T19:39:15.832Z[ host-package] Compiling serde_cbor v0.11.2
31132026-07-10T19:39:15.913Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31142026-07-10T19:39:16.052Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31152026-07-10T19:39:16.730Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
31162026-07-10T19:39:16.791Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
31172026-07-10T19:39:16.879Z[ host-package] Compiling nonempty v0.12.0
31182026-07-10T19:39:16.936Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31192026-07-10T19:39:17.118Z[ host-package] Compiling fxhash v0.2.1
31202026-07-10T19:39:17.165Z[ host-package] Compiling libz-sys v1.1.24
31212026-07-10T19:39:17.214Z[ host-package] Compiling polar-core v0.27.3
31222026-07-10T19:39:17.318Z[ host-package] Compiling salty v0.3.0
31232026-07-10T19:39:17.803Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31242026-07-10T19:39:18.070Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31252026-07-10T19:39:18.403Z[ host-package] Compiling kstat-rs v0.2.4
31262026-07-10T19:39:18.510Z[ host-package] Compiling arc-swap v1.8.2
31272026-07-10T19:39:19.006Z[ host-package] Compiling slog-scope v4.4.1
31282026-07-10T19:39:19.180Z[ host-package] Compiling mime_guess v2.0.5
31292026-07-10T19:39:19.521Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31302026-07-10T19:39:19.965Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31312026-07-10T19:39:20.471Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31322026-07-10T19:39:21.230Z[ host-package] Compiling rfc6979 v0.4.0
31332026-07-10T19:39:21.431Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31342026-07-10T19:39:21.520Z[ host-package] Compiling nanorand v0.7.0
31352026-07-10T19:39:21.601Z[ host-package] Compiling darling_core v0.23.0
31362026-07-10T19:39:21.973Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31372026-07-10T19:39:21.997Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
31382026-07-10T19:39:22.444Z[ host-package] Compiling parking_lot_core v0.8.6
31392026-07-10T19:39:23.493Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31402026-07-10T19:39:23.882Z[ host-package] Compiling darling_macro v0.23.0
31412026-07-10T19:39:23.927Z[ host-package] Compiling flume v0.11.1
31422026-07-10T19:39:24.422Z[ host-package] Compiling ecdsa v0.16.9
31432026-07-10T19:39:24.462Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31442026-07-10T19:39:24.597Z[ host-package] Compiling slog-stdlog v4.1.1
31452026-07-10T19:39:25.138Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31462026-07-10T19:39:25.159Z[ host-package] Compiling primeorder v0.13.6
31472026-07-10T19:39:25.211Z[ host-package] Compiling git-stub v1.0.0
31482026-07-10T19:39:25.256Z[ host-package] Compiling atty v0.2.14
31492026-07-10T19:39:25.407Z[ host-package] Compiling strsim v0.10.0
31502026-07-10T19:39:25.487Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
31512026-07-10T19:39:25.509Z[ host-package] Compiling http-range v0.1.5
31522026-07-10T19:39:25.757Z[ host-package] Compiling instability v0.3.11
31532026-07-10T19:39:25.833Z[ host-package] Compiling darling_core v0.13.4
31542026-07-10T19:39:25.854Z[ host-package] Compiling p384 v0.13.1
31552026-07-10T19:39:26.047Z[ host-package] Compiling git-stub-vcs v0.1.0
31562026-07-10T19:39:26.145Z[ host-package] Compiling slog-envlogger v2.2.0
31572026-07-10T19:39:26.490Z[ host-package] Compiling darling v0.23.0
31582026-07-10T19:39:26.626Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
31592026-07-10T19:39:27.412Z[ host-package] Compiling oso v0.27.3
31602026-07-10T19:39:27.498Z[ host-package] Compiling diesel-dtrace v0.5.0
31612026-07-10T19:39:27.623Z[ host-package] Compiling async-bb8-diesel v0.2.1
31622026-07-10T19:39:28.122Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31632026-07-10T19:39:28.214Z[ host-package] Compiling ignore v0.4.25
31642026-07-10T19:39:28.549Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31652026-07-10T19:39:30.049Z[ helios-setup] Jul 10 19:39:28.808 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')"
31662026-07-10T19:39:30.049Z[ helios-setup] Jul 10 19:39:28.808 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
31672026-07-10T19:39:30.083Z[ helios-setup] Jul 10 19:39:28.842 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')"
31682026-07-10T19:39:30.083Z[ helios-setup] Jul 10 19:39:28.842 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31692026-07-10T19:39:30.083Z[ helios-setup] Jul 10 19:39:28.842 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31702026-07-10T19:39:30.305Z[ helios-setup] Jul 10 19:39:29.062 INFO E| Updating crates.io index
31712026-07-10T19:39:30.305Z[ helios-setup] Jul 10 19:39:29.063 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31722026-07-10T19:39:30.466Z[ host-package] Compiling castaway v0.2.4
31732026-07-10T19:39:30.626Z[ host-package] Compiling vergen-git2 v9.1.0
31742026-07-10T19:39:30.709Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31752026-07-10T19:39:30.719Z[ helios-setup] Jul 10 19:39:29.478 INFO E| From https://github.com/oxidecomputer/amd-apcb
31762026-07-10T19:39:30.720Z[ helios-setup] Jul 10 19:39:29.479 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
31772026-07-10T19:39:30.734Z[ helios-setup] Jul 10 19:39:29.493 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
31782026-07-10T19:39:30.739Z[ host-package] Compiling indoc v2.0.7
31792026-07-10T19:39:30.913Z[ host-package] Compiling compact_str v0.8.1
31802026-07-10T19:39:31.045Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
31812026-07-10T19:39:31.069Z[ helios-setup] Jul 10 19:39:29.827 INFO E| From https://github.com/oxidecomputer/amd-efs
31822026-07-10T19:39:31.069Z[ helios-setup] Jul 10 19:39:29.827 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
31832026-07-10T19:39:31.191Z[ helios-setup] Jul 10 19:39:29.949 INFO E| Downloading crates ...
31842026-07-10T19:39:31.278Z[ helios-setup] Jul 10 19:39:30.037 INFO E| Downloaded strsim v0.8.0
31852026-07-10T19:39:31.286Z[ helios-setup] Jul 10 19:39:30.045 INFO E| Downloaded ansi_term v0.12.1
31862026-07-10T19:39:31.341Z[ helios-setup] Jul 10 19:39:30.053 INFO E| Downloaded modular-bitfield v0.11.2
31872026-07-10T19:39:31.349Z[ helios-setup] Jul 10 19:39:30.059 INFO E| Downloaded vec_map v0.8.2
31882026-07-10T19:39:31.349Z[ helios-setup] Jul 10 19:39:30.060 INFO E| Downloaded modular-bitfield v0.13.1
31892026-07-10T19:39:31.349Z[ helios-setup] Jul 10 19:39:30.066 INFO E| Downloaded unic-common v0.9.0
31902026-07-10T19:39:31.349Z[ helios-setup] Jul 10 19:39:30.066 INFO E| Downloaded pest_generator v2.8.0
31912026-07-10T19:39:31.350Z[ helios-setup] Jul 10 19:39:30.067 INFO E| Downloaded parse_int v0.9.0
31922026-07-10T19:39:31.350Z[ helios-setup] Jul 10 19:39:30.070 INFO E| Downloaded unic-ucd-version v0.9.0
31932026-07-10T19:39:31.350Z[ helios-setup] Jul 10 19:39:30.070 INFO E| Downloaded modular-bitfield-impl v0.11.2
31942026-07-10T19:39:31.350Z[ helios-setup] Jul 10 19:39:30.071 INFO E| Downloaded unic-char-property v0.9.0
31952026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.072 INFO E| Downloaded structopt-derive v0.4.18
31962026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.073 INFO E| Downloaded rustversion v1.0.20
31972026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.075 INFO E| Downloaded modular-bitfield-impl v0.13.1
31982026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.075 INFO E| Downloaded fletcher v1.0.0
31992026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.076 INFO E| Downloaded dyn-clone v1.0.19
32002026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.077 INFO E| Downloaded heck v0.3.3
32012026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.078 INFO E| Downloaded four-cc v0.4.0
32022026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.078 INFO E| Downloaded strum v0.27.1
32032026-07-10T19:39:31.351Z[ helios-setup] Jul 10 19:39:30.079 INFO E| Downloaded bytesize v2.0.1
32042026-07-10T19:39:31.352Z[ helios-setup] Jul 10 19:39:30.100 INFO E| Downloaded unic-ucd-ident v0.9.0
32052026-07-10T19:39:31.352Z[ helios-setup] Jul 10 19:39:30.101 INFO E| Downloaded pest_derive v2.8.0
32062026-07-10T19:39:31.352Z[ helios-setup] Jul 10 19:39:30.103 INFO E| Downloaded log v0.4.27
32072026-07-10T19:39:31.352Z[ helios-setup] Jul 10 19:39:30.104 INFO E| Downloaded unic-char-range v0.9.0
32082026-07-10T19:39:31.352Z[ helios-setup] Jul 10 19:39:30.105 INFO E| Downloaded textwrap v0.11.0
32092026-07-10T19:39:31.356Z[ helios-setup] Jul 10 19:39:30.106 INFO E| Downloaded strum_macros v0.27.1
32102026-07-10T19:39:31.357Z[ helios-setup] Jul 10 19:39:30.109 INFO E| Downloaded typenum v1.18.0
32112026-07-10T19:39:31.357Z[ helios-setup] Jul 10 19:39:30.112 INFO E| Downloaded pest_meta v2.8.0
32122026-07-10T19:39:31.357Z[ helios-setup] Jul 10 19:39:30.113 INFO E| Downloaded structopt v0.3.26
32132026-07-10T19:39:31.365Z[ helios-setup] Jul 10 19:39:30.124 INFO E| Downloaded zerocopy-derive v0.8.25
32142026-07-10T19:39:31.376Z[ helios-setup] Jul 10 19:39:30.135 INFO E| Downloaded pest v2.8.0
32152026-07-10T19:39:31.386Z[ helios-setup] Jul 10 19:39:30.145 INFO E| Downloaded goblin v0.9.3
32162026-07-10T19:39:31.390Z[ helios-setup] Jul 10 19:39:30.149 INFO E| Downloaded clap v2.34.0
32172026-07-10T19:39:31.394Z[ helios-setup] Jul 10 19:39:30.153 INFO E| Downloaded zerocopy v0.8.25
32182026-07-10T19:39:31.460Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling proc-macro2 v1.0.95
32192026-07-10T19:39:31.460Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling unicode-ident v1.0.18
32202026-07-10T19:39:31.460Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling memchr v2.7.4
32212026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling autocfg v1.4.0
32222026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling thiserror v2.0.12
32232026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling syn v1.0.109
32242026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling serde v1.0.219
32252026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling version_check v0.9.5
32262026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling serde_json v1.0.140
32272026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling schemars v0.8.22
32282026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling ryu v1.0.20
32292026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling itoa v1.0.15
32302026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling paste v1.0.15
32312026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling rustversion v1.0.20
32322026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling ucd-trie v0.1.7
32332026-07-10T19:39:31.464Z[ helios-setup] Jul 10 19:39:30.219 INFO E| Compiling libc v0.2.172
32342026-07-10T19:39:31.636Z[ helios-setup] Jul 10 19:39:30.394 INFO E| Compiling zerocopy v0.8.25
32352026-07-10T19:39:31.818Z[ host-package] Compiling globwalk v0.9.1
32362026-07-10T19:39:32.210Z[ host-package] Compiling parking_lot v0.11.2
32372026-07-10T19:39:32.340Z[ helios-setup] Jul 10 19:39:31.099 INFO E| Compiling num-traits v0.2.19
32382026-07-10T19:39:32.340Z[ helios-setup] Jul 10 19:39:31.099 INFO E| Compiling memoffset v0.9.1
32392026-07-10T19:39:32.359Z[ helios-setup] Jul 10 19:39:31.118 INFO E| Compiling static_assertions v1.1.0
32402026-07-10T19:39:32.414Z[ host-package] Compiling darling_macro v0.13.4
32412026-07-10T19:39:32.442Z[ helios-setup] Jul 10 19:39:31.199 INFO E| Compiling dyn-clone v1.0.19
32422026-07-10T19:39:32.504Z[ helios-setup] Jul 10 19:39:31.262 INFO E| Compiling once_cell v1.21.3
32432026-07-10T19:39:32.593Z[ helios-setup] Jul 10 19:39:31.351 INFO E| Compiling heck v0.5.0
32442026-07-10T19:39:32.765Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32452026-07-10T19:39:32.809Z[ helios-setup] Jul 10 19:39:31.568 INFO E| Compiling unicode-segmentation v1.12.0
32462026-07-10T19:39:32.925Z[ helios-setup] Jul 10 19:39:31.684 INFO E| Compiling proc-macro-error-attr v1.0.4
32472026-07-10T19:39:33.048Z[ helios-setup] Jul 10 19:39:31.806 INFO E| Compiling proc-macro-error v1.0.4
32482026-07-10T19:39:33.096Z[ helios-setup] Jul 10 19:39:31.855 INFO E| Compiling unicode-width v0.1.14
32492026-07-10T19:39:33.231Z[ helios-setup] Jul 10 19:39:31.990 INFO E| Compiling heck v0.3.3
32502026-07-10T19:39:33.236Z[ helios-setup] Jul 10 19:39:31.995 INFO E| Compiling unic-common v0.9.0
32512026-07-10T19:39:33.241Z[ host-package] Compiling hyper-staticfile v0.10.1
32522026-07-10T19:39:33.245Z[ helios-setup] Jul 10 19:39:32.001 INFO E| Compiling vec_map v0.8.2
32532026-07-10T19:39:33.265Z[ helios-setup] Jul 10 19:39:32.023 INFO E| Compiling strum v0.27.1
32542026-07-10T19:39:33.321Z[ helios-setup] Jul 10 19:39:32.080 INFO E| Compiling byteorder v1.5.0
32552026-07-10T19:39:33.333Z[ helios-setup] Jul 10 19:39:32.092 INFO E| Compiling ansi_term v0.12.1
32562026-07-10T19:39:33.360Z[ helios-setup] Jul 10 19:39:32.119 INFO E| Compiling strsim v0.8.0
32572026-07-10T19:39:33.425Z[ helios-setup] Jul 10 19:39:32.184 INFO E| Compiling fletcher v1.0.0
32582026-07-10T19:39:33.439Z[ helios-setup] Jul 10 19:39:32.198 INFO E| Compiling bitflags v1.3.2
32592026-07-10T19:39:33.450Z[ helios-setup] Jul 10 19:39:32.209 INFO E| Compiling unic-char-range v0.9.0
32602026-07-10T19:39:33.506Z[ helios-setup] Jul 10 19:39:32.266 INFO E| Compiling unic-ucd-version v0.9.0
32612026-07-10T19:39:33.512Z[ helios-setup] Jul 10 19:39:32.271 INFO E| Compiling lazy_static v1.5.0
32622026-07-10T19:39:33.519Z[ helios-setup] Jul 10 19:39:32.278 INFO E| Compiling plain v0.2.3
32632026-07-10T19:39:33.599Z[ helios-setup] Jul 10 19:39:32.357 INFO E| Compiling textwrap v0.11.0
32642026-07-10T19:39:33.620Z[ helios-setup] Jul 10 19:39:32.379 INFO E| Compiling unic-char-property v0.9.0
32652026-07-10T19:39:33.629Z[ helios-setup] Jul 10 19:39:32.388 INFO E| Compiling log v0.4.27
32662026-07-10T19:39:33.653Z[ helios-setup] Jul 10 19:39:32.412 INFO E| Compiling bytesize v2.0.1
32672026-07-10T19:39:33.716Z[ helios-setup] Jul 10 19:39:32.475 INFO E| Compiling unic-ucd-ident v0.9.0
32682026-07-10T19:39:33.782Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32692026-07-10T19:39:33.962Z[ helios-setup] Jul 10 19:39:32.721 INFO E| Compiling atty v0.2.14
32702026-07-10T19:39:34.094Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
32712026-07-10T19:39:34.103Z[ helios-setup] Jul 10 19:39:32.861 INFO E| Compiling clap v2.34.0
32722026-07-10T19:39:34.169Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
32732026-07-10T19:39:34.201Z[ helios-setup] Jul 10 19:39:32.959 INFO E| Compiling quote v1.0.40
32742026-07-10T19:39:34.348Z[ helios-setup] Jul 10 19:39:33.107 INFO E| Compiling parse_int v0.9.0
32752026-07-10T19:39:34.365Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32762026-07-10T19:39:34.429Z[ helios-setup] Jul 10 19:39:33.188 INFO E| Compiling syn v2.0.101
32772026-07-10T19:39:34.835Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
32782026-07-10T19:39:35.188Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
32792026-07-10T19:39:35.341Z[ host-package] Compiling predicates-tree v1.0.13
32802026-07-10T19:39:35.403Z[ host-package] Compiling unicode-truncate v1.1.0
32812026-07-10T19:39:35.483Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32822026-07-10T19:39:35.663Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32832026-07-10T19:39:35.886Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32842026-07-10T19:39:36.552Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32852026-07-10T19:39:36.799Z[ host-package] Compiling lru v0.12.5
32862026-07-10T19:39:37.054Z[ host-package] Compiling rand_seeder v0.4.0
32872026-07-10T19:39:37.136Z[ host-package] Compiling prefix-trie v0.7.0
32882026-07-10T19:39:37.232Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32892026-07-10T19:39:37.334Z[ helios-setup] Jul 10 19:39:36.093 INFO E| Compiling serde_derive_internals v0.29.1
32902026-07-10T19:39:37.339Z[ helios-setup] Jul 10 19:39:36.098 INFO E| Compiling modular-bitfield-impl v0.11.2
32912026-07-10T19:39:37.348Z[ helios-setup] Jul 10 19:39:36.107 INFO E| Compiling structopt-derive v0.4.18
32922026-07-10T19:39:37.379Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32932026-07-10T19:39:37.639Z[ host-package] Compiling cassowary v0.3.0
32942026-07-10T19:39:37.791Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
32952026-07-10T19:39:37.819Z[ host-package] Compiling corncobs v0.1.4
32962026-07-10T19:39:37.986Z[ host-package] Compiling ratatui v0.29.0
32972026-07-10T19:39:38.250Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32982026-07-10T19:39:38.325Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
32992026-07-10T19:39:38.517Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling thiserror-impl v2.0.12
33002026-07-10T19:39:38.517Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling serde_derive v1.0.219
33012026-07-10T19:39:38.520Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling schemars_derive v0.8.22
33022026-07-10T19:39:38.520Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling zerocopy-derive v0.8.25
33032026-07-10T19:39:38.520Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling num-derive v0.4.2
33042026-07-10T19:39:38.520Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling modular-bitfield-impl v0.13.1
33052026-07-10T19:39:38.520Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling scroll_derive v0.12.1
33062026-07-10T19:39:38.520Z[ helios-setup] Jul 10 19:39:37.276 INFO E| Compiling strum_macros v0.27.1
33072026-07-10T19:39:38.595Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-07-10T19:39:38.979Z[ helios-setup] Jul 10 19:39:37.738 INFO E| Compiling modular-bitfield v0.11.2
33092026-07-10T19:39:39.062Z[ helios-setup] Jul 10 19:39:37.821 INFO E| Compiling structopt v0.3.26
33102026-07-10T19:39:39.487Z[ host-package] Compiling hickory-server v0.25.2
33112026-07-10T19:39:39.759Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33122026-07-10T19:39:39.800Z[ helios-setup] Jul 10 19:39:38.556 INFO E| Compiling scroll v0.12.0
33132026-07-10T19:39:39.920Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33142026-07-10T19:39:40.044Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-07-10T19:39:40.074Z[ helios-setup] Jul 10 19:39:38.831 INFO E| Compiling goblin v0.9.3
33162026-07-10T19:39:40.146Z[ helios-setup] Jul 10 19:39:38.905 INFO E| Compiling modular-bitfield v0.13.1
33172026-07-10T19:39:41.032Z[ helios-setup] Jul 10 19:39:39.791 INFO E| Compiling pest v2.8.0
33182026-07-10T19:39:41.238Z[ host-package] Compiling darling v0.13.4
33192026-07-10T19:39:41.432Z[ host-package] Compiling sled v0.34.7
33202026-07-10T19:39:42.310Z[ helios-setup] Jul 10 19:39:41.068 INFO E| Compiling pest_meta v2.8.0
33212026-07-10T19:39:42.992Z[ helios-setup] Jul 10 19:39:41.750 INFO E| Compiling pest_generator v2.8.0
33222026-07-10T19:39:43.971Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33232026-07-10T19:39:44.032Z[ helios-setup] Jul 10 19:39:42.791 INFO E| Compiling pest_derive v2.8.0
33242026-07-10T19:39:44.083Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33252026-07-10T19:39:44.740Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33262026-07-10T19:39:44.855Z[ helios-setup] Jul 10 19:39:43.613 INFO E| Compiling json5 v0.4.1
33272026-07-10T19:39:44.874Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33282026-07-10T19:39:45.212Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33292026-07-10T19:39:45.508Z[ host-package] Compiling secrecy v0.8.0
33302026-07-10T19:39:45.594Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33312026-07-10T19:39:45.893Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33322026-07-10T19:39:46.158Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33332026-07-10T19:39:46.209Z[ host-package] Compiling serde_with_macros v1.5.2
33342026-07-10T19:39:46.302Z[ helios-setup] Jul 10 19:39:45.060 INFO E| Compiling four-cc v0.4.0
33352026-07-10T19:39:46.302Z[ helios-setup] Jul 10 19:39:45.060 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
33362026-07-10T19:39:46.461Z[ helios-setup] Jul 10 19:39:45.220 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
33372026-07-10T19:39:46.990Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
33382026-07-10T19:39:47.254Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33392026-07-10T19:39:48.316Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
33402026-07-10T19:39:48.627Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33412026-07-10T19:39:49.092Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
33422026-07-10T19:39:49.332Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
33432026-07-10T19:39:49.572Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
33442026-07-10T19:39:49.681Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
33452026-07-10T19:39:49.828Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
33462026-07-10T19:39:49.935Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
33472026-07-10T19:39:50.087Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
33482026-07-10T19:39:50.197Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33492026-07-10T19:39:50.329Z[ host-package] Compiling base64 v0.21.7
33502026-07-10T19:39:50.438Z[ host-package] Compiling void v1.0.2
33512026-07-10T19:39:50.622Z[ host-package] Compiling ron v0.8.1
33522026-07-10T19:39:50.738Z[ host-package] Compiling lzss v0.8.2
33532026-07-10T19:39:50.791Z[ host-package] Compiling git2 v0.20.4
33542026-07-10T19:39:51.280Z[ host-package] Compiling illumos-nvpair v0.3.0
33552026-07-10T19:39:51.284Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
33562026-07-10T19:39:51.601Z[ host-package] Compiling serde_with v1.14.0
33572026-07-10T19:39:52.334Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
33582026-07-10T19:39:52.369Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
33592026-07-10T19:39:52.865Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
33602026-07-10T19:39:54.549Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33612026-07-10T19:39:54.832Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33622026-07-10T19:39:56.140Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
33632026-07-10T19:39:56.416Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33642026-07-10T19:39:57.168Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33652026-07-10T19:39:57.439Z[ host-package] Compiling tungstenite v0.23.0
33662026-07-10T19:39:57.643Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33672026-07-10T19:39:57.909Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
33682026-07-10T19:39:58.229Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33692026-07-10T19:39:58.479Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
33702026-07-10T19:39:58.799Z[ host-package] Compiling nix v0.27.1
33712026-07-10T19:39:59.357Z[ host-package] Compiling twox-hash v2.1.2
33722026-07-10T19:39:59.801Z[ host-package] Compiling serde_bytes v0.11.19
33732026-07-10T19:39:59.928Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
33742026-07-10T19:39:59.960Z[ host-package] Compiling tokio-tungstenite v0.23.1
33752026-07-10T19:40:00.045Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33762026-07-10T19:40:00.112Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33772026-07-10T19:40:00.140Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33782026-07-10T19:40:00.350Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
33792026-07-10T19:40:00.521Z[ helios-setup] Jul 10 19:39:59.279 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
33802026-07-10T19:40:02.682Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
33812026-07-10T19:40:03.716Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33822026-07-10T19:40:03.857Z[ helios-setup] Jul 10 19:40:02.615 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33832026-07-10T19:40:03.959Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
33842026-07-10T19:40:04.341Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33852026-07-10T19:40:04.543Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
33862026-07-10T19:40:04.673Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
33872026-07-10T19:40:04.817Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33882026-07-10T19:40:04.989Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
33892026-07-10T19:40:05.076Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
33902026-07-10T19:40:05.292Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33912026-07-10T19:40:05.582Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33922026-07-10T19:40:06.249Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33932026-07-10T19:40:06.624Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33942026-07-10T19:40:06.991Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
33952026-07-10T19:40:09.255Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33962026-07-10T19:40:09.933Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33972026-07-10T19:40:11.815Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
33982026-07-10T19:40:11.867Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33992026-07-10T19:40:12.070Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
34002026-07-10T19:40:12.552Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
34012026-07-10T19:40:12.631Z[ host-package] Compiling signal-hook-tokio v0.3.1
34022026-07-10T19:40:12.763Z[ host-package] Compiling fatfs v0.3.6
34032026-07-10T19:40:12.816Z[ host-package] Compiling yasna v0.5.2
34042026-07-10T19:40:12.840Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
34052026-07-10T19:40:13.126Z[ host-package] Compiling is_ci v1.2.0
34062026-07-10T19:40:13.354Z[ host-package] Compiling assert_matches v1.5.0
34072026-07-10T19:40:13.462Z[ host-package] Compiling seq-macro v0.3.6
34082026-07-10T19:40:13.986Z[ host-package] Compiling rcgen v0.12.1
34092026-07-10T19:40:14.065Z[ host-package] Compiling supports-color v3.0.2
34102026-07-10T19:40:14.353Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34112026-07-10T19:40:14.411Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
34122026-07-10T19:40:15.420Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34132026-07-10T19:40:15.988Z[ helios-setup] Jul 10 19:40:14.746 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.84s
34142026-07-10T19:40:16.023Z[ helios-setup] Jul 10 19:40:14.782 INFO building project "amd-host-image-builder" ok (45 seconds)
34152026-07-10T19:40:16.023Z[ helios-setup] Jul 10 19:40:14.782 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
34162026-07-10T19:40:16.039Z[ helios-setup] Jul 10 19:40:14.798 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
34172026-07-10T19:40:16.039Z[ helios-setup] Jul 10 19:40:14.798 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
34182026-07-10T19:40:16.039Z[ helios-setup] Jul 10 19:40:14.798 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
34192026-07-10T19:40:16.157Z[ helios-setup] Jul 10 19:40:14.916 INFO E| Blocking waiting for file lock on package cache
34202026-07-10T19:40:16.422Z[ helios-setup] Jul 10 19:40:15.181 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
34212026-07-10T19:40:16.838Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
34222026-07-10T19:40:16.904Z[ helios-setup] Jul 10 19:40:15.662 INFO E| From https://github.com/jclulow/hiercmd
34232026-07-10T19:40:16.904Z[ helios-setup] Jul 10 19:40:15.662 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
34242026-07-10T19:40:16.917Z[ helios-setup] Jul 10 19:40:15.675 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
34252026-07-10T19:40:17.094Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
34262026-07-10T19:40:17.223Z[ helios-setup] Jul 10 19:40:15.981 INFO E| From https://github.com/oxidecomputer/network-interface
34272026-07-10T19:40:17.223Z[ helios-setup] Jul 10 19:40:15.982 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
34282026-07-10T19:40:17.236Z[ helios-setup] Jul 10 19:40:15.994 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
34292026-07-10T19:40:17.351Z[ host-package] Compiling subprocess v0.2.15
34302026-07-10T19:40:17.586Z[ helios-setup] Jul 10 19:40:16.344 INFO E| From https://github.com/oxidecomputer/boot-image-tools
34312026-07-10T19:40:17.586Z[ helios-setup] Jul 10 19:40:16.344 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
34322026-07-10T19:40:17.604Z[ helios-setup] Jul 10 19:40:16.363 INFO E| Updating crates.io index
34332026-07-10T19:40:17.762Z[ helios-setup] Jul 10 19:40:16.521 INFO E| Downloading crates ...
34342026-07-10T19:40:17.853Z[ helios-setup] Jul 10 19:40:16.612 INFO E| Downloaded bitfield v0.19.3
34352026-07-10T19:40:17.857Z[ helios-setup] Jul 10 19:40:16.614 INFO E| Downloaded base64ct v1.8.0
34362026-07-10T19:40:17.857Z[ helios-setup] Jul 10 19:40:16.616 INFO E| Downloaded clap v4.5.51
34372026-07-10T19:40:17.864Z[ helios-setup] Jul 10 19:40:16.623 INFO E| Downloaded simd-adler32 v0.3.7
34382026-07-10T19:40:17.867Z[ helios-setup] Jul 10 19:40:16.624 INFO E| Downloaded find-msvc-tools v0.1.4
34392026-07-10T19:40:17.867Z[ helios-setup] Jul 10 19:40:16.626 INFO E| Downloaded anstyle v1.0.13
34402026-07-10T19:40:17.871Z[ helios-setup] Jul 10 19:40:16.627 INFO E| Downloaded anstyle-query v1.1.4
34412026-07-10T19:40:17.871Z[ helios-setup] Jul 10 19:40:16.629 INFO E| Downloaded futures-core v0.3.31
34422026-07-10T19:40:17.899Z[ helios-setup] Jul 10 19:40:16.658 INFO E| Downloaded futures-io v0.3.31
34432026-07-10T19:40:17.903Z[ helios-setup] Jul 10 19:40:16.659 INFO E| Downloaded crc v3.3.0
34442026-07-10T19:40:17.903Z[ helios-setup] Jul 10 19:40:16.660 INFO E| Downloaded bitfield-macros v0.19.3
34452026-07-10T19:40:17.903Z[ helios-setup] Jul 10 19:40:16.661 INFO E| Downloaded futures-channel v0.3.31
34462026-07-10T19:40:17.906Z[ helios-setup] Jul 10 19:40:16.662 INFO E| Downloaded flate2 v1.1.5
34472026-07-10T19:40:17.910Z[ helios-setup] Jul 10 19:40:16.666 INFO E| Downloaded getopts v0.2.24
34482026-07-10T19:40:17.910Z[ helios-setup] Jul 10 19:40:16.667 INFO E| Downloaded futures-macro v0.3.31
34492026-07-10T19:40:17.910Z[ helios-setup] Jul 10 19:40:16.668 INFO E| Downloaded env_filter v0.1.4
34502026-07-10T19:40:17.913Z[ helios-setup] Jul 10 19:40:16.670 INFO E| Downloaded clap_lex v0.7.6
34512026-07-10T19:40:17.916Z[ helios-setup] Jul 10 19:40:16.674 INFO E| Downloaded pin-utils v0.1.0
34522026-07-10T19:40:17.945Z[ helios-setup] Jul 10 19:40:16.703 INFO E| Downloaded getrandom v0.2.16
34532026-07-10T19:40:17.948Z[ helios-setup] Jul 10 19:40:16.705 INFO E| Downloaded env_logger v0.11.8
34542026-07-10T19:40:17.948Z[ helios-setup] Jul 10 19:40:16.707 INFO E| Downloaded devinfo v0.1.0
34552026-07-10T19:40:17.953Z[ helios-setup] Jul 10 19:40:16.712 INFO E| Downloaded zeroize_derive v1.4.2
34562026-07-10T19:40:17.956Z[ helios-setup] Jul 10 19:40:16.713 INFO E| Downloaded futures-task v0.3.31
34572026-07-10T19:40:18.005Z[ helios-setup] Jul 10 19:40:16.764 INFO E| Downloaded time-core v0.1.6
34582026-07-10T19:40:18.009Z[ helios-setup] Jul 10 19:40:16.765 INFO E| Downloaded serde_spanned v1.0.3
34592026-07-10T19:40:18.009Z[ helios-setup] Jul 10 19:40:16.766 INFO E| Downloaded libdevinfo-sys v1.1.0
34602026-07-10T19:40:18.009Z[ helios-setup] Jul 10 19:40:16.766 INFO E| Downloaded futures-sink v0.3.31
34612026-07-10T19:40:18.037Z[ helios-setup] Jul 10 19:40:16.795 INFO E| Downloaded slab v0.4.11
34622026-07-10T19:40:18.040Z[ helios-setup] Jul 10 19:40:16.797 INFO E| Downloaded num_enum v0.7.5
34632026-07-10T19:40:18.044Z[ helios-setup] Jul 10 19:40:16.803 INFO E| Downloaded generic-array v0.14.9
34642026-07-10T19:40:18.048Z[ helios-setup] Jul 10 19:40:16.804 INFO E| Downloaded thiserror v2.0.17
34652026-07-10T19:40:18.051Z[ helios-setup] Jul 10 19:40:16.808 INFO E| Downloaded uuid v1.18.1
34662026-07-10T19:40:18.051Z[ helios-setup] Jul 10 19:40:16.810 INFO E| Downloaded thiserror-impl v2.0.17
34672026-07-10T19:40:18.055Z[ helios-setup] Jul 10 19:40:16.811 INFO E| Downloaded signal-hook-registry v1.4.6
34682026-07-10T19:40:18.055Z[ helios-setup] Jul 10 19:40:16.811 INFO E| Downloaded futures-executor v0.3.31
34692026-07-10T19:40:18.055Z[ helios-setup] Jul 10 19:40:16.812 INFO E| Downloaded tokio-macros v2.6.0
34702026-07-10T19:40:18.072Z[ helios-setup] Jul 10 19:40:16.830 INFO E| Downloaded toml_writer v1.0.4
34712026-07-10T19:40:18.075Z[ helios-setup] Jul 10 19:40:16.832 INFO E| Downloaded clap_derive v4.5.49
34722026-07-10T19:40:18.076Z[ helios-setup] Jul 10 19:40:16.833 INFO E| Downloaded toml_datetime v0.7.3
34732026-07-10T19:40:18.080Z[ helios-setup] Jul 10 19:40:16.834 INFO E| Downloaded quote v1.0.41
34742026-07-10T19:40:18.080Z[ helios-setup] Jul 10 19:40:16.836 INFO E| Downloaded pin-project-lite v0.2.16
34752026-07-10T19:40:18.083Z[ helios-setup] Jul 10 19:40:16.839 INFO E| Downloaded num_enum_derive v0.7.5
34762026-07-10T19:40:18.087Z[ helios-setup] Jul 10 19:40:16.846 INFO E| Downloaded anyhow v1.0.100
34772026-07-10T19:40:18.098Z[ helios-setup] Jul 10 19:40:16.857 INFO E| Downloaded deranged v0.5.5
34782026-07-10T19:40:18.102Z[ helios-setup] Jul 10 19:40:16.859 INFO E| Downloaded unicode-ident v1.0.22
34792026-07-10T19:40:18.102Z[ helios-setup] Jul 10 19:40:16.860 INFO E| Downloaded bitflags v2.10.0
34802026-07-10T19:40:18.138Z[ helios-setup] Jul 10 19:40:16.896 INFO E| Downloaded toml_parser v1.0.4
34812026-07-10T19:40:18.141Z[ helios-setup] Jul 10 19:40:16.899 INFO E| Downloaded futures v0.3.31
34822026-07-10T19:40:18.145Z[ helios-setup] Jul 10 19:40:16.902 INFO E| Downloaded toml v0.9.8
34832026-07-10T19:40:18.148Z[ helios-setup] Jul 10 19:40:16.904 INFO E| Downloaded time-macros v0.2.24
34842026-07-10T19:40:18.148Z[ helios-setup] Jul 10 19:40:16.906 INFO E| Downloaded socket2 v0.6.1
34852026-07-10T19:40:18.152Z[ helios-setup] Jul 10 19:40:16.907 INFO E| Downloaded proc-macro2 v1.0.103
34862026-07-10T19:40:18.152Z[ helios-setup] Jul 10 19:40:16.909 INFO E| Downloaded log v0.4.28
34872026-07-10T19:40:18.183Z[ helios-setup] Jul 10 19:40:16.941 INFO E| Downloaded toml_edit v0.23.7
34882026-07-10T19:40:18.186Z[ helios-setup] Jul 10 19:40:16.944 INFO E| Downloaded cc v1.2.44
34892026-07-10T19:40:18.190Z[ helios-setup] Jul 10 19:40:16.947 INFO E| Downloaded bytes v1.10.1
34902026-07-10T19:40:18.219Z[ helios-setup] Jul 10 19:40:16.977 INFO E| Downloaded typenum v1.19.0
34912026-07-10T19:40:18.222Z[ helios-setup] Jul 10 19:40:16.980 INFO E| Downloaded indexmap v2.12.0
34922026-07-10T19:40:18.226Z[ helios-setup] Jul 10 19:40:16.983 INFO E| Downloaded rsa v0.9.8
34932026-07-10T19:40:18.230Z[ helios-setup] Jul 10 19:40:16.986 INFO E| Downloaded iddqd v0.3.14
34942026-07-10T19:40:18.234Z[ helios-setup] Jul 10 19:40:16.993 INFO E| Downloaded rand v0.8.5
34952026-07-10T19:40:18.238Z[ helios-setup] Jul 10 19:40:16.995 INFO E| Downloaded memchr v2.7.6
34962026-07-10T19:40:18.241Z[ helios-setup] Jul 10 19:40:16.999 INFO E| Downloaded mio v1.1.0
34972026-07-10T19:40:18.274Z[ helios-setup] Jul 10 19:40:17.032 INFO E| Downloaded num-bigint-dig v0.8.4
34982026-07-10T19:40:18.278Z[ helios-setup] Jul 10 19:40:17.036 INFO E| Downloaded clap_builder v4.5.51
34992026-07-10T19:40:18.286Z[ helios-setup] Jul 10 19:40:17.044 INFO E| Downloaded hashbrown v0.16.0
35002026-07-10T19:40:18.289Z[ helios-setup] Jul 10 19:40:17.048 INFO E| Downloaded futures-util v0.3.31
35012026-07-10T19:40:18.299Z[ helios-setup] Jul 10 19:40:17.058 INFO E| Downloaded time v0.3.44
35022026-07-10T19:40:18.304Z[ helios-setup] Jul 10 19:40:17.063 INFO E| Downloaded libm v0.2.15
35032026-07-10T19:40:18.311Z[ helios-setup] Jul 10 19:40:17.070 INFO E| Downloaded serde_json v1.0.145
35042026-07-10T19:40:18.315Z[ helios-setup] Jul 10 19:40:17.074 INFO E| Downloaded chrono v0.4.42
35052026-07-10T19:40:18.341Z[ helios-setup] Jul 10 19:40:17.099 INFO E| Downloaded unicode-width v0.2.2
35062026-07-10T19:40:18.347Z[ helios-setup] Jul 10 19:40:17.106 INFO E| Downloaded syn v2.0.108
35072026-07-10T19:40:18.374Z[ helios-setup] Jul 10 19:40:17.133 INFO E| Downloaded rustix v1.1.2
35082026-07-10T19:40:18.427Z[ helios-setup] Jul 10 19:40:17.186 INFO E| Downloaded libc v0.2.177
35092026-07-10T19:40:18.446Z[ helios-setup] Jul 10 19:40:17.205 INFO E| Downloaded tokio v1.48.0
35102026-07-10T19:40:18.568Z[ helios-setup] Jul 10 19:40:17.326 INFO E| Compiling proc-macro2 v1.0.103
35112026-07-10T19:40:18.568Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling unicode-ident v1.0.22
35122026-07-10T19:40:18.568Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling quote v1.0.41
35132026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling libc v0.2.177
35142026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling serde_core v1.0.228
35152026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling cfg-if v1.0.4
35162026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling serde v1.0.228
35172026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling version_check v0.9.5
35182026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling autocfg v1.5.0
35192026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling typenum v1.19.0
35202026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling const-oid v0.9.6
35212026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling libm v0.2.15
35222026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling zerocopy v0.8.27
35232026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling rustversion v1.0.22
35242026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling smallvec v1.15.1
35252026-07-10T19:40:18.572Z[ helios-setup] Jul 10 19:40:17.327 INFO E| Compiling zeroize v1.8.2
35262026-07-10T19:40:18.668Z[ host-package] Compiling rtoolbox v0.0.3
35272026-07-10T19:40:18.892Z[ host-package] Compiling rpassword v7.4.0
35282026-07-10T19:40:18.949Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35292026-07-10T19:40:19.348Z[ helios-setup] Jul 10 19:40:18.106 INFO E| Compiling base64ct v1.8.0
35302026-07-10T19:40:19.351Z[ helios-setup] Jul 10 19:40:18.107 INFO E| Compiling hashbrown v0.16.0
35312026-07-10T19:40:19.472Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35322026-07-10T19:40:19.749Z[ helios-setup] Jul 10 19:40:18.508 INFO E| Compiling winnow v0.7.13
35332026-07-10T19:40:19.789Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
35342026-07-10T19:40:19.863Z[ helios-setup] Jul 10 19:40:18.622 INFO E| Compiling pem-rfc7468 v0.7.0
35352026-07-10T19:40:20.020Z[ helios-setup] Jul 10 19:40:18.778 INFO E| Compiling anyhow v1.0.100
35362026-07-10T19:40:20.090Z[ helios-setup] Jul 10 19:40:18.804 INFO E| Compiling memchr v2.7.6
35372026-07-10T19:40:20.344Z[ helios-setup] Jul 10 19:40:19.103 INFO E| Compiling generic-array v0.14.9
35382026-07-10T19:40:20.351Z[ helios-setup] Jul 10 19:40:19.109 INFO E| Compiling num-traits v0.2.19
35392026-07-10T19:40:20.387Z[ helios-setup] Jul 10 19:40:19.146 INFO E| Compiling crc32fast v1.5.0
35402026-07-10T19:40:20.494Z[ helios-setup] Jul 10 19:40:19.253 INFO E| Compiling rustix v1.1.2
35412026-07-10T19:40:20.876Z[ helios-setup] Jul 10 19:40:19.634 INFO E| Compiling getrandom v0.2.16
35422026-07-10T19:40:20.982Z[ helios-setup] Jul 10 19:40:19.740 INFO E| Compiling utf8parse v0.2.2
35432026-07-10T19:40:20.988Z[ helios-setup] Jul 10 19:40:19.747 INFO E| Compiling byteorder v1.5.0
35442026-07-10T19:40:21.075Z[ helios-setup] Jul 10 19:40:19.833 INFO E| Compiling equivalent v1.0.2
35452026-07-10T19:40:21.083Z[ helios-setup] Jul 10 19:40:19.841 INFO E| Compiling flagset v0.4.7
35462026-07-10T19:40:21.183Z[ helios-setup] Jul 10 19:40:19.942 INFO E| Compiling indexmap v2.12.0
35472026-07-10T19:40:21.297Z[ helios-setup] Jul 10 19:40:20.056 INFO E| Compiling rand_core v0.6.4
35482026-07-10T19:40:21.332Z[ helios-setup] Jul 10 19:40:20.090 INFO E| Compiling syn v2.0.108
35492026-07-10T19:40:21.449Z[ helios-setup] Jul 10 19:40:20.207 INFO E| Compiling anstyle-parse v0.2.7
35502026-07-10T19:40:21.453Z[ helios-setup] Jul 10 19:40:20.207 INFO E| Compiling errno v0.3.14
35512026-07-10T19:40:21.493Z[ helios-setup] Jul 10 19:40:20.251 INFO E| Compiling syn v1.0.109
35522026-07-10T19:40:21.500Z[ helios-setup] Jul 10 19:40:20.258 INFO E| Compiling allocator-api2 v0.2.21
35532026-07-10T19:40:21.768Z[ helios-setup] Jul 10 19:40:20.526 INFO E| Compiling shlex v1.3.0
35542026-07-10T19:40:21.807Z[ helios-setup] Jul 10 19:40:20.565 INFO E| Compiling is_terminal_polyfill v1.70.2
35552026-07-10T19:40:21.868Z[ helios-setup] Jul 10 19:40:20.626 INFO E| Compiling anstyle-query v1.1.4
35562026-07-10T19:40:21.873Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
35572026-07-10T19:40:21.887Z[ helios-setup] Jul 10 19:40:20.646 INFO E| Compiling colorchoice v1.0.4
35582026-07-10T19:40:21.894Z[ helios-setup] Jul 10 19:40:20.653 INFO E| Compiling anstyle v1.0.13
35592026-07-10T19:40:21.947Z[ helios-setup] Jul 10 19:40:20.705 INFO E| Compiling radium v0.7.0
35602026-07-10T19:40:22.038Z[ helios-setup] Jul 10 19:40:20.796 INFO E| Compiling find-msvc-tools v0.1.4
35612026-07-10T19:40:22.275Z[ helios-setup] Jul 10 19:40:21.033 INFO E| Compiling toml_datetime v0.7.3
35622026-07-10T19:40:22.329Z[ helios-setup] Jul 10 19:40:21.087 INFO E| Compiling cpufeatures v0.2.17
35632026-07-10T19:40:22.346Z[ helios-setup] Jul 10 19:40:21.104 INFO E| Compiling crypto-common v0.1.6
35642026-07-10T19:40:22.435Z[ helios-setup] Jul 10 19:40:21.194 INFO E| Compiling block-buffer v0.10.4
35652026-07-10T19:40:22.484Z[ helios-setup] Jul 10 19:40:21.240 INFO E| Compiling toml_parser v1.0.4
35662026-07-10T19:40:22.491Z[ helios-setup] Jul 10 19:40:21.250 INFO E| Compiling cc v1.2.44
35672026-07-10T19:40:22.508Z[ helios-setup] Jul 10 19:40:21.266 INFO E| Compiling anstream v0.6.21
35682026-07-10T19:40:22.527Z[ helios-setup] Jul 10 19:40:21.285 INFO E| Compiling slog v2.8.2
35692026-07-10T19:40:22.640Z[ helios-setup] Jul 10 19:40:21.398 INFO E| Compiling digest v0.10.7
35702026-07-10T19:40:22.695Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
35712026-07-10T19:40:22.798Z[ helios-setup] Jul 10 19:40:21.557 INFO E| Compiling parking_lot_core v0.9.12
35722026-07-10T19:40:22.868Z[ helios-setup] Jul 10 19:40:21.623 INFO E| Compiling pkg-config v0.3.32
35732026-07-10T19:40:22.971Z[ helios-setup] Jul 10 19:40:21.729 INFO E| Compiling sha2 v0.10.9
35742026-07-10T19:40:23.009Z[ helios-setup] Jul 10 19:40:21.767 INFO E| Compiling maybe-uninit v2.0.0
35752026-07-10T19:40:23.158Z[ helios-setup] Jul 10 19:40:21.917 INFO E| Compiling futures-sink v0.3.31
35762026-07-10T19:40:23.212Z[ helios-setup] Jul 10 19:40:21.970 INFO E| Compiling pin-project-lite v0.2.16
35772026-07-10T19:40:23.265Z[ host-package] Compiling tui-tree-widget v0.23.1
35782026-07-10T19:40:23.307Z[ helios-setup] Jul 10 19:40:22.065 INFO E| Compiling unicode-width v0.2.2
35792026-07-10T19:40:23.348Z[ helios-setup] Jul 10 19:40:22.106 INFO E| Compiling tap v1.0.1
35802026-07-10T19:40:23.369Z[ helios-setup] Jul 10 19:40:22.128 INFO E| Compiling futures-core v0.3.31
35812026-07-10T19:40:23.449Z[ helios-setup] Jul 10 19:40:22.207 INFO E| Compiling toml_edit v0.23.7
35822026-07-10T19:40:23.542Z[ helios-setup] Jul 10 19:40:22.300 INFO E| Compiling futures-channel v0.3.31
35832026-07-10T19:40:23.554Z[ helios-setup] Jul 10 19:40:22.309 INFO E| Compiling wyz v0.5.1
35842026-07-10T19:40:23.630Z[ helios-setup] Jul 10 19:40:22.388 INFO E| Compiling num-integer v0.1.46
35852026-07-10T19:40:23.660Z[ helios-setup] Jul 10 19:40:22.419 INFO E| Compiling getopts v0.2.24
35862026-07-10T19:40:23.835Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
35872026-07-10T19:40:23.902Z[ helios-setup] Jul 10 19:40:22.660 INFO E| Compiling ahash v0.8.12
35882026-07-10T19:40:23.994Z[ helios-setup] Jul 10 19:40:22.752 INFO E| Compiling powerfmt v0.2.0
35892026-07-10T19:40:24.014Z[ helios-setup] Jul 10 19:40:22.772 INFO E| Compiling thiserror v1.0.69
35902026-07-10T19:40:24.082Z[ helios-setup] Jul 10 19:40:22.840 INFO E| Compiling futures-io v0.3.31
35912026-07-10T19:40:24.101Z[ helios-setup] Jul 10 19:40:22.859 INFO E| Compiling bytes v1.10.1
35922026-07-10T19:40:24.113Z[ helios-setup] Jul 10 19:40:22.872 INFO E| Compiling strsim v0.11.1
35932026-07-10T19:40:24.285Z[ helios-setup] Jul 10 19:40:23.043 INFO E| Compiling spin v0.9.8
35942026-07-10T19:40:24.351Z[ helios-setup] Jul 10 19:40:23.109 INFO E| Compiling clap_lex v0.7.6
35952026-07-10T19:40:24.477Z[ helios-setup] Jul 10 19:40:23.229 INFO E| Compiling scopeguard v1.2.0
35962026-07-10T19:40:24.481Z[ helios-setup] Jul 10 19:40:23.237 INFO E| Compiling num-bigint-dig v0.8.4
35972026-07-10T19:40:24.522Z[ helios-setup] Jul 10 19:40:23.280 INFO E| Compiling funty v2.0.0
35982026-07-10T19:40:24.597Z[ helios-setup] Jul 10 19:40:23.353 INFO E| Compiling slab v0.4.11
35992026-07-10T19:40:24.689Z[ helios-setup] Jul 10 19:40:23.448 INFO E| Compiling getrandom v0.3.4
36002026-07-10T19:40:24.726Z[ helios-setup] Jul 10 19:40:23.484 INFO E| Compiling pin-utils v0.1.0
36012026-07-10T19:40:24.747Z[ helios-setup] Jul 10 19:40:23.505 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
36022026-07-10T19:40:24.787Z[ helios-setup] Jul 10 19:40:23.545 INFO E| Compiling proc-macro-crate v3.4.0
36032026-07-10T19:40:24.820Z[ helios-setup] Jul 10 19:40:23.578 INFO E| Compiling heck v0.5.0
36042026-07-10T19:40:25.006Z[ helios-setup] Jul 10 19:40:23.764 INFO E| Compiling bitflags v2.10.0
36052026-07-10T19:40:25.094Z[ helios-setup] Jul 10 19:40:23.852 INFO E| Compiling num-conv v0.1.0
36062026-07-10T19:40:25.127Z[ helios-setup] Jul 10 19:40:23.886 INFO E| Compiling time-core v0.1.6
36072026-07-10T19:40:25.160Z[ helios-setup] Jul 10 19:40:23.919 INFO E| Compiling futures-task v0.3.31
36082026-07-10T19:40:25.182Z[ helios-setup] Jul 10 19:40:23.939 INFO E| Compiling itoa v1.0.15
36092026-07-10T19:40:25.319Z[ helios-setup] Jul 10 19:40:24.078 INFO E| Compiling packed_struct v0.10.1
36102026-07-10T19:40:25.388Z[ helios-setup] Jul 10 19:40:24.147 INFO E| Compiling time-macros v0.2.24
36112026-07-10T19:40:25.498Z[ helios-setup] Jul 10 19:40:24.256 INFO E| Compiling bitvec v1.0.1
36122026-07-10T19:40:25.559Z[ helios-setup] Jul 10 19:40:24.318 INFO E| Compiling lock_api v0.4.14
36132026-07-10T19:40:25.566Z[ helios-setup] Jul 10 19:40:24.325 INFO E| Compiling lazy_static v1.5.0
36142026-07-10T19:40:25.693Z[ helios-setup] Jul 10 19:40:24.452 INFO E| Compiling deranged v0.5.5
36152026-07-10T19:40:25.715Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
36162026-07-10T19:40:25.736Z[ helios-setup] Jul 10 19:40:24.494 INFO E| Compiling num-iter v0.1.45
36172026-07-10T19:40:25.967Z[ helios-setup] Jul 10 19:40:24.726 INFO E| Compiling indexmap v1.9.3
36182026-07-10T19:40:26.056Z[ helios-setup] Jul 10 19:40:24.814 INFO E| Compiling nodrop v0.1.14
36192026-07-10T19:40:26.071Z[ helios-setup] Jul 10 19:40:24.829 INFO E| Compiling crc-catalog v2.4.0
36202026-07-10T19:40:26.138Z[ helios-setup] Jul 10 19:40:24.897 INFO E| Compiling once_cell v1.21.3
36212026-07-10T19:40:26.138Z[ helios-setup] Jul 10 19:40:24.897 INFO E| Compiling serde_json v1.0.145
36222026-07-10T19:40:26.181Z[ helios-setup] Jul 10 19:40:24.939 INFO E| Compiling thiserror v2.0.17
36232026-07-10T19:40:26.215Z[ helios-setup] Jul 10 19:40:24.973 INFO E| Compiling log v0.4.28
36242026-07-10T19:40:26.342Z[ helios-setup] Jul 10 19:40:25.100 INFO E| Compiling terminal_size v0.4.3
36252026-07-10T19:40:26.347Z[ helios-setup] Jul 10 19:40:25.101 INFO E| Compiling adler2 v2.0.1
36262026-07-10T19:40:26.715Z[ helios-setup] Jul 10 19:40:25.472 INFO E| Compiling clap_builder v4.5.51
36272026-07-10T19:40:26.769Z[ helios-setup] Jul 10 19:40:25.527 INFO E| Compiling iana-time-zone v0.1.64
36282026-07-10T19:40:26.815Z[ helios-setup] Jul 10 19:40:25.573 INFO E| Compiling simd-adler32 v0.3.7
36292026-07-10T19:40:26.851Z[ helios-setup] Jul 10 19:40:25.610 INFO E| Compiling env_filter v0.1.4
36302026-07-10T19:40:26.870Z[ helios-setup] Jul 10 19:40:25.628 INFO E| Compiling parking_lot v0.12.5
36312026-07-10T19:40:26.920Z[ helios-setup] Jul 10 19:40:25.678 INFO E| Compiling chrono v0.4.42
36322026-07-10T19:40:26.923Z[ helios-setup] Jul 10 19:40:25.678 INFO E| Compiling array-init v0.0.4
36332026-07-10T19:40:26.936Z[ helios-setup] Jul 10 19:40:25.695 INFO E| Compiling crc v3.3.0
36342026-07-10T19:40:27.334Z[ helios-setup] Jul 10 19:40:26.092 INFO E| Compiling miniz_oxide v0.8.9
36352026-07-10T19:40:27.577Z[ helios-setup] Jul 10 19:40:26.335 INFO E| Compiling smallvec v0.6.14
36362026-07-10T19:40:27.878Z[ helios-setup] Jul 10 19:40:26.636 INFO E| Compiling serde_spanned v1.0.3
36372026-07-10T19:40:27.994Z[ helios-setup] Jul 10 19:40:26.752 INFO E| Compiling signature v2.2.0
36382026-07-10T19:40:28.096Z[ helios-setup] Jul 10 19:40:26.854 INFO E| Compiling time v0.3.44
36392026-07-10T19:40:28.241Z[ helios-setup] Jul 10 19:40:27.000 INFO E| Compiling is-terminal v0.4.17
36402026-07-10T19:40:28.342Z[ helios-setup] Jul 10 19:40:27.101 INFO E| Compiling mio v1.1.0
36412026-07-10T19:40:28.350Z[ helios-setup] Jul 10 19:40:27.109 INFO E| Compiling serde_derive v1.0.228
36422026-07-10T19:40:28.360Z[ helios-setup] Jul 10 19:40:27.118 INFO E| Compiling zerocopy-derive v0.8.27
36432026-07-10T19:40:28.363Z[ helios-setup] Jul 10 19:40:27.119 INFO E| Compiling der_derive v0.7.3
36442026-07-10T19:40:28.486Z[ helios-setup] Jul 10 19:40:27.245 INFO E| Compiling futures-macro v0.3.31
36452026-07-10T19:40:28.510Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
36462026-07-10T19:40:28.577Z[ helios-setup] Jul 10 19:40:27.336 INFO E| Compiling clap_derive v4.5.49
36472026-07-10T19:40:28.653Z[ helios-setup] Jul 10 19:40:27.411 INFO E| Compiling zerocopy-derive v0.6.6
36482026-07-10T19:40:28.931Z[ host-package] Compiling uzers v0.12.2
36492026-07-10T19:40:29.399Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36502026-07-10T19:40:29.512Z[ helios-setup] Jul 10 19:40:28.267 INFO E| Compiling bitfield-macros v0.19.3
36512026-07-10T19:40:29.730Z[ helios-setup] Jul 10 19:40:28.463 INFO E| Compiling num_enum_derive v0.7.5
36522026-07-10T19:40:29.743Z[ helios-setup] Jul 10 19:40:28.502 INFO E| Compiling thiserror-impl v1.0.69
36532026-07-10T19:40:29.750Z[ helios-setup] Jul 10 19:40:28.509 INFO E| Compiling packed_struct_codegen v0.10.1
36542026-07-10T19:40:30.030Z[ helios-setup] Jul 10 19:40:28.788 INFO E| Compiling thiserror-impl v2.0.17
36552026-07-10T19:40:30.118Z[ helios-setup] Jul 10 19:40:28.876 INFO E| Compiling tokio-macros v2.6.0
36562026-07-10T19:40:30.315Z[ helios-setup] Jul 10 19:40:29.073 INFO E| Compiling futures-util v0.3.31
36572026-07-10T19:40:30.429Z[ helios-setup] Jul 10 19:40:29.184 INFO E| Compiling der v0.7.10
36582026-07-10T19:40:30.653Z[ helios-setup] Jul 10 19:40:29.411 INFO E| Compiling zerocopy v0.6.6
36592026-07-10T19:40:30.777Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36602026-07-10T19:40:31.340Z[ helios-setup] Jul 10 19:40:30.098 INFO E| Compiling socket2 v0.6.1
36612026-07-10T19:40:31.425Z[ helios-setup] Jul 10 19:40:30.184 INFO E| Compiling bitfield v0.19.3
36622026-07-10T19:40:31.555Z[ helios-setup] Jul 10 19:40:30.313 INFO E| Compiling signal-hook-registry v1.4.6
36632026-07-10T19:40:31.965Z[ helios-setup] Jul 10 19:40:30.723 INFO E| Compiling clap v4.5.51
36642026-07-10T19:40:32.040Z[ helios-setup] Jul 10 19:40:30.798 INFO E| Compiling thread_local v1.1.9
36652026-07-10T19:40:32.065Z[ helios-setup] Jul 10 19:40:30.823 INFO E| Compiling hashbrown v0.12.3
36662026-07-10T19:40:32.319Z[ helios-setup] Jul 10 19:40:31.077 INFO E| Compiling ryu v1.0.20
36672026-07-10T19:40:32.332Z[ helios-setup] Jul 10 19:40:31.091 INFO E| Compiling toml_writer v1.0.4
36682026-07-10T19:40:32.339Z[ helios-setup] Jul 10 19:40:31.098 INFO E| Compiling base64 v0.21.7
36692026-07-10T19:40:32.409Z[ helios-setup] Jul 10 19:40:31.167 INFO E| Compiling term v1.2.0
36702026-07-10T19:40:32.468Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
36712026-07-10T19:40:32.550Z[ helios-setup] Jul 10 19:40:31.308 INFO E| Compiling winnow v0.5.40
36722026-07-10T19:40:32.637Z[ helios-setup] Jul 10 19:40:31.396 INFO E| Compiling num_enum v0.7.5
36732026-07-10T19:40:32.648Z[ helios-setup] Jul 10 19:40:31.407 INFO E| Compiling libdevinfo-sys v1.1.0
36742026-07-10T19:40:32.691Z[ helios-setup] Jul 10 19:40:31.450 INFO E| Compiling subtle v2.6.1
36752026-07-10T19:40:32.873Z[ helios-setup] Jul 10 19:40:31.631 INFO E| Compiling spki v0.7.3
36762026-07-10T19:40:32.944Z[ helios-setup] Jul 10 19:40:31.703 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
36772026-07-10T19:40:32.972Z[ helios-setup] Jul 10 19:40:31.731 INFO E| Compiling devinfo v0.1.0
36782026-07-10T19:40:32.980Z[ helios-setup] Jul 10 19:40:31.738 INFO E| Compiling toml v0.9.8
36792026-07-10T19:40:33.326Z[ helios-setup] Jul 10 19:40:32.084 INFO E| Compiling pkcs8 v0.10.2
36802026-07-10T19:40:33.341Z[ helios-setup] Jul 10 19:40:32.100 INFO E| Compiling x509-cert v0.2.5
36812026-07-10T19:40:33.464Z[ helios-setup] Jul 10 19:40:32.223 INFO E| Compiling tokio v1.48.0
36822026-07-10T19:40:33.489Z[ helios-setup] Jul 10 19:40:32.247 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
36832026-07-10T19:40:33.560Z[ helios-setup] Jul 10 19:40:32.318 INFO E| Compiling bzip2 v0.4.4
36842026-07-10T19:40:34.207Z[ helios-setup] Jul 10 19:40:32.965 INFO E| Compiling pkcs1 v0.7.5
36852026-07-10T19:40:34.363Z[ helios-setup] Jul 10 19:40:33.121 INFO E| Compiling flate2 v1.1.5
36862026-07-10T19:40:34.363Z[ helios-setup] Jul 10 19:40:33.121 INFO E| Compiling uuid v1.18.1
36872026-07-10T19:40:34.376Z[ helios-setup] Jul 10 19:40:33.135 INFO E| Compiling env_logger v0.11.8
36882026-07-10T19:40:35.016Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
36892026-07-10T19:40:35.372Z[ helios-setup] Jul 10 19:40:34.131 INFO E| Compiling ppv-lite86 v0.2.21
36902026-07-10T19:40:35.498Z[ helios-setup] Jul 10 19:40:34.257 INFO E| Compiling erased-serde v0.3.31
36912026-07-10T19:40:35.567Z[ helios-setup] Jul 10 19:40:34.325 INFO E| Compiling toml_datetime v0.6.11
36922026-07-10T19:40:35.638Z[ helios-setup] Jul 10 19:40:34.396 INFO E| Compiling futures-executor v0.3.31
36932026-07-10T19:40:35.638Z[ helios-setup] Jul 10 19:40:34.396 INFO E| Compiling serde_spanned v0.6.9
36942026-07-10T19:40:35.891Z[ helios-setup] Jul 10 19:40:34.649 INFO E| Compiling rand_chacha v0.3.1
36952026-07-10T19:40:36.083Z[ helios-setup] Jul 10 19:40:34.796 INFO E| Compiling toml_edit v0.19.15
36962026-07-10T19:40:36.088Z[ helios-setup] Jul 10 19:40:34.812 INFO E| Compiling hashbrown v0.13.2
36972026-07-10T19:40:36.088Z[ helios-setup] Jul 10 19:40:34.820 INFO E| Compiling ron v0.8.1
36982026-07-10T19:40:36.112Z[ helios-setup] Jul 10 19:40:34.871 INFO E| Compiling serde-hex v0.1.0
36992026-07-10T19:40:36.172Z[ helios-setup] Jul 10 19:40:34.931 INFO E| Compiling foldhash v0.2.0
37002026-07-10T19:40:36.765Z[ helios-setup] Jul 10 19:40:35.524 INFO E| Compiling rand v0.8.5
37012026-07-10T19:40:36.953Z[ helios-setup] Jul 10 19:40:35.712 INFO E| Compiling futures v0.3.31
37022026-07-10T19:40:36.982Z[ helios-setup] Jul 10 19:40:35.740 INFO E| Compiling bitflags v1.3.2
37032026-07-10T19:40:37.052Z[ helios-setup] Jul 10 19:40:35.810 INFO E| Compiling crc-any v2.5.0
37042026-07-10T19:40:37.080Z[ helios-setup] Jul 10 19:40:35.838 INFO E| Compiling hex v0.4.3
37052026-07-10T19:40:37.273Z[ helios-setup] Jul 10 19:40:36.031 INFO E| Compiling rustc-hash v2.1.1
37062026-07-10T19:40:37.389Z[ helios-setup] Jul 10 19:40:36.147 INFO E| Compiling object v0.30.4
37072026-07-10T19:40:37.514Z[ helios-setup] Jul 10 19:40:36.272 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
37082026-07-10T19:40:37.647Z[ helios-setup] Jul 10 19:40:36.406 INFO E| Compiling slog-term v2.9.2
37092026-07-10T19:40:37.865Z[ host-package] Compiling support-bundle-viewer v0.1.2
37102026-07-10T19:40:37.890Z[ helios-setup] Jul 10 19:40:36.648 INFO E| Compiling iddqd v0.3.14
37112026-07-10T19:40:37.893Z[ helios-setup] Jul 10 19:40:36.649 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
37122026-07-10T19:40:37.902Z[ helios-setup] Jul 10 19:40:36.660 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
37132026-07-10T19:40:37.927Z[ helios-setup] Jul 10 19:40:36.685 INFO E| Compiling zip v0.6.6
37142026-07-10T19:40:39.184Z[ helios-setup] Jul 10 19:40:37.942 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37152026-07-10T19:40:39.383Z[ helios-setup] Jul 10 19:40:38.140 INFO E| Compiling toml v0.7.8
37162026-07-10T19:40:39.915Z[ helios-setup] Jul 10 19:40:38.673 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
37172026-07-10T19:40:40.163Z[ helios-setup] Jul 10 19:40:38.921 INFO E| Compiling rsa v0.9.8
37182026-07-10T19:40:40.380Z[ helios-setup] Jul 10 19:40:39.136 INFO E| Compiling path-slash v0.1.5
37192026-07-10T19:40:40.719Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37202026-07-10T19:40:40.756Z[ host-package] Compiling multimap v0.10.1
37212026-07-10T19:40:42.392Z[ helios-setup] Jul 10 19:40:41.151 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
37222026-07-10T19:40:42.532Z[ helios-setup] Jul 10 19:40:41.290 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
37232026-07-10T19:40:47.634Z[ helios-setup] Jul 10 19:40:46.393 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
37242026-07-10T19:40:48.921Z[ helios-setup] Jul 10 19:40:47.679 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
37252026-07-10T19:40:53.404Z[ helios-setup] Jul 10 19:40:52.162 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
37262026-07-10T19:40:55.649Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37272026-07-10T19:41:05.628Z[ helios-setup] Jul 10 19:41:04.386 INFO E| Finished `release` profile [optimized] target(s) in 49.57s
37282026-07-10T19:41:05.632Z[ helios-setup] Jul 10 19:41:04.389 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
37292026-07-10T19:41:05.632Z[ helios-setup] Jul 10 19:41:04.389 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
37302026-07-10T19:41:05.691Z[ helios-setup] Jul 10 19:41:04.449 INFO building project "pilot" ok (49 seconds)
37312026-07-10T19:41:05.694Z[ helios-setup] rm -f helios-build
37322026-07-10T19:41:05.694Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37332026-07-10T19:41:05.698Z[ helios-setup]
37342026-07-10T19:41:05.698Z[ helios-setup] Setup complete! ./helios-build is now available.
37352026-07-10T19:41:05.701Z[ helios-setup]
37362026-07-10T19:41:05.701Z[ helios-setup]
37372026-07-10T19:41:05.701Z[ helios-setup] real 3:01.715744622
37382026-07-10T19:41:05.703Z[ helios-setup] user 7:06.854506976
37392026-07-10T19:41:05.703Z[ helios-setup] sys 1:20.880924959
37402026-07-10T19:41:05.703Z[ helios-setup] trap 0.501684405
37412026-07-10T19:41:05.703Z[ helios-setup] tflt 3.227287277
37422026-07-10T19:41:05.703Z[ helios-setup] dflt 7.062852355
37432026-07-10T19:41:05.703Z[ helios-setup] kflt 0.000886140
37442026-07-10T19:41:05.703Z[ helios-setup] lock 55:46.882827424
37452026-07-10T19:41:05.703Z[ helios-setup] slp 37:37.937031630
37462026-07-10T19:41:05.703Z[ helios-setup] lat 7:16.807895981
37472026-07-10T19:41:05.703Z[ helios-setup] stop 1:42.532554133
37482026-07-10T19:41:05.703ZJul 10 19:41:04.459 INFO [helios-setup] process exited with exit status: 0 (181.718848974s)
37492026-07-10T19:41:05.704ZJul 10 19:41:04.459 INFO [helios-record] running task
37502026-07-10T19:41:05.704ZJul 10 19:41:04.459 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37512026-07-10T19:41:05.708ZJul 10 19:41:04.464 DEBG process exited with exit status: 0 (4.605954ms)
37522026-07-10T19:41:05.708ZJul 10 19:41:04.464 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37532026-07-10T19:41:05.711ZJul 10 19:41:04.469 DEBG process exited with exit status: 0 (4.883353ms)
37542026-07-10T19:41:05.711ZJul 10 19:41:04.469 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37552026-07-10T19:41:05.715ZJul 10 19:41:04.472 DEBG process exited with exit status: 0 (3.218613ms)
37562026-07-10T19:41:05.715ZJul 10 19:41:04.472 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37572026-07-10T19:41:05.722ZJul 10 19:41:04.477 DEBG process exited with exit status: 0 (5.170444ms)
37582026-07-10T19:41:05.722ZJul 10 19:41:04.477 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37592026-07-10T19:41:05.722ZJul 10 19:41:04.481 DEBG process exited with exit status: 0 (3.369662ms)
37602026-07-10T19:41:05.722ZJul 10 19:41:04.481 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37612026-07-10T19:41:05.726ZJul 10 19:41:04.484 DEBG process exited with exit status: 0 (3.096663ms)
37622026-07-10T19:41:05.726ZJul 10 19:41:04.484 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37632026-07-10T19:41:05.729ZJul 10 19:41:04.487 DEBG process exited with exit status: 0 (3.317392ms)
37642026-07-10T19:41:05.729ZJul 10 19:41:04.487 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37652026-07-10T19:41:05.735ZJul 10 19:41:04.494 DEBG process exited with exit status: 0 (6.791855ms)
37662026-07-10T19:41:05.735ZJul 10 19:41:04.494 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37672026-07-10T19:41:05.738ZJul 10 19:41:04.497 DEBG process exited with exit status: 0 (3.325413ms)
37682026-07-10T19:41:05.742ZJul 10 19:41:04.497 INFO [helios-record] task succeeded (38.420319ms)
37692026-07-10T19:41:06.038Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37702026-07-10T19:41:08.044Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37712026-07-10T19:41:09.680Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37722026-07-10T19:41:11.812Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37732026-07-10T19:47:29.389Z[ host-package] Finished `release` profile [optimized] target(s) in 8m 53s
37742026-07-10T19:48:15.293ZJul 10 19:48:14.049 INFO [host-package] process exited with exit status: 0 (579.605748391s)
37752026-07-10T19:48:15.293ZJul 10 19:48:14.049 INFO [host-libraries] running task
37762026-07-10T19:48:15.293ZJul 10 19:48:14.049 INFO [host-stamp] running task
37772026-07-10T19:48:15.297ZJul 10 19:48:14.051 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+git07d9ddd528c
37782026-07-10T19:48:15.297ZJul 10 19:48:14.052 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+git07d9ddd528c
37792026-07-10T19:48:15.297ZJul 10 19:48:14.052 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+git07d9ddd528c
37802026-07-10T19:48:15.297ZJul 10 19:48:14.052 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+git07d9ddd528c
37812026-07-10T19:48:15.300ZJul 10 19:48:14.052 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+git07d9ddd528c
37822026-07-10T19:48:15.301ZJul 10 19:48:14.053 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+git07d9ddd528c
37832026-07-10T19:48:15.301ZJul 10 19:48:14.053 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+git07d9ddd528c
37842026-07-10T19:48:15.301ZJul 10 19:48:14.053 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+git07d9ddd528c
37852026-07-10T19:48:15.305Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37862026-07-10T19:48:15.308Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37872026-07-10T19:48:15.308Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
37882026-07-10T19:48:15.308Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37892026-07-10T19:48:15.308Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37902026-07-10T19:48:15.308Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37912026-07-10T19:48:15.308Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37922026-07-10T19:48:15.308Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37932026-07-10T19:48:15.308Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
37942026-07-10T19:48:15.312ZJul 10 19:48:14.066 INFO [stamp-overlay] process exited with exit status: 0 (14.32676ms)
37952026-07-10T19:48:15.316Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
37962026-07-10T19:48:15.320ZJul 10 19:48:14.075 INFO [stamp-oxlog] process exited with exit status: 0 (21.820507ms)
37972026-07-10T19:48:15.360Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
37982026-07-10T19:48:15.364ZJul 10 19:48:14.117 INFO [stamp-crucible-utils] process exited with exit status: 0 (65.57518ms)
37992026-07-10T19:48:15.369Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38002026-07-10T19:48:15.373ZJul 10 19:48:14.128 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (74.838906ms)
38012026-07-10T19:48:15.500Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38022026-07-10T19:48:15.503ZJul 10 19:48:14.258 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (205.894245ms)
38032026-07-10T19:48:15.710Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38042026-07-10T19:48:15.714ZJul 10 19:48:14.469 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (416.730255ms)
38052026-07-10T19:48:15.846Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38062026-07-10T19:48:15.849ZJul 10 19:48:14.604 INFO [stamp-propolis-server] process exited with exit status: 0 (552.665717ms)
38072026-07-10T19:48:16.710ZJul 10 19:48:15.465 INFO [host-libraries] task succeeded (1.416544167s)
38082026-07-10T19:48:16.714ZJul 10 19:48:15.465 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38092026-07-10T19:48:16.717Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38102026-07-10T19:48:17.663Z[recovery-package] Compiling newtype-uuid v1.3.2
38112026-07-10T19:48:17.891Z[recovery-package] Compiling daft v0.1.7
38122026-07-10T19:48:18.094Z[recovery-package] Compiling iddqd v0.4.2
38132026-07-10T19:48:19.052Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38142026-07-10T19:48:19.353Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38152026-07-10T19:48:19.353Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38162026-07-10T19:48:19.356Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38172026-07-10T19:48:19.356Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38182026-07-10T19:48:19.357Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38192026-07-10T19:48:19.357Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38202026-07-10T19:48:19.357Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38212026-07-10T19:48:19.357Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38222026-07-10T19:48:19.462Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38232026-07-10T19:48:19.633Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38242026-07-10T19:48:19.715Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38252026-07-10T19:48:19.880Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38262026-07-10T19:48:21.663Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38272026-07-10T19:48:21.667ZJul 10 19:48:20.422 INFO [stamp-switch-asic] process exited with exit status: 0 (6.369511028s)
38282026-07-10T19:48:21.667ZJul 10 19:48:20.422 INFO [host-stamp] task succeeded (6.37316248s)
38292026-07-10T19:48:21.667ZJul 10 19:48:20.422 INFO [host-proto] running task
38302026-07-10T19:48:22.113ZJul 10 19:48:20.868 INFO [host-proto] task succeeded (446.525826ms)
38312026-07-10T19:48:22.113ZJul 10 19:48:20.868 INFO [host-profile] running task
38322026-07-10T19:48:22.117ZJul 10 19:48:20.868 INFO [host-profile] task succeeded (189.45µs)
38332026-07-10T19:48:22.117ZJul 10 19:48:20.869 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/.tmpyt9TAX/proto/host/root -N 'ci 07d9ddd/${os_short_commit} 2026-07-10 19:38' -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/'
38342026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO Checking files for board 'gimlet'
38352026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38362026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38372026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO Checking files for board 'cosmo-mbist-noaggr'
38382026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38392026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO Checking files for board 'cosmo'
38402026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38412026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38422026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO Checking files for board 'cosmo-mbist'
38432026-07-10T19:48:22.121Z[ host-image] Jul 10 19:48:20.875 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38442026-07-10T19:48:22.128Z[ host-image] Jul 10 19:48:20.884 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpyt9TAX/proto/host/root"
38452026-07-10T19:48:22.132Z[ host-image] Jul 10 19:48:20.884 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38462026-07-10T19:48:22.132Z[ host-image] Jul 10 19:48:20.884 INFO image builder template: ramdisk-01-os...
38472026-07-10T19:48:22.132Z[ host-image] Jul 10 19:48:20.884 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/.tmpyt9TAX/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
38482026-07-10T19:48:22.142Z[ host-image] Jul 10 19:48:20.897 INFO O| Jul 10 19:48:20.897 INFO CREATE DATASET: rpool/images/build/host/output
38492026-07-10T19:48:23.620Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38502026-07-10T19:48:23.620Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38512026-07-10T19:48:23.620Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38522026-07-10T19:48:23.623Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38532026-07-10T19:48:23.623Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38542026-07-10T19:48:23.857Z[ host-image] Jul 10 19:48:22.612 INFO O| Jul 10 19:48:22.612 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38552026-07-10T19:48:23.860Z[ host-image] Jul 10 19:48:22.615 INFO O| Jul 10 19:48:22.615 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38562026-07-10T19:48:24.015Z[ host-image] Jul 10 19:48:22.770 INFO O| Jul 10 19:48:22.769 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38572026-07-10T19:48:24.046Z[ host-image] Jul 10 19:48:22.801 INFO O| Jul 10 19:48:22.801 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38582026-07-10T19:48:24.047Z[ host-image] Jul 10 19:48:22.802 INFO O| Jul 10 19:48:22.802 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38592026-07-10T19:48:24.047Z[ host-image] Jul 10 19:48:22.802 INFO O| Jul 10 19:48:22.802 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38602026-07-10T19:48:24.050Z[ host-image] Jul 10 19:48:22.802 INFO O| Jul 10 19:48:22.802 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38612026-07-10T19:48:24.054Z[ host-image] Jul 10 19:48:22.808 INFO O| Jul 10 19:48:22.808 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38622026-07-10T19:48:24.178Z[ host-image] Jul 10 19:48:22.933 INFO O| Jul 10 19:48:22.933 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38632026-07-10T19:48:24.185Z[ host-image] Jul 10 19:48:22.941 INFO O| Jul 10 19:48:22.941 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38642026-07-10T19:48:24.505Z[ host-image] Jul 10 19:48:23.260 INFO O| Jul 10 19:48:23.260 INFO O| Caching catalogs ... Done
38652026-07-10T19:48:24.591Z[ host-image] Jul 10 19:48:23.346 INFO O| Jul 10 19:48:23.346 INFO STEP 0 (pkg_image_create) COMPLETE
38662026-07-10T19:48:24.591Z[ host-image] Jul 10 19:48:23.346 INFO O| Jul 10 19:48:23.346 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38672026-07-10T19:48:24.599Z[ host-image] Jul 10 19:48:23.354 INFO O| Jul 10 19:48:23.354 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"]
38682026-07-10T19:48:24.912Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO STEP 1 (pkg_set_publisher) COMPLETE
38692026-07-10T19:48:24.912Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38702026-07-10T19:48:24.912Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO skip step because feature "publisher_1_name" is not enabled
38712026-07-10T19:48:24.916Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38722026-07-10T19:48:24.916Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO skip step because feature "publisher_2_name" is not enabled
38732026-07-10T19:48:24.916Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38742026-07-10T19:48:24.916Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO skip step because feature "publisher_3_name" is not enabled
38752026-07-10T19:48:24.917Z[ host-image] Jul 10 19:48:23.667 INFO O| Jul 10 19:48:23.667 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38762026-07-10T19:48:25.183Z[ host-image] Jul 10 19:48:23.938 INFO O| Jul 10 19:48:23.938 INFO variant opensolaris.zone is already global
38772026-07-10T19:48:25.184Z[ host-image] Jul 10 19:48:23.939 INFO O| Jul 10 19:48:23.938 INFO STEP 5 (pkg_change_variant) COMPLETE
38782026-07-10T19:48:25.187Z[ host-image] Jul 10 19:48:23.939 INFO O| Jul 10 19:48:23.938 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38792026-07-10T19:48:25.444Z[ host-image] Jul 10 19:48:24.199 INFO O| Jul 10 19:48:24.199 INFO variant opensolaris.imagetype is full; changing to partial
38802026-07-10T19:48:25.444Z[ host-image] Jul 10 19:48:24.199 INFO O| Jul 10 19:48:24.199 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38812026-07-10T19:48:26.128Z[ host-image] Jul 10 19:48:24.883 INFO O| Jul 10 19:48:24.883 INFO O| Startup: Refreshing catalog 'helios' ... Done
38822026-07-10T19:48:26.239Z[ host-image] Jul 10 19:48:24.994 INFO O| Jul 10 19:48:24.994 INFO O| Startup: Caching catalogs ... Done
38832026-07-10T19:48:26.244Z[ host-image] Jul 10 19:48:24.999 INFO O| Jul 10 19:48:24.999 INFO O| Planning: Planning completed in 0.00 seconds
38842026-07-10T19:48:26.248Z[ host-image] Jul 10 19:48:25.000 INFO O| Jul 10 19:48:25.000 INFO O| Planning: Consolidating action changes ... Done
38852026-07-10T19:48:26.248Z[ host-image] Jul 10 19:48:25.000 INFO O| Jul 10 19:48:25.000 INFO O| Planning: Evaluating mediators ... Done
38862026-07-10T19:48:26.248Z[ host-image] Jul 10 19:48:25.000 INFO O| Jul 10 19:48:25.000 INFO O| Planning: Planning completed in 0.00 seconds
38872026-07-10T19:48:26.248Z[ host-image] Jul 10 19:48:25.000 INFO O| Jul 10 19:48:25.000 INFO O| Variants/Facets to change: 1
38882026-07-10T19:48:26.253Z[ host-image] Jul 10 19:48:25.009 INFO O| Jul 10 19:48:25.009 INFO O| Finalize: Updating package state database ... Done
38892026-07-10T19:48:26.253Z[ host-image] Jul 10 19:48:25.009 INFO O| Jul 10 19:48:25.009 INFO O| Finalize: Updating package cache ... Done
38902026-07-10T19:48:26.273Z[ host-image] Jul 10 19:48:25.028 INFO O| Jul 10 19:48:25.028 INFO O| Finalize: Updating image state ... Done
38912026-07-10T19:48:26.276Z[ host-image] Jul 10 19:48:25.030 INFO O| Jul 10 19:48:25.030 INFO O| Finalize: Creating fast lookup database ... Done
38922026-07-10T19:48:26.276Z[ host-image] Jul 10 19:48:25.031 INFO O| Jul 10 19:48:25.031 INFO O| Finalize: Reading search index ... Done
38932026-07-10T19:48:26.277Z[ host-image] Jul 10 19:48:25.031 INFO O| Jul 10 19:48:25.031 INFO O| Finalize: Updating search index ... Done
38942026-07-10T19:48:26.277Z[ host-image] Jul 10 19:48:25.032 INFO O| Jul 10 19:48:25.032 INFO O| Finalize: Updating package cache ... Done
38952026-07-10T19:48:26.373Z[ host-image] Jul 10 19:48:25.128 INFO O| Jul 10 19:48:25.128 INFO STEP 6 (pkg_change_variant) COMPLETE
38962026-07-10T19:48:26.373Z[ host-image] Jul 10 19:48:25.129 INFO O| Jul 10 19:48:25.128 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38972026-07-10T19:48:26.377Z[ host-image] Jul 10 19:48:25.129 INFO O| Jul 10 19:48:25.128 INFO skip step because feature "debug_variant" is not enabled
38982026-07-10T19:48:26.377Z[ host-image] Jul 10 19:48:25.129 INFO O| Jul 10 19:48:25.128 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38992026-07-10T19:48:26.627Z[ host-image] Jul 10 19:48:25.382 INFO O| Jul 10 19:48:25.382 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39002026-07-10T19:48:27.277Z[ host-image] Jul 10 19:48:26.032 INFO O| Jul 10 19:48:26.032 INFO O| Startup: Refreshing catalog 'helios' ... Done
39012026-07-10T19:48:27.382Z[ host-image] Jul 10 19:48:26.137 INFO O| Jul 10 19:48:26.137 INFO O| Startup: Caching catalogs ... Done
39022026-07-10T19:48:27.385Z[ host-image] Jul 10 19:48:26.141 INFO O| Jul 10 19:48:26.141 INFO O| Planning: Planning completed in 0.00 seconds
39032026-07-10T19:48:27.389Z[ host-image] Jul 10 19:48:26.141 INFO O| Jul 10 19:48:26.141 INFO O| Planning: Consolidating action changes ... Done
39042026-07-10T19:48:27.389Z[ host-image] Jul 10 19:48:26.141 INFO O| Jul 10 19:48:26.141 INFO O| Planning: Evaluating mediators ... Done
39052026-07-10T19:48:27.389Z[ host-image] Jul 10 19:48:26.141 INFO O| Jul 10 19:48:26.141 INFO O| Planning: Planning completed in 0.00 seconds
39062026-07-10T19:48:27.389Z[ host-image] Jul 10 19:48:26.141 INFO O| Jul 10 19:48:26.141 INFO O| Variants/Facets to change: 1
39072026-07-10T19:48:27.394Z[ host-image] Jul 10 19:48:26.149 INFO O| Jul 10 19:48:26.149 INFO O| Finalize: Updating package state database ... Done
39082026-07-10T19:48:27.394Z[ host-image] Jul 10 19:48:26.150 INFO O| Jul 10 19:48:26.149 INFO O| Finalize: Updating package cache ... Done
39092026-07-10T19:48:27.412Z[ host-image] Jul 10 19:48:26.168 INFO O| Jul 10 19:48:26.168 INFO O| Finalize: Updating image state ... Done
39102026-07-10T19:48:27.416Z[ host-image] Jul 10 19:48:26.170 INFO O| Jul 10 19:48:26.170 INFO O| Finalize: Creating fast lookup database ... Done
39112026-07-10T19:48:27.416Z[ host-image] Jul 10 19:48:26.170 INFO O| Jul 10 19:48:26.170 INFO O| Finalize: Reading search index ... Done
39122026-07-10T19:48:27.416Z[ host-image] Jul 10 19:48:26.170 INFO O| Jul 10 19:48:26.170 INFO O| Finalize: Updating search index ... Done
39132026-07-10T19:48:27.416Z[ host-image] Jul 10 19:48:26.171 INFO O| Jul 10 19:48:26.171 INFO O| Finalize: Updating package cache ... Done
39142026-07-10T19:48:27.502Z[ host-image] Jul 10 19:48:26.257 INFO O| Jul 10 19:48:26.257 INFO STEP 8 (pkg_change_facet) COMPLETE
39152026-07-10T19:48:27.502Z[ host-image] Jul 10 19:48:26.257 INFO O| Jul 10 19:48:26.257 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39162026-07-10T19:48:27.506Z[ host-image] Jul 10 19:48:26.257 INFO O| Jul 10 19:48:26.257 INFO skip step because feature "recovery" is not enabled
39172026-07-10T19:48:27.506Z[ host-image] Jul 10 19:48:26.257 INFO O| Jul 10 19:48:26.257 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39182026-07-10T19:48:27.506Z[ host-image] Jul 10 19:48:26.258 INFO O| Jul 10 19:48:26.257 INFO skip step because feature "recovery" is not enabled
39192026-07-10T19:48:27.506Z[ host-image] Jul 10 19:48:26.258 INFO O| Jul 10 19:48:26.257 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39202026-07-10T19:48:27.509Z[ host-image] Jul 10 19:48:26.265 INFO O| Jul 10 19:48:26.264 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"]
39212026-07-10T19:48:28.129Z[ host-image] Jul 10 19:48:26.884 INFO O| Jul 10 19:48:26.883 INFO O| Startup: Refreshing catalog 'helios' ... Done
39222026-07-10T19:48:28.235Z[ host-image] Jul 10 19:48:26.990 INFO O| Jul 10 19:48:26.990 INFO O| Startup: Caching catalogs ... Done
39232026-07-10T19:48:28.686Z[ host-image] Jul 10 19:48:27.441 INFO O| Jul 10 19:48:27.441 INFO O| Planning: Solver setup ... Done
39242026-07-10T19:48:28.702Z[ host-image] Jul 10 19:48:27.457 INFO O| Jul 10 19:48:27.457 INFO O| Planning: Running solver ... Done
39252026-07-10T19:48:28.712Z[ host-image] Jul 10 19:48:27.467 INFO O| Jul 10 19:48:27.467 INFO O| Planning: Finding local manifests ... Done
39262026-07-10T19:48:28.731Z[ host-image] Jul 10 19:48:27.486 INFO O| Jul 10 19:48:27.486 INFO O| Planning: Fetching manifests: 0/128 0% complete
39272026-07-10T19:48:30.273Z[ host-image] Jul 10 19:48:29.028 INFO O| Jul 10 19:48:29.028 INFO O| Planning: Fetching manifests: 128/128 100% complete
39282026-07-10T19:48:30.662Z[ host-image] Jul 10 19:48:29.416 INFO O| Jul 10 19:48:29.416 INFO O| Planning: Package planning ... Done
39292026-07-10T19:48:30.966Z[ host-image] Jul 10 19:48:29.720 INFO O| Jul 10 19:48:29.720 INFO O| Planning: Merging actions ... Done
39302026-07-10T19:48:31.150Z[ host-image] Jul 10 19:48:29.905 INFO O| Jul 10 19:48:29.905 INFO O| Planning: Checking for conflicting actions ... Done
39312026-07-10T19:48:31.248Z[ host-image] Jul 10 19:48:30.003 INFO O| Jul 10 19:48:30.003 INFO O| Planning: Consolidating action changes ... Done
39322026-07-10T19:48:31.410Z[ host-image] Jul 10 19:48:30.164 INFO O| Jul 10 19:48:30.164 INFO O| Planning: Evaluating mediators ... Done
39332026-07-10T19:48:31.926Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39342026-07-10T19:48:32.789Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39352026-07-10T19:48:32.798Z[ host-image] Jul 10 19:48:31.553 INFO O| Jul 10 19:48:31.553 INFO O| Planning: Planning completed in 4.56 seconds
39362026-07-10T19:48:32.802Z[ host-image] Jul 10 19:48:31.555 INFO O| Jul 10 19:48:31.555 INFO O| Packages to install: 128
39372026-07-10T19:48:32.802Z[ host-image] Jul 10 19:48:31.555 INFO O| Jul 10 19:48:31.555 INFO O| Mediators to change: 5
39382026-07-10T19:48:32.802Z[ host-image] Jul 10 19:48:31.555 INFO O| Jul 10 19:48:31.555 INFO O| Services to change: 6
39392026-07-10T19:48:32.829Z[ host-image] Jul 10 19:48:31.584 INFO O| Jul 10 19:48:31.584 INFO O| Download: 0/23866 items 0.0/222.6MB 0% complete
39402026-07-10T19:48:35.158Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39412026-07-10T19:48:35.158Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39422026-07-10T19:48:36.256Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39432026-07-10T19:48:36.871Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39442026-07-10T19:48:37.860Z[ host-image] Jul 10 19:48:36.614 INFO O| Jul 10 19:48:36.614 INFO O| Download: 1619/23866 items 9.7/222.6MB 4% complete (2.1M/s)
39452026-07-10T19:48:42.860Z[ host-image] Jul 10 19:48:41.615 INFO O| Jul 10 19:48:41.615 INFO O| Download: 2327/23866 items 26.6/222.6MB 11% complete (2.6M/s)
39462026-07-10T19:48:47.861Z[ host-image] Jul 10 19:48:46.616 INFO O| Jul 10 19:48:46.616 INFO O| Download: 4470/23866 items 40.9/222.6MB 18% complete (3.1M/s)
39472026-07-10T19:48:49.009Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.17s
39482026-07-10T19:48:50.887ZJul 10 19:48:49.635 INFO [recovery-package] process exited with exit status: 0 (34.169662036s)
39492026-07-10T19:48:50.887ZJul 10 19:48:49.635 INFO [recovery-libraries] running task
39502026-07-10T19:48:50.887ZJul 10 19:48:49.635 INFO [recovery-stamp] running task
39512026-07-10T19:48:50.890ZJul 10 19:48:49.635 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git07d9ddd528c
39522026-07-10T19:48:50.890ZJul 10 19:48:49.636 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+git07d9ddd528c
39532026-07-10T19:48:50.890Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39542026-07-10T19:48:50.890Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39552026-07-10T19:48:50.934ZJul 10 19:48:49.690 INFO [recovery-libraries] task succeeded (54.747001ms)
39562026-07-10T19:48:50.938ZJul 10 19:48:49.690 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39572026-07-10T19:48:51.008Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39582026-07-10T19:48:51.011ZJul 10 19:48:49.766 INFO [stamp-installinator] process exited with exit status: 0 (130.306818ms)
39592026-07-10T19:48:51.059Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39602026-07-10T19:48:51.062ZJul 10 19:48:49.817 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (181.559226ms)
39612026-07-10T19:48:51.062ZJul 10 19:48:49.817 INFO [recovery-stamp] task succeeded (182.235326ms)
39622026-07-10T19:48:51.062ZJul 10 19:48:49.817 INFO [recovery-proto] running task
39632026-07-10T19:48:51.065ZJul 10 19:48:49.817 INFO [tuf-stamp] running task
39642026-07-10T19:48:51.065ZJul 10 19:48:49.818 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+git07d9ddd528c
39652026-07-10T19:48:51.065ZJul 10 19:48:49.818 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+git07d9ddd528c
39662026-07-10T19:48:51.065ZJul 10 19:48:49.819 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+git07d9ddd528c
39672026-07-10T19:48:51.065ZJul 10 19:48:49.819 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+git07d9ddd528c
39682026-07-10T19:48:51.065ZJul 10 19:48:49.819 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+git07d9ddd528c
39692026-07-10T19:48:51.065ZJul 10 19:48:49.820 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+git07d9ddd528c
39702026-07-10T19:48:51.065ZJul 10 19:48:49.820 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+git07d9ddd528c
39712026-07-10T19:48:51.068ZJul 10 19:48:49.822 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+git07d9ddd528c
39722026-07-10T19:48:51.068ZJul 10 19:48:49.822 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+git07d9ddd528c
39732026-07-10T19:48:51.069ZJul 10 19:48:49.822 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+git07d9ddd528c
39742026-07-10T19:48:51.069ZJul 10 19:48:49.822 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+git07d9ddd528c
39752026-07-10T19:48:51.069ZJul 10 19:48:49.822 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+git07d9ddd528c
39762026-07-10T19:48:51.072Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39772026-07-10T19:48:51.072Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39782026-07-10T19:48:51.072Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39792026-07-10T19:48:51.074Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39802026-07-10T19:48:51.074Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39812026-07-10T19:48:51.074Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39822026-07-10T19:48:51.074Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39832026-07-10T19:48:51.074Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39842026-07-10T19:48:51.074Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-10T19:48:51.075Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-10T19:48:51.075Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-10T19:48:51.075Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-10T19:48:51.119Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39892026-07-10T19:48:51.124ZJul 10 19:48:49.878 INFO [stamp-probe] process exited with exit status: 0 (59.677505ms)
39902026-07-10T19:48:51.179ZJul 10 19:48:49.935 INFO [recovery-proto] task succeeded (117.259419ms)
39912026-07-10T19:48:51.182ZJul 10 19:48:49.935 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/.tmpyt9TAX/proto/recovery/root -N 'recovery 07d9ddd/${os_short_commit} 2026-07-10 19:38' -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/'
39922026-07-10T19:48:51.186Z[ recovery-image] Jul 10 19:48:49.941 INFO Checking files for board 'gimlet'
39932026-07-10T19:48:51.186Z[ recovery-image] Jul 10 19:48:49.941 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
39942026-07-10T19:48:51.186Z[ recovery-image] Jul 10 19:48:49.941 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
39952026-07-10T19:48:51.186Z[ recovery-image] Jul 10 19:48:49.941 INFO Checking files for board 'cosmo-mbist'
39962026-07-10T19:48:51.189Z[ recovery-image] Jul 10 19:48:49.941 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
39972026-07-10T19:48:51.189Z[ recovery-image] Jul 10 19:48:49.941 INFO Checking files for board 'cosmo-mbist-noaggr'
39982026-07-10T19:48:51.189Z[ recovery-image] Jul 10 19:48:49.941 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
39992026-07-10T19:48:51.189Z[ recovery-image] Jul 10 19:48:49.941 INFO Checking files for board 'cosmo'
40002026-07-10T19:48:51.189Z[ recovery-image] Jul 10 19:48:49.941 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40012026-07-10T19:48:51.189Z[ recovery-image] Jul 10 19:48:49.941 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40022026-07-10T19:48:51.195Z[ recovery-image] Jul 10 19:48:49.950 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpyt9TAX/proto/recovery/root"
40032026-07-10T19:48:51.198Z[ recovery-image] Jul 10 19:48:49.950 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40042026-07-10T19:48:51.198Z[ recovery-image] Jul 10 19:48:49.950 INFO image builder template: ramdisk-01-os...
40052026-07-10T19:48:51.198Z[ recovery-image] Jul 10 19:48:49.951 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/.tmpyt9TAX/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
40062026-07-10T19:48:51.210Z[ recovery-image] Jul 10 19:48:49.966 INFO O| Jul 10 19:48:49.966 INFO CREATE DATASET: rpool/images/build/recovery/output
40072026-07-10T19:48:51.465Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40082026-07-10T19:48:51.489Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40092026-07-10T19:48:51.528Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40102026-07-10T19:48:51.531ZJul 10 19:48:50.286 INFO [stamp-ntp] process exited with exit status: 0 (465.32433ms)
40112026-07-10T19:48:51.645Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40122026-07-10T19:48:51.651ZJul 10 19:48:50.404 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (585.770871ms)
40132026-07-10T19:48:51.768Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40142026-07-10T19:48:51.771ZJul 10 19:48:50.527 INFO [stamp-internal-dns] process exited with exit status: 0 (707.415713ms)
40152026-07-10T19:48:51.776Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40162026-07-10T19:48:51.780ZJul 10 19:48:50.535 INFO [stamp-external-dns] process exited with exit status: 0 (714.067238ms)
40172026-07-10T19:48:51.880Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40182026-07-10T19:48:51.883ZJul 10 19:48:50.638 INFO [stamp-crucible-zone] process exited with exit status: 0 (817.558456ms)
40192026-07-10T19:48:52.000Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40202026-07-10T19:48:52.003ZJul 10 19:48:50.758 INFO [stamp-oximeter] process exited with exit status: 0 (938.221568ms)
40212026-07-10T19:48:52.095Z[ recovery-image] Jul 10 19:48:50.850 INFO O| Jul 10 19:48:50.850 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40222026-07-10T19:48:52.098Z[ recovery-image] Jul 10 19:48:50.854 INFO O| Jul 10 19:48:50.854 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40232026-07-10T19:48:52.862Z[ host-image] Jul 10 19:48:51.617 INFO O| Jul 10 19:48:51.617 INFO O| Download: 5648/23866 items 46.7/222.6MB 20% complete (2.0M/s)
40242026-07-10T19:48:53.547Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40252026-07-10T19:48:53.550ZJul 10 19:48:52.305 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.486084562s)
40262026-07-10T19:48:55.118Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40272026-07-10T19:48:55.121ZJul 10 19:48:53.876 INFO [stamp-nexus] process exited with exit status: 0 (4.056223425s)
40282026-07-10T19:48:55.419Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40292026-07-10T19:48:55.422ZJul 10 19:48:54.177 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.358314242s)
40302026-07-10T19:48:55.665Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40312026-07-10T19:48:55.669ZJul 10 19:48:54.424 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.602879657s)
40322026-07-10T19:48:55.719Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40332026-07-10T19:48:55.722ZJul 10 19:48:54.478 INFO [stamp-clickhouse] process exited with exit status: 0 (4.656376297s)
40342026-07-10T19:48:55.722ZJul 10 19:48:54.478 INFO [tuf-stamp] task succeeded (4.66052953s)
40352026-07-10T19:48:56.283Z[verify-libraries] Compiling match_cfg v0.1.0
40362026-07-10T19:48:56.283Z[verify-libraries] Compiling slog-json v2.6.1
40372026-07-10T19:48:56.283Z[verify-libraries] Compiling itertools v0.14.0
40382026-07-10T19:48:56.286Z[verify-libraries] Compiling structmeta-derive v0.3.0
40392026-07-10T19:48:56.286Z[verify-libraries] Compiling debug-ignore v1.0.5
40402026-07-10T19:48:56.286Z[verify-libraries] Compiling progenitor-client v0.14.0
40412026-07-10T19:48:56.286Z[verify-libraries] Compiling sha1 v0.11.0
40422026-07-10T19:48:56.573Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40432026-07-10T19:48:56.591Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40442026-07-10T19:48:56.594Z[verify-libraries] Compiling multer v3.1.0
40452026-07-10T19:48:56.594Z[verify-libraries] Compiling compression-core v0.4.31
40462026-07-10T19:48:56.594Z[verify-libraries] Compiling async-stream-impl v0.3.6
40472026-07-10T19:48:56.594Z[verify-libraries] Compiling serde_spanned v1.1.1
40482026-07-10T19:48:56.715Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40492026-07-10T19:48:56.734Z[verify-libraries] Compiling hostname v0.3.1
40502026-07-10T19:48:56.735Z[verify-libraries] Compiling dropshot v0.17.1
40512026-07-10T19:48:56.738Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40522026-07-10T19:48:56.808Z[verify-libraries] Compiling waitgroup v0.1.2
40532026-07-10T19:48:56.849Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40542026-07-10T19:48:56.886Z[verify-libraries] Compiling compression-codecs v0.4.37
40552026-07-10T19:48:56.887Z[verify-libraries] Compiling slog-bunyan v2.5.0
40562026-07-10T19:48:56.930Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40572026-07-10T19:48:56.933Z[verify-libraries] Compiling hostname v0.4.2
40582026-07-10T19:48:56.933Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
40592026-07-10T19:48:57.012Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
40602026-07-10T19:48:57.030Z[verify-libraries] Compiling atomicwrites v0.4.4
40612026-07-10T19:48:57.073Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40622026-07-10T19:48:57.073Z[verify-libraries] Compiling macaddr v1.0.1
40632026-07-10T19:48:57.113Z[verify-libraries] Compiling async-compression v0.4.41
40642026-07-10T19:48:57.133Z[verify-libraries] Compiling regress v0.10.5
40652026-07-10T19:48:57.155Z[verify-libraries] Compiling instant v0.1.13
40662026-07-10T19:48:57.197Z[verify-libraries] Compiling backon v1.6.0
40672026-07-10T19:48:57.216Z[verify-libraries] Compiling humantime v2.3.0
40682026-07-10T19:48:57.217Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
40692026-07-10T19:48:57.261Z[verify-libraries] Compiling convert_case v0.4.0
40702026-07-10T19:48:57.326Z[verify-libraries] Compiling backoff v0.4.0
40712026-07-10T19:48:57.368Z[verify-libraries] Compiling half v2.7.1
40722026-07-10T19:48:57.388Z[verify-libraries] Compiling async-stream v0.3.6
40732026-07-10T19:48:57.464Z[verify-libraries] Compiling progenitor-extras v0.2.0
40742026-07-10T19:48:57.495Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
40752026-07-10T19:48:57.517Z[verify-libraries] Compiling ciborium-io v0.2.2
40762026-07-10T19:48:57.546Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
40772026-07-10T19:48:57.592Z[verify-libraries] Compiling indent_write v2.2.0
40782026-07-10T19:48:57.612Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
40792026-07-10T19:48:57.612Z[verify-libraries] Compiling regress v0.11.1
40802026-07-10T19:48:57.657Z[verify-libraries] Compiling secrecy v0.10.3
40812026-07-10T19:48:57.680Z[verify-libraries] Compiling ciborium-ll v0.2.2
40822026-07-10T19:48:57.722Z[verify-libraries] Compiling derive_more v0.99.20
40832026-07-10T19:48:57.750Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
40842026-07-10T19:48:57.774Z[verify-libraries] Compiling structmeta v0.3.0
40852026-07-10T19:48:57.795Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
40862026-07-10T19:48:57.815Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
40872026-07-10T19:48:57.818Z[ recovery-image] Jul 10 19:48:56.570 INFO O| Jul 10 19:48:56.570 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40882026-07-10T19:48:57.819Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
40892026-07-10T19:48:57.864Z[ host-image] Jul 10 19:48:56.619 INFO O| Jul 10 19:48:56.618 INFO O| Download: 7252/23866 items 49.8/222.6MB 22% complete (911k/s)
40902026-07-10T19:48:57.882Z[verify-libraries] Compiling inout v0.1.4
40912026-07-10T19:48:57.903Z[verify-libraries] Compiling ciborium v0.2.2
40922026-07-10T19:48:57.926Z[verify-libraries] Compiling universal-hash v0.5.1
40932026-07-10T19:48:57.972Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
40942026-07-10T19:48:58.020Z[ recovery-image] Jul 10 19:48:56.773 INFO O| Jul 10 19:48:56.773 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40952026-07-10T19:48:58.023Z[ recovery-image] Jul 10 19:48:56.773 INFO O| Jul 10 19:48:56.773 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40962026-07-10T19:48:58.023Z[ recovery-image] Jul 10 19:48:56.773 INFO O| Jul 10 19:48:56.773 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40972026-07-10T19:48:58.023Z[ recovery-image] Jul 10 19:48:56.773 INFO O| Jul 10 19:48:56.773 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40982026-07-10T19:48:58.026Z[ recovery-image] Jul 10 19:48:56.781 INFO O| Jul 10 19:48:56.781 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40992026-07-10T19:48:58.032Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41002026-07-10T19:48:58.068Z[verify-libraries] Compiling derive-ex v0.1.8
41012026-07-10T19:48:58.103Z[verify-libraries] Compiling parse-display-derive v0.10.0
41022026-07-10T19:48:58.131Z[verify-libraries] Compiling cipher v0.4.4
41032026-07-10T19:48:58.165Z[verify-libraries] Compiling opaque-debug v0.3.1
41042026-07-10T19:48:58.189Z[ recovery-image] Jul 10 19:48:56.944 INFO O| Jul 10 19:48:56.944 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41052026-07-10T19:48:58.199Z[ recovery-image] Jul 10 19:48:56.954 INFO O| Jul 10 19:48:56.954 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
41062026-07-10T19:48:58.232Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41072026-07-10T19:48:58.294Z[verify-libraries] Compiling poly1305 v0.8.0
41082026-07-10T19:48:58.396Z[verify-libraries] Compiling chacha20 v0.9.1
41092026-07-10T19:48:58.429Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41102026-07-10T19:48:58.467Z[verify-libraries] Compiling byte-wrapper v0.1.0
41112026-07-10T19:48:58.471Z[verify-libraries] Compiling blake2 v0.10.6
41122026-07-10T19:48:58.525Z[ recovery-image] Jul 10 19:48:57.280 INFO O| Jul 10 19:48:57.280 INFO O| Caching catalogs ... Done
41132026-07-10T19:48:58.576Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41142026-07-10T19:48:58.620Z[ recovery-image] Jul 10 19:48:57.375 INFO O| Jul 10 19:48:57.375 INFO STEP 0 (pkg_image_create) COMPLETE
41152026-07-10T19:48:58.620Z[ recovery-image] Jul 10 19:48:57.375 INFO O| Jul 10 19:48:57.375 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41162026-07-10T19:48:58.630Z[ recovery-image] Jul 10 19:48:57.385 INFO O| Jul 10 19:48:57.385 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"]
41172026-07-10T19:48:58.679Z[verify-libraries] Compiling aead v0.5.2
41182026-07-10T19:48:58.773Z[verify-libraries] Compiling password-hash v0.5.0
41192026-07-10T19:48:58.859Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41202026-07-10T19:48:58.883Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41212026-07-10T19:48:58.953Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO STEP 1 (pkg_set_publisher) COMPLETE
41222026-07-10T19:48:58.953Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41232026-07-10T19:48:58.956Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO skip step because feature "publisher_1_name" is not enabled
41242026-07-10T19:48:58.956Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41252026-07-10T19:48:58.956Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO skip step because feature "publisher_2_name" is not enabled
41262026-07-10T19:48:58.957Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41272026-07-10T19:48:58.957Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO skip step because feature "publisher_3_name" is not enabled
41282026-07-10T19:48:58.958Z[ recovery-image] Jul 10 19:48:57.708 INFO O| Jul 10 19:48:57.708 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41292026-07-10T19:48:58.988Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41302026-07-10T19:48:59.086Z[verify-libraries] Compiling argon2 v0.5.3
41312026-07-10T19:48:59.125Z[verify-libraries] Compiling rayon-core v1.13.0
41322026-07-10T19:48:59.185Z[verify-libraries] Compiling glob v0.3.3
41332026-07-10T19:48:59.207Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41342026-07-10T19:48:59.277Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41352026-07-10T19:48:59.293Z[ recovery-image] Jul 10 19:48:58.048 INFO O| Jul 10 19:48:58.048 INFO variant opensolaris.zone is already global
41362026-07-10T19:48:59.294Z[ recovery-image] Jul 10 19:48:58.048 INFO O| Jul 10 19:48:58.048 INFO STEP 5 (pkg_change_variant) COMPLETE
41372026-07-10T19:48:59.294Z[ recovery-image] Jul 10 19:48:58.048 INFO O| Jul 10 19:48:58.048 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41382026-07-10T19:48:59.350Z[verify-libraries] Compiling usdt-macro v0.5.0
41392026-07-10T19:48:59.413Z[verify-libraries] Compiling typify-impl v0.6.2
41402026-07-10T19:48:59.501Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41412026-07-10T19:48:59.623Z[ recovery-image] Jul 10 19:48:58.378 INFO O| Jul 10 19:48:58.378 INFO variant opensolaris.imagetype is full; changing to partial
41422026-07-10T19:48:59.623Z[ recovery-image] Jul 10 19:48:58.378 INFO O| Jul 10 19:48:58.378 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
41432026-07-10T19:48:59.635Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41442026-07-10T19:48:59.701Z[verify-libraries] Compiling vsss-rs v3.3.4
41452026-07-10T19:48:59.883Z[verify-libraries] Compiling test-strategy v0.4.5
41462026-07-10T19:49:00.041Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41472026-07-10T19:49:00.044Z[verify-libraries] Compiling parse-display v0.10.0
41482026-07-10T19:49:00.200Z[verify-libraries] Compiling memmap v0.7.0
41492026-07-10T19:49:00.261Z[verify-libraries] Compiling heapless v0.8.0
41502026-07-10T19:49:00.398Z[verify-libraries] Compiling usdt v0.5.0
41512026-07-10T19:49:00.420Z[verify-libraries] Compiling proc-macro-error v1.0.4
41522026-07-10T19:49:00.451Z[verify-libraries] Compiling ingot-macros v0.1.1
41532026-07-10T19:49:00.453Z[verify-libraries] Compiling tabwriter v1.4.1
41542026-07-10T19:49:00.493Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
41552026-07-10T19:49:00.496Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41562026-07-10T19:49:00.610Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41572026-07-10T19:49:00.681Z[verify-libraries] Compiling num_enum_derive v0.7.6
41582026-07-10T19:49:00.740Z[verify-libraries] Compiling hash32 v0.3.1
41592026-07-10T19:49:00.762Z[verify-libraries] Compiling smoltcp v0.11.0
41602026-07-10T19:49:00.762Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
41612026-07-10T19:49:00.809Z[verify-libraries] Compiling toml v0.8.23
41622026-07-10T19:49:00.864Z[ recovery-image] Jul 10 19:48:59.619 INFO O| Jul 10 19:48:59.619 INFO O| Startup: Refreshing catalog 'helios' ... Done
41632026-07-10T19:49:00.880Z[verify-libraries] Compiling cobs v0.3.0
41642026-07-10T19:49:00.953Z[verify-libraries] Compiling colored v3.1.1
41652026-07-10T19:49:00.956Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
41662026-07-10T19:49:00.993Z[ recovery-image] Jul 10 19:48:59.747 INFO O| Jul 10 19:48:59.745 INFO O| Startup: Caching catalogs ... Done
41672026-07-10T19:49:00.998Z[ recovery-image] Jul 10 19:48:59.753 INFO O| Jul 10 19:48:59.752 INFO O| Planning: Planning completed in 0.00 seconds
41682026-07-10T19:49:00.998Z[ recovery-image] Jul 10 19:48:59.753 INFO O| Jul 10 19:48:59.752 INFO O| Planning: Consolidating action changes ... Done
41692026-07-10T19:49:00.998Z[ recovery-image] Jul 10 19:48:59.753 INFO O| Jul 10 19:48:59.752 INFO O| Planning: Evaluating mediators ... Done
41702026-07-10T19:49:01.001Z[ recovery-image] Jul 10 19:48:59.753 INFO O| Jul 10 19:48:59.753 INFO O| Planning: Planning completed in 0.00 seconds
41712026-07-10T19:49:01.001Z[ recovery-image] Jul 10 19:48:59.753 INFO O| Jul 10 19:48:59.753 INFO O| Variants/Facets to change: 1
41722026-07-10T19:49:01.019Z[ recovery-image] Jul 10 19:48:59.774 INFO O| Jul 10 19:48:59.774 INFO O| Finalize: Updating package state database ... Done
41732026-07-10T19:49:01.019Z[ recovery-image] Jul 10 19:48:59.774 INFO O| Jul 10 19:48:59.774 INFO O| Finalize: Updating package cache ... Done
41742026-07-10T19:49:01.044Z[ recovery-image] Jul 10 19:48:59.798 INFO O| Jul 10 19:48:59.798 INFO O| Finalize: Updating image state ... Done
41752026-07-10T19:49:01.050Z[ recovery-image] Jul 10 19:48:59.803 INFO O| Jul 10 19:48:59.803 INFO O| Finalize: Creating fast lookup database ... Done
41762026-07-10T19:49:01.050Z[ recovery-image] Jul 10 19:48:59.804 INFO O| Jul 10 19:48:59.804 INFO O| Finalize: Reading search index ... Done
41772026-07-10T19:49:01.051Z[ recovery-image] Jul 10 19:48:59.804 INFO O| Jul 10 19:48:59.804 INFO O| Finalize: Updating search index ... Done
41782026-07-10T19:49:01.051Z[ recovery-image] Jul 10 19:48:59.805 INFO O| Jul 10 19:48:59.805 INFO O| Finalize: Updating package cache ... Done
41792026-07-10T19:49:01.085Z[verify-libraries] Compiling postcard v1.1.3
41802026-07-10T19:49:01.135Z[verify-libraries] Compiling rayon v1.11.0
41812026-07-10T19:49:01.199Z[ recovery-image] Jul 10 19:48:59.952 INFO O| Jul 10 19:48:59.952 INFO STEP 6 (pkg_change_variant) COMPLETE
41822026-07-10T19:49:01.199Z[ recovery-image] Jul 10 19:48:59.952 INFO O| Jul 10 19:48:59.952 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41832026-07-10T19:49:01.201Z[ recovery-image] Jul 10 19:48:59.952 INFO O| Jul 10 19:48:59.952 INFO skip step because feature "debug_variant" is not enabled
41842026-07-10T19:49:01.201Z[ recovery-image] Jul 10 19:48:59.952 INFO O| Jul 10 19:48:59.952 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41852026-07-10T19:49:01.236Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41862026-07-10T19:49:01.342Z[verify-libraries] Compiling rand v0.10.1
41872026-07-10T19:49:01.419Z[verify-libraries] Compiling proc-macro-crate v1.3.1
41882026-07-10T19:49:01.460Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41892026-07-10T19:49:01.460Z[verify-libraries] Compiling foreign-types-macros v0.2.3
41902026-07-10T19:49:01.480Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41912026-07-10T19:49:01.505Z[verify-libraries] Compiling foreign-types-shared v0.3.1
41922026-07-10T19:49:01.532Z[ recovery-image] Jul 10 19:49:00.287 INFO O| Jul 10 19:49:00.286 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41932026-07-10T19:49:01.601Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
41942026-07-10T19:49:01.725Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
41952026-07-10T19:49:01.863Z[verify-libraries] Compiling num-derive v0.4.2
41962026-07-10T19:49:01.866Z[verify-libraries] Compiling num_enum v0.7.6
41972026-07-10T19:49:01.866Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
41982026-07-10T19:49:01.903Z[verify-libraries] Compiling cstr-argument v0.1.2
41992026-07-10T19:49:01.944Z[verify-libraries] Compiling num_enum_derive v0.5.11
42002026-07-10T19:49:02.056Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42012026-07-10T19:49:02.079Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42022026-07-10T19:49:02.132Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42032026-07-10T19:49:02.154Z[verify-libraries] Compiling foreign-types v0.5.0
42042026-07-10T19:49:02.273Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42052026-07-10T19:49:02.299Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42062026-07-10T19:49:02.327Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42072026-07-10T19:49:02.371Z[verify-libraries] Compiling sigpipe v0.1.3
42082026-07-10T19:49:02.371Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42092026-07-10T19:49:02.429Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42102026-07-10T19:49:02.468Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42112026-07-10T19:49:02.558Z[verify-libraries] Compiling itertools v0.12.1
42122026-07-10T19:49:02.584Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42132026-07-10T19:49:02.645Z[verify-libraries] Compiling smf v0.2.3
42142026-07-10T19:49:02.694Z[ recovery-image] Jul 10 19:49:01.449 INFO O| Jul 10 19:49:01.449 INFO O| Startup: Refreshing catalog 'helios' ... Done
42152026-07-10T19:49:02.730Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42162026-07-10T19:49:02.785Z[verify-libraries] Compiling whoami v1.6.1
42172026-07-10T19:49:02.831Z[ recovery-image] Jul 10 19:49:01.585 INFO O| Jul 10 19:49:01.581 INFO O| Startup: Caching catalogs ... Done
42182026-07-10T19:49:02.834Z[ recovery-image] Jul 10 19:49:01.588 INFO O| Jul 10 19:49:01.588 INFO O| Planning: Planning completed in 0.00 seconds
42192026-07-10T19:49:02.834Z[ recovery-image] Jul 10 19:49:01.589 INFO O| Jul 10 19:49:01.589 INFO O| Planning: Consolidating action changes ... Done
42202026-07-10T19:49:02.834Z[ recovery-image] Jul 10 19:49:01.589 INFO O| Jul 10 19:49:01.589 INFO O| Planning: Evaluating mediators ... Done
42212026-07-10T19:49:02.834Z[ recovery-image] Jul 10 19:49:01.589 INFO O| Jul 10 19:49:01.589 INFO O| Planning: Planning completed in 0.00 seconds
42222026-07-10T19:49:02.837Z[ recovery-image] Jul 10 19:49:01.589 INFO O| Jul 10 19:49:01.589 INFO O| Variants/Facets to change: 1
42232026-07-10T19:49:02.857Z[ recovery-image] Jul 10 19:49:01.611 INFO O| Jul 10 19:49:01.611 INFO O| Finalize: Updating package state database ... Done
42242026-07-10T19:49:02.857Z[ recovery-image] Jul 10 19:49:01.611 INFO O| Jul 10 19:49:01.611 INFO O| Finalize: Updating package cache ... Done
42252026-07-10T19:49:02.882Z[ recovery-image] Jul 10 19:49:01.637 INFO O| Jul 10 19:49:01.637 INFO O| Finalize: Updating image state ... Done
42262026-07-10T19:49:02.887Z[ recovery-image] Jul 10 19:49:01.642 INFO O| Jul 10 19:49:01.642 INFO O| Finalize: Creating fast lookup database ... Done
42272026-07-10T19:49:02.890Z[ recovery-image] Jul 10 19:49:01.643 INFO O| Jul 10 19:49:01.643 INFO O| Finalize: Reading search index ... Done
42282026-07-10T19:49:02.890Z[ recovery-image] Jul 10 19:49:01.643 INFO O| Jul 10 19:49:01.643 INFO O| Finalize: Updating search index ... Done
42292026-07-10T19:49:02.890Z[ recovery-image] Jul 10 19:49:01.644 INFO O| Jul 10 19:49:01.644 INFO O| Finalize: Updating package cache ... Done
42302026-07-10T19:49:02.951Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42312026-07-10T19:49:03.039Z[ recovery-image] Jul 10 19:49:01.794 INFO O| Jul 10 19:49:01.794 INFO STEP 8 (pkg_change_facet) COMPLETE
42322026-07-10T19:49:03.039Z[ recovery-image] Jul 10 19:49:01.794 INFO O| Jul 10 19:49:01.794 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42332026-07-10T19:49:03.060Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42342026-07-10T19:49:03.079Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42352026-07-10T19:49:03.103Z[verify-libraries] Compiling derive-where v1.6.0
42362026-07-10T19:49:03.164Z[verify-libraries] Compiling num_enum v0.5.11
42372026-07-10T19:49:03.177Z[ host-image] Jul 10 19:49:01.931 INFO O| Jul 10 19:49:01.931 INFO O| Download: 8745/23866 items 65.4/222.6MB 29% complete (1.8M/s)
42382026-07-10T19:49:03.230Z[verify-libraries] Compiling owo-colors v4.3.0
42392026-07-10T19:49:03.230Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42402026-07-10T19:49:03.316Z[verify-libraries] Compiling gethostname v0.5.0
42412026-07-10T19:49:03.338Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42422026-07-10T19:49:03.380Z[verify-libraries] Compiling libsw-core v0.3.2
42432026-07-10T19:49:03.408Z[ recovery-image] Jul 10 19:49:02.162 INFO O| Jul 10 19:49:02.162 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
42442026-07-10T19:49:03.510Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42452026-07-10T19:49:03.510Z[verify-libraries] Compiling console v0.15.11
42462026-07-10T19:49:03.603Z[verify-libraries] Compiling libsw v3.5.0
42472026-07-10T19:49:03.631Z[verify-libraries] Compiling ingot-types v0.1.2
42482026-07-10T19:49:03.762Z[verify-libraries] Compiling linear-map v1.2.0
42492026-07-10T19:49:03.876Z[verify-libraries] Compiling zone v0.3.1
42502026-07-10T19:49:03.899Z[verify-libraries] Compiling newline-converter v0.3.0
42512026-07-10T19:49:03.987Z[verify-libraries] Compiling resolv-conf v0.7.6
42522026-07-10T19:49:04.011Z[verify-libraries] Compiling num-rational v0.4.2
42532026-07-10T19:49:04.011Z[verify-libraries] Compiling num-complex v0.4.6
42542026-07-10T19:49:04.053Z[verify-libraries] Compiling expectorate v1.2.0
42552026-07-10T19:49:04.088Z[verify-libraries] Compiling slog-dtrace v0.3.0
42562026-07-10T19:49:04.110Z[verify-libraries] Compiling ingot v0.1.1
42572026-07-10T19:49:04.162Z[verify-libraries] Compiling prettyplease v0.2.37
42582026-07-10T19:49:04.212Z[verify-libraries] Compiling typify-macro v0.6.2
42592026-07-10T19:49:04.243Z[verify-libraries] Compiling float-ord v0.3.2
42602026-07-10T19:49:04.293Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
42612026-07-10T19:49:04.363Z[verify-libraries] Compiling linked-hash-map v0.5.6
42622026-07-10T19:49:04.396Z[verify-libraries] Compiling num v0.4.3
42632026-07-10T19:49:04.452Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
42642026-07-10T19:49:04.511Z[verify-libraries] Compiling hickory-proto v0.24.4
42652026-07-10T19:49:04.536Z[verify-libraries] Compiling convert_case v0.10.0
42662026-07-10T19:49:04.540Z[ recovery-image] Jul 10 19:49:03.295 INFO O| Jul 10 19:49:03.295 INFO O| Startup: Refreshing catalog 'helios' ... Done
42672026-07-10T19:49:04.592Z[verify-libraries] Compiling lru-cache v0.1.2
42682026-07-10T19:49:04.613Z[verify-libraries] Compiling minimal-lexical v0.2.1
42692026-07-10T19:49:04.659Z[verify-libraries] Compiling display-error-chain v0.2.2
42702026-07-10T19:49:04.667Z[ recovery-image] Jul 10 19:49:03.422 INFO O| Jul 10 19:49:03.422 INFO O| Startup: Caching catalogs ... Done
42712026-07-10T19:49:04.674Z[ recovery-image] Jul 10 19:49:03.429 INFO O| Jul 10 19:49:03.429 INFO O| Planning: Planning completed in 0.00 seconds
42722026-07-10T19:49:04.677Z[ recovery-image] Jul 10 19:49:03.430 INFO O| Jul 10 19:49:03.430 INFO O| Planning: Consolidating action changes ... Done
42732026-07-10T19:49:04.677Z[ recovery-image] Jul 10 19:49:03.430 INFO O| Jul 10 19:49:03.430 INFO O| Planning: Evaluating mediators ... Done
42742026-07-10T19:49:04.677Z[ recovery-image] Jul 10 19:49:03.430 INFO O| Jul 10 19:49:03.430 INFO O| Planning: Planning completed in 0.00 seconds
42752026-07-10T19:49:04.679Z[ recovery-image] Jul 10 19:49:03.434 INFO O| Jul 10 19:49:03.430 INFO O| Variants/Facets to change: 1
42762026-07-10T19:49:04.699Z[ recovery-image] Jul 10 19:49:03.454 INFO O| Jul 10 19:49:03.454 INFO O| Finalize: Updating package state database ... Done
42772026-07-10T19:49:04.699Z[ recovery-image] Jul 10 19:49:03.454 INFO O| Jul 10 19:49:03.454 INFO O| Finalize: Updating package cache ... Done
42782026-07-10T19:49:04.707Z[verify-libraries] Compiling unicode-xid v0.2.6
42792026-07-10T19:49:04.710Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
42802026-07-10T19:49:04.721Z[ recovery-image] Jul 10 19:49:03.476 INFO O| Jul 10 19:49:03.476 INFO O| Finalize: Updating image state ... Done
42812026-07-10T19:49:04.730Z[ recovery-image] Jul 10 19:49:03.481 INFO O| Jul 10 19:49:03.481 INFO O| Finalize: Creating fast lookup database ... Done
42822026-07-10T19:49:04.730Z[ recovery-image] Jul 10 19:49:03.482 INFO O| Jul 10 19:49:03.482 INFO O| Finalize: Reading search index ... Done
42832026-07-10T19:49:04.730Z[ recovery-image] Jul 10 19:49:03.482 INFO O| Jul 10 19:49:03.482 INFO O| Finalize: Updating search index ... Done
42842026-07-10T19:49:04.731Z[ recovery-image] Jul 10 19:49:03.483 INFO O| Jul 10 19:49:03.483 INFO O| Finalize: Updating package cache ... Done
42852026-07-10T19:49:04.794Z[verify-libraries] Compiling tabled_derive v0.7.0
42862026-07-10T19:49:04.872Z[verify-libraries] Compiling nom v7.1.3
42872026-07-10T19:49:04.875Z[ recovery-image] Jul 10 19:49:03.627 INFO O| Jul 10 19:49:03.627 INFO STEP 9 (pkg_change_facet) COMPLETE
42882026-07-10T19:49:04.875Z[ recovery-image] Jul 10 19:49:03.627 INFO O| Jul 10 19:49:03.627 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42892026-07-10T19:49:04.916Z[verify-libraries] Compiling ar_archive_writer v0.5.1
42902026-07-10T19:49:04.938Z[verify-libraries] Compiling fd-lock v4.0.4
42912026-07-10T19:49:04.941Z[verify-libraries] Compiling derive_more-impl v2.1.1
42922026-07-10T19:49:05.012Z[verify-libraries] Compiling vte v0.14.1
42932026-07-10T19:49:05.041Z[verify-libraries] Compiling nu-ansi-term v0.50.3
42942026-07-10T19:49:05.145Z[verify-libraries] Compiling stacker v0.1.23
42952026-07-10T19:49:05.193Z[ recovery-image] Jul 10 19:49:03.948 INFO O| Jul 10 19:49:03.947 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42962026-07-10T19:49:05.273Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
42972026-07-10T19:49:05.364Z[verify-libraries] Compiling cfg_aliases v0.1.1
42982026-07-10T19:49:05.471Z[verify-libraries] Compiling reedline v0.40.0
42992026-07-10T19:49:05.502Z[verify-libraries] Compiling nix v0.28.0
43002026-07-10T19:49:05.567Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43012026-07-10T19:49:05.618Z[verify-libraries] Compiling termtree v0.5.1
43022026-07-10T19:49:05.788Z[verify-libraries] Compiling semver v0.1.20
43032026-07-10T19:49:05.810Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43042026-07-10T19:49:05.832Z[verify-libraries] Compiling phf_shared v0.12.1
43052026-07-10T19:49:05.869Z[verify-libraries] Compiling psm v0.1.30
43062026-07-10T19:49:05.872Z[verify-libraries] Compiling derive_more v2.1.1
43072026-07-10T19:49:05.919Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43082026-07-10T19:49:05.954Z[verify-libraries] Compiling tabled v0.15.0
43092026-07-10T19:49:06.012Z[verify-libraries] Compiling crossterm v0.29.0
43102026-07-10T19:49:06.067Z[verify-libraries] Compiling rustc_version v0.1.7
43112026-07-10T19:49:06.158Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43122026-07-10T19:49:06.215Z[verify-libraries] Compiling typify v0.6.2
43132026-07-10T19:49:06.247Z[verify-libraries] Compiling nibble_vec v0.1.0
43142026-07-10T19:49:06.364Z[verify-libraries] Compiling progenitor-impl v0.14.0
43152026-07-10T19:49:06.385Z[verify-libraries] Compiling chrono-tz v0.10.4
43162026-07-10T19:49:06.388Z[verify-libraries] Compiling highway v1.3.0
43172026-07-10T19:49:06.446Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43182026-07-10T19:49:06.554Z[ recovery-image] Jul 10 19:49:05.308 INFO O| Jul 10 19:49:05.308 INFO O| Startup: Refreshing catalog 'helios' ... Done
43192026-07-10T19:49:06.662Z[verify-libraries] Compiling endian-type v0.1.2
43202026-07-10T19:49:06.697Z[ recovery-image] Jul 10 19:49:05.452 INFO O| Jul 10 19:49:05.451 INFO O| Startup: Caching catalogs ... Done
43212026-07-10T19:49:06.704Z[ recovery-image] Jul 10 19:49:05.459 INFO O| Jul 10 19:49:05.459 INFO O| Planning: Planning completed in 0.00 seconds
43222026-07-10T19:49:06.707Z[ recovery-image] Jul 10 19:49:05.459 INFO O| Jul 10 19:49:05.459 INFO O| Planning: Consolidating action changes ... Done
43232026-07-10T19:49:06.707Z[ recovery-image] Jul 10 19:49:05.459 INFO O| Jul 10 19:49:05.459 INFO O| Planning: Evaluating mediators ... Done
43242026-07-10T19:49:06.707Z[ recovery-image] Jul 10 19:49:05.460 INFO O| Jul 10 19:49:05.460 INFO O| Planning: Planning completed in 0.00 seconds
43252026-07-10T19:49:06.708Z[ recovery-image] Jul 10 19:49:05.460 INFO O| Jul 10 19:49:05.460 INFO O| Variants/Facets to change: 1
43262026-07-10T19:49:06.711Z[verify-libraries] Compiling newtype_derive v0.1.6
43272026-07-10T19:49:06.716Z[ recovery-image] Jul 10 19:49:05.471 INFO O| Jul 10 19:49:05.471 INFO O| Finalize: Updating package state database ... Done
43282026-07-10T19:49:06.716Z[ recovery-image] Jul 10 19:49:05.471 INFO O| Jul 10 19:49:05.471 INFO O| Finalize: Updating package cache ... Done
43292026-07-10T19:49:06.740Z[ recovery-image] Jul 10 19:49:05.494 INFO O| Jul 10 19:49:05.494 INFO O| Finalize: Updating image state ... Done
43302026-07-10T19:49:06.743Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43312026-07-10T19:49:06.746Z[ recovery-image] Jul 10 19:49:05.501 INFO O| Jul 10 19:49:05.500 INFO O| Finalize: Creating fast lookup database ... Done
43322026-07-10T19:49:06.746Z[ recovery-image] Jul 10 19:49:05.501 INFO O| Jul 10 19:49:05.501 INFO O| Finalize: Reading search index ... Done
43332026-07-10T19:49:06.746Z[ recovery-image] Jul 10 19:49:05.501 INFO O| Jul 10 19:49:05.501 INFO O| Finalize: Updating search index ... Done
43342026-07-10T19:49:06.752Z[ recovery-image] Jul 10 19:49:05.502 INFO O| Jul 10 19:49:05.502 INFO O| Finalize: Updating package cache ... Done
43352026-07-10T19:49:06.777Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43362026-07-10T19:49:06.780Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43372026-07-10T19:49:06.875Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43382026-07-10T19:49:06.889Z[ recovery-image] Jul 10 19:49:05.644 INFO O| Jul 10 19:49:05.644 INFO STEP 10 (pkg_change_facet) COMPLETE
43392026-07-10T19:49:06.889Z[ recovery-image] Jul 10 19:49:05.644 INFO O| Jul 10 19:49:05.644 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
43402026-07-10T19:49:06.899Z[ recovery-image] Jul 10 19:49:05.654 INFO O| Jul 10 19:49:05.654 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"]
43412026-07-10T19:49:07.022Z[verify-libraries] Compiling hickory-resolver v0.24.4
43422026-07-10T19:49:07.169Z[verify-libraries] Compiling radix_trie v0.2.1
43432026-07-10T19:49:07.305Z[verify-libraries] Compiling recursive v0.1.1
43442026-07-10T19:49:07.330Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43452026-07-10T19:49:07.388Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43462026-07-10T19:49:07.561Z[verify-libraries] Compiling phf v0.12.1
43472026-07-10T19:49:07.594Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43482026-07-10T19:49:07.743Z[ recovery-image] Jul 10 19:49:06.498 INFO O| Jul 10 19:49:06.498 INFO O| Startup: Refreshing catalog 'helios' ... Done
43492026-07-10T19:49:07.869Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43502026-07-10T19:49:07.878Z[ recovery-image] Jul 10 19:49:06.633 INFO O| Jul 10 19:49:06.633 INFO O| Startup: Caching catalogs ... Done
43512026-07-10T19:49:07.908Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43522026-07-10T19:49:08.060Z[verify-libraries] Compiling peg-macros v0.8.5
43532026-07-10T19:49:08.210Z[verify-libraries] Compiling qorb v0.4.1
43542026-07-10T19:49:08.213Z[ host-image] Jul 10 19:49:06.966 INFO O| Jul 10 19:49:06.966 INFO O| Download: 10259/23866 items 92.6/222.6MB 41% complete (4.2M/s)
43552026-07-10T19:49:08.316Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43562026-07-10T19:49:08.499Z[ recovery-image] Jul 10 19:49:07.254 INFO O| Jul 10 19:49:07.254 INFO O| Planning: Solver setup ... Done
43572026-07-10T19:49:08.518Z[ recovery-image] Jul 10 19:49:07.273 INFO O| Jul 10 19:49:07.273 INFO O| Planning: Running solver ... Done
43582026-07-10T19:49:08.534Z[ recovery-image] Jul 10 19:49:07.289 INFO O| Jul 10 19:49:07.289 INFO O| Planning: Finding local manifests ... Done
43592026-07-10T19:49:08.560Z[ recovery-image] Jul 10 19:49:07.315 INFO O| Jul 10 19:49:07.315 INFO O| Planning: Fetching manifests: 0/128 0% complete
43602026-07-10T19:49:08.635Z[verify-libraries] Compiling csv-core v0.1.13
43612026-07-10T19:49:08.660Z[verify-libraries] Compiling winnow v0.6.26
43622026-07-10T19:49:08.911Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43632026-07-10T19:49:08.974Z[verify-libraries] Compiling home v0.5.12
43642026-07-10T19:49:09.017Z[verify-libraries] Compiling unicode_categories v0.1.1
43652026-07-10T19:49:09.182Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43662026-07-10T19:49:09.225Z[verify-libraries] Compiling rustyline v14.0.0
43672026-07-10T19:49:09.277Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43682026-07-10T19:49:09.367Z[verify-libraries] Compiling sqlparser v0.61.0
43692026-07-10T19:49:09.390Z[verify-libraries] Compiling textwrap v0.16.2
43702026-07-10T19:49:09.394Z[verify-libraries] Compiling progenitor-macro v0.14.0
43712026-07-10T19:49:09.394Z[verify-libraries] Compiling csv v1.4.0
43722026-07-10T19:49:09.486Z[verify-libraries] Compiling const_format v0.2.35
43732026-07-10T19:49:09.681Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43742026-07-10T19:49:09.752Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43752026-07-10T19:49:09.880Z[verify-libraries] Compiling peg v0.8.5
43762026-07-10T19:49:09.996Z[verify-libraries] Compiling bcs v0.1.6
43772026-07-10T19:49:10.026Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43782026-07-10T19:49:10.047Z[verify-libraries] Compiling sqlformat v0.3.5
43792026-07-10T19:49:10.181Z[verify-libraries] Compiling nom v8.0.0
43802026-07-10T19:49:10.249Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43812026-07-10T19:49:10.389Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43822026-07-10T19:49:10.416Z[verify-libraries] Compiling base64 v0.21.7
43832026-07-10T19:49:10.484Z[verify-libraries] Compiling steno v0.4.1
43842026-07-10T19:49:10.517Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43852026-07-10T19:49:10.625Z[verify-libraries] Compiling sha1 v0.10.6
43862026-07-10T19:49:10.820Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43872026-07-10T19:49:10.909Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43882026-07-10T19:49:10.944Z[verify-libraries] Compiling tagptr v0.2.0
43892026-07-10T19:49:11.090Z[verify-libraries] Compiling utf-8 v0.7.6
43902026-07-10T19:49:11.138Z[verify-libraries] Compiling moka v0.12.13
43912026-07-10T19:49:11.159Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
43922026-07-10T19:49:11.159Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
43932026-07-10T19:49:11.202Z[verify-libraries] Compiling radium v0.7.0
43942026-07-10T19:49:11.307Z[verify-libraries] Compiling tungstenite v0.21.0
43952026-07-10T19:49:11.329Z[verify-libraries] Compiling ron v0.8.1
43962026-07-10T19:49:11.332Z[verify-libraries] Compiling tap v1.0.1
43972026-07-10T19:49:11.372Z[verify-libraries] Compiling maybe-uninit v2.0.0
43982026-07-10T19:49:11.474Z[verify-libraries] Compiling wyz v0.5.1
43992026-07-10T19:49:11.510Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44002026-07-10T19:49:11.532Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44012026-07-10T19:49:11.718Z[verify-libraries] Compiling funty v2.0.0
44022026-07-10T19:49:11.827Z[verify-libraries] Compiling packed_struct v0.10.1
44032026-07-10T19:49:11.847Z[verify-libraries] Compiling crc-catalog v2.4.0
44042026-07-10T19:49:11.952Z[ recovery-image] Jul 10 19:49:10.706 INFO O| Jul 10 19:49:10.706 INFO O| Planning: Fetching manifests: 128/128 100% complete
44052026-07-10T19:49:12.007Z[verify-libraries] Compiling hickory-resolver v0.25.2
44062026-07-10T19:49:12.034Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44072026-07-10T19:49:12.068Z[verify-libraries] Compiling crc v3.4.0
44082026-07-10T19:49:12.269Z[verify-libraries] Compiling bitvec v1.0.1
44092026-07-10T19:49:12.389Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44102026-07-10T19:49:12.422Z[verify-libraries] Compiling bitfield-macros v0.19.4
44112026-07-10T19:49:12.425Z[verify-libraries] Compiling indexmap v1.9.3
44122026-07-10T19:49:12.442Z[verify-libraries] Compiling nodrop v0.1.14
44132026-07-10T19:49:12.485Z[ recovery-image] Jul 10 19:49:11.240 INFO O| Jul 10 19:49:11.240 INFO O| Planning: Package planning ... Done
44142026-07-10T19:49:12.505Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44152026-07-10T19:49:12.524Z[verify-libraries] Compiling zerocopy v0.6.6
44162026-07-10T19:49:12.631Z[ recovery-image] Jul 10 19:49:11.386 INFO O| Jul 10 19:49:11.386 INFO O| Planning: Merging actions ... Done
44172026-07-10T19:49:12.655Z[verify-libraries] Compiling libefi-sys v0.1.0
44182026-07-10T19:49:12.659Z[verify-libraries] Compiling array-init v0.0.4
44192026-07-10T19:49:12.703Z[ recovery-image] Jul 10 19:49:11.457 INFO O| Jul 10 19:49:11.457 INFO O| Planning: Checking for conflicting actions ... Done
44202026-07-10T19:49:12.757Z[ recovery-image] Jul 10 19:49:11.512 INFO O| Jul 10 19:49:11.512 INFO O| Planning: Consolidating action changes ... Done
44212026-07-10T19:49:12.891Z[ recovery-image] Jul 10 19:49:11.645 INFO O| Jul 10 19:49:11.644 INFO O| Planning: Evaluating mediators ... Done
44222026-07-10T19:49:12.924Z[verify-libraries] Compiling smallvec v0.6.14
44232026-07-10T19:49:12.997Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44242026-07-10T19:49:12.997Z[verify-libraries] Compiling bitfield-struct v0.6.2
44252026-07-10T19:49:13.141Z[verify-libraries] Compiling hashbrown v0.12.3
44262026-07-10T19:49:13.216Z[ host-image] Jul 10 19:49:11.971 INFO O| Jul 10 19:49:11.971 INFO O| Download: 11753/23866 items 99.7/222.6MB 44% complete (3.4M/s)
44272026-07-10T19:49:13.245Z[verify-libraries] Compiling serde-hex v0.1.0
44282026-07-10T19:49:13.339Z[verify-libraries] Compiling bitfield v0.19.4
44292026-07-10T19:49:13.578Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44302026-07-10T19:49:13.718Z[verify-libraries] Compiling hashbrown v0.13.2
44312026-07-10T19:49:13.860Z[verify-libraries] Compiling crc-any v2.5.0
44322026-07-10T19:49:13.900Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44332026-07-10T19:49:13.949Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44342026-07-10T19:49:14.053Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44352026-07-10T19:49:14.122Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44362026-07-10T19:49:14.186Z[verify-libraries] Compiling path-slash v0.1.5
44372026-07-10T19:49:14.278Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44382026-07-10T19:49:14.352Z[verify-libraries] Compiling object v0.30.4
44392026-07-10T19:49:14.413Z[ recovery-image] Jul 10 19:49:13.168 INFO O| Jul 10 19:49:13.168 INFO O| Planning: Planning completed in 6.53 seconds
44402026-07-10T19:49:14.417Z[ recovery-image] Jul 10 19:49:13.170 INFO O| Jul 10 19:49:13.170 INFO O| Packages to install: 128
44412026-07-10T19:49:14.417Z[ recovery-image] Jul 10 19:49:13.170 INFO O| Jul 10 19:49:13.170 INFO O| Mediators to change: 5
44422026-07-10T19:49:14.417Z[ recovery-image] Jul 10 19:49:13.170 INFO O| Jul 10 19:49:13.170 INFO O| Services to change: 5
44432026-07-10T19:49:14.443Z[ recovery-image] Jul 10 19:49:13.198 INFO O| Jul 10 19:49:13.198 INFO O| Download: 0/16671 items 0.0/199.8MB 0% complete
44442026-07-10T19:49:14.522Z[verify-libraries] Compiling xshell-macros v0.2.7
44452026-07-10T19:49:14.522Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44462026-07-10T19:49:14.588Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44472026-07-10T19:49:14.609Z[verify-libraries] Compiling num-derive v0.3.3
44482026-07-10T19:49:14.720Z[verify-libraries] Compiling subprocess v0.2.15
44492026-07-10T19:49:14.799Z[verify-libraries] Compiling papergrid v0.17.0
44502026-07-10T19:49:14.870Z[verify-libraries] Compiling progenitor v0.14.0
44512026-07-10T19:49:14.912Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44522026-07-10T19:49:15.039Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44532026-07-10T19:49:15.068Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44542026-07-10T19:49:15.105Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44552026-07-10T19:49:15.151Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44562026-07-10T19:49:15.228Z[verify-libraries] Compiling xshell v0.2.7
44572026-07-10T19:49:15.251Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44582026-07-10T19:49:15.337Z[verify-libraries] Compiling testing_table v0.3.0
44592026-07-10T19:49:15.536Z[verify-libraries] Compiling progenitor-impl v0.13.0
44602026-07-10T19:49:15.560Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44612026-07-10T19:49:15.581Z[verify-libraries] Compiling headers-core v0.3.0
44622026-07-10T19:49:15.638Z[verify-libraries] Compiling tabled_derive v0.11.0
44632026-07-10T19:49:15.676Z[verify-libraries] Compiling libscf-sys v1.1.0
44642026-07-10T19:49:15.756Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44652026-07-10T19:49:15.811Z[verify-libraries] Compiling unicase v2.9.0
44662026-07-10T19:49:15.878Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44672026-07-10T19:49:16.061Z[verify-libraries] Compiling headers v0.4.1
44682026-07-10T19:49:16.102Z[verify-libraries] Compiling progenitor-client v0.13.0
44692026-07-10T19:49:16.254Z[verify-libraries] Compiling maplit v1.0.2
44702026-07-10T19:49:16.315Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44712026-07-10T19:49:16.401Z[verify-libraries] Compiling yasna v0.5.2
44722026-07-10T19:49:16.451Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44732026-07-10T19:49:16.504Z[verify-libraries] Compiling crc8 v0.1.1
44742026-07-10T19:49:16.610Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44752026-07-10T19:49:16.636Z[verify-libraries] Compiling vergen-lib v0.1.6
44762026-07-10T19:49:16.668Z[verify-libraries] Compiling diesel_derives v2.3.7
44772026-07-10T19:49:16.905Z[verify-libraries] Compiling rcgen v0.12.1
44782026-07-10T19:49:16.970Z[verify-libraries] Compiling tabled v0.20.0
44792026-07-10T19:49:16.993Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44802026-07-10T19:49:16.996Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44812026-07-10T19:49:17.037Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44822026-07-10T19:49:17.146Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44832026-07-10T19:49:17.358Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44842026-07-10T19:49:17.397Z[verify-libraries] Compiling half v1.8.3
44852026-07-10T19:49:17.452Z[verify-libraries] Compiling r2d2 v0.8.10
44862026-07-10T19:49:17.474Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44872026-07-10T19:49:17.643Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44882026-07-10T19:49:17.665Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44892026-07-10T19:49:17.721Z[verify-libraries] Compiling serde_cbor v0.11.2
44902026-07-10T19:49:17.760Z[verify-libraries] Compiling dirs-sys-next v0.1.2
44912026-07-10T19:49:17.814Z[verify-libraries] Compiling crunchy v0.2.4
44922026-07-10T19:49:17.871Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44932026-07-10T19:49:17.906Z[verify-libraries] Compiling downcast-rs v2.0.2
44942026-07-10T19:49:18.033Z[verify-libraries] Compiling dirs-next v2.0.0
44952026-07-10T19:49:18.115Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
44962026-07-10T19:49:18.239Z[ host-image] Jul 10 19:49:16.991 INFO O| Jul 10 19:49:16.990 INFO O| Download: 12498/23866 items 105.8/222.6MB 47% complete (1.3M/s)
44972026-07-10T19:49:18.254Z[verify-libraries] Compiling clang-sys v1.8.1
44982026-07-10T19:49:18.297Z[verify-libraries] Compiling cpubits v0.1.1
44992026-07-10T19:49:18.302Z[verify-libraries] Compiling progenitor-macro v0.13.0
45002026-07-10T19:49:18.378Z[verify-libraries] Compiling tiny-keccak v2.0.2
45012026-07-10T19:49:18.429Z[verify-libraries] Compiling term v0.7.0
45022026-07-10T19:49:18.527Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45032026-07-10T19:49:18.654Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45042026-07-10T19:49:18.809Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45052026-07-10T19:49:18.897Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45062026-07-10T19:49:19.073Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45072026-07-10T19:49:19.143Z[verify-libraries] Compiling diff v0.1.13
45082026-07-10T19:49:19.173Z[verify-libraries] Compiling bit-vec v0.6.3
45092026-07-10T19:49:19.450Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45102026-07-10T19:49:19.471Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45112026-07-10T19:49:19.474Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45122026-07-10T19:49:19.542Z[ recovery-image] Jul 10 19:49:18.297 INFO O| Jul 10 19:49:18.297 INFO O| Download: 1109/16671 items 9.3/199.8MB 4% complete (2.0M/s)
45132026-07-10T19:49:19.672Z[verify-libraries] Compiling bit-set v0.5.3
45142026-07-10T19:49:19.882Z[verify-libraries] Compiling ascii-canvas v3.0.0
45152026-07-10T19:49:19.995Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45162026-07-10T19:49:20.111Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45172026-07-10T19:49:20.215Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45182026-07-10T19:49:20.216Z[verify-libraries] Compiling itertools v0.10.5
45192026-07-10T19:49:20.219Z[verify-libraries] Compiling ena v0.14.4
45202026-07-10T19:49:20.496Z[verify-libraries] Compiling libloading v0.8.9
45212026-07-10T19:49:20.544Z[verify-libraries] Compiling regex-syntax v0.6.29
45222026-07-10T19:49:20.767Z[verify-libraries] Compiling bindgen v0.71.1
45232026-07-10T19:49:20.912Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45242026-07-10T19:49:21.133Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45252026-07-10T19:49:21.441Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45262026-07-10T19:49:21.621Z[verify-libraries] Compiling cexpr v0.6.0
45272026-07-10T19:49:21.743Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45282026-07-10T19:49:22.118Z[verify-libraries] Compiling lalrpop v0.19.12
45292026-07-10T19:49:22.250Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45302026-07-10T19:49:22.395Z[verify-libraries] Compiling rustc-hash v2.1.1
45312026-07-10T19:49:22.563Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45322026-07-10T19:49:22.635Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45332026-07-10T19:49:22.737Z[verify-libraries] Compiling libxml v0.3.3
45342026-07-10T19:49:22.799Z[verify-libraries] Compiling arc-swap v1.8.2
45352026-07-10T19:49:23.102Z[verify-libraries] Compiling slog-scope v4.4.1
45362026-07-10T19:49:23.137Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45372026-07-10T19:49:23.220Z[verify-libraries] Compiling strum_macros v0.24.3
45382026-07-10T19:49:23.253Z[ host-image] Jul 10 19:49:22.007 INFO O| Jul 10 19:49:22.007 INFO O| Download: 13228/23866 items 119.5/222.6MB 53% complete (2.0M/s)
45392026-07-10T19:49:23.415Z[verify-libraries] Compiling diesel v2.3.7
45402026-07-10T19:49:23.471Z[verify-libraries] Compiling hmac v0.13.0
45412026-07-10T19:49:23.492Z[verify-libraries] Compiling universal-hash v0.6.1
45422026-07-10T19:49:23.559Z[verify-libraries] Compiling progenitor v0.13.0
45432026-07-10T19:49:23.685Z[verify-libraries] Compiling fxhash v0.2.1
45442026-07-10T19:49:23.725Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45452026-07-10T19:49:23.766Z[verify-libraries] Compiling fs-err v2.11.0
45462026-07-10T19:49:23.884Z[verify-libraries] Compiling indoc v1.0.9
45472026-07-10T19:49:23.993Z[verify-libraries] Compiling slog-stdlog v4.1.1
45482026-07-10T19:49:24.202Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45492026-07-10T19:49:24.432Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45502026-07-10T19:49:24.588Z[ recovery-image] Jul 10 19:49:23.342 INFO O| Jul 10 19:49:23.342 INFO O| Download: 1501/16671 items 21.0/199.8MB 10% complete (2.3M/s)
45512026-07-10T19:49:24.708Z[verify-libraries] Compiling oso-derive v0.27.3
45522026-07-10T19:49:24.738Z[verify-libraries] Compiling quick-xml v0.37.5
45532026-07-10T19:49:24.764Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45542026-07-10T19:49:24.812Z[verify-libraries] Compiling openssl-probe v0.1.6
45552026-07-10T19:49:25.226Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45562026-07-10T19:49:25.291Z[verify-libraries] Compiling slog-envlogger v2.2.0
45572026-07-10T19:49:25.323Z[verify-libraries] Compiling polyval v0.7.1
45582026-07-10T19:49:25.420Z[verify-libraries] Compiling der v0.8.0
45592026-07-10T19:49:25.477Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45602026-07-10T19:49:25.611Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45612026-07-10T19:49:25.737Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45622026-07-10T19:49:26.185Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45632026-07-10T19:49:26.449Z[verify-libraries] Compiling git-stub v1.0.0
45642026-07-10T19:49:26.588Z[verify-libraries] Compiling kstat-rs v0.2.4
45652026-07-10T19:49:26.643Z[verify-libraries] Compiling trait-variant v0.1.2
45662026-07-10T19:49:26.720Z[verify-libraries] Compiling salty v0.3.0
45672026-07-10T19:49:26.806Z[verify-libraries] Compiling parse-size v1.1.0
45682026-07-10T19:49:26.827Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45692026-07-10T19:49:26.849Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45702026-07-10T19:49:26.951Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45712026-07-10T19:49:26.998Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45722026-07-10T19:49:27.018Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45732026-07-10T19:49:27.064Z[verify-libraries] Compiling ghash v0.6.0
45742026-07-10T19:49:27.092Z[verify-libraries] Compiling pbkdf2 v0.13.0
45752026-07-10T19:49:27.251Z[verify-libraries] Compiling aes v0.9.1
45762026-07-10T19:49:27.313Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45772026-07-10T19:49:27.334Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45782026-07-10T19:49:27.338Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45792026-07-10T19:49:27.425Z[verify-libraries] Compiling bb8 v0.8.6
45802026-07-10T19:49:27.618Z[verify-libraries] Compiling ctr v0.10.1
45812026-07-10T19:49:27.813Z[verify-libraries] Compiling aead v0.6.1
45822026-07-10T19:49:27.894Z[verify-libraries] Compiling sha2 v0.11.0
45832026-07-10T19:49:27.973Z[verify-libraries] Compiling parking_lot_core v0.8.6
45842026-07-10T19:49:28.035Z[verify-libraries] Compiling aes-gcm v0.11.0
45852026-07-10T19:49:28.133Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45862026-07-10T19:49:28.279Z[ host-image] Jul 10 19:49:27.033 INFO O| Jul 10 19:49:27.033 INFO O| Download: 14979/23866 items 120.6/222.6MB 54% complete (1.5M/s)
45872026-07-10T19:49:28.395Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45882026-07-10T19:49:28.504Z[verify-libraries] Compiling spki v0.8.0
45892026-07-10T19:49:28.824Z[verify-libraries] Compiling crypto-bigint v0.7.5
45902026-07-10T19:49:28.932Z[verify-libraries] Compiling mime_guess v2.0.5
45912026-07-10T19:49:29.129Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45922026-07-10T19:49:29.172Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
45932026-07-10T19:49:29.220Z[verify-libraries] Compiling rfc6979 v0.4.0
45942026-07-10T19:49:29.308Z[verify-libraries] Compiling salsa20 v0.11.0
45952026-07-10T19:49:29.406Z[verify-libraries] Compiling cbc v0.2.1
45962026-07-10T19:49:29.426Z[verify-libraries] Compiling nanorand v0.7.0
45972026-07-10T19:49:29.516Z[verify-libraries] Compiling scrypt v0.12.0
45982026-07-10T19:49:29.589Z[ recovery-image] Jul 10 19:49:28.344 INFO O| Jul 10 19:49:28.344 INFO O| Download: 2146/16671 items 30.7/199.8MB 15% complete (2.1M/s)
45992026-07-10T19:49:29.639Z[verify-libraries] Compiling ecdsa v0.16.9
46002026-07-10T19:49:29.670Z[verify-libraries] Compiling flume v0.11.1
46012026-07-10T19:49:29.770Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46022026-07-10T19:49:29.967Z[verify-libraries] Compiling primeorder v0.13.6
46032026-07-10T19:49:30.057Z[verify-libraries] Compiling atty v0.2.14
46042026-07-10T19:49:30.116Z[verify-libraries] Compiling http-range v0.1.5
46052026-07-10T19:49:30.225Z[verify-libraries] Compiling nonempty v0.12.0
46062026-07-10T19:49:30.250Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46072026-07-10T19:49:30.289Z[verify-libraries] Compiling p384 v0.13.1
46082026-07-10T19:49:30.364Z[verify-libraries] Compiling parking_lot v0.11.2
46092026-07-10T19:49:30.450Z[verify-libraries] Compiling pkcs5 v0.8.1
46102026-07-10T19:49:30.555Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46112026-07-10T19:49:30.689Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46122026-07-10T19:49:30.821Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46132026-07-10T19:49:30.880Z[verify-libraries] Compiling prefix-trie v0.7.0
46142026-07-10T19:49:30.941Z[verify-libraries] Compiling pkcs8 v0.11.0
46152026-07-10T19:49:30.962Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46162026-07-10T19:49:31.000Z[verify-libraries] Compiling sled v0.34.7
46172026-07-10T19:49:31.105Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46182026-07-10T19:49:31.183Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46192026-07-10T19:49:31.342Z[verify-libraries] Compiling hickory-server v0.25.2
46202026-07-10T19:49:31.347Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46212026-07-10T19:49:31.383Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46222026-07-10T19:49:31.528Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46232026-07-10T19:49:31.618Z[verify-libraries] Compiling ignore v0.4.25
46242026-07-10T19:49:31.787Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46252026-07-10T19:49:31.837Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46262026-07-10T19:49:32.084Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46272026-07-10T19:49:32.235Z[verify-libraries] Compiling corncobs v0.1.4
46282026-07-10T19:49:32.371Z[verify-libraries] Compiling globwalk v0.9.1
46292026-07-10T19:49:32.417Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46302026-07-10T19:49:32.497Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46312026-07-10T19:49:32.650Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46322026-07-10T19:49:32.700Z[verify-libraries] Compiling predicates-tree v1.0.13
46332026-07-10T19:49:32.960Z[verify-libraries] Compiling libz-sys v1.1.24
46342026-07-10T19:49:32.989Z[verify-libraries] Compiling rand_seeder v0.4.0
46352026-07-10T19:49:33.009Z[verify-libraries] Compiling darling_core v0.23.0
46362026-07-10T19:49:33.033Z[verify-libraries] Compiling secrecy v0.8.0
46372026-07-10T19:49:33.252Z[verify-libraries] Compiling ff v0.14.0
46382026-07-10T19:49:33.277Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46392026-07-10T19:49:33.461Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46402026-07-10T19:49:33.581Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46412026-07-10T19:49:33.629Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46422026-07-10T19:49:33.706Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46432026-07-10T19:49:33.767Z[ host-image] Jul 10 19:49:32.522 INFO O| Jul 10 19:49:32.522 INFO O| Download: 15359/23866 items 125.5/222.6MB 56% complete (554k/s)
46442026-07-10T19:49:33.792Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46452026-07-10T19:49:33.947Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46462026-07-10T19:49:34.065Z[verify-libraries] Compiling signature v3.0.0
46472026-07-10T19:49:34.311Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46482026-07-10T19:49:34.342Z[verify-libraries] Compiling base16ct v1.0.0
46492026-07-10T19:49:34.435Z[verify-libraries] Compiling instability v0.3.11
46502026-07-10T19:49:34.594Z[ recovery-image] Jul 10 19:49:33.349 INFO O| Jul 10 19:49:33.349 INFO O| Download: 3716/16671 items 38.6/199.8MB 19% complete (1.8M/s)
46512026-07-10T19:49:34.597Z[verify-libraries] Compiling sec1 v0.8.1
46522026-07-10T19:49:34.658Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46532026-07-10T19:49:34.682Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46542026-07-10T19:49:34.743Z[verify-libraries] Compiling group v0.14.0
46552026-07-10T19:49:34.785Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46562026-07-10T19:49:34.972Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46572026-07-10T19:49:34.993Z[verify-libraries] Compiling hkdf v0.13.0
46582026-07-10T19:49:34.997Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46592026-07-10T19:49:34.998Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46602026-07-10T19:49:34.998Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46612026-07-10T19:49:35.075Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46622026-07-10T19:49:35.240Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46632026-07-10T19:49:35.306Z[verify-libraries] Compiling castaway v0.2.4
46642026-07-10T19:49:35.393Z[verify-libraries] Compiling indoc v2.0.7
46652026-07-10T19:49:35.483Z[verify-libraries] Compiling compact_str v0.8.1
46662026-07-10T19:49:35.740Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46672026-07-10T19:49:35.762Z[verify-libraries] Compiling darling_macro v0.23.0
46682026-07-10T19:49:35.999Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46692026-07-10T19:49:36.075Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46702026-07-10T19:49:36.180Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46712026-07-10T19:49:36.389Z[verify-libraries] Compiling darling v0.23.0
46722026-07-10T19:49:36.597Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46732026-07-10T19:49:36.819Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46742026-07-10T19:49:36.967Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46752026-07-10T19:49:37.120Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46762026-07-10T19:49:37.251Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46772026-07-10T19:49:37.294Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46782026-07-10T19:49:37.320Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46792026-07-10T19:49:37.342Z[verify-libraries] Compiling unicode-truncate v1.1.0
46802026-07-10T19:49:37.371Z[verify-libraries] Compiling lru v0.12.5
46812026-07-10T19:49:37.556Z[verify-libraries] Compiling cassowary v0.3.0
46822026-07-10T19:49:37.599Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46832026-07-10T19:49:37.962Z[verify-libraries] Compiling ratatui v0.29.0
46842026-07-10T19:49:38.114Z[verify-libraries] Compiling rfc6979 v0.5.0
46852026-07-10T19:49:38.137Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46862026-07-10T19:49:38.287Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46872026-07-10T19:49:38.322Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46882026-07-10T19:49:38.345Z[verify-libraries] Compiling vergen-git2 v9.1.0
46892026-07-10T19:49:38.379Z[verify-libraries] Compiling is_ci v1.2.0
46902026-07-10T19:49:38.514Z[verify-libraries] Compiling strsim v0.10.0
46912026-07-10T19:49:38.583Z[verify-libraries] Compiling supports-color v3.0.2
46922026-07-10T19:49:38.626Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
46932026-07-10T19:49:38.657Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
46942026-07-10T19:49:38.782Z[ host-image] Jul 10 19:49:37.535 INFO O| Jul 10 19:49:37.535 INFO O| Download: 16594/23866 items 136.0/222.6MB 61% complete (1.5M/s)
46952026-07-10T19:49:38.816Z[verify-libraries] Compiling darling_core v0.13.4
46962026-07-10T19:49:38.850Z[verify-libraries] Compiling primefield v0.14.0
46972026-07-10T19:49:38.910Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46982026-07-10T19:49:39.036Z[verify-libraries] Compiling tungstenite v0.23.0
46992026-07-10T19:49:39.123Z[verify-libraries] Compiling console v0.16.2
47002026-07-10T19:49:39.143Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47012026-07-10T19:49:39.508Z[verify-libraries] Compiling unit-prefix v0.5.2
47022026-07-10T19:49:39.529Z[verify-libraries] Compiling assert_matches v1.5.0
47032026-07-10T19:49:39.582Z[verify-libraries] Compiling void v1.0.2
47042026-07-10T19:49:39.594Z[ recovery-image] Jul 10 19:49:38.349 INFO O| Jul 10 19:49:38.349 INFO O| Download: 4146/16671 items 43.2/199.8MB 21% complete (1.3M/s)
47052026-07-10T19:49:39.646Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47062026-07-10T19:49:39.723Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47072026-07-10T19:49:39.758Z[verify-libraries] Compiling lzss v0.8.2
47082026-07-10T19:49:39.779Z[verify-libraries] Compiling indicatif v0.18.4
47092026-07-10T19:49:39.984Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47102026-07-10T19:49:40.046Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47112026-07-10T19:49:40.127Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47122026-07-10T19:49:40.213Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47132026-07-10T19:49:40.361Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47142026-07-10T19:49:40.458Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47152026-07-10T19:49:40.477Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47162026-07-10T19:49:40.759Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47172026-07-10T19:49:40.782Z[verify-libraries] Compiling nix v0.27.1
47182026-07-10T19:49:40.782Z[verify-libraries] Compiling colored v2.2.0
47192026-07-10T19:49:40.825Z[verify-libraries] Compiling serde_bytes v0.11.19
47202026-07-10T19:49:40.848Z[verify-libraries] Compiling shell-words v1.1.1
47212026-07-10T19:49:40.873Z[verify-libraries] Compiling darling_macro v0.13.4
47222026-07-10T19:49:41.137Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47232026-07-10T19:49:41.140Z[verify-libraries] Compiling ed25519 v3.0.0
47242026-07-10T19:49:41.158Z[verify-libraries] Compiling crypto-primes v0.7.2
47252026-07-10T19:49:41.210Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47262026-07-10T19:49:41.458Z[verify-libraries] Compiling darling v0.13.4
47272026-07-10T19:49:41.587Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47282026-07-10T19:49:41.634Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47292026-07-10T19:49:41.676Z[verify-libraries] Compiling poly1305 v0.9.0
47302026-07-10T19:49:41.785Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47312026-07-10T19:49:42.286Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47322026-07-10T19:49:42.345Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47332026-07-10T19:49:42.365Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47342026-07-10T19:49:42.495Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47352026-07-10T19:49:42.577Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47362026-07-10T19:49:42.624Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47372026-07-10T19:49:42.648Z[verify-libraries] Compiling blowfish v0.10.0
47382026-07-10T19:49:42.781Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47392026-07-10T19:49:42.851Z[verify-libraries] Compiling petname v2.0.2
47402026-07-10T19:49:42.909Z[verify-libraries] Compiling keccak v0.2.0
47412026-07-10T19:49:42.955Z[verify-libraries] Compiling fiat-crypto v0.3.0
47422026-07-10T19:49:43.038Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47432026-07-10T19:49:43.131Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47442026-07-10T19:49:43.445Z[verify-libraries] Compiling sha3 v0.11.0
47452026-07-10T19:49:43.623Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47462026-07-10T19:49:43.708Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47472026-07-10T19:49:43.782Z[ host-image] Jul 10 19:49:42.535 INFO O| Jul 10 19:49:42.535 INFO O| Download: 17768/23866 items 147.9/222.6MB 66% complete (2.2M/s)
47482026-07-10T19:49:43.971Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47492026-07-10T19:49:44.398Z[verify-libraries] Compiling serde_with_macros v1.5.2
47502026-07-10T19:49:44.482Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47512026-07-10T19:49:44.551Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47522026-07-10T19:49:44.596Z[ recovery-image] Jul 10 19:49:43.350 INFO O| Jul 10 19:49:43.350 INFO O| Download: 5546/16671 items 44.0/199.8MB 22% complete (557k/s)
47532026-07-10T19:49:44.779Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47542026-07-10T19:49:44.852Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47552026-07-10T19:49:45.382Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47562026-07-10T19:49:45.403Z[verify-libraries] Compiling twox-hash v2.1.2
47572026-07-10T19:49:45.482Z[verify-libraries] Compiling kem v0.3.0
47582026-07-10T19:49:45.660Z[verify-libraries] Compiling module-lattice v0.2.3
47592026-07-10T19:49:45.682Z[verify-libraries] Compiling blake3 v1.8.5
47602026-07-10T19:49:45.868Z[verify-libraries] Compiling rtoolbox v0.0.3
47612026-07-10T19:49:45.923Z[verify-libraries] Compiling ml-kem v0.3.2
47622026-07-10T19:49:45.958Z[verify-libraries] Compiling serde_with v1.14.0
47632026-07-10T19:49:46.168Z[verify-libraries] Compiling rpassword v7.4.0
47642026-07-10T19:49:46.401Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47652026-07-10T19:49:46.686Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47662026-07-10T19:49:46.717Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47672026-07-10T19:49:46.958Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47682026-07-10T19:49:46.992Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47692026-07-10T19:49:47.048Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47702026-07-10T19:49:47.193Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47712026-07-10T19:49:47.242Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47722026-07-10T19:49:47.897Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47732026-07-10T19:49:47.952Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47742026-07-10T19:49:48.163Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47752026-07-10T19:49:48.222Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47762026-07-10T19:49:48.274Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47772026-07-10T19:49:48.459Z[verify-libraries] Compiling fatfs v0.3.6
47782026-07-10T19:49:48.557Z[verify-libraries] Compiling num-bigint v0.4.6
47792026-07-10T19:49:48.580Z[verify-libraries] Compiling generic-array v1.4.3
47802026-07-10T19:49:48.604Z[verify-libraries] Compiling russh-util v0.52.0
47812026-07-10T19:49:48.608Z[verify-libraries] Compiling enum_dispatch v0.3.13
47822026-07-10T19:49:48.652Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47832026-07-10T19:49:48.673Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47842026-07-10T19:49:48.712Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
47852026-07-10T19:49:48.812Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
47862026-07-10T19:49:48.946Z[ host-image] Jul 10 19:49:47.700 INFO O| Jul 10 19:49:47.700 INFO O| Download: 18834/23866 items 171.0/222.6MB 76% complete (3.4M/s)
47872026-07-10T19:49:49.133Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47882026-07-10T19:49:49.253Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
47892026-07-10T19:49:49.707Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47902026-07-10T19:49:50.538Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
47912026-07-10T19:49:50.931Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47922026-07-10T19:49:50.951Z[ recovery-image] Jul 10 19:49:49.706 INFO O| Jul 10 19:49:49.706 INFO O| Download: 6165/16671 items 48.4/199.8MB 24% complete (603k/s)
47932026-07-10T19:49:51.531Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47942026-07-10T19:49:51.607Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
47952026-07-10T19:49:52.033Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47962026-07-10T19:49:52.449Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
47972026-07-10T19:49:52.805Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
47982026-07-10T19:49:52.896Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
47992026-07-10T19:49:53.662Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48002026-07-10T19:49:53.946Z[ host-image] Jul 10 19:49:52.700 INFO O| Jul 10 19:49:52.700 INFO O| Download: 20713/23866 items 180.4/222.6MB 81% complete (3.2M/s)
48012026-07-10T19:49:54.014Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48022026-07-10T19:49:54.754Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48032026-07-10T19:49:54.892Z[verify-libraries] Compiling sapling-renderdag v0.1.0
48042026-07-10T19:49:55.139Z[verify-libraries] Compiling delegate v0.13.5
48052026-07-10T19:49:55.189Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
48062026-07-10T19:49:55.272Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48072026-07-10T19:49:55.293Z[verify-libraries] Compiling arrayvec v0.7.6
48082026-07-10T19:49:55.570Z[verify-libraries] Compiling hex-literal v1.1.0
48092026-07-10T19:49:55.734Z[verify-libraries] Compiling arrayref v0.3.9
48102026-07-10T19:49:55.755Z[verify-libraries] Compiling sync-ptr v0.1.4
48112026-07-10T19:49:55.796Z[verify-libraries] Compiling constant_time_eq v0.4.2
48122026-07-10T19:49:55.856Z[verify-libraries] Compiling seq-macro v0.3.6
48132026-07-10T19:49:55.930Z[verify-libraries] Compiling md5 v0.8.0
48142026-07-10T19:49:55.953Z[ recovery-image] Jul 10 19:49:54.707 INFO O| Jul 10 19:49:54.707 INFO O| Download: 6854/16671 items 72.2/199.8MB 36% complete (2.7M/s)
48152026-07-10T19:49:56.101Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48162026-07-10T19:49:56.215Z[verify-libraries] Compiling russh v0.61.2
48172026-07-10T19:49:56.469Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48182026-07-10T19:49:56.708Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48192026-07-10T19:49:56.849Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48202026-07-10T19:49:56.873Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48212026-07-10T19:49:56.905Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48222026-07-10T19:49:57.322Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48232026-07-10T19:49:57.823Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48242026-07-10T19:49:58.133Z[verify-libraries] Compiling socket2 v0.5.10
48252026-07-10T19:49:58.624Z[verify-libraries] Compiling internet-checksum v0.2.1
48262026-07-10T19:49:58.656Z[verify-libraries] Compiling topological-sort v0.2.2
48272026-07-10T19:49:58.827Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48282026-07-10T19:49:58.867Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48292026-07-10T19:50:01.002Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48302026-07-10T19:50:01.296Z[ host-image] Jul 10 19:50:00.050 INFO O| Jul 10 19:50:00.050 INFO O| Download: 21521/23866 items 183.0/222.6MB 82% complete (2.1M/s)
48312026-07-10T19:50:01.299Z[ recovery-image] Jul 10 19:50:00.051 INFO O| Jul 10 19:50:00.051 INFO O| Download: 7641/16671 items 82.2/199.8MB 41% complete (3.4M/s)
48322026-07-10T19:50:01.643Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48332026-07-10T19:50:01.915Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48342026-07-10T19:50:01.956Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48352026-07-10T19:50:02.290Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48362026-07-10T19:50:02.518Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48372026-07-10T19:50:02.586Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48382026-07-10T19:50:02.806Z[verify-libraries] Compiling yansi v1.0.1
48392026-07-10T19:50:03.176Z[verify-libraries] Compiling pretty_assertions v1.4.1
48402026-07-10T19:50:03.290Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48412026-07-10T19:50:03.560Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48422026-07-10T19:50:03.718Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48432026-07-10T19:50:04.020Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48442026-07-10T19:50:04.295Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48452026-07-10T19:50:04.610Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48462026-07-10T19:50:04.916Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48472026-07-10T19:50:05.203Z[verify-libraries] Compiling git2 v0.20.4
48482026-07-10T19:50:05.225Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48492026-07-10T19:50:05.260Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48502026-07-10T19:50:05.294Z[verify-libraries] Compiling samael v0.0.19
48512026-07-10T19:50:05.515Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48522026-07-10T19:50:05.547Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48532026-07-10T19:50:05.591Z[verify-libraries] Compiling drift v0.2.0
48542026-07-10T19:50:05.648Z[verify-libraries] Compiling uzers v0.12.2
48552026-07-10T19:50:05.871Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48562026-07-10T19:50:05.918Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48572026-07-10T19:50:05.948Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48582026-07-10T19:50:06.486Z[ host-image] Jul 10 19:50:05.240 INFO O| Jul 10 19:50:05.240 INFO O| Download: 22050/23866 items 190.6/222.6MB 85% complete (826k/s)
48592026-07-10T19:50:06.783Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48602026-07-10T19:50:07.140Z[ recovery-image] Jul 10 19:50:05.895 INFO O| Jul 10 19:50:05.895 INFO O| Download: 8464/16671 items 85.8/199.8MB 42% complete (1.5M/s)
48612026-07-10T19:50:09.306Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48622026-07-10T19:50:09.611Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48632026-07-10T19:50:09.831Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48642026-07-10T19:50:10.127Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48652026-07-10T19:50:10.472Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48662026-07-10T19:50:11.308Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48672026-07-10T19:50:11.862Z[ host-image] Jul 10 19:50:10.617 INFO O| Jul 10 19:50:10.616 INFO O| Download: 23032/23866 items 215.5/222.6MB 96% complete (3.5M/s)
48682026-07-10T19:50:12.012Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48692026-07-10T19:50:12.175Z[ recovery-image] Jul 10 19:50:10.929 INFO O| Jul 10 19:50:10.929 INFO O| Download: 9285/16671 items 91.3/199.8MB 45% complete (794k/s)
48702026-07-10T19:50:12.178Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48712026-07-10T19:50:12.201Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48722026-07-10T19:50:12.520Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48732026-07-10T19:50:12.625Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48742026-07-10T19:50:12.773Z[verify-libraries] Compiling multimap v0.10.1
48752026-07-10T19:50:12.941Z[verify-libraries] Compiling termios v0.3.3
48762026-07-10T19:50:13.162Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48772026-07-10T19:50:14.164Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48782026-07-10T19:50:16.897Z[ host-image] Jul 10 19:50:15.651 INFO O| Jul 10 19:50:15.651 INFO O| Download: 23309/23866 items 220.5/222.6MB 99% complete (3.0M/s)
48792026-07-10T19:50:17.296Z[ recovery-image] Jul 10 19:50:16.050 INFO O| Jul 10 19:50:16.050 INFO O| Download: 10589/16671 items 103.7/199.8MB 51% complete (1.8M/s)
48802026-07-10T19:50:18.607Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48812026-07-10T19:50:21.414Z[ host-image] Jul 10 19:50:20.166 INFO O| Jul 10 19:50:20.166 INFO O| Download: Completed 222.61 MB in 108.58 seconds (2.0M/s)
48822026-07-10T19:50:22.301Z[ recovery-image] Jul 10 19:50:21.055 INFO O| Jul 10 19:50:21.055 INFO O| Download: 11484/16671 items 104.4/199.8MB 52% complete (1.3M/s)
48832026-07-10T19:50:22.566Z[ host-image] Jul 10 19:50:21.320 INFO O| Jul 10 19:50:21.320 INFO O| Actions: 1/54075 actions (Installing new actions)
48842026-07-10T19:50:23.192Z[verify-libraries] Compiling polar-core v0.27.3
48852026-07-10T19:50:27.309Z[ recovery-image] Jul 10 19:50:26.056 INFO O| Jul 10 19:50:26.056 INFO O| Download: 12264/16671 items 125.3/199.8MB 62% complete (2.1M/s)
48862026-07-10T19:50:27.574Z[ host-image] Jul 10 19:50:26.320 INFO O| Jul 10 19:50:26.320 INFO O| Actions: 24969/54075 actions (Installing new actions)
48872026-07-10T19:50:28.680Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48882026-07-10T19:50:30.052Z[ host-image] Jul 10 19:50:28.805 INFO O| Jul 10 19:50:28.805 INFO O| Actions: Completed 54075 actions in 7.48 seconds.
48892026-07-10T19:50:30.130Z[ host-image] Jul 10 19:50:28.877 INFO O| Jul 10 19:50:28.876 INFO O| Finalize: Updating package state database ... Done
48902026-07-10T19:50:30.130Z[ host-image] Jul 10 19:50:28.877 INFO O| Jul 10 19:50:28.876 INFO O| Finalize: Updating package cache ... Done
48912026-07-10T19:50:30.200Z[ host-image] Jul 10 19:50:28.946 INFO O| Jul 10 19:50:28.946 INFO O| Finalize: Updating image state ... Done
48922026-07-10T19:50:30.376Z[verify-libraries] Compiling oso v0.27.3
48932026-07-10T19:50:31.118Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48942026-07-10T19:50:31.141Z[ host-image] Jul 10 19:50:29.895 INFO O| Jul 10 19:50:29.894 INFO O| Finalize: Creating fast lookup database ... Done
48952026-07-10T19:50:31.171Z[ host-image] Jul 10 19:50:29.924 INFO O| Jul 10 19:50:29.924 INFO O| Finalize: Reading search index ... Done
48962026-07-10T19:50:32.305Z[ recovery-image] Jul 10 19:50:31.058 INFO O| Jul 10 19:50:31.058 INFO O| Download: 13646/16671 items 155.4/199.8MB 77% complete (5.1M/s)
48972026-07-10T19:50:33.057Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
48982026-07-10T19:50:33.997Z[ host-image] Jul 10 19:50:32.751 INFO O| Jul 10 19:50:32.751 INFO O| Finalize: Building new search index ... Done
48992026-07-10T19:50:34.533Z[ host-image] Jul 10 19:50:33.287 INFO O| Jul 10 19:50:33.287 INFO O| Finalize: Updating package cache ... Done
49002026-07-10T19:50:34.753Z[ host-image] Jul 10 19:50:33.507 INFO O| Jul 10 19:50:33.507 INFO STEP 11 (pkg_install) COMPLETE
49012026-07-10T19:50:34.753Z[ host-image] Jul 10 19:50:33.507 INFO O| Jul 10 19:50:33.507 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49022026-07-10T19:50:34.769Z[ host-image] Jul 10 19:50:33.520 INFO O| Jul 10 19:50:33.520 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"]
49032026-07-10T19:50:35.482Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49042026-07-10T19:50:37.324Z[ recovery-image] Jul 10 19:50:36.076 INFO O| Jul 10 19:50:36.076 INFO O| Download: 15228/16671 items 161.4/199.8MB 80% complete (3.7M/s)
49052026-07-10T19:50:37.766Z[ host-image] Jul 10 19:50:36.504 INFO O| Jul 10 19:50:36.504 INFO O| Startup: Refreshing catalog 'helios' ... Done
49062026-07-10T19:50:37.883Z[ host-image] Jul 10 19:50:36.637 INFO O| Jul 10 19:50:36.637 INFO O| Startup: Caching catalogs ... Done
49072026-07-10T19:50:38.079Z[ host-image] Jul 10 19:50:36.832 INFO O| Jul 10 19:50:36.832 INFO O| Planning: Solver setup ... Done
49082026-07-10T19:50:38.083Z[ host-image] Jul 10 19:50:36.838 INFO O| Jul 10 19:50:36.838 INFO O| Planning: Running solver ... Done
49092026-07-10T19:50:38.089Z[ host-image] Jul 10 19:50:36.843 INFO O| Jul 10 19:50:36.843 INFO O| Planning: Finding local manifests ... Done
49102026-07-10T19:50:38.118Z[ host-image] Jul 10 19:50:36.866 INFO O| Jul 10 19:50:36.866 INFO O| Planning: Fetching manifests: 0/6 0% complete
49112026-07-10T19:50:38.239Z[ host-image] Jul 10 19:50:36.991 INFO O| Jul 10 19:50:36.991 INFO O| Planning: Fetching manifests: 6/6 100% complete
49122026-07-10T19:50:38.264Z[ host-image] Jul 10 19:50:37.018 INFO O| Jul 10 19:50:37.018 INFO O| Planning: Package planning ... Done
49132026-07-10T19:50:38.268Z[ host-image] Jul 10 19:50:37.020 INFO O| Jul 10 19:50:37.020 INFO O| Planning: Merging actions ... Done
49142026-07-10T19:50:38.380Z[ host-image] Jul 10 19:50:37.133 INFO O| Jul 10 19:50:37.133 INFO O| Planning: Checking for conflicting actions ... Done
49152026-07-10T19:50:38.385Z[ host-image] Jul 10 19:50:37.135 INFO O| Jul 10 19:50:37.135 INFO O| Planning: Consolidating action changes ... Done
49162026-07-10T19:50:38.515Z[ host-image] Jul 10 19:50:37.266 INFO O| Jul 10 19:50:37.266 INFO O| Planning: Evaluating mediators ... Done
49172026-07-10T19:50:38.519Z[ host-image] Jul 10 19:50:37.267 INFO O| Jul 10 19:50:37.267 INFO O| Planning: Planning completed in 0.62 seconds
49182026-07-10T19:50:38.519Z[ host-image] Jul 10 19:50:37.267 INFO O| Jul 10 19:50:37.267 INFO O| Packages to install: 6
49192026-07-10T19:50:38.520Z[ host-image] Jul 10 19:50:37.267 INFO O| Jul 10 19:50:37.267 INFO O| Services to change: 2
49202026-07-10T19:50:38.524Z[ host-image] Jul 10 19:50:37.278 INFO O| Jul 10 19:50:37.278 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49212026-07-10T19:50:41.218Z[ host-image] Jul 10 19:50:39.970 INFO O| Jul 10 19:50:39.970 INFO O| Download: Completed 1.75 MB in 2.69 seconds (664k/s)
49222026-07-10T19:50:41.232Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49232026-07-10T19:50:41.253Z[ host-image] Jul 10 19:50:39.991 INFO O| Jul 10 19:50:39.991 INFO O| Actions: 1/390 actions (Installing new actions)
49242026-07-10T19:50:41.397Z[ host-image] Jul 10 19:50:40.151 INFO O| Jul 10 19:50:40.151 INFO O| Actions: Completed 390 actions in 0.16 seconds.
49252026-07-10T19:50:41.411Z[ host-image] Jul 10 19:50:40.165 INFO O| Jul 10 19:50:40.165 INFO O| Finalize: Updating package state database ... Done
49262026-07-10T19:50:41.411Z[ host-image] Jul 10 19:50:40.165 INFO O| Jul 10 19:50:40.165 INFO O| Finalize: Updating package cache ... Done
49272026-07-10T19:50:41.446Z[ host-image] Jul 10 19:50:40.198 INFO O| Jul 10 19:50:40.198 INFO O| Finalize: Updating image state ... Done
49282026-07-10T19:50:41.563Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49292026-07-10T19:50:42.402Z[ recovery-image] Jul 10 19:50:41.151 INFO O| Jul 10 19:50:41.151 INFO O| Download: 16310/16671 items 192.9/199.8MB 96% complete (3.8M/s)
49302026-07-10T19:50:42.581Z[ host-image] Jul 10 19:50:41.329 INFO O| Jul 10 19:50:41.329 INFO O| Finalize: Creating fast lookup database ... Done
49312026-07-10T19:50:42.609Z[ host-image] Jul 10 19:50:41.361 INFO O| Jul 10 19:50:41.361 INFO O| Finalize: Reading search index ... Done
49322026-07-10T19:50:42.609Z[ host-image] Jul 10 19:50:41.361 INFO O| Jul 10 19:50:41.361 INFO O| Finalize: Updating search index ... Done
49332026-07-10T19:50:42.624Z[ host-image] Jul 10 19:50:41.378 INFO O| Jul 10 19:50:41.378 INFO O| Finalize: Updating package cache ... Done
49342026-07-10T19:50:42.819Z[ host-image] Jul 10 19:50:41.571 INFO O| Jul 10 19:50:41.571 INFO STEP 12 (pkg_install) COMPLETE
49352026-07-10T19:50:42.819Z[ host-image] Jul 10 19:50:41.572 INFO O| Jul 10 19:50:41.571 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49362026-07-10T19:50:42.831Z[ host-image] Jul 10 19:50:41.585 INFO O| Jul 10 19:50:41.585 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49372026-07-10T19:50:48.818Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49382026-07-10T19:50:48.863Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49392026-07-10T19:50:48.863Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49402026-07-10T19:50:48.863Z[ recovery-image] Jul 10 19:50:44.478 INFO O| Jul 10 19:50:44.478 INFO O| Download: Completed 199.80 MB in 91.28 seconds (2.2M/s)
49412026-07-10T19:50:48.863Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49422026-07-10T19:50:50.343Z[ recovery-image] Jul 10 19:50:49.097 INFO O| Jul 10 19:50:49.097 INFO O| Actions: 1/27516 actions (Installing new actions)
49432026-07-10T19:50:52.206Z[ host-image] Jul 10 19:50:50.960 INFO O| Jul 10 19:50:50.960 INFO O| Startup: Refreshing catalog 'helios' ... Done
49442026-07-10T19:50:53.045Z[ host-image] Jul 10 19:50:51.795 INFO O| Jul 10 19:50:51.795 INFO O| Startup: Caching catalogs ... Done
49452026-07-10T19:50:53.252Z[ host-image] Jul 10 19:50:52.005 INFO O| Jul 10 19:50:52.005 INFO O| Planning: Solver setup ... Done
49462026-07-10T19:50:53.257Z[ host-image] Jul 10 19:50:52.011 INFO O| Jul 10 19:50:52.010 INFO O| Planning: Running solver ... Done
49472026-07-10T19:50:53.263Z[ host-image] Jul 10 19:50:52.016 INFO O| Jul 10 19:50:52.016 INFO O| Planning: Finding local manifests ... Done
49482026-07-10T19:50:53.295Z[ host-image] Jul 10 19:50:52.047 INFO O| Jul 10 19:50:52.047 INFO O| Planning: Fetching manifests: 0/6 0% complete
49492026-07-10T19:50:53.352Z[ host-image] Jul 10 19:50:52.106 INFO O| Jul 10 19:50:52.105 INFO O| Planning: Fetching manifests: 6/6 100% complete
49502026-07-10T19:50:53.440Z[ host-image] Jul 10 19:50:52.193 INFO O| Jul 10 19:50:52.193 INFO O| Planning: Package planning ... Done
49512026-07-10T19:50:53.449Z[ host-image] Jul 10 19:50:52.202 INFO O| Jul 10 19:50:52.202 INFO O| Planning: Merging actions ... Done
49522026-07-10T19:50:53.511Z[ host-image] Jul 10 19:50:52.257 INFO O| Jul 10 19:50:52.257 INFO O| Planning: Checking for conflicting actions ... Done
49532026-07-10T19:50:53.517Z[ host-image] Jul 10 19:50:52.260 INFO O| Jul 10 19:50:52.260 INFO O| Planning: Consolidating action changes ... Done
49542026-07-10T19:50:53.647Z[ host-image] Jul 10 19:50:52.400 INFO O| Jul 10 19:50:52.400 INFO O| Planning: Evaluating mediators ... Done
49552026-07-10T19:50:53.651Z[ host-image] Jul 10 19:50:52.403 INFO O| Jul 10 19:50:52.403 INFO O| Planning: Planning completed in 0.60 seconds
49562026-07-10T19:50:53.651Z[ host-image] Jul 10 19:50:52.403 INFO O| Jul 10 19:50:52.403 INFO O| Packages to install: 6
49572026-07-10T19:50:53.651Z[ host-image] Jul 10 19:50:52.403 INFO O| Jul 10 19:50:52.403 INFO O| Mediators to change: 1
49582026-07-10T19:50:53.653Z[ host-image] Jul 10 19:50:52.403 INFO O| Jul 10 19:50:52.403 INFO O| Services to change: 1
49592026-07-10T19:50:53.661Z[ host-image] Jul 10 19:50:52.415 INFO O| Jul 10 19:50:52.415 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49602026-07-10T19:50:54.060Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49612026-07-10T19:50:55.344Z[ recovery-image] Jul 10 19:50:54.098 INFO O| Jul 10 19:50:54.098 INFO O| Actions: 21750/27516 actions (Installing new actions)
49622026-07-10T19:50:56.035Z[ recovery-image] Jul 10 19:50:54.788 INFO O| Jul 10 19:50:54.788 INFO O| Actions: Completed 27516 actions in 5.69 seconds.
49632026-07-10T19:50:56.078Z[ recovery-image] Jul 10 19:50:54.832 INFO O| Jul 10 19:50:54.832 INFO O| Finalize: Updating package state database ... Done
49642026-07-10T19:50:56.078Z[ recovery-image] Jul 10 19:50:54.832 INFO O| Jul 10 19:50:54.832 INFO O| Finalize: Updating package cache ... Done
49652026-07-10T19:50:56.123Z[ recovery-image] Jul 10 19:50:54.877 INFO O| Jul 10 19:50:54.877 INFO O| Finalize: Updating image state ... Done
49662026-07-10T19:50:56.711Z[ recovery-image] Jul 10 19:50:55.464 INFO O| Jul 10 19:50:55.464 INFO O| Finalize: Creating fast lookup database ... Done
49672026-07-10T19:50:56.726Z[ recovery-image] Jul 10 19:50:55.479 INFO O| Jul 10 19:50:55.479 INFO O| Finalize: Reading search index ... Done
49682026-07-10T19:50:57.483Z[ host-image] Jul 10 19:50:56.237 INFO O| Jul 10 19:50:56.237 INFO O| Download: Completed 7.84 MB in 3.82 seconds (2.0M/s)
49692026-07-10T19:50:57.517Z[ host-image] Jul 10 19:50:56.271 INFO O| Jul 10 19:50:56.270 INFO O| Actions: 1/1366 actions (Installing new actions)
49702026-07-10T19:50:57.739Z[ host-image] Jul 10 19:50:56.492 INFO O| Jul 10 19:50:56.492 INFO O| Actions: Completed 1366 actions in 0.22 seconds.
49712026-07-10T19:50:57.750Z[ host-image] Jul 10 19:50:56.504 INFO O| Jul 10 19:50:56.504 INFO O| Finalize: Updating package state database ... Done
49722026-07-10T19:50:57.752Z[ host-image] Jul 10 19:50:56.504 INFO O| Jul 10 19:50:56.504 INFO O| Finalize: Updating package cache ... Done
49732026-07-10T19:50:57.780Z[ host-image] Jul 10 19:50:56.534 INFO O| Jul 10 19:50:56.534 INFO O| Finalize: Updating image state ... Done
49742026-07-10T19:50:58.236Z[ recovery-image] Jul 10 19:50:56.989 INFO O| Jul 10 19:50:56.989 INFO O| Finalize: Building new search index ... Done
49752026-07-10T19:50:58.508Z[ host-image] Jul 10 19:50:57.262 INFO O| Jul 10 19:50:57.262 INFO O| Finalize: Creating fast lookup database ... Done
49762026-07-10T19:50:58.530Z[ recovery-image] Jul 10 19:50:57.284 INFO O| Jul 10 19:50:57.284 INFO O| Finalize: Updating package cache ... Done
49772026-07-10T19:50:58.534Z[ host-image] Jul 10 19:50:57.287 INFO O| Jul 10 19:50:57.287 INFO O| Finalize: Reading search index ... Done
49782026-07-10T19:50:58.534Z[ host-image] Jul 10 19:50:57.287 INFO O| Jul 10 19:50:57.287 INFO O| Finalize: Updating search index ... Done
49792026-07-10T19:50:58.566Z[ host-image] Jul 10 19:50:57.319 INFO O| Jul 10 19:50:57.319 INFO O| Finalize: Updating package cache ... Done
49802026-07-10T19:50:58.712Z[ host-image] Jul 10 19:50:57.466 INFO O| Jul 10 19:50:57.466 INFO STEP 13 (pkg_install) COMPLETE
49812026-07-10T19:50:58.712Z[ host-image] Jul 10 19:50:57.466 INFO O| Jul 10 19:50:57.466 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49822026-07-10T19:50:58.721Z[ recovery-image] Jul 10 19:50:57.475 INFO O| Jul 10 19:50:57.475 INFO STEP 11 (pkg_install) COMPLETE
49832026-07-10T19:50:58.721Z[ recovery-image] Jul 10 19:50:57.475 INFO O| Jul 10 19:50:57.475 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49842026-07-10T19:50:58.729Z[ recovery-image] Jul 10 19:50:57.475 INFO O| Jul 10 19:50:57.475 INFO skip step because feature "recovery" is enabled
49852026-07-10T19:50:58.729Z[ recovery-image] Jul 10 19:50:57.475 INFO O| Jul 10 19:50:57.475 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49862026-07-10T19:50:58.730Z[ recovery-image] Jul 10 19:50:57.475 INFO O| Jul 10 19:50:57.475 INFO skip step because feature "omicron1" is not enabled
49872026-07-10T19:50:58.730Z[ recovery-image] Jul 10 19:50:57.475 INFO O| Jul 10 19:50:57.475 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49882026-07-10T19:50:58.730Z[ host-image] Jul 10 19:50:57.477 INFO O| Jul 10 19:50:57.477 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49892026-07-10T19:50:58.737Z[ recovery-image] Jul 10 19:50:57.484 INFO O| Jul 10 19:50:57.484 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49902026-07-10T19:50:59.435Z[ host-image] Jul 10 19:50:58.189 INFO O| Jul 10 19:50:58.189 INFO O| Startup: Refreshing catalog 'helios' ... Done
49912026-07-10T19:50:59.439Z[ recovery-image] Jul 10 19:50:58.192 INFO O| Jul 10 19:50:58.192 INFO O| Startup: Refreshing catalog 'helios' ... Done
49922026-07-10T19:50:59.566Z[ host-image] Jul 10 19:50:58.318 INFO O| Jul 10 19:50:58.318 INFO O| Startup: Caching catalogs ... Done
49932026-07-10T19:50:59.570Z[ recovery-image] Jul 10 19:50:58.321 INFO O| Jul 10 19:50:58.321 INFO O| Startup: Caching catalogs ... Done
49942026-07-10T19:50:59.893Z[ recovery-image] Jul 10 19:50:58.500 INFO O| Jul 10 19:50:58.500 INFO O| Planning: Solver setup ... Done
49952026-07-10T19:50:59.897Z[ host-image] Jul 10 19:50:58.504 INFO O| Jul 10 19:50:58.504 INFO O| Planning: Solver setup ... Done
49962026-07-10T19:50:59.898Z[ recovery-image] Jul 10 19:50:58.504 INFO O| Jul 10 19:50:58.504 INFO O| Planning: Running solver ... Done
49972026-07-10T19:50:59.898Z[ host-image] Jul 10 19:50:58.509 INFO O| Jul 10 19:50:58.509 INFO O| Planning: Running solver ... Done
49982026-07-10T19:50:59.898Z[ recovery-image] Jul 10 19:50:58.509 INFO O| Jul 10 19:50:58.509 INFO O| Planning: Finding local manifests ... Done
49992026-07-10T19:50:59.898Z[ host-image] Jul 10 19:50:58.513 INFO O| Jul 10 19:50:58.513 INFO O| Planning: Finding local manifests ... Done
50002026-07-10T19:50:59.898Z[ recovery-image] Jul 10 19:50:58.521 INFO O| Jul 10 19:50:58.521 INFO O| Planning: Fetching manifests: 0/1 0% complete
50012026-07-10T19:50:59.898Z[ host-image] Jul 10 19:50:58.526 INFO O| Jul 10 19:50:58.526 INFO O| Planning: Fetching manifests: 0/1 0% complete
50022026-07-10T19:50:59.898Z[ recovery-image] Jul 10 19:50:58.528 INFO O| Jul 10 19:50:58.528 INFO O| Planning: Fetching manifests: 1/1 100% complete
50032026-07-10T19:50:59.898Z[ host-image] Jul 10 19:50:58.531 INFO O| Jul 10 19:50:58.531 INFO O| Planning: Fetching manifests: 1/1 100% complete
50042026-07-10T19:50:59.902Z[ recovery-image] Jul 10 19:50:58.545 INFO O| Jul 10 19:50:58.545 INFO O| Planning: Package planning ... Done
50052026-07-10T19:50:59.902Z[ recovery-image] Jul 10 19:50:58.545 INFO O| Jul 10 19:50:58.545 INFO O| Planning: Merging actions ... Done
50062026-07-10T19:50:59.903Z[ host-image] Jul 10 19:50:58.547 INFO O| Jul 10 19:50:58.547 INFO O| Planning: Package planning ... Done
50072026-07-10T19:50:59.903Z[ host-image] Jul 10 19:50:58.548 INFO O| Jul 10 19:50:58.548 INFO O| Planning: Merging actions ... Done
50082026-07-10T19:50:59.903Z[ recovery-image] Jul 10 19:50:58.612 INFO O| Jul 10 19:50:58.612 INFO O| Planning: Checking for conflicting actions ... Done
50092026-07-10T19:50:59.903Z[ recovery-image] Jul 10 19:50:58.612 INFO O| Jul 10 19:50:58.612 INFO O| Planning: Consolidating action changes ... Done
50102026-07-10T19:50:59.903Z[ host-image] Jul 10 19:50:58.630 INFO O| Jul 10 19:50:58.630 INFO O| Planning: Checking for conflicting actions ... Done
50112026-07-10T19:50:59.903Z[ host-image] Jul 10 19:50:58.631 INFO O| Jul 10 19:50:58.631 INFO O| Planning: Consolidating action changes ... Done
50122026-07-10T19:51:00.100Z[ recovery-image] Jul 10 19:50:58.707 INFO O| Jul 10 19:50:58.707 INFO O| Planning: Evaluating mediators ... Done
50132026-07-10T19:51:00.127Z[ recovery-image] Jul 10 19:50:58.707 INFO O| Jul 10 19:50:58.707 INFO O| Planning: Planning completed in 0.38 seconds
50142026-07-10T19:51:00.127Z[ recovery-image] Jul 10 19:50:58.708 INFO O| Jul 10 19:50:58.707 INFO O| Packages to install: 1
50152026-07-10T19:51:00.127Z[ recovery-image] Jul 10 19:50:58.719 INFO O| Jul 10 19:50:58.719 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50162026-07-10T19:51:00.127Z[ host-image] Jul 10 19:50:58.756 INFO O| Jul 10 19:50:58.756 INFO O| Planning: Evaluating mediators ... Done
50172026-07-10T19:51:00.127Z[ host-image] Jul 10 19:50:58.756 INFO O| Jul 10 19:50:58.756 INFO O| Planning: Planning completed in 0.43 seconds
50182026-07-10T19:51:00.127Z[ host-image] Jul 10 19:50:58.757 INFO O| Jul 10 19:50:58.757 INFO O| Packages to install: 1
50192026-07-10T19:51:00.127Z[ host-image] Jul 10 19:50:58.767 INFO O| Jul 10 19:50:58.767 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50202026-07-10T19:51:00.141Z[ recovery-image] Jul 10 19:50:58.890 INFO O| Jul 10 19:50:58.890 INFO O| Download: Completed 13.06 MB in 0.17 seconds (76.6M/s)
50212026-07-10T19:51:00.200Z[ host-image] Jul 10 19:50:58.954 INFO O| Jul 10 19:50:58.953 INFO O| Download: Completed 13.06 MB in 0.19 seconds (69.9M/s)
50222026-07-10T19:51:00.966Z[ recovery-image] Jul 10 19:50:59.720 INFO O| Jul 10 19:50:59.719 INFO O| Actions: 1/22 actions (Installing new actions)
50232026-07-10T19:51:00.970Z[ host-image] Jul 10 19:50:59.722 INFO O| Jul 10 19:50:59.722 INFO O| Actions: 1/22 actions (Installing new actions)
50242026-07-10T19:51:01.180Z[ recovery-image] Jul 10 19:50:59.933 INFO O| Jul 10 19:50:59.933 INFO O| Actions: Completed 22 actions in 0.21 seconds.
50252026-07-10T19:51:01.185Z[ host-image] Jul 10 19:50:59.938 INFO O| Jul 10 19:50:59.938 INFO O| Actions: Completed 22 actions in 0.22 seconds.
50262026-07-10T19:51:01.192Z[ recovery-image] Jul 10 19:50:59.946 INFO O| Jul 10 19:50:59.946 INFO O| Finalize: Updating package state database ... Done
50272026-07-10T19:51:01.193Z[ recovery-image] Jul 10 19:50:59.946 INFO O| Jul 10 19:50:59.946 INFO O| Finalize: Updating package cache ... Done
50282026-07-10T19:51:01.196Z[ host-image] Jul 10 19:50:59.949 INFO O| Jul 10 19:50:59.949 INFO O| Finalize: Updating package state database ... Done
50292026-07-10T19:51:01.197Z[ host-image] Jul 10 19:50:59.949 INFO O| Jul 10 19:50:59.949 INFO O| Finalize: Updating package cache ... Done
50302026-07-10T19:51:01.225Z[ recovery-image] Jul 10 19:50:59.979 INFO O| Jul 10 19:50:59.979 INFO O| Finalize: Updating image state ... Done
50312026-07-10T19:51:01.228Z[ host-image] Jul 10 19:50:59.982 INFO O| Jul 10 19:50:59.982 INFO O| Finalize: Updating image state ... Done
50322026-07-10T19:51:01.779Z[ recovery-image] Jul 10 19:51:00.533 INFO O| Jul 10 19:51:00.533 INFO O| Finalize: Creating fast lookup database ... Done
50332026-07-10T19:51:01.793Z[ recovery-image] Jul 10 19:51:00.547 INFO O| Jul 10 19:51:00.547 INFO O| Finalize: Reading search index ... Done
50342026-07-10T19:51:01.797Z[ recovery-image] Jul 10 19:51:00.547 INFO O| Jul 10 19:51:00.547 INFO O| Finalize: Updating search index ... Done
50352026-07-10T19:51:01.803Z[ recovery-image] Jul 10 19:51:00.558 INFO O| Jul 10 19:51:00.557 INFO O| Finalize: Updating package cache ... Done
50362026-07-10T19:51:01.952Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.705 INFO STEP 14 (pkg_install) COMPLETE
50372026-07-10T19:51:01.952Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50382026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO skip step because feature "mfg" is not enabled
50392026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50402026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO skip step because feature "compliance" is not enabled
50412026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50422026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO skip step because feature "stress" is not enabled
50432026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50442026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO skip step because feature "compliance" is not enabled
50452026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50462026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO skip step because feature "nfs" is not enabled
50472026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50482026-07-10T19:51:01.956Z[ recovery-image] Jul 10 19:51:00.706 INFO O| Jul 10 19:51:00.706 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50492026-07-10T19:51:02.087Z[ host-image] Jul 10 19:51:00.840 INFO O| Jul 10 19:51:00.840 INFO O| Finalize: Creating fast lookup database ... Done
50502026-07-10T19:51:02.113Z[ host-image] Jul 10 19:51:00.867 INFO O| Jul 10 19:51:00.867 INFO O| Finalize: Reading search index ... Done
50512026-07-10T19:51:02.114Z[ host-image] Jul 10 19:51:00.867 INFO O| Jul 10 19:51:00.867 INFO O| Finalize: Updating search index ... Done
50522026-07-10T19:51:02.124Z[ host-image] Jul 10 19:51:00.877 INFO O| Jul 10 19:51:00.877 INFO O| Finalize: Updating package cache ... Done
50532026-07-10T19:51:02.274Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO STEP 14 (pkg_install) COMPLETE
50542026-07-10T19:51:02.274Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50552026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO skip step because feature "mfg" is not enabled
50562026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50572026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO skip step because feature "compliance" is not enabled
50582026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50592026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO skip step because feature "stress" is not enabled
50602026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50612026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO skip step because feature "compliance" is not enabled
50622026-07-10T19:51:02.278Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50632026-07-10T19:51:02.279Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO skip step because feature "nfs" is not enabled
50642026-07-10T19:51:02.279Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50652026-07-10T19:51:02.279Z[ host-image] Jul 10 19:51:01.028 INFO O| Jul 10 19:51:01.028 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50662026-07-10T19:51:02.863Z[ recovery-image] Jul 10 19:51:01.615 INFO O| Jul 10 19:51:01.615 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50672026-07-10T19:51:03.219Z[ host-image] Jul 10 19:51:01.972 INFO O| Jul 10 19:51:01.972 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50682026-07-10T19:51:03.285Z[ recovery-image] Jul 10 19:51:02.038 INFO O| Jul 10 19:51:02.038 INFO completed processing sled/ramdisk-01-os
50692026-07-10T19:51:03.288Z[ recovery-image] Jul 10 19:51:02.041 INFO image builder template: ramdisk-02-trim...
50702026-07-10T19:51:03.289Z[ recovery-image] Jul 10 19:51:02.041 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/.tmpyt9TAX/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
50712026-07-10T19:51:03.308Z[ host-image] Jul 10 19:51:02.061 INFO O| Jul 10 19:51:02.061 INFO completed processing sled/ramdisk-01-os
50722026-07-10T19:51:03.311Z[ host-image] Jul 10 19:51:02.064 INFO omicron1 baseline generation...
50732026-07-10T19:51:03.312Z[ host-image] Jul 10 19:51:02.064 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50742026-07-10T19:51:03.315Z[ recovery-image] Jul 10 19:51:02.068 INFO O| Jul 10 19:51:02.068 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50752026-07-10T19:51:03.321Z[ recovery-image] Jul 10 19:51:02.072 INFO O| Jul 10 19:51:02.072 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50762026-07-10T19:51:03.414Z[ recovery-image] Jul 10 19:51:02.168 INFO O| Jul 10 19:51:02.168 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50772026-07-10T19:51:03.484Z[ recovery-image] Jul 10 19:51:02.238 INFO O| Jul 10 19:51:02.237 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50782026-07-10T19:51:03.484Z[ recovery-image] Jul 10 19:51:02.238 INFO O| Jul 10 19:51:02.238 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50792026-07-10T19:51:03.489Z[ recovery-image] Jul 10 19:51:02.243 INFO O| Jul 10 19:51:02.243 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50802026-07-10T19:51:03.520Z[ recovery-image] Jul 10 19:51:02.247 INFO O| Jul 10 19:51:02.247 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50812026-07-10T19:51:03.522Z[ recovery-image] Jul 10 19:51:02.252 INFO O| Jul 10 19:51:02.252 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50822026-07-10T19:51:03.750Z[ host-image] Jul 10 19:51:02.502 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
50832026-07-10T19:51:03.924Z[ recovery-image] Jul 10 19:51:02.677 INFO O| Jul 10 19:51:02.677 INFO rolled back to input snapshot; work may begin
50842026-07-10T19:51:03.924Z[ recovery-image] Jul 10 19:51:02.677 INFO O| Jul 10 19:51:02.677 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50852026-07-10T19:51:03.928Z[ recovery-image] Jul 10 19:51:02.682 INFO O| Jul 10 19:51:02.682 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50862026-07-10T19:51:03.939Z[ recovery-image] Jul 10 19:51:02.692 INFO O| Jul 10 19:51:02.692 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50872026-07-10T19:51:03.978Z[ recovery-image] Jul 10 19:51:02.732 INFO O| Jul 10 19:51:02.732 INFO STEP 0 (remove_files) COMPLETE
50882026-07-10T19:51:03.979Z[ recovery-image] Jul 10 19:51:02.732 INFO O| Jul 10 19:51:02.732 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50892026-07-10T19:51:03.990Z[ recovery-image] Jul 10 19:51:02.744 INFO O| Jul 10 19:51:02.743 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
50902026-07-10T19:51:03.993Z[ recovery-image] Jul 10 19:51:02.745 INFO O| Jul 10 19:51:02.745 INFO STEP 1 (remove_files) COMPLETE
50912026-07-10T19:51:03.994Z[ recovery-image] Jul 10 19:51:02.745 INFO O| Jul 10 19:51:02.745 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50922026-07-10T19:51:04.004Z[ recovery-image] Jul 10 19:51:02.757 INFO O| Jul 10 19:51:02.757 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
50932026-07-10T19:51:04.017Z[ recovery-image] Jul 10 19:51:02.769 INFO O| Jul 10 19:51:02.769 INFO STEP 2 (remove_files) COMPLETE
50942026-07-10T19:51:04.017Z[ recovery-image] Jul 10 19:51:02.770 INFO O| Jul 10 19:51:02.769 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50952026-07-10T19:51:04.027Z[ recovery-image] Jul 10 19:51:02.781 INFO O| Jul 10 19:51:02.781 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
50962026-07-10T19:51:04.031Z[ recovery-image] Jul 10 19:51:02.782 INFO O| Jul 10 19:51:02.782 INFO STEP 3 (remove_files) COMPLETE
50972026-07-10T19:51:04.031Z[ recovery-image] Jul 10 19:51:02.782 INFO O| Jul 10 19:51:02.782 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50982026-07-10T19:51:04.038Z[ recovery-image] Jul 10 19:51:02.792 INFO O| Jul 10 19:51:02.791 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
50992026-07-10T19:51:04.042Z[ recovery-image] Jul 10 19:51:02.795 INFO O| Jul 10 19:51:02.795 INFO STEP 4 (remove_files) COMPLETE
51002026-07-10T19:51:04.042Z[ recovery-image] Jul 10 19:51:02.795 INFO O| Jul 10 19:51:02.795 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51012026-07-10T19:51:04.051Z[ recovery-image] Jul 10 19:51:02.805 INFO O| Jul 10 19:51:02.804 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51022026-07-10T19:51:04.054Z[ recovery-image] Jul 10 19:51:02.805 INFO O| Jul 10 19:51:02.805 INFO STEP 5 (remove_files) COMPLETE
51032026-07-10T19:51:04.054Z[ recovery-image] Jul 10 19:51:02.805 INFO O| Jul 10 19:51:02.805 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51042026-07-10T19:51:04.061Z[ recovery-image] Jul 10 19:51:02.815 INFO O| Jul 10 19:51:02.815 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51052026-07-10T19:51:04.072Z[ recovery-image] Jul 10 19:51:02.825 INFO O| Jul 10 19:51:02.825 INFO STEP 6 (remove_files) COMPLETE
51062026-07-10T19:51:04.072Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.825 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51072026-07-10T19:51:04.072Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.825 INFO skip step because feature "heliosv2" is not enabled
51082026-07-10T19:51:04.072Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.825 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51092026-07-10T19:51:04.072Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.825 INFO skip step because feature "recovery" is enabled
51102026-07-10T19:51:04.073Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.825 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-07-10T19:51:04.074Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.825 INFO skip step because feature "recovery" is enabled
51122026-07-10T19:51:04.074Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.826 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51132026-07-10T19:51:04.074Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.826 INFO skip step because feature "recovery" is enabled
51142026-07-10T19:51:04.074Z[ recovery-image] Jul 10 19:51:02.826 INFO O| Jul 10 19:51:02.826 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51152026-07-10T19:51:04.084Z[ recovery-image] Jul 10 19:51:02.837 INFO O| Jul 10 19:51:02.837 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51162026-07-10T19:51:04.088Z[ recovery-image] Jul 10 19:51:02.840 INFO O| Jul 10 19:51:02.840 INFO STEP 11 (remove_files) COMPLETE
51172026-07-10T19:51:04.088Z[ recovery-image] Jul 10 19:51:02.840 INFO O| Jul 10 19:51:02.840 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51182026-07-10T19:51:04.097Z[ recovery-image] Jul 10 19:51:02.851 INFO O| Jul 10 19:51:02.851 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51192026-07-10T19:51:04.101Z[ recovery-image] Jul 10 19:51:02.851 INFO O| Jul 10 19:51:02.851 INFO STEP 12 (remove_files) COMPLETE
51202026-07-10T19:51:04.101Z[ recovery-image] Jul 10 19:51:02.851 INFO O| Jul 10 19:51:02.851 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-07-10T19:51:04.108Z[ recovery-image] Jul 10 19:51:02.862 INFO O| Jul 10 19:51:02.862 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51222026-07-10T19:51:04.112Z[ recovery-image] Jul 10 19:51:02.864 INFO O| Jul 10 19:51:02.864 INFO STEP 13 (remove_files) COMPLETE
51232026-07-10T19:51:04.112Z[ recovery-image] Jul 10 19:51:02.864 INFO O| Jul 10 19:51:02.864 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51242026-07-10T19:51:04.162Z[ recovery-image] Jul 10 19:51:02.916 INFO O| Jul 10 19:51:02.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51252026-07-10T19:51:04.168Z[ recovery-image] Jul 10 19:51:02.921 INFO O| Jul 10 19:51:02.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51262026-07-10T19:51:04.275Z[ recovery-image] Jul 10 19:51:03.029 INFO O| Jul 10 19:51:03.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51272026-07-10T19:51:04.279Z[ recovery-image] Jul 10 19:51:03.029 INFO O| Jul 10 19:51:03.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51282026-07-10T19:51:04.279Z[ recovery-image] Jul 10 19:51:03.030 INFO O| Jul 10 19:51:03.030 INFO STEP 14 (remove_files) COMPLETE
51292026-07-10T19:51:04.279Z[ recovery-image] Jul 10 19:51:03.030 INFO O| Jul 10 19:51:03.030 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51302026-07-10T19:51:04.285Z[ recovery-image] Jul 10 19:51:03.039 INFO O| Jul 10 19:51:03.039 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51312026-07-10T19:51:04.289Z[ recovery-image] Jul 10 19:51:03.040 INFO O| Jul 10 19:51:03.040 INFO STEP 15 (remove_files) COMPLETE
51322026-07-10T19:51:04.289Z[ recovery-image] Jul 10 19:51:03.040 INFO O| Jul 10 19:51:03.040 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51332026-07-10T19:51:04.295Z[ recovery-image] Jul 10 19:51:03.049 INFO O| Jul 10 19:51:03.049 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51342026-07-10T19:51:04.301Z[ recovery-image] Jul 10 19:51:03.055 INFO O| Jul 10 19:51:03.055 INFO STEP 16 (remove_files) COMPLETE
51352026-07-10T19:51:04.301Z[ recovery-image] Jul 10 19:51:03.055 INFO O| Jul 10 19:51:03.055 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51362026-07-10T19:51:04.312Z[ recovery-image] Jul 10 19:51:03.066 INFO O| Jul 10 19:51:03.066 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51372026-07-10T19:51:04.316Z[ recovery-image] Jul 10 19:51:03.067 INFO O| Jul 10 19:51:03.067 INFO STEP 17 (remove_files) COMPLETE
51382026-07-10T19:51:04.316Z[ recovery-image] Jul 10 19:51:03.067 INFO O| Jul 10 19:51:03.067 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51392026-07-10T19:51:04.323Z[ recovery-image] Jul 10 19:51:03.077 INFO O| Jul 10 19:51:03.077 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51402026-07-10T19:51:04.327Z[ recovery-image] Jul 10 19:51:03.078 INFO O| Jul 10 19:51:03.078 INFO STEP 18 (remove_files) COMPLETE
51412026-07-10T19:51:04.328Z[ recovery-image] Jul 10 19:51:03.078 INFO O| Jul 10 19:51:03.078 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51422026-07-10T19:51:04.336Z[ recovery-image] Jul 10 19:51:03.089 INFO O| Jul 10 19:51:03.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51432026-07-10T19:51:04.336Z[ recovery-image] Jul 10 19:51:03.089 INFO O| Jul 10 19:51:03.089 INFO STEP 19 (remove_files) COMPLETE
51442026-07-10T19:51:04.336Z[ recovery-image] Jul 10 19:51:03.089 INFO O| Jul 10 19:51:03.089 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51452026-07-10T19:51:04.344Z[ recovery-image] Jul 10 19:51:03.098 INFO O| Jul 10 19:51:03.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51462026-07-10T19:51:04.345Z[ recovery-image] Jul 10 19:51:03.098 INFO O| Jul 10 19:51:03.098 INFO STEP 20 (remove_files) COMPLETE
51472026-07-10T19:51:04.348Z[ recovery-image] Jul 10 19:51:03.098 INFO O| Jul 10 19:51:03.098 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51482026-07-10T19:51:04.354Z[ recovery-image] Jul 10 19:51:03.108 INFO O| Jul 10 19:51:03.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51492026-07-10T19:51:04.358Z[ recovery-image] Jul 10 19:51:03.108 INFO O| Jul 10 19:51:03.108 INFO STEP 21 (remove_files) COMPLETE
51502026-07-10T19:51:04.358Z[ recovery-image] Jul 10 19:51:03.108 INFO O| Jul 10 19:51:03.108 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51512026-07-10T19:51:04.364Z[ recovery-image] Jul 10 19:51:03.118 INFO O| Jul 10 19:51:03.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51522026-07-10T19:51:04.367Z[ recovery-image] Jul 10 19:51:03.118 INFO O| Jul 10 19:51:03.118 INFO STEP 22 (remove_files) COMPLETE
51532026-07-10T19:51:04.367Z[ recovery-image] Jul 10 19:51:03.118 INFO O| Jul 10 19:51:03.118 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51542026-07-10T19:51:04.371Z[ recovery-image] Jul 10 19:51:03.125 INFO O| Jul 10 19:51:03.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51552026-07-10T19:51:04.375Z[ recovery-image] Jul 10 19:51:03.125 INFO O| Jul 10 19:51:03.125 INFO STEP 23 (remove_files) COMPLETE
51562026-07-10T19:51:04.375Z[ recovery-image] Jul 10 19:51:03.125 INFO O| Jul 10 19:51:03.125 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51572026-07-10T19:51:04.379Z[ recovery-image] Jul 10 19:51:03.133 INFO O| Jul 10 19:51:03.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51582026-07-10T19:51:04.382Z[ recovery-image] Jul 10 19:51:03.133 INFO O| Jul 10 19:51:03.133 INFO STEP 24 (remove_files) COMPLETE
51592026-07-10T19:51:04.382Z[ recovery-image] Jul 10 19:51:03.133 INFO O| Jul 10 19:51:03.133 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51602026-07-10T19:51:04.387Z[ recovery-image] Jul 10 19:51:03.141 INFO O| Jul 10 19:51:03.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51612026-07-10T19:51:04.390Z[ recovery-image] Jul 10 19:51:03.141 INFO O| Jul 10 19:51:03.141 INFO STEP 25 (remove_files) COMPLETE
51622026-07-10T19:51:04.390Z[ recovery-image] Jul 10 19:51:03.141 INFO O| Jul 10 19:51:03.141 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51632026-07-10T19:51:04.395Z[ recovery-image] Jul 10 19:51:03.149 INFO O| Jul 10 19:51:03.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51642026-07-10T19:51:04.398Z[ recovery-image] Jul 10 19:51:03.149 INFO O| Jul 10 19:51:03.149 INFO STEP 26 (remove_files) COMPLETE
51652026-07-10T19:51:04.398Z[ recovery-image] Jul 10 19:51:03.149 INFO O| Jul 10 19:51:03.149 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51662026-07-10T19:51:04.403Z[ recovery-image] Jul 10 19:51:03.157 INFO O| Jul 10 19:51:03.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51672026-07-10T19:51:04.407Z[ recovery-image] Jul 10 19:51:03.157 INFO O| Jul 10 19:51:03.157 INFO STEP 27 (remove_files) COMPLETE
51682026-07-10T19:51:04.407Z[ recovery-image] Jul 10 19:51:03.157 INFO O| Jul 10 19:51:03.157 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51692026-07-10T19:51:04.411Z[ recovery-image] Jul 10 19:51:03.165 INFO O| Jul 10 19:51:03.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51702026-07-10T19:51:04.411Z[ recovery-image] Jul 10 19:51:03.165 INFO O| Jul 10 19:51:03.165 INFO STEP 28 (remove_files) COMPLETE
51712026-07-10T19:51:04.411Z[ recovery-image] Jul 10 19:51:03.165 INFO O| Jul 10 19:51:03.165 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51722026-07-10T19:51:04.419Z[ recovery-image] Jul 10 19:51:03.173 INFO O| Jul 10 19:51:03.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51732026-07-10T19:51:04.423Z[ recovery-image] Jul 10 19:51:03.173 INFO O| Jul 10 19:51:03.173 INFO STEP 29 (remove_files) COMPLETE
51742026-07-10T19:51:04.423Z[ recovery-image] Jul 10 19:51:03.173 INFO O| Jul 10 19:51:03.173 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51752026-07-10T19:51:04.431Z[ recovery-image] Jul 10 19:51:03.185 INFO O| Jul 10 19:51:03.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51762026-07-10T19:51:04.432Z[ recovery-image] Jul 10 19:51:03.185 INFO O| Jul 10 19:51:03.185 INFO STEP 30 (remove_files) COMPLETE
51772026-07-10T19:51:04.432Z[ recovery-image] Jul 10 19:51:03.185 INFO O| Jul 10 19:51:03.185 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51782026-07-10T19:51:04.440Z[ recovery-image] Jul 10 19:51:03.194 INFO O| Jul 10 19:51:03.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51792026-07-10T19:51:04.441Z[ recovery-image] Jul 10 19:51:03.194 INFO O| Jul 10 19:51:03.194 INFO STEP 31 (remove_files) COMPLETE
51802026-07-10T19:51:04.441Z[ recovery-image] Jul 10 19:51:03.194 INFO O| Jul 10 19:51:03.194 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51812026-07-10T19:51:04.451Z[ recovery-image] Jul 10 19:51:03.205 INFO O| Jul 10 19:51:03.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51822026-07-10T19:51:04.451Z[ recovery-image] Jul 10 19:51:03.205 INFO O| Jul 10 19:51:03.205 INFO STEP 32 (remove_files) COMPLETE
51832026-07-10T19:51:04.451Z[ recovery-image] Jul 10 19:51:03.205 INFO O| Jul 10 19:51:03.205 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51842026-07-10T19:51:04.460Z[ recovery-image] Jul 10 19:51:03.214 INFO O| Jul 10 19:51:03.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51852026-07-10T19:51:04.464Z[ recovery-image] Jul 10 19:51:03.214 INFO O| Jul 10 19:51:03.214 INFO STEP 33 (remove_files) COMPLETE
51862026-07-10T19:51:04.464Z[ recovery-image] Jul 10 19:51:03.214 INFO O| Jul 10 19:51:03.214 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51872026-07-10T19:51:04.471Z[ recovery-image] Jul 10 19:51:03.225 INFO O| Jul 10 19:51:03.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51882026-07-10T19:51:04.471Z[ recovery-image] Jul 10 19:51:03.225 INFO O| Jul 10 19:51:03.225 INFO STEP 34 (remove_files) COMPLETE
51892026-07-10T19:51:04.474Z[ recovery-image] Jul 10 19:51:03.225 INFO O| Jul 10 19:51:03.225 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51902026-07-10T19:51:04.479Z[ recovery-image] Jul 10 19:51:03.233 INFO O| Jul 10 19:51:03.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
51912026-07-10T19:51:04.479Z[ recovery-image] Jul 10 19:51:03.233 INFO O| Jul 10 19:51:03.233 INFO STEP 35 (remove_files) COMPLETE
51922026-07-10T19:51:04.479Z[ recovery-image] Jul 10 19:51:03.233 INFO O| Jul 10 19:51:03.233 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51932026-07-10T19:51:04.487Z[ recovery-image] Jul 10 19:51:03.241 INFO O| Jul 10 19:51:03.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
51942026-07-10T19:51:04.487Z[ recovery-image] Jul 10 19:51:03.241 INFO O| Jul 10 19:51:03.241 INFO STEP 36 (remove_files) COMPLETE
51952026-07-10T19:51:04.491Z[ recovery-image] Jul 10 19:51:03.241 INFO O| Jul 10 19:51:03.241 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51962026-07-10T19:51:04.496Z[ recovery-image] Jul 10 19:51:03.250 INFO O| Jul 10 19:51:03.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
51972026-07-10T19:51:04.499Z[ recovery-image] Jul 10 19:51:03.250 INFO O| Jul 10 19:51:03.250 INFO STEP 37 (remove_files) COMPLETE
51982026-07-10T19:51:04.500Z[ recovery-image] Jul 10 19:51:03.250 INFO O| Jul 10 19:51:03.250 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51992026-07-10T19:51:04.504Z[ recovery-image] Jul 10 19:51:03.258 INFO O| Jul 10 19:51:03.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52002026-07-10T19:51:04.504Z[ recovery-image] Jul 10 19:51:03.258 INFO O| Jul 10 19:51:03.258 INFO STEP 38 (remove_files) COMPLETE
52012026-07-10T19:51:04.507Z[ recovery-image] Jul 10 19:51:03.258 INFO O| Jul 10 19:51:03.258 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52022026-07-10T19:51:04.513Z[ recovery-image] Jul 10 19:51:03.265 INFO O| Jul 10 19:51:03.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52032026-07-10T19:51:04.513Z[ recovery-image] Jul 10 19:51:03.265 INFO O| Jul 10 19:51:03.265 INFO STEP 39 (remove_files) COMPLETE
52042026-07-10T19:51:04.513Z[ recovery-image] Jul 10 19:51:03.265 INFO O| Jul 10 19:51:03.265 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52052026-07-10T19:51:04.519Z[ recovery-image] Jul 10 19:51:03.273 INFO O| Jul 10 19:51:03.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52062026-07-10T19:51:04.519Z[ recovery-image] Jul 10 19:51:03.273 INFO O| Jul 10 19:51:03.273 INFO STEP 40 (remove_files) COMPLETE
52072026-07-10T19:51:04.522Z[ recovery-image] Jul 10 19:51:03.273 INFO O| Jul 10 19:51:03.273 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52082026-07-10T19:51:04.529Z[ recovery-image] Jul 10 19:51:03.283 INFO O| Jul 10 19:51:03.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52092026-07-10T19:51:04.529Z[ recovery-image] Jul 10 19:51:03.283 INFO O| Jul 10 19:51:03.283 INFO STEP 41 (remove_files) COMPLETE
52102026-07-10T19:51:04.533Z[ recovery-image] Jul 10 19:51:03.283 INFO O| Jul 10 19:51:03.283 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52112026-07-10T19:51:04.537Z[ recovery-image] Jul 10 19:51:03.291 INFO O| Jul 10 19:51:03.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52122026-07-10T19:51:04.537Z[ recovery-image] Jul 10 19:51:03.291 INFO O| Jul 10 19:51:03.291 INFO STEP 42 (remove_files) COMPLETE
52132026-07-10T19:51:04.541Z[ recovery-image] Jul 10 19:51:03.291 INFO O| Jul 10 19:51:03.291 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52142026-07-10T19:51:04.544Z[ recovery-image] Jul 10 19:51:03.298 INFO O| Jul 10 19:51:03.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52152026-07-10T19:51:04.545Z[ recovery-image] Jul 10 19:51:03.298 INFO O| Jul 10 19:51:03.298 INFO STEP 43 (remove_files) COMPLETE
52162026-07-10T19:51:04.545Z[ recovery-image] Jul 10 19:51:03.298 INFO O| Jul 10 19:51:03.298 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52172026-07-10T19:51:04.555Z[ recovery-image] Jul 10 19:51:03.309 INFO O| Jul 10 19:51:03.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52182026-07-10T19:51:04.556Z[ recovery-image] Jul 10 19:51:03.309 INFO O| Jul 10 19:51:03.309 INFO STEP 44 (remove_files) COMPLETE
52192026-07-10T19:51:04.556Z[ recovery-image] Jul 10 19:51:03.309 INFO O| Jul 10 19:51:03.309 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52202026-07-10T19:51:04.565Z[ recovery-image] Jul 10 19:51:03.319 INFO O| Jul 10 19:51:03.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52212026-07-10T19:51:04.565Z[ recovery-image] Jul 10 19:51:03.319 INFO O| Jul 10 19:51:03.319 INFO STEP 45 (remove_files) COMPLETE
52222026-07-10T19:51:04.570Z[ recovery-image] Jul 10 19:51:03.319 INFO O| Jul 10 19:51:03.319 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52232026-07-10T19:51:04.574Z[ recovery-image] Jul 10 19:51:03.328 INFO O| Jul 10 19:51:03.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52242026-07-10T19:51:04.575Z[ recovery-image] Jul 10 19:51:03.328 INFO O| Jul 10 19:51:03.328 INFO STEP 46 (remove_files) COMPLETE
52252026-07-10T19:51:04.578Z[ recovery-image] Jul 10 19:51:03.329 INFO O| Jul 10 19:51:03.328 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52262026-07-10T19:51:04.582Z[ recovery-image] Jul 10 19:51:03.336 INFO O| Jul 10 19:51:03.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52272026-07-10T19:51:04.586Z[ recovery-image] Jul 10 19:51:03.336 INFO O| Jul 10 19:51:03.336 INFO STEP 47 (remove_files) COMPLETE
52282026-07-10T19:51:04.586Z[ recovery-image] Jul 10 19:51:03.336 INFO O| Jul 10 19:51:03.336 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52292026-07-10T19:51:04.590Z[ recovery-image] Jul 10 19:51:03.344 INFO O| Jul 10 19:51:03.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52302026-07-10T19:51:04.590Z[ recovery-image] Jul 10 19:51:03.344 INFO O| Jul 10 19:51:03.344 INFO STEP 48 (remove_files) COMPLETE
52312026-07-10T19:51:04.590Z[ recovery-image] Jul 10 19:51:03.344 INFO O| Jul 10 19:51:03.344 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52322026-07-10T19:51:04.598Z[ recovery-image] Jul 10 19:51:03.352 INFO O| Jul 10 19:51:03.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52332026-07-10T19:51:04.599Z[ recovery-image] Jul 10 19:51:03.352 INFO O| Jul 10 19:51:03.352 INFO STEP 49 (remove_files) COMPLETE
52342026-07-10T19:51:04.603Z[ recovery-image] Jul 10 19:51:03.352 INFO O| Jul 10 19:51:03.352 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52352026-07-10T19:51:04.607Z[ recovery-image] Jul 10 19:51:03.359 INFO O| Jul 10 19:51:03.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52362026-07-10T19:51:04.607Z[ recovery-image] Jul 10 19:51:03.360 INFO O| Jul 10 19:51:03.360 INFO STEP 50 (remove_files) COMPLETE
52372026-07-10T19:51:04.609Z[ recovery-image] Jul 10 19:51:03.360 INFO O| Jul 10 19:51:03.360 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52382026-07-10T19:51:04.614Z[ recovery-image] Jul 10 19:51:03.367 INFO O| Jul 10 19:51:03.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52392026-07-10T19:51:04.614Z[ recovery-image] Jul 10 19:51:03.367 INFO O| Jul 10 19:51:03.367 INFO STEP 51 (remove_files) COMPLETE
52402026-07-10T19:51:04.614Z[ recovery-image] Jul 10 19:51:03.367 INFO O| Jul 10 19:51:03.367 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52412026-07-10T19:51:04.621Z[ recovery-image] Jul 10 19:51:03.375 INFO O| Jul 10 19:51:03.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52422026-07-10T19:51:04.622Z[ recovery-image] Jul 10 19:51:03.375 INFO O| Jul 10 19:51:03.375 INFO STEP 52 (remove_files) COMPLETE
52432026-07-10T19:51:04.622Z[ recovery-image] Jul 10 19:51:03.375 INFO O| Jul 10 19:51:03.375 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52442026-07-10T19:51:04.630Z[ recovery-image] Jul 10 19:51:03.383 INFO O| Jul 10 19:51:03.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52452026-07-10T19:51:04.630Z[ recovery-image] Jul 10 19:51:03.383 INFO O| Jul 10 19:51:03.383 INFO STEP 53 (remove_files) COMPLETE
52462026-07-10T19:51:04.634Z[ recovery-image] Jul 10 19:51:03.383 INFO O| Jul 10 19:51:03.383 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52472026-07-10T19:51:04.638Z[ recovery-image] Jul 10 19:51:03.392 INFO O| Jul 10 19:51:03.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52482026-07-10T19:51:04.638Z[ recovery-image] Jul 10 19:51:03.392 INFO O| Jul 10 19:51:03.392 INFO STEP 54 (remove_files) COMPLETE
52492026-07-10T19:51:04.638Z[ recovery-image] Jul 10 19:51:03.392 INFO O| Jul 10 19:51:03.392 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52502026-07-10T19:51:04.648Z[ recovery-image] Jul 10 19:51:03.402 INFO O| Jul 10 19:51:03.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52512026-07-10T19:51:04.648Z[ recovery-image] Jul 10 19:51:03.402 INFO O| Jul 10 19:51:03.402 INFO STEP 55 (remove_files) COMPLETE
52522026-07-10T19:51:04.652Z[ recovery-image] Jul 10 19:51:03.402 INFO O| Jul 10 19:51:03.402 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52532026-07-10T19:51:04.657Z[ recovery-image] Jul 10 19:51:03.411 INFO O| Jul 10 19:51:03.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52542026-07-10T19:51:04.657Z[ recovery-image] Jul 10 19:51:03.411 INFO O| Jul 10 19:51:03.411 INFO STEP 56 (remove_files) COMPLETE
52552026-07-10T19:51:04.661Z[ recovery-image] Jul 10 19:51:03.411 INFO O| Jul 10 19:51:03.411 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52562026-07-10T19:51:04.667Z[ recovery-image] Jul 10 19:51:03.421 INFO O| Jul 10 19:51:03.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52572026-07-10T19:51:04.671Z[ recovery-image] Jul 10 19:51:03.421 INFO O| Jul 10 19:51:03.421 INFO STEP 57 (remove_files) COMPLETE
52582026-07-10T19:51:04.671Z[ recovery-image] Jul 10 19:51:03.421 INFO O| Jul 10 19:51:03.421 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52592026-07-10T19:51:04.679Z[ recovery-image] Jul 10 19:51:03.432 INFO O| Jul 10 19:51:03.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52602026-07-10T19:51:04.679Z[ recovery-image] Jul 10 19:51:03.432 INFO O| Jul 10 19:51:03.432 INFO STEP 58 (remove_files) COMPLETE
52612026-07-10T19:51:04.682Z[ recovery-image] Jul 10 19:51:03.432 INFO O| Jul 10 19:51:03.432 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52622026-07-10T19:51:04.689Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52632026-07-10T19:51:04.691Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52642026-07-10T19:51:04.696Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52652026-07-10T19:51:04.696Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52662026-07-10T19:51:04.696Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52672026-07-10T19:51:04.696Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52682026-07-10T19:51:04.696Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO ok!
52692026-07-10T19:51:04.696Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO STEP 59 (ensure_file) COMPLETE
52702026-07-10T19:51:04.696Z[ recovery-image] Jul 10 19:51:03.443 INFO O| Jul 10 19:51:03.443 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52712026-07-10T19:51:04.700Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52722026-07-10T19:51:04.700Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52732026-07-10T19:51:04.704Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52742026-07-10T19:51:04.704Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52752026-07-10T19:51:04.704Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52762026-07-10T19:51:04.704Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52772026-07-10T19:51:04.706Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO ok!
52782026-07-10T19:51:04.706Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO STEP 60 (ensure_file) COMPLETE
52792026-07-10T19:51:04.706Z[ recovery-image] Jul 10 19:51:03.454 INFO O| Jul 10 19:51:03.454 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52802026-07-10T19:51:04.711Z[ recovery-image] Jul 10 19:51:03.465 INFO O| Jul 10 19:51:03.465 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52812026-07-10T19:51:04.711Z[ recovery-image] Jul 10 19:51:03.465 INFO O| Jul 10 19:51:03.465 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52822026-07-10T19:51:04.712Z[ recovery-image] Jul 10 19:51:03.465 INFO O| Jul 10 19:51:03.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52832026-07-10T19:51:04.712Z[ recovery-image] Jul 10 19:51:03.465 INFO O| Jul 10 19:51:03.465 INFO ok!
52842026-07-10T19:51:04.716Z[ recovery-image] Jul 10 19:51:03.465 INFO O| Jul 10 19:51:03.465 INFO STEP 61 (ensure_file) COMPLETE
52852026-07-10T19:51:04.716Z[ recovery-image] Jul 10 19:51:03.465 INFO O| Jul 10 19:51:03.465 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52862026-07-10T19:51:04.721Z[ recovery-image] Jul 10 19:51:03.475 INFO O| Jul 10 19:51:03.475 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52872026-07-10T19:51:04.721Z[ recovery-image] Jul 10 19:51:03.475 INFO O| Jul 10 19:51:03.475 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52882026-07-10T19:51:04.725Z[ recovery-image] Jul 10 19:51:03.475 INFO O| Jul 10 19:51:03.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52892026-07-10T19:51:04.725Z[ recovery-image] Jul 10 19:51:03.475 INFO O| Jul 10 19:51:03.475 INFO ok!
52902026-07-10T19:51:04.725Z[ recovery-image] Jul 10 19:51:03.475 INFO O| Jul 10 19:51:03.475 INFO STEP 62 (ensure_file) COMPLETE
52912026-07-10T19:51:04.725Z[ recovery-image] Jul 10 19:51:03.475 INFO O| Jul 10 19:51:03.475 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52922026-07-10T19:51:04.731Z[ recovery-image] Jul 10 19:51:03.485 INFO O| Jul 10 19:51:03.485 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
52932026-07-10T19:51:04.733Z[ recovery-image] Jul 10 19:51:03.485 INFO O| Jul 10 19:51:03.485 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
52942026-07-10T19:51:04.733Z[ recovery-image] Jul 10 19:51:03.485 INFO O| Jul 10 19:51:03.485 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52952026-07-10T19:51:04.738Z[ recovery-image] Jul 10 19:51:03.485 INFO O| Jul 10 19:51:03.485 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
52962026-07-10T19:51:04.738Z[ recovery-image] Jul 10 19:51:03.485 INFO O| Jul 10 19:51:03.485 INFO ok!
52972026-07-10T19:51:04.738Z[ recovery-image] Jul 10 19:51:03.485 INFO O| Jul 10 19:51:03.485 INFO STEP 63 (ensure_file) COMPLETE
52982026-07-10T19:51:04.738Z[ recovery-image] Jul 10 19:51:03.485 INFO O| Jul 10 19:51:03.485 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52992026-07-10T19:51:04.742Z[ recovery-image] Jul 10 19:51:03.496 INFO O| Jul 10 19:51:03.495 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53002026-07-10T19:51:04.742Z[ recovery-image] Jul 10 19:51:03.496 INFO O| Jul 10 19:51:03.496 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53012026-07-10T19:51:04.742Z[ recovery-image] Jul 10 19:51:03.496 INFO O| Jul 10 19:51:03.496 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53022026-07-10T19:51:04.742Z[ recovery-image] Jul 10 19:51:03.496 INFO O| Jul 10 19:51:03.496 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53032026-07-10T19:51:04.742Z[ recovery-image] Jul 10 19:51:03.496 INFO O| Jul 10 19:51:03.496 INFO ok!
53042026-07-10T19:51:04.742Z[ recovery-image] Jul 10 19:51:03.496 INFO O| Jul 10 19:51:03.496 INFO STEP 64 (ensure_file) COMPLETE
53052026-07-10T19:51:04.743Z[ recovery-image] Jul 10 19:51:03.496 INFO O| Jul 10 19:51:03.496 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53062026-07-10T19:51:04.753Z[ recovery-image] Jul 10 19:51:03.507 INFO O| Jul 10 19:51:03.507 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53072026-07-10T19:51:04.753Z[ recovery-image] Jul 10 19:51:03.507 INFO O| Jul 10 19:51:03.507 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53082026-07-10T19:51:04.754Z[ recovery-image] Jul 10 19:51:03.507 INFO O| Jul 10 19:51:03.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53092026-07-10T19:51:04.758Z[ recovery-image] Jul 10 19:51:03.507 INFO O| Jul 10 19:51:03.507 INFO ok!
53102026-07-10T19:51:04.758Z[ recovery-image] Jul 10 19:51:03.507 INFO O| Jul 10 19:51:03.507 INFO STEP 65 (assemble_files) COMPLETE
53112026-07-10T19:51:04.759Z[ recovery-image] Jul 10 19:51:03.507 INFO O| Jul 10 19:51:03.507 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53122026-07-10T19:51:04.762Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53132026-07-10T19:51:04.762Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53142026-07-10T19:51:04.766Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53152026-07-10T19:51:04.766Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53162026-07-10T19:51:04.767Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO ok!
53172026-07-10T19:51:04.767Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO STEP 66 (ensure_file) COMPLETE
53182026-07-10T19:51:04.767Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53192026-07-10T19:51:04.767Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO skip step because feature "omicron1" is not enabled
53202026-07-10T19:51:04.767Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53212026-07-10T19:51:04.767Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO skip step because feature "omicron1" is not enabled
53222026-07-10T19:51:04.767Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53232026-07-10T19:51:04.768Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO skip step because feature "omicron1" is not enabled
53242026-07-10T19:51:04.768Z[ recovery-image] Jul 10 19:51:03.516 INFO O| Jul 10 19:51:03.516 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53252026-07-10T19:51:04.776Z[ recovery-image] Jul 10 19:51:03.530 INFO O| Jul 10 19:51:03.529 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53262026-07-10T19:51:04.781Z[ recovery-image] Jul 10 19:51:03.530 INFO O| Jul 10 19:51:03.530 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53272026-07-10T19:51:05.996Z[ recovery-image] Jul 10 19:51:04.750 INFO O| Jul 10 19:51:04.750 INFO STEP 70 (pack_tar) COMPLETE
53282026-07-10T19:51:05.996Z[ recovery-image] Jul 10 19:51:04.750 INFO O| Jul 10 19:51:04.750 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53292026-07-10T19:51:05.997Z[ recovery-image] Jul 10 19:51:04.750 INFO O| Jul 10 19:51:04.750 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53302026-07-10T19:51:06.087Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53312026-07-10T19:51:07.423Z[ recovery-image] Jul 10 19:51:06.177 INFO O| Jul 10 19:51:06.176 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53322026-07-10T19:51:08.345Z[ recovery-image] Jul 10 19:51:07.098 INFO O| Jul 10 19:51:07.098 INFO completed processing sled/ramdisk-02-trim
53332026-07-10T19:51:08.348Z[ recovery-image] Jul 10 19:51:07.101 INFO image builder template: ramdisk-03-recovery-trim...
53342026-07-10T19:51:08.349Z[ recovery-image] Jul 10 19:51:07.101 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/.tmpyt9TAX/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
53352026-07-10T19:51:08.352Z[ recovery-image] Jul 10 19:51:07.106 INFO O| Jul 10 19:51:07.106 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53362026-07-10T19:51:08.433Z[ recovery-image] Jul 10 19:51:07.186 INFO O| Jul 10 19:51:07.186 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53372026-07-10T19:51:08.439Z[ recovery-image] Jul 10 19:51:07.191 INFO O| Jul 10 19:51:07.191 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53382026-07-10T19:51:08.511Z[ recovery-image] Jul 10 19:51:07.265 INFO O| Jul 10 19:51:07.265 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53392026-07-10T19:51:08.549Z[ recovery-image] Jul 10 19:51:07.303 INFO O| Jul 10 19:51:07.303 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53402026-07-10T19:51:08.549Z[ recovery-image] Jul 10 19:51:07.303 INFO O| Jul 10 19:51:07.303 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53412026-07-10T19:51:08.554Z[ recovery-image] Jul 10 19:51:07.308 INFO O| Jul 10 19:51:07.308 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53422026-07-10T19:51:08.561Z[ recovery-image] Jul 10 19:51:07.311 INFO O| Jul 10 19:51:07.311 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53432026-07-10T19:51:08.561Z[ recovery-image] Jul 10 19:51:07.315 INFO O| Jul 10 19:51:07.315 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53442026-07-10T19:51:08.842Z[ recovery-image] Jul 10 19:51:07.596 INFO O| Jul 10 19:51:07.596 INFO rolled back to input snapshot; work may begin
53452026-07-10T19:51:08.843Z[ recovery-image] Jul 10 19:51:07.596 INFO O| Jul 10 19:51:07.596 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53462026-07-10T19:51:08.846Z[ recovery-image] Jul 10 19:51:07.599 INFO O| Jul 10 19:51:07.599 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53472026-07-10T19:51:08.853Z[ recovery-image] Jul 10 19:51:07.607 INFO O| Jul 10 19:51:07.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53482026-07-10T19:51:08.857Z[ recovery-image] Jul 10 19:51:07.608 INFO O| Jul 10 19:51:07.608 INFO STEP 0 (remove_files) COMPLETE
53492026-07-10T19:51:08.857Z[ recovery-image] Jul 10 19:51:07.608 INFO O| Jul 10 19:51:07.608 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53502026-07-10T19:51:08.863Z[ recovery-image] Jul 10 19:51:07.615 INFO O| Jul 10 19:51:07.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53512026-07-10T19:51:08.863Z[ recovery-image] Jul 10 19:51:07.615 INFO O| Jul 10 19:51:07.615 INFO STEP 1 (remove_files) COMPLETE
53522026-07-10T19:51:08.863Z[ recovery-image] Jul 10 19:51:07.615 INFO O| Jul 10 19:51:07.615 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53532026-07-10T19:51:08.868Z[ recovery-image] Jul 10 19:51:07.621 INFO O| Jul 10 19:51:07.621 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53542026-07-10T19:51:08.871Z[ recovery-image] Jul 10 19:51:07.624 INFO O| Jul 10 19:51:07.624 INFO STEP 2 (remove_files) COMPLETE
53552026-07-10T19:51:08.871Z[ recovery-image] Jul 10 19:51:07.624 INFO O| Jul 10 19:51:07.624 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53562026-07-10T19:51:08.876Z[ recovery-image] Jul 10 19:51:07.630 INFO O| Jul 10 19:51:07.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53572026-07-10T19:51:08.921Z[ recovery-image] Jul 10 19:51:07.675 INFO O| Jul 10 19:51:07.674 INFO STEP 3 (remove_files) COMPLETE
53582026-07-10T19:51:08.921Z[ recovery-image] Jul 10 19:51:07.675 INFO O| Jul 10 19:51:07.675 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53592026-07-10T19:51:08.928Z[ recovery-image] Jul 10 19:51:07.683 INFO O| Jul 10 19:51:07.683 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53602026-07-10T19:51:08.932Z[ recovery-image] Jul 10 19:51:07.686 INFO O| Jul 10 19:51:07.686 INFO STEP 4 (remove_files) COMPLETE
53612026-07-10T19:51:08.932Z[ recovery-image] Jul 10 19:51:07.686 INFO O| Jul 10 19:51:07.686 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53622026-07-10T19:51:08.939Z[ recovery-image] Jul 10 19:51:07.693 INFO O| Jul 10 19:51:07.693 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53632026-07-10T19:51:08.977Z[ recovery-image] Jul 10 19:51:07.724 INFO O| Jul 10 19:51:07.724 INFO STEP 5 (remove_files) COMPLETE
53642026-07-10T19:51:08.977Z[ recovery-image] Jul 10 19:51:07.724 INFO O| Jul 10 19:51:07.724 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53652026-07-10T19:51:08.983Z[ recovery-image] Jul 10 19:51:07.732 INFO O| Jul 10 19:51:07.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53662026-07-10T19:51:08.988Z[ recovery-image] Jul 10 19:51:07.742 INFO O| Jul 10 19:51:07.742 INFO STEP 6 (remove_files) COMPLETE
53672026-07-10T19:51:08.988Z[ recovery-image] Jul 10 19:51:07.742 INFO O| Jul 10 19:51:07.742 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53682026-07-10T19:51:08.996Z[ recovery-image] Jul 10 19:51:07.750 INFO O| Jul 10 19:51:07.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53692026-07-10T19:51:09.000Z[ recovery-image] Jul 10 19:51:07.751 INFO O| Jul 10 19:51:07.751 INFO STEP 7 (remove_files) COMPLETE
53702026-07-10T19:51:09.000Z[ recovery-image] Jul 10 19:51:07.751 INFO O| Jul 10 19:51:07.751 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53712026-07-10T19:51:09.004Z[ recovery-image] Jul 10 19:51:07.758 INFO O| Jul 10 19:51:07.758 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53722026-07-10T19:51:09.009Z[ recovery-image] Jul 10 19:51:07.759 INFO O| Jul 10 19:51:07.759 INFO STEP 8 (remove_files) COMPLETE
53732026-07-10T19:51:09.009Z[ recovery-image] Jul 10 19:51:07.760 INFO O| Jul 10 19:51:07.759 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53742026-07-10T19:51:09.013Z[ recovery-image] Jul 10 19:51:07.767 INFO O| Jul 10 19:51:07.767 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53752026-07-10T19:51:09.018Z[ recovery-image] Jul 10 19:51:07.770 INFO O| Jul 10 19:51:07.770 INFO STEP 9 (remove_files) COMPLETE
53762026-07-10T19:51:09.018Z[ recovery-image] Jul 10 19:51:07.770 INFO O| Jul 10 19:51:07.770 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53772026-07-10T19:51:09.023Z[ recovery-image] Jul 10 19:51:07.778 INFO O| Jul 10 19:51:07.778 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53782026-07-10T19:51:09.027Z[ recovery-image] Jul 10 19:51:07.778 INFO O| Jul 10 19:51:07.778 INFO STEP 10 (remove_files) COMPLETE
53792026-07-10T19:51:09.027Z[ recovery-image] Jul 10 19:51:07.778 INFO O| Jul 10 19:51:07.778 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53802026-07-10T19:51:09.032Z[ recovery-image] Jul 10 19:51:07.786 INFO O| Jul 10 19:51:07.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53812026-07-10T19:51:09.036Z[ recovery-image] Jul 10 19:51:07.787 INFO O| Jul 10 19:51:07.787 INFO STEP 11 (remove_files) COMPLETE
53822026-07-10T19:51:09.036Z[ recovery-image] Jul 10 19:51:07.787 INFO O| Jul 10 19:51:07.787 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53832026-07-10T19:51:09.043Z[ recovery-image] Jul 10 19:51:07.797 INFO O| Jul 10 19:51:07.797 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53842026-07-10T19:51:09.079Z[ recovery-image] Jul 10 19:51:07.832 INFO O| Jul 10 19:51:07.832 INFO STEP 12 (remove_files) COMPLETE
53852026-07-10T19:51:09.079Z[ recovery-image] Jul 10 19:51:07.832 INFO O| Jul 10 19:51:07.832 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53862026-07-10T19:51:09.090Z[ recovery-image] Jul 10 19:51:07.841 INFO O| Jul 10 19:51:07.841 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53872026-07-10T19:51:09.090Z[ recovery-image] Jul 10 19:51:07.844 INFO O| Jul 10 19:51:07.844 INFO STEP 13 (remove_files) COMPLETE
53882026-07-10T19:51:09.090Z[ recovery-image] Jul 10 19:51:07.844 INFO O| Jul 10 19:51:07.844 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53892026-07-10T19:51:09.096Z[ recovery-image] Jul 10 19:51:07.851 INFO O| Jul 10 19:51:07.851 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
53902026-07-10T19:51:09.100Z[ recovery-image] Jul 10 19:51:07.853 INFO O| Jul 10 19:51:07.853 INFO STEP 14 (remove_files) COMPLETE
53912026-07-10T19:51:09.100Z[ recovery-image] Jul 10 19:51:07.853 INFO O| Jul 10 19:51:07.853 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53922026-07-10T19:51:09.109Z[ recovery-image] Jul 10 19:51:07.860 INFO O| Jul 10 19:51:07.860 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
53932026-07-10T19:51:09.113Z[ recovery-image] Jul 10 19:51:07.860 INFO O| Jul 10 19:51:07.860 INFO STEP 15 (remove_files) COMPLETE
53942026-07-10T19:51:09.113Z[ recovery-image] Jul 10 19:51:07.860 INFO O| Jul 10 19:51:07.860 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53952026-07-10T19:51:09.119Z[ recovery-image] Jul 10 19:51:07.869 INFO O| Jul 10 19:51:07.869 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
53962026-07-10T19:51:09.119Z[ recovery-image] Jul 10 19:51:07.871 INFO O| Jul 10 19:51:07.871 INFO STEP 16 (remove_files) COMPLETE
53972026-07-10T19:51:09.119Z[ recovery-image] Jul 10 19:51:07.871 INFO O| Jul 10 19:51:07.871 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53982026-07-10T19:51:09.125Z[ recovery-image] Jul 10 19:51:07.879 INFO O| Jul 10 19:51:07.879 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
53992026-07-10T19:51:09.137Z[ recovery-image] Jul 10 19:51:07.890 INFO O| Jul 10 19:51:07.890 INFO STEP 17 (remove_files) COMPLETE
54002026-07-10T19:51:09.137Z[ recovery-image] Jul 10 19:51:07.890 INFO O| Jul 10 19:51:07.890 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54012026-07-10T19:51:09.146Z[ recovery-image] Jul 10 19:51:07.900 INFO O| Jul 10 19:51:07.900 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54022026-07-10T19:51:09.146Z[ recovery-image] Jul 10 19:51:07.900 INFO O| Jul 10 19:51:07.900 INFO STEP 18 (remove_files) COMPLETE
54032026-07-10T19:51:09.150Z[ recovery-image] Jul 10 19:51:07.900 INFO O| Jul 10 19:51:07.900 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54042026-07-10T19:51:09.154Z[ recovery-image] Jul 10 19:51:07.908 INFO O| Jul 10 19:51:07.908 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54052026-07-10T19:51:09.154Z[ recovery-image] Jul 10 19:51:07.908 INFO O| Jul 10 19:51:07.908 INFO STEP 19 (remove_files) COMPLETE
54062026-07-10T19:51:09.154Z[ recovery-image] Jul 10 19:51:07.908 INFO O| Jul 10 19:51:07.908 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54072026-07-10T19:51:09.161Z[ recovery-image] Jul 10 19:51:07.915 INFO O| Jul 10 19:51:07.915 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54082026-07-10T19:51:09.200Z[ recovery-image] Jul 10 19:51:07.954 INFO O| Jul 10 19:51:07.954 INFO STEP 20 (remove_files) COMPLETE
54092026-07-10T19:51:09.201Z[ recovery-image] Jul 10 19:51:07.954 INFO O| Jul 10 19:51:07.954 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54102026-07-10T19:51:09.209Z[ recovery-image] Jul 10 19:51:07.963 INFO O| Jul 10 19:51:07.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54112026-07-10T19:51:09.212Z[ recovery-image] Jul 10 19:51:07.965 INFO O| Jul 10 19:51:07.964 INFO STEP 21 (remove_files) COMPLETE
54122026-07-10T19:51:09.212Z[ recovery-image] Jul 10 19:51:07.965 INFO O| Jul 10 19:51:07.965 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54132026-07-10T19:51:09.218Z[ recovery-image] Jul 10 19:51:07.971 INFO O| Jul 10 19:51:07.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54142026-07-10T19:51:09.228Z[ recovery-image] Jul 10 19:51:07.972 INFO O| Jul 10 19:51:07.972 INFO STEP 22 (remove_files) COMPLETE
54152026-07-10T19:51:09.228Z[ recovery-image] Jul 10 19:51:07.972 INFO O| Jul 10 19:51:07.972 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54162026-07-10T19:51:09.228Z[ recovery-image] Jul 10 19:51:07.980 INFO O| Jul 10 19:51:07.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54172026-07-10T19:51:09.228Z[ recovery-image] Jul 10 19:51:07.981 INFO O| Jul 10 19:51:07.981 INFO STEP 23 (remove_files) COMPLETE
54182026-07-10T19:51:09.228Z[ recovery-image] Jul 10 19:51:07.981 INFO O| Jul 10 19:51:07.981 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54192026-07-10T19:51:09.234Z[ recovery-image] Jul 10 19:51:07.989 INFO O| Jul 10 19:51:07.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54202026-07-10T19:51:09.238Z[ recovery-image] Jul 10 19:51:07.989 INFO O| Jul 10 19:51:07.989 INFO STEP 24 (remove_files) COMPLETE
54212026-07-10T19:51:09.238Z[ recovery-image] Jul 10 19:51:07.989 INFO O| Jul 10 19:51:07.989 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54222026-07-10T19:51:09.242Z[ recovery-image] Jul 10 19:51:07.996 INFO O| Jul 10 19:51:07.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54232026-07-10T19:51:09.250Z[ recovery-image] Jul 10 19:51:07.996 INFO O| Jul 10 19:51:07.996 INFO STEP 25 (remove_files) COMPLETE
54242026-07-10T19:51:09.250Z[ recovery-image] Jul 10 19:51:07.996 INFO O| Jul 10 19:51:07.996 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54252026-07-10T19:51:09.256Z[ recovery-image] Jul 10 19:51:08.004 INFO O| Jul 10 19:51:08.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54262026-07-10T19:51:09.256Z[ recovery-image] Jul 10 19:51:08.005 INFO O| Jul 10 19:51:08.004 INFO STEP 26 (remove_files) COMPLETE
54272026-07-10T19:51:09.256Z[ recovery-image] Jul 10 19:51:08.005 INFO O| Jul 10 19:51:08.005 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54282026-07-10T19:51:09.259Z[ recovery-image] Jul 10 19:51:08.013 INFO O| Jul 10 19:51:08.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54292026-07-10T19:51:09.264Z[ recovery-image] Jul 10 19:51:08.014 INFO O| Jul 10 19:51:08.013 INFO STEP 27 (remove_files) COMPLETE
54302026-07-10T19:51:09.264Z[ recovery-image] Jul 10 19:51:08.014 INFO O| Jul 10 19:51:08.014 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54312026-07-10T19:51:09.268Z[ recovery-image] Jul 10 19:51:08.022 INFO O| Jul 10 19:51:08.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54322026-07-10T19:51:09.268Z[ recovery-image] Jul 10 19:51:08.022 INFO O| Jul 10 19:51:08.022 INFO STEP 28 (remove_files) COMPLETE
54332026-07-10T19:51:09.268Z[ recovery-image] Jul 10 19:51:08.022 INFO O| Jul 10 19:51:08.022 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54342026-07-10T19:51:09.276Z[ recovery-image] Jul 10 19:51:08.030 INFO O| Jul 10 19:51:08.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54352026-07-10T19:51:09.276Z[ recovery-image] Jul 10 19:51:08.030 INFO O| Jul 10 19:51:08.030 INFO STEP 29 (remove_files) COMPLETE
54362026-07-10T19:51:09.279Z[ recovery-image] Jul 10 19:51:08.030 INFO O| Jul 10 19:51:08.030 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54372026-07-10T19:51:09.283Z[ recovery-image] Jul 10 19:51:08.036 INFO O| Jul 10 19:51:08.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54382026-07-10T19:51:09.283Z[ recovery-image] Jul 10 19:51:08.036 INFO O| Jul 10 19:51:08.036 INFO STEP 30 (remove_files) COMPLETE
54392026-07-10T19:51:09.283Z[ recovery-image] Jul 10 19:51:08.036 INFO O| Jul 10 19:51:08.036 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54402026-07-10T19:51:09.289Z[ recovery-image] Jul 10 19:51:08.043 INFO O| Jul 10 19:51:08.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54412026-07-10T19:51:09.289Z[ recovery-image] Jul 10 19:51:08.043 INFO O| Jul 10 19:51:08.043 INFO STEP 31 (remove_files) COMPLETE
54422026-07-10T19:51:09.289Z[ recovery-image] Jul 10 19:51:08.043 INFO O| Jul 10 19:51:08.043 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54432026-07-10T19:51:09.296Z[ recovery-image] Jul 10 19:51:08.050 INFO O| Jul 10 19:51:08.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54442026-07-10T19:51:09.296Z[ recovery-image] Jul 10 19:51:08.050 INFO O| Jul 10 19:51:08.050 INFO STEP 32 (remove_files) COMPLETE
54452026-07-10T19:51:09.299Z[ recovery-image] Jul 10 19:51:08.050 INFO O| Jul 10 19:51:08.050 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54462026-07-10T19:51:09.304Z[ recovery-image] Jul 10 19:51:08.058 INFO O| Jul 10 19:51:08.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54472026-07-10T19:51:09.304Z[ recovery-image] Jul 10 19:51:08.058 INFO O| Jul 10 19:51:08.058 INFO STEP 33 (remove_files) COMPLETE
54482026-07-10T19:51:09.307Z[ recovery-image] Jul 10 19:51:08.058 INFO O| Jul 10 19:51:08.058 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54492026-07-10T19:51:09.311Z[ recovery-image] Jul 10 19:51:08.065 INFO O| Jul 10 19:51:08.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54502026-07-10T19:51:09.311Z[ recovery-image] Jul 10 19:51:08.065 INFO O| Jul 10 19:51:08.065 INFO STEP 34 (remove_files) COMPLETE
54512026-07-10T19:51:09.315Z[ recovery-image] Jul 10 19:51:08.065 INFO O| Jul 10 19:51:08.065 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54522026-07-10T19:51:09.319Z[ recovery-image] Jul 10 19:51:08.073 INFO O| Jul 10 19:51:08.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54532026-07-10T19:51:09.319Z[ recovery-image] Jul 10 19:51:08.073 INFO O| Jul 10 19:51:08.073 INFO STEP 35 (remove_files) COMPLETE
54542026-07-10T19:51:09.324Z[ recovery-image] Jul 10 19:51:08.073 INFO O| Jul 10 19:51:08.073 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54552026-07-10T19:51:09.332Z[ recovery-image] Jul 10 19:51:08.080 INFO O| Jul 10 19:51:08.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54562026-07-10T19:51:09.332Z[ recovery-image] Jul 10 19:51:08.080 INFO O| Jul 10 19:51:08.080 INFO STEP 36 (remove_files) COMPLETE
54572026-07-10T19:51:09.332Z[ recovery-image] Jul 10 19:51:08.080 INFO O| Jul 10 19:51:08.080 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54582026-07-10T19:51:09.335Z[ recovery-image] Jul 10 19:51:08.087 INFO O| Jul 10 19:51:08.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54592026-07-10T19:51:09.335Z[ recovery-image] Jul 10 19:51:08.087 INFO O| Jul 10 19:51:08.087 INFO STEP 37 (remove_files) COMPLETE
54602026-07-10T19:51:09.335Z[ recovery-image] Jul 10 19:51:08.087 INFO O| Jul 10 19:51:08.087 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54612026-07-10T19:51:09.340Z[ recovery-image] Jul 10 19:51:08.095 INFO O| Jul 10 19:51:08.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54622026-07-10T19:51:09.341Z[ recovery-image] Jul 10 19:51:08.095 INFO O| Jul 10 19:51:08.095 INFO STEP 38 (remove_files) COMPLETE
54632026-07-10T19:51:09.345Z[ recovery-image] Jul 10 19:51:08.095 INFO O| Jul 10 19:51:08.095 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54642026-07-10T19:51:09.349Z[ recovery-image] Jul 10 19:51:08.102 INFO O| Jul 10 19:51:08.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54652026-07-10T19:51:09.349Z[ recovery-image] Jul 10 19:51:08.102 INFO O| Jul 10 19:51:08.102 INFO STEP 39 (remove_files) COMPLETE
54662026-07-10T19:51:09.349Z[ recovery-image] Jul 10 19:51:08.102 INFO O| Jul 10 19:51:08.102 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54672026-07-10T19:51:09.356Z[ recovery-image] Jul 10 19:51:08.110 INFO O| Jul 10 19:51:08.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54682026-07-10T19:51:09.356Z[ recovery-image] Jul 10 19:51:08.110 INFO O| Jul 10 19:51:08.110 INFO STEP 40 (remove_files) COMPLETE
54692026-07-10T19:51:09.359Z[ recovery-image] Jul 10 19:51:08.110 INFO O| Jul 10 19:51:08.110 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54702026-07-10T19:51:09.364Z[ recovery-image] Jul 10 19:51:08.117 INFO O| Jul 10 19:51:08.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54712026-07-10T19:51:09.364Z[ recovery-image] Jul 10 19:51:08.117 INFO O| Jul 10 19:51:08.117 INFO STEP 41 (remove_files) COMPLETE
54722026-07-10T19:51:09.364Z[ recovery-image] Jul 10 19:51:08.117 INFO O| Jul 10 19:51:08.117 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54732026-07-10T19:51:09.370Z[ recovery-image] Jul 10 19:51:08.124 INFO O| Jul 10 19:51:08.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54742026-07-10T19:51:09.370Z[ recovery-image] Jul 10 19:51:08.124 INFO O| Jul 10 19:51:08.124 INFO STEP 42 (remove_files) COMPLETE
54752026-07-10T19:51:09.370Z[ recovery-image] Jul 10 19:51:08.124 INFO O| Jul 10 19:51:08.124 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54762026-07-10T19:51:09.378Z[ recovery-image] Jul 10 19:51:08.132 INFO O| Jul 10 19:51:08.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54772026-07-10T19:51:09.381Z[ recovery-image] Jul 10 19:51:08.132 INFO O| Jul 10 19:51:08.132 INFO STEP 43 (remove_files) COMPLETE
54782026-07-10T19:51:09.381Z[ recovery-image] Jul 10 19:51:08.132 INFO O| Jul 10 19:51:08.132 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54792026-07-10T19:51:09.385Z[ recovery-image] Jul 10 19:51:08.139 INFO O| Jul 10 19:51:08.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54802026-07-10T19:51:09.388Z[ recovery-image] Jul 10 19:51:08.139 INFO O| Jul 10 19:51:08.139 INFO STEP 44 (remove_files) COMPLETE
54812026-07-10T19:51:09.388Z[ recovery-image] Jul 10 19:51:08.139 INFO O| Jul 10 19:51:08.139 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54822026-07-10T19:51:09.392Z[ recovery-image] Jul 10 19:51:08.146 INFO O| Jul 10 19:51:08.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54832026-07-10T19:51:09.396Z[ recovery-image] Jul 10 19:51:08.146 INFO O| Jul 10 19:51:08.146 INFO STEP 45 (remove_files) COMPLETE
54842026-07-10T19:51:09.396Z[ recovery-image] Jul 10 19:51:08.146 INFO O| Jul 10 19:51:08.146 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54852026-07-10T19:51:09.400Z[ recovery-image] Jul 10 19:51:08.153 INFO O| Jul 10 19:51:08.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54862026-07-10T19:51:09.400Z[ recovery-image] Jul 10 19:51:08.153 INFO O| Jul 10 19:51:08.153 INFO STEP 46 (remove_files) COMPLETE
54872026-07-10T19:51:09.400Z[ recovery-image] Jul 10 19:51:08.153 INFO O| Jul 10 19:51:08.153 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54882026-07-10T19:51:09.406Z[ recovery-image] Jul 10 19:51:08.160 INFO O| Jul 10 19:51:08.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54892026-07-10T19:51:09.406Z[ recovery-image] Jul 10 19:51:08.160 INFO O| Jul 10 19:51:08.160 INFO STEP 47 (remove_files) COMPLETE
54902026-07-10T19:51:09.409Z[ recovery-image] Jul 10 19:51:08.160 INFO O| Jul 10 19:51:08.160 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54912026-07-10T19:51:09.414Z[ recovery-image] Jul 10 19:51:08.168 INFO O| Jul 10 19:51:08.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
54922026-07-10T19:51:09.417Z[ recovery-image] Jul 10 19:51:08.168 INFO O| Jul 10 19:51:08.168 INFO STEP 48 (remove_files) COMPLETE
54932026-07-10T19:51:09.418Z[ recovery-image] Jul 10 19:51:08.168 INFO O| Jul 10 19:51:08.168 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54942026-07-10T19:51:09.423Z[ recovery-image] Jul 10 19:51:08.176 INFO O| Jul 10 19:51:08.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
54952026-07-10T19:51:09.423Z[ recovery-image] Jul 10 19:51:08.176 INFO O| Jul 10 19:51:08.176 INFO STEP 49 (remove_files) COMPLETE
54962026-07-10T19:51:09.423Z[ recovery-image] Jul 10 19:51:08.176 INFO O| Jul 10 19:51:08.176 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54972026-07-10T19:51:09.429Z[ recovery-image] Jul 10 19:51:08.184 INFO O| Jul 10 19:51:08.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
54982026-07-10T19:51:09.429Z[ recovery-image] Jul 10 19:51:08.184 INFO O| Jul 10 19:51:08.184 INFO STEP 50 (remove_files) COMPLETE
54992026-07-10T19:51:09.433Z[ recovery-image] Jul 10 19:51:08.184 INFO O| Jul 10 19:51:08.184 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55002026-07-10T19:51:09.438Z[ recovery-image] Jul 10 19:51:08.191 INFO O| Jul 10 19:51:08.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55012026-07-10T19:51:09.438Z[ recovery-image] Jul 10 19:51:08.191 INFO O| Jul 10 19:51:08.191 INFO STEP 51 (remove_files) COMPLETE
55022026-07-10T19:51:09.439Z[ recovery-image] Jul 10 19:51:08.191 INFO O| Jul 10 19:51:08.191 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55032026-07-10T19:51:09.445Z[ recovery-image] Jul 10 19:51:08.199 INFO O| Jul 10 19:51:08.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55042026-07-10T19:51:09.445Z[ recovery-image] Jul 10 19:51:08.199 INFO O| Jul 10 19:51:08.199 INFO STEP 52 (remove_files) COMPLETE
55052026-07-10T19:51:09.449Z[ recovery-image] Jul 10 19:51:08.199 INFO O| Jul 10 19:51:08.199 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55062026-07-10T19:51:09.452Z[ recovery-image] Jul 10 19:51:08.206 INFO O| Jul 10 19:51:08.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55072026-07-10T19:51:09.452Z[ recovery-image] Jul 10 19:51:08.206 INFO O| Jul 10 19:51:08.206 INFO STEP 53 (remove_files) COMPLETE
55082026-07-10T19:51:09.452Z[ recovery-image] Jul 10 19:51:08.206 INFO O| Jul 10 19:51:08.206 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55092026-07-10T19:51:09.459Z[ recovery-image] Jul 10 19:51:08.213 INFO O| Jul 10 19:51:08.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55102026-07-10T19:51:09.463Z[ recovery-image] Jul 10 19:51:08.213 INFO O| Jul 10 19:51:08.213 INFO STEP 54 (remove_files) COMPLETE
55112026-07-10T19:51:09.463Z[ recovery-image] Jul 10 19:51:08.213 INFO O| Jul 10 19:51:08.213 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55122026-07-10T19:51:09.466Z[ recovery-image] Jul 10 19:51:08.220 INFO O| Jul 10 19:51:08.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55132026-07-10T19:51:09.467Z[ recovery-image] Jul 10 19:51:08.220 INFO O| Jul 10 19:51:08.220 INFO STEP 55 (remove_files) COMPLETE
55142026-07-10T19:51:09.468Z[ recovery-image] Jul 10 19:51:08.220 INFO O| Jul 10 19:51:08.220 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55152026-07-10T19:51:09.473Z[ recovery-image] Jul 10 19:51:08.227 INFO O| Jul 10 19:51:08.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55162026-07-10T19:51:09.478Z[ recovery-image] Jul 10 19:51:08.227 INFO O| Jul 10 19:51:08.227 INFO STEP 56 (remove_files) COMPLETE
55172026-07-10T19:51:09.479Z[ recovery-image] Jul 10 19:51:08.227 INFO O| Jul 10 19:51:08.227 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55182026-07-10T19:51:09.482Z[ recovery-image] Jul 10 19:51:08.234 INFO O| Jul 10 19:51:08.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55192026-07-10T19:51:09.482Z[ recovery-image] Jul 10 19:51:08.234 INFO O| Jul 10 19:51:08.234 INFO STEP 57 (remove_files) COMPLETE
55202026-07-10T19:51:09.482Z[ recovery-image] Jul 10 19:51:08.234 INFO O| Jul 10 19:51:08.234 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55212026-07-10T19:51:09.487Z[ recovery-image] Jul 10 19:51:08.241 INFO O| Jul 10 19:51:08.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55222026-07-10T19:51:09.487Z[ recovery-image] Jul 10 19:51:08.241 INFO O| Jul 10 19:51:08.241 INFO STEP 58 (remove_files) COMPLETE
55232026-07-10T19:51:09.490Z[ recovery-image] Jul 10 19:51:08.241 INFO O| Jul 10 19:51:08.241 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55242026-07-10T19:51:09.494Z[ recovery-image] Jul 10 19:51:08.248 INFO O| Jul 10 19:51:08.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55252026-07-10T19:51:09.498Z[ recovery-image] Jul 10 19:51:08.248 INFO O| Jul 10 19:51:08.248 INFO STEP 59 (remove_files) COMPLETE
55262026-07-10T19:51:09.498Z[ recovery-image] Jul 10 19:51:08.248 INFO O| Jul 10 19:51:08.248 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55272026-07-10T19:51:09.501Z[ recovery-image] Jul 10 19:51:08.255 INFO O| Jul 10 19:51:08.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55282026-07-10T19:51:09.501Z[ recovery-image] Jul 10 19:51:08.255 INFO O| Jul 10 19:51:08.255 INFO STEP 60 (remove_files) COMPLETE
55292026-07-10T19:51:09.501Z[ recovery-image] Jul 10 19:51:08.255 INFO O| Jul 10 19:51:08.255 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55302026-07-10T19:51:09.507Z[ recovery-image] Jul 10 19:51:08.261 INFO O| Jul 10 19:51:08.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55312026-07-10T19:51:09.507Z[ recovery-image] Jul 10 19:51:08.261 INFO O| Jul 10 19:51:08.261 INFO STEP 61 (remove_files) COMPLETE
55322026-07-10T19:51:09.508Z[ recovery-image] Jul 10 19:51:08.262 INFO O| Jul 10 19:51:08.261 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55332026-07-10T19:51:09.514Z[ recovery-image] Jul 10 19:51:08.268 INFO O| Jul 10 19:51:08.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55342026-07-10T19:51:09.515Z[ recovery-image] Jul 10 19:51:08.268 INFO O| Jul 10 19:51:08.268 INFO STEP 62 (remove_files) COMPLETE
55352026-07-10T19:51:09.518Z[ recovery-image] Jul 10 19:51:08.268 INFO O| Jul 10 19:51:08.268 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55362026-07-10T19:51:09.523Z[ recovery-image] Jul 10 19:51:08.275 INFO O| Jul 10 19:51:08.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55372026-07-10T19:51:09.523Z[ recovery-image] Jul 10 19:51:08.275 INFO O| Jul 10 19:51:08.275 INFO STEP 63 (remove_files) COMPLETE
55382026-07-10T19:51:09.523Z[ recovery-image] Jul 10 19:51:08.275 INFO O| Jul 10 19:51:08.275 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55392026-07-10T19:51:09.528Z[ recovery-image] Jul 10 19:51:08.282 INFO O| Jul 10 19:51:08.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55402026-07-10T19:51:09.533Z[ recovery-image] Jul 10 19:51:08.282 INFO O| Jul 10 19:51:08.282 INFO STEP 64 (remove_files) COMPLETE
55412026-07-10T19:51:09.534Z[ recovery-image] Jul 10 19:51:08.283 INFO O| Jul 10 19:51:08.282 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55422026-07-10T19:51:09.537Z[ recovery-image] Jul 10 19:51:08.290 INFO O| Jul 10 19:51:08.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55432026-07-10T19:51:09.537Z[ recovery-image] Jul 10 19:51:08.290 INFO O| Jul 10 19:51:08.290 INFO STEP 65 (remove_files) COMPLETE
55442026-07-10T19:51:09.537Z[ recovery-image] Jul 10 19:51:08.290 INFO O| Jul 10 19:51:08.290 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55452026-07-10T19:51:09.543Z[ recovery-image] Jul 10 19:51:08.296 INFO O| Jul 10 19:51:08.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55462026-07-10T19:51:09.543Z[ recovery-image] Jul 10 19:51:08.296 INFO O| Jul 10 19:51:08.296 INFO STEP 66 (remove_files) COMPLETE
55472026-07-10T19:51:09.543Z[ recovery-image] Jul 10 19:51:08.296 INFO O| Jul 10 19:51:08.296 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55482026-07-10T19:51:09.550Z[ recovery-image] Jul 10 19:51:08.303 INFO O| Jul 10 19:51:08.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55492026-07-10T19:51:09.555Z[ recovery-image] Jul 10 19:51:08.303 INFO O| Jul 10 19:51:08.303 INFO STEP 67 (remove_files) COMPLETE
55502026-07-10T19:51:09.555Z[ recovery-image] Jul 10 19:51:08.303 INFO O| Jul 10 19:51:08.303 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55512026-07-10T19:51:09.558Z[ recovery-image] Jul 10 19:51:08.310 INFO O| Jul 10 19:51:08.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55522026-07-10T19:51:09.558Z[ recovery-image] Jul 10 19:51:08.310 INFO O| Jul 10 19:51:08.310 INFO STEP 68 (remove_files) COMPLETE
55532026-07-10T19:51:09.558Z[ recovery-image] Jul 10 19:51:08.310 INFO O| Jul 10 19:51:08.310 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55542026-07-10T19:51:09.563Z[ recovery-image] Jul 10 19:51:08.316 INFO O| Jul 10 19:51:08.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55552026-07-10T19:51:09.563Z[ recovery-image] Jul 10 19:51:08.316 INFO O| Jul 10 19:51:08.316 INFO STEP 69 (remove_files) COMPLETE
55562026-07-10T19:51:09.563Z[ recovery-image] Jul 10 19:51:08.316 INFO O| Jul 10 19:51:08.316 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55572026-07-10T19:51:09.569Z[ recovery-image] Jul 10 19:51:08.323 INFO O| Jul 10 19:51:08.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55582026-07-10T19:51:09.569Z[ recovery-image] Jul 10 19:51:08.323 INFO O| Jul 10 19:51:08.323 INFO STEP 70 (remove_files) COMPLETE
55592026-07-10T19:51:09.573Z[ recovery-image] Jul 10 19:51:08.323 INFO O| Jul 10 19:51:08.323 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55602026-07-10T19:51:09.581Z[ recovery-image] Jul 10 19:51:08.331 INFO O| Jul 10 19:51:08.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55612026-07-10T19:51:09.581Z[ recovery-image] Jul 10 19:51:08.331 INFO O| Jul 10 19:51:08.331 INFO STEP 71 (remove_files) COMPLETE
55622026-07-10T19:51:09.582Z[ recovery-image] Jul 10 19:51:08.331 INFO O| Jul 10 19:51:08.331 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55632026-07-10T19:51:09.585Z[ recovery-image] Jul 10 19:51:08.339 INFO O| Jul 10 19:51:08.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55642026-07-10T19:51:09.586Z[ recovery-image] Jul 10 19:51:08.339 INFO O| Jul 10 19:51:08.339 INFO STEP 72 (remove_files) COMPLETE
55652026-07-10T19:51:09.586Z[ recovery-image] Jul 10 19:51:08.339 INFO O| Jul 10 19:51:08.339 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55662026-07-10T19:51:09.593Z[ recovery-image] Jul 10 19:51:08.347 INFO O| Jul 10 19:51:08.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55672026-07-10T19:51:09.593Z[ recovery-image] Jul 10 19:51:08.347 INFO O| Jul 10 19:51:08.347 INFO STEP 73 (remove_files) COMPLETE
55682026-07-10T19:51:09.593Z[ recovery-image] Jul 10 19:51:08.347 INFO O| Jul 10 19:51:08.347 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55692026-07-10T19:51:09.602Z[ recovery-image] Jul 10 19:51:08.356 INFO O| Jul 10 19:51:08.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55702026-07-10T19:51:09.602Z[ recovery-image] Jul 10 19:51:08.356 INFO O| Jul 10 19:51:08.356 INFO STEP 74 (remove_files) COMPLETE
55712026-07-10T19:51:09.602Z[ recovery-image] Jul 10 19:51:08.356 INFO O| Jul 10 19:51:08.356 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55722026-07-10T19:51:09.611Z[ recovery-image] Jul 10 19:51:08.366 INFO O| Jul 10 19:51:08.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55732026-07-10T19:51:09.611Z[ recovery-image] Jul 10 19:51:08.366 INFO O| Jul 10 19:51:08.366 INFO STEP 75 (remove_files) COMPLETE
55742026-07-10T19:51:09.615Z[ recovery-image] Jul 10 19:51:08.366 INFO O| Jul 10 19:51:08.366 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55752026-07-10T19:51:09.624Z[ recovery-image] Jul 10 19:51:08.373 INFO O| Jul 10 19:51:08.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55762026-07-10T19:51:09.624Z[ recovery-image] Jul 10 19:51:08.373 INFO O| Jul 10 19:51:08.373 INFO STEP 76 (remove_files) COMPLETE
55772026-07-10T19:51:09.625Z[ recovery-image] Jul 10 19:51:08.373 INFO O| Jul 10 19:51:08.373 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55782026-07-10T19:51:09.630Z[ recovery-image] Jul 10 19:51:08.381 INFO O| Jul 10 19:51:08.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55792026-07-10T19:51:09.630Z[ recovery-image] Jul 10 19:51:08.382 INFO O| Jul 10 19:51:08.381 INFO STEP 77 (remove_files) COMPLETE
55802026-07-10T19:51:09.630Z[ recovery-image] Jul 10 19:51:08.382 INFO O| Jul 10 19:51:08.381 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55812026-07-10T19:51:09.635Z[ recovery-image] Jul 10 19:51:08.390 INFO O| Jul 10 19:51:08.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55822026-07-10T19:51:09.636Z[ recovery-image] Jul 10 19:51:08.390 INFO O| Jul 10 19:51:08.390 INFO STEP 78 (remove_files) COMPLETE
55832026-07-10T19:51:09.639Z[ recovery-image] Jul 10 19:51:08.390 INFO O| Jul 10 19:51:08.390 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55842026-07-10T19:51:09.644Z[ recovery-image] Jul 10 19:51:08.398 INFO O| Jul 10 19:51:08.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55852026-07-10T19:51:09.644Z[ recovery-image] Jul 10 19:51:08.398 INFO O| Jul 10 19:51:08.398 INFO STEP 79 (remove_files) COMPLETE
55862026-07-10T19:51:09.651Z[ recovery-image] Jul 10 19:51:08.398 INFO O| Jul 10 19:51:08.398 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55872026-07-10T19:51:09.651Z[ recovery-image] Jul 10 19:51:08.406 INFO O| Jul 10 19:51:08.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55882026-07-10T19:51:09.651Z[ recovery-image] Jul 10 19:51:08.406 INFO O| Jul 10 19:51:08.406 INFO STEP 80 (remove_files) COMPLETE
55892026-07-10T19:51:09.651Z[ recovery-image] Jul 10 19:51:08.406 INFO O| Jul 10 19:51:08.406 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55902026-07-10T19:51:09.660Z[ recovery-image] Jul 10 19:51:08.413 INFO O| Jul 10 19:51:08.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
55912026-07-10T19:51:09.664Z[ recovery-image] Jul 10 19:51:08.413 INFO O| Jul 10 19:51:08.413 INFO STEP 81 (remove_files) COMPLETE
55922026-07-10T19:51:09.664Z[ recovery-image] Jul 10 19:51:08.413 INFO O| Jul 10 19:51:08.413 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55932026-07-10T19:51:09.667Z[ recovery-image] Jul 10 19:51:08.421 INFO O| Jul 10 19:51:08.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
55942026-07-10T19:51:09.671Z[ recovery-image] Jul 10 19:51:08.422 INFO O| Jul 10 19:51:08.422 INFO STEP 82 (remove_files) COMPLETE
55952026-07-10T19:51:09.671Z[ recovery-image] Jul 10 19:51:08.422 INFO O| Jul 10 19:51:08.422 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55962026-07-10T19:51:09.676Z[ recovery-image] Jul 10 19:51:08.428 INFO O| Jul 10 19:51:08.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
55972026-07-10T19:51:09.676Z[ recovery-image] Jul 10 19:51:08.428 INFO O| Jul 10 19:51:08.428 INFO STEP 83 (remove_files) COMPLETE
55982026-07-10T19:51:09.676Z[ recovery-image] Jul 10 19:51:08.428 INFO O| Jul 10 19:51:08.428 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55992026-07-10T19:51:09.681Z[ recovery-image] Jul 10 19:51:08.435 INFO O| Jul 10 19:51:08.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56002026-07-10T19:51:09.681Z[ recovery-image] Jul 10 19:51:08.435 INFO O| Jul 10 19:51:08.435 INFO STEP 84 (remove_files) COMPLETE
56012026-07-10T19:51:09.685Z[ recovery-image] Jul 10 19:51:08.435 INFO O| Jul 10 19:51:08.435 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56022026-07-10T19:51:09.691Z[ recovery-image] Jul 10 19:51:08.442 INFO O| Jul 10 19:51:08.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56032026-07-10T19:51:09.691Z[ recovery-image] Jul 10 19:51:08.442 INFO O| Jul 10 19:51:08.442 INFO STEP 85 (remove_files) COMPLETE
56042026-07-10T19:51:09.691Z[ recovery-image] Jul 10 19:51:08.442 INFO O| Jul 10 19:51:08.442 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56052026-07-10T19:51:09.697Z[ recovery-image] Jul 10 19:51:08.449 INFO O| Jul 10 19:51:08.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56062026-07-10T19:51:09.697Z[ recovery-image] Jul 10 19:51:08.449 INFO O| Jul 10 19:51:08.449 INFO STEP 86 (remove_files) COMPLETE
56072026-07-10T19:51:09.697Z[ recovery-image] Jul 10 19:51:08.449 INFO O| Jul 10 19:51:08.449 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56082026-07-10T19:51:09.702Z[ recovery-image] Jul 10 19:51:08.456 INFO O| Jul 10 19:51:08.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56092026-07-10T19:51:09.707Z[ recovery-image] Jul 10 19:51:08.456 INFO O| Jul 10 19:51:08.456 INFO STEP 87 (remove_files) COMPLETE
56102026-07-10T19:51:09.711Z[ recovery-image] Jul 10 19:51:08.456 INFO O| Jul 10 19:51:08.456 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56112026-07-10T19:51:09.711Z[ recovery-image] Jul 10 19:51:08.463 INFO O| Jul 10 19:51:08.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56122026-07-10T19:51:09.711Z[ recovery-image] Jul 10 19:51:08.463 INFO O| Jul 10 19:51:08.463 INFO STEP 88 (remove_files) COMPLETE
56132026-07-10T19:51:09.711Z[ recovery-image] Jul 10 19:51:08.463 INFO O| Jul 10 19:51:08.463 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56142026-07-10T19:51:09.717Z[ recovery-image] Jul 10 19:51:08.471 INFO O| Jul 10 19:51:08.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56152026-07-10T19:51:09.717Z[ recovery-image] Jul 10 19:51:08.471 INFO O| Jul 10 19:51:08.471 INFO STEP 89 (remove_files) COMPLETE
56162026-07-10T19:51:09.721Z[ recovery-image] Jul 10 19:51:08.471 INFO O| Jul 10 19:51:08.471 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56172026-07-10T19:51:09.725Z[ recovery-image] Jul 10 19:51:08.478 INFO O| Jul 10 19:51:08.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56182026-07-10T19:51:09.725Z[ recovery-image] Jul 10 19:51:08.478 INFO O| Jul 10 19:51:08.478 INFO STEP 90 (remove_files) COMPLETE
56192026-07-10T19:51:09.726Z[ recovery-image] Jul 10 19:51:08.478 INFO O| Jul 10 19:51:08.478 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56202026-07-10T19:51:09.731Z[ recovery-image] Jul 10 19:51:08.485 INFO O| Jul 10 19:51:08.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56212026-07-10T19:51:09.731Z[ recovery-image] Jul 10 19:51:08.485 INFO O| Jul 10 19:51:08.485 INFO STEP 91 (remove_files) COMPLETE
56222026-07-10T19:51:09.731Z[ recovery-image] Jul 10 19:51:08.485 INFO O| Jul 10 19:51:08.485 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56232026-07-10T19:51:09.738Z[ recovery-image] Jul 10 19:51:08.492 INFO O| Jul 10 19:51:08.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56242026-07-10T19:51:09.738Z[ recovery-image] Jul 10 19:51:08.492 INFO O| Jul 10 19:51:08.492 INFO STEP 92 (remove_files) COMPLETE
56252026-07-10T19:51:09.742Z[ recovery-image] Jul 10 19:51:08.492 INFO O| Jul 10 19:51:08.492 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56262026-07-10T19:51:09.746Z[ recovery-image] Jul 10 19:51:08.500 INFO O| Jul 10 19:51:08.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56272026-07-10T19:51:09.750Z[ recovery-image] Jul 10 19:51:08.500 INFO O| Jul 10 19:51:08.500 INFO STEP 93 (remove_files) COMPLETE
56282026-07-10T19:51:09.750Z[ recovery-image] Jul 10 19:51:08.500 INFO O| Jul 10 19:51:08.500 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56292026-07-10T19:51:09.754Z[ recovery-image] Jul 10 19:51:08.507 INFO O| Jul 10 19:51:08.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56302026-07-10T19:51:09.754Z[ recovery-image] Jul 10 19:51:08.507 INFO O| Jul 10 19:51:08.507 INFO STEP 94 (remove_files) COMPLETE
56312026-07-10T19:51:09.754Z[ recovery-image] Jul 10 19:51:08.507 INFO O| Jul 10 19:51:08.507 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56322026-07-10T19:51:09.761Z[ recovery-image] Jul 10 19:51:08.515 INFO O| Jul 10 19:51:08.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56332026-07-10T19:51:09.761Z[ recovery-image] Jul 10 19:51:08.515 INFO O| Jul 10 19:51:08.515 INFO STEP 95 (remove_files) COMPLETE
56342026-07-10T19:51:09.761Z[ recovery-image] Jul 10 19:51:08.515 INFO O| Jul 10 19:51:08.515 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56352026-07-10T19:51:09.769Z[ recovery-image] Jul 10 19:51:08.523 INFO O| Jul 10 19:51:08.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56362026-07-10T19:51:09.817Z[ recovery-image] Jul 10 19:51:08.523 INFO O| Jul 10 19:51:08.523 INFO STEP 96 (remove_files) COMPLETE
56372026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.523 INFO O| Jul 10 19:51:08.523 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56382026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.532 INFO O| Jul 10 19:51:08.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56392026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.532 INFO O| Jul 10 19:51:08.532 INFO STEP 97 (remove_files) COMPLETE
56402026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.532 INFO O| Jul 10 19:51:08.532 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56412026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.540 INFO O| Jul 10 19:51:08.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56422026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.540 INFO O| Jul 10 19:51:08.540 INFO STEP 98 (remove_files) COMPLETE
56432026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.540 INFO O| Jul 10 19:51:08.540 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56442026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.547 INFO O| Jul 10 19:51:08.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56452026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.547 INFO O| Jul 10 19:51:08.547 INFO STEP 99 (remove_files) COMPLETE
56462026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.547 INFO O| Jul 10 19:51:08.547 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56472026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.555 INFO O| Jul 10 19:51:08.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56482026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.555 INFO O| Jul 10 19:51:08.555 INFO STEP 100 (remove_files) COMPLETE
56492026-07-10T19:51:09.818Z[ recovery-image] Jul 10 19:51:08.555 INFO O| Jul 10 19:51:08.555 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56502026-07-10T19:51:09.819Z[ recovery-image] Jul 10 19:51:08.564 INFO O| Jul 10 19:51:08.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56512026-07-10T19:51:09.819Z[ recovery-image] Jul 10 19:51:08.564 INFO O| Jul 10 19:51:08.564 INFO STEP 101 (remove_files) COMPLETE
56522026-07-10T19:51:09.819Z[ recovery-image] Jul 10 19:51:08.564 INFO O| Jul 10 19:51:08.564 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56532026-07-10T19:51:09.823Z[ recovery-image] Jul 10 19:51:08.572 INFO O| Jul 10 19:51:08.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56542026-07-10T19:51:09.823Z[ recovery-image] Jul 10 19:51:08.572 INFO O| Jul 10 19:51:08.572 INFO STEP 102 (remove_files) COMPLETE
56552026-07-10T19:51:09.823Z[ recovery-image] Jul 10 19:51:08.572 INFO O| Jul 10 19:51:08.572 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56562026-07-10T19:51:09.827Z[ recovery-image] Jul 10 19:51:08.579 INFO O| Jul 10 19:51:08.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56572026-07-10T19:51:09.827Z[ recovery-image] Jul 10 19:51:08.579 INFO O| Jul 10 19:51:08.579 INFO STEP 103 (remove_files) COMPLETE
56582026-07-10T19:51:09.827Z[ recovery-image] Jul 10 19:51:08.579 INFO O| Jul 10 19:51:08.579 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56592026-07-10T19:51:09.831Z[ recovery-image] Jul 10 19:51:08.585 INFO O| Jul 10 19:51:08.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56602026-07-10T19:51:09.835Z[ recovery-image] Jul 10 19:51:08.585 INFO O| Jul 10 19:51:08.585 INFO STEP 104 (remove_files) COMPLETE
56612026-07-10T19:51:09.835Z[ recovery-image] Jul 10 19:51:08.585 INFO O| Jul 10 19:51:08.585 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56622026-07-10T19:51:09.840Z[ recovery-image] Jul 10 19:51:08.594 INFO O| Jul 10 19:51:08.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56632026-07-10T19:51:09.840Z[ recovery-image] Jul 10 19:51:08.594 INFO O| Jul 10 19:51:08.594 INFO STEP 105 (remove_files) COMPLETE
56642026-07-10T19:51:09.844Z[ recovery-image] Jul 10 19:51:08.594 INFO O| Jul 10 19:51:08.594 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56652026-07-10T19:51:09.848Z[ recovery-image] Jul 10 19:51:08.601 INFO O| Jul 10 19:51:08.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56662026-07-10T19:51:09.848Z[ recovery-image] Jul 10 19:51:08.601 INFO O| Jul 10 19:51:08.601 INFO STEP 106 (remove_files) COMPLETE
56672026-07-10T19:51:09.849Z[ recovery-image] Jul 10 19:51:08.601 INFO O| Jul 10 19:51:08.601 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56682026-07-10T19:51:09.856Z[ recovery-image] Jul 10 19:51:08.610 INFO O| Jul 10 19:51:08.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56692026-07-10T19:51:09.856Z[ recovery-image] Jul 10 19:51:08.610 INFO O| Jul 10 19:51:08.610 INFO STEP 107 (remove_files) COMPLETE
56702026-07-10T19:51:09.859Z[ recovery-image] Jul 10 19:51:08.610 INFO O| Jul 10 19:51:08.610 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56712026-07-10T19:51:09.863Z[ recovery-image] Jul 10 19:51:08.618 INFO O| Jul 10 19:51:08.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56722026-07-10T19:51:09.864Z[ recovery-image] Jul 10 19:51:08.618 INFO O| Jul 10 19:51:08.618 INFO STEP 108 (remove_files) COMPLETE
56732026-07-10T19:51:09.867Z[ recovery-image] Jul 10 19:51:08.618 INFO O| Jul 10 19:51:08.618 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56742026-07-10T19:51:09.871Z[ recovery-image] Jul 10 19:51:08.625 INFO O| Jul 10 19:51:08.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56752026-07-10T19:51:09.871Z[ recovery-image] Jul 10 19:51:08.625 INFO O| Jul 10 19:51:08.625 INFO STEP 109 (remove_files) COMPLETE
56762026-07-10T19:51:09.874Z[ recovery-image] Jul 10 19:51:08.625 INFO O| Jul 10 19:51:08.625 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56772026-07-10T19:51:09.879Z[ recovery-image] Jul 10 19:51:08.633 INFO O| Jul 10 19:51:08.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56782026-07-10T19:51:09.879Z[ recovery-image] Jul 10 19:51:08.633 INFO O| Jul 10 19:51:08.633 INFO STEP 110 (remove_files) COMPLETE
56792026-07-10T19:51:09.884Z[ recovery-image] Jul 10 19:51:08.633 INFO O| Jul 10 19:51:08.633 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56802026-07-10T19:51:09.887Z[ recovery-image] Jul 10 19:51:08.640 INFO O| Jul 10 19:51:08.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56812026-07-10T19:51:09.887Z[ recovery-image] Jul 10 19:51:08.640 INFO O| Jul 10 19:51:08.640 INFO STEP 111 (remove_files) COMPLETE
56822026-07-10T19:51:09.887Z[ recovery-image] Jul 10 19:51:08.640 INFO O| Jul 10 19:51:08.640 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56832026-07-10T19:51:09.894Z[ recovery-image] Jul 10 19:51:08.648 INFO O| Jul 10 19:51:08.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56842026-07-10T19:51:09.894Z[ recovery-image] Jul 10 19:51:08.648 INFO O| Jul 10 19:51:08.648 INFO STEP 112 (remove_files) COMPLETE
56852026-07-10T19:51:09.894Z[ recovery-image] Jul 10 19:51:08.648 INFO O| Jul 10 19:51:08.648 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56862026-07-10T19:51:09.903Z[ recovery-image] Jul 10 19:51:08.657 INFO O| Jul 10 19:51:08.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56872026-07-10T19:51:09.903Z[ recovery-image] Jul 10 19:51:08.657 INFO O| Jul 10 19:51:08.657 INFO STEP 113 (remove_files) COMPLETE
56882026-07-10T19:51:09.903Z[ recovery-image] Jul 10 19:51:08.657 INFO O| Jul 10 19:51:08.657 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56892026-07-10T19:51:09.911Z[ recovery-image] Jul 10 19:51:08.665 INFO O| Jul 10 19:51:08.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
56902026-07-10T19:51:09.914Z[ recovery-image] Jul 10 19:51:08.665 INFO O| Jul 10 19:51:08.665 INFO STEP 114 (remove_files) COMPLETE
56912026-07-10T19:51:09.914Z[ recovery-image] Jul 10 19:51:08.665 INFO O| Jul 10 19:51:08.665 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56922026-07-10T19:51:09.918Z[ recovery-image] Jul 10 19:51:08.672 INFO O| Jul 10 19:51:08.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
56932026-07-10T19:51:09.921Z[ recovery-image] Jul 10 19:51:08.672 INFO O| Jul 10 19:51:08.672 INFO STEP 115 (remove_files) COMPLETE
56942026-07-10T19:51:09.922Z[ recovery-image] Jul 10 19:51:08.672 INFO O| Jul 10 19:51:08.672 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56952026-07-10T19:51:09.927Z[ recovery-image] Jul 10 19:51:08.681 INFO O| Jul 10 19:51:08.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
56962026-07-10T19:51:09.930Z[ recovery-image] Jul 10 19:51:08.682 INFO O| Jul 10 19:51:08.682 INFO STEP 116 (remove_files) COMPLETE
56972026-07-10T19:51:09.930Z[ recovery-image] Jul 10 19:51:08.682 INFO O| Jul 10 19:51:08.682 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56982026-07-10T19:51:09.934Z[ recovery-image] Jul 10 19:51:08.688 INFO O| Jul 10 19:51:08.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
56992026-07-10T19:51:09.934Z[ recovery-image] Jul 10 19:51:08.688 INFO O| Jul 10 19:51:08.688 INFO STEP 117 (remove_files) COMPLETE
57002026-07-10T19:51:09.934Z[ recovery-image] Jul 10 19:51:08.688 INFO O| Jul 10 19:51:08.688 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57012026-07-10T19:51:09.940Z[ recovery-image] Jul 10 19:51:08.694 INFO O| Jul 10 19:51:08.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57022026-07-10T19:51:09.943Z[ recovery-image] Jul 10 19:51:08.694 INFO O| Jul 10 19:51:08.694 INFO STEP 118 (remove_files) COMPLETE
57032026-07-10T19:51:09.946Z[ recovery-image] Jul 10 19:51:08.694 INFO O| Jul 10 19:51:08.694 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57042026-07-10T19:51:09.946Z[ recovery-image] Jul 10 19:51:08.700 INFO O| Jul 10 19:51:08.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57052026-07-10T19:51:09.946Z[ recovery-image] Jul 10 19:51:08.700 INFO O| Jul 10 19:51:08.700 INFO STEP 119 (remove_files) COMPLETE
57062026-07-10T19:51:09.946Z[ recovery-image] Jul 10 19:51:08.700 INFO O| Jul 10 19:51:08.700 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57072026-07-10T19:51:09.952Z[ recovery-image] Jul 10 19:51:08.706 INFO O| Jul 10 19:51:08.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57082026-07-10T19:51:09.955Z[ recovery-image] Jul 10 19:51:08.706 INFO O| Jul 10 19:51:08.706 INFO STEP 120 (remove_files) COMPLETE
57092026-07-10T19:51:09.955Z[ recovery-image] Jul 10 19:51:08.706 INFO O| Jul 10 19:51:08.706 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57102026-07-10T19:51:09.959Z[ recovery-image] Jul 10 19:51:08.712 INFO O| Jul 10 19:51:08.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57112026-07-10T19:51:09.959Z[ recovery-image] Jul 10 19:51:08.712 INFO O| Jul 10 19:51:08.712 INFO STEP 121 (remove_files) COMPLETE
57122026-07-10T19:51:09.959Z[ recovery-image] Jul 10 19:51:08.712 INFO O| Jul 10 19:51:08.712 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57132026-07-10T19:51:09.964Z[ recovery-image] Jul 10 19:51:08.718 INFO O| Jul 10 19:51:08.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57142026-07-10T19:51:09.968Z[ recovery-image] Jul 10 19:51:08.718 INFO O| Jul 10 19:51:08.718 INFO STEP 122 (remove_files) COMPLETE
57152026-07-10T19:51:09.968Z[ recovery-image] Jul 10 19:51:08.718 INFO O| Jul 10 19:51:08.718 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57162026-07-10T19:51:09.972Z[ recovery-image] Jul 10 19:51:08.724 INFO O| Jul 10 19:51:08.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57172026-07-10T19:51:09.972Z[ recovery-image] Jul 10 19:51:08.724 INFO O| Jul 10 19:51:08.724 INFO STEP 123 (remove_files) COMPLETE
57182026-07-10T19:51:09.972Z[ recovery-image] Jul 10 19:51:08.724 INFO O| Jul 10 19:51:08.724 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57192026-07-10T19:51:09.976Z[ recovery-image] Jul 10 19:51:08.729 INFO O| Jul 10 19:51:08.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57202026-07-10T19:51:09.976Z[ recovery-image] Jul 10 19:51:08.730 INFO O| Jul 10 19:51:08.729 INFO STEP 124 (remove_files) COMPLETE
57212026-07-10T19:51:09.976Z[ recovery-image] Jul 10 19:51:08.730 INFO O| Jul 10 19:51:08.729 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57222026-07-10T19:51:09.981Z[ recovery-image] Jul 10 19:51:08.735 INFO O| Jul 10 19:51:08.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57232026-07-10T19:51:09.981Z[ recovery-image] Jul 10 19:51:08.735 INFO O| Jul 10 19:51:08.735 INFO STEP 125 (remove_files) COMPLETE
57242026-07-10T19:51:09.985Z[ recovery-image] Jul 10 19:51:08.735 INFO O| Jul 10 19:51:08.735 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57252026-07-10T19:51:09.989Z[ recovery-image] Jul 10 19:51:08.743 INFO O| Jul 10 19:51:08.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57262026-07-10T19:51:09.990Z[ recovery-image] Jul 10 19:51:08.743 INFO O| Jul 10 19:51:08.743 INFO STEP 126 (remove_files) COMPLETE
57272026-07-10T19:51:09.990Z[ recovery-image] Jul 10 19:51:08.743 INFO O| Jul 10 19:51:08.743 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57282026-07-10T19:51:09.996Z[ recovery-image] Jul 10 19:51:08.750 INFO O| Jul 10 19:51:08.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57292026-07-10T19:51:09.996Z[ recovery-image] Jul 10 19:51:08.750 INFO O| Jul 10 19:51:08.750 INFO STEP 127 (remove_files) COMPLETE
57302026-07-10T19:51:10.002Z[ recovery-image] Jul 10 19:51:08.750 INFO O| Jul 10 19:51:08.750 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57312026-07-10T19:51:10.006Z[ recovery-image] Jul 10 19:51:08.755 INFO O| Jul 10 19:51:08.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57322026-07-10T19:51:10.006Z[ recovery-image] Jul 10 19:51:08.755 INFO O| Jul 10 19:51:08.755 INFO STEP 128 (remove_files) COMPLETE
57332026-07-10T19:51:10.006Z[ recovery-image] Jul 10 19:51:08.755 INFO O| Jul 10 19:51:08.755 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57342026-07-10T19:51:10.009Z[ recovery-image] Jul 10 19:51:08.761 INFO O| Jul 10 19:51:08.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57352026-07-10T19:51:10.009Z[ recovery-image] Jul 10 19:51:08.761 INFO O| Jul 10 19:51:08.761 INFO STEP 129 (remove_files) COMPLETE
57362026-07-10T19:51:10.009Z[ recovery-image] Jul 10 19:51:08.761 INFO O| Jul 10 19:51:08.761 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57372026-07-10T19:51:10.013Z[ recovery-image] Jul 10 19:51:08.767 INFO O| Jul 10 19:51:08.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57382026-07-10T19:51:10.016Z[ recovery-image] Jul 10 19:51:08.767 INFO O| Jul 10 19:51:08.767 INFO STEP 130 (remove_files) COMPLETE
57392026-07-10T19:51:10.017Z[ recovery-image] Jul 10 19:51:08.767 INFO O| Jul 10 19:51:08.767 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57402026-07-10T19:51:10.025Z[ recovery-image] Jul 10 19:51:08.773 INFO O| Jul 10 19:51:08.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57412026-07-10T19:51:10.025Z[ recovery-image] Jul 10 19:51:08.773 INFO O| Jul 10 19:51:08.773 INFO STEP 131 (remove_files) COMPLETE
57422026-07-10T19:51:10.025Z[ recovery-image] Jul 10 19:51:08.773 INFO O| Jul 10 19:51:08.773 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57432026-07-10T19:51:10.028Z[ recovery-image] Jul 10 19:51:08.779 INFO O| Jul 10 19:51:08.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57442026-07-10T19:51:10.028Z[ recovery-image] Jul 10 19:51:08.779 INFO O| Jul 10 19:51:08.779 INFO STEP 132 (remove_files) COMPLETE
57452026-07-10T19:51:10.028Z[ recovery-image] Jul 10 19:51:08.779 INFO O| Jul 10 19:51:08.779 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57462026-07-10T19:51:10.033Z[ recovery-image] Jul 10 19:51:08.787 INFO O| Jul 10 19:51:08.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57472026-07-10T19:51:10.034Z[ recovery-image] Jul 10 19:51:08.787 INFO O| Jul 10 19:51:08.787 INFO STEP 133 (remove_files) COMPLETE
57482026-07-10T19:51:10.037Z[ recovery-image] Jul 10 19:51:08.788 INFO O| Jul 10 19:51:08.787 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57492026-07-10T19:51:10.041Z[ recovery-image] Jul 10 19:51:08.794 INFO O| Jul 10 19:51:08.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57502026-07-10T19:51:10.041Z[ recovery-image] Jul 10 19:51:08.794 INFO O| Jul 10 19:51:08.794 INFO STEP 134 (remove_files) COMPLETE
57512026-07-10T19:51:10.041Z[ recovery-image] Jul 10 19:51:08.794 INFO O| Jul 10 19:51:08.794 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57522026-07-10T19:51:10.048Z[ recovery-image] Jul 10 19:51:08.802 INFO O| Jul 10 19:51:08.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57532026-07-10T19:51:10.052Z[ recovery-image] Jul 10 19:51:08.802 INFO O| Jul 10 19:51:08.802 INFO STEP 135 (remove_files) COMPLETE
57542026-07-10T19:51:10.052Z[ recovery-image] Jul 10 19:51:08.802 INFO O| Jul 10 19:51:08.802 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57552026-07-10T19:51:10.056Z[ recovery-image] Jul 10 19:51:08.808 INFO O| Jul 10 19:51:08.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57562026-07-10T19:51:10.057Z[ recovery-image] Jul 10 19:51:08.808 INFO O| Jul 10 19:51:08.808 INFO STEP 136 (remove_files) COMPLETE
57572026-07-10T19:51:10.057Z[ recovery-image] Jul 10 19:51:08.808 INFO O| Jul 10 19:51:08.808 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57582026-07-10T19:51:10.060Z[ recovery-image] Jul 10 19:51:08.815 INFO O| Jul 10 19:51:08.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57592026-07-10T19:51:10.061Z[ recovery-image] Jul 10 19:51:08.815 INFO O| Jul 10 19:51:08.815 INFO STEP 137 (remove_files) COMPLETE
57602026-07-10T19:51:10.064Z[ recovery-image] Jul 10 19:51:08.815 INFO O| Jul 10 19:51:08.815 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57612026-07-10T19:51:10.069Z[ recovery-image] Jul 10 19:51:08.823 INFO O| Jul 10 19:51:08.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57622026-07-10T19:51:10.069Z[ recovery-image] Jul 10 19:51:08.823 INFO O| Jul 10 19:51:08.823 INFO STEP 138 (remove_files) COMPLETE
57632026-07-10T19:51:10.072Z[ recovery-image] Jul 10 19:51:08.823 INFO O| Jul 10 19:51:08.823 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57642026-07-10T19:51:10.076Z[ recovery-image] Jul 10 19:51:08.829 INFO O| Jul 10 19:51:08.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57652026-07-10T19:51:10.076Z[ recovery-image] Jul 10 19:51:08.829 INFO O| Jul 10 19:51:08.829 INFO STEP 139 (remove_files) COMPLETE
57662026-07-10T19:51:10.076Z[ recovery-image] Jul 10 19:51:08.829 INFO O| Jul 10 19:51:08.829 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57672026-07-10T19:51:10.080Z[ recovery-image] Jul 10 19:51:08.835 INFO O| Jul 10 19:51:08.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57682026-07-10T19:51:10.081Z[ recovery-image] Jul 10 19:51:08.835 INFO O| Jul 10 19:51:08.835 INFO STEP 140 (remove_files) COMPLETE
57692026-07-10T19:51:10.084Z[ recovery-image] Jul 10 19:51:08.835 INFO O| Jul 10 19:51:08.835 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57702026-07-10T19:51:10.088Z[ recovery-image] Jul 10 19:51:08.841 INFO O| Jul 10 19:51:08.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57712026-07-10T19:51:10.088Z[ recovery-image] Jul 10 19:51:08.841 INFO O| Jul 10 19:51:08.841 INFO STEP 141 (remove_files) COMPLETE
57722026-07-10T19:51:10.088Z[ recovery-image] Jul 10 19:51:08.841 INFO O| Jul 10 19:51:08.841 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57732026-07-10T19:51:10.092Z[ recovery-image] Jul 10 19:51:08.846 INFO O| Jul 10 19:51:08.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57742026-07-10T19:51:10.092Z[ recovery-image] Jul 10 19:51:08.846 INFO O| Jul 10 19:51:08.846 INFO STEP 142 (remove_files) COMPLETE
57752026-07-10T19:51:10.092Z[ recovery-image] Jul 10 19:51:08.846 INFO O| Jul 10 19:51:08.846 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57762026-07-10T19:51:10.101Z[ recovery-image] Jul 10 19:51:08.855 INFO O| Jul 10 19:51:08.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57772026-07-10T19:51:10.101Z[ recovery-image] Jul 10 19:51:08.855 INFO O| Jul 10 19:51:08.855 INFO STEP 143 (remove_files) COMPLETE
57782026-07-10T19:51:10.104Z[ recovery-image] Jul 10 19:51:08.855 INFO O| Jul 10 19:51:08.855 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57792026-07-10T19:51:10.108Z[ recovery-image] Jul 10 19:51:08.861 INFO O| Jul 10 19:51:08.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57802026-07-10T19:51:10.108Z[ recovery-image] Jul 10 19:51:08.861 INFO O| Jul 10 19:51:08.861 INFO STEP 144 (remove_files) COMPLETE
57812026-07-10T19:51:10.108Z[ recovery-image] Jul 10 19:51:08.861 INFO O| Jul 10 19:51:08.861 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57822026-07-10T19:51:10.113Z[ recovery-image] Jul 10 19:51:08.867 INFO O| Jul 10 19:51:08.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57832026-07-10T19:51:10.113Z[ recovery-image] Jul 10 19:51:08.867 INFO O| Jul 10 19:51:08.867 INFO STEP 145 (remove_files) COMPLETE
57842026-07-10T19:51:10.116Z[ recovery-image] Jul 10 19:51:08.867 INFO O| Jul 10 19:51:08.867 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57852026-07-10T19:51:10.120Z[ recovery-image] Jul 10 19:51:08.873 INFO O| Jul 10 19:51:08.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57862026-07-10T19:51:10.121Z[ recovery-image] Jul 10 19:51:08.873 INFO O| Jul 10 19:51:08.873 INFO STEP 146 (remove_files) COMPLETE
57872026-07-10T19:51:10.121Z[ recovery-image] Jul 10 19:51:08.873 INFO O| Jul 10 19:51:08.873 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57882026-07-10T19:51:10.125Z[ recovery-image] Jul 10 19:51:08.879 INFO O| Jul 10 19:51:08.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57892026-07-10T19:51:10.125Z[ recovery-image] Jul 10 19:51:08.879 INFO O| Jul 10 19:51:08.879 INFO STEP 147 (remove_files) COMPLETE
57902026-07-10T19:51:10.129Z[ recovery-image] Jul 10 19:51:08.879 INFO O| Jul 10 19:51:08.879 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57912026-07-10T19:51:10.134Z[ recovery-image] Jul 10 19:51:08.888 INFO O| Jul 10 19:51:08.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
57922026-07-10T19:51:10.134Z[ recovery-image] Jul 10 19:51:08.888 INFO O| Jul 10 19:51:08.888 INFO STEP 148 (remove_files) COMPLETE
57932026-07-10T19:51:10.137Z[ recovery-image] Jul 10 19:51:08.888 INFO O| Jul 10 19:51:08.888 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57942026-07-10T19:51:10.141Z[ recovery-image] Jul 10 19:51:08.894 INFO O| Jul 10 19:51:08.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
57952026-07-10T19:51:10.142Z[ recovery-image] Jul 10 19:51:08.894 INFO O| Jul 10 19:51:08.894 INFO STEP 149 (remove_files) COMPLETE
57962026-07-10T19:51:10.142Z[ recovery-image] Jul 10 19:51:08.894 INFO O| Jul 10 19:51:08.894 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57972026-07-10T19:51:10.146Z[ recovery-image] Jul 10 19:51:08.900 INFO O| Jul 10 19:51:08.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
57982026-07-10T19:51:10.146Z[ recovery-image] Jul 10 19:51:08.900 INFO O| Jul 10 19:51:08.900 INFO STEP 150 (remove_files) COMPLETE
57992026-07-10T19:51:10.146Z[ recovery-image] Jul 10 19:51:08.900 INFO O| Jul 10 19:51:08.900 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58002026-07-10T19:51:10.152Z[ recovery-image] Jul 10 19:51:08.906 INFO O| Jul 10 19:51:08.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58012026-07-10T19:51:10.152Z[ recovery-image] Jul 10 19:51:08.906 INFO O| Jul 10 19:51:08.906 INFO STEP 151 (remove_files) COMPLETE
58022026-07-10T19:51:10.156Z[ recovery-image] Jul 10 19:51:08.906 INFO O| Jul 10 19:51:08.906 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58032026-07-10T19:51:10.159Z[ recovery-image] Jul 10 19:51:08.912 INFO O| Jul 10 19:51:08.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58042026-07-10T19:51:10.159Z[ recovery-image] Jul 10 19:51:08.912 INFO O| Jul 10 19:51:08.912 INFO STEP 152 (remove_files) COMPLETE
58052026-07-10T19:51:10.159Z[ recovery-image] Jul 10 19:51:08.912 INFO O| Jul 10 19:51:08.912 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58062026-07-10T19:51:10.164Z[ recovery-image] Jul 10 19:51:08.918 INFO O| Jul 10 19:51:08.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58072026-07-10T19:51:10.164Z[ recovery-image] Jul 10 19:51:08.919 INFO O| Jul 10 19:51:08.918 INFO STEP 153 (remove_files) COMPLETE
58082026-07-10T19:51:10.164Z[ recovery-image] Jul 10 19:51:08.919 INFO O| Jul 10 19:51:08.918 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58092026-07-10T19:51:10.171Z[ recovery-image] Jul 10 19:51:08.925 INFO O| Jul 10 19:51:08.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58102026-07-10T19:51:10.171Z[ recovery-image] Jul 10 19:51:08.925 INFO O| Jul 10 19:51:08.925 INFO STEP 154 (remove_files) COMPLETE
58112026-07-10T19:51:10.171Z[ recovery-image] Jul 10 19:51:08.925 INFO O| Jul 10 19:51:08.925 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58122026-07-10T19:51:10.178Z[ recovery-image] Jul 10 19:51:08.932 INFO O| Jul 10 19:51:08.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58132026-07-10T19:51:10.178Z[ recovery-image] Jul 10 19:51:08.932 INFO O| Jul 10 19:51:08.932 INFO STEP 155 (remove_files) COMPLETE
58142026-07-10T19:51:10.181Z[ recovery-image] Jul 10 19:51:08.932 INFO O| Jul 10 19:51:08.932 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58152026-07-10T19:51:10.188Z[ recovery-image] Jul 10 19:51:08.938 INFO O| Jul 10 19:51:08.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58162026-07-10T19:51:10.188Z[ recovery-image] Jul 10 19:51:08.938 INFO O| Jul 10 19:51:08.938 INFO STEP 156 (remove_files) COMPLETE
58172026-07-10T19:51:10.188Z[ recovery-image] Jul 10 19:51:08.938 INFO O| Jul 10 19:51:08.938 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58182026-07-10T19:51:10.191Z[ recovery-image] Jul 10 19:51:08.944 INFO O| Jul 10 19:51:08.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58192026-07-10T19:51:10.191Z[ recovery-image] Jul 10 19:51:08.944 INFO O| Jul 10 19:51:08.944 INFO STEP 157 (remove_files) COMPLETE
58202026-07-10T19:51:10.191Z[ recovery-image] Jul 10 19:51:08.944 INFO O| Jul 10 19:51:08.944 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58212026-07-10T19:51:10.199Z[ recovery-image] Jul 10 19:51:08.953 INFO O| Jul 10 19:51:08.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58222026-07-10T19:51:10.199Z[ recovery-image] Jul 10 19:51:08.953 INFO O| Jul 10 19:51:08.953 INFO STEP 158 (remove_files) COMPLETE
58232026-07-10T19:51:10.199Z[ recovery-image] Jul 10 19:51:08.953 INFO O| Jul 10 19:51:08.953 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58242026-07-10T19:51:10.207Z[ recovery-image] Jul 10 19:51:08.961 INFO O| Jul 10 19:51:08.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58252026-07-10T19:51:10.210Z[ recovery-image] Jul 10 19:51:08.961 INFO O| Jul 10 19:51:08.961 INFO STEP 159 (remove_files) COMPLETE
58262026-07-10T19:51:10.210Z[ recovery-image] Jul 10 19:51:08.961 INFO O| Jul 10 19:51:08.961 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58272026-07-10T19:51:10.216Z[ recovery-image] Jul 10 19:51:08.970 INFO O| Jul 10 19:51:08.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58282026-07-10T19:51:10.216Z[ recovery-image] Jul 10 19:51:08.970 INFO O| Jul 10 19:51:08.970 INFO STEP 160 (remove_files) COMPLETE
58292026-07-10T19:51:10.216Z[ recovery-image] Jul 10 19:51:08.970 INFO O| Jul 10 19:51:08.970 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58302026-07-10T19:51:10.224Z[ recovery-image] Jul 10 19:51:08.978 INFO O| Jul 10 19:51:08.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58312026-07-10T19:51:10.224Z[ recovery-image] Jul 10 19:51:08.978 INFO O| Jul 10 19:51:08.978 INFO STEP 161 (remove_files) COMPLETE
58322026-07-10T19:51:10.227Z[ recovery-image] Jul 10 19:51:08.978 INFO O| Jul 10 19:51:08.978 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58332026-07-10T19:51:10.231Z[ recovery-image] Jul 10 19:51:08.985 INFO O| Jul 10 19:51:08.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58342026-07-10T19:51:10.231Z[ recovery-image] Jul 10 19:51:08.985 INFO O| Jul 10 19:51:08.985 INFO STEP 162 (remove_files) COMPLETE
58352026-07-10T19:51:10.234Z[ recovery-image] Jul 10 19:51:08.985 INFO O| Jul 10 19:51:08.985 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58362026-07-10T19:51:10.240Z[ recovery-image] Jul 10 19:51:08.994 INFO O| Jul 10 19:51:08.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58372026-07-10T19:51:10.240Z[ recovery-image] Jul 10 19:51:08.994 INFO O| Jul 10 19:51:08.994 INFO STEP 163 (remove_files) COMPLETE
58382026-07-10T19:51:10.243Z[ recovery-image] Jul 10 19:51:08.994 INFO O| Jul 10 19:51:08.994 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58392026-07-10T19:51:10.247Z[ recovery-image] Jul 10 19:51:09.001 INFO O| Jul 10 19:51:09.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58402026-07-10T19:51:10.247Z[ recovery-image] Jul 10 19:51:09.001 INFO O| Jul 10 19:51:09.001 INFO STEP 164 (remove_files) COMPLETE
58412026-07-10T19:51:10.247Z[ recovery-image] Jul 10 19:51:09.001 INFO O| Jul 10 19:51:09.001 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58422026-07-10T19:51:10.257Z[ recovery-image] Jul 10 19:51:09.011 INFO O| Jul 10 19:51:09.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58432026-07-10T19:51:10.257Z[ recovery-image] Jul 10 19:51:09.011 INFO O| Jul 10 19:51:09.011 INFO STEP 165 (remove_files) COMPLETE
58442026-07-10T19:51:10.257Z[ recovery-image] Jul 10 19:51:09.011 INFO O| Jul 10 19:51:09.011 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58452026-07-10T19:51:10.265Z[ recovery-image] Jul 10 19:51:09.019 INFO O| Jul 10 19:51:09.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58462026-07-10T19:51:10.269Z[ recovery-image] Jul 10 19:51:09.019 INFO O| Jul 10 19:51:09.019 INFO STEP 166 (remove_files) COMPLETE
58472026-07-10T19:51:10.269Z[ recovery-image] Jul 10 19:51:09.019 INFO O| Jul 10 19:51:09.019 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58482026-07-10T19:51:10.272Z[ recovery-image] Jul 10 19:51:09.027 INFO O| Jul 10 19:51:09.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58492026-07-10T19:51:10.273Z[ recovery-image] Jul 10 19:51:09.027 INFO O| Jul 10 19:51:09.027 INFO STEP 167 (remove_files) COMPLETE
58502026-07-10T19:51:10.276Z[ recovery-image] Jul 10 19:51:09.027 INFO O| Jul 10 19:51:09.027 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58512026-07-10T19:51:10.282Z[ recovery-image] Jul 10 19:51:09.036 INFO O| Jul 10 19:51:09.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58522026-07-10T19:51:10.282Z[ recovery-image] Jul 10 19:51:09.036 INFO O| Jul 10 19:51:09.036 INFO STEP 168 (remove_files) COMPLETE
58532026-07-10T19:51:10.282Z[ recovery-image] Jul 10 19:51:09.036 INFO O| Jul 10 19:51:09.036 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58542026-07-10T19:51:10.290Z[ recovery-image] Jul 10 19:51:09.044 INFO O| Jul 10 19:51:09.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58552026-07-10T19:51:10.290Z[ recovery-image] Jul 10 19:51:09.044 INFO O| Jul 10 19:51:09.044 INFO STEP 169 (remove_files) COMPLETE
58562026-07-10T19:51:10.294Z[ recovery-image] Jul 10 19:51:09.044 INFO O| Jul 10 19:51:09.044 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58572026-07-10T19:51:10.300Z[ recovery-image] Jul 10 19:51:09.054 INFO O| Jul 10 19:51:09.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58582026-07-10T19:51:10.304Z[ recovery-image] Jul 10 19:51:09.054 INFO O| Jul 10 19:51:09.054 INFO STEP 170 (remove_files) COMPLETE
58592026-07-10T19:51:10.304Z[ recovery-image] Jul 10 19:51:09.055 INFO O| Jul 10 19:51:09.054 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58602026-07-10T19:51:10.308Z[ recovery-image] Jul 10 19:51:09.063 INFO O| Jul 10 19:51:09.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58612026-07-10T19:51:10.309Z[ recovery-image] Jul 10 19:51:09.063 INFO O| Jul 10 19:51:09.063 INFO STEP 171 (remove_files) COMPLETE
58622026-07-10T19:51:10.312Z[ recovery-image] Jul 10 19:51:09.063 INFO O| Jul 10 19:51:09.063 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58632026-07-10T19:51:10.317Z[ recovery-image] Jul 10 19:51:09.071 INFO O| Jul 10 19:51:09.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58642026-07-10T19:51:10.317Z[ recovery-image] Jul 10 19:51:09.071 INFO O| Jul 10 19:51:09.071 INFO STEP 172 (remove_files) COMPLETE
58652026-07-10T19:51:10.317Z[ recovery-image] Jul 10 19:51:09.071 INFO O| Jul 10 19:51:09.071 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58662026-07-10T19:51:10.325Z[ recovery-image] Jul 10 19:51:09.079 INFO O| Jul 10 19:51:09.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58672026-07-10T19:51:10.325Z[ recovery-image] Jul 10 19:51:09.079 INFO O| Jul 10 19:51:09.079 INFO STEP 173 (remove_files) COMPLETE
58682026-07-10T19:51:10.329Z[ recovery-image] Jul 10 19:51:09.079 INFO O| Jul 10 19:51:09.079 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58692026-07-10T19:51:10.333Z[ recovery-image] Jul 10 19:51:09.087 INFO O| Jul 10 19:51:09.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58702026-07-10T19:51:10.336Z[ recovery-image] Jul 10 19:51:09.088 INFO O| Jul 10 19:51:09.088 INFO STEP 174 (remove_files) COMPLETE
58712026-07-10T19:51:10.336Z[ recovery-image] Jul 10 19:51:09.088 INFO O| Jul 10 19:51:09.088 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58722026-07-10T19:51:10.340Z[ recovery-image] Jul 10 19:51:09.094 INFO O| Jul 10 19:51:09.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58732026-07-10T19:51:10.340Z[ recovery-image] Jul 10 19:51:09.094 INFO O| Jul 10 19:51:09.094 INFO STEP 175 (remove_files) COMPLETE
58742026-07-10T19:51:10.343Z[ recovery-image] Jul 10 19:51:09.094 INFO O| Jul 10 19:51:09.094 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58752026-07-10T19:51:10.348Z[ recovery-image] Jul 10 19:51:09.101 INFO O| Jul 10 19:51:09.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58762026-07-10T19:51:10.348Z[ recovery-image] Jul 10 19:51:09.101 INFO O| Jul 10 19:51:09.101 INFO STEP 176 (remove_files) COMPLETE
58772026-07-10T19:51:10.348Z[ recovery-image] Jul 10 19:51:09.101 INFO O| Jul 10 19:51:09.101 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58782026-07-10T19:51:10.355Z[ recovery-image] Jul 10 19:51:09.109 INFO O| Jul 10 19:51:09.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58792026-07-10T19:51:10.355Z[ recovery-image] Jul 10 19:51:09.109 INFO O| Jul 10 19:51:09.109 INFO STEP 177 (remove_files) COMPLETE
58802026-07-10T19:51:10.359Z[ recovery-image] Jul 10 19:51:09.109 INFO O| Jul 10 19:51:09.109 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58812026-07-10T19:51:10.362Z[ recovery-image] Jul 10 19:51:09.116 INFO O| Jul 10 19:51:09.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58822026-07-10T19:51:10.362Z[ recovery-image] Jul 10 19:51:09.116 INFO O| Jul 10 19:51:09.116 INFO STEP 178 (remove_files) COMPLETE
58832026-07-10T19:51:10.362Z[ recovery-image] Jul 10 19:51:09.116 INFO O| Jul 10 19:51:09.116 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58842026-07-10T19:51:10.368Z[ recovery-image] Jul 10 19:51:09.123 INFO O| Jul 10 19:51:09.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58852026-07-10T19:51:10.369Z[ recovery-image] Jul 10 19:51:09.123 INFO O| Jul 10 19:51:09.123 INFO STEP 179 (remove_files) COMPLETE
58862026-07-10T19:51:10.372Z[ recovery-image] Jul 10 19:51:09.123 INFO O| Jul 10 19:51:09.123 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58872026-07-10T19:51:10.377Z[ recovery-image] Jul 10 19:51:09.131 INFO O| Jul 10 19:51:09.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58882026-07-10T19:51:10.378Z[ recovery-image] Jul 10 19:51:09.131 INFO O| Jul 10 19:51:09.131 INFO STEP 180 (remove_files) COMPLETE
58892026-07-10T19:51:10.382Z[ recovery-image] Jul 10 19:51:09.131 INFO O| Jul 10 19:51:09.131 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58902026-07-10T19:51:10.386Z[ recovery-image] Jul 10 19:51:09.138 INFO O| Jul 10 19:51:09.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
58912026-07-10T19:51:10.386Z[ recovery-image] Jul 10 19:51:09.138 INFO O| Jul 10 19:51:09.138 INFO STEP 181 (remove_files) COMPLETE
58922026-07-10T19:51:10.386Z[ recovery-image] Jul 10 19:51:09.138 INFO O| Jul 10 19:51:09.138 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58932026-07-10T19:51:10.390Z[ recovery-image] Jul 10 19:51:09.145 INFO O| Jul 10 19:51:09.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
58942026-07-10T19:51:10.390Z[ recovery-image] Jul 10 19:51:09.145 INFO O| Jul 10 19:51:09.145 INFO STEP 182 (remove_files) COMPLETE
58952026-07-10T19:51:10.391Z[ recovery-image] Jul 10 19:51:09.145 INFO O| Jul 10 19:51:09.145 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58962026-07-10T19:51:10.397Z[ recovery-image] Jul 10 19:51:09.151 INFO O| Jul 10 19:51:09.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
58972026-07-10T19:51:10.397Z[ recovery-image] Jul 10 19:51:09.151 INFO O| Jul 10 19:51:09.151 INFO STEP 183 (remove_files) COMPLETE
58982026-07-10T19:51:10.400Z[ recovery-image] Jul 10 19:51:09.151 INFO O| Jul 10 19:51:09.151 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58992026-07-10T19:51:10.404Z[ recovery-image] Jul 10 19:51:09.157 INFO O| Jul 10 19:51:09.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59002026-07-10T19:51:10.404Z[ recovery-image] Jul 10 19:51:09.157 INFO O| Jul 10 19:51:09.157 INFO STEP 184 (remove_files) COMPLETE
59012026-07-10T19:51:10.404Z[ recovery-image] Jul 10 19:51:09.157 INFO O| Jul 10 19:51:09.157 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59022026-07-10T19:51:10.410Z[ recovery-image] Jul 10 19:51:09.164 INFO O| Jul 10 19:51:09.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59032026-07-10T19:51:10.410Z[ recovery-image] Jul 10 19:51:09.164 INFO O| Jul 10 19:51:09.164 INFO STEP 185 (remove_files) COMPLETE
59042026-07-10T19:51:10.410Z[ recovery-image] Jul 10 19:51:09.164 INFO O| Jul 10 19:51:09.164 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59052026-07-10T19:51:10.419Z[ recovery-image] Jul 10 19:51:09.173 INFO O| Jul 10 19:51:09.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59062026-07-10T19:51:10.419Z[ recovery-image] Jul 10 19:51:09.174 INFO O| Jul 10 19:51:09.173 INFO STEP 186 (remove_files) COMPLETE
59072026-07-10T19:51:10.419Z[ recovery-image] Jul 10 19:51:09.174 INFO O| Jul 10 19:51:09.174 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59082026-07-10T19:51:10.426Z[ recovery-image] Jul 10 19:51:09.180 INFO O| Jul 10 19:51:09.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59092026-07-10T19:51:10.426Z[ recovery-image] Jul 10 19:51:09.180 INFO O| Jul 10 19:51:09.180 INFO STEP 187 (remove_files) COMPLETE
59102026-07-10T19:51:10.426Z[ recovery-image] Jul 10 19:51:09.180 INFO O| Jul 10 19:51:09.180 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59112026-07-10T19:51:10.435Z[ recovery-image] Jul 10 19:51:09.189 INFO O| Jul 10 19:51:09.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59122026-07-10T19:51:10.435Z[ recovery-image] Jul 10 19:51:09.189 INFO O| Jul 10 19:51:09.189 INFO STEP 188 (remove_files) COMPLETE
59132026-07-10T19:51:10.441Z[ recovery-image] Jul 10 19:51:09.189 INFO O| Jul 10 19:51:09.189 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59142026-07-10T19:51:10.444Z[ recovery-image] Jul 10 19:51:09.197 INFO O| Jul 10 19:51:09.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59152026-07-10T19:51:10.444Z[ recovery-image] Jul 10 19:51:09.197 INFO O| Jul 10 19:51:09.197 INFO STEP 189 (remove_files) COMPLETE
59162026-07-10T19:51:10.445Z[ recovery-image] Jul 10 19:51:09.197 INFO O| Jul 10 19:51:09.197 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59172026-07-10T19:51:10.451Z[ recovery-image] Jul 10 19:51:09.204 INFO O| Jul 10 19:51:09.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59182026-07-10T19:51:10.451Z[ recovery-image] Jul 10 19:51:09.204 INFO O| Jul 10 19:51:09.204 INFO STEP 190 (remove_files) COMPLETE
59192026-07-10T19:51:10.451Z[ recovery-image] Jul 10 19:51:09.204 INFO O| Jul 10 19:51:09.204 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59202026-07-10T19:51:10.459Z[ recovery-image] Jul 10 19:51:09.213 INFO O| Jul 10 19:51:09.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59212026-07-10T19:51:10.462Z[ recovery-image] Jul 10 19:51:09.213 INFO O| Jul 10 19:51:09.213 INFO STEP 191 (remove_files) COMPLETE
59222026-07-10T19:51:10.462Z[ recovery-image] Jul 10 19:51:09.213 INFO O| Jul 10 19:51:09.213 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59232026-07-10T19:51:10.466Z[ recovery-image] Jul 10 19:51:09.219 INFO O| Jul 10 19:51:09.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59242026-07-10T19:51:10.466Z[ recovery-image] Jul 10 19:51:09.219 INFO O| Jul 10 19:51:09.219 INFO STEP 192 (remove_files) COMPLETE
59252026-07-10T19:51:10.466Z[ recovery-image] Jul 10 19:51:09.219 INFO O| Jul 10 19:51:09.219 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59262026-07-10T19:51:10.475Z[ recovery-image] Jul 10 19:51:09.229 INFO O| Jul 10 19:51:09.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59272026-07-10T19:51:10.475Z[ recovery-image] Jul 10 19:51:09.229 INFO O| Jul 10 19:51:09.229 INFO STEP 193 (remove_files) COMPLETE
59282026-07-10T19:51:10.478Z[ recovery-image] Jul 10 19:51:09.229 INFO O| Jul 10 19:51:09.229 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59292026-07-10T19:51:10.482Z[ recovery-image] Jul 10 19:51:09.236 INFO O| Jul 10 19:51:09.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59302026-07-10T19:51:10.482Z[ recovery-image] Jul 10 19:51:09.236 INFO O| Jul 10 19:51:09.236 INFO STEP 194 (remove_files) COMPLETE
59312026-07-10T19:51:10.485Z[ recovery-image] Jul 10 19:51:09.236 INFO O| Jul 10 19:51:09.236 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59322026-07-10T19:51:10.490Z[ recovery-image] Jul 10 19:51:09.245 INFO O| Jul 10 19:51:09.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59332026-07-10T19:51:10.490Z[ recovery-image] Jul 10 19:51:09.245 INFO O| Jul 10 19:51:09.245 INFO STEP 195 (remove_files) COMPLETE
59342026-07-10T19:51:10.494Z[ recovery-image] Jul 10 19:51:09.245 INFO O| Jul 10 19:51:09.245 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59352026-07-10T19:51:10.498Z[ recovery-image] Jul 10 19:51:09.251 INFO O| Jul 10 19:51:09.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59362026-07-10T19:51:10.498Z[ recovery-image] Jul 10 19:51:09.251 INFO O| Jul 10 19:51:09.251 INFO STEP 196 (remove_files) COMPLETE
59372026-07-10T19:51:10.499Z[ recovery-image] Jul 10 19:51:09.251 INFO O| Jul 10 19:51:09.251 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59382026-07-10T19:51:10.505Z[ recovery-image] Jul 10 19:51:09.259 INFO O| Jul 10 19:51:09.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59392026-07-10T19:51:10.505Z[ recovery-image] Jul 10 19:51:09.259 INFO O| Jul 10 19:51:09.259 INFO STEP 197 (remove_files) COMPLETE
59402026-07-10T19:51:10.508Z[ recovery-image] Jul 10 19:51:09.259 INFO O| Jul 10 19:51:09.259 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59412026-07-10T19:51:10.513Z[ recovery-image] Jul 10 19:51:09.267 INFO O| Jul 10 19:51:09.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59422026-07-10T19:51:10.513Z[ recovery-image] Jul 10 19:51:09.267 INFO O| Jul 10 19:51:09.267 INFO STEP 198 (remove_files) COMPLETE
59432026-07-10T19:51:10.513Z[ recovery-image] Jul 10 19:51:09.267 INFO O| Jul 10 19:51:09.267 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59442026-07-10T19:51:10.520Z[ recovery-image] Jul 10 19:51:09.274 INFO O| Jul 10 19:51:09.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59452026-07-10T19:51:10.520Z[ recovery-image] Jul 10 19:51:09.274 INFO O| Jul 10 19:51:09.274 INFO STEP 199 (remove_files) COMPLETE
59462026-07-10T19:51:10.520Z[ recovery-image] Jul 10 19:51:09.274 INFO O| Jul 10 19:51:09.274 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59472026-07-10T19:51:10.528Z[ recovery-image] Jul 10 19:51:09.281 INFO O| Jul 10 19:51:09.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59482026-07-10T19:51:10.531Z[ recovery-image] Jul 10 19:51:09.282 INFO O| Jul 10 19:51:09.282 INFO STEP 200 (remove_files) COMPLETE
59492026-07-10T19:51:10.531Z[ recovery-image] Jul 10 19:51:09.282 INFO O| Jul 10 19:51:09.282 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59502026-07-10T19:51:10.536Z[ recovery-image] Jul 10 19:51:09.290 INFO O| Jul 10 19:51:09.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59512026-07-10T19:51:10.536Z[ recovery-image] Jul 10 19:51:09.290 INFO O| Jul 10 19:51:09.290 INFO STEP 201 (remove_files) COMPLETE
59522026-07-10T19:51:10.540Z[ recovery-image] Jul 10 19:51:09.290 INFO O| Jul 10 19:51:09.290 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59532026-07-10T19:51:10.543Z[ recovery-image] Jul 10 19:51:09.297 INFO O| Jul 10 19:51:09.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59542026-07-10T19:51:10.547Z[ recovery-image] Jul 10 19:51:09.297 INFO O| Jul 10 19:51:09.297 INFO STEP 202 (remove_files) COMPLETE
59552026-07-10T19:51:10.547Z[ recovery-image] Jul 10 19:51:09.297 INFO O| Jul 10 19:51:09.297 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59562026-07-10T19:51:10.551Z[ recovery-image] Jul 10 19:51:09.305 INFO O| Jul 10 19:51:09.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59572026-07-10T19:51:10.555Z[ recovery-image] Jul 10 19:51:09.305 INFO O| Jul 10 19:51:09.305 INFO STEP 203 (remove_files) COMPLETE
59582026-07-10T19:51:10.555Z[ recovery-image] Jul 10 19:51:09.305 INFO O| Jul 10 19:51:09.305 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59592026-07-10T19:51:10.559Z[ recovery-image] Jul 10 19:51:09.313 INFO O| Jul 10 19:51:09.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59602026-07-10T19:51:10.562Z[ recovery-image] Jul 10 19:51:09.313 INFO O| Jul 10 19:51:09.313 INFO STEP 204 (remove_files) COMPLETE
59612026-07-10T19:51:10.562Z[ recovery-image] Jul 10 19:51:09.313 INFO O| Jul 10 19:51:09.313 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59622026-07-10T19:51:10.567Z[ recovery-image] Jul 10 19:51:09.321 INFO O| Jul 10 19:51:09.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59632026-07-10T19:51:10.570Z[ recovery-image] Jul 10 19:51:09.321 INFO O| Jul 10 19:51:09.321 INFO STEP 205 (remove_files) COMPLETE
59642026-07-10T19:51:10.570Z[ recovery-image] Jul 10 19:51:09.321 INFO O| Jul 10 19:51:09.321 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59652026-07-10T19:51:10.576Z[ recovery-image] Jul 10 19:51:09.329 INFO O| Jul 10 19:51:09.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59662026-07-10T19:51:10.576Z[ recovery-image] Jul 10 19:51:09.329 INFO O| Jul 10 19:51:09.329 INFO STEP 206 (remove_files) COMPLETE
59672026-07-10T19:51:10.576Z[ recovery-image] Jul 10 19:51:09.329 INFO O| Jul 10 19:51:09.329 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59682026-07-10T19:51:10.582Z[ recovery-image] Jul 10 19:51:09.336 INFO O| Jul 10 19:51:09.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59692026-07-10T19:51:10.582Z[ recovery-image] Jul 10 19:51:09.336 INFO O| Jul 10 19:51:09.336 INFO STEP 207 (remove_files) COMPLETE
59702026-07-10T19:51:10.585Z[ recovery-image] Jul 10 19:51:09.336 INFO O| Jul 10 19:51:09.336 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59712026-07-10T19:51:10.590Z[ recovery-image] Jul 10 19:51:09.344 INFO O| Jul 10 19:51:09.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59722026-07-10T19:51:10.591Z[ recovery-image] Jul 10 19:51:09.344 INFO O| Jul 10 19:51:09.344 INFO STEP 208 (remove_files) COMPLETE
59732026-07-10T19:51:10.594Z[ recovery-image] Jul 10 19:51:09.344 INFO O| Jul 10 19:51:09.344 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59742026-07-10T19:51:10.597Z[ recovery-image] Jul 10 19:51:09.351 INFO O| Jul 10 19:51:09.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59752026-07-10T19:51:10.597Z[ recovery-image] Jul 10 19:51:09.352 INFO O| Jul 10 19:51:09.351 INFO STEP 209 (remove_files) COMPLETE
59762026-07-10T19:51:10.597Z[ recovery-image] Jul 10 19:51:09.352 INFO O| Jul 10 19:51:09.352 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59772026-07-10T19:51:10.604Z[ recovery-image] Jul 10 19:51:09.358 INFO O| Jul 10 19:51:09.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59782026-07-10T19:51:10.604Z[ recovery-image] Jul 10 19:51:09.358 INFO O| Jul 10 19:51:09.358 INFO STEP 210 (remove_files) COMPLETE
59792026-07-10T19:51:10.607Z[ recovery-image] Jul 10 19:51:09.358 INFO O| Jul 10 19:51:09.358 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59802026-07-10T19:51:10.613Z[ recovery-image] Jul 10 19:51:09.367 INFO O| Jul 10 19:51:09.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59812026-07-10T19:51:10.614Z[ recovery-image] Jul 10 19:51:09.367 INFO O| Jul 10 19:51:09.367 INFO STEP 211 (remove_files) COMPLETE
59822026-07-10T19:51:10.618Z[ recovery-image] Jul 10 19:51:09.367 INFO O| Jul 10 19:51:09.367 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59832026-07-10T19:51:10.621Z[ recovery-image] Jul 10 19:51:09.374 INFO O| Jul 10 19:51:09.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59842026-07-10T19:51:10.621Z[ recovery-image] Jul 10 19:51:09.375 INFO O| Jul 10 19:51:09.375 INFO STEP 212 (remove_files) COMPLETE
59852026-07-10T19:51:10.621Z[ recovery-image] Jul 10 19:51:09.375 INFO O| Jul 10 19:51:09.375 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59862026-07-10T19:51:10.631Z[ recovery-image] Jul 10 19:51:09.385 INFO O| Jul 10 19:51:09.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59872026-07-10T19:51:10.631Z[ recovery-image] Jul 10 19:51:09.385 INFO O| Jul 10 19:51:09.385 INFO STEP 213 (remove_files) COMPLETE
59882026-07-10T19:51:10.634Z[ recovery-image] Jul 10 19:51:09.385 INFO O| Jul 10 19:51:09.385 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59892026-07-10T19:51:10.639Z[ recovery-image] Jul 10 19:51:09.393 INFO O| Jul 10 19:51:09.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
59902026-07-10T19:51:10.639Z[ recovery-image] Jul 10 19:51:09.393 INFO O| Jul 10 19:51:09.393 INFO STEP 214 (remove_files) COMPLETE
59912026-07-10T19:51:10.639Z[ recovery-image] Jul 10 19:51:09.393 INFO O| Jul 10 19:51:09.393 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59922026-07-10T19:51:10.648Z[ recovery-image] Jul 10 19:51:09.402 INFO O| Jul 10 19:51:09.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
59932026-07-10T19:51:10.648Z[ recovery-image] Jul 10 19:51:09.402 INFO O| Jul 10 19:51:09.402 INFO STEP 215 (remove_files) COMPLETE
59942026-07-10T19:51:10.651Z[ recovery-image] Jul 10 19:51:09.402 INFO O| Jul 10 19:51:09.402 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59952026-07-10T19:51:10.657Z[ recovery-image] Jul 10 19:51:09.411 INFO O| Jul 10 19:51:09.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
59962026-07-10T19:51:10.657Z[ recovery-image] Jul 10 19:51:09.411 INFO O| Jul 10 19:51:09.411 INFO STEP 216 (remove_files) COMPLETE
59972026-07-10T19:51:10.657Z[ recovery-image] Jul 10 19:51:09.411 INFO O| Jul 10 19:51:09.411 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59982026-07-10T19:51:10.665Z[ recovery-image] Jul 10 19:51:09.419 INFO O| Jul 10 19:51:09.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
59992026-07-10T19:51:10.669Z[ recovery-image] Jul 10 19:51:09.420 INFO O| Jul 10 19:51:09.420 INFO STEP 217 (remove_files) COMPLETE
60002026-07-10T19:51:10.669Z[ recovery-image] Jul 10 19:51:09.420 INFO O| Jul 10 19:51:09.420 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60012026-07-10T19:51:10.673Z[ recovery-image] Jul 10 19:51:09.427 INFO O| Jul 10 19:51:09.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60022026-07-10T19:51:10.673Z[ recovery-image] Jul 10 19:51:09.427 INFO O| Jul 10 19:51:09.427 INFO STEP 218 (remove_files) COMPLETE
60032026-07-10T19:51:10.677Z[ recovery-image] Jul 10 19:51:09.427 INFO O| Jul 10 19:51:09.427 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60042026-07-10T19:51:10.680Z[ recovery-image] Jul 10 19:51:09.434 INFO O| Jul 10 19:51:09.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60052026-07-10T19:51:10.680Z[ recovery-image] Jul 10 19:51:09.434 INFO O| Jul 10 19:51:09.434 INFO STEP 219 (remove_files) COMPLETE
60062026-07-10T19:51:10.680Z[ recovery-image] Jul 10 19:51:09.434 INFO O| Jul 10 19:51:09.434 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60072026-07-10T19:51:10.688Z[ recovery-image] Jul 10 19:51:09.442 INFO O| Jul 10 19:51:09.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60082026-07-10T19:51:10.688Z[ recovery-image] Jul 10 19:51:09.442 INFO O| Jul 10 19:51:09.442 INFO STEP 220 (remove_files) COMPLETE
60092026-07-10T19:51:10.688Z[ recovery-image] Jul 10 19:51:09.442 INFO O| Jul 10 19:51:09.442 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60102026-07-10T19:51:10.694Z[ recovery-image] Jul 10 19:51:09.448 INFO O| Jul 10 19:51:09.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60112026-07-10T19:51:10.694Z[ recovery-image] Jul 10 19:51:09.448 INFO O| Jul 10 19:51:09.448 INFO STEP 221 (remove_files) COMPLETE
60122026-07-10T19:51:10.694Z[ recovery-image] Jul 10 19:51:09.448 INFO O| Jul 10 19:51:09.448 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60132026-07-10T19:51:10.701Z[ recovery-image] Jul 10 19:51:09.455 INFO O| Jul 10 19:51:09.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60142026-07-10T19:51:10.701Z[ recovery-image] Jul 10 19:51:09.455 INFO O| Jul 10 19:51:09.455 INFO STEP 222 (remove_files) COMPLETE
60152026-07-10T19:51:10.701Z[ recovery-image] Jul 10 19:51:09.455 INFO O| Jul 10 19:51:09.455 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60162026-07-10T19:51:10.709Z[ recovery-image] Jul 10 19:51:09.463 INFO O| Jul 10 19:51:09.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60172026-07-10T19:51:10.712Z[ recovery-image] Jul 10 19:51:09.463 INFO O| Jul 10 19:51:09.463 INFO STEP 223 (remove_files) COMPLETE
60182026-07-10T19:51:10.712Z[ recovery-image] Jul 10 19:51:09.463 INFO O| Jul 10 19:51:09.463 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60192026-07-10T19:51:10.717Z[ recovery-image] Jul 10 19:51:09.471 INFO O| Jul 10 19:51:09.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60202026-07-10T19:51:10.717Z[ recovery-image] Jul 10 19:51:09.471 INFO O| Jul 10 19:51:09.471 INFO STEP 224 (remove_files) COMPLETE
60212026-07-10T19:51:10.721Z[ recovery-image] Jul 10 19:51:09.471 INFO O| Jul 10 19:51:09.471 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60222026-07-10T19:51:10.725Z[ recovery-image] Jul 10 19:51:09.479 INFO O| Jul 10 19:51:09.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60232026-07-10T19:51:10.725Z[ recovery-image] Jul 10 19:51:09.479 INFO O| Jul 10 19:51:09.479 INFO STEP 225 (remove_files) COMPLETE
60242026-07-10T19:51:10.728Z[ recovery-image] Jul 10 19:51:09.479 INFO O| Jul 10 19:51:09.479 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60252026-07-10T19:51:10.732Z[ recovery-image] Jul 10 19:51:09.487 INFO O| Jul 10 19:51:09.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60262026-07-10T19:51:10.732Z[ recovery-image] Jul 10 19:51:09.487 INFO O| Jul 10 19:51:09.487 INFO STEP 226 (remove_files) COMPLETE
60272026-07-10T19:51:10.736Z[ recovery-image] Jul 10 19:51:09.487 INFO O| Jul 10 19:51:09.487 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60282026-07-10T19:51:10.740Z[ recovery-image] Jul 10 19:51:09.494 INFO O| Jul 10 19:51:09.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60292026-07-10T19:51:10.740Z[ recovery-image] Jul 10 19:51:09.494 INFO O| Jul 10 19:51:09.494 INFO STEP 227 (remove_files) COMPLETE
60302026-07-10T19:51:10.744Z[ recovery-image] Jul 10 19:51:09.494 INFO O| Jul 10 19:51:09.494 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60312026-07-10T19:51:10.749Z[ recovery-image] Jul 10 19:51:09.503 INFO O| Jul 10 19:51:09.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60322026-07-10T19:51:10.752Z[ recovery-image] Jul 10 19:51:09.503 INFO O| Jul 10 19:51:09.503 INFO STEP 228 (remove_files) COMPLETE
60332026-07-10T19:51:10.752Z[ recovery-image] Jul 10 19:51:09.503 INFO O| Jul 10 19:51:09.503 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60342026-07-10T19:51:10.758Z[ recovery-image] Jul 10 19:51:09.512 INFO O| Jul 10 19:51:09.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60352026-07-10T19:51:10.758Z[ recovery-image] Jul 10 19:51:09.512 INFO O| Jul 10 19:51:09.512 INFO STEP 229 (remove_files) COMPLETE
60362026-07-10T19:51:10.762Z[ recovery-image] Jul 10 19:51:09.512 INFO O| Jul 10 19:51:09.512 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60372026-07-10T19:51:10.766Z[ recovery-image] Jul 10 19:51:09.520 INFO O| Jul 10 19:51:09.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60382026-07-10T19:51:10.766Z[ recovery-image] Jul 10 19:51:09.520 INFO O| Jul 10 19:51:09.520 INFO STEP 230 (remove_files) COMPLETE
60392026-07-10T19:51:10.769Z[ recovery-image] Jul 10 19:51:09.520 INFO O| Jul 10 19:51:09.520 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60402026-07-10T19:51:10.776Z[ recovery-image] Jul 10 19:51:09.530 INFO O| Jul 10 19:51:09.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60412026-07-10T19:51:10.776Z[ recovery-image] Jul 10 19:51:09.530 INFO O| Jul 10 19:51:09.530 INFO STEP 231 (remove_files) COMPLETE
60422026-07-10T19:51:10.776Z[ recovery-image] Jul 10 19:51:09.530 INFO O| Jul 10 19:51:09.530 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60432026-07-10T19:51:10.784Z[ recovery-image] Jul 10 19:51:09.538 INFO O| Jul 10 19:51:09.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60442026-07-10T19:51:10.784Z[ recovery-image] Jul 10 19:51:09.538 INFO O| Jul 10 19:51:09.538 INFO STEP 232 (remove_files) COMPLETE
60452026-07-10T19:51:10.788Z[ recovery-image] Jul 10 19:51:09.538 INFO O| Jul 10 19:51:09.538 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60462026-07-10T19:51:10.794Z[ recovery-image] Jul 10 19:51:09.548 INFO O| Jul 10 19:51:09.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60472026-07-10T19:51:10.797Z[ recovery-image] Jul 10 19:51:09.549 INFO O| Jul 10 19:51:09.549 INFO STEP 233 (remove_files) COMPLETE
60482026-07-10T19:51:10.797Z[ recovery-image] Jul 10 19:51:09.549 INFO O| Jul 10 19:51:09.549 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60492026-07-10T19:51:10.801Z[ recovery-image] Jul 10 19:51:09.555 INFO O| Jul 10 19:51:09.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60502026-07-10T19:51:10.801Z[ recovery-image] Jul 10 19:51:09.555 INFO O| Jul 10 19:51:09.555 INFO STEP 234 (remove_files) COMPLETE
60512026-07-10T19:51:10.806Z[ recovery-image] Jul 10 19:51:09.555 INFO O| Jul 10 19:51:09.555 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60522026-07-10T19:51:10.811Z[ recovery-image] Jul 10 19:51:09.565 INFO O| Jul 10 19:51:09.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60532026-07-10T19:51:10.811Z[ recovery-image] Jul 10 19:51:09.565 INFO O| Jul 10 19:51:09.565 INFO STEP 235 (remove_files) COMPLETE
60542026-07-10T19:51:10.811Z[ recovery-image] Jul 10 19:51:09.565 INFO O| Jul 10 19:51:09.565 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60552026-07-10T19:51:10.818Z[ recovery-image] Jul 10 19:51:09.572 INFO O| Jul 10 19:51:09.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60562026-07-10T19:51:10.819Z[ recovery-image] Jul 10 19:51:09.572 INFO O| Jul 10 19:51:09.572 INFO STEP 236 (remove_files) COMPLETE
60572026-07-10T19:51:10.819Z[ recovery-image] Jul 10 19:51:09.572 INFO O| Jul 10 19:51:09.572 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60582026-07-10T19:51:10.826Z[ recovery-image] Jul 10 19:51:09.580 INFO O| Jul 10 19:51:09.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60592026-07-10T19:51:10.826Z[ recovery-image] Jul 10 19:51:09.580 INFO O| Jul 10 19:51:09.580 INFO STEP 237 (remove_files) COMPLETE
60602026-07-10T19:51:10.830Z[ recovery-image] Jul 10 19:51:09.580 INFO O| Jul 10 19:51:09.580 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60612026-07-10T19:51:10.835Z[ recovery-image] Jul 10 19:51:09.588 INFO O| Jul 10 19:51:09.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60622026-07-10T19:51:10.838Z[ recovery-image] Jul 10 19:51:09.588 INFO O| Jul 10 19:51:09.588 INFO STEP 238 (remove_files) COMPLETE
60632026-07-10T19:51:10.838Z[ recovery-image] Jul 10 19:51:09.588 INFO O| Jul 10 19:51:09.588 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60642026-07-10T19:51:10.842Z[ recovery-image] Jul 10 19:51:09.595 INFO O| Jul 10 19:51:09.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60652026-07-10T19:51:10.842Z[ recovery-image] Jul 10 19:51:09.595 INFO O| Jul 10 19:51:09.595 INFO STEP 239 (remove_files) COMPLETE
60662026-07-10T19:51:10.842Z[ recovery-image] Jul 10 19:51:09.595 INFO O| Jul 10 19:51:09.595 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60672026-07-10T19:51:10.850Z[ recovery-image] Jul 10 19:51:09.604 INFO O| Jul 10 19:51:09.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60682026-07-10T19:51:10.850Z[ recovery-image] Jul 10 19:51:09.604 INFO O| Jul 10 19:51:09.604 INFO STEP 240 (remove_files) COMPLETE
60692026-07-10T19:51:10.854Z[ recovery-image] Jul 10 19:51:09.604 INFO O| Jul 10 19:51:09.604 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60702026-07-10T19:51:10.860Z[ recovery-image] Jul 10 19:51:09.612 INFO O| Jul 10 19:51:09.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60712026-07-10T19:51:10.860Z[ recovery-image] Jul 10 19:51:09.612 INFO O| Jul 10 19:51:09.612 INFO STEP 241 (remove_files) COMPLETE
60722026-07-10T19:51:10.860Z[ recovery-image] Jul 10 19:51:09.612 INFO O| Jul 10 19:51:09.612 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60732026-07-10T19:51:10.866Z[ recovery-image] Jul 10 19:51:09.620 INFO O| Jul 10 19:51:09.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60742026-07-10T19:51:10.868Z[ recovery-image] Jul 10 19:51:09.620 INFO O| Jul 10 19:51:09.620 INFO STEP 242 (remove_files) COMPLETE
60752026-07-10T19:51:10.868Z[ recovery-image] Jul 10 19:51:09.620 INFO O| Jul 10 19:51:09.620 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60762026-07-10T19:51:10.875Z[ recovery-image] Jul 10 19:51:09.629 INFO O| Jul 10 19:51:09.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60772026-07-10T19:51:10.878Z[ recovery-image] Jul 10 19:51:09.629 INFO O| Jul 10 19:51:09.629 INFO STEP 243 (remove_files) COMPLETE
60782026-07-10T19:51:10.878Z[ recovery-image] Jul 10 19:51:09.629 INFO O| Jul 10 19:51:09.629 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60792026-07-10T19:51:10.884Z[ recovery-image] Jul 10 19:51:09.638 INFO O| Jul 10 19:51:09.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60802026-07-10T19:51:10.884Z[ recovery-image] Jul 10 19:51:09.638 INFO O| Jul 10 19:51:09.638 INFO STEP 244 (remove_files) COMPLETE
60812026-07-10T19:51:10.888Z[ recovery-image] Jul 10 19:51:09.638 INFO O| Jul 10 19:51:09.638 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60822026-07-10T19:51:10.892Z[ recovery-image] Jul 10 19:51:09.646 INFO O| Jul 10 19:51:09.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60832026-07-10T19:51:10.892Z[ recovery-image] Jul 10 19:51:09.646 INFO O| Jul 10 19:51:09.646 INFO STEP 245 (remove_files) COMPLETE
60842026-07-10T19:51:10.892Z[ recovery-image] Jul 10 19:51:09.646 INFO O| Jul 10 19:51:09.646 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60852026-07-10T19:51:10.899Z[ recovery-image] Jul 10 19:51:09.653 INFO O| Jul 10 19:51:09.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60862026-07-10T19:51:10.900Z[ recovery-image] Jul 10 19:51:09.654 INFO O| Jul 10 19:51:09.653 INFO STEP 246 (remove_files) COMPLETE
60872026-07-10T19:51:10.903Z[ recovery-image] Jul 10 19:51:09.654 INFO O| Jul 10 19:51:09.653 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60882026-07-10T19:51:10.907Z[ recovery-image] Jul 10 19:51:09.661 INFO O| Jul 10 19:51:09.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60892026-07-10T19:51:10.907Z[ recovery-image] Jul 10 19:51:09.661 INFO O| Jul 10 19:51:09.661 INFO STEP 247 (remove_files) COMPLETE
60902026-07-10T19:51:10.910Z[ recovery-image] Jul 10 19:51:09.661 INFO O| Jul 10 19:51:09.661 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60912026-07-10T19:51:10.914Z[ recovery-image] Jul 10 19:51:09.668 INFO O| Jul 10 19:51:09.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
60922026-07-10T19:51:10.914Z[ recovery-image] Jul 10 19:51:09.668 INFO O| Jul 10 19:51:09.668 INFO STEP 248 (remove_files) COMPLETE
60932026-07-10T19:51:10.918Z[ recovery-image] Jul 10 19:51:09.668 INFO O| Jul 10 19:51:09.668 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60942026-07-10T19:51:10.922Z[ recovery-image] Jul 10 19:51:09.677 INFO O| Jul 10 19:51:09.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
60952026-07-10T19:51:10.922Z[ recovery-image] Jul 10 19:51:09.677 INFO O| Jul 10 19:51:09.677 INFO STEP 249 (remove_files) COMPLETE
60962026-07-10T19:51:10.926Z[ recovery-image] Jul 10 19:51:09.677 INFO O| Jul 10 19:51:09.677 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60972026-07-10T19:51:10.930Z[ recovery-image] Jul 10 19:51:09.684 INFO O| Jul 10 19:51:09.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
60982026-07-10T19:51:10.930Z[ recovery-image] Jul 10 19:51:09.684 INFO O| Jul 10 19:51:09.684 INFO STEP 250 (remove_files) COMPLETE
60992026-07-10T19:51:10.930Z[ recovery-image] Jul 10 19:51:09.684 INFO O| Jul 10 19:51:09.684 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61002026-07-10T19:51:10.937Z[ recovery-image] Jul 10 19:51:09.691 INFO O| Jul 10 19:51:09.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61012026-07-10T19:51:10.937Z[ recovery-image] Jul 10 19:51:09.692 INFO O| Jul 10 19:51:09.691 INFO STEP 251 (remove_files) COMPLETE
61022026-07-10T19:51:10.937Z[ recovery-image] Jul 10 19:51:09.692 INFO O| Jul 10 19:51:09.692 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61032026-07-10T19:51:10.944Z[ recovery-image] Jul 10 19:51:09.699 INFO O| Jul 10 19:51:09.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61042026-07-10T19:51:10.945Z[ recovery-image] Jul 10 19:51:09.699 INFO O| Jul 10 19:51:09.699 INFO STEP 252 (remove_files) COMPLETE
61052026-07-10T19:51:10.945Z[ recovery-image] Jul 10 19:51:09.699 INFO O| Jul 10 19:51:09.699 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61062026-07-10T19:51:10.953Z[ recovery-image] Jul 10 19:51:09.708 INFO O| Jul 10 19:51:09.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61072026-07-10T19:51:10.957Z[ recovery-image] Jul 10 19:51:09.708 INFO O| Jul 10 19:51:09.708 INFO STEP 253 (remove_files) COMPLETE
61082026-07-10T19:51:10.957Z[ recovery-image] Jul 10 19:51:09.708 INFO O| Jul 10 19:51:09.708 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61092026-07-10T19:51:10.961Z[ recovery-image] Jul 10 19:51:09.715 INFO O| Jul 10 19:51:09.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61102026-07-10T19:51:10.965Z[ recovery-image] Jul 10 19:51:09.716 INFO O| Jul 10 19:51:09.716 INFO STEP 254 (remove_files) COMPLETE
61112026-07-10T19:51:10.965Z[ recovery-image] Jul 10 19:51:09.716 INFO O| Jul 10 19:51:09.716 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61122026-07-10T19:51:10.970Z[ recovery-image] Jul 10 19:51:09.724 INFO O| Jul 10 19:51:09.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61132026-07-10T19:51:10.970Z[ recovery-image] Jul 10 19:51:09.724 INFO O| Jul 10 19:51:09.724 INFO STEP 255 (remove_files) COMPLETE
61142026-07-10T19:51:10.970Z[ recovery-image] Jul 10 19:51:09.724 INFO O| Jul 10 19:51:09.724 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61152026-07-10T19:51:10.977Z[ recovery-image] Jul 10 19:51:09.731 INFO O| Jul 10 19:51:09.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61162026-07-10T19:51:10.980Z[ recovery-image] Jul 10 19:51:09.731 INFO O| Jul 10 19:51:09.731 INFO STEP 256 (remove_files) COMPLETE
61172026-07-10T19:51:10.980Z[ recovery-image] Jul 10 19:51:09.731 INFO O| Jul 10 19:51:09.731 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61182026-07-10T19:51:10.984Z[ recovery-image] Jul 10 19:51:09.738 INFO O| Jul 10 19:51:09.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61192026-07-10T19:51:10.984Z[ recovery-image] Jul 10 19:51:09.738 INFO O| Jul 10 19:51:09.738 INFO STEP 257 (remove_files) COMPLETE
61202026-07-10T19:51:10.984Z[ recovery-image] Jul 10 19:51:09.738 INFO O| Jul 10 19:51:09.738 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61212026-07-10T19:51:10.991Z[ recovery-image] Jul 10 19:51:09.745 INFO O| Jul 10 19:51:09.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61222026-07-10T19:51:10.991Z[ recovery-image] Jul 10 19:51:09.745 INFO O| Jul 10 19:51:09.745 INFO STEP 258 (remove_files) COMPLETE
61232026-07-10T19:51:10.994Z[ recovery-image] Jul 10 19:51:09.745 INFO O| Jul 10 19:51:09.745 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61242026-07-10T19:51:10.998Z[ recovery-image] Jul 10 19:51:09.753 INFO O| Jul 10 19:51:09.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61252026-07-10T19:51:11.002Z[ recovery-image] Jul 10 19:51:09.753 INFO O| Jul 10 19:51:09.753 INFO STEP 259 (remove_files) COMPLETE
61262026-07-10T19:51:11.002Z[ recovery-image] Jul 10 19:51:09.753 INFO O| Jul 10 19:51:09.753 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61272026-07-10T19:51:11.006Z[ recovery-image] Jul 10 19:51:09.760 INFO O| Jul 10 19:51:09.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61282026-07-10T19:51:11.006Z[ recovery-image] Jul 10 19:51:09.760 INFO O| Jul 10 19:51:09.760 INFO STEP 260 (remove_files) COMPLETE
61292026-07-10T19:51:11.006Z[ recovery-image] Jul 10 19:51:09.760 INFO O| Jul 10 19:51:09.760 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61302026-07-10T19:51:11.015Z[ recovery-image] Jul 10 19:51:09.768 INFO O| Jul 10 19:51:09.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61312026-07-10T19:51:11.015Z[ recovery-image] Jul 10 19:51:09.768 INFO O| Jul 10 19:51:09.768 INFO STEP 261 (remove_files) COMPLETE
61322026-07-10T19:51:11.015Z[ recovery-image] Jul 10 19:51:09.768 INFO O| Jul 10 19:51:09.768 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61332026-07-10T19:51:11.022Z[ recovery-image] Jul 10 19:51:09.776 INFO O| Jul 10 19:51:09.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61342026-07-10T19:51:11.022Z[ recovery-image] Jul 10 19:51:09.776 INFO O| Jul 10 19:51:09.776 INFO STEP 262 (remove_files) COMPLETE
61352026-07-10T19:51:11.025Z[ recovery-image] Jul 10 19:51:09.776 INFO O| Jul 10 19:51:09.776 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61362026-07-10T19:51:11.029Z[ recovery-image] Jul 10 19:51:09.783 INFO O| Jul 10 19:51:09.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61372026-07-10T19:51:11.029Z[ recovery-image] Jul 10 19:51:09.783 INFO O| Jul 10 19:51:09.783 INFO STEP 263 (remove_files) COMPLETE
61382026-07-10T19:51:11.033Z[ recovery-image] Jul 10 19:51:09.783 INFO O| Jul 10 19:51:09.783 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61392026-07-10T19:51:11.036Z[ recovery-image] Jul 10 19:51:09.790 INFO O| Jul 10 19:51:09.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61402026-07-10T19:51:11.036Z[ recovery-image] Jul 10 19:51:09.790 INFO O| Jul 10 19:51:09.790 INFO STEP 264 (remove_files) COMPLETE
61412026-07-10T19:51:11.036Z[ recovery-image] Jul 10 19:51:09.790 INFO O| Jul 10 19:51:09.790 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61422026-07-10T19:51:11.043Z[ recovery-image] Jul 10 19:51:09.797 INFO O| Jul 10 19:51:09.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61432026-07-10T19:51:11.043Z[ recovery-image] Jul 10 19:51:09.797 INFO O| Jul 10 19:51:09.797 INFO STEP 265 (remove_files) COMPLETE
61442026-07-10T19:51:11.046Z[ recovery-image] Jul 10 19:51:09.797 INFO O| Jul 10 19:51:09.797 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61452026-07-10T19:51:11.053Z[ recovery-image] Jul 10 19:51:09.804 INFO O| Jul 10 19:51:09.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61462026-07-10T19:51:11.053Z[ recovery-image] Jul 10 19:51:09.804 INFO O| Jul 10 19:51:09.804 INFO STEP 266 (remove_files) COMPLETE
61472026-07-10T19:51:11.053Z[ recovery-image] Jul 10 19:51:09.804 INFO O| Jul 10 19:51:09.804 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61482026-07-10T19:51:11.056Z[ recovery-image] Jul 10 19:51:09.810 INFO O| Jul 10 19:51:09.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61492026-07-10T19:51:11.056Z[ recovery-image] Jul 10 19:51:09.810 INFO O| Jul 10 19:51:09.810 INFO STEP 267 (remove_files) COMPLETE
61502026-07-10T19:51:11.056Z[ recovery-image] Jul 10 19:51:09.810 INFO O| Jul 10 19:51:09.810 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61512026-07-10T19:51:11.064Z[ recovery-image] Jul 10 19:51:09.817 INFO O| Jul 10 19:51:09.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61522026-07-10T19:51:11.064Z[ recovery-image] Jul 10 19:51:09.817 INFO O| Jul 10 19:51:09.817 INFO STEP 268 (remove_files) COMPLETE
61532026-07-10T19:51:11.067Z[ recovery-image] Jul 10 19:51:09.817 INFO O| Jul 10 19:51:09.817 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61542026-07-10T19:51:11.070Z[ recovery-image] Jul 10 19:51:09.824 INFO O| Jul 10 19:51:09.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61552026-07-10T19:51:11.070Z[ recovery-image] Jul 10 19:51:09.824 INFO O| Jul 10 19:51:09.824 INFO STEP 269 (remove_files) COMPLETE
61562026-07-10T19:51:11.070Z[ recovery-image] Jul 10 19:51:09.824 INFO O| Jul 10 19:51:09.824 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61572026-07-10T19:51:11.077Z[ recovery-image] Jul 10 19:51:09.831 INFO O| Jul 10 19:51:09.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61582026-07-10T19:51:11.077Z[ recovery-image] Jul 10 19:51:09.831 INFO O| Jul 10 19:51:09.831 INFO STEP 270 (remove_files) COMPLETE
61592026-07-10T19:51:11.077Z[ recovery-image] Jul 10 19:51:09.831 INFO O| Jul 10 19:51:09.831 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61602026-07-10T19:51:11.084Z[ recovery-image] Jul 10 19:51:09.838 INFO O| Jul 10 19:51:09.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61612026-07-10T19:51:11.088Z[ recovery-image] Jul 10 19:51:09.838 INFO O| Jul 10 19:51:09.838 INFO STEP 271 (remove_files) COMPLETE
61622026-07-10T19:51:11.088Z[ recovery-image] Jul 10 19:51:09.838 INFO O| Jul 10 19:51:09.838 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61632026-07-10T19:51:11.091Z[ recovery-image] Jul 10 19:51:09.845 INFO O| Jul 10 19:51:09.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61642026-07-10T19:51:11.092Z[ recovery-image] Jul 10 19:51:09.845 INFO O| Jul 10 19:51:09.845 INFO STEP 272 (remove_files) COMPLETE
61652026-07-10T19:51:11.092Z[ recovery-image] Jul 10 19:51:09.845 INFO O| Jul 10 19:51:09.845 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61662026-07-10T19:51:11.097Z[ recovery-image] Jul 10 19:51:09.852 INFO O| Jul 10 19:51:09.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61672026-07-10T19:51:11.099Z[ recovery-image] Jul 10 19:51:09.852 INFO O| Jul 10 19:51:09.852 INFO STEP 273 (remove_files) COMPLETE
61682026-07-10T19:51:11.102Z[ recovery-image] Jul 10 19:51:09.852 INFO O| Jul 10 19:51:09.852 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61692026-07-10T19:51:11.106Z[ recovery-image] Jul 10 19:51:09.858 INFO O| Jul 10 19:51:09.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61702026-07-10T19:51:11.106Z[ recovery-image] Jul 10 19:51:09.858 INFO O| Jul 10 19:51:09.858 INFO STEP 274 (remove_files) COMPLETE
61712026-07-10T19:51:11.106Z[ recovery-image] Jul 10 19:51:09.858 INFO O| Jul 10 19:51:09.858 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61722026-07-10T19:51:11.111Z[ recovery-image] Jul 10 19:51:09.865 INFO O| Jul 10 19:51:09.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61732026-07-10T19:51:11.111Z[ recovery-image] Jul 10 19:51:09.865 INFO O| Jul 10 19:51:09.865 INFO STEP 275 (remove_files) COMPLETE
61742026-07-10T19:51:11.114Z[ recovery-image] Jul 10 19:51:09.865 INFO O| Jul 10 19:51:09.865 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61752026-07-10T19:51:11.122Z[ recovery-image] Jul 10 19:51:09.872 INFO O| Jul 10 19:51:09.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61762026-07-10T19:51:11.122Z[ recovery-image] Jul 10 19:51:09.872 INFO O| Jul 10 19:51:09.872 INFO STEP 276 (remove_files) COMPLETE
61772026-07-10T19:51:11.125Z[ recovery-image] Jul 10 19:51:09.872 INFO O| Jul 10 19:51:09.872 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61782026-07-10T19:51:11.126Z[ recovery-image] Jul 10 19:51:09.879 INFO O| Jul 10 19:51:09.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61792026-07-10T19:51:11.126Z[ recovery-image] Jul 10 19:51:09.879 INFO O| Jul 10 19:51:09.879 INFO STEP 277 (remove_files) COMPLETE
61802026-07-10T19:51:11.126Z[ recovery-image] Jul 10 19:51:09.879 INFO O| Jul 10 19:51:09.879 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61812026-07-10T19:51:11.134Z[ recovery-image] Jul 10 19:51:09.888 INFO O| Jul 10 19:51:09.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61822026-07-10T19:51:11.134Z[ recovery-image] Jul 10 19:51:09.888 INFO O| Jul 10 19:51:09.888 INFO STEP 278 (remove_files) COMPLETE
61832026-07-10T19:51:11.134Z[ recovery-image] Jul 10 19:51:09.888 INFO O| Jul 10 19:51:09.888 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61842026-07-10T19:51:11.141Z[ recovery-image] Jul 10 19:51:09.895 INFO O| Jul 10 19:51:09.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61852026-07-10T19:51:11.141Z[ recovery-image] Jul 10 19:51:09.895 INFO O| Jul 10 19:51:09.895 INFO STEP 279 (remove_files) COMPLETE
61862026-07-10T19:51:11.141Z[ recovery-image] Jul 10 19:51:09.895 INFO O| Jul 10 19:51:09.895 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61872026-07-10T19:51:11.148Z[ recovery-image] Jul 10 19:51:09.902 INFO O| Jul 10 19:51:09.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61882026-07-10T19:51:11.148Z[ recovery-image] Jul 10 19:51:09.902 INFO O| Jul 10 19:51:09.902 INFO STEP 280 (remove_files) COMPLETE
61892026-07-10T19:51:11.153Z[ recovery-image] Jul 10 19:51:09.902 INFO O| Jul 10 19:51:09.902 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61902026-07-10T19:51:11.157Z[ recovery-image] Jul 10 19:51:09.909 INFO O| Jul 10 19:51:09.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
61912026-07-10T19:51:11.157Z[ recovery-image] Jul 10 19:51:09.909 INFO O| Jul 10 19:51:09.909 INFO STEP 281 (remove_files) COMPLETE
61922026-07-10T19:51:11.157Z[ recovery-image] Jul 10 19:51:09.909 INFO O| Jul 10 19:51:09.909 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61932026-07-10T19:51:11.162Z[ recovery-image] Jul 10 19:51:09.916 INFO O| Jul 10 19:51:09.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
61942026-07-10T19:51:11.162Z[ recovery-image] Jul 10 19:51:09.916 INFO O| Jul 10 19:51:09.916 INFO STEP 282 (remove_files) COMPLETE
61952026-07-10T19:51:11.166Z[ recovery-image] Jul 10 19:51:09.916 INFO O| Jul 10 19:51:09.916 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61962026-07-10T19:51:11.169Z[ recovery-image] Jul 10 19:51:09.922 INFO O| Jul 10 19:51:09.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
61972026-07-10T19:51:11.169Z[ recovery-image] Jul 10 19:51:09.922 INFO O| Jul 10 19:51:09.922 INFO STEP 283 (remove_files) COMPLETE
61982026-07-10T19:51:11.169Z[ recovery-image] Jul 10 19:51:09.922 INFO O| Jul 10 19:51:09.922 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61992026-07-10T19:51:11.175Z[ recovery-image] Jul 10 19:51:09.930 INFO O| Jul 10 19:51:09.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62002026-07-10T19:51:11.179Z[ recovery-image] Jul 10 19:51:09.930 INFO O| Jul 10 19:51:09.930 INFO STEP 284 (remove_files) COMPLETE
62012026-07-10T19:51:11.179Z[ recovery-image] Jul 10 19:51:09.930 INFO O| Jul 10 19:51:09.930 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62022026-07-10T19:51:11.182Z[ recovery-image] Jul 10 19:51:09.936 INFO O| Jul 10 19:51:09.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62032026-07-10T19:51:11.185Z[ recovery-image] Jul 10 19:51:09.936 INFO O| Jul 10 19:51:09.936 INFO STEP 285 (remove_files) COMPLETE
62042026-07-10T19:51:11.185Z[ recovery-image] Jul 10 19:51:09.937 INFO O| Jul 10 19:51:09.936 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62052026-07-10T19:51:11.191Z[ recovery-image] Jul 10 19:51:09.945 INFO O| Jul 10 19:51:09.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62062026-07-10T19:51:11.191Z[ recovery-image] Jul 10 19:51:09.945 INFO O| Jul 10 19:51:09.945 INFO STEP 286 (remove_files) COMPLETE
62072026-07-10T19:51:11.194Z[ recovery-image] Jul 10 19:51:09.945 INFO O| Jul 10 19:51:09.945 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62082026-07-10T19:51:11.199Z[ recovery-image] Jul 10 19:51:09.953 INFO O| Jul 10 19:51:09.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62092026-07-10T19:51:11.199Z[ recovery-image] Jul 10 19:51:09.953 INFO O| Jul 10 19:51:09.953 INFO STEP 287 (remove_files) COMPLETE
62102026-07-10T19:51:11.203Z[ recovery-image] Jul 10 19:51:09.953 INFO O| Jul 10 19:51:09.953 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62112026-07-10T19:51:11.206Z[ recovery-image] Jul 10 19:51:09.960 INFO O| Jul 10 19:51:09.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62122026-07-10T19:51:11.206Z[ recovery-image] Jul 10 19:51:09.960 INFO O| Jul 10 19:51:09.960 INFO STEP 288 (remove_files) COMPLETE
62132026-07-10T19:51:11.206Z[ recovery-image] Jul 10 19:51:09.960 INFO O| Jul 10 19:51:09.960 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62142026-07-10T19:51:11.212Z[ recovery-image] Jul 10 19:51:09.966 INFO O| Jul 10 19:51:09.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62152026-07-10T19:51:11.213Z[ recovery-image] Jul 10 19:51:09.966 INFO O| Jul 10 19:51:09.966 INFO STEP 289 (remove_files) COMPLETE
62162026-07-10T19:51:11.213Z[ recovery-image] Jul 10 19:51:09.966 INFO O| Jul 10 19:51:09.966 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62172026-07-10T19:51:11.219Z[ recovery-image] Jul 10 19:51:09.973 INFO O| Jul 10 19:51:09.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62182026-07-10T19:51:11.219Z[ recovery-image] Jul 10 19:51:09.973 INFO O| Jul 10 19:51:09.973 INFO STEP 290 (remove_files) COMPLETE
62192026-07-10T19:51:11.224Z[ recovery-image] Jul 10 19:51:09.973 INFO O| Jul 10 19:51:09.973 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62202026-07-10T19:51:11.227Z[ recovery-image] Jul 10 19:51:09.979 INFO O| Jul 10 19:51:09.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62212026-07-10T19:51:11.227Z[ recovery-image] Jul 10 19:51:09.979 INFO O| Jul 10 19:51:09.979 INFO STEP 291 (remove_files) COMPLETE
62222026-07-10T19:51:11.227Z[ recovery-image] Jul 10 19:51:09.979 INFO O| Jul 10 19:51:09.979 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62232026-07-10T19:51:11.231Z[ recovery-image] Jul 10 19:51:09.985 INFO O| Jul 10 19:51:09.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62242026-07-10T19:51:11.231Z[ recovery-image] Jul 10 19:51:09.985 INFO O| Jul 10 19:51:09.985 INFO STEP 292 (remove_files) COMPLETE
62252026-07-10T19:51:11.235Z[ recovery-image] Jul 10 19:51:09.985 INFO O| Jul 10 19:51:09.985 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62262026-07-10T19:51:11.238Z[ recovery-image] Jul 10 19:51:09.991 INFO O| Jul 10 19:51:09.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62272026-07-10T19:51:11.238Z[ recovery-image] Jul 10 19:51:09.991 INFO O| Jul 10 19:51:09.991 INFO STEP 293 (remove_files) COMPLETE
62282026-07-10T19:51:11.238Z[ recovery-image] Jul 10 19:51:09.991 INFO O| Jul 10 19:51:09.991 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62292026-07-10T19:51:11.244Z[ recovery-image] Jul 10 19:51:09.998 INFO O| Jul 10 19:51:09.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62302026-07-10T19:51:11.247Z[ recovery-image] Jul 10 19:51:09.998 INFO O| Jul 10 19:51:09.998 INFO STEP 294 (remove_files) COMPLETE
62312026-07-10T19:51:11.247Z[ recovery-image] Jul 10 19:51:09.998 INFO O| Jul 10 19:51:09.998 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62322026-07-10T19:51:11.252Z[ recovery-image] Jul 10 19:51:10.006 INFO O| Jul 10 19:51:10.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62332026-07-10T19:51:11.255Z[ recovery-image] Jul 10 19:51:10.007 INFO O| Jul 10 19:51:10.007 INFO STEP 295 (remove_files) COMPLETE
62342026-07-10T19:51:11.257Z[ recovery-image] Jul 10 19:51:10.007 INFO O| Jul 10 19:51:10.007 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62352026-07-10T19:51:11.261Z[ recovery-image] Jul 10 19:51:10.015 INFO O| Jul 10 19:51:10.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62362026-07-10T19:51:11.265Z[ recovery-image] Jul 10 19:51:10.015 INFO O| Jul 10 19:51:10.015 INFO STEP 296 (remove_files) COMPLETE
62372026-07-10T19:51:11.265Z[ recovery-image] Jul 10 19:51:10.015 INFO O| Jul 10 19:51:10.015 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62382026-07-10T19:51:11.268Z[ recovery-image] Jul 10 19:51:10.023 INFO O| Jul 10 19:51:10.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62392026-07-10T19:51:11.269Z[ recovery-image] Jul 10 19:51:10.023 INFO O| Jul 10 19:51:10.023 INFO STEP 297 (remove_files) COMPLETE
62402026-07-10T19:51:11.269Z[ recovery-image] Jul 10 19:51:10.023 INFO O| Jul 10 19:51:10.023 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62412026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.030 INFO O| Jul 10 19:51:10.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62422026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.030 INFO O| Jul 10 19:51:10.030 INFO STEP 298 (remove_files) COMPLETE
62432026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.030 INFO O| Jul 10 19:51:10.030 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62442026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.037 INFO O| Jul 10 19:51:10.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62452026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.038 INFO O| Jul 10 19:51:10.038 INFO STEP 299 (remove_files) COMPLETE
62462026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.038 INFO O| Jul 10 19:51:10.038 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62472026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.047 INFO O| Jul 10 19:51:10.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62482026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.047 INFO O| Jul 10 19:51:10.047 INFO STEP 300 (remove_files) COMPLETE
62492026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.047 INFO O| Jul 10 19:51:10.047 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62502026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.053 INFO O| Jul 10 19:51:10.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62512026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.053 INFO O| Jul 10 19:51:10.053 INFO STEP 301 (remove_files) COMPLETE
62522026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.053 INFO O| Jul 10 19:51:10.053 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62532026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.059 INFO O| Jul 10 19:51:10.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62542026-07-10T19:51:11.322Z[ recovery-image] Jul 10 19:51:10.059 INFO O| Jul 10 19:51:10.059 INFO STEP 302 (remove_files) COMPLETE
62552026-07-10T19:51:11.323Z[ recovery-image] Jul 10 19:51:10.059 INFO O| Jul 10 19:51:10.059 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62562026-07-10T19:51:11.323Z[ recovery-image] Jul 10 19:51:10.068 INFO O| Jul 10 19:51:10.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62572026-07-10T19:51:11.323Z[ recovery-image] Jul 10 19:51:10.068 INFO O| Jul 10 19:51:10.068 INFO STEP 303 (remove_files) COMPLETE
62582026-07-10T19:51:11.323Z[ recovery-image] Jul 10 19:51:10.068 INFO O| Jul 10 19:51:10.068 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62592026-07-10T19:51:11.327Z[ recovery-image] Jul 10 19:51:10.076 INFO O| Jul 10 19:51:10.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62602026-07-10T19:51:11.328Z[ recovery-image] Jul 10 19:51:10.076 INFO O| Jul 10 19:51:10.076 INFO STEP 304 (remove_files) COMPLETE
62612026-07-10T19:51:11.328Z[ recovery-image] Jul 10 19:51:10.076 INFO O| Jul 10 19:51:10.076 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62622026-07-10T19:51:11.332Z[ recovery-image] Jul 10 19:51:10.085 INFO O| Jul 10 19:51:10.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62632026-07-10T19:51:11.332Z[ recovery-image] Jul 10 19:51:10.085 INFO O| Jul 10 19:51:10.085 INFO STEP 305 (remove_files) COMPLETE
62642026-07-10T19:51:11.332Z[ recovery-image] Jul 10 19:51:10.085 INFO O| Jul 10 19:51:10.085 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62652026-07-10T19:51:11.339Z[ recovery-image] Jul 10 19:51:10.093 INFO O| Jul 10 19:51:10.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62662026-07-10T19:51:11.339Z[ recovery-image] Jul 10 19:51:10.093 INFO O| Jul 10 19:51:10.093 INFO STEP 306 (remove_files) COMPLETE
62672026-07-10T19:51:11.339Z[ recovery-image] Jul 10 19:51:10.093 INFO O| Jul 10 19:51:10.093 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62682026-07-10T19:51:11.346Z[ recovery-image] Jul 10 19:51:10.100 INFO O| Jul 10 19:51:10.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62692026-07-10T19:51:11.346Z[ recovery-image] Jul 10 19:51:10.100 INFO O| Jul 10 19:51:10.100 INFO STEP 307 (remove_files) COMPLETE
62702026-07-10T19:51:11.350Z[ recovery-image] Jul 10 19:51:10.100 INFO O| Jul 10 19:51:10.100 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62712026-07-10T19:51:11.353Z[ recovery-image] Jul 10 19:51:10.106 INFO O| Jul 10 19:51:10.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62722026-07-10T19:51:11.353Z[ recovery-image] Jul 10 19:51:10.106 INFO O| Jul 10 19:51:10.106 INFO STEP 308 (remove_files) COMPLETE
62732026-07-10T19:51:11.353Z[ recovery-image] Jul 10 19:51:10.106 INFO O| Jul 10 19:51:10.106 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62742026-07-10T19:51:11.361Z[ recovery-image] Jul 10 19:51:10.115 INFO O| Jul 10 19:51:10.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62752026-07-10T19:51:11.361Z[ recovery-image] Jul 10 19:51:10.115 INFO O| Jul 10 19:51:10.115 INFO STEP 309 (remove_files) COMPLETE
62762026-07-10T19:51:11.361Z[ recovery-image] Jul 10 19:51:10.115 INFO O| Jul 10 19:51:10.115 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62772026-07-10T19:51:11.368Z[ recovery-image] Jul 10 19:51:10.122 INFO O| Jul 10 19:51:10.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62782026-07-10T19:51:11.368Z[ recovery-image] Jul 10 19:51:10.122 INFO O| Jul 10 19:51:10.122 INFO STEP 310 (remove_files) COMPLETE
62792026-07-10T19:51:11.368Z[ recovery-image] Jul 10 19:51:10.122 INFO O| Jul 10 19:51:10.122 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62802026-07-10T19:51:11.374Z[ recovery-image] Jul 10 19:51:10.128 INFO O| Jul 10 19:51:10.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62812026-07-10T19:51:11.374Z[ recovery-image] Jul 10 19:51:10.128 INFO O| Jul 10 19:51:10.128 INFO STEP 311 (remove_files) COMPLETE
62822026-07-10T19:51:11.378Z[ recovery-image] Jul 10 19:51:10.128 INFO O| Jul 10 19:51:10.128 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62832026-07-10T19:51:11.383Z[ recovery-image] Jul 10 19:51:10.137 INFO O| Jul 10 19:51:10.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62842026-07-10T19:51:11.383Z[ recovery-image] Jul 10 19:51:10.137 INFO O| Jul 10 19:51:10.137 INFO STEP 312 (remove_files) COMPLETE
62852026-07-10T19:51:11.386Z[ recovery-image] Jul 10 19:51:10.137 INFO O| Jul 10 19:51:10.137 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62862026-07-10T19:51:11.390Z[ recovery-image] Jul 10 19:51:10.144 INFO O| Jul 10 19:51:10.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62872026-07-10T19:51:11.394Z[ recovery-image] Jul 10 19:51:10.144 INFO O| Jul 10 19:51:10.144 INFO STEP 313 (remove_files) COMPLETE
62882026-07-10T19:51:11.394Z[ recovery-image] Jul 10 19:51:10.144 INFO O| Jul 10 19:51:10.144 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62892026-07-10T19:51:11.398Z[ recovery-image] Jul 10 19:51:10.151 INFO O| Jul 10 19:51:10.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
62902026-07-10T19:51:11.398Z[ recovery-image] Jul 10 19:51:10.151 INFO O| Jul 10 19:51:10.151 INFO STEP 314 (remove_files) COMPLETE
62912026-07-10T19:51:11.398Z[ recovery-image] Jul 10 19:51:10.151 INFO O| Jul 10 19:51:10.151 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62922026-07-10T19:51:11.407Z[ recovery-image] Jul 10 19:51:10.161 INFO O| Jul 10 19:51:10.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
62932026-07-10T19:51:11.407Z[ recovery-image] Jul 10 19:51:10.161 INFO O| Jul 10 19:51:10.161 INFO STEP 315 (remove_files) COMPLETE
62942026-07-10T19:51:11.407Z[ recovery-image] Jul 10 19:51:10.161 INFO O| Jul 10 19:51:10.161 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62952026-07-10T19:51:11.414Z[ recovery-image] Jul 10 19:51:10.168 INFO O| Jul 10 19:51:10.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
62962026-07-10T19:51:11.414Z[ recovery-image] Jul 10 19:51:10.168 INFO O| Jul 10 19:51:10.168 INFO STEP 316 (remove_files) COMPLETE
62972026-07-10T19:51:11.414Z[ recovery-image] Jul 10 19:51:10.168 INFO O| Jul 10 19:51:10.168 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62982026-07-10T19:51:11.422Z[ recovery-image] Jul 10 19:51:10.176 INFO O| Jul 10 19:51:10.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
62992026-07-10T19:51:11.422Z[ recovery-image] Jul 10 19:51:10.176 INFO O| Jul 10 19:51:10.176 INFO STEP 317 (remove_files) COMPLETE
63002026-07-10T19:51:11.422Z[ recovery-image] Jul 10 19:51:10.176 INFO O| Jul 10 19:51:10.176 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63012026-07-10T19:51:11.431Z[ recovery-image] Jul 10 19:51:10.185 INFO O| Jul 10 19:51:10.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63022026-07-10T19:51:11.431Z[ recovery-image] Jul 10 19:51:10.185 INFO O| Jul 10 19:51:10.185 INFO STEP 318 (remove_files) COMPLETE
63032026-07-10T19:51:11.431Z[ recovery-image] Jul 10 19:51:10.185 INFO O| Jul 10 19:51:10.185 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63042026-07-10T19:51:11.439Z[ recovery-image] Jul 10 19:51:10.193 INFO O| Jul 10 19:51:10.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63052026-07-10T19:51:11.439Z[ recovery-image] Jul 10 19:51:10.193 INFO O| Jul 10 19:51:10.193 INFO STEP 319 (remove_files) COMPLETE
63062026-07-10T19:51:11.439Z[ recovery-image] Jul 10 19:51:10.193 INFO O| Jul 10 19:51:10.193 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63072026-07-10T19:51:11.446Z[ recovery-image] Jul 10 19:51:10.200 INFO O| Jul 10 19:51:10.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63082026-07-10T19:51:11.447Z[ recovery-image] Jul 10 19:51:10.200 INFO O| Jul 10 19:51:10.200 INFO STEP 320 (remove_files) COMPLETE
63092026-07-10T19:51:11.450Z[ recovery-image] Jul 10 19:51:10.200 INFO O| Jul 10 19:51:10.200 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63102026-07-10T19:51:11.456Z[ recovery-image] Jul 10 19:51:10.210 INFO O| Jul 10 19:51:10.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63112026-07-10T19:51:11.456Z[ recovery-image] Jul 10 19:51:10.210 INFO O| Jul 10 19:51:10.210 INFO STEP 321 (remove_files) COMPLETE
63122026-07-10T19:51:11.460Z[ recovery-image] Jul 10 19:51:10.210 INFO O| Jul 10 19:51:10.210 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63132026-07-10T19:51:11.465Z[ recovery-image] Jul 10 19:51:10.218 INFO O| Jul 10 19:51:10.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63142026-07-10T19:51:11.465Z[ recovery-image] Jul 10 19:51:10.218 INFO O| Jul 10 19:51:10.218 INFO STEP 322 (remove_files) COMPLETE
63152026-07-10T19:51:11.465Z[ recovery-image] Jul 10 19:51:10.218 INFO O| Jul 10 19:51:10.218 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63162026-07-10T19:51:11.472Z[ recovery-image] Jul 10 19:51:10.227 INFO O| Jul 10 19:51:10.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63172026-07-10T19:51:11.473Z[ recovery-image] Jul 10 19:51:10.227 INFO O| Jul 10 19:51:10.227 INFO STEP 323 (remove_files) COMPLETE
63182026-07-10T19:51:11.473Z[ recovery-image] Jul 10 19:51:10.227 INFO O| Jul 10 19:51:10.227 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63192026-07-10T19:51:11.480Z[ recovery-image] Jul 10 19:51:10.234 INFO O| Jul 10 19:51:10.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63202026-07-10T19:51:11.484Z[ recovery-image] Jul 10 19:51:10.234 INFO O| Jul 10 19:51:10.234 INFO STEP 324 (remove_files) COMPLETE
63212026-07-10T19:51:11.484Z[ recovery-image] Jul 10 19:51:10.234 INFO O| Jul 10 19:51:10.234 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63222026-07-10T19:51:11.488Z[ recovery-image] Jul 10 19:51:10.242 INFO O| Jul 10 19:51:10.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63232026-07-10T19:51:11.488Z[ recovery-image] Jul 10 19:51:10.242 INFO O| Jul 10 19:51:10.242 INFO STEP 325 (remove_files) COMPLETE
63242026-07-10T19:51:11.491Z[ recovery-image] Jul 10 19:51:10.242 INFO O| Jul 10 19:51:10.242 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63252026-07-10T19:51:11.497Z[ recovery-image] Jul 10 19:51:10.250 INFO O| Jul 10 19:51:10.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63262026-07-10T19:51:11.497Z[ recovery-image] Jul 10 19:51:10.250 INFO O| Jul 10 19:51:10.250 INFO STEP 326 (remove_files) COMPLETE
63272026-07-10T19:51:11.497Z[ recovery-image] Jul 10 19:51:10.250 INFO O| Jul 10 19:51:10.250 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63282026-07-10T19:51:11.503Z[ recovery-image] Jul 10 19:51:10.258 INFO O| Jul 10 19:51:10.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63292026-07-10T19:51:11.504Z[ recovery-image] Jul 10 19:51:10.258 INFO O| Jul 10 19:51:10.258 INFO STEP 327 (remove_files) COMPLETE
63302026-07-10T19:51:11.504Z[ recovery-image] Jul 10 19:51:10.258 INFO O| Jul 10 19:51:10.258 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63312026-07-10T19:51:11.511Z[ recovery-image] Jul 10 19:51:10.265 INFO O| Jul 10 19:51:10.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63322026-07-10T19:51:11.511Z[ recovery-image] Jul 10 19:51:10.265 INFO O| Jul 10 19:51:10.265 INFO STEP 328 (remove_files) COMPLETE
63332026-07-10T19:51:11.514Z[ recovery-image] Jul 10 19:51:10.265 INFO O| Jul 10 19:51:10.265 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63342026-07-10T19:51:11.520Z[ recovery-image] Jul 10 19:51:10.274 INFO O| Jul 10 19:51:10.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63352026-07-10T19:51:11.520Z[ recovery-image] Jul 10 19:51:10.274 INFO O| Jul 10 19:51:10.274 INFO STEP 329 (remove_files) COMPLETE
63362026-07-10T19:51:11.523Z[ recovery-image] Jul 10 19:51:10.274 INFO O| Jul 10 19:51:10.274 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63372026-07-10T19:51:11.533Z[ recovery-image] Jul 10 19:51:10.284 INFO O| Jul 10 19:51:10.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63382026-07-10T19:51:11.533Z[ recovery-image] Jul 10 19:51:10.284 INFO O| Jul 10 19:51:10.284 INFO STEP 330 (remove_files) COMPLETE
63392026-07-10T19:51:11.533Z[ recovery-image] Jul 10 19:51:10.284 INFO O| Jul 10 19:51:10.284 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63402026-07-10T19:51:11.538Z[ recovery-image] Jul 10 19:51:10.292 INFO O| Jul 10 19:51:10.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63412026-07-10T19:51:11.538Z[ recovery-image] Jul 10 19:51:10.292 INFO O| Jul 10 19:51:10.292 INFO STEP 331 (remove_files) COMPLETE
63422026-07-10T19:51:11.538Z[ recovery-image] Jul 10 19:51:10.292 INFO O| Jul 10 19:51:10.292 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63432026-07-10T19:51:11.545Z[ recovery-image] Jul 10 19:51:10.299 INFO O| Jul 10 19:51:10.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63442026-07-10T19:51:11.545Z[ recovery-image] Jul 10 19:51:10.299 INFO O| Jul 10 19:51:10.299 INFO STEP 332 (remove_files) COMPLETE
63452026-07-10T19:51:11.545Z[ recovery-image] Jul 10 19:51:10.299 INFO O| Jul 10 19:51:10.299 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63462026-07-10T19:51:11.554Z[ recovery-image] Jul 10 19:51:10.308 INFO O| Jul 10 19:51:10.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63472026-07-10T19:51:11.554Z[ recovery-image] Jul 10 19:51:10.308 INFO O| Jul 10 19:51:10.308 INFO STEP 333 (remove_files) COMPLETE
63482026-07-10T19:51:11.557Z[ recovery-image] Jul 10 19:51:10.308 INFO O| Jul 10 19:51:10.308 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63492026-07-10T19:51:11.562Z[ recovery-image] Jul 10 19:51:10.315 INFO O| Jul 10 19:51:10.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63502026-07-10T19:51:11.562Z[ recovery-image] Jul 10 19:51:10.316 INFO O| Jul 10 19:51:10.315 INFO STEP 334 (remove_files) COMPLETE
63512026-07-10T19:51:11.565Z[ recovery-image] Jul 10 19:51:10.316 INFO O| Jul 10 19:51:10.315 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63522026-07-10T19:51:11.569Z[ recovery-image] Jul 10 19:51:10.323 INFO O| Jul 10 19:51:10.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63532026-07-10T19:51:11.569Z[ recovery-image] Jul 10 19:51:10.323 INFO O| Jul 10 19:51:10.323 INFO STEP 335 (remove_files) COMPLETE
63542026-07-10T19:51:11.569Z[ recovery-image] Jul 10 19:51:10.323 INFO O| Jul 10 19:51:10.323 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63552026-07-10T19:51:11.576Z[ recovery-image] Jul 10 19:51:10.330 INFO O| Jul 10 19:51:10.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63562026-07-10T19:51:11.576Z[ recovery-image] Jul 10 19:51:10.330 INFO O| Jul 10 19:51:10.330 INFO STEP 336 (remove_files) COMPLETE
63572026-07-10T19:51:11.579Z[ recovery-image] Jul 10 19:51:10.330 INFO O| Jul 10 19:51:10.330 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63582026-07-10T19:51:11.583Z[ recovery-image] Jul 10 19:51:10.337 INFO O| Jul 10 19:51:10.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63592026-07-10T19:51:11.583Z[ recovery-image] Jul 10 19:51:10.337 INFO O| Jul 10 19:51:10.337 INFO STEP 337 (remove_files) COMPLETE
63602026-07-10T19:51:11.587Z[ recovery-image] Jul 10 19:51:10.337 INFO O| Jul 10 19:51:10.337 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63612026-07-10T19:51:11.592Z[ recovery-image] Jul 10 19:51:10.345 INFO O| Jul 10 19:51:10.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63622026-07-10T19:51:11.592Z[ recovery-image] Jul 10 19:51:10.346 INFO O| Jul 10 19:51:10.346 INFO STEP 338 (remove_files) COMPLETE
63632026-07-10T19:51:11.595Z[ recovery-image] Jul 10 19:51:10.346 INFO O| Jul 10 19:51:10.346 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63642026-07-10T19:51:11.599Z[ recovery-image] Jul 10 19:51:10.353 INFO O| Jul 10 19:51:10.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63652026-07-10T19:51:11.599Z[ recovery-image] Jul 10 19:51:10.353 INFO O| Jul 10 19:51:10.353 INFO STEP 339 (remove_files) COMPLETE
63662026-07-10T19:51:11.599Z[ recovery-image] Jul 10 19:51:10.353 INFO O| Jul 10 19:51:10.353 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63672026-07-10T19:51:11.606Z[ recovery-image] Jul 10 19:51:10.360 INFO O| Jul 10 19:51:10.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63682026-07-10T19:51:11.606Z[ recovery-image] Jul 10 19:51:10.360 INFO O| Jul 10 19:51:10.360 INFO STEP 340 (remove_files) COMPLETE
63692026-07-10T19:51:11.606Z[ recovery-image] Jul 10 19:51:10.360 INFO O| Jul 10 19:51:10.360 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63702026-07-10T19:51:11.613Z[ recovery-image] Jul 10 19:51:10.367 INFO O| Jul 10 19:51:10.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63712026-07-10T19:51:11.613Z[ recovery-image] Jul 10 19:51:10.367 INFO O| Jul 10 19:51:10.367 INFO STEP 341 (remove_files) COMPLETE
63722026-07-10T19:51:11.613Z[ recovery-image] Jul 10 19:51:10.367 INFO O| Jul 10 19:51:10.367 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63732026-07-10T19:51:11.620Z[ recovery-image] Jul 10 19:51:10.373 INFO O| Jul 10 19:51:10.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63742026-07-10T19:51:11.620Z[ recovery-image] Jul 10 19:51:10.373 INFO O| Jul 10 19:51:10.373 INFO STEP 342 (remove_files) COMPLETE
63752026-07-10T19:51:11.620Z[ recovery-image] Jul 10 19:51:10.373 INFO O| Jul 10 19:51:10.373 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63762026-07-10T19:51:11.628Z[ recovery-image] Jul 10 19:51:10.382 INFO O| Jul 10 19:51:10.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63772026-07-10T19:51:11.632Z[ recovery-image] Jul 10 19:51:10.382 INFO O| Jul 10 19:51:10.382 INFO STEP 343 (remove_files) COMPLETE
63782026-07-10T19:51:11.632Z[ recovery-image] Jul 10 19:51:10.382 INFO O| Jul 10 19:51:10.382 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63792026-07-10T19:51:11.636Z[ recovery-image] Jul 10 19:51:10.390 INFO O| Jul 10 19:51:10.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63802026-07-10T19:51:11.640Z[ recovery-image] Jul 10 19:51:10.390 INFO O| Jul 10 19:51:10.390 INFO STEP 344 (remove_files) COMPLETE
63812026-07-10T19:51:11.640Z[ recovery-image] Jul 10 19:51:10.390 INFO O| Jul 10 19:51:10.390 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63822026-07-10T19:51:11.644Z[ recovery-image] Jul 10 19:51:10.397 INFO O| Jul 10 19:51:10.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63832026-07-10T19:51:11.644Z[ recovery-image] Jul 10 19:51:10.397 INFO O| Jul 10 19:51:10.397 INFO STEP 345 (remove_files) COMPLETE
63842026-07-10T19:51:11.644Z[ recovery-image] Jul 10 19:51:10.397 INFO O| Jul 10 19:51:10.397 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63852026-07-10T19:51:11.650Z[ recovery-image] Jul 10 19:51:10.404 INFO O| Jul 10 19:51:10.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63862026-07-10T19:51:11.650Z[ recovery-image] Jul 10 19:51:10.404 INFO O| Jul 10 19:51:10.404 INFO STEP 346 (remove_files) COMPLETE
63872026-07-10T19:51:11.654Z[ recovery-image] Jul 10 19:51:10.404 INFO O| Jul 10 19:51:10.404 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63882026-07-10T19:51:11.657Z[ recovery-image] Jul 10 19:51:10.411 INFO O| Jul 10 19:51:10.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63892026-07-10T19:51:11.657Z[ recovery-image] Jul 10 19:51:10.411 INFO O| Jul 10 19:51:10.411 INFO STEP 347 (remove_files) COMPLETE
63902026-07-10T19:51:11.658Z[ recovery-image] Jul 10 19:51:10.411 INFO O| Jul 10 19:51:10.411 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63912026-07-10T19:51:11.666Z[ recovery-image] Jul 10 19:51:10.420 INFO O| Jul 10 19:51:10.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
63922026-07-10T19:51:11.666Z[ recovery-image] Jul 10 19:51:10.420 INFO O| Jul 10 19:51:10.420 INFO STEP 348 (remove_files) COMPLETE
63932026-07-10T19:51:11.669Z[ recovery-image] Jul 10 19:51:10.420 INFO O| Jul 10 19:51:10.420 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63942026-07-10T19:51:11.672Z[ recovery-image] Jul 10 19:51:10.426 INFO O| Jul 10 19:51:10.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
63952026-07-10T19:51:11.672Z[ recovery-image] Jul 10 19:51:10.426 INFO O| Jul 10 19:51:10.426 INFO STEP 349 (remove_files) COMPLETE
63962026-07-10T19:51:11.672Z[ recovery-image] Jul 10 19:51:10.426 INFO O| Jul 10 19:51:10.426 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63972026-07-10T19:51:11.679Z[ recovery-image] Jul 10 19:51:10.433 INFO O| Jul 10 19:51:10.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
63982026-07-10T19:51:11.679Z[ recovery-image] Jul 10 19:51:10.433 INFO O| Jul 10 19:51:10.433 INFO STEP 350 (remove_files) COMPLETE
63992026-07-10T19:51:11.682Z[ recovery-image] Jul 10 19:51:10.433 INFO O| Jul 10 19:51:10.433 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64002026-07-10T19:51:11.689Z[ recovery-image] Jul 10 19:51:10.441 INFO O| Jul 10 19:51:10.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64012026-07-10T19:51:11.689Z[ recovery-image] Jul 10 19:51:10.441 INFO O| Jul 10 19:51:10.441 INFO STEP 351 (remove_files) COMPLETE
64022026-07-10T19:51:11.690Z[ recovery-image] Jul 10 19:51:10.441 INFO O| Jul 10 19:51:10.441 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64032026-07-10T19:51:11.695Z[ recovery-image] Jul 10 19:51:10.448 INFO O| Jul 10 19:51:10.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64042026-07-10T19:51:11.698Z[ recovery-image] Jul 10 19:51:10.448 INFO O| Jul 10 19:51:10.448 INFO STEP 352 (remove_files) COMPLETE
64052026-07-10T19:51:11.698Z[ recovery-image] Jul 10 19:51:10.448 INFO O| Jul 10 19:51:10.448 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64062026-07-10T19:51:11.702Z[ recovery-image] Jul 10 19:51:10.457 INFO O| Jul 10 19:51:10.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64072026-07-10T19:51:11.703Z[ recovery-image] Jul 10 19:51:10.457 INFO O| Jul 10 19:51:10.457 INFO STEP 353 (remove_files) COMPLETE
64082026-07-10T19:51:11.703Z[ recovery-image] Jul 10 19:51:10.457 INFO O| Jul 10 19:51:10.457 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64092026-07-10T19:51:11.712Z[ recovery-image] Jul 10 19:51:10.465 INFO O| Jul 10 19:51:10.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64102026-07-10T19:51:11.712Z[ recovery-image] Jul 10 19:51:10.465 INFO O| Jul 10 19:51:10.465 INFO STEP 354 (remove_files) COMPLETE
64112026-07-10T19:51:11.712Z[ recovery-image] Jul 10 19:51:10.465 INFO O| Jul 10 19:51:10.465 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64122026-07-10T19:51:11.719Z[ recovery-image] Jul 10 19:51:10.473 INFO O| Jul 10 19:51:10.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64132026-07-10T19:51:11.719Z[ recovery-image] Jul 10 19:51:10.473 INFO O| Jul 10 19:51:10.473 INFO STEP 355 (remove_files) COMPLETE
64142026-07-10T19:51:11.719Z[ recovery-image] Jul 10 19:51:10.473 INFO O| Jul 10 19:51:10.473 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64152026-07-10T19:51:11.732Z[ recovery-image] Jul 10 19:51:10.486 INFO O| Jul 10 19:51:10.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64162026-07-10T19:51:11.732Z[ recovery-image] Jul 10 19:51:10.486 INFO O| Jul 10 19:51:10.485 INFO STEP 356 (remove_files) COMPLETE
64172026-07-10T19:51:11.736Z[ recovery-image] Jul 10 19:51:10.486 INFO O| Jul 10 19:51:10.485 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64182026-07-10T19:51:11.781Z[ recovery-image] Jul 10 19:51:10.533 INFO O| Jul 10 19:51:10.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64192026-07-10T19:51:11.799Z[ recovery-image] Jul 10 19:51:10.533 INFO O| Jul 10 19:51:10.533 INFO STEP 357 (remove_files) COMPLETE
64202026-07-10T19:51:11.799Z[ recovery-image] Jul 10 19:51:10.533 INFO O| Jul 10 19:51:10.533 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64212026-07-10T19:51:11.799Z[ recovery-image] Jul 10 19:51:10.548 INFO O| Jul 10 19:51:10.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64222026-07-10T19:51:11.799Z[ recovery-image] Jul 10 19:51:10.548 INFO O| Jul 10 19:51:10.546 INFO STEP 358 (remove_files) COMPLETE
64232026-07-10T19:51:11.799Z[ recovery-image] Jul 10 19:51:10.548 INFO O| Jul 10 19:51:10.546 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64242026-07-10T19:51:11.808Z[ recovery-image] Jul 10 19:51:10.560 INFO O| Jul 10 19:51:10.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64252026-07-10T19:51:11.812Z[ recovery-image] Jul 10 19:51:10.560 INFO O| Jul 10 19:51:10.558 INFO STEP 359 (remove_files) COMPLETE
64262026-07-10T19:51:11.816Z[ recovery-image] Jul 10 19:51:10.560 INFO O| Jul 10 19:51:10.558 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64272026-07-10T19:51:11.822Z[ recovery-image] Jul 10 19:51:10.569 INFO O| Jul 10 19:51:10.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64282026-07-10T19:51:11.822Z[ recovery-image] Jul 10 19:51:10.569 INFO O| Jul 10 19:51:10.567 INFO STEP 360 (remove_files) COMPLETE
64292026-07-10T19:51:11.830Z[ recovery-image] Jul 10 19:51:10.569 INFO O| Jul 10 19:51:10.567 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64302026-07-10T19:51:11.830Z[ recovery-image] Jul 10 19:51:10.577 INFO O| Jul 10 19:51:10.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64312026-07-10T19:51:11.836Z[ recovery-image] Jul 10 19:51:10.577 INFO O| Jul 10 19:51:10.576 INFO STEP 361 (remove_files) COMPLETE
64322026-07-10T19:51:11.836Z[ recovery-image] Jul 10 19:51:10.577 INFO O| Jul 10 19:51:10.576 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64332026-07-10T19:51:11.836Z[ recovery-image] Jul 10 19:51:10.586 INFO O| Jul 10 19:51:10.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64342026-07-10T19:51:11.836Z[ recovery-image] Jul 10 19:51:10.586 INFO O| Jul 10 19:51:10.586 INFO STEP 362 (remove_files) COMPLETE
64352026-07-10T19:51:11.836Z[ recovery-image] Jul 10 19:51:10.586 INFO O| Jul 10 19:51:10.586 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64362026-07-10T19:51:11.848Z[ recovery-image] Jul 10 19:51:10.596 INFO O| Jul 10 19:51:10.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64372026-07-10T19:51:11.848Z[ recovery-image] Jul 10 19:51:10.596 INFO O| Jul 10 19:51:10.596 INFO STEP 363 (remove_files) COMPLETE
64382026-07-10T19:51:11.852Z[ recovery-image] Jul 10 19:51:10.596 INFO O| Jul 10 19:51:10.596 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64392026-07-10T19:51:11.855Z[ recovery-image] Jul 10 19:51:10.607 INFO O| Jul 10 19:51:10.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64402026-07-10T19:51:11.855Z[ recovery-image] Jul 10 19:51:10.607 INFO O| Jul 10 19:51:10.607 INFO STEP 364 (remove_files) COMPLETE
64412026-07-10T19:51:11.855Z[ recovery-image] Jul 10 19:51:10.607 INFO O| Jul 10 19:51:10.607 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64422026-07-10T19:51:11.862Z[ recovery-image] Jul 10 19:51:10.616 INFO O| Jul 10 19:51:10.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64432026-07-10T19:51:11.867Z[ recovery-image] Jul 10 19:51:10.616 INFO O| Jul 10 19:51:10.616 INFO STEP 365 (remove_files) COMPLETE
64442026-07-10T19:51:11.869Z[ recovery-image] Jul 10 19:51:10.616 INFO O| Jul 10 19:51:10.616 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64452026-07-10T19:51:11.873Z[ recovery-image] Jul 10 19:51:10.624 INFO O| Jul 10 19:51:10.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64462026-07-10T19:51:11.876Z[ recovery-image] Jul 10 19:51:10.624 INFO O| Jul 10 19:51:10.624 INFO STEP 366 (remove_files) COMPLETE
64472026-07-10T19:51:11.876Z[ recovery-image] Jul 10 19:51:10.624 INFO O| Jul 10 19:51:10.624 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64482026-07-10T19:51:11.880Z[ recovery-image] Jul 10 19:51:10.634 INFO O| Jul 10 19:51:10.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64492026-07-10T19:51:11.880Z[ recovery-image] Jul 10 19:51:10.634 INFO O| Jul 10 19:51:10.634 INFO STEP 367 (remove_files) COMPLETE
64502026-07-10T19:51:11.880Z[ recovery-image] Jul 10 19:51:10.634 INFO O| Jul 10 19:51:10.634 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64512026-07-10T19:51:11.890Z[ recovery-image] Jul 10 19:51:10.643 INFO O| Jul 10 19:51:10.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64522026-07-10T19:51:11.890Z[ recovery-image] Jul 10 19:51:10.643 INFO O| Jul 10 19:51:10.643 INFO STEP 368 (remove_files) COMPLETE
64532026-07-10T19:51:11.890Z[ recovery-image] Jul 10 19:51:10.643 INFO O| Jul 10 19:51:10.643 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64542026-07-10T19:51:11.898Z[ recovery-image] Jul 10 19:51:10.652 INFO O| Jul 10 19:51:10.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64552026-07-10T19:51:11.898Z[ recovery-image] Jul 10 19:51:10.652 INFO O| Jul 10 19:51:10.652 INFO STEP 369 (remove_files) COMPLETE
64562026-07-10T19:51:11.898Z[ recovery-image] Jul 10 19:51:10.652 INFO O| Jul 10 19:51:10.652 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64572026-07-10T19:51:11.907Z[ recovery-image] Jul 10 19:51:10.661 INFO O| Jul 10 19:51:10.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64582026-07-10T19:51:11.910Z[ recovery-image] Jul 10 19:51:10.661 INFO O| Jul 10 19:51:10.661 INFO STEP 370 (remove_files) COMPLETE
64592026-07-10T19:51:11.910Z[ recovery-image] Jul 10 19:51:10.661 INFO O| Jul 10 19:51:10.661 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64602026-07-10T19:51:11.916Z[ recovery-image] Jul 10 19:51:10.670 INFO O| Jul 10 19:51:10.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64612026-07-10T19:51:11.921Z[ recovery-image] Jul 10 19:51:10.676 INFO O| Jul 10 19:51:10.676 INFO STEP 371 (remove_files) COMPLETE
64622026-07-10T19:51:11.921Z[ recovery-image] Jul 10 19:51:10.676 INFO O| Jul 10 19:51:10.676 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64632026-07-10T19:51:11.932Z[ recovery-image] Jul 10 19:51:10.686 INFO O| Jul 10 19:51:10.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64642026-07-10T19:51:11.932Z[ recovery-image] Jul 10 19:51:10.686 INFO O| Jul 10 19:51:10.686 INFO STEP 372 (remove_files) COMPLETE
64652026-07-10T19:51:11.932Z[ recovery-image] Jul 10 19:51:10.686 INFO O| Jul 10 19:51:10.686 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64662026-07-10T19:51:11.941Z[ recovery-image] Jul 10 19:51:10.695 INFO O| Jul 10 19:51:10.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64672026-07-10T19:51:11.941Z[ recovery-image] Jul 10 19:51:10.695 INFO O| Jul 10 19:51:10.695 INFO STEP 373 (remove_files) COMPLETE
64682026-07-10T19:51:11.941Z[ recovery-image] Jul 10 19:51:10.695 INFO O| Jul 10 19:51:10.695 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64692026-07-10T19:51:11.949Z[ recovery-image] Jul 10 19:51:10.703 INFO O| Jul 10 19:51:10.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64702026-07-10T19:51:11.949Z[ recovery-image] Jul 10 19:51:10.703 INFO O| Jul 10 19:51:10.703 INFO STEP 374 (remove_files) COMPLETE
64712026-07-10T19:51:11.949Z[ recovery-image] Jul 10 19:51:10.703 INFO O| Jul 10 19:51:10.703 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64722026-07-10T19:51:11.956Z[ recovery-image] Jul 10 19:51:10.710 INFO O| Jul 10 19:51:10.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64732026-07-10T19:51:11.956Z[ recovery-image] Jul 10 19:51:10.710 INFO O| Jul 10 19:51:10.710 INFO STEP 375 (remove_files) COMPLETE
64742026-07-10T19:51:11.956Z[ recovery-image] Jul 10 19:51:10.710 INFO O| Jul 10 19:51:10.710 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64752026-07-10T19:51:11.964Z[ recovery-image] Jul 10 19:51:10.718 INFO O| Jul 10 19:51:10.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64762026-07-10T19:51:11.964Z[ recovery-image] Jul 10 19:51:10.718 INFO O| Jul 10 19:51:10.718 INFO STEP 376 (remove_files) COMPLETE
64772026-07-10T19:51:11.967Z[ recovery-image] Jul 10 19:51:10.718 INFO O| Jul 10 19:51:10.718 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64782026-07-10T19:51:11.972Z[ recovery-image] Jul 10 19:51:10.725 INFO O| Jul 10 19:51:10.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64792026-07-10T19:51:11.972Z[ recovery-image] Jul 10 19:51:10.725 INFO O| Jul 10 19:51:10.725 INFO STEP 377 (remove_files) COMPLETE
64802026-07-10T19:51:11.972Z[ recovery-image] Jul 10 19:51:10.725 INFO O| Jul 10 19:51:10.725 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64812026-07-10T19:51:11.980Z[ recovery-image] Jul 10 19:51:10.734 INFO O| Jul 10 19:51:10.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64822026-07-10T19:51:11.980Z[ recovery-image] Jul 10 19:51:10.734 INFO O| Jul 10 19:51:10.734 INFO STEP 378 (remove_files) COMPLETE
64832026-07-10T19:51:11.984Z[ recovery-image] Jul 10 19:51:10.734 INFO O| Jul 10 19:51:10.734 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64842026-07-10T19:51:11.990Z[ recovery-image] Jul 10 19:51:10.744 INFO O| Jul 10 19:51:10.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64852026-07-10T19:51:11.990Z[ recovery-image] Jul 10 19:51:10.744 INFO O| Jul 10 19:51:10.744 INFO STEP 379 (remove_files) COMPLETE
64862026-07-10T19:51:11.994Z[ recovery-image] Jul 10 19:51:10.744 INFO O| Jul 10 19:51:10.744 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64872026-07-10T19:51:12.000Z[ recovery-image] Jul 10 19:51:10.754 INFO O| Jul 10 19:51:10.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64882026-07-10T19:51:12.000Z[ recovery-image] Jul 10 19:51:10.754 INFO O| Jul 10 19:51:10.754 INFO STEP 380 (remove_files) COMPLETE
64892026-07-10T19:51:12.006Z[ recovery-image] Jul 10 19:51:10.754 INFO O| Jul 10 19:51:10.754 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64902026-07-10T19:51:12.010Z[ recovery-image] Jul 10 19:51:10.763 INFO O| Jul 10 19:51:10.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
64912026-07-10T19:51:12.010Z[ recovery-image] Jul 10 19:51:10.763 INFO O| Jul 10 19:51:10.763 INFO STEP 381 (remove_files) COMPLETE
64922026-07-10T19:51:12.010Z[ recovery-image] Jul 10 19:51:10.763 INFO O| Jul 10 19:51:10.763 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64932026-07-10T19:51:12.019Z[ recovery-image] Jul 10 19:51:10.773 INFO O| Jul 10 19:51:10.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
64942026-07-10T19:51:12.019Z[ recovery-image] Jul 10 19:51:10.773 INFO O| Jul 10 19:51:10.773 INFO STEP 382 (remove_files) COMPLETE
64952026-07-10T19:51:12.023Z[ recovery-image] Jul 10 19:51:10.773 INFO O| Jul 10 19:51:10.773 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64962026-07-10T19:51:12.030Z[ recovery-image] Jul 10 19:51:10.783 INFO O| Jul 10 19:51:10.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
64972026-07-10T19:51:12.030Z[ recovery-image] Jul 10 19:51:10.783 INFO O| Jul 10 19:51:10.783 INFO STEP 383 (remove_files) COMPLETE
64982026-07-10T19:51:12.034Z[ recovery-image] Jul 10 19:51:10.783 INFO O| Jul 10 19:51:10.783 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64992026-07-10T19:51:12.038Z[ recovery-image] Jul 10 19:51:10.792 INFO O| Jul 10 19:51:10.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65002026-07-10T19:51:12.043Z[ recovery-image] Jul 10 19:51:10.792 INFO O| Jul 10 19:51:10.792 INFO STEP 384 (remove_files) COMPLETE
65012026-07-10T19:51:12.044Z[ recovery-image] Jul 10 19:51:10.792 INFO O| Jul 10 19:51:10.792 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65022026-07-10T19:51:12.047Z[ recovery-image] Jul 10 19:51:10.800 INFO O| Jul 10 19:51:10.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65032026-07-10T19:51:12.047Z[ recovery-image] Jul 10 19:51:10.800 INFO O| Jul 10 19:51:10.800 INFO STEP 385 (remove_files) COMPLETE
65042026-07-10T19:51:12.047Z[ recovery-image] Jul 10 19:51:10.800 INFO O| Jul 10 19:51:10.800 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65052026-07-10T19:51:12.055Z[ recovery-image] Jul 10 19:51:10.809 INFO O| Jul 10 19:51:10.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65062026-07-10T19:51:12.055Z[ recovery-image] Jul 10 19:51:10.809 INFO O| Jul 10 19:51:10.809 INFO STEP 386 (remove_files) COMPLETE
65072026-07-10T19:51:12.059Z[ recovery-image] Jul 10 19:51:10.809 INFO O| Jul 10 19:51:10.809 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65082026-07-10T19:51:12.064Z[ recovery-image] Jul 10 19:51:10.818 INFO O| Jul 10 19:51:10.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65092026-07-10T19:51:12.067Z[ recovery-image] Jul 10 19:51:10.818 INFO O| Jul 10 19:51:10.818 INFO STEP 387 (remove_files) COMPLETE
65102026-07-10T19:51:12.067Z[ recovery-image] Jul 10 19:51:10.818 INFO O| Jul 10 19:51:10.818 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65112026-07-10T19:51:12.074Z[ recovery-image] Jul 10 19:51:10.828 INFO O| Jul 10 19:51:10.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65122026-07-10T19:51:12.077Z[ recovery-image] Jul 10 19:51:10.828 INFO O| Jul 10 19:51:10.828 INFO STEP 388 (remove_files) COMPLETE
65132026-07-10T19:51:12.077Z[ recovery-image] Jul 10 19:51:10.828 INFO O| Jul 10 19:51:10.828 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65142026-07-10T19:51:12.082Z[ recovery-image] Jul 10 19:51:10.836 INFO O| Jul 10 19:51:10.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65152026-07-10T19:51:12.086Z[ recovery-image] Jul 10 19:51:10.836 INFO O| Jul 10 19:51:10.836 INFO STEP 389 (remove_files) COMPLETE
65162026-07-10T19:51:12.086Z[ recovery-image] Jul 10 19:51:10.836 INFO O| Jul 10 19:51:10.836 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65172026-07-10T19:51:12.091Z[ recovery-image] Jul 10 19:51:10.845 INFO O| Jul 10 19:51:10.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65182026-07-10T19:51:12.095Z[ recovery-image] Jul 10 19:51:10.845 INFO O| Jul 10 19:51:10.845 INFO STEP 390 (remove_files) COMPLETE
65192026-07-10T19:51:12.096Z[ recovery-image] Jul 10 19:51:10.845 INFO O| Jul 10 19:51:10.845 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65202026-07-10T19:51:12.101Z[ recovery-image] Jul 10 19:51:10.855 INFO O| Jul 10 19:51:10.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65212026-07-10T19:51:12.105Z[ recovery-image] Jul 10 19:51:10.855 INFO O| Jul 10 19:51:10.855 INFO STEP 391 (remove_files) COMPLETE
65222026-07-10T19:51:12.105Z[ recovery-image] Jul 10 19:51:10.855 INFO O| Jul 10 19:51:10.855 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65232026-07-10T19:51:12.110Z[ recovery-image] Jul 10 19:51:10.864 INFO O| Jul 10 19:51:10.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65242026-07-10T19:51:12.110Z[ recovery-image] Jul 10 19:51:10.864 INFO O| Jul 10 19:51:10.864 INFO STEP 392 (remove_files) COMPLETE
65252026-07-10T19:51:12.114Z[ recovery-image] Jul 10 19:51:10.864 INFO O| Jul 10 19:51:10.864 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65262026-07-10T19:51:12.120Z[ recovery-image] Jul 10 19:51:10.874 INFO O| Jul 10 19:51:10.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65272026-07-10T19:51:12.124Z[ recovery-image] Jul 10 19:51:10.874 INFO O| Jul 10 19:51:10.874 INFO STEP 393 (remove_files) COMPLETE
65282026-07-10T19:51:12.124Z[ recovery-image] Jul 10 19:51:10.874 INFO O| Jul 10 19:51:10.874 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65292026-07-10T19:51:12.129Z[ recovery-image] Jul 10 19:51:10.884 INFO O| Jul 10 19:51:10.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65302026-07-10T19:51:12.129Z[ recovery-image] Jul 10 19:51:10.884 INFO O| Jul 10 19:51:10.884 INFO STEP 394 (remove_files) COMPLETE
65312026-07-10T19:51:12.133Z[ recovery-image] Jul 10 19:51:10.884 INFO O| Jul 10 19:51:10.884 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65322026-07-10T19:51:12.139Z[ recovery-image] Jul 10 19:51:10.893 INFO O| Jul 10 19:51:10.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65332026-07-10T19:51:12.143Z[ recovery-image] Jul 10 19:51:10.893 INFO O| Jul 10 19:51:10.893 INFO STEP 395 (remove_files) COMPLETE
65342026-07-10T19:51:12.143Z[ recovery-image] Jul 10 19:51:10.893 INFO O| Jul 10 19:51:10.893 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65352026-07-10T19:51:12.148Z[ recovery-image] Jul 10 19:51:10.902 INFO O| Jul 10 19:51:10.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65362026-07-10T19:51:12.151Z[ recovery-image] Jul 10 19:51:10.902 INFO O| Jul 10 19:51:10.902 INFO STEP 396 (remove_files) COMPLETE
65372026-07-10T19:51:12.151Z[ recovery-image] Jul 10 19:51:10.902 INFO O| Jul 10 19:51:10.902 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65382026-07-10T19:51:12.157Z[ recovery-image] Jul 10 19:51:10.911 INFO O| Jul 10 19:51:10.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65392026-07-10T19:51:12.161Z[ recovery-image] Jul 10 19:51:10.911 INFO O| Jul 10 19:51:10.911 INFO STEP 397 (remove_files) COMPLETE
65402026-07-10T19:51:12.161Z[ recovery-image] Jul 10 19:51:10.911 INFO O| Jul 10 19:51:10.911 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65412026-07-10T19:51:12.165Z[ recovery-image] Jul 10 19:51:10.919 INFO O| Jul 10 19:51:10.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65422026-07-10T19:51:12.168Z[ recovery-image] Jul 10 19:51:10.919 INFO O| Jul 10 19:51:10.919 INFO STEP 398 (remove_files) COMPLETE
65432026-07-10T19:51:12.168Z[ recovery-image] Jul 10 19:51:10.919 INFO O| Jul 10 19:51:10.919 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65442026-07-10T19:51:12.175Z[ recovery-image] Jul 10 19:51:10.929 INFO O| Jul 10 19:51:10.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65452026-07-10T19:51:12.175Z[ recovery-image] Jul 10 19:51:10.929 INFO O| Jul 10 19:51:10.929 INFO STEP 399 (remove_files) COMPLETE
65462026-07-10T19:51:12.178Z[ recovery-image] Jul 10 19:51:10.929 INFO O| Jul 10 19:51:10.929 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65472026-07-10T19:51:12.183Z[ recovery-image] Jul 10 19:51:10.937 INFO O| Jul 10 19:51:10.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65482026-07-10T19:51:12.187Z[ recovery-image] Jul 10 19:51:10.938 INFO O| Jul 10 19:51:10.938 INFO STEP 400 (remove_files) COMPLETE
65492026-07-10T19:51:12.187Z[ recovery-image] Jul 10 19:51:10.938 INFO O| Jul 10 19:51:10.938 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65502026-07-10T19:51:12.192Z[ recovery-image] Jul 10 19:51:10.946 INFO O| Jul 10 19:51:10.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65512026-07-10T19:51:12.195Z[ recovery-image] Jul 10 19:51:10.946 INFO O| Jul 10 19:51:10.946 INFO STEP 401 (remove_files) COMPLETE
65522026-07-10T19:51:12.195Z[ recovery-image] Jul 10 19:51:10.946 INFO O| Jul 10 19:51:10.946 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65532026-07-10T19:51:12.202Z[ recovery-image] Jul 10 19:51:10.956 INFO O| Jul 10 19:51:10.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65542026-07-10T19:51:12.202Z[ recovery-image] Jul 10 19:51:10.956 INFO O| Jul 10 19:51:10.956 INFO STEP 402 (remove_files) COMPLETE
65552026-07-10T19:51:12.205Z[ recovery-image] Jul 10 19:51:10.956 INFO O| Jul 10 19:51:10.956 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65562026-07-10T19:51:12.210Z[ recovery-image] Jul 10 19:51:10.964 INFO O| Jul 10 19:51:10.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65572026-07-10T19:51:12.214Z[ recovery-image] Jul 10 19:51:10.964 INFO O| Jul 10 19:51:10.964 INFO STEP 403 (remove_files) COMPLETE
65582026-07-10T19:51:12.214Z[ recovery-image] Jul 10 19:51:10.964 INFO O| Jul 10 19:51:10.964 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65592026-07-10T19:51:12.218Z[ recovery-image] Jul 10 19:51:10.972 INFO O| Jul 10 19:51:10.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65602026-07-10T19:51:12.222Z[ recovery-image] Jul 10 19:51:10.972 INFO O| Jul 10 19:51:10.972 INFO STEP 404 (remove_files) COMPLETE
65612026-07-10T19:51:12.222Z[ recovery-image] Jul 10 19:51:10.972 INFO O| Jul 10 19:51:10.972 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65622026-07-10T19:51:12.228Z[ recovery-image] Jul 10 19:51:10.982 INFO O| Jul 10 19:51:10.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65632026-07-10T19:51:12.228Z[ recovery-image] Jul 10 19:51:10.982 INFO O| Jul 10 19:51:10.982 INFO STEP 405 (remove_files) COMPLETE
65642026-07-10T19:51:12.231Z[ recovery-image] Jul 10 19:51:10.982 INFO O| Jul 10 19:51:10.982 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65652026-07-10T19:51:12.237Z[ recovery-image] Jul 10 19:51:10.991 INFO O| Jul 10 19:51:10.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65662026-07-10T19:51:12.240Z[ recovery-image] Jul 10 19:51:10.991 INFO O| Jul 10 19:51:10.991 INFO STEP 406 (remove_files) COMPLETE
65672026-07-10T19:51:12.240Z[ recovery-image] Jul 10 19:51:10.991 INFO O| Jul 10 19:51:10.991 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65682026-07-10T19:51:12.245Z[ recovery-image] Jul 10 19:51:10.999 INFO O| Jul 10 19:51:10.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65692026-07-10T19:51:12.245Z[ recovery-image] Jul 10 19:51:10.999 INFO O| Jul 10 19:51:10.999 INFO STEP 407 (remove_files) COMPLETE
65702026-07-10T19:51:12.248Z[ recovery-image] Jul 10 19:51:10.999 INFO O| Jul 10 19:51:10.999 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65712026-07-10T19:51:12.254Z[ recovery-image] Jul 10 19:51:11.008 INFO O| Jul 10 19:51:11.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65722026-07-10T19:51:12.258Z[ recovery-image] Jul 10 19:51:11.008 INFO O| Jul 10 19:51:11.008 INFO STEP 408 (remove_files) COMPLETE
65732026-07-10T19:51:12.258Z[ recovery-image] Jul 10 19:51:11.008 INFO O| Jul 10 19:51:11.008 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65742026-07-10T19:51:12.263Z[ recovery-image] Jul 10 19:51:11.017 INFO O| Jul 10 19:51:11.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65752026-07-10T19:51:12.267Z[ recovery-image] Jul 10 19:51:11.017 INFO O| Jul 10 19:51:11.017 INFO STEP 409 (remove_files) COMPLETE
65762026-07-10T19:51:12.267Z[ recovery-image] Jul 10 19:51:11.017 INFO O| Jul 10 19:51:11.017 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65772026-07-10T19:51:12.272Z[ recovery-image] Jul 10 19:51:11.026 INFO O| Jul 10 19:51:11.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65782026-07-10T19:51:12.272Z[ recovery-image] Jul 10 19:51:11.026 INFO O| Jul 10 19:51:11.026 INFO STEP 410 (remove_files) COMPLETE
65792026-07-10T19:51:12.276Z[ recovery-image] Jul 10 19:51:11.026 INFO O| Jul 10 19:51:11.026 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65802026-07-10T19:51:12.281Z[ recovery-image] Jul 10 19:51:11.034 INFO O| Jul 10 19:51:11.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65812026-07-10T19:51:12.281Z[ recovery-image] Jul 10 19:51:11.034 INFO O| Jul 10 19:51:11.034 INFO STEP 411 (remove_files) COMPLETE
65822026-07-10T19:51:12.281Z[ recovery-image] Jul 10 19:51:11.034 INFO O| Jul 10 19:51:11.034 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65832026-07-10T19:51:12.289Z[ recovery-image] Jul 10 19:51:11.043 INFO O| Jul 10 19:51:11.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65842026-07-10T19:51:12.292Z[ recovery-image] Jul 10 19:51:11.043 INFO O| Jul 10 19:51:11.043 INFO STEP 412 (remove_files) COMPLETE
65852026-07-10T19:51:12.292Z[ recovery-image] Jul 10 19:51:11.043 INFO O| Jul 10 19:51:11.043 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65862026-07-10T19:51:12.298Z[ recovery-image] Jul 10 19:51:11.052 INFO O| Jul 10 19:51:11.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65872026-07-10T19:51:12.301Z[ recovery-image] Jul 10 19:51:11.052 INFO O| Jul 10 19:51:11.052 INFO STEP 413 (remove_files) COMPLETE
65882026-07-10T19:51:12.301Z[ recovery-image] Jul 10 19:51:11.052 INFO O| Jul 10 19:51:11.052 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65892026-07-10T19:51:12.306Z[ recovery-image] Jul 10 19:51:11.060 INFO O| Jul 10 19:51:11.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
65902026-07-10T19:51:12.306Z[ recovery-image] Jul 10 19:51:11.060 INFO O| Jul 10 19:51:11.060 INFO STEP 414 (remove_files) COMPLETE
65912026-07-10T19:51:12.306Z[ recovery-image] Jul 10 19:51:11.060 INFO O| Jul 10 19:51:11.060 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65922026-07-10T19:51:12.314Z[ recovery-image] Jul 10 19:51:11.068 INFO O| Jul 10 19:51:11.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
65932026-07-10T19:51:12.318Z[ recovery-image] Jul 10 19:51:11.068 INFO O| Jul 10 19:51:11.068 INFO STEP 415 (remove_files) COMPLETE
65942026-07-10T19:51:12.318Z[ recovery-image] Jul 10 19:51:11.068 INFO O| Jul 10 19:51:11.068 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65952026-07-10T19:51:12.322Z[ recovery-image] Jul 10 19:51:11.076 INFO O| Jul 10 19:51:11.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
65962026-07-10T19:51:12.322Z[ recovery-image] Jul 10 19:51:11.076 INFO O| Jul 10 19:51:11.076 INFO STEP 416 (remove_files) COMPLETE
65972026-07-10T19:51:12.322Z[ recovery-image] Jul 10 19:51:11.076 INFO O| Jul 10 19:51:11.076 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65982026-07-10T19:51:12.329Z[ recovery-image] Jul 10 19:51:11.083 INFO O| Jul 10 19:51:11.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
65992026-07-10T19:51:12.329Z[ recovery-image] Jul 10 19:51:11.083 INFO O| Jul 10 19:51:11.083 INFO STEP 417 (remove_files) COMPLETE
66002026-07-10T19:51:12.329Z[ recovery-image] Jul 10 19:51:11.083 INFO O| Jul 10 19:51:11.083 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66012026-07-10T19:51:12.336Z[ recovery-image] Jul 10 19:51:11.090 INFO O| Jul 10 19:51:11.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66022026-07-10T19:51:12.340Z[ recovery-image] Jul 10 19:51:11.090 INFO O| Jul 10 19:51:11.090 INFO STEP 418 (remove_files) COMPLETE
66032026-07-10T19:51:12.340Z[ recovery-image] Jul 10 19:51:11.090 INFO O| Jul 10 19:51:11.090 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66042026-07-10T19:51:12.343Z[ recovery-image] Jul 10 19:51:11.098 INFO O| Jul 10 19:51:11.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66052026-07-10T19:51:12.347Z[ recovery-image] Jul 10 19:51:11.098 INFO O| Jul 10 19:51:11.098 INFO STEP 419 (remove_files) COMPLETE
66062026-07-10T19:51:12.347Z[ recovery-image] Jul 10 19:51:11.098 INFO O| Jul 10 19:51:11.098 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66072026-07-10T19:51:12.352Z[ recovery-image] Jul 10 19:51:11.106 INFO O| Jul 10 19:51:11.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66082026-07-10T19:51:12.352Z[ recovery-image] Jul 10 19:51:11.106 INFO O| Jul 10 19:51:11.106 INFO STEP 420 (remove_files) COMPLETE
66092026-07-10T19:51:12.356Z[ recovery-image] Jul 10 19:51:11.106 INFO O| Jul 10 19:51:11.106 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66102026-07-10T19:51:12.360Z[ recovery-image] Jul 10 19:51:11.115 INFO O| Jul 10 19:51:11.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66112026-07-10T19:51:12.363Z[ recovery-image] Jul 10 19:51:11.115 INFO O| Jul 10 19:51:11.115 INFO STEP 421 (remove_files) COMPLETE
66122026-07-10T19:51:12.363Z[ recovery-image] Jul 10 19:51:11.115 INFO O| Jul 10 19:51:11.115 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66132026-07-10T19:51:12.369Z[ recovery-image] Jul 10 19:51:11.123 INFO O| Jul 10 19:51:11.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66142026-07-10T19:51:12.369Z[ recovery-image] Jul 10 19:51:11.123 INFO O| Jul 10 19:51:11.123 INFO STEP 422 (remove_files) COMPLETE
66152026-07-10T19:51:12.371Z[ recovery-image] Jul 10 19:51:11.123 INFO O| Jul 10 19:51:11.123 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66162026-07-10T19:51:12.377Z[ recovery-image] Jul 10 19:51:11.132 INFO O| Jul 10 19:51:11.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66172026-07-10T19:51:12.377Z[ recovery-image] Jul 10 19:51:11.132 INFO O| Jul 10 19:51:11.132 INFO STEP 423 (remove_files) COMPLETE
66182026-07-10T19:51:12.380Z[ recovery-image] Jul 10 19:51:11.132 INFO O| Jul 10 19:51:11.132 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66192026-07-10T19:51:12.390Z[ recovery-image] Jul 10 19:51:11.140 INFO O| Jul 10 19:51:11.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66202026-07-10T19:51:12.393Z[ recovery-image] Jul 10 19:51:11.140 INFO O| Jul 10 19:51:11.140 INFO STEP 424 (remove_files) COMPLETE
66212026-07-10T19:51:12.393Z[ recovery-image] Jul 10 19:51:11.140 INFO O| Jul 10 19:51:11.140 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66222026-07-10T19:51:12.396Z[ recovery-image] Jul 10 19:51:11.149 INFO O| Jul 10 19:51:11.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66232026-07-10T19:51:12.396Z[ recovery-image] Jul 10 19:51:11.149 INFO O| Jul 10 19:51:11.149 INFO STEP 425 (remove_files) COMPLETE
66242026-07-10T19:51:12.396Z[ recovery-image] Jul 10 19:51:11.149 INFO O| Jul 10 19:51:11.149 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66252026-07-10T19:51:12.402Z[ recovery-image] Jul 10 19:51:11.157 INFO O| Jul 10 19:51:11.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66262026-07-10T19:51:12.402Z[ recovery-image] Jul 10 19:51:11.157 INFO O| Jul 10 19:51:11.157 INFO STEP 426 (remove_files) COMPLETE
66272026-07-10T19:51:12.402Z[ recovery-image] Jul 10 19:51:11.157 INFO O| Jul 10 19:51:11.157 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66282026-07-10T19:51:12.411Z[ recovery-image] Jul 10 19:51:11.165 INFO O| Jul 10 19:51:11.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66292026-07-10T19:51:12.411Z[ recovery-image] Jul 10 19:51:11.166 INFO O| Jul 10 19:51:11.166 INFO STEP 427 (remove_files) COMPLETE
66302026-07-10T19:51:12.414Z[ recovery-image] Jul 10 19:51:11.166 INFO O| Jul 10 19:51:11.166 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66312026-07-10T19:51:12.419Z[ recovery-image] Jul 10 19:51:11.174 INFO O| Jul 10 19:51:11.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66322026-07-10T19:51:12.424Z[ recovery-image] Jul 10 19:51:11.174 INFO O| Jul 10 19:51:11.174 INFO STEP 428 (remove_files) COMPLETE
66332026-07-10T19:51:12.424Z[ recovery-image] Jul 10 19:51:11.174 INFO O| Jul 10 19:51:11.174 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66342026-07-10T19:51:12.428Z[ recovery-image] Jul 10 19:51:11.182 INFO O| Jul 10 19:51:11.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66352026-07-10T19:51:12.430Z[ recovery-image] Jul 10 19:51:11.182 INFO O| Jul 10 19:51:11.182 INFO STEP 429 (remove_files) COMPLETE
66362026-07-10T19:51:12.430Z[ recovery-image] Jul 10 19:51:11.182 INFO O| Jul 10 19:51:11.182 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66372026-07-10T19:51:12.437Z[ recovery-image] Jul 10 19:51:11.191 INFO O| Jul 10 19:51:11.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66382026-07-10T19:51:12.437Z[ recovery-image] Jul 10 19:51:11.191 INFO O| Jul 10 19:51:11.191 INFO STEP 430 (remove_files) COMPLETE
66392026-07-10T19:51:12.440Z[ recovery-image] Jul 10 19:51:11.191 INFO O| Jul 10 19:51:11.191 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66402026-07-10T19:51:12.445Z[ recovery-image] Jul 10 19:51:11.200 INFO O| Jul 10 19:51:11.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66412026-07-10T19:51:12.445Z[ recovery-image] Jul 10 19:51:11.200 INFO O| Jul 10 19:51:11.200 INFO STEP 431 (remove_files) COMPLETE
66422026-07-10T19:51:12.449Z[ recovery-image] Jul 10 19:51:11.200 INFO O| Jul 10 19:51:11.200 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66432026-07-10T19:51:12.454Z[ recovery-image] Jul 10 19:51:11.209 INFO O| Jul 10 19:51:11.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66442026-07-10T19:51:12.454Z[ recovery-image] Jul 10 19:51:11.209 INFO O| Jul 10 19:51:11.209 INFO STEP 432 (remove_files) COMPLETE
66452026-07-10T19:51:12.454Z[ recovery-image] Jul 10 19:51:11.209 INFO O| Jul 10 19:51:11.209 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66462026-07-10T19:51:12.463Z[ recovery-image] Jul 10 19:51:11.218 INFO O| Jul 10 19:51:11.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66472026-07-10T19:51:12.466Z[ recovery-image] Jul 10 19:51:11.218 INFO O| Jul 10 19:51:11.218 INFO STEP 433 (remove_files) COMPLETE
66482026-07-10T19:51:12.467Z[ recovery-image] Jul 10 19:51:11.218 INFO O| Jul 10 19:51:11.218 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66492026-07-10T19:51:12.472Z[ recovery-image] Jul 10 19:51:11.227 INFO O| Jul 10 19:51:11.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66502026-07-10T19:51:12.472Z[ recovery-image] Jul 10 19:51:11.227 INFO O| Jul 10 19:51:11.227 INFO STEP 434 (remove_files) COMPLETE
66512026-07-10T19:51:12.472Z[ recovery-image] Jul 10 19:51:11.227 INFO O| Jul 10 19:51:11.227 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66522026-07-10T19:51:12.482Z[ recovery-image] Jul 10 19:51:11.237 INFO O| Jul 10 19:51:11.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66532026-07-10T19:51:12.482Z[ recovery-image] Jul 10 19:51:11.237 INFO O| Jul 10 19:51:11.237 INFO STEP 435 (remove_files) COMPLETE
66542026-07-10T19:51:12.485Z[ recovery-image] Jul 10 19:51:11.237 INFO O| Jul 10 19:51:11.237 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66552026-07-10T19:51:12.491Z[ recovery-image] Jul 10 19:51:11.246 INFO O| Jul 10 19:51:11.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66562026-07-10T19:51:12.494Z[ recovery-image] Jul 10 19:51:11.246 INFO O| Jul 10 19:51:11.246 INFO STEP 436 (remove_files) COMPLETE
66572026-07-10T19:51:12.494Z[ recovery-image] Jul 10 19:51:11.246 INFO O| Jul 10 19:51:11.246 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66582026-07-10T19:51:12.500Z[ recovery-image] Jul 10 19:51:11.255 INFO O| Jul 10 19:51:11.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66592026-07-10T19:51:12.501Z[ recovery-image] Jul 10 19:51:11.255 INFO O| Jul 10 19:51:11.255 INFO STEP 437 (remove_files) COMPLETE
66602026-07-10T19:51:12.504Z[ recovery-image] Jul 10 19:51:11.255 INFO O| Jul 10 19:51:11.255 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66612026-07-10T19:51:12.509Z[ recovery-image] Jul 10 19:51:11.264 INFO O| Jul 10 19:51:11.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66622026-07-10T19:51:12.509Z[ recovery-image] Jul 10 19:51:11.264 INFO O| Jul 10 19:51:11.264 INFO STEP 438 (remove_files) COMPLETE
66632026-07-10T19:51:12.512Z[ recovery-image] Jul 10 19:51:11.264 INFO O| Jul 10 19:51:11.264 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66642026-07-10T19:51:12.519Z[ recovery-image] Jul 10 19:51:11.274 INFO O| Jul 10 19:51:11.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66652026-07-10T19:51:12.519Z[ recovery-image] Jul 10 19:51:11.274 INFO O| Jul 10 19:51:11.274 INFO STEP 439 (remove_files) COMPLETE
66662026-07-10T19:51:12.519Z[ recovery-image] Jul 10 19:51:11.274 INFO O| Jul 10 19:51:11.274 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66672026-07-10T19:51:12.528Z[ recovery-image] Jul 10 19:51:11.282 INFO O| Jul 10 19:51:11.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66682026-07-10T19:51:12.531Z[ recovery-image] Jul 10 19:51:11.282 INFO O| Jul 10 19:51:11.282 INFO STEP 440 (remove_files) COMPLETE
66692026-07-10T19:51:12.531Z[ recovery-image] Jul 10 19:51:11.282 INFO O| Jul 10 19:51:11.282 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66702026-07-10T19:51:12.538Z[ recovery-image] Jul 10 19:51:11.292 INFO O| Jul 10 19:51:11.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66712026-07-10T19:51:12.540Z[ recovery-image] Jul 10 19:51:11.292 INFO O| Jul 10 19:51:11.292 INFO STEP 441 (remove_files) COMPLETE
66722026-07-10T19:51:12.540Z[ recovery-image] Jul 10 19:51:11.292 INFO O| Jul 10 19:51:11.292 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66732026-07-10T19:51:12.547Z[ recovery-image] Jul 10 19:51:11.301 INFO O| Jul 10 19:51:11.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66742026-07-10T19:51:12.547Z[ recovery-image] Jul 10 19:51:11.301 INFO O| Jul 10 19:51:11.301 INFO STEP 442 (remove_files) COMPLETE
66752026-07-10T19:51:12.550Z[ recovery-image] Jul 10 19:51:11.301 INFO O| Jul 10 19:51:11.301 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66762026-07-10T19:51:12.557Z[ recovery-image] Jul 10 19:51:11.311 INFO O| Jul 10 19:51:11.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66772026-07-10T19:51:12.560Z[ recovery-image] Jul 10 19:51:11.311 INFO O| Jul 10 19:51:11.311 INFO STEP 443 (remove_files) COMPLETE
66782026-07-10T19:51:12.560Z[ recovery-image] Jul 10 19:51:11.311 INFO O| Jul 10 19:51:11.311 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66792026-07-10T19:51:12.566Z[ recovery-image] Jul 10 19:51:11.320 INFO O| Jul 10 19:51:11.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66802026-07-10T19:51:12.566Z[ recovery-image] Jul 10 19:51:11.321 INFO O| Jul 10 19:51:11.320 INFO STEP 444 (remove_files) COMPLETE
66812026-07-10T19:51:12.569Z[ recovery-image] Jul 10 19:51:11.321 INFO O| Jul 10 19:51:11.321 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66822026-07-10T19:51:12.576Z[ recovery-image] Jul 10 19:51:11.329 INFO O| Jul 10 19:51:11.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66832026-07-10T19:51:12.576Z[ recovery-image] Jul 10 19:51:11.329 INFO O| Jul 10 19:51:11.329 INFO STEP 445 (remove_files) COMPLETE
66842026-07-10T19:51:12.579Z[ recovery-image] Jul 10 19:51:11.329 INFO O| Jul 10 19:51:11.329 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66852026-07-10T19:51:12.584Z[ recovery-image] Jul 10 19:51:11.339 INFO O| Jul 10 19:51:11.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66862026-07-10T19:51:12.587Z[ recovery-image] Jul 10 19:51:11.339 INFO O| Jul 10 19:51:11.339 INFO STEP 446 (remove_files) COMPLETE
66872026-07-10T19:51:12.588Z[ recovery-image] Jul 10 19:51:11.339 INFO O| Jul 10 19:51:11.339 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66882026-07-10T19:51:12.593Z[ recovery-image] Jul 10 19:51:11.347 INFO O| Jul 10 19:51:11.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66892026-07-10T19:51:12.597Z[ recovery-image] Jul 10 19:51:11.347 INFO O| Jul 10 19:51:11.347 INFO STEP 447 (remove_files) COMPLETE
66902026-07-10T19:51:12.597Z[ recovery-image] Jul 10 19:51:11.347 INFO O| Jul 10 19:51:11.347 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66912026-07-10T19:51:12.600Z[ recovery-image] Jul 10 19:51:11.355 INFO O| Jul 10 19:51:11.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
66922026-07-10T19:51:12.603Z[ recovery-image] Jul 10 19:51:11.355 INFO O| Jul 10 19:51:11.355 INFO STEP 448 (remove_files) COMPLETE
66932026-07-10T19:51:12.603Z[ recovery-image] Jul 10 19:51:11.355 INFO O| Jul 10 19:51:11.355 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66942026-07-10T19:51:12.608Z[ recovery-image] Jul 10 19:51:11.362 INFO O| Jul 10 19:51:11.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
66952026-07-10T19:51:12.611Z[ recovery-image] Jul 10 19:51:11.362 INFO O| Jul 10 19:51:11.362 INFO STEP 449 (remove_files) COMPLETE
66962026-07-10T19:51:12.611Z[ recovery-image] Jul 10 19:51:11.362 INFO O| Jul 10 19:51:11.362 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66972026-07-10T19:51:12.615Z[ recovery-image] Jul 10 19:51:11.369 INFO O| Jul 10 19:51:11.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
66982026-07-10T19:51:12.618Z[ recovery-image] Jul 10 19:51:11.369 INFO O| Jul 10 19:51:11.369 INFO STEP 450 (remove_files) COMPLETE
66992026-07-10T19:51:12.619Z[ recovery-image] Jul 10 19:51:11.369 INFO O| Jul 10 19:51:11.369 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67002026-07-10T19:51:12.623Z[ recovery-image] Jul 10 19:51:11.376 INFO O| Jul 10 19:51:11.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67012026-07-10T19:51:12.623Z[ recovery-image] Jul 10 19:51:11.376 INFO O| Jul 10 19:51:11.376 INFO STEP 451 (remove_files) COMPLETE
67022026-07-10T19:51:12.623Z[ recovery-image] Jul 10 19:51:11.376 INFO O| Jul 10 19:51:11.376 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67032026-07-10T19:51:12.629Z[ recovery-image] Jul 10 19:51:11.383 INFO O| Jul 10 19:51:11.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67042026-07-10T19:51:12.632Z[ recovery-image] Jul 10 19:51:11.383 INFO O| Jul 10 19:51:11.383 INFO STEP 452 (remove_files) COMPLETE
67052026-07-10T19:51:12.632Z[ recovery-image] Jul 10 19:51:11.384 INFO O| Jul 10 19:51:11.383 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67062026-07-10T19:51:12.638Z[ recovery-image] Jul 10 19:51:11.393 INFO O| Jul 10 19:51:11.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67072026-07-10T19:51:12.641Z[ recovery-image] Jul 10 19:51:11.393 INFO O| Jul 10 19:51:11.393 INFO STEP 453 (remove_files) COMPLETE
67082026-07-10T19:51:12.641Z[ recovery-image] Jul 10 19:51:11.393 INFO O| Jul 10 19:51:11.393 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67092026-07-10T19:51:12.647Z[ recovery-image] Jul 10 19:51:11.401 INFO O| Jul 10 19:51:11.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67102026-07-10T19:51:12.651Z[ recovery-image] Jul 10 19:51:11.405 INFO O| Jul 10 19:51:11.405 INFO STEP 454 (remove_files) COMPLETE
67112026-07-10T19:51:12.651Z[ recovery-image] Jul 10 19:51:11.405 INFO O| Jul 10 19:51:11.405 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67122026-07-10T19:51:12.660Z[ recovery-image] Jul 10 19:51:11.414 INFO O| Jul 10 19:51:11.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67132026-07-10T19:51:12.660Z[ recovery-image] Jul 10 19:51:11.414 INFO O| Jul 10 19:51:11.414 INFO STEP 455 (remove_files) COMPLETE
67142026-07-10T19:51:12.662Z[ recovery-image] Jul 10 19:51:11.414 INFO O| Jul 10 19:51:11.414 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67152026-07-10T19:51:12.668Z[ recovery-image] Jul 10 19:51:11.423 INFO O| Jul 10 19:51:11.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67162026-07-10T19:51:12.668Z[ recovery-image] Jul 10 19:51:11.423 INFO O| Jul 10 19:51:11.423 INFO STEP 456 (remove_files) COMPLETE
67172026-07-10T19:51:12.671Z[ recovery-image] Jul 10 19:51:11.423 INFO O| Jul 10 19:51:11.423 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67182026-07-10T19:51:12.677Z[ recovery-image] Jul 10 19:51:11.431 INFO O| Jul 10 19:51:11.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67192026-07-10T19:51:12.677Z[ recovery-image] Jul 10 19:51:11.431 INFO O| Jul 10 19:51:11.431 INFO STEP 457 (remove_files) COMPLETE
67202026-07-10T19:51:12.680Z[ recovery-image] Jul 10 19:51:11.432 INFO O| Jul 10 19:51:11.431 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67212026-07-10T19:51:12.686Z[ recovery-image] Jul 10 19:51:11.440 INFO O| Jul 10 19:51:11.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67222026-07-10T19:51:12.689Z[ recovery-image] Jul 10 19:51:11.440 INFO O| Jul 10 19:51:11.440 INFO STEP 458 (remove_files) COMPLETE
67232026-07-10T19:51:12.689Z[ recovery-image] Jul 10 19:51:11.440 INFO O| Jul 10 19:51:11.440 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67242026-07-10T19:51:12.694Z[ recovery-image] Jul 10 19:51:11.449 INFO O| Jul 10 19:51:11.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67252026-07-10T19:51:12.700Z[ recovery-image] Jul 10 19:51:11.449 INFO O| Jul 10 19:51:11.449 INFO STEP 459 (remove_files) COMPLETE
67262026-07-10T19:51:12.700Z[ recovery-image] Jul 10 19:51:11.449 INFO O| Jul 10 19:51:11.449 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67272026-07-10T19:51:12.704Z[ recovery-image] Jul 10 19:51:11.458 INFO O| Jul 10 19:51:11.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67282026-07-10T19:51:12.706Z[ recovery-image] Jul 10 19:51:11.458 INFO O| Jul 10 19:51:11.458 INFO STEP 460 (remove_files) COMPLETE
67292026-07-10T19:51:12.708Z[ recovery-image] Jul 10 19:51:11.458 INFO O| Jul 10 19:51:11.458 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67302026-07-10T19:51:12.713Z[ recovery-image] Jul 10 19:51:11.467 INFO O| Jul 10 19:51:11.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67312026-07-10T19:51:12.715Z[ recovery-image] Jul 10 19:51:11.467 INFO O| Jul 10 19:51:11.467 INFO STEP 461 (remove_files) COMPLETE
67322026-07-10T19:51:12.715Z[ recovery-image] Jul 10 19:51:11.467 INFO O| Jul 10 19:51:11.467 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67332026-07-10T19:51:12.721Z[ recovery-image] Jul 10 19:51:11.475 INFO O| Jul 10 19:51:11.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67342026-07-10T19:51:12.724Z[ recovery-image] Jul 10 19:51:11.475 INFO O| Jul 10 19:51:11.475 INFO STEP 462 (remove_files) COMPLETE
67352026-07-10T19:51:12.724Z[ recovery-image] Jul 10 19:51:11.476 INFO O| Jul 10 19:51:11.475 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67362026-07-10T19:51:12.730Z[ recovery-image] Jul 10 19:51:11.485 INFO O| Jul 10 19:51:11.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67372026-07-10T19:51:12.733Z[ recovery-image] Jul 10 19:51:11.485 INFO O| Jul 10 19:51:11.485 INFO STEP 463 (remove_files) COMPLETE
67382026-07-10T19:51:12.733Z[ recovery-image] Jul 10 19:51:11.485 INFO O| Jul 10 19:51:11.485 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67392026-07-10T19:51:12.739Z[ recovery-image] Jul 10 19:51:11.493 INFO O| Jul 10 19:51:11.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67402026-07-10T19:51:12.739Z[ recovery-image] Jul 10 19:51:11.493 INFO O| Jul 10 19:51:11.493 INFO STEP 464 (remove_files) COMPLETE
67412026-07-10T19:51:12.742Z[ recovery-image] Jul 10 19:51:11.493 INFO O| Jul 10 19:51:11.493 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67422026-07-10T19:51:12.746Z[ recovery-image] Jul 10 19:51:11.501 INFO O| Jul 10 19:51:11.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67432026-07-10T19:51:12.749Z[ recovery-image] Jul 10 19:51:11.501 INFO O| Jul 10 19:51:11.501 INFO STEP 465 (remove_files) COMPLETE
67442026-07-10T19:51:12.750Z[ recovery-image] Jul 10 19:51:11.501 INFO O| Jul 10 19:51:11.501 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67452026-07-10T19:51:12.755Z[ recovery-image] Jul 10 19:51:11.508 INFO O| Jul 10 19:51:11.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67462026-07-10T19:51:12.758Z[ recovery-image] Jul 10 19:51:11.508 INFO O| Jul 10 19:51:11.508 INFO STEP 466 (remove_files) COMPLETE
67472026-07-10T19:51:12.758Z[ recovery-image] Jul 10 19:51:11.508 INFO O| Jul 10 19:51:11.508 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67482026-07-10T19:51:12.762Z[ recovery-image] Jul 10 19:51:11.515 INFO O| Jul 10 19:51:11.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67492026-07-10T19:51:12.762Z[ recovery-image] Jul 10 19:51:11.515 INFO O| Jul 10 19:51:11.515 INFO STEP 467 (remove_files) COMPLETE
67502026-07-10T19:51:12.762Z[ recovery-image] Jul 10 19:51:11.515 INFO O| Jul 10 19:51:11.515 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67512026-07-10T19:51:12.768Z[ recovery-image] Jul 10 19:51:11.522 INFO O| Jul 10 19:51:11.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67522026-07-10T19:51:12.768Z[ recovery-image] Jul 10 19:51:11.522 INFO O| Jul 10 19:51:11.522 INFO STEP 468 (remove_files) COMPLETE
67532026-07-10T19:51:12.771Z[ recovery-image] Jul 10 19:51:11.522 INFO O| Jul 10 19:51:11.522 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67542026-07-10T19:51:12.775Z[ recovery-image] Jul 10 19:51:11.529 INFO O| Jul 10 19:51:11.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67552026-07-10T19:51:12.775Z[ recovery-image] Jul 10 19:51:11.529 INFO O| Jul 10 19:51:11.529 INFO STEP 469 (remove_files) COMPLETE
67562026-07-10T19:51:12.775Z[ recovery-image] Jul 10 19:51:11.529 INFO O| Jul 10 19:51:11.529 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67572026-07-10T19:51:12.782Z[ recovery-image] Jul 10 19:51:11.536 INFO O| Jul 10 19:51:11.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67582026-07-10T19:51:12.782Z[ recovery-image] Jul 10 19:51:11.536 INFO O| Jul 10 19:51:11.536 INFO STEP 470 (remove_files) COMPLETE
67592026-07-10T19:51:12.785Z[ recovery-image] Jul 10 19:51:11.536 INFO O| Jul 10 19:51:11.536 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67602026-07-10T19:51:12.791Z[ recovery-image] Jul 10 19:51:11.546 INFO O| Jul 10 19:51:11.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67612026-07-10T19:51:12.791Z[ recovery-image] Jul 10 19:51:11.546 INFO O| Jul 10 19:51:11.546 INFO STEP 471 (remove_files) COMPLETE
67622026-07-10T19:51:12.791Z[ recovery-image] Jul 10 19:51:11.546 INFO O| Jul 10 19:51:11.546 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67632026-07-10T19:51:12.801Z[ recovery-image] Jul 10 19:51:11.556 INFO O| Jul 10 19:51:11.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67642026-07-10T19:51:12.804Z[ recovery-image] Jul 10 19:51:11.556 INFO O| Jul 10 19:51:11.556 INFO STEP 472 (remove_files) COMPLETE
67652026-07-10T19:51:12.804Z[ recovery-image] Jul 10 19:51:11.556 INFO O| Jul 10 19:51:11.556 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67662026-07-10T19:51:12.810Z[ recovery-image] Jul 10 19:51:11.564 INFO O| Jul 10 19:51:11.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67672026-07-10T19:51:12.813Z[ recovery-image] Jul 10 19:51:11.564 INFO O| Jul 10 19:51:11.564 INFO STEP 473 (remove_files) COMPLETE
67682026-07-10T19:51:12.813Z[ recovery-image] Jul 10 19:51:11.564 INFO O| Jul 10 19:51:11.564 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67692026-07-10T19:51:12.818Z[ recovery-image] Jul 10 19:51:11.572 INFO O| Jul 10 19:51:11.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67702026-07-10T19:51:12.821Z[ recovery-image] Jul 10 19:51:11.573 INFO O| Jul 10 19:51:11.573 INFO STEP 474 (remove_files) COMPLETE
67712026-07-10T19:51:12.821Z[ recovery-image] Jul 10 19:51:11.573 INFO O| Jul 10 19:51:11.573 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67722026-07-10T19:51:12.828Z[ recovery-image] Jul 10 19:51:11.582 INFO O| Jul 10 19:51:11.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67732026-07-10T19:51:12.831Z[ recovery-image] Jul 10 19:51:11.582 INFO O| Jul 10 19:51:11.582 INFO STEP 475 (remove_files) COMPLETE
67742026-07-10T19:51:12.831Z[ recovery-image] Jul 10 19:51:11.582 INFO O| Jul 10 19:51:11.582 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67752026-07-10T19:51:12.836Z[ recovery-image] Jul 10 19:51:11.590 INFO O| Jul 10 19:51:11.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67762026-07-10T19:51:12.836Z[ recovery-image] Jul 10 19:51:11.590 INFO O| Jul 10 19:51:11.590 INFO STEP 476 (remove_files) COMPLETE
67772026-07-10T19:51:12.836Z[ recovery-image] Jul 10 19:51:11.590 INFO O| Jul 10 19:51:11.590 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67782026-07-10T19:51:12.843Z[ recovery-image] Jul 10 19:51:11.597 INFO O| Jul 10 19:51:11.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67792026-07-10T19:51:12.846Z[ recovery-image] Jul 10 19:51:11.597 INFO O| Jul 10 19:51:11.597 INFO STEP 477 (remove_files) COMPLETE
67802026-07-10T19:51:12.846Z[ recovery-image] Jul 10 19:51:11.598 INFO O| Jul 10 19:51:11.597 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67812026-07-10T19:51:12.852Z[ recovery-image] Jul 10 19:51:11.606 INFO O| Jul 10 19:51:11.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67822026-07-10T19:51:12.852Z[ recovery-image] Jul 10 19:51:11.606 INFO O| Jul 10 19:51:11.606 INFO STEP 478 (remove_files) COMPLETE
67832026-07-10T19:51:12.852Z[ recovery-image] Jul 10 19:51:11.606 INFO O| Jul 10 19:51:11.606 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67842026-07-10T19:51:12.860Z[ recovery-image] Jul 10 19:51:11.615 INFO O| Jul 10 19:51:11.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67852026-07-10T19:51:12.863Z[ recovery-image] Jul 10 19:51:11.615 INFO O| Jul 10 19:51:11.615 INFO STEP 479 (remove_files) COMPLETE
67862026-07-10T19:51:12.863Z[ recovery-image] Jul 10 19:51:11.615 INFO O| Jul 10 19:51:11.615 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67872026-07-10T19:51:12.869Z[ recovery-image] Jul 10 19:51:11.624 INFO O| Jul 10 19:51:11.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67882026-07-10T19:51:12.872Z[ recovery-image] Jul 10 19:51:11.624 INFO O| Jul 10 19:51:11.624 INFO STEP 480 (remove_files) COMPLETE
67892026-07-10T19:51:12.872Z[ recovery-image] Jul 10 19:51:11.624 INFO O| Jul 10 19:51:11.624 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67902026-07-10T19:51:12.879Z[ recovery-image] Jul 10 19:51:11.633 INFO O| Jul 10 19:51:11.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
67912026-07-10T19:51:12.879Z[ recovery-image] Jul 10 19:51:11.633 INFO O| Jul 10 19:51:11.633 INFO STEP 481 (remove_files) COMPLETE
67922026-07-10T19:51:12.882Z[ recovery-image] Jul 10 19:51:11.633 INFO O| Jul 10 19:51:11.633 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67932026-07-10T19:51:12.886Z[ recovery-image] Jul 10 19:51:11.641 INFO O| Jul 10 19:51:11.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
67942026-07-10T19:51:12.889Z[ recovery-image] Jul 10 19:51:11.641 INFO O| Jul 10 19:51:11.641 INFO STEP 482 (remove_files) COMPLETE
67952026-07-10T19:51:12.889Z[ recovery-image] Jul 10 19:51:11.641 INFO O| Jul 10 19:51:11.641 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67962026-07-10T19:51:12.894Z[ recovery-image] Jul 10 19:51:11.648 INFO O| Jul 10 19:51:11.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
67972026-07-10T19:51:12.897Z[ recovery-image] Jul 10 19:51:11.648 INFO O| Jul 10 19:51:11.648 INFO STEP 483 (remove_files) COMPLETE
67982026-07-10T19:51:12.897Z[ recovery-image] Jul 10 19:51:11.648 INFO O| Jul 10 19:51:11.648 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67992026-07-10T19:51:12.902Z[ recovery-image] Jul 10 19:51:11.656 INFO O| Jul 10 19:51:11.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68002026-07-10T19:51:12.905Z[ recovery-image] Jul 10 19:51:11.656 INFO O| Jul 10 19:51:11.656 INFO STEP 484 (remove_files) COMPLETE
68012026-07-10T19:51:12.905Z[ recovery-image] Jul 10 19:51:11.656 INFO O| Jul 10 19:51:11.656 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68022026-07-10T19:51:12.910Z[ recovery-image] Jul 10 19:51:11.665 INFO O| Jul 10 19:51:11.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68032026-07-10T19:51:12.910Z[ recovery-image] Jul 10 19:51:11.665 INFO O| Jul 10 19:51:11.665 INFO STEP 485 (remove_files) COMPLETE
68042026-07-10T19:51:12.910Z[ recovery-image] Jul 10 19:51:11.665 INFO O| Jul 10 19:51:11.665 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68052026-07-10T19:51:12.919Z[ recovery-image] Jul 10 19:51:11.673 INFO O| Jul 10 19:51:11.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68062026-07-10T19:51:12.919Z[ recovery-image] Jul 10 19:51:11.673 INFO O| Jul 10 19:51:11.673 INFO STEP 486 (remove_files) COMPLETE
68072026-07-10T19:51:12.919Z[ recovery-image] Jul 10 19:51:11.673 INFO O| Jul 10 19:51:11.673 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68082026-07-10T19:51:12.925Z[ recovery-image] Jul 10 19:51:11.680 INFO O| Jul 10 19:51:11.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68092026-07-10T19:51:12.928Z[ recovery-image] Jul 10 19:51:11.680 INFO O| Jul 10 19:51:11.680 INFO STEP 487 (remove_files) COMPLETE
68102026-07-10T19:51:12.928Z[ recovery-image] Jul 10 19:51:11.680 INFO O| Jul 10 19:51:11.680 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68112026-07-10T19:51:12.936Z[ recovery-image] Jul 10 19:51:11.688 INFO O| Jul 10 19:51:11.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68122026-07-10T19:51:12.936Z[ recovery-image] Jul 10 19:51:11.688 INFO O| Jul 10 19:51:11.688 INFO STEP 488 (remove_files) COMPLETE
68132026-07-10T19:51:12.940Z[ recovery-image] Jul 10 19:51:11.688 INFO O| Jul 10 19:51:11.688 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68142026-07-10T19:51:12.943Z[ recovery-image] Jul 10 19:51:11.696 INFO O| Jul 10 19:51:11.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68152026-07-10T19:51:12.943Z[ recovery-image] Jul 10 19:51:11.696 INFO O| Jul 10 19:51:11.696 INFO STEP 489 (remove_files) COMPLETE
68162026-07-10T19:51:12.943Z[ recovery-image] Jul 10 19:51:11.696 INFO O| Jul 10 19:51:11.696 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68172026-07-10T19:51:12.949Z[ recovery-image] Jul 10 19:51:11.703 INFO O| Jul 10 19:51:11.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68182026-07-10T19:51:12.950Z[ recovery-image] Jul 10 19:51:11.703 INFO O| Jul 10 19:51:11.703 INFO STEP 490 (remove_files) COMPLETE
68192026-07-10T19:51:12.953Z[ recovery-image] Jul 10 19:51:11.703 INFO O| Jul 10 19:51:11.703 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68202026-07-10T19:51:12.957Z[ recovery-image] Jul 10 19:51:11.711 INFO O| Jul 10 19:51:11.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68212026-07-10T19:51:12.957Z[ recovery-image] Jul 10 19:51:11.711 INFO O| Jul 10 19:51:11.711 INFO STEP 491 (remove_files) COMPLETE
68222026-07-10T19:51:12.957Z[ recovery-image] Jul 10 19:51:11.711 INFO O| Jul 10 19:51:11.711 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68232026-07-10T19:51:12.964Z[ recovery-image] Jul 10 19:51:11.718 INFO O| Jul 10 19:51:11.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68242026-07-10T19:51:12.964Z[ recovery-image] Jul 10 19:51:11.718 INFO O| Jul 10 19:51:11.718 INFO STEP 492 (remove_files) COMPLETE
68252026-07-10T19:51:12.966Z[ recovery-image] Jul 10 19:51:11.718 INFO O| Jul 10 19:51:11.718 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68262026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.725 INFO O| Jul 10 19:51:11.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68272026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.725 INFO O| Jul 10 19:51:11.725 INFO STEP 493 (remove_files) COMPLETE
68282026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.725 INFO O| Jul 10 19:51:11.725 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68292026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.733 INFO O| Jul 10 19:51:11.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68302026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.733 INFO O| Jul 10 19:51:11.733 INFO STEP 494 (remove_files) COMPLETE
68312026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.733 INFO O| Jul 10 19:51:11.733 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68322026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.741 INFO O| Jul 10 19:51:11.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68332026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.741 INFO O| Jul 10 19:51:11.741 INFO STEP 495 (remove_files) COMPLETE
68342026-07-10T19:51:13.012Z[ recovery-image] Jul 10 19:51:11.741 INFO O| Jul 10 19:51:11.741 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68352026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.748 INFO O| Jul 10 19:51:11.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68362026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.748 INFO O| Jul 10 19:51:11.748 INFO STEP 496 (remove_files) COMPLETE
68372026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.748 INFO O| Jul 10 19:51:11.748 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68382026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.756 INFO O| Jul 10 19:51:11.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68392026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.756 INFO O| Jul 10 19:51:11.756 INFO STEP 497 (remove_files) COMPLETE
68402026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.756 INFO O| Jul 10 19:51:11.756 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68412026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.764 INFO O| Jul 10 19:51:11.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68422026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.764 INFO O| Jul 10 19:51:11.764 INFO STEP 498 (remove_files) COMPLETE
68432026-07-10T19:51:13.014Z[ recovery-image] Jul 10 19:51:11.764 INFO O| Jul 10 19:51:11.764 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68442026-07-10T19:51:13.018Z[ recovery-image] Jul 10 19:51:11.773 INFO O| Jul 10 19:51:11.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68452026-07-10T19:51:13.018Z[ recovery-image] Jul 10 19:51:11.773 INFO O| Jul 10 19:51:11.773 INFO STEP 499 (remove_files) COMPLETE
68462026-07-10T19:51:13.018Z[ recovery-image] Jul 10 19:51:11.773 INFO O| Jul 10 19:51:11.773 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68472026-07-10T19:51:13.026Z[ recovery-image] Jul 10 19:51:11.781 INFO O| Jul 10 19:51:11.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68482026-07-10T19:51:13.026Z[ recovery-image] Jul 10 19:51:11.781 INFO O| Jul 10 19:51:11.781 INFO STEP 500 (remove_files) COMPLETE
68492026-07-10T19:51:13.027Z[ recovery-image] Jul 10 19:51:11.781 INFO O| Jul 10 19:51:11.781 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68502026-07-10T19:51:13.035Z[ recovery-image] Jul 10 19:51:11.789 INFO O| Jul 10 19:51:11.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68512026-07-10T19:51:13.035Z[ recovery-image] Jul 10 19:51:11.789 INFO O| Jul 10 19:51:11.789 INFO STEP 501 (remove_files) COMPLETE
68522026-07-10T19:51:13.038Z[ recovery-image] Jul 10 19:51:11.789 INFO O| Jul 10 19:51:11.789 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68532026-07-10T19:51:13.044Z[ recovery-image] Jul 10 19:51:11.798 INFO O| Jul 10 19:51:11.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68542026-07-10T19:51:13.044Z[ recovery-image] Jul 10 19:51:11.798 INFO O| Jul 10 19:51:11.798 INFO STEP 502 (remove_files) COMPLETE
68552026-07-10T19:51:13.047Z[ recovery-image] Jul 10 19:51:11.798 INFO O| Jul 10 19:51:11.798 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68562026-07-10T19:51:13.051Z[ recovery-image] Jul 10 19:51:11.806 INFO O| Jul 10 19:51:11.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68572026-07-10T19:51:13.051Z[ recovery-image] Jul 10 19:51:11.806 INFO O| Jul 10 19:51:11.806 INFO STEP 503 (remove_files) COMPLETE
68582026-07-10T19:51:13.055Z[ recovery-image] Jul 10 19:51:11.806 INFO O| Jul 10 19:51:11.806 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68592026-07-10T19:51:13.060Z[ recovery-image] Jul 10 19:51:11.813 INFO O| Jul 10 19:51:11.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68602026-07-10T19:51:13.060Z[ recovery-image] Jul 10 19:51:11.814 INFO O| Jul 10 19:51:11.814 INFO STEP 504 (remove_files) COMPLETE
68612026-07-10T19:51:13.063Z[ recovery-image] Jul 10 19:51:11.814 INFO O| Jul 10 19:51:11.814 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68622026-07-10T19:51:13.067Z[ recovery-image] Jul 10 19:51:11.820 INFO O| Jul 10 19:51:11.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68632026-07-10T19:51:13.067Z[ recovery-image] Jul 10 19:51:11.820 INFO O| Jul 10 19:51:11.820 INFO STEP 505 (remove_files) COMPLETE
68642026-07-10T19:51:13.067Z[ recovery-image] Jul 10 19:51:11.820 INFO O| Jul 10 19:51:11.820 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68652026-07-10T19:51:13.074Z[ recovery-image] Jul 10 19:51:11.828 INFO O| Jul 10 19:51:11.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68662026-07-10T19:51:13.074Z[ recovery-image] Jul 10 19:51:11.828 INFO O| Jul 10 19:51:11.828 INFO STEP 506 (remove_files) COMPLETE
68672026-07-10T19:51:13.077Z[ recovery-image] Jul 10 19:51:11.828 INFO O| Jul 10 19:51:11.828 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68682026-07-10T19:51:13.081Z[ recovery-image] Jul 10 19:51:11.835 INFO O| Jul 10 19:51:11.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68692026-07-10T19:51:13.084Z[ recovery-image] Jul 10 19:51:11.835 INFO O| Jul 10 19:51:11.835 INFO STEP 507 (remove_files) COMPLETE
68702026-07-10T19:51:13.084Z[ recovery-image] Jul 10 19:51:11.835 INFO O| Jul 10 19:51:11.835 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68712026-07-10T19:51:13.089Z[ recovery-image] Jul 10 19:51:11.843 INFO O| Jul 10 19:51:11.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68722026-07-10T19:51:13.089Z[ recovery-image] Jul 10 19:51:11.843 INFO O| Jul 10 19:51:11.843 INFO STEP 508 (remove_files) COMPLETE
68732026-07-10T19:51:13.092Z[ recovery-image] Jul 10 19:51:11.843 INFO O| Jul 10 19:51:11.843 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68742026-07-10T19:51:13.096Z[ recovery-image] Jul 10 19:51:11.851 INFO O| Jul 10 19:51:11.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68752026-07-10T19:51:13.096Z[ recovery-image] Jul 10 19:51:11.851 INFO O| Jul 10 19:51:11.851 INFO STEP 509 (remove_files) COMPLETE
68762026-07-10T19:51:13.096Z[ recovery-image] Jul 10 19:51:11.851 INFO O| Jul 10 19:51:11.851 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68772026-07-10T19:51:13.104Z[ recovery-image] Jul 10 19:51:11.858 INFO O| Jul 10 19:51:11.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68782026-07-10T19:51:13.104Z[ recovery-image] Jul 10 19:51:11.858 INFO O| Jul 10 19:51:11.858 INFO STEP 510 (remove_files) COMPLETE
68792026-07-10T19:51:13.107Z[ recovery-image] Jul 10 19:51:11.858 INFO O| Jul 10 19:51:11.858 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68802026-07-10T19:51:13.111Z[ recovery-image] Jul 10 19:51:11.865 INFO O| Jul 10 19:51:11.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68812026-07-10T19:51:13.111Z[ recovery-image] Jul 10 19:51:11.865 INFO O| Jul 10 19:51:11.865 INFO STEP 511 (remove_files) COMPLETE
68822026-07-10T19:51:13.114Z[ recovery-image] Jul 10 19:51:11.865 INFO O| Jul 10 19:51:11.865 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68832026-07-10T19:51:13.118Z[ recovery-image] Jul 10 19:51:11.872 INFO O| Jul 10 19:51:11.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68842026-07-10T19:51:13.118Z[ recovery-image] Jul 10 19:51:11.872 INFO O| Jul 10 19:51:11.872 INFO STEP 512 (remove_files) COMPLETE
68852026-07-10T19:51:13.118Z[ recovery-image] Jul 10 19:51:11.872 INFO O| Jul 10 19:51:11.872 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68862026-07-10T19:51:13.125Z[ recovery-image] Jul 10 19:51:11.880 INFO O| Jul 10 19:51:11.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68872026-07-10T19:51:13.125Z[ recovery-image] Jul 10 19:51:11.880 INFO O| Jul 10 19:51:11.880 INFO STEP 513 (remove_files) COMPLETE
68882026-07-10T19:51:13.125Z[ recovery-image] Jul 10 19:51:11.880 INFO O| Jul 10 19:51:11.880 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68892026-07-10T19:51:13.132Z[ recovery-image] Jul 10 19:51:11.887 INFO O| Jul 10 19:51:11.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
68902026-07-10T19:51:13.132Z[ recovery-image] Jul 10 19:51:11.887 INFO O| Jul 10 19:51:11.887 INFO STEP 514 (remove_files) COMPLETE
68912026-07-10T19:51:13.133Z[ recovery-image] Jul 10 19:51:11.887 INFO O| Jul 10 19:51:11.887 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68922026-07-10T19:51:13.140Z[ recovery-image] Jul 10 19:51:11.895 INFO O| Jul 10 19:51:11.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
68932026-07-10T19:51:13.140Z[ recovery-image] Jul 10 19:51:11.895 INFO O| Jul 10 19:51:11.895 INFO STEP 515 (remove_files) COMPLETE
68942026-07-10T19:51:13.143Z[ recovery-image] Jul 10 19:51:11.895 INFO O| Jul 10 19:51:11.895 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68952026-07-10T19:51:13.148Z[ recovery-image] Jul 10 19:51:11.902 INFO O| Jul 10 19:51:11.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
68962026-07-10T19:51:13.148Z[ recovery-image] Jul 10 19:51:11.902 INFO O| Jul 10 19:51:11.902 INFO STEP 516 (remove_files) COMPLETE
68972026-07-10T19:51:13.148Z[ recovery-image] Jul 10 19:51:11.902 INFO O| Jul 10 19:51:11.902 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68982026-07-10T19:51:13.153Z[ recovery-image] Jul 10 19:51:11.908 INFO O| Jul 10 19:51:11.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
68992026-07-10T19:51:13.156Z[ recovery-image] Jul 10 19:51:11.908 INFO O| Jul 10 19:51:11.908 INFO STEP 517 (remove_files) COMPLETE
69002026-07-10T19:51:13.156Z[ recovery-image] Jul 10 19:51:11.908 INFO O| Jul 10 19:51:11.908 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69012026-07-10T19:51:13.160Z[ recovery-image] Jul 10 19:51:11.914 INFO O| Jul 10 19:51:11.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69022026-07-10T19:51:13.162Z[ recovery-image] Jul 10 19:51:11.914 INFO O| Jul 10 19:51:11.914 INFO STEP 518 (remove_files) COMPLETE
69032026-07-10T19:51:13.162Z[ recovery-image] Jul 10 19:51:11.914 INFO O| Jul 10 19:51:11.914 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69042026-07-10T19:51:13.166Z[ recovery-image] Jul 10 19:51:11.920 INFO O| Jul 10 19:51:11.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69052026-07-10T19:51:13.166Z[ recovery-image] Jul 10 19:51:11.920 INFO O| Jul 10 19:51:11.920 INFO STEP 519 (remove_files) COMPLETE
69062026-07-10T19:51:13.169Z[ recovery-image] Jul 10 19:51:11.920 INFO O| Jul 10 19:51:11.920 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69072026-07-10T19:51:13.176Z[ recovery-image] Jul 10 19:51:11.930 INFO O| Jul 10 19:51:11.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69082026-07-10T19:51:13.178Z[ recovery-image] Jul 10 19:51:11.930 INFO O| Jul 10 19:51:11.930 INFO STEP 520 (remove_files) COMPLETE
69092026-07-10T19:51:13.178Z[ recovery-image] Jul 10 19:51:11.930 INFO O| Jul 10 19:51:11.930 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69102026-07-10T19:51:13.182Z[ recovery-image] Jul 10 19:51:11.937 INFO O| Jul 10 19:51:11.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69112026-07-10T19:51:13.187Z[ recovery-image] Jul 10 19:51:11.937 INFO O| Jul 10 19:51:11.937 INFO STEP 521 (remove_files) COMPLETE
69122026-07-10T19:51:13.187Z[ recovery-image] Jul 10 19:51:11.937 INFO O| Jul 10 19:51:11.937 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69132026-07-10T19:51:13.190Z[ recovery-image] Jul 10 19:51:11.944 INFO O| Jul 10 19:51:11.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69142026-07-10T19:51:13.190Z[ recovery-image] Jul 10 19:51:11.944 INFO O| Jul 10 19:51:11.944 INFO STEP 522 (remove_files) COMPLETE
69152026-07-10T19:51:13.190Z[ recovery-image] Jul 10 19:51:11.944 INFO O| Jul 10 19:51:11.944 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69162026-07-10T19:51:13.196Z[ recovery-image] Jul 10 19:51:11.951 INFO O| Jul 10 19:51:11.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69172026-07-10T19:51:13.199Z[ recovery-image] Jul 10 19:51:11.951 INFO O| Jul 10 19:51:11.951 INFO STEP 523 (remove_files) COMPLETE
69182026-07-10T19:51:13.199Z[ recovery-image] Jul 10 19:51:11.951 INFO O| Jul 10 19:51:11.951 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69192026-07-10T19:51:13.204Z[ recovery-image] Jul 10 19:51:11.957 INFO O| Jul 10 19:51:11.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69202026-07-10T19:51:13.204Z[ recovery-image] Jul 10 19:51:11.957 INFO O| Jul 10 19:51:11.957 INFO STEP 524 (remove_files) COMPLETE
69212026-07-10T19:51:13.207Z[ recovery-image] Jul 10 19:51:11.957 INFO O| Jul 10 19:51:11.957 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69222026-07-10T19:51:13.212Z[ recovery-image] Jul 10 19:51:11.966 INFO O| Jul 10 19:51:11.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69232026-07-10T19:51:13.212Z[ recovery-image] Jul 10 19:51:11.966 INFO O| Jul 10 19:51:11.966 INFO STEP 525 (remove_files) COMPLETE
69242026-07-10T19:51:13.212Z[ recovery-image] Jul 10 19:51:11.966 INFO O| Jul 10 19:51:11.966 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69252026-07-10T19:51:13.219Z[ recovery-image] Jul 10 19:51:11.974 INFO O| Jul 10 19:51:11.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69262026-07-10T19:51:13.219Z[ recovery-image] Jul 10 19:51:11.974 INFO O| Jul 10 19:51:11.974 INFO STEP 526 (remove_files) COMPLETE
69272026-07-10T19:51:13.222Z[ recovery-image] Jul 10 19:51:11.974 INFO O| Jul 10 19:51:11.974 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69282026-07-10T19:51:13.226Z[ recovery-image] Jul 10 19:51:11.981 INFO O| Jul 10 19:51:11.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69292026-07-10T19:51:13.229Z[ recovery-image] Jul 10 19:51:11.981 INFO O| Jul 10 19:51:11.981 INFO STEP 527 (remove_files) COMPLETE
69302026-07-10T19:51:13.229Z[ recovery-image] Jul 10 19:51:11.981 INFO O| Jul 10 19:51:11.981 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69312026-07-10T19:51:13.233Z[ recovery-image] Jul 10 19:51:11.988 INFO O| Jul 10 19:51:11.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69322026-07-10T19:51:13.236Z[ recovery-image] Jul 10 19:51:11.988 INFO O| Jul 10 19:51:11.988 INFO STEP 528 (remove_files) COMPLETE
69332026-07-10T19:51:13.236Z[ recovery-image] Jul 10 19:51:11.988 INFO O| Jul 10 19:51:11.988 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69342026-07-10T19:51:13.241Z[ recovery-image] Jul 10 19:51:11.995 INFO O| Jul 10 19:51:11.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69352026-07-10T19:51:13.244Z[ recovery-image] Jul 10 19:51:11.996 INFO O| Jul 10 19:51:11.996 INFO STEP 529 (remove_files) COMPLETE
69362026-07-10T19:51:13.244Z[ recovery-image] Jul 10 19:51:11.996 INFO O| Jul 10 19:51:11.996 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69372026-07-10T19:51:13.250Z[ recovery-image] Jul 10 19:51:12.004 INFO O| Jul 10 19:51:12.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69382026-07-10T19:51:13.250Z[ recovery-image] Jul 10 19:51:12.004 INFO O| Jul 10 19:51:12.004 INFO STEP 530 (remove_files) COMPLETE
69392026-07-10T19:51:13.253Z[ recovery-image] Jul 10 19:51:12.004 INFO O| Jul 10 19:51:12.004 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69402026-07-10T19:51:13.256Z[ recovery-image] Jul 10 19:51:12.011 INFO O| Jul 10 19:51:12.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69412026-07-10T19:51:13.256Z[ recovery-image] Jul 10 19:51:12.011 INFO O| Jul 10 19:51:12.011 INFO STEP 531 (remove_files) COMPLETE
69422026-07-10T19:51:13.256Z[ recovery-image] Jul 10 19:51:12.011 INFO O| Jul 10 19:51:12.011 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69432026-07-10T19:51:13.264Z[ recovery-image] Jul 10 19:51:12.018 INFO O| Jul 10 19:51:12.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69442026-07-10T19:51:13.264Z[ recovery-image] Jul 10 19:51:12.018 INFO O| Jul 10 19:51:12.018 INFO STEP 532 (remove_files) COMPLETE
69452026-07-10T19:51:13.267Z[ recovery-image] Jul 10 19:51:12.018 INFO O| Jul 10 19:51:12.018 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69462026-07-10T19:51:13.271Z[ recovery-image] Jul 10 19:51:12.025 INFO O| Jul 10 19:51:12.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69472026-07-10T19:51:13.271Z[ recovery-image] Jul 10 19:51:12.025 INFO O| Jul 10 19:51:12.025 INFO STEP 533 (remove_files) COMPLETE
69482026-07-10T19:51:13.271Z[ recovery-image] Jul 10 19:51:12.025 INFO O| Jul 10 19:51:12.025 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69492026-07-10T19:51:13.277Z[ recovery-image] Jul 10 19:51:12.031 INFO O| Jul 10 19:51:12.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69502026-07-10T19:51:13.277Z[ recovery-image] Jul 10 19:51:12.031 INFO O| Jul 10 19:51:12.031 INFO STEP 534 (remove_files) COMPLETE
69512026-07-10T19:51:13.280Z[ recovery-image] Jul 10 19:51:12.031 INFO O| Jul 10 19:51:12.031 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69522026-07-10T19:51:13.284Z[ recovery-image] Jul 10 19:51:12.039 INFO O| Jul 10 19:51:12.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69532026-07-10T19:51:13.287Z[ recovery-image] Jul 10 19:51:12.039 INFO O| Jul 10 19:51:12.039 INFO STEP 535 (remove_files) COMPLETE
69542026-07-10T19:51:13.287Z[ recovery-image] Jul 10 19:51:12.039 INFO O| Jul 10 19:51:12.039 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69552026-07-10T19:51:13.293Z[ recovery-image] Jul 10 19:51:12.046 INFO O| Jul 10 19:51:12.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69562026-07-10T19:51:13.293Z[ recovery-image] Jul 10 19:51:12.046 INFO O| Jul 10 19:51:12.046 INFO STEP 536 (remove_files) COMPLETE
69572026-07-10T19:51:13.296Z[ recovery-image] Jul 10 19:51:12.046 INFO O| Jul 10 19:51:12.046 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69582026-07-10T19:51:13.299Z[ recovery-image] Jul 10 19:51:12.052 INFO O| Jul 10 19:51:12.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69592026-07-10T19:51:13.299Z[ recovery-image] Jul 10 19:51:12.052 INFO O| Jul 10 19:51:12.052 INFO STEP 537 (remove_files) COMPLETE
69602026-07-10T19:51:13.299Z[ recovery-image] Jul 10 19:51:12.052 INFO O| Jul 10 19:51:12.052 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69612026-07-10T19:51:13.303Z[ recovery-image] Jul 10 19:51:12.058 INFO O| Jul 10 19:51:12.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69622026-07-10T19:51:13.303Z[ recovery-image] Jul 10 19:51:12.058 INFO O| Jul 10 19:51:12.058 INFO STEP 538 (remove_files) COMPLETE
69632026-07-10T19:51:13.306Z[ recovery-image] Jul 10 19:51:12.058 INFO O| Jul 10 19:51:12.058 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69642026-07-10T19:51:13.310Z[ recovery-image] Jul 10 19:51:12.065 INFO O| Jul 10 19:51:12.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69652026-07-10T19:51:13.310Z[ recovery-image] Jul 10 19:51:12.065 INFO O| Jul 10 19:51:12.064 INFO STEP 539 (remove_files) COMPLETE
69662026-07-10T19:51:13.313Z[ recovery-image] Jul 10 19:51:12.065 INFO O| Jul 10 19:51:12.064 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69672026-07-10T19:51:13.316Z[ recovery-image] Jul 10 19:51:12.071 INFO O| Jul 10 19:51:12.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69682026-07-10T19:51:13.316Z[ recovery-image] Jul 10 19:51:12.071 INFO O| Jul 10 19:51:12.071 INFO STEP 540 (remove_files) COMPLETE
69692026-07-10T19:51:13.317Z[ recovery-image] Jul 10 19:51:12.071 INFO O| Jul 10 19:51:12.071 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69702026-07-10T19:51:13.322Z[ recovery-image] Jul 10 19:51:12.076 INFO O| Jul 10 19:51:12.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69712026-07-10T19:51:13.322Z[ recovery-image] Jul 10 19:51:12.076 INFO O| Jul 10 19:51:12.076 INFO STEP 541 (remove_files) COMPLETE
69722026-07-10T19:51:13.322Z[ recovery-image] Jul 10 19:51:12.076 INFO O| Jul 10 19:51:12.076 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69732026-07-10T19:51:13.327Z[ recovery-image] Jul 10 19:51:12.082 INFO O| Jul 10 19:51:12.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69742026-07-10T19:51:13.330Z[ recovery-image] Jul 10 19:51:12.082 INFO O| Jul 10 19:51:12.082 INFO STEP 542 (remove_files) COMPLETE
69752026-07-10T19:51:13.330Z[ recovery-image] Jul 10 19:51:12.082 INFO O| Jul 10 19:51:12.082 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69762026-07-10T19:51:13.333Z[ recovery-image] Jul 10 19:51:12.087 INFO O| Jul 10 19:51:12.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69772026-07-10T19:51:13.335Z[ recovery-image] Jul 10 19:51:12.087 INFO O| Jul 10 19:51:12.087 INFO STEP 543 (remove_files) COMPLETE
69782026-07-10T19:51:13.335Z[ recovery-image] Jul 10 19:51:12.087 INFO O| Jul 10 19:51:12.087 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69792026-07-10T19:51:13.340Z[ recovery-image] Jul 10 19:51:12.094 INFO O| Jul 10 19:51:12.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69802026-07-10T19:51:13.342Z[ recovery-image] Jul 10 19:51:12.094 INFO O| Jul 10 19:51:12.094 INFO STEP 544 (remove_files) COMPLETE
69812026-07-10T19:51:13.343Z[ recovery-image] Jul 10 19:51:12.094 INFO O| Jul 10 19:51:12.094 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69822026-07-10T19:51:13.348Z[ recovery-image] Jul 10 19:51:12.102 INFO O| Jul 10 19:51:12.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69832026-07-10T19:51:13.351Z[ recovery-image] Jul 10 19:51:12.102 INFO O| Jul 10 19:51:12.102 INFO STEP 545 (remove_files) COMPLETE
69842026-07-10T19:51:13.352Z[ recovery-image] Jul 10 19:51:12.102 INFO O| Jul 10 19:51:12.102 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69852026-07-10T19:51:13.355Z[ recovery-image] Jul 10 19:51:12.110 INFO O| Jul 10 19:51:12.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69862026-07-10T19:51:13.355Z[ recovery-image] Jul 10 19:51:12.110 INFO O| Jul 10 19:51:12.110 INFO STEP 546 (remove_files) COMPLETE
69872026-07-10T19:51:13.358Z[ recovery-image] Jul 10 19:51:12.110 INFO O| Jul 10 19:51:12.110 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69882026-07-10T19:51:13.361Z[ recovery-image] Jul 10 19:51:12.115 INFO O| Jul 10 19:51:12.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69892026-07-10T19:51:13.361Z[ recovery-image] Jul 10 19:51:12.115 INFO O| Jul 10 19:51:12.115 INFO STEP 547 (remove_files) COMPLETE
69902026-07-10T19:51:13.361Z[ recovery-image] Jul 10 19:51:12.116 INFO O| Jul 10 19:51:12.115 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69912026-07-10T19:51:13.366Z[ recovery-image] Jul 10 19:51:12.121 INFO O| Jul 10 19:51:12.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
69922026-07-10T19:51:13.366Z[ recovery-image] Jul 10 19:51:12.121 INFO O| Jul 10 19:51:12.121 INFO STEP 548 (remove_files) COMPLETE
69932026-07-10T19:51:13.369Z[ recovery-image] Jul 10 19:51:12.121 INFO O| Jul 10 19:51:12.121 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69942026-07-10T19:51:13.373Z[ recovery-image] Jul 10 19:51:12.127 INFO O| Jul 10 19:51:12.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
69952026-07-10T19:51:13.373Z[ recovery-image] Jul 10 19:51:12.127 INFO O| Jul 10 19:51:12.127 INFO STEP 549 (remove_files) COMPLETE
69962026-07-10T19:51:13.373Z[ recovery-image] Jul 10 19:51:12.127 INFO O| Jul 10 19:51:12.127 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69972026-07-10T19:51:13.378Z[ recovery-image] Jul 10 19:51:12.133 INFO O| Jul 10 19:51:12.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
69982026-07-10T19:51:13.378Z[ recovery-image] Jul 10 19:51:12.133 INFO O| Jul 10 19:51:12.133 INFO STEP 550 (remove_files) COMPLETE
69992026-07-10T19:51:13.382Z[ recovery-image] Jul 10 19:51:12.133 INFO O| Jul 10 19:51:12.133 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70002026-07-10T19:51:13.385Z[ recovery-image] Jul 10 19:51:12.139 INFO O| Jul 10 19:51:12.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70012026-07-10T19:51:13.385Z[ recovery-image] Jul 10 19:51:12.139 INFO O| Jul 10 19:51:12.139 INFO STEP 551 (remove_files) COMPLETE
70022026-07-10T19:51:13.385Z[ recovery-image] Jul 10 19:51:12.139 INFO O| Jul 10 19:51:12.139 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70032026-07-10T19:51:13.392Z[ recovery-image] Jul 10 19:51:12.146 INFO O| Jul 10 19:51:12.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70042026-07-10T19:51:13.396Z[ recovery-image] Jul 10 19:51:12.146 INFO O| Jul 10 19:51:12.146 INFO STEP 552 (remove_files) COMPLETE
70052026-07-10T19:51:13.396Z[ recovery-image] Jul 10 19:51:12.147 INFO O| Jul 10 19:51:12.146 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70062026-07-10T19:51:13.399Z[ recovery-image] Jul 10 19:51:12.153 INFO O| Jul 10 19:51:12.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70072026-07-10T19:51:13.399Z[ recovery-image] Jul 10 19:51:12.153 INFO O| Jul 10 19:51:12.153 INFO STEP 553 (remove_files) COMPLETE
70082026-07-10T19:51:13.399Z[ recovery-image] Jul 10 19:51:12.153 INFO O| Jul 10 19:51:12.153 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70092026-07-10T19:51:13.405Z[ recovery-image] Jul 10 19:51:12.160 INFO O| Jul 10 19:51:12.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70102026-07-10T19:51:13.405Z[ recovery-image] Jul 10 19:51:12.160 INFO O| Jul 10 19:51:12.160 INFO STEP 554 (remove_files) COMPLETE
70112026-07-10T19:51:13.408Z[ recovery-image] Jul 10 19:51:12.160 INFO O| Jul 10 19:51:12.160 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70122026-07-10T19:51:13.413Z[ recovery-image] Jul 10 19:51:12.167 INFO O| Jul 10 19:51:12.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70132026-07-10T19:51:13.413Z[ recovery-image] Jul 10 19:51:12.167 INFO O| Jul 10 19:51:12.167 INFO STEP 555 (remove_files) COMPLETE
70142026-07-10T19:51:13.416Z[ recovery-image] Jul 10 19:51:12.167 INFO O| Jul 10 19:51:12.167 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70152026-07-10T19:51:13.420Z[ recovery-image] Jul 10 19:51:12.175 INFO O| Jul 10 19:51:12.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70162026-07-10T19:51:13.420Z[ recovery-image] Jul 10 19:51:12.175 INFO O| Jul 10 19:51:12.175 INFO STEP 556 (remove_files) COMPLETE
70172026-07-10T19:51:13.423Z[ recovery-image] Jul 10 19:51:12.175 INFO O| Jul 10 19:51:12.175 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70182026-07-10T19:51:13.426Z[ recovery-image] Jul 10 19:51:12.181 INFO O| Jul 10 19:51:12.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70192026-07-10T19:51:13.426Z[ recovery-image] Jul 10 19:51:12.181 INFO O| Jul 10 19:51:12.181 INFO STEP 557 (remove_files) COMPLETE
70202026-07-10T19:51:13.429Z[ recovery-image] Jul 10 19:51:12.181 INFO O| Jul 10 19:51:12.181 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70212026-07-10T19:51:13.432Z[ recovery-image] Jul 10 19:51:12.187 INFO O| Jul 10 19:51:12.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70222026-07-10T19:51:13.432Z[ recovery-image] Jul 10 19:51:12.187 INFO O| Jul 10 19:51:12.187 INFO STEP 558 (remove_files) COMPLETE
70232026-07-10T19:51:13.432Z[ recovery-image] Jul 10 19:51:12.187 INFO O| Jul 10 19:51:12.187 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70242026-07-10T19:51:13.438Z[ recovery-image] Jul 10 19:51:12.193 INFO O| Jul 10 19:51:12.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70252026-07-10T19:51:13.438Z[ recovery-image] Jul 10 19:51:12.193 INFO O| Jul 10 19:51:12.193 INFO STEP 559 (remove_files) COMPLETE
70262026-07-10T19:51:13.441Z[ recovery-image] Jul 10 19:51:12.193 INFO O| Jul 10 19:51:12.193 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70272026-07-10T19:51:13.444Z[ recovery-image] Jul 10 19:51:12.199 INFO O| Jul 10 19:51:12.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70282026-07-10T19:51:13.445Z[ recovery-image] Jul 10 19:51:12.199 INFO O| Jul 10 19:51:12.199 INFO STEP 560 (remove_files) COMPLETE
70292026-07-10T19:51:13.448Z[ recovery-image] Jul 10 19:51:12.199 INFO O| Jul 10 19:51:12.199 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70302026-07-10T19:51:13.450Z[ recovery-image] Jul 10 19:51:12.204 INFO O| Jul 10 19:51:12.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70312026-07-10T19:51:13.451Z[ recovery-image] Jul 10 19:51:12.204 INFO O| Jul 10 19:51:12.204 INFO STEP 561 (remove_files) COMPLETE
70322026-07-10T19:51:13.451Z[ recovery-image] Jul 10 19:51:12.204 INFO O| Jul 10 19:51:12.204 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70332026-07-10T19:51:13.458Z[ recovery-image] Jul 10 19:51:12.212 INFO O| Jul 10 19:51:12.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70342026-07-10T19:51:13.469Z[ recovery-image] Jul 10 19:51:12.212 INFO O| Jul 10 19:51:12.212 INFO STEP 562 (remove_files) COMPLETE
70352026-07-10T19:51:13.469Z[ recovery-image] Jul 10 19:51:12.212 INFO O| Jul 10 19:51:12.212 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70362026-07-10T19:51:13.469Z[ recovery-image] Jul 10 19:51:12.218 INFO O| Jul 10 19:51:12.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70372026-07-10T19:51:13.469Z[ recovery-image] Jul 10 19:51:12.218 INFO O| Jul 10 19:51:12.218 INFO STEP 563 (remove_files) COMPLETE
70382026-07-10T19:51:13.469Z[ recovery-image] Jul 10 19:51:12.218 INFO O| Jul 10 19:51:12.218 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70392026-07-10T19:51:13.474Z[ recovery-image] Jul 10 19:51:12.224 INFO O| Jul 10 19:51:12.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70402026-07-10T19:51:13.474Z[ recovery-image] Jul 10 19:51:12.224 INFO O| Jul 10 19:51:12.224 INFO STEP 564 (remove_files) COMPLETE
70412026-07-10T19:51:13.474Z[ recovery-image] Jul 10 19:51:12.224 INFO O| Jul 10 19:51:12.224 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70422026-07-10T19:51:13.477Z[ recovery-image] Jul 10 19:51:12.229 INFO O| Jul 10 19:51:12.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70432026-07-10T19:51:13.477Z[ recovery-image] Jul 10 19:51:12.229 INFO O| Jul 10 19:51:12.229 INFO STEP 565 (remove_files) COMPLETE
70442026-07-10T19:51:13.477Z[ recovery-image] Jul 10 19:51:12.229 INFO O| Jul 10 19:51:12.229 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70452026-07-10T19:51:13.483Z[ recovery-image] Jul 10 19:51:12.237 INFO O| Jul 10 19:51:12.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70462026-07-10T19:51:13.483Z[ recovery-image] Jul 10 19:51:12.237 INFO O| Jul 10 19:51:12.237 INFO STEP 566 (remove_files) COMPLETE
70472026-07-10T19:51:13.486Z[ recovery-image] Jul 10 19:51:12.237 INFO O| Jul 10 19:51:12.237 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70482026-07-10T19:51:13.491Z[ recovery-image] Jul 10 19:51:12.245 INFO O| Jul 10 19:51:12.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70492026-07-10T19:51:13.491Z[ recovery-image] Jul 10 19:51:12.245 INFO O| Jul 10 19:51:12.245 INFO STEP 567 (remove_files) COMPLETE
70502026-07-10T19:51:13.494Z[ recovery-image] Jul 10 19:51:12.245 INFO O| Jul 10 19:51:12.245 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70512026-07-10T19:51:13.497Z[ recovery-image] Jul 10 19:51:12.251 INFO O| Jul 10 19:51:12.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70522026-07-10T19:51:13.497Z[ recovery-image] Jul 10 19:51:12.251 INFO O| Jul 10 19:51:12.251 INFO STEP 568 (remove_files) COMPLETE
70532026-07-10T19:51:13.497Z[ recovery-image] Jul 10 19:51:12.251 INFO O| Jul 10 19:51:12.251 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70542026-07-10T19:51:13.503Z[ recovery-image] Jul 10 19:51:12.257 INFO O| Jul 10 19:51:12.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70552026-07-10T19:51:13.503Z[ recovery-image] Jul 10 19:51:12.257 INFO O| Jul 10 19:51:12.257 INFO STEP 569 (remove_files) COMPLETE
70562026-07-10T19:51:13.506Z[ recovery-image] Jul 10 19:51:12.257 INFO O| Jul 10 19:51:12.257 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70572026-07-10T19:51:13.510Z[ recovery-image] Jul 10 19:51:12.264 INFO O| Jul 10 19:51:12.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70582026-07-10T19:51:13.511Z[ recovery-image] Jul 10 19:51:12.264 INFO O| Jul 10 19:51:12.264 INFO STEP 570 (remove_files) COMPLETE
70592026-07-10T19:51:13.512Z[ recovery-image] Jul 10 19:51:12.264 INFO O| Jul 10 19:51:12.264 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70602026-07-10T19:51:13.516Z[ recovery-image] Jul 10 19:51:12.270 INFO O| Jul 10 19:51:12.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70612026-07-10T19:51:13.516Z[ recovery-image] Jul 10 19:51:12.270 INFO O| Jul 10 19:51:12.270 INFO STEP 571 (remove_files) COMPLETE
70622026-07-10T19:51:13.519Z[ recovery-image] Jul 10 19:51:12.270 INFO O| Jul 10 19:51:12.270 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70632026-07-10T19:51:13.522Z[ recovery-image] Jul 10 19:51:12.276 INFO O| Jul 10 19:51:12.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70642026-07-10T19:51:13.522Z[ recovery-image] Jul 10 19:51:12.276 INFO O| Jul 10 19:51:12.276 INFO STEP 572 (remove_files) COMPLETE
70652026-07-10T19:51:13.522Z[ recovery-image] Jul 10 19:51:12.276 INFO O| Jul 10 19:51:12.276 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70662026-07-10T19:51:13.528Z[ recovery-image] Jul 10 19:51:12.283 INFO O| Jul 10 19:51:12.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70672026-07-10T19:51:13.528Z[ recovery-image] Jul 10 19:51:12.283 INFO O| Jul 10 19:51:12.283 INFO STEP 573 (remove_files) COMPLETE
70682026-07-10T19:51:13.532Z[ recovery-image] Jul 10 19:51:12.283 INFO O| Jul 10 19:51:12.283 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70692026-07-10T19:51:13.534Z[ recovery-image] Jul 10 19:51:12.289 INFO O| Jul 10 19:51:12.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70702026-07-10T19:51:13.535Z[ recovery-image] Jul 10 19:51:12.289 INFO O| Jul 10 19:51:12.289 INFO STEP 574 (remove_files) COMPLETE
70712026-07-10T19:51:13.535Z[ recovery-image] Jul 10 19:51:12.289 INFO O| Jul 10 19:51:12.289 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70722026-07-10T19:51:13.540Z[ recovery-image] Jul 10 19:51:12.295 INFO O| Jul 10 19:51:12.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70732026-07-10T19:51:13.541Z[ recovery-image] Jul 10 19:51:12.295 INFO O| Jul 10 19:51:12.295 INFO STEP 575 (remove_files) COMPLETE
70742026-07-10T19:51:13.541Z[ recovery-image] Jul 10 19:51:12.295 INFO O| Jul 10 19:51:12.295 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70752026-07-10T19:51:13.546Z[ recovery-image] Jul 10 19:51:12.301 INFO O| Jul 10 19:51:12.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70762026-07-10T19:51:13.546Z[ recovery-image] Jul 10 19:51:12.301 INFO O| Jul 10 19:51:12.301 INFO STEP 576 (remove_files) COMPLETE
70772026-07-10T19:51:13.546Z[ recovery-image] Jul 10 19:51:12.301 INFO O| Jul 10 19:51:12.301 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70782026-07-10T19:51:13.555Z[ recovery-image] Jul 10 19:51:12.309 INFO O| Jul 10 19:51:12.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70792026-07-10T19:51:13.557Z[ recovery-image] Jul 10 19:51:12.309 INFO O| Jul 10 19:51:12.309 INFO STEP 577 (remove_files) COMPLETE
70802026-07-10T19:51:13.557Z[ recovery-image] Jul 10 19:51:12.309 INFO O| Jul 10 19:51:12.309 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70812026-07-10T19:51:13.561Z[ recovery-image] Jul 10 19:51:12.315 INFO O| Jul 10 19:51:12.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70822026-07-10T19:51:13.564Z[ recovery-image] Jul 10 19:51:12.315 INFO O| Jul 10 19:51:12.315 INFO STEP 578 (remove_files) COMPLETE
70832026-07-10T19:51:13.564Z[ recovery-image] Jul 10 19:51:12.315 INFO O| Jul 10 19:51:12.315 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70842026-07-10T19:51:13.567Z[ recovery-image] Jul 10 19:51:12.322 INFO O| Jul 10 19:51:12.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70852026-07-10T19:51:13.570Z[ recovery-image] Jul 10 19:51:12.322 INFO O| Jul 10 19:51:12.322 INFO STEP 579 (remove_files) COMPLETE
70862026-07-10T19:51:13.570Z[ recovery-image] Jul 10 19:51:12.322 INFO O| Jul 10 19:51:12.322 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70872026-07-10T19:51:13.574Z[ recovery-image] Jul 10 19:51:12.328 INFO O| Jul 10 19:51:12.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70882026-07-10T19:51:13.574Z[ recovery-image] Jul 10 19:51:12.328 INFO O| Jul 10 19:51:12.328 INFO STEP 580 (remove_files) COMPLETE
70892026-07-10T19:51:13.576Z[ recovery-image] Jul 10 19:51:12.328 INFO O| Jul 10 19:51:12.328 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70902026-07-10T19:51:13.580Z[ recovery-image] Jul 10 19:51:12.334 INFO O| Jul 10 19:51:12.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
70912026-07-10T19:51:13.580Z[ recovery-image] Jul 10 19:51:12.334 INFO O| Jul 10 19:51:12.334 INFO STEP 581 (remove_files) COMPLETE
70922026-07-10T19:51:13.583Z[ recovery-image] Jul 10 19:51:12.334 INFO O| Jul 10 19:51:12.334 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70932026-07-10T19:51:13.587Z[ recovery-image] Jul 10 19:51:12.342 INFO O| Jul 10 19:51:12.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
70942026-07-10T19:51:13.590Z[ recovery-image] Jul 10 19:51:12.342 INFO O| Jul 10 19:51:12.342 INFO STEP 582 (remove_files) COMPLETE
70952026-07-10T19:51:13.590Z[ recovery-image] Jul 10 19:51:12.342 INFO O| Jul 10 19:51:12.342 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70962026-07-10T19:51:13.594Z[ recovery-image] Jul 10 19:51:12.348 INFO O| Jul 10 19:51:12.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
70972026-07-10T19:51:13.595Z[ recovery-image] Jul 10 19:51:12.348 INFO O| Jul 10 19:51:12.348 INFO STEP 583 (remove_files) COMPLETE
70982026-07-10T19:51:13.598Z[ recovery-image] Jul 10 19:51:12.348 INFO O| Jul 10 19:51:12.348 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70992026-07-10T19:51:13.601Z[ recovery-image] Jul 10 19:51:12.354 INFO O| Jul 10 19:51:12.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71002026-07-10T19:51:13.601Z[ recovery-image] Jul 10 19:51:12.354 INFO O| Jul 10 19:51:12.354 INFO STEP 584 (remove_files) COMPLETE
71012026-07-10T19:51:13.601Z[ recovery-image] Jul 10 19:51:12.354 INFO O| Jul 10 19:51:12.354 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71022026-07-10T19:51:13.607Z[ recovery-image] Jul 10 19:51:12.361 INFO O| Jul 10 19:51:12.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71032026-07-10T19:51:13.610Z[ recovery-image] Jul 10 19:51:12.361 INFO O| Jul 10 19:51:12.361 INFO STEP 585 (remove_files) COMPLETE
71042026-07-10T19:51:13.610Z[ recovery-image] Jul 10 19:51:12.361 INFO O| Jul 10 19:51:12.361 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71052026-07-10T19:51:13.613Z[ recovery-image] Jul 10 19:51:12.368 INFO O| Jul 10 19:51:12.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71062026-07-10T19:51:13.613Z[ recovery-image] Jul 10 19:51:12.368 INFO O| Jul 10 19:51:12.368 INFO STEP 586 (remove_files) COMPLETE
71072026-07-10T19:51:13.616Z[ recovery-image] Jul 10 19:51:12.368 INFO O| Jul 10 19:51:12.368 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71082026-07-10T19:51:13.620Z[ recovery-image] Jul 10 19:51:12.374 INFO O| Jul 10 19:51:12.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71092026-07-10T19:51:13.622Z[ recovery-image] Jul 10 19:51:12.375 INFO O| Jul 10 19:51:12.375 INFO STEP 587 (remove_files) COMPLETE
71102026-07-10T19:51:13.622Z[ recovery-image] Jul 10 19:51:12.375 INFO O| Jul 10 19:51:12.375 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71112026-07-10T19:51:13.626Z[ recovery-image] Jul 10 19:51:12.381 INFO O| Jul 10 19:51:12.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71122026-07-10T19:51:13.626Z[ recovery-image] Jul 10 19:51:12.381 INFO O| Jul 10 19:51:12.381 INFO STEP 588 (remove_files) COMPLETE
71132026-07-10T19:51:13.629Z[ recovery-image] Jul 10 19:51:12.381 INFO O| Jul 10 19:51:12.381 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71142026-07-10T19:51:13.632Z[ recovery-image] Jul 10 19:51:12.387 INFO O| Jul 10 19:51:12.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71152026-07-10T19:51:13.635Z[ recovery-image] Jul 10 19:51:12.387 INFO O| Jul 10 19:51:12.387 INFO STEP 589 (remove_files) COMPLETE
71162026-07-10T19:51:13.635Z[ recovery-image] Jul 10 19:51:12.387 INFO O| Jul 10 19:51:12.387 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71172026-07-10T19:51:13.640Z[ recovery-image] Jul 10 19:51:12.395 INFO O| Jul 10 19:51:12.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71182026-07-10T19:51:13.642Z[ recovery-image] Jul 10 19:51:12.395 INFO O| Jul 10 19:51:12.395 INFO STEP 590 (remove_files) COMPLETE
71192026-07-10T19:51:13.645Z[ recovery-image] Jul 10 19:51:12.395 INFO O| Jul 10 19:51:12.395 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71202026-07-10T19:51:13.650Z[ recovery-image] Jul 10 19:51:12.401 INFO O| Jul 10 19:51:12.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71212026-07-10T19:51:13.650Z[ recovery-image] Jul 10 19:51:12.401 INFO O| Jul 10 19:51:12.401 INFO STEP 591 (remove_files) COMPLETE
71222026-07-10T19:51:13.650Z[ recovery-image] Jul 10 19:51:12.401 INFO O| Jul 10 19:51:12.401 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71232026-07-10T19:51:13.654Z[ recovery-image] Jul 10 19:51:12.407 INFO O| Jul 10 19:51:12.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71242026-07-10T19:51:13.654Z[ recovery-image] Jul 10 19:51:12.407 INFO O| Jul 10 19:51:12.407 INFO STEP 592 (remove_files) COMPLETE
71252026-07-10T19:51:13.654Z[ recovery-image] Jul 10 19:51:12.407 INFO O| Jul 10 19:51:12.407 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71262026-07-10T19:51:13.659Z[ recovery-image] Jul 10 19:51:12.413 INFO O| Jul 10 19:51:12.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71272026-07-10T19:51:13.659Z[ recovery-image] Jul 10 19:51:12.413 INFO O| Jul 10 19:51:12.413 INFO STEP 593 (remove_files) COMPLETE
71282026-07-10T19:51:13.662Z[ recovery-image] Jul 10 19:51:12.413 INFO O| Jul 10 19:51:12.413 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71292026-07-10T19:51:13.665Z[ recovery-image] Jul 10 19:51:12.419 INFO O| Jul 10 19:51:12.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71302026-07-10T19:51:13.665Z[ recovery-image] Jul 10 19:51:12.419 INFO O| Jul 10 19:51:12.419 INFO STEP 594 (remove_files) COMPLETE
71312026-07-10T19:51:13.665Z[ recovery-image] Jul 10 19:51:12.419 INFO O| Jul 10 19:51:12.419 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71322026-07-10T19:51:13.670Z[ recovery-image] Jul 10 19:51:12.425 INFO O| Jul 10 19:51:12.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71332026-07-10T19:51:13.671Z[ recovery-image] Jul 10 19:51:12.425 INFO O| Jul 10 19:51:12.425 INFO STEP 595 (remove_files) COMPLETE
71342026-07-10T19:51:13.671Z[ recovery-image] Jul 10 19:51:12.425 INFO O| Jul 10 19:51:12.425 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71352026-07-10T19:51:13.678Z[ recovery-image] Jul 10 19:51:12.432 INFO O| Jul 10 19:51:12.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71362026-07-10T19:51:13.681Z[ recovery-image] Jul 10 19:51:12.432 INFO O| Jul 10 19:51:12.432 INFO STEP 596 (remove_files) COMPLETE
71372026-07-10T19:51:13.681Z[ recovery-image] Jul 10 19:51:12.432 INFO O| Jul 10 19:51:12.432 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71382026-07-10T19:51:13.685Z[ recovery-image] Jul 10 19:51:12.439 INFO O| Jul 10 19:51:12.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71392026-07-10T19:51:13.687Z[ recovery-image] Jul 10 19:51:12.439 INFO O| Jul 10 19:51:12.439 INFO STEP 597 (remove_files) COMPLETE
71402026-07-10T19:51:13.687Z[ recovery-image] Jul 10 19:51:12.439 INFO O| Jul 10 19:51:12.439 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71412026-07-10T19:51:13.691Z[ recovery-image] Jul 10 19:51:12.445 INFO O| Jul 10 19:51:12.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71422026-07-10T19:51:13.691Z[ recovery-image] Jul 10 19:51:12.445 INFO O| Jul 10 19:51:12.445 INFO STEP 598 (remove_files) COMPLETE
71432026-07-10T19:51:13.691Z[ recovery-image] Jul 10 19:51:12.445 INFO O| Jul 10 19:51:12.445 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71442026-07-10T19:51:13.698Z[ recovery-image] Jul 10 19:51:12.452 INFO O| Jul 10 19:51:12.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71452026-07-10T19:51:13.698Z[ recovery-image] Jul 10 19:51:12.452 INFO O| Jul 10 19:51:12.452 INFO STEP 599 (remove_files) COMPLETE
71462026-07-10T19:51:13.701Z[ recovery-image] Jul 10 19:51:12.452 INFO O| Jul 10 19:51:12.452 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71472026-07-10T19:51:13.704Z[ recovery-image] Jul 10 19:51:12.458 INFO O| Jul 10 19:51:12.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71482026-07-10T19:51:13.705Z[ recovery-image] Jul 10 19:51:12.458 INFO O| Jul 10 19:51:12.458 INFO STEP 600 (remove_files) COMPLETE
71492026-07-10T19:51:13.705Z[ recovery-image] Jul 10 19:51:12.458 INFO O| Jul 10 19:51:12.458 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71502026-07-10T19:51:13.710Z[ recovery-image] Jul 10 19:51:12.464 INFO O| Jul 10 19:51:12.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71512026-07-10T19:51:13.713Z[ recovery-image] Jul 10 19:51:12.465 INFO O| Jul 10 19:51:12.465 INFO STEP 601 (remove_files) COMPLETE
71522026-07-10T19:51:13.713Z[ recovery-image] Jul 10 19:51:12.465 INFO O| Jul 10 19:51:12.465 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71532026-07-10T19:51:13.717Z[ recovery-image] Jul 10 19:51:12.471 INFO O| Jul 10 19:51:12.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71542026-07-10T19:51:13.717Z[ recovery-image] Jul 10 19:51:12.471 INFO O| Jul 10 19:51:12.471 INFO STEP 602 (remove_files) COMPLETE
71552026-07-10T19:51:13.717Z[ recovery-image] Jul 10 19:51:12.471 INFO O| Jul 10 19:51:12.471 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71562026-07-10T19:51:13.724Z[ recovery-image] Jul 10 19:51:12.479 INFO O| Jul 10 19:51:12.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71572026-07-10T19:51:13.725Z[ recovery-image] Jul 10 19:51:12.479 INFO O| Jul 10 19:51:12.479 INFO STEP 603 (remove_files) COMPLETE
71582026-07-10T19:51:13.725Z[ recovery-image] Jul 10 19:51:12.479 INFO O| Jul 10 19:51:12.479 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71592026-07-10T19:51:13.732Z[ recovery-image] Jul 10 19:51:12.486 INFO O| Jul 10 19:51:12.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71602026-07-10T19:51:13.734Z[ recovery-image] Jul 10 19:51:12.487 INFO O| Jul 10 19:51:12.487 INFO STEP 604 (remove_files) COMPLETE
71612026-07-10T19:51:13.734Z[ recovery-image] Jul 10 19:51:12.487 INFO O| Jul 10 19:51:12.487 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71622026-07-10T19:51:13.739Z[ recovery-image] Jul 10 19:51:12.494 INFO O| Jul 10 19:51:12.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71632026-07-10T19:51:13.743Z[ recovery-image] Jul 10 19:51:12.495 INFO O| Jul 10 19:51:12.495 INFO STEP 605 (remove_files) COMPLETE
71642026-07-10T19:51:13.743Z[ recovery-image] Jul 10 19:51:12.495 INFO O| Jul 10 19:51:12.495 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71652026-07-10T19:51:13.748Z[ recovery-image] Jul 10 19:51:12.502 INFO O| Jul 10 19:51:12.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71662026-07-10T19:51:13.748Z[ recovery-image] Jul 10 19:51:12.502 INFO O| Jul 10 19:51:12.502 INFO STEP 606 (remove_files) COMPLETE
71672026-07-10T19:51:13.748Z[ recovery-image] Jul 10 19:51:12.502 INFO O| Jul 10 19:51:12.502 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71682026-07-10T19:51:13.757Z[ recovery-image] Jul 10 19:51:12.510 INFO O| Jul 10 19:51:12.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71692026-07-10T19:51:13.757Z[ recovery-image] Jul 10 19:51:12.510 INFO O| Jul 10 19:51:12.510 INFO STEP 607 (remove_files) COMPLETE
71702026-07-10T19:51:13.760Z[ recovery-image] Jul 10 19:51:12.510 INFO O| Jul 10 19:51:12.510 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71712026-07-10T19:51:13.762Z[ recovery-image] Jul 10 19:51:12.517 INFO O| Jul 10 19:51:12.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71722026-07-10T19:51:13.763Z[ recovery-image] Jul 10 19:51:12.517 INFO O| Jul 10 19:51:12.517 INFO STEP 608 (remove_files) COMPLETE
71732026-07-10T19:51:13.766Z[ recovery-image] Jul 10 19:51:12.517 INFO O| Jul 10 19:51:12.517 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71742026-07-10T19:51:13.769Z[ recovery-image] Jul 10 19:51:12.523 INFO O| Jul 10 19:51:12.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71752026-07-10T19:51:13.769Z[ recovery-image] Jul 10 19:51:12.523 INFO O| Jul 10 19:51:12.523 INFO STEP 609 (remove_files) COMPLETE
71762026-07-10T19:51:13.771Z[ recovery-image] Jul 10 19:51:12.523 INFO O| Jul 10 19:51:12.523 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71772026-07-10T19:51:13.775Z[ recovery-image] Jul 10 19:51:12.529 INFO O| Jul 10 19:51:12.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71782026-07-10T19:51:13.776Z[ recovery-image] Jul 10 19:51:12.529 INFO O| Jul 10 19:51:12.529 INFO STEP 610 (remove_files) COMPLETE
71792026-07-10T19:51:13.780Z[ recovery-image] Jul 10 19:51:12.529 INFO O| Jul 10 19:51:12.529 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71802026-07-10T19:51:13.783Z[ recovery-image] Jul 10 19:51:12.537 INFO O| Jul 10 19:51:12.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71812026-07-10T19:51:13.783Z[ recovery-image] Jul 10 19:51:12.537 INFO O| Jul 10 19:51:12.537 INFO STEP 611 (remove_files) COMPLETE
71822026-07-10T19:51:13.783Z[ recovery-image] Jul 10 19:51:12.537 INFO O| Jul 10 19:51:12.537 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71832026-07-10T19:51:13.788Z[ recovery-image] Jul 10 19:51:12.543 INFO O| Jul 10 19:51:12.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71842026-07-10T19:51:13.788Z[ recovery-image] Jul 10 19:51:12.543 INFO O| Jul 10 19:51:12.543 INFO STEP 612 (remove_files) COMPLETE
71852026-07-10T19:51:13.788Z[ recovery-image] Jul 10 19:51:12.543 INFO O| Jul 10 19:51:12.543 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71862026-07-10T19:51:13.795Z[ recovery-image] Jul 10 19:51:12.549 INFO O| Jul 10 19:51:12.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71872026-07-10T19:51:13.799Z[ recovery-image] Jul 10 19:51:12.550 INFO O| Jul 10 19:51:12.550 INFO STEP 613 (remove_files) COMPLETE
71882026-07-10T19:51:13.799Z[ recovery-image] Jul 10 19:51:12.550 INFO O| Jul 10 19:51:12.550 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71892026-07-10T19:51:13.802Z[ recovery-image] Jul 10 19:51:12.556 INFO O| Jul 10 19:51:12.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
71902026-07-10T19:51:13.807Z[ recovery-image] Jul 10 19:51:12.556 INFO O| Jul 10 19:51:12.556 INFO STEP 614 (remove_files) COMPLETE
71912026-07-10T19:51:13.807Z[ recovery-image] Jul 10 19:51:12.556 INFO O| Jul 10 19:51:12.556 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71922026-07-10T19:51:13.810Z[ recovery-image] Jul 10 19:51:12.562 INFO O| Jul 10 19:51:12.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
71932026-07-10T19:51:13.810Z[ recovery-image] Jul 10 19:51:12.562 INFO O| Jul 10 19:51:12.562 INFO STEP 615 (remove_files) COMPLETE
71942026-07-10T19:51:13.810Z[ recovery-image] Jul 10 19:51:12.562 INFO O| Jul 10 19:51:12.562 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71952026-07-10T19:51:13.814Z[ recovery-image] Jul 10 19:51:12.568 INFO O| Jul 10 19:51:12.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
71962026-07-10T19:51:13.816Z[ recovery-image] Jul 10 19:51:12.569 INFO O| Jul 10 19:51:12.569 INFO STEP 616 (remove_files) COMPLETE
71972026-07-10T19:51:13.816Z[ recovery-image] Jul 10 19:51:12.569 INFO O| Jul 10 19:51:12.569 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71982026-07-10T19:51:13.822Z[ recovery-image] Jul 10 19:51:12.577 INFO O| Jul 10 19:51:12.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
71992026-07-10T19:51:13.822Z[ recovery-image] Jul 10 19:51:12.577 INFO O| Jul 10 19:51:12.577 INFO STEP 617 (remove_files) COMPLETE
72002026-07-10T19:51:13.825Z[ recovery-image] Jul 10 19:51:12.577 INFO O| Jul 10 19:51:12.577 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72012026-07-10T19:51:13.831Z[ recovery-image] Jul 10 19:51:12.584 INFO O| Jul 10 19:51:12.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72022026-07-10T19:51:13.831Z[ recovery-image] Jul 10 19:51:12.584 INFO O| Jul 10 19:51:12.584 INFO STEP 618 (remove_files) COMPLETE
72032026-07-10T19:51:13.831Z[ recovery-image] Jul 10 19:51:12.584 INFO O| Jul 10 19:51:12.584 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72042026-07-10T19:51:13.838Z[ recovery-image] Jul 10 19:51:12.592 INFO O| Jul 10 19:51:12.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72052026-07-10T19:51:13.838Z[ recovery-image] Jul 10 19:51:12.592 INFO O| Jul 10 19:51:12.592 INFO STEP 619 (remove_files) COMPLETE
72062026-07-10T19:51:13.841Z[ recovery-image] Jul 10 19:51:12.592 INFO O| Jul 10 19:51:12.592 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72072026-07-10T19:51:13.845Z[ recovery-image] Jul 10 19:51:12.599 INFO O| Jul 10 19:51:12.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72082026-07-10T19:51:13.845Z[ recovery-image] Jul 10 19:51:12.599 INFO O| Jul 10 19:51:12.599 INFO STEP 620 (remove_files) COMPLETE
72092026-07-10T19:51:13.848Z[ recovery-image] Jul 10 19:51:12.599 INFO O| Jul 10 19:51:12.599 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72102026-07-10T19:51:13.852Z[ recovery-image] Jul 10 19:51:12.606 INFO O| Jul 10 19:51:12.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72112026-07-10T19:51:13.852Z[ recovery-image] Jul 10 19:51:12.606 INFO O| Jul 10 19:51:12.606 INFO STEP 621 (remove_files) COMPLETE
72122026-07-10T19:51:13.852Z[ recovery-image] Jul 10 19:51:12.606 INFO O| Jul 10 19:51:12.606 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72132026-07-10T19:51:13.858Z[ recovery-image] Jul 10 19:51:12.612 INFO O| Jul 10 19:51:12.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72142026-07-10T19:51:13.858Z[ recovery-image] Jul 10 19:51:12.612 INFO O| Jul 10 19:51:12.612 INFO STEP 622 (remove_files) COMPLETE
72152026-07-10T19:51:13.858Z[ recovery-image] Jul 10 19:51:12.612 INFO O| Jul 10 19:51:12.612 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72162026-07-10T19:51:13.864Z[ recovery-image] Jul 10 19:51:12.619 INFO O| Jul 10 19:51:12.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72172026-07-10T19:51:13.867Z[ recovery-image] Jul 10 19:51:12.619 INFO O| Jul 10 19:51:12.619 INFO STEP 623 (remove_files) COMPLETE
72182026-07-10T19:51:13.867Z[ recovery-image] Jul 10 19:51:12.619 INFO O| Jul 10 19:51:12.619 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72192026-07-10T19:51:13.872Z[ recovery-image] Jul 10 19:51:12.625 INFO O| Jul 10 19:51:12.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72202026-07-10T19:51:13.872Z[ recovery-image] Jul 10 19:51:12.625 INFO O| Jul 10 19:51:12.625 INFO STEP 624 (remove_files) COMPLETE
72212026-07-10T19:51:13.875Z[ recovery-image] Jul 10 19:51:12.625 INFO O| Jul 10 19:51:12.625 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72222026-07-10T19:51:13.879Z[ recovery-image] Jul 10 19:51:12.632 INFO O| Jul 10 19:51:12.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72232026-07-10T19:51:13.879Z[ recovery-image] Jul 10 19:51:12.632 INFO O| Jul 10 19:51:12.632 INFO STEP 625 (remove_files) COMPLETE
72242026-07-10T19:51:13.879Z[ recovery-image] Jul 10 19:51:12.632 INFO O| Jul 10 19:51:12.632 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72252026-07-10T19:51:13.884Z[ recovery-image] Jul 10 19:51:12.638 INFO O| Jul 10 19:51:12.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72262026-07-10T19:51:13.887Z[ recovery-image] Jul 10 19:51:12.638 INFO O| Jul 10 19:51:12.638 INFO STEP 626 (remove_files) COMPLETE
72272026-07-10T19:51:13.887Z[ recovery-image] Jul 10 19:51:12.638 INFO O| Jul 10 19:51:12.638 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72282026-07-10T19:51:13.890Z[ recovery-image] Jul 10 19:51:12.645 INFO O| Jul 10 19:51:12.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72292026-07-10T19:51:13.890Z[ recovery-image] Jul 10 19:51:12.645 INFO O| Jul 10 19:51:12.645 INFO STEP 627 (remove_files) COMPLETE
72302026-07-10T19:51:13.893Z[ recovery-image] Jul 10 19:51:12.645 INFO O| Jul 10 19:51:12.645 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72312026-07-10T19:51:13.897Z[ recovery-image] Jul 10 19:51:12.651 INFO O| Jul 10 19:51:12.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72322026-07-10T19:51:13.897Z[ recovery-image] Jul 10 19:51:12.651 INFO O| Jul 10 19:51:12.651 INFO STEP 628 (remove_files) COMPLETE
72332026-07-10T19:51:13.897Z[ recovery-image] Jul 10 19:51:12.651 INFO O| Jul 10 19:51:12.651 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72342026-07-10T19:51:13.904Z[ recovery-image] Jul 10 19:51:12.658 INFO O| Jul 10 19:51:12.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72352026-07-10T19:51:13.904Z[ recovery-image] Jul 10 19:51:12.658 INFO O| Jul 10 19:51:12.658 INFO STEP 629 (remove_files) COMPLETE
72362026-07-10T19:51:13.904Z[ recovery-image] Jul 10 19:51:12.658 INFO O| Jul 10 19:51:12.658 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72372026-07-10T19:51:13.911Z[ recovery-image] Jul 10 19:51:12.665 INFO O| Jul 10 19:51:12.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72382026-07-10T19:51:13.911Z[ recovery-image] Jul 10 19:51:12.665 INFO O| Jul 10 19:51:12.665 INFO STEP 630 (remove_files) COMPLETE
72392026-07-10T19:51:13.911Z[ recovery-image] Jul 10 19:51:12.665 INFO O| Jul 10 19:51:12.665 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72402026-07-10T19:51:13.917Z[ recovery-image] Jul 10 19:51:12.671 INFO O| Jul 10 19:51:12.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72412026-07-10T19:51:13.917Z[ recovery-image] Jul 10 19:51:12.671 INFO O| Jul 10 19:51:12.671 INFO STEP 631 (remove_files) COMPLETE
72422026-07-10T19:51:13.920Z[ recovery-image] Jul 10 19:51:12.671 INFO O| Jul 10 19:51:12.671 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72432026-07-10T19:51:13.923Z[ recovery-image] Jul 10 19:51:12.678 INFO O| Jul 10 19:51:12.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72442026-07-10T19:51:13.923Z[ recovery-image] Jul 10 19:51:12.678 INFO O| Jul 10 19:51:12.678 INFO STEP 632 (remove_files) COMPLETE
72452026-07-10T19:51:13.926Z[ recovery-image] Jul 10 19:51:12.678 INFO O| Jul 10 19:51:12.678 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72462026-07-10T19:51:13.929Z[ recovery-image] Jul 10 19:51:12.684 INFO O| Jul 10 19:51:12.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72472026-07-10T19:51:13.930Z[ recovery-image] Jul 10 19:51:12.684 INFO O| Jul 10 19:51:12.684 INFO STEP 633 (remove_files) COMPLETE
72482026-07-10T19:51:13.930Z[ recovery-image] Jul 10 19:51:12.684 INFO O| Jul 10 19:51:12.684 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72492026-07-10T19:51:13.936Z[ recovery-image] Jul 10 19:51:12.690 INFO O| Jul 10 19:51:12.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72502026-07-10T19:51:13.936Z[ recovery-image] Jul 10 19:51:12.690 INFO O| Jul 10 19:51:12.690 INFO STEP 634 (remove_files) COMPLETE
72512026-07-10T19:51:13.939Z[ recovery-image] Jul 10 19:51:12.690 INFO O| Jul 10 19:51:12.690 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72522026-07-10T19:51:13.943Z[ recovery-image] Jul 10 19:51:12.697 INFO O| Jul 10 19:51:12.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72532026-07-10T19:51:13.943Z[ recovery-image] Jul 10 19:51:12.697 INFO O| Jul 10 19:51:12.697 INFO STEP 635 (remove_files) COMPLETE
72542026-07-10T19:51:13.943Z[ recovery-image] Jul 10 19:51:12.697 INFO O| Jul 10 19:51:12.697 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72552026-07-10T19:51:13.950Z[ recovery-image] Jul 10 19:51:12.703 INFO O| Jul 10 19:51:12.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72562026-07-10T19:51:13.950Z[ recovery-image] Jul 10 19:51:12.703 INFO O| Jul 10 19:51:12.703 INFO STEP 636 (remove_files) COMPLETE
72572026-07-10T19:51:13.952Z[ recovery-image] Jul 10 19:51:12.703 INFO O| Jul 10 19:51:12.703 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72582026-07-10T19:51:13.955Z[ recovery-image] Jul 10 19:51:12.709 INFO O| Jul 10 19:51:12.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72592026-07-10T19:51:13.955Z[ recovery-image] Jul 10 19:51:12.709 INFO O| Jul 10 19:51:12.709 INFO STEP 637 (remove_files) COMPLETE
72602026-07-10T19:51:13.955Z[ recovery-image] Jul 10 19:51:12.709 INFO O| Jul 10 19:51:12.709 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72612026-07-10T19:51:13.961Z[ recovery-image] Jul 10 19:51:12.715 INFO O| Jul 10 19:51:12.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72622026-07-10T19:51:13.961Z[ recovery-image] Jul 10 19:51:12.716 INFO O| Jul 10 19:51:12.715 INFO STEP 638 (remove_files) COMPLETE
72632026-07-10T19:51:13.964Z[ recovery-image] Jul 10 19:51:12.716 INFO O| Jul 10 19:51:12.715 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72642026-07-10T19:51:13.967Z[ recovery-image] Jul 10 19:51:12.722 INFO O| Jul 10 19:51:12.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72652026-07-10T19:51:13.967Z[ recovery-image] Jul 10 19:51:12.722 INFO O| Jul 10 19:51:12.722 INFO STEP 639 (remove_files) COMPLETE
72662026-07-10T19:51:13.969Z[ recovery-image] Jul 10 19:51:12.722 INFO O| Jul 10 19:51:12.722 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72672026-07-10T19:51:13.974Z[ recovery-image] Jul 10 19:51:12.728 INFO O| Jul 10 19:51:12.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72682026-07-10T19:51:13.974Z[ recovery-image] Jul 10 19:51:12.728 INFO O| Jul 10 19:51:12.728 INFO STEP 640 (remove_files) COMPLETE
72692026-07-10T19:51:13.974Z[ recovery-image] Jul 10 19:51:12.728 INFO O| Jul 10 19:51:12.728 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72702026-07-10T19:51:13.980Z[ recovery-image] Jul 10 19:51:12.734 INFO O| Jul 10 19:51:12.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72712026-07-10T19:51:13.980Z[ recovery-image] Jul 10 19:51:12.734 INFO O| Jul 10 19:51:12.734 INFO STEP 641 (remove_files) COMPLETE
72722026-07-10T19:51:13.983Z[ recovery-image] Jul 10 19:51:12.734 INFO O| Jul 10 19:51:12.734 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72732026-07-10T19:51:13.986Z[ recovery-image] Jul 10 19:51:12.741 INFO O| Jul 10 19:51:12.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72742026-07-10T19:51:13.987Z[ recovery-image] Jul 10 19:51:12.741 INFO O| Jul 10 19:51:12.741 INFO STEP 642 (remove_files) COMPLETE
72752026-07-10T19:51:13.989Z[ recovery-image] Jul 10 19:51:12.741 INFO O| Jul 10 19:51:12.741 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72762026-07-10T19:51:13.993Z[ recovery-image] Jul 10 19:51:12.747 INFO O| Jul 10 19:51:12.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72772026-07-10T19:51:13.993Z[ recovery-image] Jul 10 19:51:12.747 INFO O| Jul 10 19:51:12.747 INFO STEP 643 (remove_files) COMPLETE
72782026-07-10T19:51:13.993Z[ recovery-image] Jul 10 19:51:12.747 INFO O| Jul 10 19:51:12.747 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72792026-07-10T19:51:14.000Z[ recovery-image] Jul 10 19:51:12.754 INFO O| Jul 10 19:51:12.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72802026-07-10T19:51:14.000Z[ recovery-image] Jul 10 19:51:12.754 INFO O| Jul 10 19:51:12.754 INFO STEP 644 (remove_files) COMPLETE
72812026-07-10T19:51:14.007Z[ recovery-image] Jul 10 19:51:12.754 INFO O| Jul 10 19:51:12.754 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72822026-07-10T19:51:14.010Z[ recovery-image] Jul 10 19:51:12.761 INFO O| Jul 10 19:51:12.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72832026-07-10T19:51:14.011Z[ recovery-image] Jul 10 19:51:12.761 INFO O| Jul 10 19:51:12.761 INFO STEP 645 (remove_files) COMPLETE
72842026-07-10T19:51:14.012Z[ recovery-image] Jul 10 19:51:12.761 INFO O| Jul 10 19:51:12.761 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72852026-07-10T19:51:14.015Z[ recovery-image] Jul 10 19:51:12.767 INFO O| Jul 10 19:51:12.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72862026-07-10T19:51:14.015Z[ recovery-image] Jul 10 19:51:12.767 INFO O| Jul 10 19:51:12.767 INFO STEP 646 (remove_files) COMPLETE
72872026-07-10T19:51:14.015Z[ recovery-image] Jul 10 19:51:12.767 INFO O| Jul 10 19:51:12.767 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72882026-07-10T19:51:14.019Z[ recovery-image] Jul 10 19:51:12.774 INFO O| Jul 10 19:51:12.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72892026-07-10T19:51:14.019Z[ recovery-image] Jul 10 19:51:12.774 INFO O| Jul 10 19:51:12.774 INFO STEP 647 (remove_files) COMPLETE
72902026-07-10T19:51:14.022Z[ recovery-image] Jul 10 19:51:12.774 INFO O| Jul 10 19:51:12.774 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72912026-07-10T19:51:14.026Z[ recovery-image] Jul 10 19:51:12.780 INFO O| Jul 10 19:51:12.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
72922026-07-10T19:51:14.029Z[ recovery-image] Jul 10 19:51:12.780 INFO O| Jul 10 19:51:12.780 INFO STEP 648 (remove_files) COMPLETE
72932026-07-10T19:51:14.029Z[ recovery-image] Jul 10 19:51:12.780 INFO O| Jul 10 19:51:12.780 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72942026-07-10T19:51:14.032Z[ recovery-image] Jul 10 19:51:12.787 INFO O| Jul 10 19:51:12.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
72952026-07-10T19:51:14.032Z[ recovery-image] Jul 10 19:51:12.787 INFO O| Jul 10 19:51:12.787 INFO STEP 649 (remove_files) COMPLETE
72962026-07-10T19:51:14.034Z[ recovery-image] Jul 10 19:51:12.787 INFO O| Jul 10 19:51:12.787 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72972026-07-10T19:51:14.038Z[ recovery-image] Jul 10 19:51:12.793 INFO O| Jul 10 19:51:12.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
72982026-07-10T19:51:14.038Z[ recovery-image] Jul 10 19:51:12.793 INFO O| Jul 10 19:51:12.793 INFO STEP 650 (remove_files) COMPLETE
72992026-07-10T19:51:14.042Z[ recovery-image] Jul 10 19:51:12.793 INFO O| Jul 10 19:51:12.793 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73002026-07-10T19:51:14.045Z[ recovery-image] Jul 10 19:51:12.799 INFO O| Jul 10 19:51:12.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73012026-07-10T19:51:14.045Z[ recovery-image] Jul 10 19:51:12.799 INFO O| Jul 10 19:51:12.799 INFO STEP 651 (remove_files) COMPLETE
73022026-07-10T19:51:14.045Z[ recovery-image] Jul 10 19:51:12.799 INFO O| Jul 10 19:51:12.799 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73032026-07-10T19:51:14.053Z[ recovery-image] Jul 10 19:51:12.807 INFO O| Jul 10 19:51:12.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73042026-07-10T19:51:14.053Z[ recovery-image] Jul 10 19:51:12.808 INFO O| Jul 10 19:51:12.808 INFO STEP 652 (remove_files) COMPLETE
73052026-07-10T19:51:14.056Z[ recovery-image] Jul 10 19:51:12.808 INFO O| Jul 10 19:51:12.808 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73062026-07-10T19:51:14.060Z[ recovery-image] Jul 10 19:51:12.814 INFO O| Jul 10 19:51:12.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73072026-07-10T19:51:14.060Z[ recovery-image] Jul 10 19:51:12.814 INFO O| Jul 10 19:51:12.814 INFO STEP 653 (remove_files) COMPLETE
73082026-07-10T19:51:14.060Z[ recovery-image] Jul 10 19:51:12.814 INFO O| Jul 10 19:51:12.814 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73092026-07-10T19:51:14.067Z[ recovery-image] Jul 10 19:51:12.821 INFO O| Jul 10 19:51:12.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73102026-07-10T19:51:14.067Z[ recovery-image] Jul 10 19:51:12.821 INFO O| Jul 10 19:51:12.821 INFO STEP 654 (remove_files) COMPLETE
73112026-07-10T19:51:14.067Z[ recovery-image] Jul 10 19:51:12.821 INFO O| Jul 10 19:51:12.821 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73122026-07-10T19:51:14.073Z[ recovery-image] Jul 10 19:51:12.828 INFO O| Jul 10 19:51:12.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73132026-07-10T19:51:14.073Z[ recovery-image] Jul 10 19:51:12.828 INFO O| Jul 10 19:51:12.828 INFO STEP 655 (remove_files) COMPLETE
73142026-07-10T19:51:14.074Z[ recovery-image] Jul 10 19:51:12.828 INFO O| Jul 10 19:51:12.828 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73152026-07-10T19:51:14.080Z[ recovery-image] Jul 10 19:51:12.834 INFO O| Jul 10 19:51:12.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73162026-07-10T19:51:14.083Z[ recovery-image] Jul 10 19:51:12.834 INFO O| Jul 10 19:51:12.834 INFO STEP 656 (remove_files) COMPLETE
73172026-07-10T19:51:14.083Z[ recovery-image] Jul 10 19:51:12.834 INFO O| Jul 10 19:51:12.834 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73182026-07-10T19:51:14.088Z[ recovery-image] Jul 10 19:51:12.842 INFO O| Jul 10 19:51:12.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73192026-07-10T19:51:14.088Z[ recovery-image] Jul 10 19:51:12.842 INFO O| Jul 10 19:51:12.842 INFO STEP 657 (remove_files) COMPLETE
73202026-07-10T19:51:14.091Z[ recovery-image] Jul 10 19:51:12.842 INFO O| Jul 10 19:51:12.842 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73212026-07-10T19:51:14.095Z[ recovery-image] Jul 10 19:51:12.849 INFO O| Jul 10 19:51:12.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73222026-07-10T19:51:14.095Z[ recovery-image] Jul 10 19:51:12.849 INFO O| Jul 10 19:51:12.849 INFO STEP 658 (remove_files) COMPLETE
73232026-07-10T19:51:14.095Z[ recovery-image] Jul 10 19:51:12.849 INFO O| Jul 10 19:51:12.849 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73242026-07-10T19:51:14.101Z[ recovery-image] Jul 10 19:51:12.855 INFO O| Jul 10 19:51:12.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73252026-07-10T19:51:14.101Z[ recovery-image] Jul 10 19:51:12.855 INFO O| Jul 10 19:51:12.855 INFO STEP 659 (remove_files) COMPLETE
73262026-07-10T19:51:14.105Z[ recovery-image] Jul 10 19:51:12.855 INFO O| Jul 10 19:51:12.855 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73272026-07-10T19:51:14.108Z[ recovery-image] Jul 10 19:51:12.861 INFO O| Jul 10 19:51:12.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73282026-07-10T19:51:14.108Z[ recovery-image] Jul 10 19:51:12.861 INFO O| Jul 10 19:51:12.861 INFO STEP 660 (remove_files) COMPLETE
73292026-07-10T19:51:14.108Z[ recovery-image] Jul 10 19:51:12.861 INFO O| Jul 10 19:51:12.861 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73302026-07-10T19:51:14.115Z[ recovery-image] Jul 10 19:51:12.869 INFO O| Jul 10 19:51:12.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73312026-07-10T19:51:14.115Z[ recovery-image] Jul 10 19:51:12.869 INFO O| Jul 10 19:51:12.869 INFO STEP 661 (remove_files) COMPLETE
73322026-07-10T19:51:14.115Z[ recovery-image] Jul 10 19:51:12.869 INFO O| Jul 10 19:51:12.869 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73332026-07-10T19:51:14.121Z[ recovery-image] Jul 10 19:51:12.875 INFO O| Jul 10 19:51:12.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73342026-07-10T19:51:14.121Z[ recovery-image] Jul 10 19:51:12.875 INFO O| Jul 10 19:51:12.875 INFO STEP 662 (remove_files) COMPLETE
73352026-07-10T19:51:14.124Z[ recovery-image] Jul 10 19:51:12.875 INFO O| Jul 10 19:51:12.875 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73362026-07-10T19:51:14.129Z[ recovery-image] Jul 10 19:51:12.882 INFO O| Jul 10 19:51:12.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73372026-07-10T19:51:14.129Z[ recovery-image] Jul 10 19:51:12.882 INFO O| Jul 10 19:51:12.882 INFO STEP 663 (remove_files) COMPLETE
73382026-07-10T19:51:14.129Z[ recovery-image] Jul 10 19:51:12.882 INFO O| Jul 10 19:51:12.882 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73392026-07-10T19:51:14.135Z[ recovery-image] Jul 10 19:51:12.889 INFO O| Jul 10 19:51:12.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73402026-07-10T19:51:14.135Z[ recovery-image] Jul 10 19:51:12.889 INFO O| Jul 10 19:51:12.889 INFO STEP 664 (remove_files) COMPLETE
73412026-07-10T19:51:14.136Z[ recovery-image] Jul 10 19:51:12.889 INFO O| Jul 10 19:51:12.889 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73422026-07-10T19:51:14.142Z[ recovery-image] Jul 10 19:51:12.896 INFO O| Jul 10 19:51:12.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73432026-07-10T19:51:14.142Z[ recovery-image] Jul 10 19:51:12.896 INFO O| Jul 10 19:51:12.896 INFO STEP 665 (remove_files) COMPLETE
73442026-07-10T19:51:14.142Z[ recovery-image] Jul 10 19:51:12.896 INFO O| Jul 10 19:51:12.896 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73452026-07-10T19:51:14.148Z[ recovery-image] Jul 10 19:51:12.902 INFO O| Jul 10 19:51:12.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73462026-07-10T19:51:14.148Z[ recovery-image] Jul 10 19:51:12.902 INFO O| Jul 10 19:51:12.902 INFO STEP 666 (remove_files) COMPLETE
73472026-07-10T19:51:14.150Z[ recovery-image] Jul 10 19:51:12.902 INFO O| Jul 10 19:51:12.902 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73482026-07-10T19:51:14.154Z[ recovery-image] Jul 10 19:51:12.908 INFO O| Jul 10 19:51:12.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73492026-07-10T19:51:14.156Z[ recovery-image] Jul 10 19:51:12.908 INFO O| Jul 10 19:51:12.908 INFO STEP 667 (remove_files) COMPLETE
73502026-07-10T19:51:14.156Z[ recovery-image] Jul 10 19:51:12.908 INFO O| Jul 10 19:51:12.908 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73512026-07-10T19:51:14.161Z[ recovery-image] Jul 10 19:51:12.915 INFO O| Jul 10 19:51:12.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73522026-07-10T19:51:14.161Z[ recovery-image] Jul 10 19:51:12.915 INFO O| Jul 10 19:51:12.915 INFO STEP 668 (remove_files) COMPLETE
73532026-07-10T19:51:14.164Z[ recovery-image] Jul 10 19:51:12.915 INFO O| Jul 10 19:51:12.915 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73542026-07-10T19:51:14.168Z[ recovery-image] Jul 10 19:51:12.922 INFO O| Jul 10 19:51:12.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73552026-07-10T19:51:14.168Z[ recovery-image] Jul 10 19:51:12.922 INFO O| Jul 10 19:51:12.922 INFO STEP 669 (remove_files) COMPLETE
73562026-07-10T19:51:14.172Z[ recovery-image] Jul 10 19:51:12.922 INFO O| Jul 10 19:51:12.922 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73572026-07-10T19:51:14.175Z[ recovery-image] Jul 10 19:51:12.928 INFO O| Jul 10 19:51:12.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73582026-07-10T19:51:14.175Z[ recovery-image] Jul 10 19:51:12.928 INFO O| Jul 10 19:51:12.928 INFO STEP 670 (remove_files) COMPLETE
73592026-07-10T19:51:14.175Z[ recovery-image] Jul 10 19:51:12.928 INFO O| Jul 10 19:51:12.928 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73602026-07-10T19:51:14.180Z[ recovery-image] Jul 10 19:51:12.935 INFO O| Jul 10 19:51:12.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73612026-07-10T19:51:14.180Z[ recovery-image] Jul 10 19:51:12.935 INFO O| Jul 10 19:51:12.935 INFO STEP 671 (remove_files) COMPLETE
73622026-07-10T19:51:14.180Z[ recovery-image] Jul 10 19:51:12.935 INFO O| Jul 10 19:51:12.935 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73632026-07-10T19:51:14.187Z[ recovery-image] Jul 10 19:51:12.941 INFO O| Jul 10 19:51:12.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73642026-07-10T19:51:14.187Z[ recovery-image] Jul 10 19:51:12.941 INFO O| Jul 10 19:51:12.941 INFO STEP 672 (remove_files) COMPLETE
73652026-07-10T19:51:14.190Z[ recovery-image] Jul 10 19:51:12.941 INFO O| Jul 10 19:51:12.941 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73662026-07-10T19:51:14.194Z[ recovery-image] Jul 10 19:51:12.948 INFO O| Jul 10 19:51:12.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73672026-07-10T19:51:14.194Z[ recovery-image] Jul 10 19:51:12.948 INFO O| Jul 10 19:51:12.948 INFO STEP 673 (remove_files) COMPLETE
73682026-07-10T19:51:14.197Z[ recovery-image] Jul 10 19:51:12.948 INFO O| Jul 10 19:51:12.948 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73692026-07-10T19:51:14.200Z[ recovery-image] Jul 10 19:51:12.954 INFO O| Jul 10 19:51:12.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73702026-07-10T19:51:14.204Z[ recovery-image] Jul 10 19:51:12.954 INFO O| Jul 10 19:51:12.954 INFO STEP 674 (remove_files) COMPLETE
73712026-07-10T19:51:14.204Z[ recovery-image] Jul 10 19:51:12.954 INFO O| Jul 10 19:51:12.954 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73722026-07-10T19:51:14.207Z[ recovery-image] Jul 10 19:51:12.961 INFO O| Jul 10 19:51:12.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73732026-07-10T19:51:14.207Z[ recovery-image] Jul 10 19:51:12.961 INFO O| Jul 10 19:51:12.961 INFO STEP 675 (remove_files) COMPLETE
73742026-07-10T19:51:14.207Z[ recovery-image] Jul 10 19:51:12.961 INFO O| Jul 10 19:51:12.961 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73752026-07-10T19:51:14.212Z[ recovery-image] Jul 10 19:51:12.967 INFO O| Jul 10 19:51:12.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73762026-07-10T19:51:14.214Z[ recovery-image] Jul 10 19:51:12.967 INFO O| Jul 10 19:51:12.967 INFO STEP 676 (remove_files) COMPLETE
73772026-07-10T19:51:14.217Z[ recovery-image] Jul 10 19:51:12.967 INFO O| Jul 10 19:51:12.967 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73782026-07-10T19:51:14.220Z[ recovery-image] Jul 10 19:51:12.973 INFO O| Jul 10 19:51:12.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73792026-07-10T19:51:14.220Z[ recovery-image] Jul 10 19:51:12.973 INFO O| Jul 10 19:51:12.973 INFO STEP 677 (remove_files) COMPLETE
73802026-07-10T19:51:14.220Z[ recovery-image] Jul 10 19:51:12.973 INFO O| Jul 10 19:51:12.973 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73812026-07-10T19:51:14.224Z[ recovery-image] Jul 10 19:51:12.979 INFO O| Jul 10 19:51:12.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73822026-07-10T19:51:14.224Z[ recovery-image] Jul 10 19:51:12.979 INFO O| Jul 10 19:51:12.979 INFO STEP 678 (remove_files) COMPLETE
73832026-07-10T19:51:14.227Z[ recovery-image] Jul 10 19:51:12.979 INFO O| Jul 10 19:51:12.979 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73842026-07-10T19:51:14.231Z[ recovery-image] Jul 10 19:51:12.985 INFO O| Jul 10 19:51:12.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73852026-07-10T19:51:14.234Z[ recovery-image] Jul 10 19:51:12.985 INFO O| Jul 10 19:51:12.985 INFO STEP 679 (remove_files) COMPLETE
73862026-07-10T19:51:14.234Z[ recovery-image] Jul 10 19:51:12.985 INFO O| Jul 10 19:51:12.985 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73872026-07-10T19:51:14.237Z[ recovery-image] Jul 10 19:51:12.992 INFO O| Jul 10 19:51:12.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73882026-07-10T19:51:14.237Z[ recovery-image] Jul 10 19:51:12.992 INFO O| Jul 10 19:51:12.992 INFO STEP 680 (remove_files) COMPLETE
73892026-07-10T19:51:14.240Z[ recovery-image] Jul 10 19:51:12.992 INFO O| Jul 10 19:51:12.992 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73902026-07-10T19:51:14.243Z[ recovery-image] Jul 10 19:51:12.998 INFO O| Jul 10 19:51:12.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
73912026-07-10T19:51:14.246Z[ recovery-image] Jul 10 19:51:12.998 INFO O| Jul 10 19:51:12.998 INFO STEP 681 (remove_files) COMPLETE
73922026-07-10T19:51:14.246Z[ recovery-image] Jul 10 19:51:12.998 INFO O| Jul 10 19:51:12.998 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73932026-07-10T19:51:14.250Z[ recovery-image] Jul 10 19:51:13.004 INFO O| Jul 10 19:51:13.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
73942026-07-10T19:51:14.253Z[ recovery-image] Jul 10 19:51:13.005 INFO O| Jul 10 19:51:13.004 INFO STEP 682 (remove_files) COMPLETE
73952026-07-10T19:51:14.253Z[ recovery-image] Jul 10 19:51:13.005 INFO O| Jul 10 19:51:13.005 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73962026-07-10T19:51:14.258Z[ recovery-image] Jul 10 19:51:13.012 INFO O| Jul 10 19:51:13.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
73972026-07-10T19:51:14.258Z[ recovery-image] Jul 10 19:51:13.012 INFO O| Jul 10 19:51:13.012 INFO STEP 683 (remove_files) COMPLETE
73982026-07-10T19:51:14.261Z[ recovery-image] Jul 10 19:51:13.012 INFO O| Jul 10 19:51:13.012 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73992026-07-10T19:51:14.264Z[ recovery-image] Jul 10 19:51:13.018 INFO O| Jul 10 19:51:13.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74002026-07-10T19:51:14.266Z[ recovery-image] Jul 10 19:51:13.019 INFO O| Jul 10 19:51:13.018 INFO STEP 684 (remove_files) COMPLETE
74012026-07-10T19:51:14.269Z[ recovery-image] Jul 10 19:51:13.019 INFO O| Jul 10 19:51:13.019 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74022026-07-10T19:51:14.272Z[ recovery-image] Jul 10 19:51:13.026 INFO O| Jul 10 19:51:13.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74032026-07-10T19:51:14.272Z[ recovery-image] Jul 10 19:51:13.026 INFO O| Jul 10 19:51:13.026 INFO STEP 685 (remove_files) COMPLETE
74042026-07-10T19:51:14.275Z[ recovery-image] Jul 10 19:51:13.026 INFO O| Jul 10 19:51:13.026 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74052026-07-10T19:51:14.277Z[ recovery-image] Jul 10 19:51:13.032 INFO O| Jul 10 19:51:13.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74062026-07-10T19:51:14.278Z[ recovery-image] Jul 10 19:51:13.032 INFO O| Jul 10 19:51:13.032 INFO STEP 686 (remove_files) COMPLETE
74072026-07-10T19:51:14.278Z[ recovery-image] Jul 10 19:51:13.032 INFO O| Jul 10 19:51:13.032 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74082026-07-10T19:51:14.285Z[ recovery-image] Jul 10 19:51:13.039 INFO O| Jul 10 19:51:13.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74092026-07-10T19:51:14.288Z[ recovery-image] Jul 10 19:51:13.039 INFO O| Jul 10 19:51:13.039 INFO STEP 687 (remove_files) COMPLETE
74102026-07-10T19:51:14.288Z[ recovery-image] Jul 10 19:51:13.039 INFO O| Jul 10 19:51:13.039 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74112026-07-10T19:51:14.292Z[ recovery-image] Jul 10 19:51:13.046 INFO O| Jul 10 19:51:13.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74122026-07-10T19:51:14.292Z[ recovery-image] Jul 10 19:51:13.046 INFO O| Jul 10 19:51:13.046 INFO STEP 688 (remove_files) COMPLETE
74132026-07-10T19:51:14.295Z[ recovery-image] Jul 10 19:51:13.046 INFO O| Jul 10 19:51:13.046 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74142026-07-10T19:51:14.300Z[ recovery-image] Jul 10 19:51:13.053 INFO O| Jul 10 19:51:13.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74152026-07-10T19:51:14.300Z[ recovery-image] Jul 10 19:51:13.053 INFO O| Jul 10 19:51:13.053 INFO STEP 689 (remove_files) COMPLETE
74162026-07-10T19:51:14.300Z[ recovery-image] Jul 10 19:51:13.053 INFO O| Jul 10 19:51:13.053 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74172026-07-10T19:51:14.306Z[ recovery-image] Jul 10 19:51:13.060 INFO O| Jul 10 19:51:13.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74182026-07-10T19:51:14.306Z[ recovery-image] Jul 10 19:51:13.061 INFO O| Jul 10 19:51:13.061 INFO STEP 690 (remove_files) COMPLETE
74192026-07-10T19:51:14.309Z[ recovery-image] Jul 10 19:51:13.061 INFO O| Jul 10 19:51:13.061 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74202026-07-10T19:51:14.312Z[ recovery-image] Jul 10 19:51:13.067 INFO O| Jul 10 19:51:13.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74212026-07-10T19:51:14.312Z[ recovery-image] Jul 10 19:51:13.067 INFO O| Jul 10 19:51:13.067 INFO STEP 691 (remove_files) COMPLETE
74222026-07-10T19:51:14.312Z[ recovery-image] Jul 10 19:51:13.067 INFO O| Jul 10 19:51:13.067 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74232026-07-10T19:51:14.319Z[ recovery-image] Jul 10 19:51:13.074 INFO O| Jul 10 19:51:13.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74242026-07-10T19:51:14.319Z[ recovery-image] Jul 10 19:51:13.074 INFO O| Jul 10 19:51:13.074 INFO STEP 692 (remove_files) COMPLETE
74252026-07-10T19:51:14.322Z[ recovery-image] Jul 10 19:51:13.074 INFO O| Jul 10 19:51:13.074 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74262026-07-10T19:51:14.359Z[ recovery-image] Jul 10 19:51:13.080 INFO O| Jul 10 19:51:13.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74272026-07-10T19:51:14.359Z[ recovery-image] Jul 10 19:51:13.080 INFO O| Jul 10 19:51:13.080 INFO STEP 693 (remove_files) COMPLETE
74282026-07-10T19:51:14.359Z[ recovery-image] Jul 10 19:51:13.080 INFO O| Jul 10 19:51:13.080 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74292026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.087 INFO O| Jul 10 19:51:13.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74302026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.087 INFO O| Jul 10 19:51:13.087 INFO STEP 694 (remove_files) COMPLETE
74312026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.087 INFO O| Jul 10 19:51:13.087 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74322026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.093 INFO O| Jul 10 19:51:13.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74332026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.093 INFO O| Jul 10 19:51:13.093 INFO STEP 695 (remove_files) COMPLETE
74342026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.093 INFO O| Jul 10 19:51:13.093 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74352026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.099 INFO O| Jul 10 19:51:13.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74362026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.099 INFO O| Jul 10 19:51:13.099 INFO STEP 696 (remove_files) COMPLETE
74372026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.099 INFO O| Jul 10 19:51:13.099 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74382026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.108 INFO O| Jul 10 19:51:13.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74392026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.108 INFO O| Jul 10 19:51:13.108 INFO STEP 697 (remove_files) COMPLETE
74402026-07-10T19:51:14.360Z[ recovery-image] Jul 10 19:51:13.108 INFO O| Jul 10 19:51:13.108 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74412026-07-10T19:51:14.365Z[ recovery-image] Jul 10 19:51:13.115 INFO O| Jul 10 19:51:13.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74422026-07-10T19:51:14.365Z[ recovery-image] Jul 10 19:51:13.115 INFO O| Jul 10 19:51:13.115 INFO STEP 698 (remove_files) COMPLETE
74432026-07-10T19:51:14.365Z[ recovery-image] Jul 10 19:51:13.115 INFO O| Jul 10 19:51:13.115 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74442026-07-10T19:51:14.368Z[ recovery-image] Jul 10 19:51:13.121 INFO O| Jul 10 19:51:13.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74452026-07-10T19:51:14.368Z[ recovery-image] Jul 10 19:51:13.121 INFO O| Jul 10 19:51:13.121 INFO STEP 699 (remove_files) COMPLETE
74462026-07-10T19:51:14.368Z[ recovery-image] Jul 10 19:51:13.121 INFO O| Jul 10 19:51:13.121 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74472026-07-10T19:51:14.373Z[ recovery-image] Jul 10 19:51:13.128 INFO O| Jul 10 19:51:13.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74482026-07-10T19:51:14.373Z[ recovery-image] Jul 10 19:51:13.128 INFO O| Jul 10 19:51:13.128 INFO STEP 700 (remove_files) COMPLETE
74492026-07-10T19:51:14.376Z[ recovery-image] Jul 10 19:51:13.128 INFO O| Jul 10 19:51:13.128 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74502026-07-10T19:51:14.382Z[ recovery-image] Jul 10 19:51:13.134 INFO O| Jul 10 19:51:13.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74512026-07-10T19:51:14.382Z[ recovery-image] Jul 10 19:51:13.134 INFO O| Jul 10 19:51:13.134 INFO STEP 701 (remove_files) COMPLETE
74522026-07-10T19:51:14.385Z[ recovery-image] Jul 10 19:51:13.134 INFO O| Jul 10 19:51:13.134 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74532026-07-10T19:51:14.388Z[ recovery-image] Jul 10 19:51:13.140 INFO O| Jul 10 19:51:13.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74542026-07-10T19:51:14.388Z[ recovery-image] Jul 10 19:51:13.140 INFO O| Jul 10 19:51:13.140 INFO STEP 702 (remove_files) COMPLETE
74552026-07-10T19:51:14.388Z[ recovery-image] Jul 10 19:51:13.140 INFO O| Jul 10 19:51:13.140 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74562026-07-10T19:51:14.392Z[ recovery-image] Jul 10 19:51:13.146 INFO O| Jul 10 19:51:13.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74572026-07-10T19:51:14.392Z[ recovery-image] Jul 10 19:51:13.146 INFO O| Jul 10 19:51:13.146 INFO STEP 703 (remove_files) COMPLETE
74582026-07-10T19:51:14.395Z[ recovery-image] Jul 10 19:51:13.146 INFO O| Jul 10 19:51:13.146 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74592026-07-10T19:51:14.399Z[ recovery-image] Jul 10 19:51:13.152 INFO O| Jul 10 19:51:13.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74602026-07-10T19:51:14.399Z[ recovery-image] Jul 10 19:51:13.152 INFO O| Jul 10 19:51:13.152 INFO STEP 704 (remove_files) COMPLETE
74612026-07-10T19:51:14.399Z[ recovery-image] Jul 10 19:51:13.152 INFO O| Jul 10 19:51:13.152 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74622026-07-10T19:51:14.403Z[ recovery-image] Jul 10 19:51:13.158 INFO O| Jul 10 19:51:13.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74632026-07-10T19:51:14.404Z[ recovery-image] Jul 10 19:51:13.158 INFO O| Jul 10 19:51:13.158 INFO STEP 705 (remove_files) COMPLETE
74642026-07-10T19:51:14.407Z[ recovery-image] Jul 10 19:51:13.158 INFO O| Jul 10 19:51:13.158 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74652026-07-10T19:51:14.410Z[ recovery-image] Jul 10 19:51:13.164 INFO O| Jul 10 19:51:13.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74662026-07-10T19:51:14.410Z[ recovery-image] Jul 10 19:51:13.164 INFO O| Jul 10 19:51:13.164 INFO STEP 706 (remove_files) COMPLETE
74672026-07-10T19:51:14.410Z[ recovery-image] Jul 10 19:51:13.164 INFO O| Jul 10 19:51:13.164 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74682026-07-10T19:51:14.416Z[ recovery-image] Jul 10 19:51:13.170 INFO O| Jul 10 19:51:13.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74692026-07-10T19:51:14.417Z[ recovery-image] Jul 10 19:51:13.170 INFO O| Jul 10 19:51:13.170 INFO STEP 707 (remove_files) COMPLETE
74702026-07-10T19:51:14.417Z[ recovery-image] Jul 10 19:51:13.170 INFO O| Jul 10 19:51:13.170 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74712026-07-10T19:51:14.422Z[ recovery-image] Jul 10 19:51:13.176 INFO O| Jul 10 19:51:13.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74722026-07-10T19:51:14.422Z[ recovery-image] Jul 10 19:51:13.176 INFO O| Jul 10 19:51:13.176 INFO STEP 708 (remove_files) COMPLETE
74732026-07-10T19:51:14.425Z[ recovery-image] Jul 10 19:51:13.176 INFO O| Jul 10 19:51:13.176 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74742026-07-10T19:51:14.429Z[ recovery-image] Jul 10 19:51:13.182 INFO O| Jul 10 19:51:13.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74752026-07-10T19:51:14.429Z[ recovery-image] Jul 10 19:51:13.182 INFO O| Jul 10 19:51:13.182 INFO STEP 709 (remove_files) COMPLETE
74762026-07-10T19:51:14.429Z[ recovery-image] Jul 10 19:51:13.182 INFO O| Jul 10 19:51:13.182 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74772026-07-10T19:51:14.436Z[ recovery-image] Jul 10 19:51:13.190 INFO O| Jul 10 19:51:13.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74782026-07-10T19:51:14.439Z[ recovery-image] Jul 10 19:51:13.190 INFO O| Jul 10 19:51:13.190 INFO STEP 710 (remove_files) COMPLETE
74792026-07-10T19:51:14.439Z[ recovery-image] Jul 10 19:51:13.190 INFO O| Jul 10 19:51:13.190 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74802026-07-10T19:51:14.442Z[ recovery-image] Jul 10 19:51:13.196 INFO O| Jul 10 19:51:13.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74812026-07-10T19:51:14.445Z[ recovery-image] Jul 10 19:51:13.196 INFO O| Jul 10 19:51:13.196 INFO STEP 711 (remove_files) COMPLETE
74822026-07-10T19:51:14.445Z[ recovery-image] Jul 10 19:51:13.196 INFO O| Jul 10 19:51:13.196 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74832026-07-10T19:51:14.448Z[ recovery-image] Jul 10 19:51:13.202 INFO O| Jul 10 19:51:13.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74842026-07-10T19:51:14.448Z[ recovery-image] Jul 10 19:51:13.202 INFO O| Jul 10 19:51:13.202 INFO STEP 712 (remove_files) COMPLETE
74852026-07-10T19:51:14.448Z[ recovery-image] Jul 10 19:51:13.202 INFO O| Jul 10 19:51:13.202 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74862026-07-10T19:51:14.454Z[ recovery-image] Jul 10 19:51:13.208 INFO O| Jul 10 19:51:13.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74872026-07-10T19:51:14.454Z[ recovery-image] Jul 10 19:51:13.208 INFO O| Jul 10 19:51:13.208 INFO STEP 713 (remove_files) COMPLETE
74882026-07-10T19:51:14.456Z[ recovery-image] Jul 10 19:51:13.208 INFO O| Jul 10 19:51:13.208 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74892026-07-10T19:51:14.461Z[ recovery-image] Jul 10 19:51:13.214 INFO O| Jul 10 19:51:13.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
74902026-07-10T19:51:14.461Z[ recovery-image] Jul 10 19:51:13.214 INFO O| Jul 10 19:51:13.214 INFO STEP 714 (remove_files) COMPLETE
74912026-07-10T19:51:14.461Z[ recovery-image] Jul 10 19:51:13.214 INFO O| Jul 10 19:51:13.214 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74922026-07-10T19:51:14.465Z[ recovery-image] Jul 10 19:51:13.220 INFO O| Jul 10 19:51:13.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
74932026-07-10T19:51:14.465Z[ recovery-image] Jul 10 19:51:13.220 INFO O| Jul 10 19:51:13.220 INFO STEP 715 (remove_files) COMPLETE
74942026-07-10T19:51:14.468Z[ recovery-image] Jul 10 19:51:13.220 INFO O| Jul 10 19:51:13.220 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74952026-07-10T19:51:14.471Z[ recovery-image] Jul 10 19:51:13.226 INFO O| Jul 10 19:51:13.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
74962026-07-10T19:51:14.471Z[ recovery-image] Jul 10 19:51:13.226 INFO O| Jul 10 19:51:13.226 INFO STEP 716 (remove_files) COMPLETE
74972026-07-10T19:51:14.475Z[ recovery-image] Jul 10 19:51:13.226 INFO O| Jul 10 19:51:13.226 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74982026-07-10T19:51:14.479Z[ recovery-image] Jul 10 19:51:13.233 INFO O| Jul 10 19:51:13.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
74992026-07-10T19:51:14.479Z[ recovery-image] Jul 10 19:51:13.233 INFO O| Jul 10 19:51:13.233 INFO STEP 717 (remove_files) COMPLETE
75002026-07-10T19:51:14.479Z[ recovery-image] Jul 10 19:51:13.233 INFO O| Jul 10 19:51:13.233 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75012026-07-10T19:51:14.488Z[ recovery-image] Jul 10 19:51:13.243 INFO O| Jul 10 19:51:13.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75022026-07-10T19:51:14.488Z[ recovery-image] Jul 10 19:51:13.243 INFO O| Jul 10 19:51:13.243 INFO STEP 718 (remove_files) COMPLETE
75032026-07-10T19:51:14.489Z[ recovery-image] Jul 10 19:51:13.243 INFO O| Jul 10 19:51:13.243 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75042026-07-10T19:51:14.497Z[ recovery-image] Jul 10 19:51:13.251 INFO O| Jul 10 19:51:13.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75052026-07-10T19:51:14.497Z[ recovery-image] Jul 10 19:51:13.251 INFO O| Jul 10 19:51:13.251 INFO STEP 719 (remove_files) COMPLETE
75062026-07-10T19:51:14.500Z[ recovery-image] Jul 10 19:51:13.251 INFO O| Jul 10 19:51:13.251 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75072026-07-10T19:51:14.504Z[ recovery-image] Jul 10 19:51:13.259 INFO O| Jul 10 19:51:13.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75082026-07-10T19:51:14.504Z[ recovery-image] Jul 10 19:51:13.259 INFO O| Jul 10 19:51:13.259 INFO STEP 720 (remove_files) COMPLETE
75092026-07-10T19:51:14.504Z[ recovery-image] Jul 10 19:51:13.259 INFO O| Jul 10 19:51:13.259 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75102026-07-10T19:51:14.510Z[ recovery-image] Jul 10 19:51:13.264 INFO O| Jul 10 19:51:13.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75112026-07-10T19:51:14.510Z[ recovery-image] Jul 10 19:51:13.264 INFO O| Jul 10 19:51:13.264 INFO STEP 721 (remove_files) COMPLETE
75122026-07-10T19:51:14.513Z[ recovery-image] Jul 10 19:51:13.264 INFO O| Jul 10 19:51:13.264 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75132026-07-10T19:51:14.516Z[ recovery-image] Jul 10 19:51:13.270 INFO O| Jul 10 19:51:13.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75142026-07-10T19:51:14.516Z[ recovery-image] Jul 10 19:51:13.270 INFO O| Jul 10 19:51:13.270 INFO STEP 722 (remove_files) COMPLETE
75152026-07-10T19:51:14.516Z[ recovery-image] Jul 10 19:51:13.270 INFO O| Jul 10 19:51:13.270 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75162026-07-10T19:51:14.522Z[ recovery-image] Jul 10 19:51:13.276 INFO O| Jul 10 19:51:13.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75172026-07-10T19:51:14.522Z[ recovery-image] Jul 10 19:51:13.276 INFO O| Jul 10 19:51:13.276 INFO STEP 723 (remove_files) COMPLETE
75182026-07-10T19:51:14.526Z[ recovery-image] Jul 10 19:51:13.276 INFO O| Jul 10 19:51:13.276 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75192026-07-10T19:51:14.530Z[ recovery-image] Jul 10 19:51:13.284 INFO O| Jul 10 19:51:13.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75202026-07-10T19:51:14.533Z[ recovery-image] Jul 10 19:51:13.285 INFO O| Jul 10 19:51:13.285 INFO STEP 724 (remove_files) COMPLETE
75212026-07-10T19:51:14.533Z[ recovery-image] Jul 10 19:51:13.285 INFO O| Jul 10 19:51:13.285 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75222026-07-10T19:51:14.537Z[ recovery-image] Jul 10 19:51:13.292 INFO O| Jul 10 19:51:13.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75232026-07-10T19:51:14.537Z[ recovery-image] Jul 10 19:51:13.292 INFO O| Jul 10 19:51:13.292 INFO STEP 725 (remove_files) COMPLETE
75242026-07-10T19:51:14.540Z[ recovery-image] Jul 10 19:51:13.292 INFO O| Jul 10 19:51:13.292 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75252026-07-10T19:51:14.545Z[ recovery-image] Jul 10 19:51:13.299 INFO O| Jul 10 19:51:13.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75262026-07-10T19:51:14.545Z[ recovery-image] Jul 10 19:51:13.299 INFO O| Jul 10 19:51:13.299 INFO STEP 726 (remove_files) COMPLETE
75272026-07-10T19:51:14.548Z[ recovery-image] Jul 10 19:51:13.299 INFO O| Jul 10 19:51:13.299 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75282026-07-10T19:51:14.553Z[ recovery-image] Jul 10 19:51:13.307 INFO O| Jul 10 19:51:13.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75292026-07-10T19:51:14.556Z[ recovery-image] Jul 10 19:51:13.308 INFO O| Jul 10 19:51:13.308 INFO STEP 727 (remove_files) COMPLETE
75302026-07-10T19:51:14.556Z[ recovery-image] Jul 10 19:51:13.308 INFO O| Jul 10 19:51:13.308 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75312026-07-10T19:51:14.563Z[ recovery-image] Jul 10 19:51:13.315 INFO O| Jul 10 19:51:13.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75322026-07-10T19:51:14.563Z[ recovery-image] Jul 10 19:51:13.315 INFO O| Jul 10 19:51:13.315 INFO STEP 728 (remove_files) COMPLETE
75332026-07-10T19:51:14.569Z[ recovery-image] Jul 10 19:51:13.315 INFO O| Jul 10 19:51:13.315 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75342026-07-10T19:51:14.572Z[ recovery-image] Jul 10 19:51:13.323 INFO O| Jul 10 19:51:13.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75352026-07-10T19:51:14.572Z[ recovery-image] Jul 10 19:51:13.323 INFO O| Jul 10 19:51:13.323 INFO STEP 729 (remove_files) COMPLETE
75362026-07-10T19:51:14.572Z[ recovery-image] Jul 10 19:51:13.323 INFO O| Jul 10 19:51:13.323 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75372026-07-10T19:51:14.575Z[ recovery-image] Jul 10 19:51:13.330 INFO O| Jul 10 19:51:13.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75382026-07-10T19:51:14.575Z[ recovery-image] Jul 10 19:51:13.330 INFO O| Jul 10 19:51:13.330 INFO STEP 730 (remove_files) COMPLETE
75392026-07-10T19:51:14.575Z[ recovery-image] Jul 10 19:51:13.330 INFO O| Jul 10 19:51:13.330 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75402026-07-10T19:51:14.583Z[ recovery-image] Jul 10 19:51:13.337 INFO O| Jul 10 19:51:13.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75412026-07-10T19:51:14.583Z[ recovery-image] Jul 10 19:51:13.337 INFO O| Jul 10 19:51:13.337 INFO STEP 731 (remove_files) COMPLETE
75422026-07-10T19:51:14.583Z[ recovery-image] Jul 10 19:51:13.337 INFO O| Jul 10 19:51:13.337 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75432026-07-10T19:51:14.590Z[ recovery-image] Jul 10 19:51:13.344 INFO O| Jul 10 19:51:13.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75442026-07-10T19:51:14.590Z[ recovery-image] Jul 10 19:51:13.344 INFO O| Jul 10 19:51:13.344 INFO STEP 732 (remove_files) COMPLETE
75452026-07-10T19:51:14.590Z[ recovery-image] Jul 10 19:51:13.344 INFO O| Jul 10 19:51:13.344 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75462026-07-10T19:51:14.596Z[ recovery-image] Jul 10 19:51:13.350 INFO O| Jul 10 19:51:13.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75472026-07-10T19:51:14.596Z[ recovery-image] Jul 10 19:51:13.350 INFO O| Jul 10 19:51:13.350 INFO STEP 733 (remove_files) COMPLETE
75482026-07-10T19:51:14.596Z[ recovery-image] Jul 10 19:51:13.350 INFO O| Jul 10 19:51:13.350 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75492026-07-10T19:51:14.602Z[ recovery-image] Jul 10 19:51:13.357 INFO O| Jul 10 19:51:13.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75502026-07-10T19:51:14.602Z[ recovery-image] Jul 10 19:51:13.357 INFO O| Jul 10 19:51:13.357 INFO STEP 734 (remove_files) COMPLETE
75512026-07-10T19:51:14.605Z[ recovery-image] Jul 10 19:51:13.357 INFO O| Jul 10 19:51:13.357 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75522026-07-10T19:51:14.609Z[ recovery-image] Jul 10 19:51:13.364 INFO O| Jul 10 19:51:13.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75532026-07-10T19:51:14.609Z[ recovery-image] Jul 10 19:51:13.364 INFO O| Jul 10 19:51:13.364 INFO STEP 735 (remove_files) COMPLETE
75542026-07-10T19:51:14.612Z[ recovery-image] Jul 10 19:51:13.364 INFO O| Jul 10 19:51:13.364 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75552026-07-10T19:51:14.616Z[ recovery-image] Jul 10 19:51:13.370 INFO O| Jul 10 19:51:13.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75562026-07-10T19:51:14.616Z[ recovery-image] Jul 10 19:51:13.370 INFO O| Jul 10 19:51:13.370 INFO STEP 736 (remove_files) COMPLETE
75572026-07-10T19:51:14.616Z[ recovery-image] Jul 10 19:51:13.370 INFO O| Jul 10 19:51:13.370 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75582026-07-10T19:51:14.622Z[ recovery-image] Jul 10 19:51:13.376 INFO O| Jul 10 19:51:13.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75592026-07-10T19:51:14.622Z[ recovery-image] Jul 10 19:51:13.376 INFO O| Jul 10 19:51:13.376 INFO STEP 737 (remove_files) COMPLETE
75602026-07-10T19:51:14.625Z[ recovery-image] Jul 10 19:51:13.376 INFO O| Jul 10 19:51:13.376 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75612026-07-10T19:51:14.628Z[ recovery-image] Jul 10 19:51:13.382 INFO O| Jul 10 19:51:13.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75622026-07-10T19:51:14.629Z[ recovery-image] Jul 10 19:51:13.382 INFO O| Jul 10 19:51:13.382 INFO STEP 738 (remove_files) COMPLETE
75632026-07-10T19:51:14.632Z[ recovery-image] Jul 10 19:51:13.382 INFO O| Jul 10 19:51:13.382 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75642026-07-10T19:51:14.635Z[ recovery-image] Jul 10 19:51:13.389 INFO O| Jul 10 19:51:13.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75652026-07-10T19:51:14.635Z[ recovery-image] Jul 10 19:51:13.389 INFO O| Jul 10 19:51:13.389 INFO STEP 739 (remove_files) COMPLETE
75662026-07-10T19:51:14.635Z[ recovery-image] Jul 10 19:51:13.389 INFO O| Jul 10 19:51:13.389 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75672026-07-10T19:51:14.640Z[ recovery-image] Jul 10 19:51:13.395 INFO O| Jul 10 19:51:13.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75682026-07-10T19:51:14.640Z[ recovery-image] Jul 10 19:51:13.395 INFO O| Jul 10 19:51:13.395 INFO STEP 740 (remove_files) COMPLETE
75692026-07-10T19:51:14.643Z[ recovery-image] Jul 10 19:51:13.395 INFO O| Jul 10 19:51:13.395 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75702026-07-10T19:51:14.647Z[ recovery-image] Jul 10 19:51:13.401 INFO O| Jul 10 19:51:13.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75712026-07-10T19:51:14.650Z[ recovery-image] Jul 10 19:51:13.401 INFO O| Jul 10 19:51:13.401 INFO STEP 741 (remove_files) COMPLETE
75722026-07-10T19:51:14.650Z[ recovery-image] Jul 10 19:51:13.401 INFO O| Jul 10 19:51:13.401 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75732026-07-10T19:51:14.653Z[ recovery-image] Jul 10 19:51:13.407 INFO O| Jul 10 19:51:13.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75742026-07-10T19:51:14.656Z[ recovery-image] Jul 10 19:51:13.407 INFO O| Jul 10 19:51:13.407 INFO STEP 742 (remove_files) COMPLETE
75752026-07-10T19:51:14.656Z[ recovery-image] Jul 10 19:51:13.407 INFO O| Jul 10 19:51:13.407 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75762026-07-10T19:51:14.659Z[ recovery-image] Jul 10 19:51:13.414 INFO O| Jul 10 19:51:13.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75772026-07-10T19:51:14.662Z[ recovery-image] Jul 10 19:51:13.414 INFO O| Jul 10 19:51:13.414 INFO STEP 743 (remove_files) COMPLETE
75782026-07-10T19:51:14.662Z[ recovery-image] Jul 10 19:51:13.414 INFO O| Jul 10 19:51:13.414 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75792026-07-10T19:51:14.667Z[ recovery-image] Jul 10 19:51:13.421 INFO O| Jul 10 19:51:13.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75802026-07-10T19:51:14.669Z[ recovery-image] Jul 10 19:51:13.421 INFO O| Jul 10 19:51:13.421 INFO STEP 744 (remove_files) COMPLETE
75812026-07-10T19:51:14.669Z[ recovery-image] Jul 10 19:51:13.421 INFO O| Jul 10 19:51:13.421 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75822026-07-10T19:51:14.674Z[ recovery-image] Jul 10 19:51:13.429 INFO O| Jul 10 19:51:13.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75832026-07-10T19:51:14.674Z[ recovery-image] Jul 10 19:51:13.429 INFO O| Jul 10 19:51:13.429 INFO STEP 745 (remove_files) COMPLETE
75842026-07-10T19:51:14.677Z[ recovery-image] Jul 10 19:51:13.429 INFO O| Jul 10 19:51:13.429 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75852026-07-10T19:51:14.681Z[ recovery-image] Jul 10 19:51:13.435 INFO O| Jul 10 19:51:13.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75862026-07-10T19:51:14.681Z[ recovery-image] Jul 10 19:51:13.435 INFO O| Jul 10 19:51:13.435 INFO STEP 746 (remove_files) COMPLETE
75872026-07-10T19:51:14.684Z[ recovery-image] Jul 10 19:51:13.435 INFO O| Jul 10 19:51:13.435 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75882026-07-10T19:51:14.688Z[ recovery-image] Jul 10 19:51:13.443 INFO O| Jul 10 19:51:13.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75892026-07-10T19:51:14.688Z[ recovery-image] Jul 10 19:51:13.443 INFO O| Jul 10 19:51:13.443 INFO STEP 747 (remove_files) COMPLETE
75902026-07-10T19:51:14.688Z[ recovery-image] Jul 10 19:51:13.443 INFO O| Jul 10 19:51:13.443 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75912026-07-10T19:51:14.695Z[ recovery-image] Jul 10 19:51:13.450 INFO O| Jul 10 19:51:13.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
75922026-07-10T19:51:14.695Z[ recovery-image] Jul 10 19:51:13.450 INFO O| Jul 10 19:51:13.450 INFO STEP 748 (remove_files) COMPLETE
75932026-07-10T19:51:14.698Z[ recovery-image] Jul 10 19:51:13.450 INFO O| Jul 10 19:51:13.450 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75942026-07-10T19:51:14.704Z[ recovery-image] Jul 10 19:51:13.457 INFO O| Jul 10 19:51:13.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
75952026-07-10T19:51:14.704Z[ recovery-image] Jul 10 19:51:13.457 INFO O| Jul 10 19:51:13.457 INFO STEP 749 (remove_files) COMPLETE
75962026-07-10T19:51:14.704Z[ recovery-image] Jul 10 19:51:13.457 INFO O| Jul 10 19:51:13.457 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75972026-07-10T19:51:14.710Z[ recovery-image] Jul 10 19:51:13.464 INFO O| Jul 10 19:51:13.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
75982026-07-10T19:51:14.710Z[ recovery-image] Jul 10 19:51:13.464 INFO O| Jul 10 19:51:13.464 INFO STEP 750 (remove_files) COMPLETE
75992026-07-10T19:51:14.713Z[ recovery-image] Jul 10 19:51:13.464 INFO O| Jul 10 19:51:13.464 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76002026-07-10T19:51:14.717Z[ recovery-image] Jul 10 19:51:13.471 INFO O| Jul 10 19:51:13.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76012026-07-10T19:51:14.717Z[ recovery-image] Jul 10 19:51:13.471 INFO O| Jul 10 19:51:13.471 INFO STEP 751 (remove_files) COMPLETE
76022026-07-10T19:51:14.719Z[ recovery-image] Jul 10 19:51:13.471 INFO O| Jul 10 19:51:13.471 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76032026-07-10T19:51:14.724Z[ recovery-image] Jul 10 19:51:13.478 INFO O| Jul 10 19:51:13.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76042026-07-10T19:51:14.724Z[ recovery-image] Jul 10 19:51:13.478 INFO O| Jul 10 19:51:13.478 INFO STEP 752 (remove_files) COMPLETE
76052026-07-10T19:51:14.724Z[ recovery-image] Jul 10 19:51:13.478 INFO O| Jul 10 19:51:13.478 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76062026-07-10T19:51:14.730Z[ recovery-image] Jul 10 19:51:13.485 INFO O| Jul 10 19:51:13.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76072026-07-10T19:51:14.733Z[ recovery-image] Jul 10 19:51:13.485 INFO O| Jul 10 19:51:13.485 INFO STEP 753 (remove_files) COMPLETE
76082026-07-10T19:51:14.733Z[ recovery-image] Jul 10 19:51:13.485 INFO O| Jul 10 19:51:13.485 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76092026-07-10T19:51:14.738Z[ recovery-image] Jul 10 19:51:13.493 INFO O| Jul 10 19:51:13.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76102026-07-10T19:51:14.738Z[ recovery-image] Jul 10 19:51:13.493 INFO O| Jul 10 19:51:13.493 INFO STEP 754 (remove_files) COMPLETE
76112026-07-10T19:51:14.738Z[ recovery-image] Jul 10 19:51:13.493 INFO O| Jul 10 19:51:13.493 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76122026-07-10T19:51:14.744Z[ recovery-image] Jul 10 19:51:13.499 INFO O| Jul 10 19:51:13.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76132026-07-10T19:51:14.744Z[ recovery-image] Jul 10 19:51:13.499 INFO O| Jul 10 19:51:13.499 INFO STEP 755 (remove_files) COMPLETE
76142026-07-10T19:51:14.747Z[ recovery-image] Jul 10 19:51:13.499 INFO O| Jul 10 19:51:13.499 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76152026-07-10T19:51:14.751Z[ recovery-image] Jul 10 19:51:13.506 INFO O| Jul 10 19:51:13.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76162026-07-10T19:51:14.754Z[ recovery-image] Jul 10 19:51:13.506 INFO O| Jul 10 19:51:13.506 INFO STEP 756 (remove_files) COMPLETE
76172026-07-10T19:51:14.754Z[ recovery-image] Jul 10 19:51:13.506 INFO O| Jul 10 19:51:13.506 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76182026-07-10T19:51:14.759Z[ recovery-image] Jul 10 19:51:13.513 INFO O| Jul 10 19:51:13.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76192026-07-10T19:51:14.761Z[ recovery-image] Jul 10 19:51:13.513 INFO O| Jul 10 19:51:13.513 INFO STEP 757 (remove_files) COMPLETE
76202026-07-10T19:51:14.761Z[ recovery-image] Jul 10 19:51:13.513 INFO O| Jul 10 19:51:13.513 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76212026-07-10T19:51:14.767Z[ recovery-image] Jul 10 19:51:13.520 INFO O| Jul 10 19:51:13.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76222026-07-10T19:51:14.772Z[ recovery-image] Jul 10 19:51:13.521 INFO O| Jul 10 19:51:13.521 INFO STEP 758 (remove_files) COMPLETE
76232026-07-10T19:51:14.772Z[ recovery-image] Jul 10 19:51:13.521 INFO O| Jul 10 19:51:13.521 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76242026-07-10T19:51:14.775Z[ recovery-image] Jul 10 19:51:13.527 INFO O| Jul 10 19:51:13.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76252026-07-10T19:51:14.775Z[ recovery-image] Jul 10 19:51:13.527 INFO O| Jul 10 19:51:13.527 INFO STEP 759 (remove_files) COMPLETE
76262026-07-10T19:51:14.775Z[ recovery-image] Jul 10 19:51:13.527 INFO O| Jul 10 19:51:13.527 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76272026-07-10T19:51:14.779Z[ recovery-image] Jul 10 19:51:13.534 INFO O| Jul 10 19:51:13.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76282026-07-10T19:51:14.780Z[ recovery-image] Jul 10 19:51:13.534 INFO O| Jul 10 19:51:13.534 INFO STEP 760 (remove_files) COMPLETE
76292026-07-10T19:51:14.782Z[ recovery-image] Jul 10 19:51:13.534 INFO O| Jul 10 19:51:13.534 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76302026-07-10T19:51:14.786Z[ recovery-image] Jul 10 19:51:13.540 INFO O| Jul 10 19:51:13.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76312026-07-10T19:51:14.786Z[ recovery-image] Jul 10 19:51:13.540 INFO O| Jul 10 19:51:13.540 INFO STEP 761 (remove_files) COMPLETE
76322026-07-10T19:51:14.786Z[ recovery-image] Jul 10 19:51:13.540 INFO O| Jul 10 19:51:13.540 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76332026-07-10T19:51:14.792Z[ recovery-image] Jul 10 19:51:13.547 INFO O| Jul 10 19:51:13.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76342026-07-10T19:51:14.792Z[ recovery-image] Jul 10 19:51:13.547 INFO O| Jul 10 19:51:13.547 INFO STEP 762 (remove_files) COMPLETE
76352026-07-10T19:51:14.792Z[ recovery-image] Jul 10 19:51:13.547 INFO O| Jul 10 19:51:13.547 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76362026-07-10T19:51:14.799Z[ recovery-image] Jul 10 19:51:13.553 INFO O| Jul 10 19:51:13.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76372026-07-10T19:51:14.799Z[ recovery-image] Jul 10 19:51:13.553 INFO O| Jul 10 19:51:13.553 INFO STEP 763 (remove_files) COMPLETE
76382026-07-10T19:51:14.802Z[ recovery-image] Jul 10 19:51:13.553 INFO O| Jul 10 19:51:13.553 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76392026-07-10T19:51:14.805Z[ recovery-image] Jul 10 19:51:13.559 INFO O| Jul 10 19:51:13.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76402026-07-10T19:51:14.805Z[ recovery-image] Jul 10 19:51:13.559 INFO O| Jul 10 19:51:13.559 INFO STEP 764 (remove_files) COMPLETE
76412026-07-10T19:51:14.805Z[ recovery-image] Jul 10 19:51:13.559 INFO O| Jul 10 19:51:13.559 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76422026-07-10T19:51:14.811Z[ recovery-image] Jul 10 19:51:13.565 INFO O| Jul 10 19:51:13.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76432026-07-10T19:51:14.814Z[ recovery-image] Jul 10 19:51:13.565 INFO O| Jul 10 19:51:13.565 INFO STEP 765 (remove_files) COMPLETE
76442026-07-10T19:51:14.814Z[ recovery-image] Jul 10 19:51:13.565 INFO O| Jul 10 19:51:13.565 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76452026-07-10T19:51:14.819Z[ recovery-image] Jul 10 19:51:13.573 INFO O| Jul 10 19:51:13.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76462026-07-10T19:51:14.819Z[ recovery-image] Jul 10 19:51:13.573 INFO O| Jul 10 19:51:13.573 INFO STEP 766 (remove_files) COMPLETE
76472026-07-10T19:51:14.819Z[ recovery-image] Jul 10 19:51:13.573 INFO O| Jul 10 19:51:13.573 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76482026-07-10T19:51:14.825Z[ recovery-image] Jul 10 19:51:13.580 INFO O| Jul 10 19:51:13.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76492026-07-10T19:51:14.825Z[ recovery-image] Jul 10 19:51:13.580 INFO O| Jul 10 19:51:13.580 INFO STEP 767 (remove_files) COMPLETE
76502026-07-10T19:51:14.828Z[ recovery-image] Jul 10 19:51:13.580 INFO O| Jul 10 19:51:13.580 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76512026-07-10T19:51:14.832Z[ recovery-image] Jul 10 19:51:13.586 INFO O| Jul 10 19:51:13.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76522026-07-10T19:51:14.832Z[ recovery-image] Jul 10 19:51:13.586 INFO O| Jul 10 19:51:13.586 INFO STEP 768 (remove_files) COMPLETE
76532026-07-10T19:51:14.835Z[ recovery-image] Jul 10 19:51:13.586 INFO O| Jul 10 19:51:13.586 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76542026-07-10T19:51:14.838Z[ recovery-image] Jul 10 19:51:13.593 INFO O| Jul 10 19:51:13.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76552026-07-10T19:51:14.841Z[ recovery-image] Jul 10 19:51:13.593 INFO O| Jul 10 19:51:13.593 INFO STEP 769 (remove_files) COMPLETE
76562026-07-10T19:51:14.844Z[ recovery-image] Jul 10 19:51:13.593 INFO O| Jul 10 19:51:13.593 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76572026-07-10T19:51:14.847Z[ recovery-image] Jul 10 19:51:13.602 INFO O| Jul 10 19:51:13.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76582026-07-10T19:51:14.847Z[ recovery-image] Jul 10 19:51:13.602 INFO O| Jul 10 19:51:13.602 INFO STEP 770 (remove_files) COMPLETE
76592026-07-10T19:51:14.847Z[ recovery-image] Jul 10 19:51:13.602 INFO O| Jul 10 19:51:13.602 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76602026-07-10T19:51:14.855Z[ recovery-image] Jul 10 19:51:13.610 INFO O| Jul 10 19:51:13.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76612026-07-10T19:51:14.855Z[ recovery-image] Jul 10 19:51:13.610 INFO O| Jul 10 19:51:13.610 INFO STEP 771 (remove_files) COMPLETE
76622026-07-10T19:51:14.858Z[ recovery-image] Jul 10 19:51:13.610 INFO O| Jul 10 19:51:13.610 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76632026-07-10T19:51:14.862Z[ recovery-image] Jul 10 19:51:13.616 INFO O| Jul 10 19:51:13.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76642026-07-10T19:51:14.862Z[ recovery-image] Jul 10 19:51:13.616 INFO O| Jul 10 19:51:13.616 INFO STEP 772 (remove_files) COMPLETE
76652026-07-10T19:51:14.862Z[ recovery-image] Jul 10 19:51:13.616 INFO O| Jul 10 19:51:13.616 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76662026-07-10T19:51:14.869Z[ recovery-image] Jul 10 19:51:13.624 INFO O| Jul 10 19:51:13.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76672026-07-10T19:51:14.873Z[ recovery-image] Jul 10 19:51:13.624 INFO O| Jul 10 19:51:13.624 INFO STEP 773 (remove_files) COMPLETE
76682026-07-10T19:51:14.873Z[ recovery-image] Jul 10 19:51:13.624 INFO O| Jul 10 19:51:13.624 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76692026-07-10T19:51:14.876Z[ recovery-image] Jul 10 19:51:13.631 INFO O| Jul 10 19:51:13.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76702026-07-10T19:51:14.880Z[ recovery-image] Jul 10 19:51:13.631 INFO O| Jul 10 19:51:13.631 INFO STEP 774 (remove_files) COMPLETE
76712026-07-10T19:51:14.880Z[ recovery-image] Jul 10 19:51:13.631 INFO O| Jul 10 19:51:13.631 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76722026-07-10T19:51:14.883Z[ recovery-image] Jul 10 19:51:13.637 INFO O| Jul 10 19:51:13.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76732026-07-10T19:51:14.883Z[ recovery-image] Jul 10 19:51:13.637 INFO O| Jul 10 19:51:13.637 INFO STEP 775 (remove_files) COMPLETE
76742026-07-10T19:51:14.883Z[ recovery-image] Jul 10 19:51:13.637 INFO O| Jul 10 19:51:13.637 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76752026-07-10T19:51:14.890Z[ recovery-image] Jul 10 19:51:13.644 INFO O| Jul 10 19:51:13.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76762026-07-10T19:51:14.890Z[ recovery-image] Jul 10 19:51:13.644 INFO O| Jul 10 19:51:13.644 INFO STEP 776 (remove_files) COMPLETE
76772026-07-10T19:51:14.890Z[ recovery-image] Jul 10 19:51:13.644 INFO O| Jul 10 19:51:13.644 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76782026-07-10T19:51:14.897Z[ recovery-image] Jul 10 19:51:13.652 INFO O| Jul 10 19:51:13.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76792026-07-10T19:51:14.900Z[ recovery-image] Jul 10 19:51:13.652 INFO O| Jul 10 19:51:13.652 INFO STEP 777 (remove_files) COMPLETE
76802026-07-10T19:51:14.900Z[ recovery-image] Jul 10 19:51:13.652 INFO O| Jul 10 19:51:13.652 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76812026-07-10T19:51:14.904Z[ recovery-image] Jul 10 19:51:13.658 INFO O| Jul 10 19:51:13.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76822026-07-10T19:51:14.909Z[ recovery-image] Jul 10 19:51:13.658 INFO O| Jul 10 19:51:13.658 INFO STEP 778 (remove_files) COMPLETE
76832026-07-10T19:51:14.909Z[ recovery-image] Jul 10 19:51:13.658 INFO O| Jul 10 19:51:13.658 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76842026-07-10T19:51:14.912Z[ recovery-image] Jul 10 19:51:13.664 INFO O| Jul 10 19:51:13.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76852026-07-10T19:51:14.912Z[ recovery-image] Jul 10 19:51:13.665 INFO O| Jul 10 19:51:13.665 INFO STEP 779 (remove_files) COMPLETE
76862026-07-10T19:51:14.912Z[ recovery-image] Jul 10 19:51:13.665 INFO O| Jul 10 19:51:13.665 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76872026-07-10T19:51:14.916Z[ recovery-image] Jul 10 19:51:13.671 INFO O| Jul 10 19:51:13.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76882026-07-10T19:51:14.916Z[ recovery-image] Jul 10 19:51:13.671 INFO O| Jul 10 19:51:13.671 INFO STEP 780 (remove_files) COMPLETE
76892026-07-10T19:51:14.919Z[ recovery-image] Jul 10 19:51:13.671 INFO O| Jul 10 19:51:13.671 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76902026-07-10T19:51:14.922Z[ recovery-image] Jul 10 19:51:13.677 INFO O| Jul 10 19:51:13.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
76912026-07-10T19:51:14.922Z[ recovery-image] Jul 10 19:51:13.677 INFO O| Jul 10 19:51:13.677 INFO STEP 781 (remove_files) COMPLETE
76922026-07-10T19:51:14.925Z[ recovery-image] Jul 10 19:51:13.677 INFO O| Jul 10 19:51:13.677 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76932026-07-10T19:51:14.928Z[ recovery-image] Jul 10 19:51:13.682 INFO O| Jul 10 19:51:13.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
76942026-07-10T19:51:14.928Z[ recovery-image] Jul 10 19:51:13.682 INFO O| Jul 10 19:51:13.682 INFO STEP 782 (remove_files) COMPLETE
76952026-07-10T19:51:14.928Z[ recovery-image] Jul 10 19:51:13.682 INFO O| Jul 10 19:51:13.682 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76962026-07-10T19:51:14.934Z[ recovery-image] Jul 10 19:51:13.689 INFO O| Jul 10 19:51:13.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
76972026-07-10T19:51:14.937Z[ recovery-image] Jul 10 19:51:13.689 INFO O| Jul 10 19:51:13.689 INFO STEP 783 (remove_files) COMPLETE
76982026-07-10T19:51:14.941Z[ recovery-image] Jul 10 19:51:13.689 INFO O| Jul 10 19:51:13.689 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76992026-07-10T19:51:14.941Z[ recovery-image] Jul 10 19:51:13.695 INFO O| Jul 10 19:51:13.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77002026-07-10T19:51:14.941Z[ recovery-image] Jul 10 19:51:13.695 INFO O| Jul 10 19:51:13.695 INFO STEP 784 (remove_files) COMPLETE
77012026-07-10T19:51:14.945Z[ recovery-image] Jul 10 19:51:13.695 INFO O| Jul 10 19:51:13.695 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77022026-07-10T19:51:14.949Z[ recovery-image] Jul 10 19:51:13.703 INFO O| Jul 10 19:51:13.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77032026-07-10T19:51:14.949Z[ recovery-image] Jul 10 19:51:13.703 INFO O| Jul 10 19:51:13.703 INFO STEP 785 (remove_files) COMPLETE
77042026-07-10T19:51:14.949Z[ recovery-image] Jul 10 19:51:13.703 INFO O| Jul 10 19:51:13.703 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77052026-07-10T19:51:14.955Z[ recovery-image] Jul 10 19:51:13.710 INFO O| Jul 10 19:51:13.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77062026-07-10T19:51:14.956Z[ recovery-image] Jul 10 19:51:13.710 INFO O| Jul 10 19:51:13.710 INFO STEP 786 (remove_files) COMPLETE
77072026-07-10T19:51:14.956Z[ recovery-image] Jul 10 19:51:13.710 INFO O| Jul 10 19:51:13.710 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77082026-07-10T19:51:14.963Z[ recovery-image] Jul 10 19:51:13.717 INFO O| Jul 10 19:51:13.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77092026-07-10T19:51:14.963Z[ recovery-image] Jul 10 19:51:13.717 INFO O| Jul 10 19:51:13.717 INFO STEP 787 (remove_files) COMPLETE
77102026-07-10T19:51:14.966Z[ recovery-image] Jul 10 19:51:13.717 INFO O| Jul 10 19:51:13.717 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77112026-07-10T19:51:14.969Z[ recovery-image] Jul 10 19:51:13.723 INFO O| Jul 10 19:51:13.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77122026-07-10T19:51:14.970Z[ recovery-image] Jul 10 19:51:13.723 INFO O| Jul 10 19:51:13.723 INFO STEP 788 (remove_files) COMPLETE
77132026-07-10T19:51:14.973Z[ recovery-image] Jul 10 19:51:13.723 INFO O| Jul 10 19:51:13.723 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77142026-07-10T19:51:14.976Z[ recovery-image] Jul 10 19:51:13.731 INFO O| Jul 10 19:51:13.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77152026-07-10T19:51:14.979Z[ recovery-image] Jul 10 19:51:13.731 INFO O| Jul 10 19:51:13.731 INFO STEP 789 (remove_files) COMPLETE
77162026-07-10T19:51:14.979Z[ recovery-image] Jul 10 19:51:13.731 INFO O| Jul 10 19:51:13.731 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77172026-07-10T19:51:14.983Z[ recovery-image] Jul 10 19:51:13.737 INFO O| Jul 10 19:51:13.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77182026-07-10T19:51:14.983Z[ recovery-image] Jul 10 19:51:13.737 INFO O| Jul 10 19:51:13.737 INFO STEP 790 (remove_files) COMPLETE
77192026-07-10T19:51:14.983Z[ recovery-image] Jul 10 19:51:13.737 INFO O| Jul 10 19:51:13.737 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77202026-07-10T19:51:14.991Z[ recovery-image] Jul 10 19:51:13.745 INFO O| Jul 10 19:51:13.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77212026-07-10T19:51:14.994Z[ recovery-image] Jul 10 19:51:13.745 INFO O| Jul 10 19:51:13.745 INFO STEP 791 (remove_files) COMPLETE
77222026-07-10T19:51:14.994Z[ recovery-image] Jul 10 19:51:13.745 INFO O| Jul 10 19:51:13.745 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77232026-07-10T19:51:14.998Z[ recovery-image] Jul 10 19:51:13.752 INFO O| Jul 10 19:51:13.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77242026-07-10T19:51:14.998Z[ recovery-image] Jul 10 19:51:13.752 INFO O| Jul 10 19:51:13.752 INFO STEP 792 (remove_files) COMPLETE
77252026-07-10T19:51:14.998Z[ recovery-image] Jul 10 19:51:13.752 INFO O| Jul 10 19:51:13.752 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77262026-07-10T19:51:15.005Z[ recovery-image] Jul 10 19:51:13.759 INFO O| Jul 10 19:51:13.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77272026-07-10T19:51:15.005Z[ recovery-image] Jul 10 19:51:13.759 INFO O| Jul 10 19:51:13.759 INFO STEP 793 (remove_files) COMPLETE
77282026-07-10T19:51:15.005Z[ recovery-image] Jul 10 19:51:13.759 INFO O| Jul 10 19:51:13.759 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77292026-07-10T19:51:15.011Z[ recovery-image] Jul 10 19:51:13.765 INFO O| Jul 10 19:51:13.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77302026-07-10T19:51:15.011Z[ recovery-image] Jul 10 19:51:13.765 INFO O| Jul 10 19:51:13.765 INFO STEP 794 (remove_files) COMPLETE
77312026-07-10T19:51:15.011Z[ recovery-image] Jul 10 19:51:13.765 INFO O| Jul 10 19:51:13.765 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77322026-07-10T19:51:15.017Z[ recovery-image] Jul 10 19:51:13.772 INFO O| Jul 10 19:51:13.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77332026-07-10T19:51:15.017Z[ recovery-image] Jul 10 19:51:13.772 INFO O| Jul 10 19:51:13.772 INFO STEP 795 (remove_files) COMPLETE
77342026-07-10T19:51:15.020Z[ recovery-image] Jul 10 19:51:13.772 INFO O| Jul 10 19:51:13.772 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77352026-07-10T19:51:15.025Z[ recovery-image] Jul 10 19:51:13.780 INFO O| Jul 10 19:51:13.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77362026-07-10T19:51:15.028Z[ recovery-image] Jul 10 19:51:13.780 INFO O| Jul 10 19:51:13.780 INFO STEP 796 (remove_files) COMPLETE
77372026-07-10T19:51:15.028Z[ recovery-image] Jul 10 19:51:13.780 INFO O| Jul 10 19:51:13.780 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77382026-07-10T19:51:15.032Z[ recovery-image] Jul 10 19:51:13.786 INFO O| Jul 10 19:51:13.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77392026-07-10T19:51:15.032Z[ recovery-image] Jul 10 19:51:13.786 INFO O| Jul 10 19:51:13.786 INFO STEP 797 (remove_files) COMPLETE
77402026-07-10T19:51:15.035Z[ recovery-image] Jul 10 19:51:13.787 INFO O| Jul 10 19:51:13.786 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77412026-07-10T19:51:15.038Z[ recovery-image] Jul 10 19:51:13.792 INFO O| Jul 10 19:51:13.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77422026-07-10T19:51:15.038Z[ recovery-image] Jul 10 19:51:13.792 INFO O| Jul 10 19:51:13.792 INFO STEP 798 (remove_files) COMPLETE
77432026-07-10T19:51:15.038Z[ recovery-image] Jul 10 19:51:13.792 INFO O| Jul 10 19:51:13.792 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77442026-07-10T19:51:15.044Z[ recovery-image] Jul 10 19:51:13.798 INFO O| Jul 10 19:51:13.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77452026-07-10T19:51:15.044Z[ recovery-image] Jul 10 19:51:13.798 INFO O| Jul 10 19:51:13.798 INFO STEP 799 (remove_files) COMPLETE
77462026-07-10T19:51:15.047Z[ recovery-image] Jul 10 19:51:13.798 INFO O| Jul 10 19:51:13.798 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77472026-07-10T19:51:15.051Z[ recovery-image] Jul 10 19:51:13.805 INFO O| Jul 10 19:51:13.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77482026-07-10T19:51:15.052Z[ recovery-image] Jul 10 19:51:13.805 INFO O| Jul 10 19:51:13.805 INFO STEP 800 (remove_files) COMPLETE
77492026-07-10T19:51:15.058Z[ recovery-image] Jul 10 19:51:13.805 INFO O| Jul 10 19:51:13.805 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77502026-07-10T19:51:15.058Z[ recovery-image] Jul 10 19:51:13.811 INFO O| Jul 10 19:51:13.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77512026-07-10T19:51:15.058Z[ recovery-image] Jul 10 19:51:13.811 INFO O| Jul 10 19:51:13.811 INFO STEP 801 (remove_files) COMPLETE
77522026-07-10T19:51:15.061Z[ recovery-image] Jul 10 19:51:13.811 INFO O| Jul 10 19:51:13.811 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77532026-07-10T19:51:15.063Z[ recovery-image] Jul 10 19:51:13.817 INFO O| Jul 10 19:51:13.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77542026-07-10T19:51:15.063Z[ recovery-image] Jul 10 19:51:13.817 INFO O| Jul 10 19:51:13.817 INFO STEP 802 (remove_files) COMPLETE
77552026-07-10T19:51:15.063Z[ recovery-image] Jul 10 19:51:13.817 INFO O| Jul 10 19:51:13.817 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77562026-07-10T19:51:15.068Z[ recovery-image] Jul 10 19:51:13.822 INFO O| Jul 10 19:51:13.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77572026-07-10T19:51:15.073Z[ recovery-image] Jul 10 19:51:13.823 INFO O| Jul 10 19:51:13.823 INFO STEP 803 (remove_files) COMPLETE
77582026-07-10T19:51:15.073Z[ recovery-image] Jul 10 19:51:13.823 INFO O| Jul 10 19:51:13.823 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77592026-07-10T19:51:15.076Z[ recovery-image] Jul 10 19:51:13.829 INFO O| Jul 10 19:51:13.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77602026-07-10T19:51:15.076Z[ recovery-image] Jul 10 19:51:13.829 INFO O| Jul 10 19:51:13.829 INFO STEP 804 (remove_files) COMPLETE
77612026-07-10T19:51:15.076Z[ recovery-image] Jul 10 19:51:13.829 INFO O| Jul 10 19:51:13.829 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77622026-07-10T19:51:15.080Z[ recovery-image] Jul 10 19:51:13.835 INFO O| Jul 10 19:51:13.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77632026-07-10T19:51:15.080Z[ recovery-image] Jul 10 19:51:13.835 INFO O| Jul 10 19:51:13.835 INFO STEP 805 (remove_files) COMPLETE
77642026-07-10T19:51:15.080Z[ recovery-image] Jul 10 19:51:13.835 INFO O| Jul 10 19:51:13.835 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77652026-07-10T19:51:15.088Z[ recovery-image] Jul 10 19:51:13.843 INFO O| Jul 10 19:51:13.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77662026-07-10T19:51:15.088Z[ recovery-image] Jul 10 19:51:13.843 INFO O| Jul 10 19:51:13.843 INFO STEP 806 (remove_files) COMPLETE
77672026-07-10T19:51:15.088Z[ recovery-image] Jul 10 19:51:13.843 INFO O| Jul 10 19:51:13.843 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77682026-07-10T19:51:15.094Z[ recovery-image] Jul 10 19:51:13.848 INFO O| Jul 10 19:51:13.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77692026-07-10T19:51:15.094Z[ recovery-image] Jul 10 19:51:13.848 INFO O| Jul 10 19:51:13.848 INFO STEP 807 (remove_files) COMPLETE
77702026-07-10T19:51:15.097Z[ recovery-image] Jul 10 19:51:13.848 INFO O| Jul 10 19:51:13.848 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77712026-07-10T19:51:15.100Z[ recovery-image] Jul 10 19:51:13.853 INFO O| Jul 10 19:51:13.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77722026-07-10T19:51:15.101Z[ recovery-image] Jul 10 19:51:13.853 INFO O| Jul 10 19:51:13.853 INFO STEP 808 (remove_files) COMPLETE
77732026-07-10T19:51:15.101Z[ recovery-image] Jul 10 19:51:13.853 INFO O| Jul 10 19:51:13.853 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77742026-07-10T19:51:15.104Z[ recovery-image] Jul 10 19:51:13.858 INFO O| Jul 10 19:51:13.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77752026-07-10T19:51:15.104Z[ recovery-image] Jul 10 19:51:13.858 INFO O| Jul 10 19:51:13.858 INFO STEP 809 (remove_files) COMPLETE
77762026-07-10T19:51:15.104Z[ recovery-image] Jul 10 19:51:13.858 INFO O| Jul 10 19:51:13.858 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77772026-07-10T19:51:15.109Z[ recovery-image] Jul 10 19:51:13.864 INFO O| Jul 10 19:51:13.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77782026-07-10T19:51:15.109Z[ recovery-image] Jul 10 19:51:13.864 INFO O| Jul 10 19:51:13.864 INFO STEP 810 (remove_files) COMPLETE
77792026-07-10T19:51:15.112Z[ recovery-image] Jul 10 19:51:13.864 INFO O| Jul 10 19:51:13.864 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77802026-07-10T19:51:15.115Z[ recovery-image] Jul 10 19:51:13.869 INFO O| Jul 10 19:51:13.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77812026-07-10T19:51:15.115Z[ recovery-image] Jul 10 19:51:13.869 INFO O| Jul 10 19:51:13.869 INFO STEP 811 (remove_files) COMPLETE
77822026-07-10T19:51:15.115Z[ recovery-image] Jul 10 19:51:13.869 INFO O| Jul 10 19:51:13.869 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77832026-07-10T19:51:15.122Z[ recovery-image] Jul 10 19:51:13.875 INFO O| Jul 10 19:51:13.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77842026-07-10T19:51:15.125Z[ recovery-image] Jul 10 19:51:13.875 INFO O| Jul 10 19:51:13.875 INFO STEP 812 (remove_files) COMPLETE
77852026-07-10T19:51:15.125Z[ recovery-image] Jul 10 19:51:13.875 INFO O| Jul 10 19:51:13.875 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77862026-07-10T19:51:15.131Z[ recovery-image] Jul 10 19:51:13.884 INFO O| Jul 10 19:51:13.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77872026-07-10T19:51:15.134Z[ recovery-image] Jul 10 19:51:13.884 INFO O| Jul 10 19:51:13.884 INFO STEP 813 (remove_files) COMPLETE
77882026-07-10T19:51:15.134Z[ recovery-image] Jul 10 19:51:13.884 INFO O| Jul 10 19:51:13.884 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77892026-07-10T19:51:15.139Z[ recovery-image] Jul 10 19:51:13.892 INFO O| Jul 10 19:51:13.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
77902026-07-10T19:51:15.142Z[ recovery-image] Jul 10 19:51:13.892 INFO O| Jul 10 19:51:13.892 INFO STEP 814 (remove_files) COMPLETE
77912026-07-10T19:51:15.142Z[ recovery-image] Jul 10 19:51:13.892 INFO O| Jul 10 19:51:13.892 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77922026-07-10T19:51:15.146Z[ recovery-image] Jul 10 19:51:13.899 INFO O| Jul 10 19:51:13.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
77932026-07-10T19:51:15.149Z[ recovery-image] Jul 10 19:51:13.899 INFO O| Jul 10 19:51:13.899 INFO STEP 815 (remove_files) COMPLETE
77942026-07-10T19:51:15.149Z[ recovery-image] Jul 10 19:51:13.899 INFO O| Jul 10 19:51:13.899 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77952026-07-10T19:51:15.152Z[ recovery-image] Jul 10 19:51:13.907 INFO O| Jul 10 19:51:13.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
77962026-07-10T19:51:15.152Z[ recovery-image] Jul 10 19:51:13.907 INFO O| Jul 10 19:51:13.907 INFO STEP 816 (remove_files) COMPLETE
77972026-07-10T19:51:15.152Z[ recovery-image] Jul 10 19:51:13.907 INFO O| Jul 10 19:51:13.907 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77982026-07-10T19:51:15.160Z[ recovery-image] Jul 10 19:51:13.914 INFO O| Jul 10 19:51:13.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
77992026-07-10T19:51:15.163Z[ recovery-image] Jul 10 19:51:13.914 INFO O| Jul 10 19:51:13.914 INFO STEP 817 (remove_files) COMPLETE
78002026-07-10T19:51:15.163Z[ recovery-image] Jul 10 19:51:13.914 INFO O| Jul 10 19:51:13.914 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78012026-07-10T19:51:15.167Z[ recovery-image] Jul 10 19:51:13.921 INFO O| Jul 10 19:51:13.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78022026-07-10T19:51:15.170Z[ recovery-image] Jul 10 19:51:13.921 INFO O| Jul 10 19:51:13.921 INFO STEP 818 (remove_files) COMPLETE
78032026-07-10T19:51:15.170Z[ recovery-image] Jul 10 19:51:13.921 INFO O| Jul 10 19:51:13.921 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78042026-07-10T19:51:15.175Z[ recovery-image] Jul 10 19:51:13.929 INFO O| Jul 10 19:51:13.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78052026-07-10T19:51:15.175Z[ recovery-image] Jul 10 19:51:13.930 INFO O| Jul 10 19:51:13.929 INFO STEP 819 (remove_files) COMPLETE
78062026-07-10T19:51:15.180Z[ recovery-image] Jul 10 19:51:13.930 INFO O| Jul 10 19:51:13.929 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78072026-07-10T19:51:15.183Z[ recovery-image] Jul 10 19:51:13.937 INFO O| Jul 10 19:51:13.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78082026-07-10T19:51:15.183Z[ recovery-image] Jul 10 19:51:13.937 INFO O| Jul 10 19:51:13.937 INFO STEP 820 (remove_files) COMPLETE
78092026-07-10T19:51:15.183Z[ recovery-image] Jul 10 19:51:13.937 INFO O| Jul 10 19:51:13.937 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78102026-07-10T19:51:15.189Z[ recovery-image] Jul 10 19:51:13.944 INFO O| Jul 10 19:51:13.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78112026-07-10T19:51:15.189Z[ recovery-image] Jul 10 19:51:13.944 INFO O| Jul 10 19:51:13.944 INFO STEP 821 (remove_files) COMPLETE
78122026-07-10T19:51:15.192Z[ recovery-image] Jul 10 19:51:13.944 INFO O| Jul 10 19:51:13.944 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78132026-07-10T19:51:15.196Z[ recovery-image] Jul 10 19:51:13.951 INFO O| Jul 10 19:51:13.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78142026-07-10T19:51:15.196Z[ recovery-image] Jul 10 19:51:13.951 INFO O| Jul 10 19:51:13.951 INFO STEP 822 (remove_files) COMPLETE
78152026-07-10T19:51:15.199Z[ recovery-image] Jul 10 19:51:13.951 INFO O| Jul 10 19:51:13.951 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78162026-07-10T19:51:15.203Z[ recovery-image] Jul 10 19:51:13.958 INFO O| Jul 10 19:51:13.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78172026-07-10T19:51:15.203Z[ recovery-image] Jul 10 19:51:13.958 INFO O| Jul 10 19:51:13.958 INFO STEP 823 (remove_files) COMPLETE
78182026-07-10T19:51:15.203Z[ recovery-image] Jul 10 19:51:13.958 INFO O| Jul 10 19:51:13.958 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78192026-07-10T19:51:15.211Z[ recovery-image] Jul 10 19:51:13.965 INFO O| Jul 10 19:51:13.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78202026-07-10T19:51:15.211Z[ recovery-image] Jul 10 19:51:13.965 INFO O| Jul 10 19:51:13.965 INFO STEP 824 (remove_files) COMPLETE
78212026-07-10T19:51:15.214Z[ recovery-image] Jul 10 19:51:13.965 INFO O| Jul 10 19:51:13.965 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78222026-07-10T19:51:15.218Z[ recovery-image] Jul 10 19:51:13.972 INFO O| Jul 10 19:51:13.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78232026-07-10T19:51:15.221Z[ recovery-image] Jul 10 19:51:13.972 INFO O| Jul 10 19:51:13.972 INFO STEP 825 (remove_files) COMPLETE
78242026-07-10T19:51:15.221Z[ recovery-image] Jul 10 19:51:13.972 INFO O| Jul 10 19:51:13.972 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78252026-07-10T19:51:15.225Z[ recovery-image] Jul 10 19:51:13.979 INFO O| Jul 10 19:51:13.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78262026-07-10T19:51:15.228Z[ recovery-image] Jul 10 19:51:13.979 INFO O| Jul 10 19:51:13.979 INFO STEP 826 (remove_files) COMPLETE
78272026-07-10T19:51:15.228Z[ recovery-image] Jul 10 19:51:13.979 INFO O| Jul 10 19:51:13.979 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78282026-07-10T19:51:15.232Z[ recovery-image] Jul 10 19:51:13.986 INFO O| Jul 10 19:51:13.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78292026-07-10T19:51:15.232Z[ recovery-image] Jul 10 19:51:13.986 INFO O| Jul 10 19:51:13.986 INFO STEP 827 (remove_files) COMPLETE
78302026-07-10T19:51:15.232Z[ recovery-image] Jul 10 19:51:13.986 INFO O| Jul 10 19:51:13.986 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78312026-07-10T19:51:15.241Z[ recovery-image] Jul 10 19:51:13.995 INFO O| Jul 10 19:51:13.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78322026-07-10T19:51:15.241Z[ recovery-image] Jul 10 19:51:13.995 INFO O| Jul 10 19:51:13.995 INFO STEP 828 (remove_files) COMPLETE
78332026-07-10T19:51:15.241Z[ recovery-image] Jul 10 19:51:13.995 INFO O| Jul 10 19:51:13.995 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78342026-07-10T19:51:15.248Z[ recovery-image] Jul 10 19:51:14.002 INFO O| Jul 10 19:51:14.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78352026-07-10T19:51:15.248Z[ recovery-image] Jul 10 19:51:14.002 INFO O| Jul 10 19:51:14.002 INFO STEP 829 (remove_files) COMPLETE
78362026-07-10T19:51:15.248Z[ recovery-image] Jul 10 19:51:14.002 INFO O| Jul 10 19:51:14.002 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78372026-07-10T19:51:15.255Z[ recovery-image] Jul 10 19:51:14.009 INFO O| Jul 10 19:51:14.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78382026-07-10T19:51:15.255Z[ recovery-image] Jul 10 19:51:14.009 INFO O| Jul 10 19:51:14.009 INFO STEP 830 (remove_files) COMPLETE
78392026-07-10T19:51:15.258Z[ recovery-image] Jul 10 19:51:14.009 INFO O| Jul 10 19:51:14.009 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78402026-07-10T19:51:15.262Z[ recovery-image] Jul 10 19:51:14.016 INFO O| Jul 10 19:51:14.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78412026-07-10T19:51:15.262Z[ recovery-image] Jul 10 19:51:14.016 INFO O| Jul 10 19:51:14.016 INFO STEP 831 (remove_files) COMPLETE
78422026-07-10T19:51:15.263Z[ recovery-image] Jul 10 19:51:14.016 INFO O| Jul 10 19:51:14.016 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78432026-07-10T19:51:15.270Z[ recovery-image] Jul 10 19:51:14.024 INFO O| Jul 10 19:51:14.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78442026-07-10T19:51:15.270Z[ recovery-image] Jul 10 19:51:14.024 INFO O| Jul 10 19:51:14.024 INFO STEP 832 (remove_files) COMPLETE
78452026-07-10T19:51:15.273Z[ recovery-image] Jul 10 19:51:14.024 INFO O| Jul 10 19:51:14.024 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78462026-07-10T19:51:15.278Z[ recovery-image] Jul 10 19:51:14.032 INFO O| Jul 10 19:51:14.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78472026-07-10T19:51:15.279Z[ recovery-image] Jul 10 19:51:14.032 INFO O| Jul 10 19:51:14.032 INFO STEP 833 (remove_files) COMPLETE
78482026-07-10T19:51:15.282Z[ recovery-image] Jul 10 19:51:14.032 INFO O| Jul 10 19:51:14.032 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78492026-07-10T19:51:15.285Z[ recovery-image] Jul 10 19:51:14.039 INFO O| Jul 10 19:51:14.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78502026-07-10T19:51:15.285Z[ recovery-image] Jul 10 19:51:14.039 INFO O| Jul 10 19:51:14.039 INFO STEP 834 (remove_files) COMPLETE
78512026-07-10T19:51:15.285Z[ recovery-image] Jul 10 19:51:14.039 INFO O| Jul 10 19:51:14.039 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78522026-07-10T19:51:15.292Z[ recovery-image] Jul 10 19:51:14.047 INFO O| Jul 10 19:51:14.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78532026-07-10T19:51:15.292Z[ recovery-image] Jul 10 19:51:14.047 INFO O| Jul 10 19:51:14.047 INFO STEP 835 (remove_files) COMPLETE
78542026-07-10T19:51:15.295Z[ recovery-image] Jul 10 19:51:14.047 INFO O| Jul 10 19:51:14.047 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78552026-07-10T19:51:15.299Z[ recovery-image] Jul 10 19:51:14.054 INFO O| Jul 10 19:51:14.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78562026-07-10T19:51:15.299Z[ recovery-image] Jul 10 19:51:14.054 INFO O| Jul 10 19:51:14.054 INFO STEP 836 (remove_files) COMPLETE
78572026-07-10T19:51:15.299Z[ recovery-image] Jul 10 19:51:14.054 INFO O| Jul 10 19:51:14.054 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78582026-07-10T19:51:15.307Z[ recovery-image] Jul 10 19:51:14.061 INFO O| Jul 10 19:51:14.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78592026-07-10T19:51:15.307Z[ recovery-image] Jul 10 19:51:14.061 INFO O| Jul 10 19:51:14.061 INFO STEP 837 (remove_files) COMPLETE
78602026-07-10T19:51:15.310Z[ recovery-image] Jul 10 19:51:14.061 INFO O| Jul 10 19:51:14.061 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78612026-07-10T19:51:15.313Z[ recovery-image] Jul 10 19:51:14.068 INFO O| Jul 10 19:51:14.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78622026-07-10T19:51:15.314Z[ recovery-image] Jul 10 19:51:14.068 INFO O| Jul 10 19:51:14.068 INFO STEP 838 (remove_files) COMPLETE
78632026-07-10T19:51:15.317Z[ recovery-image] Jul 10 19:51:14.068 INFO O| Jul 10 19:51:14.068 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78642026-07-10T19:51:15.320Z[ recovery-image] Jul 10 19:51:14.075 INFO O| Jul 10 19:51:14.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78652026-07-10T19:51:15.320Z[ recovery-image] Jul 10 19:51:14.075 INFO O| Jul 10 19:51:14.075 INFO STEP 839 (remove_files) COMPLETE
78662026-07-10T19:51:15.320Z[ recovery-image] Jul 10 19:51:14.075 INFO O| Jul 10 19:51:14.075 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78672026-07-10T19:51:15.328Z[ recovery-image] Jul 10 19:51:14.082 INFO O| Jul 10 19:51:14.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78682026-07-10T19:51:15.328Z[ recovery-image] Jul 10 19:51:14.083 INFO O| Jul 10 19:51:14.083 INFO STEP 840 (remove_files) COMPLETE
78692026-07-10T19:51:15.331Z[ recovery-image] Jul 10 19:51:14.083 INFO O| Jul 10 19:51:14.083 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78702026-07-10T19:51:15.335Z[ recovery-image] Jul 10 19:51:14.089 INFO O| Jul 10 19:51:14.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78712026-07-10T19:51:15.335Z[ recovery-image] Jul 10 19:51:14.089 INFO O| Jul 10 19:51:14.089 INFO STEP 841 (remove_files) COMPLETE
78722026-07-10T19:51:15.337Z[ recovery-image] Jul 10 19:51:14.089 INFO O| Jul 10 19:51:14.089 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78732026-07-10T19:51:15.341Z[ recovery-image] Jul 10 19:51:14.095 INFO O| Jul 10 19:51:14.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78742026-07-10T19:51:15.345Z[ recovery-image] Jul 10 19:51:14.095 INFO O| Jul 10 19:51:14.095 INFO STEP 842 (remove_files) COMPLETE
78752026-07-10T19:51:15.345Z[ recovery-image] Jul 10 19:51:14.095 INFO O| Jul 10 19:51:14.095 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78762026-07-10T19:51:15.348Z[ recovery-image] Jul 10 19:51:14.101 INFO O| Jul 10 19:51:14.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78772026-07-10T19:51:15.348Z[ recovery-image] Jul 10 19:51:14.101 INFO O| Jul 10 19:51:14.101 INFO STEP 843 (remove_files) COMPLETE
78782026-07-10T19:51:15.348Z[ recovery-image] Jul 10 19:51:14.101 INFO O| Jul 10 19:51:14.101 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78792026-07-10T19:51:15.353Z[ recovery-image] Jul 10 19:51:14.107 INFO O| Jul 10 19:51:14.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78802026-07-10T19:51:15.353Z[ recovery-image] Jul 10 19:51:14.107 INFO O| Jul 10 19:51:14.107 INFO STEP 844 (remove_files) COMPLETE
78812026-07-10T19:51:15.353Z[ recovery-image] Jul 10 19:51:14.107 INFO O| Jul 10 19:51:14.107 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78822026-07-10T19:51:15.358Z[ recovery-image] Jul 10 19:51:14.113 INFO O| Jul 10 19:51:14.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78832026-07-10T19:51:15.361Z[ recovery-image] Jul 10 19:51:14.113 INFO O| Jul 10 19:51:14.113 INFO STEP 845 (remove_files) COMPLETE
78842026-07-10T19:51:15.361Z[ recovery-image] Jul 10 19:51:14.113 INFO O| Jul 10 19:51:14.113 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78852026-07-10T19:51:15.364Z[ recovery-image] Jul 10 19:51:14.119 INFO O| Jul 10 19:51:14.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78862026-07-10T19:51:15.365Z[ recovery-image] Jul 10 19:51:14.119 INFO O| Jul 10 19:51:14.119 INFO STEP 846 (remove_files) COMPLETE
78872026-07-10T19:51:15.365Z[ recovery-image] Jul 10 19:51:14.119 INFO O| Jul 10 19:51:14.119 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78882026-07-10T19:51:15.371Z[ recovery-image] Jul 10 19:51:14.126 INFO O| Jul 10 19:51:14.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78892026-07-10T19:51:15.371Z[ recovery-image] Jul 10 19:51:14.126 INFO O| Jul 10 19:51:14.126 INFO STEP 847 (remove_files) COMPLETE
78902026-07-10T19:51:15.371Z[ recovery-image] Jul 10 19:51:14.126 INFO O| Jul 10 19:51:14.126 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78912026-07-10T19:51:15.377Z[ recovery-image] Jul 10 19:51:14.132 INFO O| Jul 10 19:51:14.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
78922026-07-10T19:51:15.377Z[ recovery-image] Jul 10 19:51:14.132 INFO O| Jul 10 19:51:14.132 INFO STEP 848 (remove_files) COMPLETE
78932026-07-10T19:51:15.377Z[ recovery-image] Jul 10 19:51:14.132 INFO O| Jul 10 19:51:14.132 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78942026-07-10T19:51:15.383Z[ recovery-image] Jul 10 19:51:14.137 INFO O| Jul 10 19:51:14.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
78952026-07-10T19:51:15.383Z[ recovery-image] Jul 10 19:51:14.137 INFO O| Jul 10 19:51:14.137 INFO STEP 849 (remove_files) COMPLETE
78962026-07-10T19:51:15.386Z[ recovery-image] Jul 10 19:51:14.137 INFO O| Jul 10 19:51:14.137 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78972026-07-10T19:51:15.389Z[ recovery-image] Jul 10 19:51:14.143 INFO O| Jul 10 19:51:14.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
78982026-07-10T19:51:15.391Z[ recovery-image] Jul 10 19:51:14.143 INFO O| Jul 10 19:51:14.143 INFO STEP 850 (remove_files) COMPLETE
78992026-07-10T19:51:15.391Z[ recovery-image] Jul 10 19:51:14.143 INFO O| Jul 10 19:51:14.143 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79002026-07-10T19:51:15.395Z[ recovery-image] Jul 10 19:51:14.149 INFO O| Jul 10 19:51:14.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79012026-07-10T19:51:15.395Z[ recovery-image] Jul 10 19:51:14.149 INFO O| Jul 10 19:51:14.149 INFO STEP 851 (remove_files) COMPLETE
79022026-07-10T19:51:15.395Z[ recovery-image] Jul 10 19:51:14.149 INFO O| Jul 10 19:51:14.149 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79032026-07-10T19:51:15.400Z[ recovery-image] Jul 10 19:51:14.155 INFO O| Jul 10 19:51:14.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79042026-07-10T19:51:15.400Z[ recovery-image] Jul 10 19:51:14.155 INFO O| Jul 10 19:51:14.155 INFO STEP 852 (remove_files) COMPLETE
79052026-07-10T19:51:15.401Z[ recovery-image] Jul 10 19:51:14.155 INFO O| Jul 10 19:51:14.155 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79062026-07-10T19:51:15.410Z[ recovery-image] Jul 10 19:51:14.163 INFO O| Jul 10 19:51:14.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79072026-07-10T19:51:15.413Z[ recovery-image] Jul 10 19:51:14.164 INFO O| Jul 10 19:51:14.164 INFO STEP 853 (remove_files) COMPLETE
79082026-07-10T19:51:15.413Z[ recovery-image] Jul 10 19:51:14.164 INFO O| Jul 10 19:51:14.164 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79092026-07-10T19:51:15.416Z[ recovery-image] Jul 10 19:51:14.170 INFO O| Jul 10 19:51:14.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79102026-07-10T19:51:15.416Z[ recovery-image] Jul 10 19:51:14.170 INFO O| Jul 10 19:51:14.170 INFO STEP 854 (remove_files) COMPLETE
79112026-07-10T19:51:15.419Z[ recovery-image] Jul 10 19:51:14.170 INFO O| Jul 10 19:51:14.170 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79122026-07-10T19:51:15.423Z[ recovery-image] Jul 10 19:51:14.178 INFO O| Jul 10 19:51:14.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79132026-07-10T19:51:15.426Z[ recovery-image] Jul 10 19:51:14.178 INFO O| Jul 10 19:51:14.178 INFO STEP 855 (remove_files) COMPLETE
79142026-07-10T19:51:15.426Z[ recovery-image] Jul 10 19:51:14.178 INFO O| Jul 10 19:51:14.178 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79152026-07-10T19:51:15.431Z[ recovery-image] Jul 10 19:51:14.185 INFO O| Jul 10 19:51:14.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79162026-07-10T19:51:15.431Z[ recovery-image] Jul 10 19:51:14.185 INFO O| Jul 10 19:51:14.185 INFO STEP 856 (remove_files) COMPLETE
79172026-07-10T19:51:15.434Z[ recovery-image] Jul 10 19:51:14.186 INFO O| Jul 10 19:51:14.185 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79182026-07-10T19:51:15.439Z[ recovery-image] Jul 10 19:51:14.193 INFO O| Jul 10 19:51:14.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79192026-07-10T19:51:15.439Z[ recovery-image] Jul 10 19:51:14.193 INFO O| Jul 10 19:51:14.193 INFO STEP 857 (remove_files) COMPLETE
79202026-07-10T19:51:15.442Z[ recovery-image] Jul 10 19:51:14.193 INFO O| Jul 10 19:51:14.193 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79212026-07-10T19:51:15.445Z[ recovery-image] Jul 10 19:51:14.199 INFO O| Jul 10 19:51:14.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79222026-07-10T19:51:15.445Z[ recovery-image] Jul 10 19:51:14.199 INFO O| Jul 10 19:51:14.199 INFO STEP 858 (remove_files) COMPLETE
79232026-07-10T19:51:15.445Z[ recovery-image] Jul 10 19:51:14.199 INFO O| Jul 10 19:51:14.199 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79242026-07-10T19:51:15.450Z[ recovery-image] Jul 10 19:51:14.205 INFO O| Jul 10 19:51:14.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79252026-07-10T19:51:15.450Z[ recovery-image] Jul 10 19:51:14.205 INFO O| Jul 10 19:51:14.205 INFO STEP 859 (remove_files) COMPLETE
79262026-07-10T19:51:15.453Z[ recovery-image] Jul 10 19:51:14.205 INFO O| Jul 10 19:51:14.205 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79272026-07-10T19:51:15.456Z[ recovery-image] Jul 10 19:51:14.210 INFO O| Jul 10 19:51:14.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79282026-07-10T19:51:15.459Z[ recovery-image] Jul 10 19:51:14.210 INFO O| Jul 10 19:51:14.210 INFO STEP 860 (remove_files) COMPLETE
79292026-07-10T19:51:15.459Z[ recovery-image] Jul 10 19:51:14.210 INFO O| Jul 10 19:51:14.210 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79302026-07-10T19:51:15.462Z[ recovery-image] Jul 10 19:51:14.216 INFO O| Jul 10 19:51:14.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79312026-07-10T19:51:15.462Z[ recovery-image] Jul 10 19:51:14.216 INFO O| Jul 10 19:51:14.216 INFO STEP 861 (remove_files) COMPLETE
79322026-07-10T19:51:15.462Z[ recovery-image] Jul 10 19:51:14.216 INFO O| Jul 10 19:51:14.216 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79332026-07-10T19:51:15.467Z[ recovery-image] Jul 10 19:51:14.221 INFO O| Jul 10 19:51:14.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79342026-07-10T19:51:15.469Z[ recovery-image] Jul 10 19:51:14.221 INFO O| Jul 10 19:51:14.221 INFO STEP 862 (remove_files) COMPLETE
79352026-07-10T19:51:15.472Z[ recovery-image] Jul 10 19:51:14.221 INFO O| Jul 10 19:51:14.221 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79362026-07-10T19:51:15.476Z[ recovery-image] Jul 10 19:51:14.227 INFO O| Jul 10 19:51:14.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79372026-07-10T19:51:15.476Z[ recovery-image] Jul 10 19:51:14.227 INFO O| Jul 10 19:51:14.227 INFO STEP 863 (remove_files) COMPLETE
79382026-07-10T19:51:15.476Z[ recovery-image] Jul 10 19:51:14.227 INFO O| Jul 10 19:51:14.227 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79392026-07-10T19:51:15.479Z[ recovery-image] Jul 10 19:51:14.232 INFO O| Jul 10 19:51:14.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79402026-07-10T19:51:15.479Z[ recovery-image] Jul 10 19:51:14.232 INFO O| Jul 10 19:51:14.232 INFO STEP 864 (remove_files) COMPLETE
79412026-07-10T19:51:15.479Z[ recovery-image] Jul 10 19:51:14.232 INFO O| Jul 10 19:51:14.232 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79422026-07-10T19:51:15.483Z[ recovery-image] Jul 10 19:51:14.238 INFO O| Jul 10 19:51:14.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79432026-07-10T19:51:15.483Z[ recovery-image] Jul 10 19:51:14.238 INFO O| Jul 10 19:51:14.238 INFO STEP 865 (remove_files) COMPLETE
79442026-07-10T19:51:15.483Z[ recovery-image] Jul 10 19:51:14.238 INFO O| Jul 10 19:51:14.238 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79452026-07-10T19:51:15.493Z[ recovery-image] Jul 10 19:51:14.247 INFO O| Jul 10 19:51:14.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79462026-07-10T19:51:15.493Z[ recovery-image] Jul 10 19:51:14.247 INFO O| Jul 10 19:51:14.247 INFO STEP 866 (remove_files) COMPLETE
79472026-07-10T19:51:15.496Z[ recovery-image] Jul 10 19:51:14.247 INFO O| Jul 10 19:51:14.247 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79482026-07-10T19:51:15.500Z[ recovery-image] Jul 10 19:51:14.254 INFO O| Jul 10 19:51:14.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79492026-07-10T19:51:15.500Z[ recovery-image] Jul 10 19:51:14.254 INFO O| Jul 10 19:51:14.254 INFO STEP 867 (remove_files) COMPLETE
79502026-07-10T19:51:15.500Z[ recovery-image] Jul 10 19:51:14.254 INFO O| Jul 10 19:51:14.254 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79512026-07-10T19:51:15.507Z[ recovery-image] Jul 10 19:51:14.262 INFO O| Jul 10 19:51:14.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79522026-07-10T19:51:15.507Z[ recovery-image] Jul 10 19:51:14.262 INFO O| Jul 10 19:51:14.262 INFO STEP 868 (remove_files) COMPLETE
79532026-07-10T19:51:15.510Z[ recovery-image] Jul 10 19:51:14.262 INFO O| Jul 10 19:51:14.262 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79542026-07-10T19:51:15.515Z[ recovery-image] Jul 10 19:51:14.269 INFO O| Jul 10 19:51:14.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79552026-07-10T19:51:15.515Z[ recovery-image] Jul 10 19:51:14.269 INFO O| Jul 10 19:51:14.269 INFO STEP 869 (remove_files) COMPLETE
79562026-07-10T19:51:15.515Z[ recovery-image] Jul 10 19:51:14.269 INFO O| Jul 10 19:51:14.269 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79572026-07-10T19:51:15.522Z[ recovery-image] Jul 10 19:51:14.277 INFO O| Jul 10 19:51:14.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79582026-07-10T19:51:15.522Z[ recovery-image] Jul 10 19:51:14.277 INFO O| Jul 10 19:51:14.277 INFO STEP 870 (remove_files) COMPLETE
79592026-07-10T19:51:15.525Z[ recovery-image] Jul 10 19:51:14.277 INFO O| Jul 10 19:51:14.277 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79602026-07-10T19:51:15.530Z[ recovery-image] Jul 10 19:51:14.285 INFO O| Jul 10 19:51:14.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79612026-07-10T19:51:15.530Z[ recovery-image] Jul 10 19:51:14.285 INFO O| Jul 10 19:51:14.285 INFO STEP 871 (remove_files) COMPLETE
79622026-07-10T19:51:15.530Z[ recovery-image] Jul 10 19:51:14.285 INFO O| Jul 10 19:51:14.285 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79632026-07-10T19:51:15.537Z[ recovery-image] Jul 10 19:51:14.291 INFO O| Jul 10 19:51:14.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79642026-07-10T19:51:15.537Z[ recovery-image] Jul 10 19:51:14.291 INFO O| Jul 10 19:51:14.291 INFO STEP 872 (remove_files) COMPLETE
79652026-07-10T19:51:15.537Z[ recovery-image] Jul 10 19:51:14.291 INFO O| Jul 10 19:51:14.291 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79662026-07-10T19:51:15.543Z[ recovery-image] Jul 10 19:51:14.297 INFO O| Jul 10 19:51:14.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79672026-07-10T19:51:15.543Z[ recovery-image] Jul 10 19:51:14.297 INFO O| Jul 10 19:51:14.297 INFO STEP 873 (remove_files) COMPLETE
79682026-07-10T19:51:15.543Z[ recovery-image] Jul 10 19:51:14.297 INFO O| Jul 10 19:51:14.297 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79692026-07-10T19:51:15.548Z[ recovery-image] Jul 10 19:51:14.303 INFO O| Jul 10 19:51:14.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79702026-07-10T19:51:15.548Z[ recovery-image] Jul 10 19:51:14.303 INFO O| Jul 10 19:51:14.303 INFO STEP 874 (remove_files) COMPLETE
79712026-07-10T19:51:15.551Z[ recovery-image] Jul 10 19:51:14.303 INFO O| Jul 10 19:51:14.303 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79722026-07-10T19:51:15.554Z[ recovery-image] Jul 10 19:51:14.309 INFO O| Jul 10 19:51:14.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79732026-07-10T19:51:15.554Z[ recovery-image] Jul 10 19:51:14.309 INFO O| Jul 10 19:51:14.309 INFO STEP 875 (remove_files) COMPLETE
79742026-07-10T19:51:15.557Z[ recovery-image] Jul 10 19:51:14.309 INFO O| Jul 10 19:51:14.309 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79752026-07-10T19:51:15.560Z[ recovery-image] Jul 10 19:51:14.314 INFO O| Jul 10 19:51:14.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79762026-07-10T19:51:15.560Z[ recovery-image] Jul 10 19:51:14.315 INFO O| Jul 10 19:51:14.315 INFO STEP 876 (remove_files) COMPLETE
79772026-07-10T19:51:15.560Z[ recovery-image] Jul 10 19:51:14.315 INFO O| Jul 10 19:51:14.315 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79782026-07-10T19:51:15.566Z[ recovery-image] Jul 10 19:51:14.320 INFO O| Jul 10 19:51:14.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79792026-07-10T19:51:15.566Z[ recovery-image] Jul 10 19:51:14.321 INFO O| Jul 10 19:51:14.321 INFO STEP 877 (remove_files) COMPLETE
79802026-07-10T19:51:15.566Z[ recovery-image] Jul 10 19:51:14.321 INFO O| Jul 10 19:51:14.321 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79812026-07-10T19:51:15.572Z[ recovery-image] Jul 10 19:51:14.326 INFO O| Jul 10 19:51:14.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79822026-07-10T19:51:15.572Z[ recovery-image] Jul 10 19:51:14.326 INFO O| Jul 10 19:51:14.326 INFO STEP 878 (remove_files) COMPLETE
79832026-07-10T19:51:15.572Z[ recovery-image] Jul 10 19:51:14.326 INFO O| Jul 10 19:51:14.326 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79842026-07-10T19:51:15.578Z[ recovery-image] Jul 10 19:51:14.332 INFO O| Jul 10 19:51:14.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79852026-07-10T19:51:15.578Z[ recovery-image] Jul 10 19:51:14.332 INFO O| Jul 10 19:51:14.332 INFO STEP 879 (remove_files) COMPLETE
79862026-07-10T19:51:15.578Z[ recovery-image] Jul 10 19:51:14.332 INFO O| Jul 10 19:51:14.332 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79872026-07-10T19:51:15.583Z[ recovery-image] Jul 10 19:51:14.338 INFO O| Jul 10 19:51:14.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79882026-07-10T19:51:15.586Z[ recovery-image] Jul 10 19:51:14.338 INFO O| Jul 10 19:51:14.338 INFO STEP 880 (remove_files) COMPLETE
79892026-07-10T19:51:15.586Z[ recovery-image] Jul 10 19:51:14.338 INFO O| Jul 10 19:51:14.338 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79902026-07-10T19:51:15.590Z[ recovery-image] Jul 10 19:51:14.344 INFO O| Jul 10 19:51:14.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
79912026-07-10T19:51:15.590Z[ recovery-image] Jul 10 19:51:14.344 INFO O| Jul 10 19:51:14.344 INFO STEP 881 (remove_files) COMPLETE
79922026-07-10T19:51:15.590Z[ recovery-image] Jul 10 19:51:14.344 INFO O| Jul 10 19:51:14.344 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79932026-07-10T19:51:15.595Z[ recovery-image] Jul 10 19:51:14.350 INFO O| Jul 10 19:51:14.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
79942026-07-10T19:51:15.596Z[ recovery-image] Jul 10 19:51:14.350 INFO O| Jul 10 19:51:14.350 INFO STEP 882 (remove_files) COMPLETE
79952026-07-10T19:51:15.596Z[ recovery-image] Jul 10 19:51:14.350 INFO O| Jul 10 19:51:14.350 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79962026-07-10T19:51:15.604Z[ recovery-image] Jul 10 19:51:14.358 INFO O| Jul 10 19:51:14.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
79972026-07-10T19:51:15.606Z[ recovery-image] Jul 10 19:51:14.358 INFO O| Jul 10 19:51:14.358 INFO STEP 883 (remove_files) COMPLETE
79982026-07-10T19:51:15.606Z[ recovery-image] Jul 10 19:51:14.358 INFO O| Jul 10 19:51:14.358 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79992026-07-10T19:51:15.611Z[ recovery-image] Jul 10 19:51:14.365 INFO O| Jul 10 19:51:14.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80002026-07-10T19:51:15.613Z[ recovery-image] Jul 10 19:51:14.365 INFO O| Jul 10 19:51:14.365 INFO STEP 884 (remove_files) COMPLETE
80012026-07-10T19:51:15.613Z[ recovery-image] Jul 10 19:51:14.365 INFO O| Jul 10 19:51:14.365 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80022026-07-10T19:51:15.616Z[ recovery-image] Jul 10 19:51:14.371 INFO O| Jul 10 19:51:14.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80032026-07-10T19:51:15.617Z[ recovery-image] Jul 10 19:51:14.371 INFO O| Jul 10 19:51:14.371 INFO STEP 885 (remove_files) COMPLETE
80042026-07-10T19:51:15.620Z[ recovery-image] Jul 10 19:51:14.371 INFO O| Jul 10 19:51:14.371 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80052026-07-10T19:51:15.623Z[ recovery-image] Jul 10 19:51:14.378 INFO O| Jul 10 19:51:14.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80062026-07-10T19:51:15.626Z[ recovery-image] Jul 10 19:51:14.378 INFO O| Jul 10 19:51:14.378 INFO STEP 886 (remove_files) COMPLETE
80072026-07-10T19:51:15.626Z[ recovery-image] Jul 10 19:51:14.378 INFO O| Jul 10 19:51:14.378 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80082026-07-10T19:51:15.631Z[ recovery-image] Jul 10 19:51:14.385 INFO O| Jul 10 19:51:14.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80092026-07-10T19:51:15.631Z[ recovery-image] Jul 10 19:51:14.385 INFO O| Jul 10 19:51:14.385 INFO STEP 887 (remove_files) COMPLETE
80102026-07-10T19:51:15.634Z[ recovery-image] Jul 10 19:51:14.385 INFO O| Jul 10 19:51:14.385 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80112026-07-10T19:51:15.638Z[ recovery-image] Jul 10 19:51:14.392 INFO O| Jul 10 19:51:14.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80122026-07-10T19:51:15.638Z[ recovery-image] Jul 10 19:51:14.392 INFO O| Jul 10 19:51:14.392 INFO STEP 888 (remove_files) COMPLETE
80132026-07-10T19:51:15.638Z[ recovery-image] Jul 10 19:51:14.392 INFO O| Jul 10 19:51:14.392 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80142026-07-10T19:51:15.643Z[ recovery-image] Jul 10 19:51:14.398 INFO O| Jul 10 19:51:14.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80152026-07-10T19:51:15.643Z[ recovery-image] Jul 10 19:51:14.398 INFO O| Jul 10 19:51:14.398 INFO STEP 889 (remove_files) COMPLETE
80162026-07-10T19:51:15.643Z[ recovery-image] Jul 10 19:51:14.398 INFO O| Jul 10 19:51:14.398 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80172026-07-10T19:51:15.650Z[ recovery-image] Jul 10 19:51:14.404 INFO O| Jul 10 19:51:14.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80182026-07-10T19:51:15.650Z[ recovery-image] Jul 10 19:51:14.404 INFO O| Jul 10 19:51:14.404 INFO STEP 890 (remove_files) COMPLETE
80192026-07-10T19:51:15.652Z[ recovery-image] Jul 10 19:51:14.404 INFO O| Jul 10 19:51:14.404 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80202026-07-10T19:51:15.655Z[ recovery-image] Jul 10 19:51:14.410 INFO O| Jul 10 19:51:14.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80212026-07-10T19:51:15.655Z[ recovery-image] Jul 10 19:51:14.410 INFO O| Jul 10 19:51:14.410 INFO STEP 891 (remove_files) COMPLETE
80222026-07-10T19:51:15.655Z[ recovery-image] Jul 10 19:51:14.410 INFO O| Jul 10 19:51:14.410 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80232026-07-10T19:51:15.661Z[ recovery-image] Jul 10 19:51:14.415 INFO O| Jul 10 19:51:14.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80242026-07-10T19:51:15.661Z[ recovery-image] Jul 10 19:51:14.415 INFO O| Jul 10 19:51:14.415 INFO STEP 892 (remove_files) COMPLETE
80252026-07-10T19:51:15.664Z[ recovery-image] Jul 10 19:51:14.415 INFO O| Jul 10 19:51:14.415 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80262026-07-10T19:51:15.668Z[ recovery-image] Jul 10 19:51:14.421 INFO O| Jul 10 19:51:14.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80272026-07-10T19:51:15.669Z[ recovery-image] Jul 10 19:51:14.421 INFO O| Jul 10 19:51:14.421 INFO STEP 893 (remove_files) COMPLETE
80282026-07-10T19:51:15.669Z[ recovery-image] Jul 10 19:51:14.421 INFO O| Jul 10 19:51:14.421 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80292026-07-10T19:51:15.672Z[ recovery-image] Jul 10 19:51:14.427 INFO O| Jul 10 19:51:14.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80302026-07-10T19:51:15.675Z[ recovery-image] Jul 10 19:51:14.427 INFO O| Jul 10 19:51:14.427 INFO STEP 894 (remove_files) COMPLETE
80312026-07-10T19:51:15.675Z[ recovery-image] Jul 10 19:51:14.427 INFO O| Jul 10 19:51:14.427 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80322026-07-10T19:51:15.678Z[ recovery-image] Jul 10 19:51:14.432 INFO O| Jul 10 19:51:14.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80332026-07-10T19:51:15.678Z[ recovery-image] Jul 10 19:51:14.432 INFO O| Jul 10 19:51:14.432 INFO STEP 895 (remove_files) COMPLETE
80342026-07-10T19:51:15.678Z[ recovery-image] Jul 10 19:51:14.432 INFO O| Jul 10 19:51:14.432 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80352026-07-10T19:51:15.731Z[ recovery-image] Jul 10 19:51:14.438 INFO O| Jul 10 19:51:14.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80362026-07-10T19:51:15.731Z[ recovery-image] Jul 10 19:51:14.438 INFO O| Jul 10 19:51:14.438 INFO STEP 896 (remove_files) COMPLETE
80372026-07-10T19:51:15.737Z[ recovery-image] Jul 10 19:51:14.438 INFO O| Jul 10 19:51:14.438 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80382026-07-10T19:51:15.737Z[ recovery-image] Jul 10 19:51:14.446 INFO O| Jul 10 19:51:14.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80392026-07-10T19:51:15.737Z[ recovery-image] Jul 10 19:51:14.446 INFO O| Jul 10 19:51:14.446 INFO STEP 897 (remove_files) COMPLETE
80402026-07-10T19:51:15.737Z[ recovery-image] Jul 10 19:51:14.446 INFO O| Jul 10 19:51:14.446 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80412026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.452 INFO O| Jul 10 19:51:14.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80422026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.452 INFO O| Jul 10 19:51:14.452 INFO STEP 898 (remove_files) COMPLETE
80432026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.452 INFO O| Jul 10 19:51:14.452 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80442026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.458 INFO O| Jul 10 19:51:14.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80452026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.458 INFO O| Jul 10 19:51:14.458 INFO STEP 899 (remove_files) COMPLETE
80462026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.458 INFO O| Jul 10 19:51:14.458 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80472026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.464 INFO O| Jul 10 19:51:14.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80482026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.465 INFO O| Jul 10 19:51:14.465 INFO STEP 900 (remove_files) COMPLETE
80492026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.465 INFO O| Jul 10 19:51:14.465 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80502026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.470 INFO O| Jul 10 19:51:14.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80512026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.470 INFO O| Jul 10 19:51:14.470 INFO STEP 901 (remove_files) COMPLETE
80522026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.470 INFO O| Jul 10 19:51:14.470 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80532026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.475 INFO O| Jul 10 19:51:14.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80542026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.475 INFO O| Jul 10 19:51:14.475 INFO STEP 902 (remove_files) COMPLETE
80552026-07-10T19:51:15.738Z[ recovery-image] Jul 10 19:51:14.475 INFO O| Jul 10 19:51:14.475 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80562026-07-10T19:51:15.739Z[ recovery-image] Jul 10 19:51:14.481 INFO O| Jul 10 19:51:14.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80572026-07-10T19:51:15.739Z[ recovery-image] Jul 10 19:51:14.481 INFO O| Jul 10 19:51:14.481 INFO STEP 903 (remove_files) COMPLETE
80582026-07-10T19:51:15.739Z[ recovery-image] Jul 10 19:51:14.481 INFO O| Jul 10 19:51:14.481 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80592026-07-10T19:51:15.739Z[ recovery-image] Jul 10 19:51:14.487 INFO O| Jul 10 19:51:14.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80602026-07-10T19:51:15.739Z[ recovery-image] Jul 10 19:51:14.487 INFO O| Jul 10 19:51:14.487 INFO STEP 904 (remove_files) COMPLETE
80612026-07-10T19:51:15.740Z[ recovery-image] Jul 10 19:51:14.487 INFO O| Jul 10 19:51:14.487 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80622026-07-10T19:51:15.743Z[ recovery-image] Jul 10 19:51:14.496 INFO O| Jul 10 19:51:14.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80632026-07-10T19:51:15.743Z[ recovery-image] Jul 10 19:51:14.496 INFO O| Jul 10 19:51:14.496 INFO STEP 905 (remove_files) COMPLETE
80642026-07-10T19:51:15.743Z[ recovery-image] Jul 10 19:51:14.496 INFO O| Jul 10 19:51:14.496 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80652026-07-10T19:51:15.749Z[ recovery-image] Jul 10 19:51:14.503 INFO O| Jul 10 19:51:14.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80662026-07-10T19:51:15.749Z[ recovery-image] Jul 10 19:51:14.503 INFO O| Jul 10 19:51:14.503 INFO STEP 906 (remove_files) COMPLETE
80672026-07-10T19:51:15.749Z[ recovery-image] Jul 10 19:51:14.503 INFO O| Jul 10 19:51:14.503 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80682026-07-10T19:51:15.755Z[ recovery-image] Jul 10 19:51:14.510 INFO O| Jul 10 19:51:14.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80692026-07-10T19:51:15.755Z[ recovery-image] Jul 10 19:51:14.510 INFO O| Jul 10 19:51:14.510 INFO STEP 907 (remove_files) COMPLETE
80702026-07-10T19:51:15.756Z[ recovery-image] Jul 10 19:51:14.510 INFO O| Jul 10 19:51:14.510 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80712026-07-10T19:51:15.762Z[ recovery-image] Jul 10 19:51:14.516 INFO O| Jul 10 19:51:14.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80722026-07-10T19:51:15.762Z[ recovery-image] Jul 10 19:51:14.516 INFO O| Jul 10 19:51:14.516 INFO STEP 908 (remove_files) COMPLETE
80732026-07-10T19:51:15.762Z[ recovery-image] Jul 10 19:51:14.516 INFO O| Jul 10 19:51:14.516 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80742026-07-10T19:51:15.769Z[ recovery-image] Jul 10 19:51:14.523 INFO O| Jul 10 19:51:14.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80752026-07-10T19:51:15.769Z[ recovery-image] Jul 10 19:51:14.523 INFO O| Jul 10 19:51:14.523 INFO STEP 909 (remove_files) COMPLETE
80762026-07-10T19:51:15.769Z[ recovery-image] Jul 10 19:51:14.523 INFO O| Jul 10 19:51:14.523 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80772026-07-10T19:51:15.775Z[ recovery-image] Jul 10 19:51:14.529 INFO O| Jul 10 19:51:14.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80782026-07-10T19:51:15.775Z[ recovery-image] Jul 10 19:51:14.529 INFO O| Jul 10 19:51:14.529 INFO STEP 910 (remove_files) COMPLETE
80792026-07-10T19:51:15.778Z[ recovery-image] Jul 10 19:51:14.529 INFO O| Jul 10 19:51:14.529 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80802026-07-10T19:51:15.782Z[ recovery-image] Jul 10 19:51:14.537 INFO O| Jul 10 19:51:14.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80812026-07-10T19:51:15.782Z[ recovery-image] Jul 10 19:51:14.537 INFO O| Jul 10 19:51:14.537 INFO STEP 911 (remove_files) COMPLETE
80822026-07-10T19:51:15.785Z[ recovery-image] Jul 10 19:51:14.537 INFO O| Jul 10 19:51:14.537 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80832026-07-10T19:51:15.791Z[ recovery-image] Jul 10 19:51:14.545 INFO O| Jul 10 19:51:14.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80842026-07-10T19:51:15.795Z[ recovery-image] Jul 10 19:51:14.545 INFO O| Jul 10 19:51:14.545 INFO STEP 912 (remove_files) COMPLETE
80852026-07-10T19:51:15.795Z[ recovery-image] Jul 10 19:51:14.545 INFO O| Jul 10 19:51:14.545 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80862026-07-10T19:51:15.799Z[ recovery-image] Jul 10 19:51:14.552 INFO O| Jul 10 19:51:14.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80872026-07-10T19:51:15.799Z[ recovery-image] Jul 10 19:51:14.553 INFO O| Jul 10 19:51:14.552 INFO STEP 913 (remove_files) COMPLETE
80882026-07-10T19:51:15.799Z[ recovery-image] Jul 10 19:51:14.553 INFO O| Jul 10 19:51:14.552 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80892026-07-10T19:51:15.806Z[ recovery-image] Jul 10 19:51:14.560 INFO O| Jul 10 19:51:14.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
80902026-07-10T19:51:15.809Z[ recovery-image] Jul 10 19:51:14.560 INFO O| Jul 10 19:51:14.560 INFO STEP 914 (remove_files) COMPLETE
80912026-07-10T19:51:15.809Z[ recovery-image] Jul 10 19:51:14.560 INFO O| Jul 10 19:51:14.560 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80922026-07-10T19:51:15.814Z[ recovery-image] Jul 10 19:51:14.568 INFO O| Jul 10 19:51:14.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
80932026-07-10T19:51:15.814Z[ recovery-image] Jul 10 19:51:14.568 INFO O| Jul 10 19:51:14.568 INFO STEP 915 (remove_files) COMPLETE
80942026-07-10T19:51:15.814Z[ recovery-image] Jul 10 19:51:14.568 INFO O| Jul 10 19:51:14.568 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80952026-07-10T19:51:15.821Z[ recovery-image] Jul 10 19:51:14.576 INFO O| Jul 10 19:51:14.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
80962026-07-10T19:51:15.821Z[ recovery-image] Jul 10 19:51:14.576 INFO O| Jul 10 19:51:14.576 INFO STEP 916 (remove_files) COMPLETE
80972026-07-10T19:51:15.821Z[ recovery-image] Jul 10 19:51:14.576 INFO O| Jul 10 19:51:14.576 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80982026-07-10T19:51:15.829Z[ recovery-image] Jul 10 19:51:14.583 INFO O| Jul 10 19:51:14.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
80992026-07-10T19:51:15.829Z[ recovery-image] Jul 10 19:51:14.583 INFO O| Jul 10 19:51:14.583 INFO STEP 917 (remove_files) COMPLETE
81002026-07-10T19:51:15.829Z[ recovery-image] Jul 10 19:51:14.583 INFO O| Jul 10 19:51:14.583 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81012026-07-10T19:51:15.837Z[ recovery-image] Jul 10 19:51:14.591 INFO O| Jul 10 19:51:14.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81022026-07-10T19:51:15.841Z[ recovery-image] Jul 10 19:51:14.591 INFO O| Jul 10 19:51:14.591 INFO STEP 918 (remove_files) COMPLETE
81032026-07-10T19:51:15.841Z[ recovery-image] Jul 10 19:51:14.591 INFO O| Jul 10 19:51:14.591 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81042026-07-10T19:51:15.845Z[ recovery-image] Jul 10 19:51:14.598 INFO O| Jul 10 19:51:14.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81052026-07-10T19:51:15.845Z[ recovery-image] Jul 10 19:51:14.599 INFO O| Jul 10 19:51:14.599 INFO STEP 919 (remove_files) COMPLETE
81062026-07-10T19:51:15.845Z[ recovery-image] Jul 10 19:51:14.599 INFO O| Jul 10 19:51:14.599 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81072026-07-10T19:51:15.852Z[ recovery-image] Jul 10 19:51:14.606 INFO O| Jul 10 19:51:14.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81082026-07-10T19:51:15.855Z[ recovery-image] Jul 10 19:51:14.607 INFO O| Jul 10 19:51:14.606 INFO STEP 920 (remove_files) COMPLETE
81092026-07-10T19:51:15.855Z[ recovery-image] Jul 10 19:51:14.607 INFO O| Jul 10 19:51:14.607 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81102026-07-10T19:51:15.859Z[ recovery-image] Jul 10 19:51:14.614 INFO O| Jul 10 19:51:14.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81112026-07-10T19:51:15.859Z[ recovery-image] Jul 10 19:51:14.614 INFO O| Jul 10 19:51:14.614 INFO STEP 921 (remove_files) COMPLETE
81122026-07-10T19:51:15.859Z[ recovery-image] Jul 10 19:51:14.614 INFO O| Jul 10 19:51:14.614 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81132026-07-10T19:51:15.865Z[ recovery-image] Jul 10 19:51:14.620 INFO O| Jul 10 19:51:14.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81142026-07-10T19:51:15.865Z[ recovery-image] Jul 10 19:51:14.620 INFO O| Jul 10 19:51:14.620 INFO STEP 922 (remove_files) COMPLETE
81152026-07-10T19:51:15.869Z[ recovery-image] Jul 10 19:51:14.620 INFO O| Jul 10 19:51:14.620 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81162026-07-10T19:51:15.874Z[ recovery-image] Jul 10 19:51:14.626 INFO O| Jul 10 19:51:14.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81172026-07-10T19:51:15.874Z[ recovery-image] Jul 10 19:51:14.626 INFO O| Jul 10 19:51:14.626 INFO STEP 923 (remove_files) COMPLETE
81182026-07-10T19:51:15.874Z[ recovery-image] Jul 10 19:51:14.626 INFO O| Jul 10 19:51:14.626 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81192026-07-10T19:51:15.879Z[ recovery-image] Jul 10 19:51:14.633 INFO O| Jul 10 19:51:14.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81202026-07-10T19:51:15.883Z[ recovery-image] Jul 10 19:51:14.633 INFO O| Jul 10 19:51:14.633 INFO STEP 924 (remove_files) COMPLETE
81212026-07-10T19:51:15.883Z[ recovery-image] Jul 10 19:51:14.633 INFO O| Jul 10 19:51:14.633 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81222026-07-10T19:51:15.886Z[ recovery-image] Jul 10 19:51:14.640 INFO O| Jul 10 19:51:14.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81232026-07-10T19:51:15.889Z[ recovery-image] Jul 10 19:51:14.640 INFO O| Jul 10 19:51:14.640 INFO STEP 925 (remove_files) COMPLETE
81242026-07-10T19:51:15.889Z[ recovery-image] Jul 10 19:51:14.640 INFO O| Jul 10 19:51:14.640 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81252026-07-10T19:51:15.892Z[ recovery-image] Jul 10 19:51:14.647 INFO O| Jul 10 19:51:14.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81262026-07-10T19:51:15.892Z[ recovery-image] Jul 10 19:51:14.647 INFO O| Jul 10 19:51:14.647 INFO STEP 926 (remove_files) COMPLETE
81272026-07-10T19:51:15.895Z[ recovery-image] Jul 10 19:51:14.647 INFO O| Jul 10 19:51:14.647 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81282026-07-10T19:51:15.900Z[ recovery-image] Jul 10 19:51:14.653 INFO O| Jul 10 19:51:14.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81292026-07-10T19:51:15.903Z[ recovery-image] Jul 10 19:51:14.653 INFO O| Jul 10 19:51:14.653 INFO STEP 927 (remove_files) COMPLETE
81302026-07-10T19:51:15.903Z[ recovery-image] Jul 10 19:51:14.653 INFO O| Jul 10 19:51:14.653 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81312026-07-10T19:51:15.907Z[ recovery-image] Jul 10 19:51:14.661 INFO O| Jul 10 19:51:14.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81322026-07-10T19:51:15.907Z[ recovery-image] Jul 10 19:51:14.661 INFO O| Jul 10 19:51:14.661 INFO STEP 928 (remove_files) COMPLETE
81332026-07-10T19:51:15.907Z[ recovery-image] Jul 10 19:51:14.661 INFO O| Jul 10 19:51:14.661 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81342026-07-10T19:51:15.913Z[ recovery-image] Jul 10 19:51:14.667 INFO O| Jul 10 19:51:14.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81352026-07-10T19:51:15.916Z[ recovery-image] Jul 10 19:51:14.667 INFO O| Jul 10 19:51:14.667 INFO STEP 929 (remove_files) COMPLETE
81362026-07-10T19:51:15.916Z[ recovery-image] Jul 10 19:51:14.667 INFO O| Jul 10 19:51:14.667 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81372026-07-10T19:51:15.921Z[ recovery-image] Jul 10 19:51:14.675 INFO O| Jul 10 19:51:14.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81382026-07-10T19:51:15.924Z[ recovery-image] Jul 10 19:51:14.675 INFO O| Jul 10 19:51:14.675 INFO STEP 930 (remove_files) COMPLETE
81392026-07-10T19:51:15.924Z[ recovery-image] Jul 10 19:51:14.675 INFO O| Jul 10 19:51:14.675 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81402026-07-10T19:51:15.928Z[ recovery-image] Jul 10 19:51:14.682 INFO O| Jul 10 19:51:14.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81412026-07-10T19:51:15.928Z[ recovery-image] Jul 10 19:51:14.682 INFO O| Jul 10 19:51:14.682 INFO STEP 931 (remove_files) COMPLETE
81422026-07-10T19:51:15.931Z[ recovery-image] Jul 10 19:51:14.682 INFO O| Jul 10 19:51:14.682 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81432026-07-10T19:51:15.936Z[ recovery-image] Jul 10 19:51:14.689 INFO O| Jul 10 19:51:14.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81442026-07-10T19:51:15.936Z[ recovery-image] Jul 10 19:51:14.689 INFO O| Jul 10 19:51:14.689 INFO STEP 932 (remove_files) COMPLETE
81452026-07-10T19:51:15.938Z[ recovery-image] Jul 10 19:51:14.689 INFO O| Jul 10 19:51:14.689 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81462026-07-10T19:51:15.942Z[ recovery-image] Jul 10 19:51:14.696 INFO O| Jul 10 19:51:14.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81472026-07-10T19:51:15.942Z[ recovery-image] Jul 10 19:51:14.696 INFO O| Jul 10 19:51:14.696 INFO STEP 933 (remove_files) COMPLETE
81482026-07-10T19:51:15.942Z[ recovery-image] Jul 10 19:51:14.696 INFO O| Jul 10 19:51:14.696 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81492026-07-10T19:51:15.948Z[ recovery-image] Jul 10 19:51:14.702 INFO O| Jul 10 19:51:14.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81502026-07-10T19:51:15.948Z[ recovery-image] Jul 10 19:51:14.702 INFO O| Jul 10 19:51:14.702 INFO STEP 934 (remove_files) COMPLETE
81512026-07-10T19:51:15.951Z[ recovery-image] Jul 10 19:51:14.702 INFO O| Jul 10 19:51:14.702 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81522026-07-10T19:51:15.954Z[ recovery-image] Jul 10 19:51:14.708 INFO O| Jul 10 19:51:14.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81532026-07-10T19:51:15.954Z[ recovery-image] Jul 10 19:51:14.709 INFO O| Jul 10 19:51:14.709 INFO STEP 935 (remove_files) COMPLETE
81542026-07-10T19:51:15.957Z[ recovery-image] Jul 10 19:51:14.709 INFO O| Jul 10 19:51:14.709 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81552026-07-10T19:51:15.960Z[ recovery-image] Jul 10 19:51:14.715 INFO O| Jul 10 19:51:14.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81562026-07-10T19:51:15.960Z[ recovery-image] Jul 10 19:51:14.715 INFO O| Jul 10 19:51:14.715 INFO STEP 936 (remove_files) COMPLETE
81572026-07-10T19:51:15.960Z[ recovery-image] Jul 10 19:51:14.715 INFO O| Jul 10 19:51:14.715 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81582026-07-10T19:51:15.968Z[ recovery-image] Jul 10 19:51:14.721 INFO O| Jul 10 19:51:14.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81592026-07-10T19:51:15.968Z[ recovery-image] Jul 10 19:51:14.722 INFO O| Jul 10 19:51:14.722 INFO STEP 937 (remove_files) COMPLETE
81602026-07-10T19:51:15.970Z[ recovery-image] Jul 10 19:51:14.722 INFO O| Jul 10 19:51:14.722 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81612026-07-10T19:51:15.975Z[ recovery-image] Jul 10 19:51:14.729 INFO O| Jul 10 19:51:14.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81622026-07-10T19:51:15.975Z[ recovery-image] Jul 10 19:51:14.729 INFO O| Jul 10 19:51:14.729 INFO STEP 938 (remove_files) COMPLETE
81632026-07-10T19:51:15.978Z[ recovery-image] Jul 10 19:51:14.729 INFO O| Jul 10 19:51:14.729 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81642026-07-10T19:51:15.982Z[ recovery-image] Jul 10 19:51:14.737 INFO O| Jul 10 19:51:14.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81652026-07-10T19:51:15.985Z[ recovery-image] Jul 10 19:51:14.737 INFO O| Jul 10 19:51:14.737 INFO STEP 939 (remove_files) COMPLETE
81662026-07-10T19:51:15.985Z[ recovery-image] Jul 10 19:51:14.737 INFO O| Jul 10 19:51:14.737 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81672026-07-10T19:51:15.989Z[ recovery-image] Jul 10 19:51:14.744 INFO O| Jul 10 19:51:14.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81682026-07-10T19:51:15.992Z[ recovery-image] Jul 10 19:51:14.744 INFO O| Jul 10 19:51:14.744 INFO STEP 940 (remove_files) COMPLETE
81692026-07-10T19:51:15.992Z[ recovery-image] Jul 10 19:51:14.744 INFO O| Jul 10 19:51:14.744 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81702026-07-10T19:51:15.996Z[ recovery-image] Jul 10 19:51:14.751 INFO O| Jul 10 19:51:14.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81712026-07-10T19:51:15.999Z[ recovery-image] Jul 10 19:51:14.752 INFO O| Jul 10 19:51:14.752 INFO STEP 941 (remove_files) COMPLETE
81722026-07-10T19:51:15.999Z[ recovery-image] Jul 10 19:51:14.752 INFO O| Jul 10 19:51:14.752 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81732026-07-10T19:51:16.004Z[ recovery-image] Jul 10 19:51:14.759 INFO O| Jul 10 19:51:14.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81742026-07-10T19:51:16.007Z[ recovery-image] Jul 10 19:51:14.759 INFO O| Jul 10 19:51:14.759 INFO STEP 942 (remove_files) COMPLETE
81752026-07-10T19:51:16.008Z[ recovery-image] Jul 10 19:51:14.759 INFO O| Jul 10 19:51:14.759 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81762026-07-10T19:51:16.012Z[ recovery-image] Jul 10 19:51:14.766 INFO O| Jul 10 19:51:14.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81772026-07-10T19:51:16.012Z[ recovery-image] Jul 10 19:51:14.766 INFO O| Jul 10 19:51:14.766 INFO STEP 943 (remove_files) COMPLETE
81782026-07-10T19:51:16.012Z[ recovery-image] Jul 10 19:51:14.766 INFO O| Jul 10 19:51:14.766 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81792026-07-10T19:51:16.017Z[ recovery-image] Jul 10 19:51:14.771 INFO O| Jul 10 19:51:14.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81802026-07-10T19:51:16.017Z[ recovery-image] Jul 10 19:51:14.771 INFO O| Jul 10 19:51:14.771 INFO STEP 944 (remove_files) COMPLETE
81812026-07-10T19:51:16.017Z[ recovery-image] Jul 10 19:51:14.771 INFO O| Jul 10 19:51:14.771 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81822026-07-10T19:51:16.022Z[ recovery-image] Jul 10 19:51:14.777 INFO O| Jul 10 19:51:14.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81832026-07-10T19:51:16.022Z[ recovery-image] Jul 10 19:51:14.777 INFO O| Jul 10 19:51:14.777 INFO STEP 945 (remove_files) COMPLETE
81842026-07-10T19:51:16.022Z[ recovery-image] Jul 10 19:51:14.777 INFO O| Jul 10 19:51:14.777 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81852026-07-10T19:51:16.029Z[ recovery-image] Jul 10 19:51:14.783 INFO O| Jul 10 19:51:14.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81862026-07-10T19:51:16.029Z[ recovery-image] Jul 10 19:51:14.783 INFO O| Jul 10 19:51:14.783 INFO STEP 946 (remove_files) COMPLETE
81872026-07-10T19:51:16.029Z[ recovery-image] Jul 10 19:51:14.783 INFO O| Jul 10 19:51:14.783 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81882026-07-10T19:51:16.036Z[ recovery-image] Jul 10 19:51:14.791 INFO O| Jul 10 19:51:14.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81892026-07-10T19:51:16.037Z[ recovery-image] Jul 10 19:51:14.791 INFO O| Jul 10 19:51:14.791 INFO STEP 947 (remove_files) COMPLETE
81902026-07-10T19:51:16.037Z[ recovery-image] Jul 10 19:51:14.791 INFO O| Jul 10 19:51:14.791 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81912026-07-10T19:51:16.043Z[ recovery-image] Jul 10 19:51:14.797 INFO O| Jul 10 19:51:14.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
81922026-07-10T19:51:16.046Z[ recovery-image] Jul 10 19:51:14.798 INFO O| Jul 10 19:51:14.798 INFO STEP 948 (remove_files) COMPLETE
81932026-07-10T19:51:16.046Z[ recovery-image] Jul 10 19:51:14.798 INFO O| Jul 10 19:51:14.798 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81942026-07-10T19:51:16.050Z[ recovery-image] Jul 10 19:51:14.805 INFO O| Jul 10 19:51:14.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
81952026-07-10T19:51:16.050Z[ recovery-image] Jul 10 19:51:14.805 INFO O| Jul 10 19:51:14.805 INFO STEP 949 (remove_files) COMPLETE
81962026-07-10T19:51:16.050Z[ recovery-image] Jul 10 19:51:14.805 INFO O| Jul 10 19:51:14.805 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81972026-07-10T19:51:16.057Z[ recovery-image] Jul 10 19:51:14.812 INFO O| Jul 10 19:51:14.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
81982026-07-10T19:51:16.057Z[ recovery-image] Jul 10 19:51:14.812 INFO O| Jul 10 19:51:14.812 INFO STEP 950 (remove_files) COMPLETE
81992026-07-10T19:51:16.060Z[ recovery-image] Jul 10 19:51:14.812 INFO O| Jul 10 19:51:14.812 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82002026-07-10T19:51:16.063Z[ recovery-image] Jul 10 19:51:14.818 INFO O| Jul 10 19:51:14.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82012026-07-10T19:51:16.063Z[ recovery-image] Jul 10 19:51:14.818 INFO O| Jul 10 19:51:14.818 INFO STEP 951 (remove_files) COMPLETE
82022026-07-10T19:51:16.066Z[ recovery-image] Jul 10 19:51:14.818 INFO O| Jul 10 19:51:14.818 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82032026-07-10T19:51:16.069Z[ recovery-image] Jul 10 19:51:14.823 INFO O| Jul 10 19:51:14.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82042026-07-10T19:51:16.069Z[ recovery-image] Jul 10 19:51:14.823 INFO O| Jul 10 19:51:14.823 INFO STEP 952 (remove_files) COMPLETE
82052026-07-10T19:51:16.069Z[ recovery-image] Jul 10 19:51:14.823 INFO O| Jul 10 19:51:14.823 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82062026-07-10T19:51:16.078Z[ recovery-image] Jul 10 19:51:14.831 INFO O| Jul 10 19:51:14.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82072026-07-10T19:51:16.083Z[ recovery-image] Jul 10 19:51:14.831 INFO O| Jul 10 19:51:14.831 INFO STEP 953 (remove_files) COMPLETE
82082026-07-10T19:51:16.083Z[ recovery-image] Jul 10 19:51:14.831 INFO O| Jul 10 19:51:14.831 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82092026-07-10T19:51:16.086Z[ recovery-image] Jul 10 19:51:14.836 INFO O| Jul 10 19:51:14.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82102026-07-10T19:51:16.086Z[ recovery-image] Jul 10 19:51:14.836 INFO O| Jul 10 19:51:14.836 INFO STEP 954 (remove_files) COMPLETE
82112026-07-10T19:51:16.086Z[ recovery-image] Jul 10 19:51:14.836 INFO O| Jul 10 19:51:14.836 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82122026-07-10T19:51:16.090Z[ recovery-image] Jul 10 19:51:14.842 INFO O| Jul 10 19:51:14.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82132026-07-10T19:51:16.091Z[ recovery-image] Jul 10 19:51:14.842 INFO O| Jul 10 19:51:14.842 INFO STEP 955 (remove_files) COMPLETE
82142026-07-10T19:51:16.091Z[ recovery-image] Jul 10 19:51:14.842 INFO O| Jul 10 19:51:14.842 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82152026-07-10T19:51:16.094Z[ recovery-image] Jul 10 19:51:14.848 INFO O| Jul 10 19:51:14.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82162026-07-10T19:51:16.094Z[ recovery-image] Jul 10 19:51:14.848 INFO O| Jul 10 19:51:14.848 INFO STEP 956 (remove_files) COMPLETE
82172026-07-10T19:51:16.094Z[ recovery-image] Jul 10 19:51:14.848 INFO O| Jul 10 19:51:14.848 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82182026-07-10T19:51:16.099Z[ recovery-image] Jul 10 19:51:14.854 INFO O| Jul 10 19:51:14.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82192026-07-10T19:51:16.099Z[ recovery-image] Jul 10 19:51:14.854 INFO O| Jul 10 19:51:14.854 INFO STEP 957 (remove_files) COMPLETE
82202026-07-10T19:51:16.100Z[ recovery-image] Jul 10 19:51:14.854 INFO O| Jul 10 19:51:14.854 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82212026-07-10T19:51:16.107Z[ recovery-image] Jul 10 19:51:14.862 INFO O| Jul 10 19:51:14.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82222026-07-10T19:51:16.107Z[ recovery-image] Jul 10 19:51:14.862 INFO O| Jul 10 19:51:14.862 INFO STEP 958 (remove_files) COMPLETE
82232026-07-10T19:51:16.110Z[ recovery-image] Jul 10 19:51:14.862 INFO O| Jul 10 19:51:14.862 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82242026-07-10T19:51:16.114Z[ recovery-image] Jul 10 19:51:14.869 INFO O| Jul 10 19:51:14.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82252026-07-10T19:51:16.114Z[ recovery-image] Jul 10 19:51:14.869 INFO O| Jul 10 19:51:14.869 INFO STEP 959 (remove_files) COMPLETE
82262026-07-10T19:51:16.114Z[ recovery-image] Jul 10 19:51:14.869 INFO O| Jul 10 19:51:14.869 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82272026-07-10T19:51:16.121Z[ recovery-image] Jul 10 19:51:14.875 INFO O| Jul 10 19:51:14.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82282026-07-10T19:51:16.121Z[ recovery-image] Jul 10 19:51:14.875 INFO O| Jul 10 19:51:14.875 INFO STEP 960 (remove_files) COMPLETE
82292026-07-10T19:51:16.121Z[ recovery-image] Jul 10 19:51:14.875 INFO O| Jul 10 19:51:14.875 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82302026-07-10T19:51:16.127Z[ recovery-image] Jul 10 19:51:14.882 INFO O| Jul 10 19:51:14.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82312026-07-10T19:51:16.130Z[ recovery-image] Jul 10 19:51:14.882 INFO O| Jul 10 19:51:14.882 INFO STEP 961 (remove_files) COMPLETE
82322026-07-10T19:51:16.130Z[ recovery-image] Jul 10 19:51:14.882 INFO O| Jul 10 19:51:14.882 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82332026-07-10T19:51:16.134Z[ recovery-image] Jul 10 19:51:14.889 INFO O| Jul 10 19:51:14.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82342026-07-10T19:51:16.134Z[ recovery-image] Jul 10 19:51:14.889 INFO O| Jul 10 19:51:14.889 INFO STEP 962 (remove_files) COMPLETE
82352026-07-10T19:51:16.134Z[ recovery-image] Jul 10 19:51:14.889 INFO O| Jul 10 19:51:14.889 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82362026-07-10T19:51:16.142Z[ recovery-image] Jul 10 19:51:14.896 INFO O| Jul 10 19:51:14.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82372026-07-10T19:51:16.142Z[ recovery-image] Jul 10 19:51:14.896 INFO O| Jul 10 19:51:14.896 INFO STEP 963 (remove_files) COMPLETE
82382026-07-10T19:51:16.145Z[ recovery-image] Jul 10 19:51:14.896 INFO O| Jul 10 19:51:14.896 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82392026-07-10T19:51:16.149Z[ recovery-image] Jul 10 19:51:14.903 INFO O| Jul 10 19:51:14.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82402026-07-10T19:51:16.149Z[ recovery-image] Jul 10 19:51:14.904 INFO O| Jul 10 19:51:14.904 INFO STEP 964 (remove_files) COMPLETE
82412026-07-10T19:51:16.152Z[ recovery-image] Jul 10 19:51:14.904 INFO O| Jul 10 19:51:14.904 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82422026-07-10T19:51:16.156Z[ recovery-image] Jul 10 19:51:14.910 INFO O| Jul 10 19:51:14.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82432026-07-10T19:51:16.156Z[ recovery-image] Jul 10 19:51:14.910 INFO O| Jul 10 19:51:14.910 INFO STEP 965 (remove_files) COMPLETE
82442026-07-10T19:51:16.156Z[ recovery-image] Jul 10 19:51:14.910 INFO O| Jul 10 19:51:14.910 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82452026-07-10T19:51:16.162Z[ recovery-image] Jul 10 19:51:14.916 INFO O| Jul 10 19:51:14.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82462026-07-10T19:51:16.162Z[ recovery-image] Jul 10 19:51:14.916 INFO O| Jul 10 19:51:14.916 INFO STEP 966 (remove_files) COMPLETE
82472026-07-10T19:51:16.165Z[ recovery-image] Jul 10 19:51:14.916 INFO O| Jul 10 19:51:14.916 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82482026-07-10T19:51:16.169Z[ recovery-image] Jul 10 19:51:14.924 INFO O| Jul 10 19:51:14.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82492026-07-10T19:51:16.169Z[ recovery-image] Jul 10 19:51:14.924 INFO O| Jul 10 19:51:14.924 INFO STEP 967 (remove_files) COMPLETE
82502026-07-10T19:51:16.171Z[ recovery-image] Jul 10 19:51:14.924 INFO O| Jul 10 19:51:14.924 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82512026-07-10T19:51:16.176Z[ recovery-image] Jul 10 19:51:14.930 INFO O| Jul 10 19:51:14.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82522026-07-10T19:51:16.179Z[ recovery-image] Jul 10 19:51:14.930 INFO O| Jul 10 19:51:14.930 INFO STEP 968 (remove_files) COMPLETE
82532026-07-10T19:51:16.179Z[ recovery-image] Jul 10 19:51:14.930 INFO O| Jul 10 19:51:14.930 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82542026-07-10T19:51:16.183Z[ recovery-image] Jul 10 19:51:14.937 INFO O| Jul 10 19:51:14.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82552026-07-10T19:51:16.183Z[ recovery-image] Jul 10 19:51:14.937 INFO O| Jul 10 19:51:14.937 INFO STEP 969 (remove_files) COMPLETE
82562026-07-10T19:51:16.186Z[ recovery-image] Jul 10 19:51:14.937 INFO O| Jul 10 19:51:14.937 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82572026-07-10T19:51:16.189Z[ recovery-image] Jul 10 19:51:14.943 INFO O| Jul 10 19:51:14.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82582026-07-10T19:51:16.189Z[ recovery-image] Jul 10 19:51:14.943 INFO O| Jul 10 19:51:14.943 INFO STEP 970 (remove_files) COMPLETE
82592026-07-10T19:51:16.192Z[ recovery-image] Jul 10 19:51:14.943 INFO O| Jul 10 19:51:14.943 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82602026-07-10T19:51:16.195Z[ recovery-image] Jul 10 19:51:14.950 INFO O| Jul 10 19:51:14.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82612026-07-10T19:51:16.195Z[ recovery-image] Jul 10 19:51:14.950 INFO O| Jul 10 19:51:14.950 INFO STEP 971 (remove_files) COMPLETE
82622026-07-10T19:51:16.198Z[ recovery-image] Jul 10 19:51:14.950 INFO O| Jul 10 19:51:14.950 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82632026-07-10T19:51:16.201Z[ recovery-image] Jul 10 19:51:14.956 INFO O| Jul 10 19:51:14.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82642026-07-10T19:51:16.201Z[ recovery-image] Jul 10 19:51:14.956 INFO O| Jul 10 19:51:14.956 INFO STEP 972 (remove_files) COMPLETE
82652026-07-10T19:51:16.201Z[ recovery-image] Jul 10 19:51:14.956 INFO O| Jul 10 19:51:14.956 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82662026-07-10T19:51:16.209Z[ recovery-image] Jul 10 19:51:14.962 INFO O| Jul 10 19:51:14.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82672026-07-10T19:51:16.209Z[ recovery-image] Jul 10 19:51:14.962 INFO O| Jul 10 19:51:14.962 INFO STEP 973 (remove_files) COMPLETE
82682026-07-10T19:51:16.212Z[ recovery-image] Jul 10 19:51:14.962 INFO O| Jul 10 19:51:14.962 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82692026-07-10T19:51:16.215Z[ recovery-image] Jul 10 19:51:14.968 INFO O| Jul 10 19:51:14.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82702026-07-10T19:51:16.215Z[ recovery-image] Jul 10 19:51:14.968 INFO O| Jul 10 19:51:14.968 INFO STEP 974 (remove_files) COMPLETE
82712026-07-10T19:51:16.215Z[ recovery-image] Jul 10 19:51:14.968 INFO O| Jul 10 19:51:14.968 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82722026-07-10T19:51:16.221Z[ recovery-image] Jul 10 19:51:14.975 INFO O| Jul 10 19:51:14.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82732026-07-10T19:51:16.221Z[ recovery-image] Jul 10 19:51:14.975 INFO O| Jul 10 19:51:14.975 INFO STEP 975 (remove_files) COMPLETE
82742026-07-10T19:51:16.221Z[ recovery-image] Jul 10 19:51:14.975 INFO O| Jul 10 19:51:14.975 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82752026-07-10T19:51:16.226Z[ recovery-image] Jul 10 19:51:14.981 INFO O| Jul 10 19:51:14.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82762026-07-10T19:51:16.227Z[ recovery-image] Jul 10 19:51:14.981 INFO O| Jul 10 19:51:14.981 INFO STEP 976 (remove_files) COMPLETE
82772026-07-10T19:51:16.229Z[ recovery-image] Jul 10 19:51:14.981 INFO O| Jul 10 19:51:14.981 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82782026-07-10T19:51:16.233Z[ recovery-image] Jul 10 19:51:14.987 INFO O| Jul 10 19:51:14.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82792026-07-10T19:51:16.233Z[ recovery-image] Jul 10 19:51:14.987 INFO O| Jul 10 19:51:14.987 INFO STEP 977 (remove_files) COMPLETE
82802026-07-10T19:51:16.233Z[ recovery-image] Jul 10 19:51:14.987 INFO O| Jul 10 19:51:14.987 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82812026-07-10T19:51:16.239Z[ recovery-image] Jul 10 19:51:14.993 INFO O| Jul 10 19:51:14.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82822026-07-10T19:51:16.239Z[ recovery-image] Jul 10 19:51:14.993 INFO O| Jul 10 19:51:14.993 INFO STEP 978 (remove_files) COMPLETE
82832026-07-10T19:51:16.242Z[ recovery-image] Jul 10 19:51:14.993 INFO O| Jul 10 19:51:14.993 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82842026-07-10T19:51:16.245Z[ recovery-image] Jul 10 19:51:14.999 INFO O| Jul 10 19:51:14.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82852026-07-10T19:51:16.245Z[ recovery-image] Jul 10 19:51:14.999 INFO O| Jul 10 19:51:14.999 INFO STEP 979 (remove_files) COMPLETE
82862026-07-10T19:51:16.245Z[ recovery-image] Jul 10 19:51:14.999 INFO O| Jul 10 19:51:14.999 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82872026-07-10T19:51:16.253Z[ recovery-image] Jul 10 19:51:15.006 INFO O| Jul 10 19:51:15.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82882026-07-10T19:51:16.256Z[ recovery-image] Jul 10 19:51:15.006 INFO O| Jul 10 19:51:15.006 INFO STEP 980 (remove_files) COMPLETE
82892026-07-10T19:51:16.256Z[ recovery-image] Jul 10 19:51:15.006 INFO O| Jul 10 19:51:15.006 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82902026-07-10T19:51:16.259Z[ recovery-image] Jul 10 19:51:15.013 INFO O| Jul 10 19:51:15.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
82912026-07-10T19:51:16.259Z[ recovery-image] Jul 10 19:51:15.013 INFO O| Jul 10 19:51:15.013 INFO STEP 981 (remove_files) COMPLETE
82922026-07-10T19:51:16.259Z[ recovery-image] Jul 10 19:51:15.013 INFO O| Jul 10 19:51:15.013 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82932026-07-10T19:51:16.265Z[ recovery-image] Jul 10 19:51:15.019 INFO O| Jul 10 19:51:15.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
82942026-07-10T19:51:16.265Z[ recovery-image] Jul 10 19:51:15.019 INFO O| Jul 10 19:51:15.019 INFO STEP 982 (remove_files) COMPLETE
82952026-07-10T19:51:16.265Z[ recovery-image] Jul 10 19:51:15.019 INFO O| Jul 10 19:51:15.019 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82962026-07-10T19:51:16.271Z[ recovery-image] Jul 10 19:51:15.026 INFO O| Jul 10 19:51:15.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
82972026-07-10T19:51:16.271Z[ recovery-image] Jul 10 19:51:15.026 INFO O| Jul 10 19:51:15.026 INFO STEP 983 (remove_files) COMPLETE
82982026-07-10T19:51:16.274Z[ recovery-image] Jul 10 19:51:15.026 INFO O| Jul 10 19:51:15.026 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82992026-07-10T19:51:16.278Z[ recovery-image] Jul 10 19:51:15.032 INFO O| Jul 10 19:51:15.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83002026-07-10T19:51:16.278Z[ recovery-image] Jul 10 19:51:15.032 INFO O| Jul 10 19:51:15.032 INFO STEP 984 (remove_files) COMPLETE
83012026-07-10T19:51:16.278Z[ recovery-image] Jul 10 19:51:15.032 INFO O| Jul 10 19:51:15.032 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83022026-07-10T19:51:16.284Z[ recovery-image] Jul 10 19:51:15.038 INFO O| Jul 10 19:51:15.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83032026-07-10T19:51:16.286Z[ recovery-image] Jul 10 19:51:15.038 INFO O| Jul 10 19:51:15.038 INFO STEP 985 (remove_files) COMPLETE
83042026-07-10T19:51:16.286Z[ recovery-image] Jul 10 19:51:15.038 INFO O| Jul 10 19:51:15.038 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83052026-07-10T19:51:16.290Z[ recovery-image] Jul 10 19:51:15.044 INFO O| Jul 10 19:51:15.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83062026-07-10T19:51:16.291Z[ recovery-image] Jul 10 19:51:15.044 INFO O| Jul 10 19:51:15.044 INFO STEP 986 (remove_files) COMPLETE
83072026-07-10T19:51:16.295Z[ recovery-image] Jul 10 19:51:15.044 INFO O| Jul 10 19:51:15.044 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83082026-07-10T19:51:16.298Z[ recovery-image] Jul 10 19:51:15.051 INFO O| Jul 10 19:51:15.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83092026-07-10T19:51:16.298Z[ recovery-image] Jul 10 19:51:15.051 INFO O| Jul 10 19:51:15.051 INFO STEP 987 (remove_files) COMPLETE
83102026-07-10T19:51:16.298Z[ recovery-image] Jul 10 19:51:15.051 INFO O| Jul 10 19:51:15.051 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83112026-07-10T19:51:16.303Z[ recovery-image] Jul 10 19:51:15.058 INFO O| Jul 10 19:51:15.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83122026-07-10T19:51:16.303Z[ recovery-image] Jul 10 19:51:15.058 INFO O| Jul 10 19:51:15.058 INFO STEP 988 (remove_files) COMPLETE
83132026-07-10T19:51:16.306Z[ recovery-image] Jul 10 19:51:15.058 INFO O| Jul 10 19:51:15.058 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83142026-07-10T19:51:16.311Z[ recovery-image] Jul 10 19:51:15.065 INFO O| Jul 10 19:51:15.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83152026-07-10T19:51:16.311Z[ recovery-image] Jul 10 19:51:15.065 INFO O| Jul 10 19:51:15.065 INFO STEP 989 (remove_files) COMPLETE
83162026-07-10T19:51:16.314Z[ recovery-image] Jul 10 19:51:15.065 INFO O| Jul 10 19:51:15.065 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83172026-07-10T19:51:16.319Z[ recovery-image] Jul 10 19:51:15.073 INFO O| Jul 10 19:51:15.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83182026-07-10T19:51:16.321Z[ recovery-image] Jul 10 19:51:15.073 INFO O| Jul 10 19:51:15.073 INFO STEP 990 (remove_files) COMPLETE
83192026-07-10T19:51:16.321Z[ recovery-image] Jul 10 19:51:15.073 INFO O| Jul 10 19:51:15.073 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83202026-07-10T19:51:16.326Z[ recovery-image] Jul 10 19:51:15.081 INFO O| Jul 10 19:51:15.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83212026-07-10T19:51:16.326Z[ recovery-image] Jul 10 19:51:15.081 INFO O| Jul 10 19:51:15.081 INFO STEP 991 (remove_files) COMPLETE
83222026-07-10T19:51:16.329Z[ recovery-image] Jul 10 19:51:15.081 INFO O| Jul 10 19:51:15.081 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83232026-07-10T19:51:16.333Z[ recovery-image] Jul 10 19:51:15.088 INFO O| Jul 10 19:51:15.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83242026-07-10T19:51:16.333Z[ recovery-image] Jul 10 19:51:15.088 INFO O| Jul 10 19:51:15.088 INFO STEP 992 (remove_files) COMPLETE
83252026-07-10T19:51:16.333Z[ recovery-image] Jul 10 19:51:15.088 INFO O| Jul 10 19:51:15.088 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83262026-07-10T19:51:16.341Z[ recovery-image] Jul 10 19:51:15.095 INFO O| Jul 10 19:51:15.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83272026-07-10T19:51:16.341Z[ recovery-image] Jul 10 19:51:15.095 INFO O| Jul 10 19:51:15.095 INFO STEP 993 (remove_files) COMPLETE
83282026-07-10T19:51:16.341Z[ recovery-image] Jul 10 19:51:15.095 INFO O| Jul 10 19:51:15.095 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83292026-07-10T19:51:16.348Z[ recovery-image] Jul 10 19:51:15.102 INFO O| Jul 10 19:51:15.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83302026-07-10T19:51:16.348Z[ recovery-image] Jul 10 19:51:15.102 INFO O| Jul 10 19:51:15.102 INFO STEP 994 (remove_files) COMPLETE
83312026-07-10T19:51:16.348Z[ recovery-image] Jul 10 19:51:15.102 INFO O| Jul 10 19:51:15.102 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83322026-07-10T19:51:16.355Z[ recovery-image] Jul 10 19:51:15.109 INFO O| Jul 10 19:51:15.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83332026-07-10T19:51:16.355Z[ recovery-image] Jul 10 19:51:15.109 INFO O| Jul 10 19:51:15.109 INFO STEP 995 (remove_files) COMPLETE
83342026-07-10T19:51:16.355Z[ recovery-image] Jul 10 19:51:15.110 INFO O| Jul 10 19:51:15.109 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83352026-07-10T19:51:16.362Z[ recovery-image] Jul 10 19:51:15.116 INFO O| Jul 10 19:51:15.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83362026-07-10T19:51:16.362Z[ recovery-image] Jul 10 19:51:15.116 INFO O| Jul 10 19:51:15.116 INFO STEP 996 (remove_files) COMPLETE
83372026-07-10T19:51:16.364Z[ recovery-image] Jul 10 19:51:15.116 INFO O| Jul 10 19:51:15.116 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83382026-07-10T19:51:16.367Z[ recovery-image] Jul 10 19:51:15.122 INFO O| Jul 10 19:51:15.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83392026-07-10T19:51:16.367Z[ recovery-image] Jul 10 19:51:15.122 INFO O| Jul 10 19:51:15.122 INFO STEP 997 (remove_files) COMPLETE
83402026-07-10T19:51:16.367Z[ recovery-image] Jul 10 19:51:15.122 INFO O| Jul 10 19:51:15.122 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83412026-07-10T19:51:16.372Z[ recovery-image] Jul 10 19:51:15.127 INFO O| Jul 10 19:51:15.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83422026-07-10T19:51:16.372Z[ recovery-image] Jul 10 19:51:15.127 INFO O| Jul 10 19:51:15.127 INFO STEP 998 (remove_files) COMPLETE
83432026-07-10T19:51:16.372Z[ recovery-image] Jul 10 19:51:15.127 INFO O| Jul 10 19:51:15.127 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83442026-07-10T19:51:16.380Z[ recovery-image] Jul 10 19:51:15.134 INFO O| Jul 10 19:51:15.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83452026-07-10T19:51:16.380Z[ recovery-image] Jul 10 19:51:15.134 INFO O| Jul 10 19:51:15.134 INFO STEP 999 (remove_files) COMPLETE
83462026-07-10T19:51:16.380Z[ recovery-image] Jul 10 19:51:15.134 INFO O| Jul 10 19:51:15.134 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83472026-07-10T19:51:16.385Z[ recovery-image] Jul 10 19:51:15.139 INFO O| Jul 10 19:51:15.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83482026-07-10T19:51:16.385Z[ recovery-image] Jul 10 19:51:15.139 INFO O| Jul 10 19:51:15.139 INFO STEP 1000 (remove_files) COMPLETE
83492026-07-10T19:51:16.385Z[ recovery-image] Jul 10 19:51:15.139 INFO O| Jul 10 19:51:15.139 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83502026-07-10T19:51:16.390Z[ recovery-image] Jul 10 19:51:15.145 INFO O| Jul 10 19:51:15.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83512026-07-10T19:51:16.390Z[ recovery-image] Jul 10 19:51:15.145 INFO O| Jul 10 19:51:15.145 INFO STEP 1001 (remove_files) COMPLETE
83522026-07-10T19:51:16.393Z[ recovery-image] Jul 10 19:51:15.145 INFO O| Jul 10 19:51:15.145 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83532026-07-10T19:51:16.397Z[ recovery-image] Jul 10 19:51:15.152 INFO O| Jul 10 19:51:15.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83542026-07-10T19:51:16.397Z[ recovery-image] Jul 10 19:51:15.152 INFO O| Jul 10 19:51:15.152 INFO STEP 1002 (remove_files) COMPLETE
83552026-07-10T19:51:16.397Z[ recovery-image] Jul 10 19:51:15.152 INFO O| Jul 10 19:51:15.152 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83562026-07-10T19:51:16.403Z[ recovery-image] Jul 10 19:51:15.158 INFO O| Jul 10 19:51:15.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83572026-07-10T19:51:16.403Z[ recovery-image] Jul 10 19:51:15.158 INFO O| Jul 10 19:51:15.158 INFO STEP 1003 (remove_files) COMPLETE
83582026-07-10T19:51:16.403Z[ recovery-image] Jul 10 19:51:15.158 INFO O| Jul 10 19:51:15.158 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83592026-07-10T19:51:16.411Z[ recovery-image] Jul 10 19:51:15.165 INFO O| Jul 10 19:51:15.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83602026-07-10T19:51:16.411Z[ recovery-image] Jul 10 19:51:15.165 INFO O| Jul 10 19:51:15.165 INFO STEP 1004 (remove_files) COMPLETE
83612026-07-10T19:51:16.411Z[ recovery-image] Jul 10 19:51:15.165 INFO O| Jul 10 19:51:15.165 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83622026-07-10T19:51:16.418Z[ recovery-image] Jul 10 19:51:15.172 INFO O| Jul 10 19:51:15.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83632026-07-10T19:51:16.418Z[ recovery-image] Jul 10 19:51:15.173 INFO O| Jul 10 19:51:15.173 INFO STEP 1005 (remove_files) COMPLETE
83642026-07-10T19:51:16.418Z[ recovery-image] Jul 10 19:51:15.173 INFO O| Jul 10 19:51:15.173 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83652026-07-10T19:51:16.425Z[ recovery-image] Jul 10 19:51:15.179 INFO O| Jul 10 19:51:15.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83662026-07-10T19:51:16.425Z[ recovery-image] Jul 10 19:51:15.179 INFO O| Jul 10 19:51:15.179 INFO STEP 1006 (remove_files) COMPLETE
83672026-07-10T19:51:16.428Z[ recovery-image] Jul 10 19:51:15.180 INFO O| Jul 10 19:51:15.179 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83682026-07-10T19:51:16.432Z[ recovery-image] Jul 10 19:51:15.186 INFO O| Jul 10 19:51:15.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83692026-07-10T19:51:16.432Z[ recovery-image] Jul 10 19:51:15.186 INFO O| Jul 10 19:51:15.186 INFO STEP 1007 (remove_files) COMPLETE
83702026-07-10T19:51:16.432Z[ recovery-image] Jul 10 19:51:15.186 INFO O| Jul 10 19:51:15.186 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83712026-07-10T19:51:16.438Z[ recovery-image] Jul 10 19:51:15.192 INFO O| Jul 10 19:51:15.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83722026-07-10T19:51:16.438Z[ recovery-image] Jul 10 19:51:15.192 INFO O| Jul 10 19:51:15.192 INFO STEP 1008 (remove_files) COMPLETE
83732026-07-10T19:51:16.438Z[ recovery-image] Jul 10 19:51:15.192 INFO O| Jul 10 19:51:15.192 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83742026-07-10T19:51:16.445Z[ recovery-image] Jul 10 19:51:15.199 INFO O| Jul 10 19:51:15.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83752026-07-10T19:51:16.445Z[ recovery-image] Jul 10 19:51:15.199 INFO O| Jul 10 19:51:15.199 INFO STEP 1009 (remove_files) COMPLETE
83762026-07-10T19:51:16.448Z[ recovery-image] Jul 10 19:51:15.199 INFO O| Jul 10 19:51:15.199 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83772026-07-10T19:51:16.452Z[ recovery-image] Jul 10 19:51:15.206 INFO O| Jul 10 19:51:15.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83782026-07-10T19:51:16.452Z[ recovery-image] Jul 10 19:51:15.206 INFO O| Jul 10 19:51:15.206 INFO STEP 1010 (remove_files) COMPLETE
83792026-07-10T19:51:16.452Z[ recovery-image] Jul 10 19:51:15.206 INFO O| Jul 10 19:51:15.206 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83802026-07-10T19:51:16.459Z[ recovery-image] Jul 10 19:51:15.213 INFO O| Jul 10 19:51:15.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83812026-07-10T19:51:16.459Z[ recovery-image] Jul 10 19:51:15.213 INFO O| Jul 10 19:51:15.213 INFO STEP 1011 (remove_files) COMPLETE
83822026-07-10T19:51:16.462Z[ recovery-image] Jul 10 19:51:15.213 INFO O| Jul 10 19:51:15.213 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83832026-07-10T19:51:16.466Z[ recovery-image] Jul 10 19:51:15.220 INFO O| Jul 10 19:51:15.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83842026-07-10T19:51:16.469Z[ recovery-image] Jul 10 19:51:15.220 INFO O| Jul 10 19:51:15.220 INFO STEP 1012 (remove_files) COMPLETE
83852026-07-10T19:51:16.469Z[ recovery-image] Jul 10 19:51:15.220 INFO O| Jul 10 19:51:15.220 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83862026-07-10T19:51:16.473Z[ recovery-image] Jul 10 19:51:15.227 INFO O| Jul 10 19:51:15.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83872026-07-10T19:51:16.473Z[ recovery-image] Jul 10 19:51:15.227 INFO O| Jul 10 19:51:15.227 INFO STEP 1013 (remove_files) COMPLETE
83882026-07-10T19:51:16.473Z[ recovery-image] Jul 10 19:51:15.227 INFO O| Jul 10 19:51:15.227 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83892026-07-10T19:51:16.480Z[ recovery-image] Jul 10 19:51:15.235 INFO O| Jul 10 19:51:15.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
83902026-07-10T19:51:16.483Z[ recovery-image] Jul 10 19:51:15.235 INFO O| Jul 10 19:51:15.235 INFO STEP 1014 (remove_files) COMPLETE
83912026-07-10T19:51:16.483Z[ recovery-image] Jul 10 19:51:15.235 INFO O| Jul 10 19:51:15.235 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83922026-07-10T19:51:16.487Z[ recovery-image] Jul 10 19:51:15.241 INFO O| Jul 10 19:51:15.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
83932026-07-10T19:51:16.490Z[ recovery-image] Jul 10 19:51:15.241 INFO O| Jul 10 19:51:15.241 INFO STEP 1015 (remove_files) COMPLETE
83942026-07-10T19:51:16.490Z[ recovery-image] Jul 10 19:51:15.241 INFO O| Jul 10 19:51:15.241 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83952026-07-10T19:51:16.494Z[ recovery-image] Jul 10 19:51:15.248 INFO O| Jul 10 19:51:15.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
83962026-07-10T19:51:16.497Z[ recovery-image] Jul 10 19:51:15.248 INFO O| Jul 10 19:51:15.248 INFO STEP 1016 (remove_files) COMPLETE
83972026-07-10T19:51:16.497Z[ recovery-image] Jul 10 19:51:15.248 INFO O| Jul 10 19:51:15.248 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83982026-07-10T19:51:16.500Z[ recovery-image] Jul 10 19:51:15.255 INFO O| Jul 10 19:51:15.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
83992026-07-10T19:51:16.500Z[ recovery-image] Jul 10 19:51:15.255 INFO O| Jul 10 19:51:15.255 INFO STEP 1017 (remove_files) COMPLETE
84002026-07-10T19:51:16.504Z[ recovery-image] Jul 10 19:51:15.255 INFO O| Jul 10 19:51:15.255 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84012026-07-10T19:51:16.507Z[ recovery-image] Jul 10 19:51:15.261 INFO O| Jul 10 19:51:15.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84022026-07-10T19:51:16.507Z[ recovery-image] Jul 10 19:51:15.261 INFO O| Jul 10 19:51:15.261 INFO STEP 1018 (remove_files) COMPLETE
84032026-07-10T19:51:16.507Z[ recovery-image] Jul 10 19:51:15.261 INFO O| Jul 10 19:51:15.261 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84042026-07-10T19:51:16.514Z[ recovery-image] Jul 10 19:51:15.268 INFO O| Jul 10 19:51:15.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84052026-07-10T19:51:16.514Z[ recovery-image] Jul 10 19:51:15.268 INFO O| Jul 10 19:51:15.268 INFO STEP 1019 (remove_files) COMPLETE
84062026-07-10T19:51:16.516Z[ recovery-image] Jul 10 19:51:15.268 INFO O| Jul 10 19:51:15.268 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84072026-07-10T19:51:16.520Z[ recovery-image] Jul 10 19:51:15.275 INFO O| Jul 10 19:51:15.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84082026-07-10T19:51:16.520Z[ recovery-image] Jul 10 19:51:15.275 INFO O| Jul 10 19:51:15.275 INFO STEP 1020 (remove_files) COMPLETE
84092026-07-10T19:51:16.523Z[ recovery-image] Jul 10 19:51:15.275 INFO O| Jul 10 19:51:15.275 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84102026-07-10T19:51:16.530Z[ recovery-image] Jul 10 19:51:15.282 INFO O| Jul 10 19:51:15.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84112026-07-10T19:51:16.530Z[ recovery-image] Jul 10 19:51:15.282 INFO O| Jul 10 19:51:15.282 INFO STEP 1021 (remove_files) COMPLETE
84122026-07-10T19:51:16.530Z[ recovery-image] Jul 10 19:51:15.282 INFO O| Jul 10 19:51:15.282 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84132026-07-10T19:51:16.534Z[ recovery-image] Jul 10 19:51:15.289 INFO O| Jul 10 19:51:15.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84142026-07-10T19:51:16.537Z[ recovery-image] Jul 10 19:51:15.289 INFO O| Jul 10 19:51:15.289 INFO STEP 1022 (remove_files) COMPLETE
84152026-07-10T19:51:16.537Z[ recovery-image] Jul 10 19:51:15.289 INFO O| Jul 10 19:51:15.289 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84162026-07-10T19:51:16.541Z[ recovery-image] Jul 10 19:51:15.296 INFO O| Jul 10 19:51:15.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84172026-07-10T19:51:16.544Z[ recovery-image] Jul 10 19:51:15.296 INFO O| Jul 10 19:51:15.296 INFO STEP 1023 (remove_files) COMPLETE
84182026-07-10T19:51:16.544Z[ recovery-image] Jul 10 19:51:15.296 INFO O| Jul 10 19:51:15.296 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84192026-07-10T19:51:16.548Z[ recovery-image] Jul 10 19:51:15.303 INFO O| Jul 10 19:51:15.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84202026-07-10T19:51:16.548Z[ recovery-image] Jul 10 19:51:15.303 INFO O| Jul 10 19:51:15.303 INFO STEP 1024 (remove_files) COMPLETE
84212026-07-10T19:51:16.551Z[ recovery-image] Jul 10 19:51:15.303 INFO O| Jul 10 19:51:15.303 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84222026-07-10T19:51:16.556Z[ recovery-image] Jul 10 19:51:15.310 INFO O| Jul 10 19:51:15.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84232026-07-10T19:51:16.556Z[ recovery-image] Jul 10 19:51:15.310 INFO O| Jul 10 19:51:15.310 INFO STEP 1025 (remove_files) COMPLETE
84242026-07-10T19:51:16.559Z[ recovery-image] Jul 10 19:51:15.310 INFO O| Jul 10 19:51:15.310 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84252026-07-10T19:51:16.563Z[ recovery-image] Jul 10 19:51:15.318 INFO O| Jul 10 19:51:15.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84262026-07-10T19:51:16.563Z[ recovery-image] Jul 10 19:51:15.318 INFO O| Jul 10 19:51:15.318 INFO STEP 1026 (remove_files) COMPLETE
84272026-07-10T19:51:16.563Z[ recovery-image] Jul 10 19:51:15.318 INFO O| Jul 10 19:51:15.318 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84282026-07-10T19:51:16.570Z[ recovery-image] Jul 10 19:51:15.325 INFO O| Jul 10 19:51:15.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84292026-07-10T19:51:16.573Z[ recovery-image] Jul 10 19:51:15.325 INFO O| Jul 10 19:51:15.325 INFO STEP 1027 (remove_files) COMPLETE
84302026-07-10T19:51:16.573Z[ recovery-image] Jul 10 19:51:15.325 INFO O| Jul 10 19:51:15.325 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84312026-07-10T19:51:16.576Z[ recovery-image] Jul 10 19:51:15.331 INFO O| Jul 10 19:51:15.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84322026-07-10T19:51:16.577Z[ recovery-image] Jul 10 19:51:15.331 INFO O| Jul 10 19:51:15.331 INFO STEP 1028 (remove_files) COMPLETE
84332026-07-10T19:51:16.577Z[ recovery-image] Jul 10 19:51:15.331 INFO O| Jul 10 19:51:15.331 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84342026-07-10T19:51:16.582Z[ recovery-image] Jul 10 19:51:15.337 INFO O| Jul 10 19:51:15.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84352026-07-10T19:51:16.582Z[ recovery-image] Jul 10 19:51:15.337 INFO O| Jul 10 19:51:15.337 INFO STEP 1029 (remove_files) COMPLETE
84362026-07-10T19:51:16.587Z[ recovery-image] Jul 10 19:51:15.337 INFO O| Jul 10 19:51:15.337 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84372026-07-10T19:51:16.590Z[ recovery-image] Jul 10 19:51:15.342 INFO O| Jul 10 19:51:15.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84382026-07-10T19:51:16.590Z[ recovery-image] Jul 10 19:51:15.342 INFO O| Jul 10 19:51:15.342 INFO STEP 1030 (remove_files) COMPLETE
84392026-07-10T19:51:16.590Z[ recovery-image] Jul 10 19:51:15.342 INFO O| Jul 10 19:51:15.342 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84402026-07-10T19:51:16.594Z[ recovery-image] Jul 10 19:51:15.349 INFO O| Jul 10 19:51:15.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84412026-07-10T19:51:16.594Z[ recovery-image] Jul 10 19:51:15.349 INFO O| Jul 10 19:51:15.349 INFO STEP 1031 (remove_files) COMPLETE
84422026-07-10T19:51:16.597Z[ recovery-image] Jul 10 19:51:15.349 INFO O| Jul 10 19:51:15.349 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84432026-07-10T19:51:16.602Z[ recovery-image] Jul 10 19:51:15.356 INFO O| Jul 10 19:51:15.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84442026-07-10T19:51:16.605Z[ recovery-image] Jul 10 19:51:15.357 INFO O| Jul 10 19:51:15.357 INFO STEP 1032 (remove_files) COMPLETE
84452026-07-10T19:51:16.605Z[ recovery-image] Jul 10 19:51:15.357 INFO O| Jul 10 19:51:15.357 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84462026-07-10T19:51:16.608Z[ recovery-image] Jul 10 19:51:15.362 INFO O| Jul 10 19:51:15.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84472026-07-10T19:51:16.608Z[ recovery-image] Jul 10 19:51:15.362 INFO O| Jul 10 19:51:15.362 INFO STEP 1033 (remove_files) COMPLETE
84482026-07-10T19:51:16.608Z[ recovery-image] Jul 10 19:51:15.362 INFO O| Jul 10 19:51:15.362 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84492026-07-10T19:51:16.613Z[ recovery-image] Jul 10 19:51:15.368 INFO O| Jul 10 19:51:15.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84502026-07-10T19:51:16.613Z[ recovery-image] Jul 10 19:51:15.368 INFO O| Jul 10 19:51:15.368 INFO STEP 1034 (remove_files) COMPLETE
84512026-07-10T19:51:16.616Z[ recovery-image] Jul 10 19:51:15.368 INFO O| Jul 10 19:51:15.368 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84522026-07-10T19:51:16.620Z[ recovery-image] Jul 10 19:51:15.375 INFO O| Jul 10 19:51:15.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84532026-07-10T19:51:16.620Z[ recovery-image] Jul 10 19:51:15.375 INFO O| Jul 10 19:51:15.375 INFO STEP 1035 (remove_files) COMPLETE
84542026-07-10T19:51:16.623Z[ recovery-image] Jul 10 19:51:15.375 INFO O| Jul 10 19:51:15.375 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84552026-07-10T19:51:16.626Z[ recovery-image] Jul 10 19:51:15.381 INFO O| Jul 10 19:51:15.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84562026-07-10T19:51:16.629Z[ recovery-image] Jul 10 19:51:15.381 INFO O| Jul 10 19:51:15.381 INFO STEP 1036 (remove_files) COMPLETE
84572026-07-10T19:51:16.629Z[ recovery-image] Jul 10 19:51:15.381 INFO O| Jul 10 19:51:15.381 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84582026-07-10T19:51:16.632Z[ recovery-image] Jul 10 19:51:15.387 INFO O| Jul 10 19:51:15.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84592026-07-10T19:51:16.635Z[ recovery-image] Jul 10 19:51:15.387 INFO O| Jul 10 19:51:15.387 INFO STEP 1037 (remove_files) COMPLETE
84602026-07-10T19:51:16.635Z[ recovery-image] Jul 10 19:51:15.387 INFO O| Jul 10 19:51:15.387 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84612026-07-10T19:51:16.639Z[ recovery-image] Jul 10 19:51:15.393 INFO O| Jul 10 19:51:15.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84622026-07-10T19:51:16.639Z[ recovery-image] Jul 10 19:51:15.393 INFO O| Jul 10 19:51:15.393 INFO STEP 1038 (remove_files) COMPLETE
84632026-07-10T19:51:16.639Z[ recovery-image] Jul 10 19:51:15.393 INFO O| Jul 10 19:51:15.393 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84642026-07-10T19:51:16.646Z[ recovery-image] Jul 10 19:51:15.399 INFO O| Jul 10 19:51:15.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84652026-07-10T19:51:16.648Z[ recovery-image] Jul 10 19:51:15.399 INFO O| Jul 10 19:51:15.399 INFO STEP 1039 (remove_files) COMPLETE
84662026-07-10T19:51:16.648Z[ recovery-image] Jul 10 19:51:15.399 INFO O| Jul 10 19:51:15.399 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84672026-07-10T19:51:16.651Z[ recovery-image] Jul 10 19:51:15.404 INFO O| Jul 10 19:51:15.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84682026-07-10T19:51:16.651Z[ recovery-image] Jul 10 19:51:15.404 INFO O| Jul 10 19:51:15.404 INFO STEP 1040 (remove_files) COMPLETE
84692026-07-10T19:51:16.651Z[ recovery-image] Jul 10 19:51:15.404 INFO O| Jul 10 19:51:15.404 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84702026-07-10T19:51:16.655Z[ recovery-image] Jul 10 19:51:15.410 INFO O| Jul 10 19:51:15.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84712026-07-10T19:51:16.655Z[ recovery-image] Jul 10 19:51:15.410 INFO O| Jul 10 19:51:15.410 INFO STEP 1041 (remove_files) COMPLETE
84722026-07-10T19:51:16.658Z[ recovery-image] Jul 10 19:51:15.410 INFO O| Jul 10 19:51:15.410 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84732026-07-10T19:51:16.661Z[ recovery-image] Jul 10 19:51:15.415 INFO O| Jul 10 19:51:15.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84742026-07-10T19:51:16.661Z[ recovery-image] Jul 10 19:51:15.415 INFO O| Jul 10 19:51:15.415 INFO STEP 1042 (remove_files) COMPLETE
84752026-07-10T19:51:16.661Z[ recovery-image] Jul 10 19:51:15.415 INFO O| Jul 10 19:51:15.415 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84762026-07-10T19:51:16.667Z[ recovery-image] Jul 10 19:51:15.422 INFO O| Jul 10 19:51:15.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84772026-07-10T19:51:16.668Z[ recovery-image] Jul 10 19:51:15.422 INFO O| Jul 10 19:51:15.422 INFO STEP 1043 (remove_files) COMPLETE
84782026-07-10T19:51:16.670Z[ recovery-image] Jul 10 19:51:15.422 INFO O| Jul 10 19:51:15.422 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84792026-07-10T19:51:16.673Z[ recovery-image] Jul 10 19:51:15.428 INFO O| Jul 10 19:51:15.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84802026-07-10T19:51:16.673Z[ recovery-image] Jul 10 19:51:15.428 INFO O| Jul 10 19:51:15.428 INFO STEP 1044 (remove_files) COMPLETE
84812026-07-10T19:51:16.676Z[ recovery-image] Jul 10 19:51:15.428 INFO O| Jul 10 19:51:15.428 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84822026-07-10T19:51:16.679Z[ recovery-image] Jul 10 19:51:15.434 INFO O| Jul 10 19:51:15.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84832026-07-10T19:51:16.682Z[ recovery-image] Jul 10 19:51:15.434 INFO O| Jul 10 19:51:15.434 INFO STEP 1045 (remove_files) COMPLETE
84842026-07-10T19:51:16.682Z[ recovery-image] Jul 10 19:51:15.434 INFO O| Jul 10 19:51:15.434 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84852026-07-10T19:51:16.686Z[ recovery-image] Jul 10 19:51:15.440 INFO O| Jul 10 19:51:15.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84862026-07-10T19:51:16.686Z[ recovery-image] Jul 10 19:51:15.440 INFO O| Jul 10 19:51:15.440 INFO STEP 1046 (remove_files) COMPLETE
84872026-07-10T19:51:16.689Z[ recovery-image] Jul 10 19:51:15.440 INFO O| Jul 10 19:51:15.440 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84882026-07-10T19:51:16.692Z[ recovery-image] Jul 10 19:51:15.447 INFO O| Jul 10 19:51:15.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84892026-07-10T19:51:16.695Z[ recovery-image] Jul 10 19:51:15.447 INFO O| Jul 10 19:51:15.447 INFO STEP 1047 (remove_files) COMPLETE
84902026-07-10T19:51:16.695Z[ recovery-image] Jul 10 19:51:15.447 INFO O| Jul 10 19:51:15.447 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84912026-07-10T19:51:16.699Z[ recovery-image] Jul 10 19:51:15.453 INFO O| Jul 10 19:51:15.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
84922026-07-10T19:51:16.701Z[ recovery-image] Jul 10 19:51:15.453 INFO O| Jul 10 19:51:15.453 INFO STEP 1048 (remove_files) COMPLETE
84932026-07-10T19:51:16.701Z[ recovery-image] Jul 10 19:51:15.453 INFO O| Jul 10 19:51:15.453 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84942026-07-10T19:51:16.705Z[ recovery-image] Jul 10 19:51:15.460 INFO O| Jul 10 19:51:15.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
84952026-07-10T19:51:16.705Z[ recovery-image] Jul 10 19:51:15.460 INFO O| Jul 10 19:51:15.460 INFO STEP 1049 (remove_files) COMPLETE
84962026-07-10T19:51:16.708Z[ recovery-image] Jul 10 19:51:15.460 INFO O| Jul 10 19:51:15.460 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84972026-07-10T19:51:16.712Z[ recovery-image] Jul 10 19:51:15.466 INFO O| Jul 10 19:51:15.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
84982026-07-10T19:51:16.712Z[ recovery-image] Jul 10 19:51:15.466 INFO O| Jul 10 19:51:15.466 INFO STEP 1050 (remove_files) COMPLETE
84992026-07-10T19:51:16.715Z[ recovery-image] Jul 10 19:51:15.466 INFO O| Jul 10 19:51:15.466 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85002026-07-10T19:51:16.718Z[ recovery-image] Jul 10 19:51:15.472 INFO O| Jul 10 19:51:15.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85012026-07-10T19:51:16.718Z[ recovery-image] Jul 10 19:51:15.472 INFO O| Jul 10 19:51:15.472 INFO STEP 1051 (remove_files) COMPLETE
85022026-07-10T19:51:16.721Z[ recovery-image] Jul 10 19:51:15.472 INFO O| Jul 10 19:51:15.472 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85032026-07-10T19:51:16.724Z[ recovery-image] Jul 10 19:51:15.479 INFO O| Jul 10 19:51:15.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85042026-07-10T19:51:16.727Z[ recovery-image] Jul 10 19:51:15.479 INFO O| Jul 10 19:51:15.479 INFO STEP 1052 (remove_files) COMPLETE
85052026-07-10T19:51:16.727Z[ recovery-image] Jul 10 19:51:15.479 INFO O| Jul 10 19:51:15.479 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85062026-07-10T19:51:16.732Z[ recovery-image] Jul 10 19:51:15.486 INFO O| Jul 10 19:51:15.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85072026-07-10T19:51:16.735Z[ recovery-image] Jul 10 19:51:15.486 INFO O| Jul 10 19:51:15.486 INFO STEP 1053 (remove_files) COMPLETE
85082026-07-10T19:51:16.735Z[ recovery-image] Jul 10 19:51:15.486 INFO O| Jul 10 19:51:15.486 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85092026-07-10T19:51:16.741Z[ recovery-image] Jul 10 19:51:15.495 INFO O| Jul 10 19:51:15.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85102026-07-10T19:51:16.741Z[ recovery-image] Jul 10 19:51:15.495 INFO O| Jul 10 19:51:15.495 INFO STEP 1054 (remove_files) COMPLETE
85112026-07-10T19:51:16.741Z[ recovery-image] Jul 10 19:51:15.495 INFO O| Jul 10 19:51:15.495 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85122026-07-10T19:51:16.747Z[ recovery-image] Jul 10 19:51:15.501 INFO O| Jul 10 19:51:15.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85132026-07-10T19:51:16.747Z[ recovery-image] Jul 10 19:51:15.501 INFO O| Jul 10 19:51:15.501 INFO STEP 1055 (remove_files) COMPLETE
85142026-07-10T19:51:16.747Z[ recovery-image] Jul 10 19:51:15.501 INFO O| Jul 10 19:51:15.501 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85152026-07-10T19:51:16.753Z[ recovery-image] Jul 10 19:51:15.507 INFO O| Jul 10 19:51:15.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85162026-07-10T19:51:16.753Z[ recovery-image] Jul 10 19:51:15.507 INFO O| Jul 10 19:51:15.507 INFO STEP 1056 (remove_files) COMPLETE
85172026-07-10T19:51:16.756Z[ recovery-image] Jul 10 19:51:15.507 INFO O| Jul 10 19:51:15.507 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85182026-07-10T19:51:16.760Z[ recovery-image] Jul 10 19:51:15.513 INFO O| Jul 10 19:51:15.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85192026-07-10T19:51:16.762Z[ recovery-image] Jul 10 19:51:15.513 INFO O| Jul 10 19:51:15.513 INFO STEP 1057 (remove_files) COMPLETE
85202026-07-10T19:51:16.762Z[ recovery-image] Jul 10 19:51:15.513 INFO O| Jul 10 19:51:15.513 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85212026-07-10T19:51:16.767Z[ recovery-image] Jul 10 19:51:15.519 INFO O| Jul 10 19:51:15.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85222026-07-10T19:51:16.767Z[ recovery-image] Jul 10 19:51:15.519 INFO O| Jul 10 19:51:15.519 INFO STEP 1058 (remove_files) COMPLETE
85232026-07-10T19:51:16.767Z[ recovery-image] Jul 10 19:51:15.519 INFO O| Jul 10 19:51:15.519 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85242026-07-10T19:51:16.771Z[ recovery-image] Jul 10 19:51:15.524 INFO O| Jul 10 19:51:15.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85252026-07-10T19:51:16.771Z[ recovery-image] Jul 10 19:51:15.524 INFO O| Jul 10 19:51:15.524 INFO STEP 1059 (remove_files) COMPLETE
85262026-07-10T19:51:16.771Z[ recovery-image] Jul 10 19:51:15.525 INFO O| Jul 10 19:51:15.524 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85272026-07-10T19:51:16.776Z[ recovery-image] Jul 10 19:51:15.530 INFO O| Jul 10 19:51:15.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85282026-07-10T19:51:16.776Z[ recovery-image] Jul 10 19:51:15.530 INFO O| Jul 10 19:51:15.530 INFO STEP 1060 (remove_files) COMPLETE
85292026-07-10T19:51:16.776Z[ recovery-image] Jul 10 19:51:15.530 INFO O| Jul 10 19:51:15.530 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85302026-07-10T19:51:16.782Z[ recovery-image] Jul 10 19:51:15.536 INFO O| Jul 10 19:51:15.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85312026-07-10T19:51:16.782Z[ recovery-image] Jul 10 19:51:15.536 INFO O| Jul 10 19:51:15.536 INFO STEP 1061 (remove_files) COMPLETE
85322026-07-10T19:51:16.782Z[ recovery-image] Jul 10 19:51:15.536 INFO O| Jul 10 19:51:15.536 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85332026-07-10T19:51:16.788Z[ recovery-image] Jul 10 19:51:15.542 INFO O| Jul 10 19:51:15.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85342026-07-10T19:51:16.788Z[ recovery-image] Jul 10 19:51:15.542 INFO O| Jul 10 19:51:15.542 INFO STEP 1062 (remove_files) COMPLETE
85352026-07-10T19:51:16.788Z[ recovery-image] Jul 10 19:51:15.542 INFO O| Jul 10 19:51:15.542 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85362026-07-10T19:51:16.794Z[ recovery-image] Jul 10 19:51:15.548 INFO O| Jul 10 19:51:15.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85372026-07-10T19:51:16.797Z[ recovery-image] Jul 10 19:51:15.548 INFO O| Jul 10 19:51:15.548 INFO STEP 1063 (remove_files) COMPLETE
85382026-07-10T19:51:16.797Z[ recovery-image] Jul 10 19:51:15.548 INFO O| Jul 10 19:51:15.548 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85392026-07-10T19:51:16.800Z[ recovery-image] Jul 10 19:51:15.554 INFO O| Jul 10 19:51:15.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85402026-07-10T19:51:16.800Z[ recovery-image] Jul 10 19:51:15.554 INFO O| Jul 10 19:51:15.554 INFO STEP 1064 (remove_files) COMPLETE
85412026-07-10T19:51:16.800Z[ recovery-image] Jul 10 19:51:15.554 INFO O| Jul 10 19:51:15.554 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85422026-07-10T19:51:16.805Z[ recovery-image] Jul 10 19:51:15.559 INFO O| Jul 10 19:51:15.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85432026-07-10T19:51:16.807Z[ recovery-image] Jul 10 19:51:15.559 INFO O| Jul 10 19:51:15.559 INFO STEP 1065 (remove_files) COMPLETE
85442026-07-10T19:51:16.807Z[ recovery-image] Jul 10 19:51:15.559 INFO O| Jul 10 19:51:15.559 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85452026-07-10T19:51:16.814Z[ recovery-image] Jul 10 19:51:15.568 INFO O| Jul 10 19:51:15.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85462026-07-10T19:51:16.816Z[ recovery-image] Jul 10 19:51:15.568 INFO O| Jul 10 19:51:15.568 INFO STEP 1066 (remove_files) COMPLETE
85472026-07-10T19:51:16.816Z[ recovery-image] Jul 10 19:51:15.568 INFO O| Jul 10 19:51:15.568 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85482026-07-10T19:51:16.820Z[ recovery-image] Jul 10 19:51:15.575 INFO O| Jul 10 19:51:15.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85492026-07-10T19:51:16.823Z[ recovery-image] Jul 10 19:51:15.575 INFO O| Jul 10 19:51:15.575 INFO STEP 1067 (remove_files) COMPLETE
85502026-07-10T19:51:16.823Z[ recovery-image] Jul 10 19:51:15.575 INFO O| Jul 10 19:51:15.575 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85512026-07-10T19:51:16.827Z[ recovery-image] Jul 10 19:51:15.581 INFO O| Jul 10 19:51:15.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85522026-07-10T19:51:16.827Z[ recovery-image] Jul 10 19:51:15.581 INFO O| Jul 10 19:51:15.581 INFO STEP 1068 (remove_files) COMPLETE
85532026-07-10T19:51:16.827Z[ recovery-image] Jul 10 19:51:15.581 INFO O| Jul 10 19:51:15.581 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85542026-07-10T19:51:16.833Z[ recovery-image] Jul 10 19:51:15.587 INFO O| Jul 10 19:51:15.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85552026-07-10T19:51:16.833Z[ recovery-image] Jul 10 19:51:15.587 INFO O| Jul 10 19:51:15.587 INFO STEP 1069 (remove_files) COMPLETE
85562026-07-10T19:51:16.836Z[ recovery-image] Jul 10 19:51:15.587 INFO O| Jul 10 19:51:15.587 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85572026-07-10T19:51:16.840Z[ recovery-image] Jul 10 19:51:15.595 INFO O| Jul 10 19:51:15.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85582026-07-10T19:51:16.841Z[ recovery-image] Jul 10 19:51:15.595 INFO O| Jul 10 19:51:15.595 INFO STEP 1070 (remove_files) COMPLETE
85592026-07-10T19:51:16.841Z[ recovery-image] Jul 10 19:51:15.595 INFO O| Jul 10 19:51:15.595 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85602026-07-10T19:51:16.848Z[ recovery-image] Jul 10 19:51:15.602 INFO O| Jul 10 19:51:15.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85612026-07-10T19:51:16.851Z[ recovery-image] Jul 10 19:51:15.603 INFO O| Jul 10 19:51:15.603 INFO STEP 1071 (remove_files) COMPLETE
85622026-07-10T19:51:16.851Z[ recovery-image] Jul 10 19:51:15.603 INFO O| Jul 10 19:51:15.603 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85632026-07-10T19:51:16.855Z[ recovery-image] Jul 10 19:51:15.609 INFO O| Jul 10 19:51:15.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85642026-07-10T19:51:16.858Z[ recovery-image] Jul 10 19:51:15.609 INFO O| Jul 10 19:51:15.609 INFO STEP 1072 (remove_files) COMPLETE
85652026-07-10T19:51:16.858Z[ recovery-image] Jul 10 19:51:15.610 INFO O| Jul 10 19:51:15.609 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85662026-07-10T19:51:16.864Z[ recovery-image] Jul 10 19:51:15.615 INFO O| Jul 10 19:51:15.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85672026-07-10T19:51:16.864Z[ recovery-image] Jul 10 19:51:15.615 INFO O| Jul 10 19:51:15.615 INFO STEP 1073 (remove_files) COMPLETE
85682026-07-10T19:51:16.864Z[ recovery-image] Jul 10 19:51:15.615 INFO O| Jul 10 19:51:15.615 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85692026-07-10T19:51:16.868Z[ recovery-image] Jul 10 19:51:15.623 INFO O| Jul 10 19:51:15.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85702026-07-10T19:51:16.868Z[ recovery-image] Jul 10 19:51:15.623 INFO O| Jul 10 19:51:15.623 INFO STEP 1074 (remove_files) COMPLETE
85712026-07-10T19:51:16.871Z[ recovery-image] Jul 10 19:51:15.623 INFO O| Jul 10 19:51:15.623 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85722026-07-10T19:51:16.875Z[ recovery-image] Jul 10 19:51:15.630 INFO O| Jul 10 19:51:15.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85732026-07-10T19:51:16.878Z[ recovery-image] Jul 10 19:51:15.630 INFO O| Jul 10 19:51:15.630 INFO STEP 1075 (remove_files) COMPLETE
85742026-07-10T19:51:16.878Z[ recovery-image] Jul 10 19:51:15.630 INFO O| Jul 10 19:51:15.630 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85752026-07-10T19:51:16.883Z[ recovery-image] Jul 10 19:51:15.637 INFO O| Jul 10 19:51:15.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85762026-07-10T19:51:16.883Z[ recovery-image] Jul 10 19:51:15.638 INFO O| Jul 10 19:51:15.637 INFO STEP 1076 (remove_files) COMPLETE
85772026-07-10T19:51:16.886Z[ recovery-image] Jul 10 19:51:15.638 INFO O| Jul 10 19:51:15.638 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85782026-07-10T19:51:16.890Z[ recovery-image] Jul 10 19:51:15.645 INFO O| Jul 10 19:51:15.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85792026-07-10T19:51:16.893Z[ recovery-image] Jul 10 19:51:15.645 INFO O| Jul 10 19:51:15.645 INFO STEP 1077 (remove_files) COMPLETE
85802026-07-10T19:51:16.894Z[ recovery-image] Jul 10 19:51:15.645 INFO O| Jul 10 19:51:15.645 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85812026-07-10T19:51:16.897Z[ recovery-image] Jul 10 19:51:15.651 INFO O| Jul 10 19:51:15.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85822026-07-10T19:51:16.897Z[ recovery-image] Jul 10 19:51:15.651 INFO O| Jul 10 19:51:15.651 INFO STEP 1078 (remove_files) COMPLETE
85832026-07-10T19:51:16.897Z[ recovery-image] Jul 10 19:51:15.651 INFO O| Jul 10 19:51:15.651 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85842026-07-10T19:51:16.904Z[ recovery-image] Jul 10 19:51:15.658 INFO O| Jul 10 19:51:15.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85852026-07-10T19:51:16.907Z[ recovery-image] Jul 10 19:51:15.658 INFO O| Jul 10 19:51:15.658 INFO STEP 1079 (remove_files) COMPLETE
85862026-07-10T19:51:16.907Z[ recovery-image] Jul 10 19:51:15.658 INFO O| Jul 10 19:51:15.658 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85872026-07-10T19:51:16.911Z[ recovery-image] Jul 10 19:51:15.665 INFO O| Jul 10 19:51:15.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85882026-07-10T19:51:16.911Z[ recovery-image] Jul 10 19:51:15.665 INFO O| Jul 10 19:51:15.665 INFO STEP 1080 (remove_files) COMPLETE
85892026-07-10T19:51:16.911Z[ recovery-image] Jul 10 19:51:15.665 INFO O| Jul 10 19:51:15.665 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85902026-07-10T19:51:16.918Z[ recovery-image] Jul 10 19:51:15.672 INFO O| Jul 10 19:51:15.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
85912026-07-10T19:51:16.918Z[ recovery-image] Jul 10 19:51:15.672 INFO O| Jul 10 19:51:15.672 INFO STEP 1081 (remove_files) COMPLETE
85922026-07-10T19:51:16.921Z[ recovery-image] Jul 10 19:51:15.672 INFO O| Jul 10 19:51:15.672 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85932026-07-10T19:51:16.924Z[ recovery-image] Jul 10 19:51:15.678 INFO O| Jul 10 19:51:15.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
85942026-07-10T19:51:16.924Z[ recovery-image] Jul 10 19:51:15.678 INFO O| Jul 10 19:51:15.678 INFO STEP 1082 (remove_files) COMPLETE
85952026-07-10T19:51:16.924Z[ recovery-image] Jul 10 19:51:15.678 INFO O| Jul 10 19:51:15.678 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85962026-07-10T19:51:16.929Z[ recovery-image] Jul 10 19:51:15.684 INFO O| Jul 10 19:51:15.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
85972026-07-10T19:51:16.929Z[ recovery-image] Jul 10 19:51:15.684 INFO O| Jul 10 19:51:15.684 INFO STEP 1083 (remove_files) COMPLETE
85982026-07-10T19:51:16.932Z[ recovery-image] Jul 10 19:51:15.684 INFO O| Jul 10 19:51:15.684 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85992026-07-10T19:51:16.935Z[ recovery-image] Jul 10 19:51:15.689 INFO O| Jul 10 19:51:15.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86002026-07-10T19:51:16.935Z[ recovery-image] Jul 10 19:51:15.689 INFO O| Jul 10 19:51:15.689 INFO STEP 1084 (remove_files) COMPLETE
86012026-07-10T19:51:16.935Z[ recovery-image] Jul 10 19:51:15.689 INFO O| Jul 10 19:51:15.689 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86022026-07-10T19:51:16.940Z[ recovery-image] Jul 10 19:51:15.695 INFO O| Jul 10 19:51:15.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86032026-07-10T19:51:16.943Z[ recovery-image] Jul 10 19:51:15.695 INFO O| Jul 10 19:51:15.695 INFO STEP 1085 (remove_files) COMPLETE
86042026-07-10T19:51:16.943Z[ recovery-image] Jul 10 19:51:15.695 INFO O| Jul 10 19:51:15.695 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86052026-07-10T19:51:16.946Z[ recovery-image] Jul 10 19:51:15.700 INFO O| Jul 10 19:51:15.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86062026-07-10T19:51:16.946Z[ recovery-image] Jul 10 19:51:15.700 INFO O| Jul 10 19:51:15.700 INFO STEP 1086 (remove_files) COMPLETE
86072026-07-10T19:51:16.946Z[ recovery-image] Jul 10 19:51:15.700 INFO O| Jul 10 19:51:15.700 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86082026-07-10T19:51:16.951Z[ recovery-image] Jul 10 19:51:15.706 INFO O| Jul 10 19:51:15.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86092026-07-10T19:51:16.951Z[ recovery-image] Jul 10 19:51:15.706 INFO O| Jul 10 19:51:15.706 INFO STEP 1087 (remove_files) COMPLETE
86102026-07-10T19:51:16.954Z[ recovery-image] Jul 10 19:51:15.706 INFO O| Jul 10 19:51:15.706 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86112026-07-10T19:51:16.958Z[ recovery-image] Jul 10 19:51:15.711 INFO O| Jul 10 19:51:15.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86122026-07-10T19:51:16.958Z[ recovery-image] Jul 10 19:51:15.711 INFO O| Jul 10 19:51:15.711 INFO STEP 1088 (remove_files) COMPLETE
86132026-07-10T19:51:16.958Z[ recovery-image] Jul 10 19:51:15.711 INFO O| Jul 10 19:51:15.711 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86142026-07-10T19:51:16.963Z[ recovery-image] Jul 10 19:51:15.717 INFO O| Jul 10 19:51:15.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86152026-07-10T19:51:16.965Z[ recovery-image] Jul 10 19:51:15.717 INFO O| Jul 10 19:51:15.717 INFO STEP 1089 (remove_files) COMPLETE
86162026-07-10T19:51:16.965Z[ recovery-image] Jul 10 19:51:15.717 INFO O| Jul 10 19:51:15.717 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86172026-07-10T19:51:16.968Z[ recovery-image] Jul 10 19:51:15.723 INFO O| Jul 10 19:51:15.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86182026-07-10T19:51:16.968Z[ recovery-image] Jul 10 19:51:15.723 INFO O| Jul 10 19:51:15.723 INFO STEP 1090 (remove_files) COMPLETE
86192026-07-10T19:51:16.971Z[ recovery-image] Jul 10 19:51:15.723 INFO O| Jul 10 19:51:15.723 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86202026-07-10T19:51:16.974Z[ recovery-image] Jul 10 19:51:15.728 INFO O| Jul 10 19:51:15.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86212026-07-10T19:51:16.974Z[ recovery-image] Jul 10 19:51:15.728 INFO O| Jul 10 19:51:15.728 INFO STEP 1091 (remove_files) COMPLETE
86222026-07-10T19:51:16.974Z[ recovery-image] Jul 10 19:51:15.728 INFO O| Jul 10 19:51:15.728 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86232026-07-10T19:51:16.979Z[ recovery-image] Jul 10 19:51:15.734 INFO O| Jul 10 19:51:15.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86242026-07-10T19:51:16.979Z[ recovery-image] Jul 10 19:51:15.734 INFO O| Jul 10 19:51:15.734 INFO STEP 1092 (remove_files) COMPLETE
86252026-07-10T19:51:16.983Z[ recovery-image] Jul 10 19:51:15.734 INFO O| Jul 10 19:51:15.734 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86262026-07-10T19:51:16.986Z[ recovery-image] Jul 10 19:51:15.741 INFO O| Jul 10 19:51:15.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86272026-07-10T19:51:16.989Z[ recovery-image] Jul 10 19:51:15.741 INFO O| Jul 10 19:51:15.741 INFO STEP 1093 (remove_files) COMPLETE
86282026-07-10T19:51:16.989Z[ recovery-image] Jul 10 19:51:15.741 INFO O| Jul 10 19:51:15.741 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86292026-07-10T19:51:16.992Z[ recovery-image] Jul 10 19:51:15.747 INFO O| Jul 10 19:51:15.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86302026-07-10T19:51:16.995Z[ recovery-image] Jul 10 19:51:15.747 INFO O| Jul 10 19:51:15.747 INFO STEP 1094 (remove_files) COMPLETE
86312026-07-10T19:51:16.995Z[ recovery-image] Jul 10 19:51:15.747 INFO O| Jul 10 19:51:15.747 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86322026-07-10T19:51:16.998Z[ recovery-image] Jul 10 19:51:15.752 INFO O| Jul 10 19:51:15.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86332026-07-10T19:51:16.998Z[ recovery-image] Jul 10 19:51:15.752 INFO O| Jul 10 19:51:15.752 INFO STEP 1095 (remove_files) COMPLETE
86342026-07-10T19:51:16.998Z[ recovery-image] Jul 10 19:51:15.752 INFO O| Jul 10 19:51:15.752 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86352026-07-10T19:51:17.005Z[ recovery-image] Jul 10 19:51:15.759 INFO O| Jul 10 19:51:15.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86362026-07-10T19:51:17.005Z[ recovery-image] Jul 10 19:51:15.759 INFO O| Jul 10 19:51:15.759 INFO STEP 1096 (remove_files) COMPLETE
86372026-07-10T19:51:17.005Z[ recovery-image] Jul 10 19:51:15.759 INFO O| Jul 10 19:51:15.759 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86382026-07-10T19:51:17.011Z[ recovery-image] Jul 10 19:51:15.765 INFO O| Jul 10 19:51:15.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86392026-07-10T19:51:17.011Z[ recovery-image] Jul 10 19:51:15.765 INFO O| Jul 10 19:51:15.765 INFO STEP 1097 (remove_files) COMPLETE
86402026-07-10T19:51:17.011Z[ recovery-image] Jul 10 19:51:15.765 INFO O| Jul 10 19:51:15.765 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86412026-07-10T19:51:17.016Z[ recovery-image] Jul 10 19:51:15.770 INFO O| Jul 10 19:51:15.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86422026-07-10T19:51:17.019Z[ recovery-image] Jul 10 19:51:15.770 INFO O| Jul 10 19:51:15.770 INFO STEP 1098 (remove_files) COMPLETE
86432026-07-10T19:51:17.019Z[ recovery-image] Jul 10 19:51:15.770 INFO O| Jul 10 19:51:15.770 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86442026-07-10T19:51:17.022Z[ recovery-image] Jul 10 19:51:15.776 INFO O| Jul 10 19:51:15.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86452026-07-10T19:51:17.022Z[ recovery-image] Jul 10 19:51:15.776 INFO O| Jul 10 19:51:15.776 INFO STEP 1099 (remove_files) COMPLETE
86462026-07-10T19:51:17.022Z[ recovery-image] Jul 10 19:51:15.776 INFO O| Jul 10 19:51:15.776 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86472026-07-10T19:51:17.028Z[ recovery-image] Jul 10 19:51:15.783 INFO O| Jul 10 19:51:15.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86482026-07-10T19:51:17.028Z[ recovery-image] Jul 10 19:51:15.783 INFO O| Jul 10 19:51:15.783 INFO STEP 1100 (remove_files) COMPLETE
86492026-07-10T19:51:17.031Z[ recovery-image] Jul 10 19:51:15.783 INFO O| Jul 10 19:51:15.783 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86502026-07-10T19:51:17.035Z[ recovery-image] Jul 10 19:51:15.789 INFO O| Jul 10 19:51:15.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86512026-07-10T19:51:17.037Z[ recovery-image] Jul 10 19:51:15.789 INFO O| Jul 10 19:51:15.789 INFO STEP 1101 (remove_files) COMPLETE
86522026-07-10T19:51:17.037Z[ recovery-image] Jul 10 19:51:15.789 INFO O| Jul 10 19:51:15.789 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86532026-07-10T19:51:17.040Z[ recovery-image] Jul 10 19:51:15.795 INFO O| Jul 10 19:51:15.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86542026-07-10T19:51:17.043Z[ recovery-image] Jul 10 19:51:15.795 INFO O| Jul 10 19:51:15.795 INFO STEP 1102 (remove_files) COMPLETE
86552026-07-10T19:51:17.043Z[ recovery-image] Jul 10 19:51:15.795 INFO O| Jul 10 19:51:15.795 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86562026-07-10T19:51:17.088Z[ recovery-image] Jul 10 19:51:15.801 INFO O| Jul 10 19:51:15.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86572026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.801 INFO O| Jul 10 19:51:15.801 INFO STEP 1103 (remove_files) COMPLETE
86582026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.801 INFO O| Jul 10 19:51:15.801 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86592026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.806 INFO O| Jul 10 19:51:15.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86602026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.806 INFO O| Jul 10 19:51:15.806 INFO STEP 1104 (remove_files) COMPLETE
86612026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.806 INFO O| Jul 10 19:51:15.806 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86622026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.812 INFO O| Jul 10 19:51:15.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86632026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.812 INFO O| Jul 10 19:51:15.812 INFO STEP 1105 (remove_files) COMPLETE
86642026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.812 INFO O| Jul 10 19:51:15.812 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86652026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.819 INFO O| Jul 10 19:51:15.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86662026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.819 INFO O| Jul 10 19:51:15.819 INFO STEP 1106 (remove_files) COMPLETE
86672026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.819 INFO O| Jul 10 19:51:15.819 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86682026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.825 INFO O| Jul 10 19:51:15.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86692026-07-10T19:51:17.089Z[ recovery-image] Jul 10 19:51:15.825 INFO O| Jul 10 19:51:15.825 INFO STEP 1107 (remove_files) COMPLETE
86702026-07-10T19:51:17.090Z[ recovery-image] Jul 10 19:51:15.825 INFO O| Jul 10 19:51:15.825 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86712026-07-10T19:51:17.090Z[ recovery-image] Jul 10 19:51:15.832 INFO O| Jul 10 19:51:15.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86722026-07-10T19:51:17.090Z[ recovery-image] Jul 10 19:51:15.832 INFO O| Jul 10 19:51:15.832 INFO STEP 1108 (remove_files) COMPLETE
86732026-07-10T19:51:17.090Z[ recovery-image] Jul 10 19:51:15.832 INFO O| Jul 10 19:51:15.832 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86742026-07-10T19:51:17.090Z[ recovery-image] Jul 10 19:51:15.838 INFO O| Jul 10 19:51:15.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86752026-07-10T19:51:17.090Z[ recovery-image] Jul 10 19:51:15.838 INFO O| Jul 10 19:51:15.838 INFO STEP 1109 (remove_files) COMPLETE
86762026-07-10T19:51:17.090Z[ recovery-image] Jul 10 19:51:15.838 INFO O| Jul 10 19:51:15.838 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86772026-07-10T19:51:17.094Z[ recovery-image] Jul 10 19:51:15.845 INFO O| Jul 10 19:51:15.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86782026-07-10T19:51:17.094Z[ recovery-image] Jul 10 19:51:15.845 INFO O| Jul 10 19:51:15.845 INFO STEP 1110 (remove_files) COMPLETE
86792026-07-10T19:51:17.094Z[ recovery-image] Jul 10 19:51:15.845 INFO O| Jul 10 19:51:15.845 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86802026-07-10T19:51:17.097Z[ recovery-image] Jul 10 19:51:15.851 INFO O| Jul 10 19:51:15.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86812026-07-10T19:51:17.097Z[ recovery-image] Jul 10 19:51:15.851 INFO O| Jul 10 19:51:15.851 INFO STEP 1111 (remove_files) COMPLETE
86822026-07-10T19:51:17.097Z[ recovery-image] Jul 10 19:51:15.851 INFO O| Jul 10 19:51:15.851 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86832026-07-10T19:51:17.103Z[ recovery-image] Jul 10 19:51:15.857 INFO O| Jul 10 19:51:15.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86842026-07-10T19:51:17.103Z[ recovery-image] Jul 10 19:51:15.857 INFO O| Jul 10 19:51:15.857 INFO STEP 1112 (remove_files) COMPLETE
86852026-07-10T19:51:17.106Z[ recovery-image] Jul 10 19:51:15.857 INFO O| Jul 10 19:51:15.857 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86862026-07-10T19:51:17.110Z[ recovery-image] Jul 10 19:51:15.864 INFO O| Jul 10 19:51:15.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86872026-07-10T19:51:17.110Z[ recovery-image] Jul 10 19:51:15.864 INFO O| Jul 10 19:51:15.864 INFO STEP 1113 (remove_files) COMPLETE
86882026-07-10T19:51:17.110Z[ recovery-image] Jul 10 19:51:15.864 INFO O| Jul 10 19:51:15.864 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86892026-07-10T19:51:17.117Z[ recovery-image] Jul 10 19:51:15.871 INFO O| Jul 10 19:51:15.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
86902026-07-10T19:51:17.117Z[ recovery-image] Jul 10 19:51:15.871 INFO O| Jul 10 19:51:15.871 INFO STEP 1114 (remove_files) COMPLETE
86912026-07-10T19:51:17.120Z[ recovery-image] Jul 10 19:51:15.871 INFO O| Jul 10 19:51:15.871 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86922026-07-10T19:51:17.122Z[ recovery-image] Jul 10 19:51:15.877 INFO O| Jul 10 19:51:15.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
86932026-07-10T19:51:17.122Z[ recovery-image] Jul 10 19:51:15.877 INFO O| Jul 10 19:51:15.877 INFO STEP 1115 (remove_files) COMPLETE
86942026-07-10T19:51:17.123Z[ recovery-image] Jul 10 19:51:15.877 INFO O| Jul 10 19:51:15.877 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86952026-07-10T19:51:17.128Z[ recovery-image] Jul 10 19:51:15.882 INFO O| Jul 10 19:51:15.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
86962026-07-10T19:51:17.128Z[ recovery-image] Jul 10 19:51:15.883 INFO O| Jul 10 19:51:15.882 INFO STEP 1116 (remove_files) COMPLETE
86972026-07-10T19:51:17.128Z[ recovery-image] Jul 10 19:51:15.883 INFO O| Jul 10 19:51:15.883 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86982026-07-10T19:51:17.134Z[ recovery-image] Jul 10 19:51:15.888 INFO O| Jul 10 19:51:15.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
86992026-07-10T19:51:17.135Z[ recovery-image] Jul 10 19:51:15.888 INFO O| Jul 10 19:51:15.888 INFO STEP 1117 (remove_files) COMPLETE
87002026-07-10T19:51:17.138Z[ recovery-image] Jul 10 19:51:15.888 INFO O| Jul 10 19:51:15.888 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87012026-07-10T19:51:17.141Z[ recovery-image] Jul 10 19:51:15.895 INFO O| Jul 10 19:51:15.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87022026-07-10T19:51:17.144Z[ recovery-image] Jul 10 19:51:15.895 INFO O| Jul 10 19:51:15.895 INFO STEP 1118 (remove_files) COMPLETE
87032026-07-10T19:51:17.144Z[ recovery-image] Jul 10 19:51:15.895 INFO O| Jul 10 19:51:15.895 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87042026-07-10T19:51:17.148Z[ recovery-image] Jul 10 19:51:15.902 INFO O| Jul 10 19:51:15.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87052026-07-10T19:51:17.151Z[ recovery-image] Jul 10 19:51:15.903 INFO O| Jul 10 19:51:15.903 INFO STEP 1119 (remove_files) COMPLETE
87062026-07-10T19:51:17.151Z[ recovery-image] Jul 10 19:51:15.903 INFO O| Jul 10 19:51:15.903 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87072026-07-10T19:51:17.155Z[ recovery-image] Jul 10 19:51:15.910 INFO O| Jul 10 19:51:15.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87082026-07-10T19:51:17.155Z[ recovery-image] Jul 10 19:51:15.910 INFO O| Jul 10 19:51:15.910 INFO STEP 1120 (remove_files) COMPLETE
87092026-07-10T19:51:17.158Z[ recovery-image] Jul 10 19:51:15.910 INFO O| Jul 10 19:51:15.910 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87102026-07-10T19:51:17.162Z[ recovery-image] Jul 10 19:51:15.916 INFO O| Jul 10 19:51:15.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87112026-07-10T19:51:17.165Z[ recovery-image] Jul 10 19:51:15.918 INFO O| Jul 10 19:51:15.918 INFO STEP 1121 (remove_files) COMPLETE
87122026-07-10T19:51:17.165Z[ recovery-image] Jul 10 19:51:15.918 INFO O| Jul 10 19:51:15.918 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87132026-07-10T19:51:17.170Z[ recovery-image] Jul 10 19:51:15.925 INFO O| Jul 10 19:51:15.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87142026-07-10T19:51:17.170Z[ recovery-image] Jul 10 19:51:15.925 INFO O| Jul 10 19:51:15.925 INFO STEP 1122 (remove_files) COMPLETE
87152026-07-10T19:51:17.173Z[ recovery-image] Jul 10 19:51:15.925 INFO O| Jul 10 19:51:15.925 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87162026-07-10T19:51:17.177Z[ recovery-image] Jul 10 19:51:15.931 INFO O| Jul 10 19:51:15.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87172026-07-10T19:51:17.180Z[ recovery-image] Jul 10 19:51:15.931 INFO O| Jul 10 19:51:15.931 INFO STEP 1123 (remove_files) COMPLETE
87182026-07-10T19:51:17.180Z[ recovery-image] Jul 10 19:51:15.931 INFO O| Jul 10 19:51:15.931 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87192026-07-10T19:51:17.183Z[ recovery-image] Jul 10 19:51:15.938 INFO O| Jul 10 19:51:15.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87202026-07-10T19:51:17.183Z[ recovery-image] Jul 10 19:51:15.938 INFO O| Jul 10 19:51:15.938 INFO STEP 1124 (remove_files) COMPLETE
87212026-07-10T19:51:17.183Z[ recovery-image] Jul 10 19:51:15.938 INFO O| Jul 10 19:51:15.938 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87222026-07-10T19:51:17.192Z[ recovery-image] Jul 10 19:51:15.946 INFO O| Jul 10 19:51:15.946 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87232026-07-10T19:51:17.192Z[ recovery-image] Jul 10 19:51:15.946 INFO O| Jul 10 19:51:15.946 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87242026-07-10T19:51:17.741Z[ recovery-image] Jul 10 19:51:16.495 INFO O| Jul 10 19:51:16.495 INFO STEP 1125 (pack_tar) COMPLETE
87252026-07-10T19:51:17.741Z[ recovery-image] Jul 10 19:51:16.495 INFO O| Jul 10 19:51:16.495 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87262026-07-10T19:51:17.744Z[ recovery-image] Jul 10 19:51:16.495 INFO O| Jul 10 19:51:16.495 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87272026-07-10T19:51:18.844Z[ recovery-image] Jul 10 19:51:17.597 INFO O| Jul 10 19:51:17.597 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87282026-07-10T19:51:18.906Z[ recovery-image] Jul 10 19:51:17.660 INFO O| Jul 10 19:51:17.660 INFO completed processing sled/ramdisk-03-recovery-trim
87292026-07-10T19:51:18.909Z[ recovery-image] Jul 10 19:51:17.664 INFO image builder template: zfs-recovery...
87302026-07-10T19:51:18.912Z[ recovery-image] Jul 10 19:51:17.664 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/.tmpyt9TAX/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
87312026-07-10T19:51:18.933Z[ recovery-image] Jul 10 19:51:17.687 INFO O| Jul 10 19:51:17.687 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87322026-07-10T19:51:18.936Z[ recovery-image] Jul 10 19:51:17.691 INFO O| Jul 10 19:51:17.691 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87332026-07-10T19:51:18.985Z[ recovery-image] Jul 10 19:51:17.739 INFO O| Jul 10 19:51:17.739 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87342026-07-10T19:51:19.027Z[ recovery-image] Jul 10 19:51:17.782 INFO O| Jul 10 19:51:17.781 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87352026-07-10T19:51:19.027Z[ recovery-image] Jul 10 19:51:17.782 INFO O| Jul 10 19:51:17.782 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87362026-07-10T19:51:19.030Z[ recovery-image] Jul 10 19:51:17.784 INFO O| Jul 10 19:51:17.784 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87372026-07-10T19:51:19.076Z[ recovery-image] Jul 10 19:51:17.830 INFO O| Jul 10 19:51:17.830 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87382026-07-10T19:51:19.107Z[ recovery-image] Jul 10 19:51:17.861 INFO O| Jul 10 19:51:17.861 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87392026-07-10T19:51:19.113Z[ recovery-image] Jul 10 19:51:17.867 INFO O| Jul 10 19:51:17.867 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87402026-07-10T19:51:19.116Z[ recovery-image] Jul 10 19:51:17.870 INFO O| Jul 10 19:51:17.870 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87412026-07-10T19:51:19.119Z[ recovery-image] Jul 10 19:51:17.871 INFO O| Jul 10 19:51:17.871 INFO no lofi found
87422026-07-10T19:51:19.119Z[ recovery-image] Jul 10 19:51:17.871 INFO O| Jul 10 19:51:17.871 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87432026-07-10T19:51:19.119Z[ recovery-image] Jul 10 19:51:17.871 INFO O| Jul 10 19:51:17.871 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87442026-07-10T19:51:21.247Z[ recovery-image] Jul 10 19:51:20.001 INFO O| Jul 10 19:51:20.001 INFO lofi device = /dev/dsk/c2t1d0p0
87452026-07-10T19:51:21.247Z[ recovery-image] Jul 10 19:51:20.001 INFO O| Jul 10 19:51:20.001 INFO pool device = /dev/dsk/c2t1d0p0
87462026-07-10T19:51:21.250Z[ recovery-image] Jul 10 19:51:20.001 INFO O| Jul 10 19:51:20.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
87472026-07-10T19:51:21.305Z[ recovery-image] Jul 10 19:51:20.059 INFO O| Jul 10 19:51:20.059 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87482026-07-10T19:51:21.305Z[ recovery-image] Jul 10 19:51:20.059 INFO O| Jul 10 19:51:20.059 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87492026-07-10T19:51:21.322Z[ recovery-image] Jul 10 19:51:20.076 INFO O| Jul 10 19:51:20.076 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87502026-07-10T19:51:21.390Z[ recovery-image] Jul 10 19:51:20.144 INFO O| Jul 10 19:51:20.144 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87512026-07-10T19:51:21.414Z[ recovery-image] Jul 10 19:51:20.168 INFO O| Jul 10 19:51:20.168 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87522026-07-10T19:51:21.425Z[ recovery-image] Jul 10 19:51:20.179 INFO O| Jul 10 19:51:20.179 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87532026-07-10T19:51:21.432Z[ recovery-image] Jul 10 19:51:20.187 INFO O| Jul 10 19:51:20.187 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87542026-07-10T19:51:21.462Z[ recovery-image] Jul 10 19:51:20.217 INFO O| Jul 10 19:51:20.217 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87552026-07-10T19:51:21.466Z[ recovery-image] Jul 10 19:51:20.217 INFO O| Jul 10 19:51:20.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87562026-07-10T19:51:21.466Z[ recovery-image] Jul 10 19:51:20.217 INFO O| Jul 10 19:51:20.217 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87572026-07-10T19:51:21.471Z[ recovery-image] Jul 10 19:51:20.226 INFO O| Jul 10 19:51:20.226 INFO boot environment UUID: 7761df97-b6e3-442c-b264-d6a7983dc366
87582026-07-10T19:51:21.472Z[ recovery-image] Jul 10 19:51:20.226 INFO O| Jul 10 19:51:20.226 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7761df97-b6e3-442c-b264-d6a7983dc366
87592026-07-10T19:51:21.479Z[ recovery-image] Jul 10 19:51:20.234 INFO O| Jul 10 19:51:20.234 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87602026-07-10T19:51:21.487Z[ recovery-image] Jul 10 19:51:20.242 INFO O| Jul 10 19:51:20.241 INFO STEP 0 (create_be) COMPLETE
87612026-07-10T19:51:21.487Z[ recovery-image] Jul 10 19:51:20.242 INFO O| Jul 10 19:51:20.242 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87622026-07-10T19:51:21.498Z[ recovery-image] Jul 10 19:51:20.251 INFO O| Jul 10 19:51:20.251 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"]
87632026-07-10T19:51:23.928Z[ recovery-image] Jul 10 19:51:22.682 INFO O| Jul 10 19:51:22.682 INFO STEP 1 (unpack_tar) COMPLETE
87642026-07-10T19:51:23.928Z[ recovery-image] Jul 10 19:51:22.682 INFO O| Jul 10 19:51:22.682 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87652026-07-10T19:51:23.934Z[ recovery-image] Jul 10 19:51:22.688 INFO O| Jul 10 19:51:22.688 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87662026-07-10T19:51:24.266Z[ recovery-image] Jul 10 19:51:23.020 INFO O| Jul 10 19:51:23.019 INFO STEP 2 (devfsadm) COMPLETE
87672026-07-10T19:51:24.266Z[ recovery-image] Jul 10 19:51:23.020 INFO O| Jul 10 19:51:23.019 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87682026-07-10T19:51:24.272Z[ recovery-image] Jul 10 19:51:23.026 INFO O| Jul 10 19:51:23.026 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87692026-07-10T19:51:24.272Z[ recovery-image] Jul 10 19:51:23.027 INFO O| Jul 10 19:51:23.026 INFO STEP 3 (ensure_dir) COMPLETE
87702026-07-10T19:51:24.276Z[ recovery-image] Jul 10 19:51:23.027 INFO O| Jul 10 19:51:23.026 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87712026-07-10T19:51:24.282Z[ recovery-image] Jul 10 19:51:23.034 INFO O| Jul 10 19:51:23.034 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87722026-07-10T19:51:24.282Z[ recovery-image] Jul 10 19:51:23.034 INFO O| Jul 10 19:51:23.034 INFO STEP 4 (ensure_dir) COMPLETE
87732026-07-10T19:51:24.282Z[ recovery-image] Jul 10 19:51:23.034 INFO O| Jul 10 19:51:23.034 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87742026-07-10T19:51:24.287Z[ recovery-image] Jul 10 19:51:23.041 INFO O| Jul 10 19:51:23.041 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87752026-07-10T19:51:24.293Z[ recovery-image] Jul 10 19:51:23.041 INFO O| Jul 10 19:51:23.041 INFO STEP 5 (ensure_dir) COMPLETE
87762026-07-10T19:51:24.293Z[ recovery-image] Jul 10 19:51:23.041 INFO O| Jul 10 19:51:23.041 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87772026-07-10T19:51:24.296Z[ recovery-image] Jul 10 19:51:23.047 INFO O| Jul 10 19:51:23.047 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87782026-07-10T19:51:24.296Z[ recovery-image] Jul 10 19:51:23.047 INFO O| Jul 10 19:51:23.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87792026-07-10T19:51:24.296Z[ recovery-image] Jul 10 19:51:23.047 INFO O| Jul 10 19:51:23.047 INFO STEP 6 (ensure_dir) COMPLETE
87802026-07-10T19:51:24.296Z[ recovery-image] Jul 10 19:51:23.047 INFO O| Jul 10 19:51:23.047 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-07-10T19:51:24.299Z[ recovery-image] Jul 10 19:51:23.053 INFO O| Jul 10 19:51:23.053 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87822026-07-10T19:51:24.299Z[ recovery-image] Jul 10 19:51:23.053 INFO O| Jul 10 19:51:23.053 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87832026-07-10T19:51:24.299Z[ recovery-image] Jul 10 19:51:23.053 INFO O| Jul 10 19:51:23.053 INFO STEP 7 (ensure_dir) COMPLETE
87842026-07-10T19:51:24.299Z[ recovery-image] Jul 10 19:51:23.053 INFO O| Jul 10 19:51:23.053 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87852026-07-10T19:51:24.304Z[ recovery-image] Jul 10 19:51:23.058 INFO O| Jul 10 19:51:23.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87862026-07-10T19:51:24.307Z[ recovery-image] Jul 10 19:51:23.059 INFO O| Jul 10 19:51:23.059 INFO STEP 8 (remove_files) COMPLETE
87872026-07-10T19:51:24.307Z[ recovery-image] Jul 10 19:51:23.059 INFO O| Jul 10 19:51:23.059 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87882026-07-10T19:51:24.311Z[ recovery-image] Jul 10 19:51:23.065 INFO O| Jul 10 19:51:23.065 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87892026-07-10T19:51:24.314Z[ recovery-image] Jul 10 19:51:23.066 INFO O| Jul 10 19:51:23.066 INFO STEP 9 (remove_files) COMPLETE
87902026-07-10T19:51:24.314Z[ recovery-image] Jul 10 19:51:23.066 INFO O| Jul 10 19:51:23.066 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-07-10T19:51:24.317Z[ recovery-image] Jul 10 19:51:23.071 INFO O| Jul 10 19:51:23.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
87922026-07-10T19:51:24.320Z[ recovery-image] Jul 10 19:51:23.072 INFO O| Jul 10 19:51:23.072 INFO STEP 10 (remove_files) COMPLETE
87932026-07-10T19:51:24.320Z[ recovery-image] Jul 10 19:51:23.072 INFO O| Jul 10 19:51:23.072 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87942026-07-10T19:51:24.323Z[ recovery-image] Jul 10 19:51:23.078 INFO O| Jul 10 19:51:23.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
87952026-07-10T19:51:24.326Z[ recovery-image] Jul 10 19:51:23.078 INFO O| Jul 10 19:51:23.078 INFO STEP 11 (remove_files) COMPLETE
87962026-07-10T19:51:24.326Z[ recovery-image] Jul 10 19:51:23.078 INFO O| Jul 10 19:51:23.078 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87972026-07-10T19:51:24.330Z[ recovery-image] Jul 10 19:51:23.084 INFO O| Jul 10 19:51:23.084 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
87982026-07-10T19:51:24.330Z[ recovery-image] Jul 10 19:51:23.084 INFO O| Jul 10 19:51:23.084 INFO STEP 12 (remove_files) COMPLETE
87992026-07-10T19:51:24.330Z[ recovery-image] Jul 10 19:51:23.084 INFO O| Jul 10 19:51:23.084 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88002026-07-10T19:51:24.336Z[ recovery-image] Jul 10 19:51:23.090 INFO O| Jul 10 19:51:23.090 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88012026-07-10T19:51:24.339Z[ recovery-image] Jul 10 19:51:23.090 INFO O| Jul 10 19:51:23.090 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88022026-07-10T19:51:24.339Z[ recovery-image] Jul 10 19:51:23.090 INFO O| Jul 10 19:51:23.090 INFO STEP 13 (ensure_dir) COMPLETE
88032026-07-10T19:51:24.339Z[ recovery-image] Jul 10 19:51:23.090 INFO O| Jul 10 19:51:23.090 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-07-10T19:51:24.342Z[ recovery-image] Jul 10 19:51:23.096 INFO O| Jul 10 19:51:23.096 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88052026-07-10T19:51:24.342Z[ recovery-image] Jul 10 19:51:23.096 INFO O| Jul 10 19:51:23.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88062026-07-10T19:51:24.342Z[ recovery-image] Jul 10 19:51:23.096 INFO O| Jul 10 19:51:23.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88072026-07-10T19:51:24.342Z[ recovery-image] Jul 10 19:51:23.096 INFO O| Jul 10 19:51:23.096 INFO STEP 14 (ensure_dir) COMPLETE
88082026-07-10T19:51:24.342Z[ recovery-image] Jul 10 19:51:23.096 INFO O| Jul 10 19:51:23.096 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88092026-07-10T19:51:24.348Z[ recovery-image] Jul 10 19:51:23.102 INFO O| Jul 10 19:51:23.102 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88102026-07-10T19:51:24.351Z[ recovery-image] Jul 10 19:51:23.102 INFO O| Jul 10 19:51:23.102 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88112026-07-10T19:51:24.351Z[ recovery-image] Jul 10 19:51:23.102 INFO O| Jul 10 19:51:23.102 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88122026-07-10T19:51:24.351Z[ recovery-image] Jul 10 19:51:23.102 INFO O| Jul 10 19:51:23.102 INFO STEP 15 (ensure_dir) COMPLETE
88132026-07-10T19:51:24.351Z[ recovery-image] Jul 10 19:51:23.102 INFO O| Jul 10 19:51:23.102 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-07-10T19:51:24.354Z[ recovery-image] Jul 10 19:51:23.108 INFO O| Jul 10 19:51:23.108 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88152026-07-10T19:51:24.354Z[ recovery-image] Jul 10 19:51:23.108 INFO O| Jul 10 19:51:23.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88162026-07-10T19:51:24.354Z[ recovery-image] Jul 10 19:51:23.108 INFO O| Jul 10 19:51:23.108 INFO STEP 16 (ensure_dir) COMPLETE
88172026-07-10T19:51:24.354Z[ recovery-image] Jul 10 19:51:23.108 INFO O| Jul 10 19:51:23.108 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88182026-07-10T19:51:24.360Z[ recovery-image] Jul 10 19:51:23.114 INFO O| Jul 10 19:51:23.114 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88192026-07-10T19:51:24.363Z[ recovery-image] Jul 10 19:51:23.114 INFO O| Jul 10 19:51:23.114 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88202026-07-10T19:51:24.363Z[ recovery-image] Jul 10 19:51:23.114 INFO O| Jul 10 19:51:23.114 INFO STEP 17 (ensure_dir) COMPLETE
88212026-07-10T19:51:24.364Z[ recovery-image] Jul 10 19:51:23.114 INFO O| Jul 10 19:51:23.114 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88222026-07-10T19:51:24.367Z[ recovery-image] Jul 10 19:51:23.120 INFO O| Jul 10 19:51:23.120 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88232026-07-10T19:51:24.367Z[ recovery-image] Jul 10 19:51:23.120 INFO O| Jul 10 19:51:23.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88242026-07-10T19:51:24.367Z[ recovery-image] Jul 10 19:51:23.120 INFO O| Jul 10 19:51:23.120 INFO ok!
88252026-07-10T19:51:24.367Z[ recovery-image] Jul 10 19:51:23.120 INFO O| Jul 10 19:51:23.120 INFO STEP 18 (ensure_symlink) COMPLETE
88262026-07-10T19:51:24.367Z[ recovery-image] Jul 10 19:51:23.120 INFO O| Jul 10 19:51:23.120 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88272026-07-10T19:51:24.372Z[ recovery-image] Jul 10 19:51:23.127 INFO O| Jul 10 19:51:23.127 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88282026-07-10T19:51:24.372Z[ recovery-image] Jul 10 19:51:23.127 INFO O| Jul 10 19:51:23.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88292026-07-10T19:51:24.372Z[ recovery-image] Jul 10 19:51:23.127 INFO O| Jul 10 19:51:23.127 INFO ok!
88302026-07-10T19:51:24.372Z[ recovery-image] Jul 10 19:51:23.127 INFO O| Jul 10 19:51:23.127 INFO STEP 19 (ensure_file) COMPLETE
88312026-07-10T19:51:24.375Z[ recovery-image] Jul 10 19:51:23.127 INFO O| Jul 10 19:51:23.127 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88322026-07-10T19:51:24.379Z[ recovery-image] Jul 10 19:51:23.133 INFO O| Jul 10 19:51:23.133 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88332026-07-10T19:51:24.379Z[ recovery-image] Jul 10 19:51:23.133 INFO O| Jul 10 19:51:23.133 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88342026-07-10T19:51:24.382Z[ recovery-image] Jul 10 19:51:23.133 INFO O| Jul 10 19:51:23.133 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88352026-07-10T19:51:24.382Z[ recovery-image] Jul 10 19:51:23.133 INFO O| Jul 10 19:51:23.133 INFO ok!
88362026-07-10T19:51:24.382Z[ recovery-image] Jul 10 19:51:23.133 INFO O| Jul 10 19:51:23.133 INFO STEP 20 (ensure_symlink) COMPLETE
88372026-07-10T19:51:24.383Z[ recovery-image] Jul 10 19:51:23.133 INFO O| Jul 10 19:51:23.133 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88382026-07-10T19:51:24.387Z[ recovery-image] Jul 10 19:51:23.139 INFO O| Jul 10 19:51:23.138 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88392026-07-10T19:51:24.387Z[ recovery-image] Jul 10 19:51:23.139 INFO O| Jul 10 19:51:23.139 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88402026-07-10T19:51:24.387Z[ recovery-image] Jul 10 19:51:23.139 INFO O| Jul 10 19:51:23.139 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88412026-07-10T19:51:24.387Z[ recovery-image] Jul 10 19:51:23.139 INFO O| Jul 10 19:51:23.139 INFO ok!
88422026-07-10T19:51:24.387Z[ recovery-image] Jul 10 19:51:23.139 INFO O| Jul 10 19:51:23.139 INFO STEP 21 (ensure_symlink) COMPLETE
88432026-07-10T19:51:24.387Z[ recovery-image] Jul 10 19:51:23.139 INFO O| Jul 10 19:51:23.139 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88442026-07-10T19:51:24.394Z[ recovery-image] Jul 10 19:51:23.148 INFO O| Jul 10 19:51:23.148 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88452026-07-10T19:51:24.394Z[ recovery-image] Jul 10 19:51:23.148 INFO O| Jul 10 19:51:23.148 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88462026-07-10T19:51:24.394Z[ recovery-image] Jul 10 19:51:23.148 INFO O| Jul 10 19:51:23.148 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88472026-07-10T19:51:24.397Z[ recovery-image] Jul 10 19:51:23.148 INFO O| Jul 10 19:51:23.148 INFO ok!
88482026-07-10T19:51:24.398Z[ recovery-image] Jul 10 19:51:23.148 INFO O| Jul 10 19:51:23.148 INFO STEP 22 (ensure_symlink) COMPLETE
88492026-07-10T19:51:24.398Z[ recovery-image] Jul 10 19:51:23.148 INFO O| Jul 10 19:51:23.148 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88502026-07-10T19:51:24.402Z[ recovery-image] Jul 10 19:51:23.156 INFO O| Jul 10 19:51:23.156 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88512026-07-10T19:51:24.402Z[ recovery-image] Jul 10 19:51:23.156 INFO O| Jul 10 19:51:23.156 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88522026-07-10T19:51:24.402Z[ recovery-image] Jul 10 19:51:23.156 INFO O| Jul 10 19:51:23.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88532026-07-10T19:51:24.402Z[ recovery-image] Jul 10 19:51:23.156 INFO O| Jul 10 19:51:23.156 INFO ok!
88542026-07-10T19:51:24.402Z[ recovery-image] Jul 10 19:51:23.156 INFO O| Jul 10 19:51:23.156 INFO STEP 23 (ensure_symlink) COMPLETE
88552026-07-10T19:51:24.402Z[ recovery-image] Jul 10 19:51:23.156 INFO O| Jul 10 19:51:23.156 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88562026-07-10T19:51:24.408Z[ recovery-image] Jul 10 19:51:23.162 INFO O| Jul 10 19:51:23.162 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88572026-07-10T19:51:24.408Z[ recovery-image] Jul 10 19:51:23.162 INFO O| Jul 10 19:51:23.162 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 ...
88582026-07-10T19:51:24.408Z[ recovery-image] Jul 10 19:51:23.162 INFO O| Jul 10 19:51:23.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88592026-07-10T19:51:24.411Z[ recovery-image] Jul 10 19:51:23.162 INFO O| Jul 10 19:51:23.162 INFO ok!
88602026-07-10T19:51:24.411Z[ recovery-image] Jul 10 19:51:23.162 INFO O| Jul 10 19:51:23.162 INFO STEP 24 (ensure_file) COMPLETE
88612026-07-10T19:51:24.411Z[ recovery-image] Jul 10 19:51:23.162 INFO O| Jul 10 19:51:23.162 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88622026-07-10T19:51:24.415Z[ recovery-image] Jul 10 19:51:23.169 INFO O| Jul 10 19:51:23.169 INFO updating shadow file
88632026-07-10T19:51:24.415Z[ recovery-image] Jul 10 19:51:23.169 INFO O| Jul 10 19:51:23.169 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88642026-07-10T19:51:24.419Z[ recovery-image] Jul 10 19:51:23.169 INFO O| Jul 10 19:51:23.169 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88652026-07-10T19:51:24.419Z[ recovery-image] Jul 10 19:51:23.169 INFO O| Jul 10 19:51:23.169 INFO STEP 25 (shadow) COMPLETE
88662026-07-10T19:51:24.419Z[ recovery-image] Jul 10 19:51:23.169 INFO O| Jul 10 19:51:23.169 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88672026-07-10T19:51:24.422Z[ recovery-image] Jul 10 19:51:23.176 INFO O| Jul 10 19:51:23.176 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88682026-07-10T19:51:24.422Z[ recovery-image] Jul 10 19:51:23.176 INFO O| Jul 10 19:51:23.176 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88692026-07-10T19:51:24.422Z[ recovery-image] Jul 10 19:51:23.176 INFO O| Jul 10 19:51:23.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88702026-07-10T19:51:24.423Z[ recovery-image] Jul 10 19:51:23.176 INFO O| Jul 10 19:51:23.176 INFO ok!
88712026-07-10T19:51:24.423Z[ recovery-image] Jul 10 19:51:23.176 INFO O| Jul 10 19:51:23.176 INFO STEP 26 (ensure_file) COMPLETE
88722026-07-10T19:51:24.423Z[ recovery-image] Jul 10 19:51:23.176 INFO O| Jul 10 19:51:23.176 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88732026-07-10T19:51:24.427Z[ recovery-image] Jul 10 19:51:23.181 INFO O| Jul 10 19:51:23.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88742026-07-10T19:51:24.427Z[ recovery-image] Jul 10 19:51:23.182 INFO O| Jul 10 19:51:23.181 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88752026-07-10T19:51:24.430Z[ recovery-image] Jul 10 19:51:23.182 INFO O| Jul 10 19:51:23.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88762026-07-10T19:51:24.430Z[ recovery-image] Jul 10 19:51:23.182 INFO O| Jul 10 19:51:23.182 INFO ok!
88772026-07-10T19:51:24.430Z[ recovery-image] Jul 10 19:51:23.182 INFO O| Jul 10 19:51:23.182 INFO STEP 27 (ensure_file) COMPLETE
88782026-07-10T19:51:24.430Z[ recovery-image] Jul 10 19:51:23.182 INFO O| Jul 10 19:51:23.182 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88792026-07-10T19:51:24.434Z[ recovery-image] Jul 10 19:51:23.188 INFO O| Jul 10 19:51:23.188 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88802026-07-10T19:51:24.434Z[ recovery-image] Jul 10 19:51:23.188 INFO O| Jul 10 19:51:23.188 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88812026-07-10T19:51:24.437Z[ recovery-image] Jul 10 19:51:23.188 INFO O| Jul 10 19:51:23.188 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88822026-07-10T19:51:24.438Z[ recovery-image] Jul 10 19:51:23.188 INFO O| Jul 10 19:51:23.188 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88832026-07-10T19:51:24.438Z[ recovery-image] Jul 10 19:51:23.189 INFO O| Jul 10 19:51:23.188 INFO ok!
88842026-07-10T19:51:24.438Z[ recovery-image] Jul 10 19:51:23.189 INFO O| Jul 10 19:51:23.188 INFO STEP 28 (ensure_file) COMPLETE
88852026-07-10T19:51:24.438Z[ recovery-image] Jul 10 19:51:23.189 INFO O| Jul 10 19:51:23.188 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88862026-07-10T19:51:24.443Z[ recovery-image] Jul 10 19:51:23.197 INFO O| Jul 10 19:51:23.197 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88872026-07-10T19:51:24.443Z[ recovery-image] Jul 10 19:51:23.197 INFO O| Jul 10 19:51:23.197 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88882026-07-10T19:51:24.445Z[ recovery-image] Jul 10 19:51:23.197 INFO O| Jul 10 19:51:23.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88892026-07-10T19:51:24.446Z[ recovery-image] Jul 10 19:51:23.197 INFO O| Jul 10 19:51:23.197 INFO ok!
88902026-07-10T19:51:24.446Z[ recovery-image] Jul 10 19:51:23.197 INFO O| Jul 10 19:51:23.197 INFO STEP 29 (ensure_file) COMPLETE
88912026-07-10T19:51:24.446Z[ recovery-image] Jul 10 19:51:23.197 INFO O| Jul 10 19:51:23.197 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
88922026-07-10T19:51:24.449Z[ recovery-image] Jul 10 19:51:23.204 INFO O| Jul 10 19:51:23.204 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88932026-07-10T19:51:24.452Z[ recovery-image] Jul 10 19:51:23.204 INFO O| Jul 10 19:51:23.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88942026-07-10T19:51:24.452Z[ recovery-image] Jul 10 19:51:23.204 INFO O| Jul 10 19:51:23.204 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
88952026-07-10T19:51:24.452Z[ recovery-image] Jul 10 19:51:23.204 INFO O| Jul 10 19:51:23.204 INFO STEP 30 (ensure_dir) COMPLETE
88962026-07-10T19:51:24.452Z[ recovery-image] Jul 10 19:51:23.204 INFO O| Jul 10 19:51:23.204 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88972026-07-10T19:51:24.456Z[ recovery-image] Jul 10 19:51:23.210 INFO O| Jul 10 19:51:23.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
88982026-07-10T19:51:24.456Z[ recovery-image] Jul 10 19:51:23.210 INFO O| Jul 10 19:51:23.210 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 ...
88992026-07-10T19:51:24.456Z[ recovery-image] Jul 10 19:51:23.210 INFO O| Jul 10 19:51:23.210 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
89002026-07-10T19:51:24.456Z[ recovery-image] Jul 10 19:51:23.210 INFO O| Jul 10 19:51:23.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89012026-07-10T19:51:24.456Z[ recovery-image] Jul 10 19:51:23.210 INFO O| Jul 10 19:51:23.210 INFO ok!
89022026-07-10T19:51:24.459Z[ recovery-image] Jul 10 19:51:23.210 INFO O| Jul 10 19:51:23.210 INFO STEP 31 (ensure_file) COMPLETE
89032026-07-10T19:51:24.459Z[ recovery-image] Jul 10 19:51:23.210 INFO O| Jul 10 19:51:23.210 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89042026-07-10T19:51:24.462Z[ recovery-image] Jul 10 19:51:23.216 INFO O| Jul 10 19:51:23.216 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89052026-07-10T19:51:24.462Z[ recovery-image] Jul 10 19:51:23.216 INFO O| Jul 10 19:51:23.216 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89062026-07-10T19:51:24.462Z[ recovery-image] Jul 10 19:51:23.216 INFO O| Jul 10 19:51:23.216 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89072026-07-10T19:51:24.462Z[ recovery-image] Jul 10 19:51:23.216 INFO O| Jul 10 19:51:23.216 INFO STEP 32 (ensure_dir) COMPLETE
89082026-07-10T19:51:24.462Z[ recovery-image] Jul 10 19:51:23.216 INFO O| Jul 10 19:51:23.216 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89092026-07-10T19:51:24.469Z[ recovery-image] Jul 10 19:51:23.224 INFO O| Jul 10 19:51:23.224 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89102026-07-10T19:51:24.470Z[ recovery-image] Jul 10 19:51:23.224 INFO O| Jul 10 19:51:23.224 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 ...
89112026-07-10T19:51:24.475Z[ recovery-image] Jul 10 19:51:23.224 INFO O| Jul 10 19:51:23.224 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
89122026-07-10T19:51:24.475Z[ recovery-image] Jul 10 19:51:23.224 INFO O| Jul 10 19:51:23.224 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89132026-07-10T19:51:24.475Z[ recovery-image] Jul 10 19:51:23.224 INFO O| Jul 10 19:51:23.224 INFO ok!
89142026-07-10T19:51:24.475Z[ recovery-image] Jul 10 19:51:23.224 INFO O| Jul 10 19:51:23.224 INFO STEP 33 (ensure_file) COMPLETE
89152026-07-10T19:51:24.475Z[ recovery-image] Jul 10 19:51:23.224 INFO O| Jul 10 19:51:23.224 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89162026-07-10T19:51:24.478Z[ recovery-image] Jul 10 19:51:23.231 INFO O| Jul 10 19:51:23.231 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89172026-07-10T19:51:24.478Z[ recovery-image] Jul 10 19:51:23.231 INFO O| Jul 10 19:51:23.231 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89182026-07-10T19:51:24.478Z[ recovery-image] Jul 10 19:51:23.231 INFO O| Jul 10 19:51:23.231 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89192026-07-10T19:51:24.478Z[ recovery-image] Jul 10 19:51:23.231 INFO O| Jul 10 19:51:23.231 INFO ok!
89202026-07-10T19:51:24.478Z[ recovery-image] Jul 10 19:51:23.231 INFO O| Jul 10 19:51:23.231 INFO STEP 34 (ensure_file) COMPLETE
89212026-07-10T19:51:24.478Z[ recovery-image] Jul 10 19:51:23.231 INFO O| Jul 10 19:51:23.231 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89222026-07-10T19:51:24.484Z[ recovery-image] Jul 10 19:51:23.238 INFO O| Jul 10 19:51:23.238 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89232026-07-10T19:51:24.487Z[ recovery-image] Jul 10 19:51:23.238 INFO O| Jul 10 19:51:23.238 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89242026-07-10T19:51:24.487Z[ recovery-image] Jul 10 19:51:23.238 INFO O| Jul 10 19:51:23.238 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89252026-07-10T19:51:24.487Z[ recovery-image] Jul 10 19:51:23.238 INFO O| Jul 10 19:51:23.238 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89262026-07-10T19:51:24.487Z[ recovery-image] Jul 10 19:51:23.238 INFO O| Jul 10 19:51:23.238 INFO ok!
89272026-07-10T19:51:24.487Z[ recovery-image] Jul 10 19:51:23.238 INFO O| Jul 10 19:51:23.238 INFO STEP 35 (ensure_file) COMPLETE
89282026-07-10T19:51:24.487Z[ recovery-image] Jul 10 19:51:23.238 INFO O| Jul 10 19:51:23.238 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89292026-07-10T19:51:24.491Z[ recovery-image] Jul 10 19:51:23.246 INFO O| Jul 10 19:51:23.246 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89302026-07-10T19:51:24.494Z[ recovery-image] Jul 10 19:51:23.246 INFO O| Jul 10 19:51:23.246 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89312026-07-10T19:51:24.494Z[ recovery-image] Jul 10 19:51:23.246 INFO O| Jul 10 19:51:23.246 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89322026-07-10T19:51:24.494Z[ recovery-image] Jul 10 19:51:23.246 INFO O| Jul 10 19:51:23.246 INFO ok!
89332026-07-10T19:51:24.494Z[ recovery-image] Jul 10 19:51:23.246 INFO O| Jul 10 19:51:23.246 INFO STEP 36 (ensure_file) COMPLETE
89342026-07-10T19:51:24.494Z[ recovery-image] Jul 10 19:51:23.246 INFO O| Jul 10 19:51:23.246 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89352026-07-10T19:51:24.499Z[ recovery-image] Jul 10 19:51:23.253 INFO O| Jul 10 19:51:23.253 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89362026-07-10T19:51:24.502Z[ recovery-image] Jul 10 19:51:23.253 INFO O| Jul 10 19:51:23.253 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89372026-07-10T19:51:24.502Z[ recovery-image] Jul 10 19:51:23.253 INFO O| Jul 10 19:51:23.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89382026-07-10T19:51:24.502Z[ recovery-image] Jul 10 19:51:23.253 INFO O| Jul 10 19:51:23.253 INFO ok!
89392026-07-10T19:51:24.502Z[ recovery-image] Jul 10 19:51:23.253 INFO O| Jul 10 19:51:23.253 INFO STEP 37 (ensure_file) COMPLETE
89402026-07-10T19:51:24.502Z[ recovery-image] Jul 10 19:51:23.253 INFO O| Jul 10 19:51:23.253 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89412026-07-10T19:51:24.506Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89422026-07-10T19:51:24.506Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89432026-07-10T19:51:24.509Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89442026-07-10T19:51:24.509Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89452026-07-10T19:51:24.509Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89462026-07-10T19:51:24.509Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89472026-07-10T19:51:24.509Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO ok!
89482026-07-10T19:51:24.509Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO STEP 38 (ensure_file) COMPLETE
89492026-07-10T19:51:24.509Z[ recovery-image] Jul 10 19:51:23.260 INFO O| Jul 10 19:51:23.260 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89502026-07-10T19:51:24.513Z[ recovery-image] Jul 10 19:51:23.267 INFO O| Jul 10 19:51:23.267 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89512026-07-10T19:51:24.516Z[ recovery-image] Jul 10 19:51:23.267 INFO O| Jul 10 19:51:23.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89522026-07-10T19:51:24.516Z[ recovery-image] Jul 10 19:51:23.267 INFO O| Jul 10 19:51:23.267 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89532026-07-10T19:51:24.516Z[ recovery-image] Jul 10 19:51:23.267 INFO O| Jul 10 19:51:23.267 INFO STEP 39 (ensure_dir) COMPLETE
89542026-07-10T19:51:24.516Z[ recovery-image] Jul 10 19:51:23.267 INFO O| Jul 10 19:51:23.267 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89552026-07-10T19:51:24.520Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 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
89562026-07-10T19:51:24.520Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 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 ...
89572026-07-10T19:51:24.525Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 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
89582026-07-10T19:51:24.525Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 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
89592026-07-10T19:51:24.525Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 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
89602026-07-10T19:51:24.525Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 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
89612026-07-10T19:51:24.525Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 INFO ok!
89622026-07-10T19:51:24.526Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 INFO STEP 40 (ensure_file) COMPLETE
89632026-07-10T19:51:24.526Z[ recovery-image] Jul 10 19:51:23.275 INFO O| Jul 10 19:51:23.275 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89642026-07-10T19:51:24.528Z[ recovery-image] Jul 10 19:51:23.282 INFO O| Jul 10 19:51:23.282 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89652026-07-10T19:51:24.529Z[ recovery-image] Jul 10 19:51:23.282 INFO O| Jul 10 19:51:23.282 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 ...
89662026-07-10T19:51:24.529Z[ recovery-image] Jul 10 19:51:23.282 INFO O| Jul 10 19:51:23.282 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89672026-07-10T19:51:24.529Z[ recovery-image] Jul 10 19:51:23.282 INFO O| Jul 10 19:51:23.282 INFO ok!
89682026-07-10T19:51:24.529Z[ recovery-image] Jul 10 19:51:23.282 INFO O| Jul 10 19:51:23.282 INFO STEP 41 (ensure_symlink) COMPLETE
89692026-07-10T19:51:24.529Z[ recovery-image] Jul 10 19:51:23.282 INFO O| Jul 10 19:51:23.282 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89702026-07-10T19:51:24.535Z[ recovery-image] Jul 10 19:51:23.289 INFO O| Jul 10 19:51:23.289 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89712026-07-10T19:51:24.535Z[ recovery-image] Jul 10 19:51:23.289 INFO O| Jul 10 19:51:23.289 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89722026-07-10T19:51:24.538Z[ recovery-image] Jul 10 19:51:23.289 INFO O| Jul 10 19:51:23.289 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89732026-07-10T19:51:24.538Z[ recovery-image] Jul 10 19:51:23.289 INFO O| Jul 10 19:51:23.289 INFO ok!
89742026-07-10T19:51:24.538Z[ recovery-image] Jul 10 19:51:23.289 INFO O| Jul 10 19:51:23.289 INFO STEP 42 (ensure_symlink) COMPLETE
89752026-07-10T19:51:24.538Z[ recovery-image] Jul 10 19:51:23.289 INFO O| Jul 10 19:51:23.289 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89762026-07-10T19:51:24.544Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89772026-07-10T19:51:24.544Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89782026-07-10T19:51:24.546Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89792026-07-10T19:51:24.547Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89802026-07-10T19:51:24.547Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89812026-07-10T19:51:24.547Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89822026-07-10T19:51:24.547Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO ok!
89832026-07-10T19:51:24.547Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO STEP 43 (ensure_file) COMPLETE
89842026-07-10T19:51:24.547Z[ recovery-image] Jul 10 19:51:23.298 INFO O| Jul 10 19:51:23.298 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89852026-07-10T19:51:24.551Z[ recovery-image] Jul 10 19:51:23.305 INFO O| Jul 10 19:51:23.305 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89862026-07-10T19:51:24.551Z[ recovery-image] Jul 10 19:51:23.305 INFO O| Jul 10 19:51:23.305 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 ...
89872026-07-10T19:51:24.554Z[ recovery-image] Jul 10 19:51:23.305 INFO O| Jul 10 19:51:23.305 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
89882026-07-10T19:51:24.554Z[ recovery-image] Jul 10 19:51:23.305 INFO O| Jul 10 19:51:23.305 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89892026-07-10T19:51:24.554Z[ recovery-image] Jul 10 19:51:23.305 INFO O| Jul 10 19:51:23.305 INFO ok!
89902026-07-10T19:51:24.554Z[ recovery-image] Jul 10 19:51:23.305 INFO O| Jul 10 19:51:23.305 INFO STEP 44 (ensure_file) COMPLETE
89912026-07-10T19:51:24.554Z[ recovery-image] Jul 10 19:51:23.305 INFO O| Jul 10 19:51:23.305 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89922026-07-10T19:51:24.558Z[ recovery-image] Jul 10 19:51:23.313 INFO O| Jul 10 19:51:23.313 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
89932026-07-10T19:51:24.558Z[ recovery-image] Jul 10 19:51:23.313 INFO O| Jul 10 19:51:23.313 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
89942026-07-10T19:51:24.563Z[ recovery-image] Jul 10 19:51:23.313 INFO O| Jul 10 19:51:23.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
89952026-07-10T19:51:24.563Z[ recovery-image] Jul 10 19:51:23.313 INFO O| Jul 10 19:51:23.313 INFO ok!
89962026-07-10T19:51:24.563Z[ recovery-image] Jul 10 19:51:23.313 INFO O| Jul 10 19:51:23.313 INFO STEP 45 (ensure_file) COMPLETE
89972026-07-10T19:51:24.563Z[ recovery-image] Jul 10 19:51:23.313 INFO O| Jul 10 19:51:23.313 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
89982026-07-10T19:51:24.567Z[ recovery-image] Jul 10 19:51:23.320 INFO O| Jul 10 19:51:23.320 INFO updating shadow file
89992026-07-10T19:51:24.567Z[ recovery-image] Jul 10 19:51:23.320 INFO O| Jul 10 19:51:23.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90002026-07-10T19:51:24.567Z[ recovery-image] Jul 10 19:51:23.320 INFO O| Jul 10 19:51:23.320 INFO STEP 46 (shadow) COMPLETE
90012026-07-10T19:51:24.568Z[ recovery-image] Jul 10 19:51:23.320 INFO O| Jul 10 19:51:23.320 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90022026-07-10T19:51:24.572Z[ recovery-image] Jul 10 19:51:23.326 INFO O| Jul 10 19:51:23.326 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90032026-07-10T19:51:24.575Z[ recovery-image] Jul 10 19:51:23.326 INFO O| Jul 10 19:51:23.326 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90042026-07-10T19:51:24.575Z[ recovery-image] Jul 10 19:51:23.326 INFO O| Jul 10 19:51:23.326 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90052026-07-10T19:51:24.575Z[ recovery-image] Jul 10 19:51:23.326 INFO O| Jul 10 19:51:23.326 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90062026-07-10T19:51:24.575Z[ recovery-image] Jul 10 19:51:23.326 INFO O| Jul 10 19:51:23.326 INFO ok!
90072026-07-10T19:51:24.575Z[ recovery-image] Jul 10 19:51:23.326 INFO O| Jul 10 19:51:23.326 INFO STEP 47 (ensure_file) COMPLETE
90082026-07-10T19:51:24.575Z[ recovery-image] Jul 10 19:51:23.326 INFO O| Jul 10 19:51:23.326 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90092026-07-10T19:51:24.578Z[ recovery-image] Jul 10 19:51:23.333 INFO O| Jul 10 19:51:23.333 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90102026-07-10T19:51:24.578Z[ recovery-image] Jul 10 19:51:23.333 INFO O| Jul 10 19:51:23.333 INFO STEP 48 (ensure_dir) COMPLETE
90112026-07-10T19:51:24.578Z[ recovery-image] Jul 10 19:51:23.333 INFO O| Jul 10 19:51:23.333 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90122026-07-10T19:51:24.584Z[ recovery-image] Jul 10 19:51:23.338 INFO O| Jul 10 19:51:23.338 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90132026-07-10T19:51:24.587Z[ recovery-image] Jul 10 19:51:23.338 INFO O| Jul 10 19:51:23.338 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90142026-07-10T19:51:24.587Z[ recovery-image] Jul 10 19:51:23.338 INFO O| Jul 10 19:51:23.338 INFO STEP 49 (ensure_dir) COMPLETE
90152026-07-10T19:51:24.587Z[ recovery-image] Jul 10 19:51:23.338 INFO O| Jul 10 19:51:23.338 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90162026-07-10T19:51:24.590Z[ recovery-image] Jul 10 19:51:23.344 INFO O| Jul 10 19:51:23.344 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90172026-07-10T19:51:24.591Z[ recovery-image] Jul 10 19:51:23.344 INFO O| Jul 10 19:51:23.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90182026-07-10T19:51:24.591Z[ recovery-image] Jul 10 19:51:23.344 INFO O| Jul 10 19:51:23.344 INFO STEP 50 (ensure_dir) COMPLETE
90192026-07-10T19:51:24.591Z[ recovery-image] Jul 10 19:51:23.344 INFO O| Jul 10 19:51:23.344 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90202026-07-10T19:51:24.597Z[ recovery-image] Jul 10 19:51:23.352 INFO O| Jul 10 19:51:23.352 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90212026-07-10T19:51:24.597Z[ recovery-image] Jul 10 19:51:23.352 INFO O| Jul 10 19:51:23.352 INFO copying /tmp/.tmpyt9TAX/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90222026-07-10T19:51:24.629Z[ recovery-image] Jul 10 19:51:23.383 INFO O| Jul 10 19:51:23.383 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90232026-07-10T19:51:24.629Z[ recovery-image] Jul 10 19:51:23.383 INFO O| Jul 10 19:51:23.383 INFO ok!
90242026-07-10T19:51:24.632Z[ recovery-image] Jul 10 19:51:23.383 INFO O| Jul 10 19:51:23.383 INFO STEP 51 (ensure_file) COMPLETE
90252026-07-10T19:51:24.632Z[ recovery-image] Jul 10 19:51:23.383 INFO O| Jul 10 19:51:23.383 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-07-10T19:51:24.635Z[ recovery-image] Jul 10 19:51:23.390 INFO O| Jul 10 19:51:23.390 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90272026-07-10T19:51:24.638Z[ recovery-image] Jul 10 19:51:23.390 INFO O| Jul 10 19:51:23.390 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90282026-07-10T19:51:24.638Z[ recovery-image] Jul 10 19:51:23.390 INFO O| Jul 10 19:51:23.390 INFO STEP 52 (ensure_dir) COMPLETE
90292026-07-10T19:51:24.638Z[ recovery-image] Jul 10 19:51:23.390 INFO O| Jul 10 19:51:23.390 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-07-10T19:51:24.642Z[ recovery-image] Jul 10 19:51:23.396 INFO O| Jul 10 19:51:23.396 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90312026-07-10T19:51:24.642Z[ recovery-image] Jul 10 19:51:23.396 INFO O| Jul 10 19:51:23.396 INFO copying /tmp/.tmpyt9TAX/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90322026-07-10T19:51:24.645Z[ recovery-image] Jul 10 19:51:23.396 INFO O| Jul 10 19:51:23.396 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90332026-07-10T19:51:24.645Z[ recovery-image] Jul 10 19:51:23.396 INFO O| Jul 10 19:51:23.396 INFO ok!
90342026-07-10T19:51:24.645Z[ recovery-image] Jul 10 19:51:23.396 INFO O| Jul 10 19:51:23.396 INFO STEP 53 (ensure_file) COMPLETE
90352026-07-10T19:51:24.645Z[ recovery-image] Jul 10 19:51:23.396 INFO O| Jul 10 19:51:23.396 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-07-10T19:51:24.648Z[ recovery-image] Jul 10 19:51:23.402 INFO O| Jul 10 19:51:23.402 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90372026-07-10T19:51:24.648Z[ recovery-image] Jul 10 19:51:23.402 INFO O| Jul 10 19:51:23.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90382026-07-10T19:51:24.648Z[ recovery-image] Jul 10 19:51:23.402 INFO O| Jul 10 19:51:23.402 INFO STEP 54 (ensure_dir) COMPLETE
90392026-07-10T19:51:24.648Z[ recovery-image] Jul 10 19:51:23.402 INFO O| Jul 10 19:51:23.402 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-07-10T19:51:24.656Z[ recovery-image] Jul 10 19:51:23.410 INFO O| Jul 10 19:51:23.410 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90412026-07-10T19:51:24.656Z[ recovery-image] Jul 10 19:51:23.410 INFO O| Jul 10 19:51:23.410 INFO copying /tmp/.tmpyt9TAX/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90422026-07-10T19:51:25.163Z[ recovery-image] Jul 10 19:51:23.917 INFO O| Jul 10 19:51:23.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90432026-07-10T19:51:25.163Z[ recovery-image] Jul 10 19:51:23.917 INFO O| Jul 10 19:51:23.917 INFO ok!
90442026-07-10T19:51:25.163Z[ recovery-image] Jul 10 19:51:23.917 INFO O| Jul 10 19:51:23.917 INFO STEP 55 (ensure_file) COMPLETE
90452026-07-10T19:51:25.167Z[ recovery-image] Jul 10 19:51:23.917 INFO O| Jul 10 19:51:23.917 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-07-10T19:51:25.170Z[ recovery-image] Jul 10 19:51:23.924 INFO O| Jul 10 19:51:23.924 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90472026-07-10T19:51:25.170Z[ recovery-image] Jul 10 19:51:23.924 INFO O| Jul 10 19:51:23.924 INFO copying /tmp/.tmpyt9TAX/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90482026-07-10T19:51:25.648Z[ recovery-image] Jul 10 19:51:24.402 INFO O| Jul 10 19:51:24.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90492026-07-10T19:51:25.648Z[ recovery-image] Jul 10 19:51:24.402 INFO O| Jul 10 19:51:24.402 INFO ok!
90502026-07-10T19:51:25.654Z[ recovery-image] Jul 10 19:51:24.402 INFO O| Jul 10 19:51:24.402 INFO STEP 56 (ensure_file) COMPLETE
90512026-07-10T19:51:25.654Z[ recovery-image] Jul 10 19:51:24.402 INFO O| Jul 10 19:51:24.402 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90522026-07-10T19:51:25.658Z[ recovery-image] Jul 10 19:51:24.409 INFO O| Jul 10 19:51:24.409 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90532026-07-10T19:51:25.658Z[ recovery-image] Jul 10 19:51:24.409 INFO O| Jul 10 19:51:24.409 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90542026-07-10T19:51:25.658Z[ recovery-image] Jul 10 19:51:24.409 INFO O| Jul 10 19:51:24.409 INFO STEP 57 (ensure_dir) COMPLETE
90552026-07-10T19:51:25.658Z[ recovery-image] Jul 10 19:51:24.409 INFO O| Jul 10 19:51:24.409 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-07-10T19:51:25.661Z[ recovery-image] Jul 10 19:51:24.415 INFO O| Jul 10 19:51:24.415 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90572026-07-10T19:51:25.661Z[ recovery-image] Jul 10 19:51:24.415 INFO O| Jul 10 19:51:24.415 INFO copying /tmp/.tmpyt9TAX/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 ...
90582026-07-10T19:51:25.661Z[ recovery-image] Jul 10 19:51:24.415 INFO O| Jul 10 19:51:24.415 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
90592026-07-10T19:51:25.661Z[ recovery-image] Jul 10 19:51:24.415 INFO O| Jul 10 19:51:24.415 INFO ok!
90602026-07-10T19:51:25.661Z[ recovery-image] Jul 10 19:51:24.415 INFO O| Jul 10 19:51:24.415 INFO STEP 58 (ensure_file) COMPLETE
90612026-07-10T19:51:25.661Z[ recovery-image] Jul 10 19:51:24.415 INFO O| Jul 10 19:51:24.415 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-07-10T19:51:25.669Z[ recovery-image] Jul 10 19:51:24.423 INFO O| Jul 10 19:51:24.423 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90632026-07-10T19:51:25.669Z[ recovery-image] Jul 10 19:51:24.423 INFO O| Jul 10 19:51:24.423 INFO copying /tmp/.tmpyt9TAX/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 ...
90642026-07-10T19:51:25.672Z[ recovery-image] Jul 10 19:51:24.423 INFO O| Jul 10 19:51:24.423 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
90652026-07-10T19:51:25.672Z[ recovery-image] Jul 10 19:51:24.423 INFO O| Jul 10 19:51:24.423 INFO ok!
90662026-07-10T19:51:25.672Z[ recovery-image] Jul 10 19:51:24.423 INFO O| Jul 10 19:51:24.423 INFO STEP 59 (ensure_file) COMPLETE
90672026-07-10T19:51:25.672Z[ recovery-image] Jul 10 19:51:24.423 INFO O| Jul 10 19:51:24.423 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90682026-07-10T19:51:25.676Z[ recovery-image] Jul 10 19:51:24.430 INFO O| Jul 10 19:51:24.430 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90692026-07-10T19:51:25.676Z[ recovery-image] Jul 10 19:51:24.430 INFO O| Jul 10 19:51:24.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90702026-07-10T19:51:25.676Z[ recovery-image] Jul 10 19:51:24.430 INFO O| Jul 10 19:51:24.430 INFO STEP 60 (ensure_dir) COMPLETE
90712026-07-10T19:51:25.679Z[ recovery-image] Jul 10 19:51:24.430 INFO O| Jul 10 19:51:24.430 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90722026-07-10T19:51:25.682Z[ recovery-image] Jul 10 19:51:24.437 INFO O| Jul 10 19:51:24.437 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90732026-07-10T19:51:25.682Z[ recovery-image] Jul 10 19:51:24.437 INFO O| Jul 10 19:51:24.437 INFO copying /tmp/.tmpyt9TAX/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 ...
90742026-07-10T19:51:25.682Z[ recovery-image] Jul 10 19:51:24.437 INFO O| Jul 10 19:51:24.437 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90752026-07-10T19:51:25.687Z[ recovery-image] Jul 10 19:51:24.437 INFO O| Jul 10 19:51:24.437 INFO ok!
90762026-07-10T19:51:25.688Z[ recovery-image] Jul 10 19:51:24.437 INFO O| Jul 10 19:51:24.437 INFO STEP 61 (ensure_file) COMPLETE
90772026-07-10T19:51:25.688Z[ recovery-image] Jul 10 19:51:24.437 INFO O| Jul 10 19:51:24.437 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90782026-07-10T19:51:25.691Z[ recovery-image] Jul 10 19:51:24.443 INFO O| Jul 10 19:51:24.443 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90792026-07-10T19:51:25.691Z[ recovery-image] Jul 10 19:51:24.443 INFO O| Jul 10 19:51:24.443 INFO copying /tmp/.tmpyt9TAX/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 ...
90802026-07-10T19:51:25.691Z[ recovery-image] Jul 10 19:51:24.443 INFO O| Jul 10 19:51:24.443 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
90812026-07-10T19:51:25.691Z[ recovery-image] Jul 10 19:51:24.443 INFO O| Jul 10 19:51:24.443 INFO ok!
90822026-07-10T19:51:25.692Z[ recovery-image] Jul 10 19:51:24.443 INFO O| Jul 10 19:51:24.443 INFO STEP 62 (ensure_file) COMPLETE
90832026-07-10T19:51:25.692Z[ recovery-image] Jul 10 19:51:24.443 INFO O| Jul 10 19:51:24.443 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90842026-07-10T19:51:25.696Z[ recovery-image] Jul 10 19:51:24.450 INFO O| Jul 10 19:51:24.450 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90852026-07-10T19:51:25.696Z[ recovery-image] Jul 10 19:51:24.450 INFO O| Jul 10 19:51:24.450 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90862026-07-10T19:51:25.699Z[ recovery-image] Jul 10 19:51:24.450 INFO O| Jul 10 19:51:24.450 INFO STEP 63 (ensure_dir) COMPLETE
90872026-07-10T19:51:25.699Z[ recovery-image] Jul 10 19:51:24.450 INFO O| Jul 10 19:51:24.450 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90882026-07-10T19:51:25.702Z[ recovery-image] Jul 10 19:51:24.456 INFO O| Jul 10 19:51:24.456 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90892026-07-10T19:51:25.702Z[ recovery-image] Jul 10 19:51:24.456 INFO O| Jul 10 19:51:24.456 INFO copying /tmp/.tmpyt9TAX/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 ...
90902026-07-10T19:51:25.702Z[ recovery-image] Jul 10 19:51:24.456 INFO O| Jul 10 19:51:24.456 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
90912026-07-10T19:51:25.702Z[ recovery-image] Jul 10 19:51:24.456 INFO O| Jul 10 19:51:24.456 INFO ok!
90922026-07-10T19:51:25.702Z[ recovery-image] Jul 10 19:51:24.456 INFO O| Jul 10 19:51:24.456 INFO STEP 64 (ensure_file) COMPLETE
90932026-07-10T19:51:25.702Z[ recovery-image] Jul 10 19:51:24.456 INFO O| Jul 10 19:51:24.456 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-07-10T19:51:25.708Z[ recovery-image] Jul 10 19:51:24.463 INFO O| Jul 10 19:51:24.463 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
90952026-07-10T19:51:25.709Z[ recovery-image] Jul 10 19:51:24.463 INFO O| Jul 10 19:51:24.463 INFO copying /tmp/.tmpyt9TAX/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
90962026-07-10T19:51:25.712Z[ recovery-image] Jul 10 19:51:24.463 INFO O| Jul 10 19:51:24.463 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
90972026-07-10T19:51:25.712Z[ recovery-image] Jul 10 19:51:24.463 INFO O| Jul 10 19:51:24.463 INFO ok!
90982026-07-10T19:51:25.712Z[ recovery-image] Jul 10 19:51:24.463 INFO O| Jul 10 19:51:24.463 INFO STEP 65 (ensure_file) COMPLETE
90992026-07-10T19:51:25.712Z[ recovery-image] Jul 10 19:51:24.463 INFO O| Jul 10 19:51:24.463 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91002026-07-10T19:51:25.715Z[ recovery-image] Jul 10 19:51:24.469 INFO O| Jul 10 19:51:24.469 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91012026-07-10T19:51:25.718Z[ recovery-image] Jul 10 19:51:24.469 INFO O| Jul 10 19:51:24.469 INFO STEP 66 (ensure_dir) COMPLETE
91022026-07-10T19:51:25.718Z[ recovery-image] Jul 10 19:51:24.469 INFO O| Jul 10 19:51:24.469 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91032026-07-10T19:51:25.722Z[ recovery-image] Jul 10 19:51:24.476 INFO O| Jul 10 19:51:24.476 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91042026-07-10T19:51:25.722Z[ recovery-image] Jul 10 19:51:24.476 INFO O| Jul 10 19:51:24.476 INFO STEP 67 (ensure_dir) COMPLETE
91052026-07-10T19:51:25.722Z[ recovery-image] Jul 10 19:51:24.476 INFO O| Jul 10 19:51:24.476 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91062026-07-10T19:51:25.728Z[ recovery-image] Jul 10 19:51:24.482 INFO O| Jul 10 19:51:24.482 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91072026-07-10T19:51:25.731Z[ recovery-image] Jul 10 19:51:24.482 INFO O| Jul 10 19:51:24.482 INFO STEP 68 (ensure_dir) COMPLETE
91082026-07-10T19:51:25.731Z[ recovery-image] Jul 10 19:51:24.482 INFO O| Jul 10 19:51:24.482 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91092026-07-10T19:51:25.735Z[ recovery-image] Jul 10 19:51:24.488 INFO O| Jul 10 19:51:24.488 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91102026-07-10T19:51:25.735Z[ recovery-image] Jul 10 19:51:24.488 INFO O| Jul 10 19:51:24.488 INFO STEP 69 (ensure_dir) COMPLETE
91112026-07-10T19:51:25.738Z[ recovery-image] Jul 10 19:51:24.488 INFO O| Jul 10 19:51:24.488 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91122026-07-10T19:51:25.741Z[ recovery-image] Jul 10 19:51:24.495 INFO O| Jul 10 19:51:24.495 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91132026-07-10T19:51:25.741Z[ recovery-image] Jul 10 19:51:24.495 INFO O| Jul 10 19:51:24.495 INFO copying /tmp/.tmpyt9TAX/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91142026-07-10T19:51:25.741Z[ recovery-image] Jul 10 19:51:24.495 INFO O| Jul 10 19:51:24.495 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91152026-07-10T19:51:25.741Z[ recovery-image] Jul 10 19:51:24.495 INFO O| Jul 10 19:51:24.495 INFO ok!
91162026-07-10T19:51:25.741Z[ recovery-image] Jul 10 19:51:24.495 INFO O| Jul 10 19:51:24.495 INFO STEP 70 (ensure_file) COMPLETE
91172026-07-10T19:51:25.742Z[ recovery-image] Jul 10 19:51:24.495 INFO O| Jul 10 19:51:24.495 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91182026-07-10T19:51:25.746Z[ recovery-image] Jul 10 19:51:24.500 INFO O| Jul 10 19:51:24.500 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91192026-07-10T19:51:25.750Z[ recovery-image] Jul 10 19:51:24.501 INFO O| Jul 10 19:51:24.501 INFO STEP 71 (remove_files) COMPLETE
91202026-07-10T19:51:25.750Z[ recovery-image] Jul 10 19:51:24.501 INFO O| Jul 10 19:51:24.501 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91212026-07-10T19:51:25.755Z[ recovery-image] Jul 10 19:51:24.507 INFO O| Jul 10 19:51:24.507 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91222026-07-10T19:51:25.755Z[ recovery-image] Jul 10 19:51:24.507 INFO O| Jul 10 19:51:24.507 INFO STEP 72 (remove_files) COMPLETE
91232026-07-10T19:51:25.755Z[ recovery-image] Jul 10 19:51:24.507 INFO O| Jul 10 19:51:24.507 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91242026-07-10T19:51:25.758Z[ recovery-image] Jul 10 19:51:24.512 INFO O| Jul 10 19:51:24.512 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91252026-07-10T19:51:25.761Z[ recovery-image] Jul 10 19:51:24.513 INFO O| Jul 10 19:51:24.513 INFO STEP 73 (remove_files) COMPLETE
91262026-07-10T19:51:25.762Z[ recovery-image] Jul 10 19:51:24.513 INFO O| Jul 10 19:51:24.513 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91272026-07-10T19:51:25.765Z[ recovery-image] Jul 10 19:51:24.520 INFO O| Jul 10 19:51:24.520 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91282026-07-10T19:51:25.768Z[ recovery-image] Jul 10 19:51:24.520 INFO O| Jul 10 19:51:24.520 INFO STEP 74 (remove_files) COMPLETE
91292026-07-10T19:51:25.769Z[ recovery-image] Jul 10 19:51:24.520 INFO O| Jul 10 19:51:24.520 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91302026-07-10T19:51:25.771Z[ recovery-image] Jul 10 19:51:24.526 INFO O| Jul 10 19:51:24.526 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91312026-07-10T19:51:25.774Z[ recovery-image] Jul 10 19:51:24.526 INFO O| Jul 10 19:51:24.526 INFO STEP 75 (remove_files) COMPLETE
91322026-07-10T19:51:25.774Z[ recovery-image] Jul 10 19:51:24.526 INFO O| Jul 10 19:51:24.526 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91332026-07-10T19:51:25.778Z[ recovery-image] Jul 10 19:51:24.532 INFO O| Jul 10 19:51:24.532 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91342026-07-10T19:51:25.782Z[ recovery-image] Jul 10 19:51:24.532 INFO O| Jul 10 19:51:24.532 INFO STEP 76 (remove_files) COMPLETE
91352026-07-10T19:51:25.783Z[ recovery-image] Jul 10 19:51:24.532 INFO O| Jul 10 19:51:24.532 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91362026-07-10T19:51:25.787Z[ recovery-image] Jul 10 19:51:24.538 INFO O| Jul 10 19:51:24.538 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91372026-07-10T19:51:25.787Z[ recovery-image] Jul 10 19:51:24.539 INFO O| Jul 10 19:51:24.539 INFO STEP 77 (remove_files) COMPLETE
91382026-07-10T19:51:25.787Z[ recovery-image] Jul 10 19:51:24.539 INFO O| Jul 10 19:51:24.539 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91392026-07-10T19:51:25.791Z[ recovery-image] Jul 10 19:51:24.545 INFO O| Jul 10 19:51:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91402026-07-10T19:51:25.791Z[ recovery-image] Jul 10 19:51:24.545 INFO O| Jul 10 19:51:24.545 INFO STEP 78 (remove_files) COMPLETE
91412026-07-10T19:51:25.791Z[ recovery-image] Jul 10 19:51:24.545 INFO O| Jul 10 19:51:24.545 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91422026-07-10T19:51:25.797Z[ recovery-image] Jul 10 19:51:24.551 INFO O| Jul 10 19:51:24.551 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91432026-07-10T19:51:25.797Z[ recovery-image] Jul 10 19:51:24.551 INFO O| Jul 10 19:51:24.551 INFO STEP 79 (remove_files) COMPLETE
91442026-07-10T19:51:25.797Z[ recovery-image] Jul 10 19:51:24.551 INFO O| Jul 10 19:51:24.551 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91452026-07-10T19:51:25.803Z[ recovery-image] Jul 10 19:51:24.557 INFO O| Jul 10 19:51:24.557 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91462026-07-10T19:51:25.803Z[ recovery-image] Jul 10 19:51:24.557 INFO O| Jul 10 19:51:24.557 INFO STEP 80 (remove_files) COMPLETE
91472026-07-10T19:51:25.803Z[ recovery-image] Jul 10 19:51:24.557 INFO O| Jul 10 19:51:24.557 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91482026-07-10T19:51:25.811Z[ recovery-image] Jul 10 19:51:24.563 INFO O| Jul 10 19:51:24.563 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91492026-07-10T19:51:25.811Z[ recovery-image] Jul 10 19:51:24.563 INFO O| Jul 10 19:51:24.563 INFO STEP 81 (remove_files) COMPLETE
91502026-07-10T19:51:25.811Z[ recovery-image] Jul 10 19:51:24.563 INFO O| Jul 10 19:51:24.563 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91512026-07-10T19:51:25.815Z[ recovery-image] Jul 10 19:51:24.569 INFO O| Jul 10 19:51:24.569 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91522026-07-10T19:51:25.815Z[ recovery-image] Jul 10 19:51:24.569 INFO O| Jul 10 19:51:24.569 INFO STEP 82 (remove_files) COMPLETE
91532026-07-10T19:51:25.818Z[ recovery-image] Jul 10 19:51:24.569 INFO O| Jul 10 19:51:24.569 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91542026-07-10T19:51:25.822Z[ recovery-image] Jul 10 19:51:24.576 INFO O| Jul 10 19:51:24.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91552026-07-10T19:51:25.822Z[ recovery-image] Jul 10 19:51:24.576 INFO O| Jul 10 19:51:24.576 INFO STEP 83 (remove_files) COMPLETE
91562026-07-10T19:51:25.822Z[ recovery-image] Jul 10 19:51:24.576 INFO O| Jul 10 19:51:24.576 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91572026-07-10T19:51:25.828Z[ recovery-image] Jul 10 19:51:24.582 INFO O| Jul 10 19:51:24.582 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91582026-07-10T19:51:25.831Z[ recovery-image] Jul 10 19:51:24.582 INFO O| Jul 10 19:51:24.582 INFO STEP 84 (remove_files) COMPLETE
91592026-07-10T19:51:25.831Z[ recovery-image] Jul 10 19:51:24.582 INFO O| Jul 10 19:51:24.582 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91602026-07-10T19:51:25.835Z[ recovery-image] Jul 10 19:51:24.588 INFO O| Jul 10 19:51:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91612026-07-10T19:51:25.835Z[ recovery-image] Jul 10 19:51:24.588 INFO O| Jul 10 19:51:24.588 INFO STEP 85 (remove_files) COMPLETE
91622026-07-10T19:51:25.835Z[ recovery-image] Jul 10 19:51:24.588 INFO O| Jul 10 19:51:24.588 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91632026-07-10T19:51:25.840Z[ recovery-image] Jul 10 19:51:24.594 INFO O| Jul 10 19:51:24.594 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91642026-07-10T19:51:25.840Z[ recovery-image] Jul 10 19:51:24.594 INFO O| Jul 10 19:51:24.594 INFO STEP 86 (remove_files) COMPLETE
91652026-07-10T19:51:25.844Z[ recovery-image] Jul 10 19:51:24.594 INFO O| Jul 10 19:51:24.594 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91662026-07-10T19:51:25.847Z[ recovery-image] Jul 10 19:51:24.601 INFO O| Jul 10 19:51:24.600 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91672026-07-10T19:51:25.847Z[ recovery-image] Jul 10 19:51:24.601 INFO O| Jul 10 19:51:24.601 INFO STEP 87 (remove_files) COMPLETE
91682026-07-10T19:51:25.847Z[ recovery-image] Jul 10 19:51:24.601 INFO O| Jul 10 19:51:24.601 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91692026-07-10T19:51:25.853Z[ recovery-image] Jul 10 19:51:24.607 INFO O| Jul 10 19:51:24.607 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91702026-07-10T19:51:25.853Z[ recovery-image] Jul 10 19:51:24.607 INFO O| Jul 10 19:51:24.607 INFO STEP 88 (remove_files) COMPLETE
91712026-07-10T19:51:25.856Z[ recovery-image] Jul 10 19:51:24.607 INFO O| Jul 10 19:51:24.607 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91722026-07-10T19:51:25.859Z[ recovery-image] Jul 10 19:51:24.613 INFO O| Jul 10 19:51:24.613 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91732026-07-10T19:51:25.859Z[ recovery-image] Jul 10 19:51:24.613 INFO O| Jul 10 19:51:24.613 INFO STEP 89 (remove_files) COMPLETE
91742026-07-10T19:51:25.859Z[ recovery-image] Jul 10 19:51:24.613 INFO O| Jul 10 19:51:24.613 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91752026-07-10T19:51:25.866Z[ recovery-image] Jul 10 19:51:24.620 INFO O| Jul 10 19:51:24.620 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91762026-07-10T19:51:25.866Z[ recovery-image] Jul 10 19:51:24.620 INFO O| Jul 10 19:51:24.620 INFO STEP 90 (remove_files) COMPLETE
91772026-07-10T19:51:25.869Z[ recovery-image] Jul 10 19:51:24.620 INFO O| Jul 10 19:51:24.620 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91782026-07-10T19:51:25.872Z[ recovery-image] Jul 10 19:51:24.626 INFO O| Jul 10 19:51:24.626 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91792026-07-10T19:51:25.872Z[ recovery-image] Jul 10 19:51:24.626 INFO O| Jul 10 19:51:24.626 INFO STEP 91 (remove_files) COMPLETE
91802026-07-10T19:51:25.872Z[ recovery-image] Jul 10 19:51:24.626 INFO O| Jul 10 19:51:24.626 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91812026-07-10T19:51:25.878Z[ recovery-image] Jul 10 19:51:24.632 INFO O| Jul 10 19:51:24.632 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91822026-07-10T19:51:25.878Z[ recovery-image] Jul 10 19:51:24.632 INFO O| Jul 10 19:51:24.632 INFO STEP 92 (remove_files) COMPLETE
91832026-07-10T19:51:25.881Z[ recovery-image] Jul 10 19:51:24.632 INFO O| Jul 10 19:51:24.632 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91842026-07-10T19:51:25.884Z[ recovery-image] Jul 10 19:51:24.638 INFO O| Jul 10 19:51:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91852026-07-10T19:51:25.884Z[ recovery-image] Jul 10 19:51:24.639 INFO O| Jul 10 19:51:24.638 INFO STEP 93 (remove_files) COMPLETE
91862026-07-10T19:51:25.887Z[ recovery-image] Jul 10 19:51:24.639 INFO O| Jul 10 19:51:24.639 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91872026-07-10T19:51:25.891Z[ recovery-image] Jul 10 19:51:24.645 INFO O| Jul 10 19:51:24.645 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91882026-07-10T19:51:25.891Z[ recovery-image] Jul 10 19:51:24.645 INFO O| Jul 10 19:51:24.645 INFO STEP 94 (remove_files) COMPLETE
91892026-07-10T19:51:25.894Z[ recovery-image] Jul 10 19:51:24.645 INFO O| Jul 10 19:51:24.645 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91902026-07-10T19:51:25.898Z[ recovery-image] Jul 10 19:51:24.652 INFO O| Jul 10 19:51:24.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
91912026-07-10T19:51:25.901Z[ recovery-image] Jul 10 19:51:24.652 INFO O| Jul 10 19:51:24.652 INFO STEP 95 (remove_files) COMPLETE
91922026-07-10T19:51:25.901Z[ recovery-image] Jul 10 19:51:24.652 INFO O| Jul 10 19:51:24.652 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91932026-07-10T19:51:25.904Z[ recovery-image] Jul 10 19:51:24.659 INFO O| Jul 10 19:51:24.659 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
91942026-07-10T19:51:25.905Z[ recovery-image] Jul 10 19:51:24.659 INFO O| Jul 10 19:51:24.659 INFO STEP 96 (remove_files) COMPLETE
91952026-07-10T19:51:25.905Z[ recovery-image] Jul 10 19:51:24.659 INFO O| Jul 10 19:51:24.659 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91962026-07-10T19:51:25.911Z[ recovery-image] Jul 10 19:51:24.665 INFO O| Jul 10 19:51:24.665 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
91972026-07-10T19:51:25.911Z[ recovery-image] Jul 10 19:51:24.665 INFO O| Jul 10 19:51:24.665 INFO STEP 97 (remove_files) COMPLETE
91982026-07-10T19:51:25.911Z[ recovery-image] Jul 10 19:51:24.665 INFO O| Jul 10 19:51:24.665 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91992026-07-10T19:51:25.917Z[ recovery-image] Jul 10 19:51:24.672 INFO O| Jul 10 19:51:24.672 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92002026-07-10T19:51:25.921Z[ recovery-image] Jul 10 19:51:24.672 INFO O| Jul 10 19:51:24.672 INFO STEP 98 (remove_files) COMPLETE
92012026-07-10T19:51:25.921Z[ recovery-image] Jul 10 19:51:24.672 INFO O| Jul 10 19:51:24.672 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92022026-07-10T19:51:25.924Z[ recovery-image] Jul 10 19:51:24.679 INFO O| Jul 10 19:51:24.678 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92032026-07-10T19:51:25.924Z[ recovery-image] Jul 10 19:51:24.679 INFO O| Jul 10 19:51:24.679 INFO STEP 99 (remove_files) COMPLETE
92042026-07-10T19:51:25.928Z[ recovery-image] Jul 10 19:51:24.679 INFO O| Jul 10 19:51:24.679 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92052026-07-10T19:51:25.934Z[ recovery-image] Jul 10 19:51:24.688 INFO O| Jul 10 19:51:24.688 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92062026-07-10T19:51:25.934Z[ recovery-image] Jul 10 19:51:24.688 INFO O| Jul 10 19:51:24.688 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92072026-07-10T19:51:30.432Z[ recovery-image] Jul 10 19:51:29.186 INFO O| Jul 10 19:51:29.186 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
92082026-07-10T19:51:30.434Z[ recovery-image] Jul 10 19:51:29.186 INFO O| Jul 10 19:51:29.186 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92092026-07-10T19:51:30.445Z[ recovery-image] Jul 10 19:51:29.199 INFO O| Jul 10 19:51:29.199 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"}
92102026-07-10T19:51:30.551Z[ recovery-image] Jul 10 19:51:29.305 INFO O| Jul 10 19:51:29.305 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"}
92112026-07-10T19:51:30.603Z[ recovery-image] Jul 10 19:51:29.356 INFO O| Jul 10 19:51:29.356 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
92122026-07-10T19:51:30.660Z[ recovery-image] Jul 10 19:51:29.414 INFO O| Jul 10 19:51:29.414 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92132026-07-10T19:51:30.660Z[ recovery-image] Jul 10 19:51:29.414 INFO O| Jul 10 19:51:29.414 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 ...
92142026-07-10T19:51:30.663Z[ recovery-image] Jul 10 19:51:29.415 INFO O| Jul 10 19:51:29.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92152026-07-10T19:51:30.663Z[ recovery-image] Jul 10 19:51:29.415 INFO O| Jul 10 19:51:29.415 INFO ok!
92162026-07-10T19:51:30.663Z[ recovery-image] Jul 10 19:51:29.415 INFO O| Jul 10 19:51:29.415 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92172026-07-10T19:51:30.664Z[ recovery-image] Jul 10 19:51:29.415 INFO O| Jul 10 19:51:29.415 INFO STEP 100 (seed_smf) COMPLETE
92182026-07-10T19:51:30.665Z[ recovery-image] Jul 10 19:51:29.415 INFO O| Jul 10 19:51:29.415 INFO steps complete; finalising image!
92192026-07-10T19:51:30.665Z[ recovery-image] Jul 10 19:51:29.415 INFO O| Jul 10 19:51:29.415 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92202026-07-10T19:51:30.687Z[ recovery-image] Jul 10 19:51:29.441 INFO O| Jul 10 19:51:29.441 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Fri Jul 10 19:51:29 2026)
92212026-07-10T19:51:30.893Z[ recovery-image] Jul 10 19:51:29.647 INFO O| Jul 10 19:51:29.647 INFO trim TEMPORARY-sled-zfs-recovery: (94% trimmed, started at Fri Jul 10 19:51:29 2026)
92222026-07-10T19:51:31.109Z[ recovery-image] Jul 10 19:51:29.863 INFO O| Jul 10 19:51:29.863 INFO temporary pool has 492M used, 1.27G avail, 1.00x compressratio
92232026-07-10T19:51:31.109Z[ recovery-image] Jul 10 19:51:29.863 INFO O| Jul 10 19:51:29.863 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92242026-07-10T19:51:31.392Z[ recovery-image] Jul 10 19:51:30.147 INFO O| Jul 10 19:51:30.146 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
92252026-07-10T19:51:31.393Z[ recovery-image] Jul 10 19:51:30.147 INFO O| Jul 10 19:51:30.147 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92262026-07-10T19:51:33.357Z[ recovery-image] Jul 10 19:51:32.111 INFO O| Jul 10 19:51:32.111 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92272026-07-10T19:51:33.357Z[ recovery-image] Jul 10 19:51:32.111 INFO O| Jul 10 19:51:32.111 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92282026-07-10T19:51:33.357Z[ recovery-image] Jul 10 19:51:32.111 INFO O| Jul 10 19:51:32.111 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92292026-07-10T19:51:33.361Z[ recovery-image] Jul 10 19:51:32.111 INFO O| Jul 10 19:51:32.111 INFO completed processing sled/zfs-recovery
92302026-07-10T19:51:33.362Z[ recovery-image] Jul 10 19:51:32.111 INFO O| Jul 10 19:51:32.111 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92312026-07-10T19:51:35.039Z[ recovery-image] Jul 10 19:51:33.793 INFO O| Jul 10 19:51:33.792 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92322026-07-10T19:51:35.125Z[ recovery-image] Jul 10 19:51:33.879 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92332026-07-10T19:51:35.125Z[ recovery-image] Jul 10 19:51:33.879 INFO expanded image name: "recovery 07d9ddd/${os_short_commit} 2026-07-10 19:38" -> "recovery 07d9ddd/9b09742 2026-07-10 19:38"
92342026-07-10T19:51:35.129Z[ recovery-image] Jul 10 19:51:33.879 INFO output artefacts stored in: "/work/os-recovery"
92352026-07-10T19:51:35.129Z[ recovery-image] Jul 10 19:51:33.879 INFO collecting git info from project "bootserver"...
92362026-07-10T19:51:35.134Z[ recovery-image] Jul 10 19:51:33.886 INFO collecting git info from project "pilot"...
92372026-07-10T19:51:35.138Z[ recovery-image] Jul 10 19:51:33.893 INFO collecting git info from project "image-builder"...
92382026-07-10T19:51:35.143Z[ recovery-image] Jul 10 19:51:33.898 INFO collecting git info from project "chelsio-t6-roms"...
92392026-07-10T19:51:35.158Z[ recovery-image] Jul 10 19:51:33.912 INFO collecting git info from project "dmar-report"...
92402026-07-10T19:51:35.166Z[ recovery-image] Jul 10 19:51:33.920 INFO collecting git info from project "amd-host-image-builder"...
92412026-07-10T19:51:35.203Z[ recovery-image] Jul 10 19:51:33.958 INFO collecting git info from project "phbl"...
92422026-07-10T19:51:35.209Z[ recovery-image] Jul 10 19:51:33.963 INFO collecting git info from project "pinprick"...
92432026-07-10T19:51:35.212Z[ recovery-image] Jul 10 19:51:33.967 INFO collecting git info from project "amd-firmware"...
92442026-07-10T19:51:35.368Z[ recovery-image] Jul 10 19:51:34.122 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92452026-07-10T19:51:35.650Z[ recovery-image] Jul 10 19:51:34.404 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92462026-07-10T19:51:35.939Z[ recovery-image] Jul 10 19:51:34.693 INFO creating Oxide boot image...
92472026-07-10T19:51:35.939Z[ recovery-image] Jul 10 19:51:34.693 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 07d9ddd/9b09742 2026-07-10 19:38", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92482026-07-10T19:51:44.067Z[ host-image] Jul 10 19:51:42.820 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92492026-07-10T19:51:44.067Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92502026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92512026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92522026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92532026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92542026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92552026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92562026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260710T193804Z
92572026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92582026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92592026-07-10T19:51:44.072Z[ host-image] Jul 10 19:51:42.821 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92602026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.822 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92612026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.822 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92622026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.822 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92632026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.822 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92642026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.822 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92652026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92662026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92672026-07-10T19:51:44.073Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92682026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92692026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92702026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92712026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92722026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92732026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92742026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92752026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92762026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92772026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92782026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92792026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92802026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92812026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92822026-07-10T19:51:44.074Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92832026-07-10T19:51:44.075Z[ host-image] Jul 10 19:51:42.823 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92842026-07-10T19:51:44.075Z[ host-image] Jul 10 19:51:42.824 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92852026-07-10T19:51:44.075Z[ host-image] Jul 10 19:51:42.824 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92862026-07-10T19:51:44.078Z[ host-image] Jul 10 19:51:42.826 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92872026-07-10T19:51:44.078Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92882026-07-10T19:51:44.078Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92892026-07-10T19:51:44.078Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
92902026-07-10T19:51:44.078Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
92912026-07-10T19:51:44.078Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
92922026-07-10T19:51:44.078Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
92932026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
92942026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
92952026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
92962026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.827 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
92972026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.831 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
92982026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.831 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
92992026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.831 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93002026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.831 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93012026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.831 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93022026-07-10T19:51:44.079Z[ host-image] Jul 10 19:51:42.831 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93032026-07-10T19:51:44.088Z[ host-image] Jul 10 19:51:42.842 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93042026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93052026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93062026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93072026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93082026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93092026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93102026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93112026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93122026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93132026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93142026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93152026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.843 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93162026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.844 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93172026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.844 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93182026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.844 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93192026-07-10T19:51:44.092Z[ host-image] Jul 10 19:51:42.844 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93202026-07-10T19:51:44.094Z[ host-image] Jul 10 19:51:42.844 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93212026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.848 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93222026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.848 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93232026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.849 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93242026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.849 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93252026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.849 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93262026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.849 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93272026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.849 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93282026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.849 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93292026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.850 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93302026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z
93312026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93322026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93332026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93342026-07-10T19:51:44.097Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93352026-07-10T19:51:44.098Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93362026-07-10T19:51:44.098Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93372026-07-10T19:51:44.099Z[ host-image] Jul 10 19:51:42.851 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93382026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.853 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93392026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.853 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93402026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.854 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93412026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.854 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93422026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.854 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93432026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.854 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93442026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.854 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93452026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.854 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93462026-07-10T19:51:44.103Z[ host-image] Jul 10 19:51:42.854 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93472026-07-10T19:51:44.106Z[ host-image] Jul 10 19:51:42.857 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93482026-07-10T19:51:44.106Z[ host-image] Jul 10 19:51:42.857 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93492026-07-10T19:51:44.106Z[ host-image] Jul 10 19:51:42.857 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93502026-07-10T19:51:44.106Z[ host-image] Jul 10 19:51:42.858 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93512026-07-10T19:51:44.106Z[ host-image] Jul 10 19:51:42.858 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93522026-07-10T19:51:44.109Z[ host-image] Jul 10 19:51:42.864 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93532026-07-10T19:51:44.109Z[ host-image] Jul 10 19:51:42.864 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93542026-07-10T19:51:44.110Z[ host-image] Jul 10 19:51:42.864 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93552026-07-10T19:51:44.110Z[ host-image] Jul 10 19:51:42.864 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93562026-07-10T19:51:44.114Z[ host-image] Jul 10 19:51:42.864 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93572026-07-10T19:51:44.117Z[ host-image] Jul 10 19:51:42.872 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93582026-07-10T19:51:44.117Z[ host-image] Jul 10 19:51:42.872 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93592026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.872 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93602026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.872 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93612026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.872 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93622026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.872 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93632026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.872 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93642026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.873 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93652026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.873 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93662026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.873 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93672026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.873 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93682026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.873 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93692026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.873 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93702026-07-10T19:51:44.121Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93712026-07-10T19:51:44.122Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93722026-07-10T19:51:44.122Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93732026-07-10T19:51:44.122Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93742026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93752026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93762026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93772026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93782026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.874 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93792026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93802026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93812026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93822026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93832026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93842026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93852026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93862026-07-10T19:51:44.123Z[ host-image] Jul 10 19:51:42.875 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93872026-07-10T19:51:44.126Z[ host-image] Jul 10 19:51:42.876 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93882026-07-10T19:51:44.126Z[ host-image] Jul 10 19:51:42.876 INFO O| tempdir @ "/tmp/.tmpGBfPpM/tmp"
93892026-07-10T19:51:44.126Z[ host-image] Jul 10 19:51:42.876 INFO O| image root @ "/tmp/.tmpGBfPpM/tmp/root"
93902026-07-10T19:51:44.126Z[ host-image] Jul 10 19:51:42.876 INFO O| creating image...
93912026-07-10T19:51:44.428Z[ host-image] Jul 10 19:51:43.182 INFO O| copying publishers...
93922026-07-10T19:51:45.480Z[ host-image] Jul 10 19:51:44.234 INFO O| adding properties...
93932026-07-10T19:51:46.354Z[ host-image] Jul 10 19:51:45.107 INFO O| installing packages...
93942026-07-10T19:51:58.098Z[ host-image] Jul 10 19:51:56.851 INFO O| seeding SMF database...
93952026-07-10T19:52:02.316Z[ host-image] Jul 10 19:52:01.069 INFO O| configuring SMF profile...
93962026-07-10T19:52:02.316Z[ host-image] Jul 10 19:52:01.069 INFO O| modifying shadow(5)...
93972026-07-10T19:52:02.319Z[ host-image] Jul 10 19:52:01.070 INFO O| loading user and group database...
93982026-07-10T19:52:02.319Z[ host-image] Jul 10 19:52:01.070 INFO O| loading facet selections...
93992026-07-10T19:52:02.604Z[ host-image] Jul 10 19:52:01.357 INFO O| devel -> true
94002026-07-10T19:52:02.604Z[ host-image] Jul 10 19:52:01.357 INFO O| doc.man -> true
94012026-07-10T19:52:02.607Z[ host-image] Jul 10 19:52:01.357 INFO O| version-lock.shell/ksh93 -> true
94022026-07-10T19:52:02.607Z[ host-image] Jul 10 19:52:01.357 INFO O| version-lock.system/data/hardware-registry -> true
94032026-07-10T19:52:02.607Z[ host-image] Jul 10 19:52:01.357 INFO O| version-lock.system/data/zoneinfo -> true
94042026-07-10T19:52:02.607Z[ host-image] Jul 10 19:52:01.357 INFO O| version-lock.system/microcode/amd -> true
94052026-07-10T19:52:02.607Z[ host-image] Jul 10 19:52:01.357 INFO O| version-lock.system/microcode/intel -> true
94062026-07-10T19:52:02.610Z[ host-image] Jul 10 19:52:01.357 INFO O| version-lock.system/microcode/oxide -> true
94072026-07-10T19:52:02.610Z[ host-image] Jul 10 19:52:01.357 INFO O| assessing packaged files...
94082026-07-10T19:52:04.108Z[ host-image] Jul 10 19:52:02.862 INFO O| creating archive...
94092026-07-10T19:52:04.129Z[ host-image] Jul 10 19:52:02.883 INFO O| missing from packaging:
94102026-07-10T19:52:04.129Z[ host-image] Jul 10 19:52:02.883 INFO O| "etc/.pwd.lock"
94112026-07-10T19:52:04.129Z[ host-image] Jul 10 19:52:02.883 INFO O| "etc/bash"
94122026-07-10T19:52:04.133Z[ host-image] Jul 10 19:52:02.886 INFO O| "etc/svc/profile/generic.xml"
94132026-07-10T19:52:04.133Z[ host-image] Jul 10 19:52:02.886 INFO O| "etc/svc/profile/inetd_services.xml"
94142026-07-10T19:52:04.133Z[ host-image] Jul 10 19:52:02.886 INFO O| "etc/svc/profile/name_service.xml"
94152026-07-10T19:52:04.133Z[ host-image] Jul 10 19:52:02.886 INFO O| "etc/svc/profile/platform.xml"
94162026-07-10T19:52:04.133Z[ host-image] Jul 10 19:52:02.886 INFO O| "etc/svc/profile/platform_omicron1.xml"
94172026-07-10T19:52:04.133Z[ host-image] Jul 10 19:52:02.886 INFO O| "etc/svc/repository.db"
94182026-07-10T19:52:04.138Z[ host-image] Jul 10 19:52:02.892 INFO O| "opt/ooce/share"
94192026-07-10T19:52:04.138Z[ host-image] Jul 10 19:52:02.892 INFO O| "opt/ooce/share/man"
94202026-07-10T19:52:04.142Z[ host-image] Jul 10 19:52:02.892 INFO O| "opt/ooce/share/man/man1"
94212026-07-10T19:52:04.147Z[ host-image] Jul 10 19:52:02.901 INFO O| finishing archive...
94222026-07-10T19:52:06.480Z[ host-image] Jul 10 19:52:05.233 INFO O| creating gzonly manifest...
94232026-07-10T19:52:06.485Z[ host-image] Jul 10 19:52:05.239 INFO O| ok
94242026-07-10T19:52:06.566Z[ host-image] Jul 10 19:52:05.320 INFO image builder template: ramdisk-02-trim...
94252026-07-10T19:52:06.566Z[ host-image] Jul 10 19:52:05.320 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/.tmpyt9TAX/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
94262026-07-10T19:52:06.583Z[ host-image] Jul 10 19:52:05.337 INFO O| Jul 10 19:52:05.337 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94272026-07-10T19:52:06.586Z[ host-image] Jul 10 19:52:05.340 INFO O| Jul 10 19:52:05.340 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94282026-07-10T19:52:07.230Z[ host-image] Jul 10 19:52:05.983 INFO O| Jul 10 19:52:05.983 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94292026-07-10T19:52:07.276Z[ host-image] Jul 10 19:52:06.029 INFO O| Jul 10 19:52:06.029 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94302026-07-10T19:52:07.276Z[ host-image] Jul 10 19:52:06.029 INFO O| Jul 10 19:52:06.029 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94312026-07-10T19:52:07.279Z[ host-image] Jul 10 19:52:06.033 INFO O| Jul 10 19:52:06.033 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94322026-07-10T19:52:07.282Z[ host-image] Jul 10 19:52:06.036 INFO O| Jul 10 19:52:06.036 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94332026-07-10T19:52:07.285Z[ host-image] Jul 10 19:52:06.039 INFO O| Jul 10 19:52:06.039 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94342026-07-10T19:52:07.513Z[ host-image] Jul 10 19:52:06.267 INFO O| Jul 10 19:52:06.267 INFO rolled back to input snapshot; work may begin
94352026-07-10T19:52:07.513Z[ host-image] Jul 10 19:52:06.267 INFO O| Jul 10 19:52:06.267 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94362026-07-10T19:52:07.517Z[ host-image] Jul 10 19:52:06.271 INFO O| Jul 10 19:52:06.271 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94372026-07-10T19:52:07.524Z[ host-image] Jul 10 19:52:06.278 INFO O| Jul 10 19:52:06.278 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94382026-07-10T19:52:07.559Z[ host-image] Jul 10 19:52:06.313 INFO O| Jul 10 19:52:06.313 INFO STEP 0 (remove_files) COMPLETE
94392026-07-10T19:52:07.559Z[ host-image] Jul 10 19:52:06.313 INFO O| Jul 10 19:52:06.313 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94402026-07-10T19:52:07.565Z[ host-image] Jul 10 19:52:06.320 INFO O| Jul 10 19:52:06.320 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94412026-07-10T19:52:07.569Z[ host-image] Jul 10 19:52:06.321 INFO O| Jul 10 19:52:06.321 INFO STEP 1 (remove_files) COMPLETE
94422026-07-10T19:52:07.569Z[ host-image] Jul 10 19:52:06.321 INFO O| Jul 10 19:52:06.321 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94432026-07-10T19:52:07.572Z[ host-image] Jul 10 19:52:06.326 INFO O| Jul 10 19:52:06.326 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94442026-07-10T19:52:07.584Z[ host-image] Jul 10 19:52:06.338 INFO O| Jul 10 19:52:06.338 INFO STEP 2 (remove_files) COMPLETE
94452026-07-10T19:52:07.584Z[ host-image] Jul 10 19:52:06.338 INFO O| Jul 10 19:52:06.338 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94462026-07-10T19:52:07.589Z[ host-image] Jul 10 19:52:06.343 INFO O| Jul 10 19:52:06.343 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94472026-07-10T19:52:07.592Z[ host-image] Jul 10 19:52:06.344 INFO O| Jul 10 19:52:06.344 INFO STEP 3 (remove_files) COMPLETE
94482026-07-10T19:52:07.592Z[ host-image] Jul 10 19:52:06.344 INFO O| Jul 10 19:52:06.344 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94492026-07-10T19:52:07.595Z[ host-image] Jul 10 19:52:06.349 INFO O| Jul 10 19:52:06.349 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94502026-07-10T19:52:07.598Z[ host-image] Jul 10 19:52:06.351 INFO O| Jul 10 19:52:06.351 INFO STEP 4 (remove_files) COMPLETE
94512026-07-10T19:52:07.598Z[ host-image] Jul 10 19:52:06.351 INFO O| Jul 10 19:52:06.351 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94522026-07-10T19:52:07.602Z[ host-image] Jul 10 19:52:06.356 INFO O| Jul 10 19:52:06.356 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94532026-07-10T19:52:07.605Z[ host-image] Jul 10 19:52:06.358 INFO O| Jul 10 19:52:06.358 INFO STEP 5 (remove_files) COMPLETE
94542026-07-10T19:52:07.606Z[ host-image] Jul 10 19:52:06.358 INFO O| Jul 10 19:52:06.358 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94552026-07-10T19:52:07.609Z[ host-image] Jul 10 19:52:06.363 INFO O| Jul 10 19:52:06.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94562026-07-10T19:52:07.618Z[ host-image] Jul 10 19:52:06.372 INFO O| Jul 10 19:52:06.372 INFO STEP 6 (remove_files) COMPLETE
94572026-07-10T19:52:07.618Z[ host-image] Jul 10 19:52:06.372 INFO O| Jul 10 19:52:06.372 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94582026-07-10T19:52:07.622Z[ host-image] Jul 10 19:52:06.372 INFO O| Jul 10 19:52:06.372 INFO skip step because feature "heliosv2" is not enabled
94592026-07-10T19:52:07.622Z[ host-image] Jul 10 19:52:06.372 INFO O| Jul 10 19:52:06.372 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94602026-07-10T19:52:07.625Z[ host-image] Jul 10 19:52:06.379 INFO O| Jul 10 19:52:06.379 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94612026-07-10T19:52:07.635Z[ host-image] Jul 10 19:52:06.389 INFO O| Jul 10 19:52:06.389 INFO STEP 8 (remove_files) COMPLETE
94622026-07-10T19:52:07.635Z[ host-image] Jul 10 19:52:06.389 INFO O| Jul 10 19:52:06.389 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94632026-07-10T19:52:07.640Z[ host-image] Jul 10 19:52:06.394 INFO O| Jul 10 19:52:06.394 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94642026-07-10T19:52:07.701Z[ host-image] Jul 10 19:52:06.455 INFO O| Jul 10 19:52:06.455 INFO STEP 9 (remove_files) COMPLETE
94652026-07-10T19:52:07.701Z[ host-image] Jul 10 19:52:06.455 INFO O| Jul 10 19:52:06.455 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94662026-07-10T19:52:07.706Z[ host-image] Jul 10 19:52:06.460 INFO O| Jul 10 19:52:06.460 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94672026-07-10T19:52:07.770Z[ host-image] Jul 10 19:52:06.524 INFO O| Jul 10 19:52:06.524 INFO STEP 10 (remove_files) COMPLETE
94682026-07-10T19:52:07.770Z[ host-image] Jul 10 19:52:06.524 INFO O| Jul 10 19:52:06.524 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94692026-07-10T19:52:07.775Z[ host-image] Jul 10 19:52:06.530 INFO O| Jul 10 19:52:06.530 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94702026-07-10T19:52:07.779Z[ host-image] Jul 10 19:52:06.532 INFO O| Jul 10 19:52:06.532 INFO STEP 11 (remove_files) COMPLETE
94712026-07-10T19:52:07.779Z[ host-image] Jul 10 19:52:06.532 INFO O| Jul 10 19:52:06.532 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94722026-07-10T19:52:07.784Z[ host-image] Jul 10 19:52:06.538 INFO O| Jul 10 19:52:06.538 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94732026-07-10T19:52:07.787Z[ host-image] Jul 10 19:52:06.539 INFO O| Jul 10 19:52:06.539 INFO STEP 12 (remove_files) COMPLETE
94742026-07-10T19:52:07.787Z[ host-image] Jul 10 19:52:06.539 INFO O| Jul 10 19:52:06.539 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94752026-07-10T19:52:07.790Z[ host-image] Jul 10 19:52:06.544 INFO O| Jul 10 19:52:06.544 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94762026-07-10T19:52:07.793Z[ host-image] Jul 10 19:52:06.545 INFO O| Jul 10 19:52:06.545 INFO STEP 13 (remove_files) COMPLETE
94772026-07-10T19:52:07.793Z[ host-image] Jul 10 19:52:06.545 INFO O| Jul 10 19:52:06.545 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94782026-07-10T19:52:07.804Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94792026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94802026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94812026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94822026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94832026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
94842026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
94852026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
94862026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
94872026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.558 INFO O| Jul 10 19:52:06.558 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
94882026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.559 INFO O| Jul 10 19:52:06.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
94892026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.559 INFO O| Jul 10 19:52:06.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94902026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.559 INFO O| Jul 10 19:52:06.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94912026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.559 INFO O| Jul 10 19:52:06.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
94922026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.559 INFO O| Jul 10 19:52:06.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94932026-07-10T19:52:07.807Z[ host-image] Jul 10 19:52:06.559 INFO O| Jul 10 19:52:06.559 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94942026-07-10T19:52:07.811Z[ host-image] Jul 10 19:52:06.565 INFO O| Jul 10 19:52:06.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
94952026-07-10T19:52:07.814Z[ host-image] Jul 10 19:52:06.565 INFO O| Jul 10 19:52:06.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
94962026-07-10T19:52:07.990Z[ host-image] Jul 10 19:52:06.743 INFO O| Jul 10 19:52:06.743 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94972026-07-10T19:52:08.001Z[ host-image] Jul 10 19:52:06.754 INFO O| Jul 10 19:52:06.754 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94982026-07-10T19:52:08.006Z[ host-image] Jul 10 19:52:06.759 INFO O| Jul 10 19:52:06.759 INFO STEP 14 (remove_files) COMPLETE
94992026-07-10T19:52:08.006Z[ host-image] Jul 10 19:52:06.759 INFO O| Jul 10 19:52:06.759 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95002026-07-10T19:52:08.012Z[ host-image] Jul 10 19:52:06.766 INFO O| Jul 10 19:52:06.766 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95012026-07-10T19:52:08.015Z[ host-image] Jul 10 19:52:06.767 INFO O| Jul 10 19:52:06.767 INFO STEP 15 (remove_files) COMPLETE
95022026-07-10T19:52:08.015Z[ host-image] Jul 10 19:52:06.767 INFO O| Jul 10 19:52:06.767 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95032026-07-10T19:52:08.018Z[ host-image] Jul 10 19:52:06.772 INFO O| Jul 10 19:52:06.772 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95042026-07-10T19:52:08.023Z[ host-image] Jul 10 19:52:06.777 INFO O| Jul 10 19:52:06.777 INFO STEP 16 (remove_files) COMPLETE
95052026-07-10T19:52:08.023Z[ host-image] Jul 10 19:52:06.777 INFO O| Jul 10 19:52:06.777 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95062026-07-10T19:52:08.030Z[ host-image] Jul 10 19:52:06.784 INFO O| Jul 10 19:52:06.784 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95072026-07-10T19:52:08.033Z[ host-image] Jul 10 19:52:06.785 INFO O| Jul 10 19:52:06.785 INFO STEP 17 (remove_files) COMPLETE
95082026-07-10T19:52:08.033Z[ host-image] Jul 10 19:52:06.785 INFO O| Jul 10 19:52:06.785 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95092026-07-10T19:52:08.037Z[ host-image] Jul 10 19:52:06.791 INFO O| Jul 10 19:52:06.791 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95102026-07-10T19:52:08.041Z[ host-image] Jul 10 19:52:06.792 INFO O| Jul 10 19:52:06.792 INFO STEP 18 (remove_files) COMPLETE
95112026-07-10T19:52:08.041Z[ host-image] Jul 10 19:52:06.792 INFO O| Jul 10 19:52:06.792 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95122026-07-10T19:52:08.044Z[ host-image] Jul 10 19:52:06.798 INFO O| Jul 10 19:52:06.798 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95132026-07-10T19:52:08.046Z[ host-image] Jul 10 19:52:06.798 INFO O| Jul 10 19:52:06.798 INFO STEP 19 (remove_files) COMPLETE
95142026-07-10T19:52:08.046Z[ host-image] Jul 10 19:52:06.798 INFO O| Jul 10 19:52:06.798 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95152026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.803 INFO O| Jul 10 19:52:06.803 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95162026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.803 INFO O| Jul 10 19:52:06.803 INFO STEP 20 (remove_files) COMPLETE
95172026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.803 INFO O| Jul 10 19:52:06.803 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95182026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.808 INFO O| Jul 10 19:52:06.808 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95192026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.808 INFO O| Jul 10 19:52:06.808 INFO STEP 21 (remove_files) COMPLETE
95202026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.808 INFO O| Jul 10 19:52:06.808 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95212026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.814 INFO O| Jul 10 19:52:06.814 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95222026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.814 INFO O| Jul 10 19:52:06.814 INFO STEP 22 (remove_files) COMPLETE
95232026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.814 INFO O| Jul 10 19:52:06.814 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95242026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.819 INFO O| Jul 10 19:52:06.819 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95252026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.819 INFO O| Jul 10 19:52:06.819 INFO STEP 23 (remove_files) COMPLETE
95262026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.819 INFO O| Jul 10 19:52:06.819 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95272026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.824 INFO O| Jul 10 19:52:06.824 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95282026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.824 INFO O| Jul 10 19:52:06.824 INFO STEP 24 (remove_files) COMPLETE
95292026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.824 INFO O| Jul 10 19:52:06.824 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95302026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.829 INFO O| Jul 10 19:52:06.829 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95312026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.829 INFO O| Jul 10 19:52:06.829 INFO STEP 25 (remove_files) COMPLETE
95322026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.829 INFO O| Jul 10 19:52:06.829 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95332026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.834 INFO O| Jul 10 19:52:06.834 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95342026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.834 INFO O| Jul 10 19:52:06.834 INFO STEP 26 (remove_files) COMPLETE
95352026-07-10T19:52:08.081Z[ host-image] Jul 10 19:52:06.834 INFO O| Jul 10 19:52:06.834 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95362026-07-10T19:52:08.086Z[ host-image] Jul 10 19:52:06.840 INFO O| Jul 10 19:52:06.840 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95372026-07-10T19:52:08.086Z[ host-image] Jul 10 19:52:06.840 INFO O| Jul 10 19:52:06.840 INFO STEP 27 (remove_files) COMPLETE
95382026-07-10T19:52:08.089Z[ host-image] Jul 10 19:52:06.840 INFO O| Jul 10 19:52:06.840 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95392026-07-10T19:52:08.092Z[ host-image] Jul 10 19:52:06.845 INFO O| Jul 10 19:52:06.845 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95402026-07-10T19:52:08.092Z[ host-image] Jul 10 19:52:06.845 INFO O| Jul 10 19:52:06.845 INFO STEP 28 (remove_files) COMPLETE
95412026-07-10T19:52:08.092Z[ host-image] Jul 10 19:52:06.845 INFO O| Jul 10 19:52:06.845 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95422026-07-10T19:52:08.096Z[ host-image] Jul 10 19:52:06.850 INFO O| Jul 10 19:52:06.850 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95432026-07-10T19:52:08.096Z[ host-image] Jul 10 19:52:06.850 INFO O| Jul 10 19:52:06.850 INFO STEP 29 (remove_files) COMPLETE
95442026-07-10T19:52:08.099Z[ host-image] Jul 10 19:52:06.850 INFO O| Jul 10 19:52:06.850 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95452026-07-10T19:52:08.103Z[ host-image] Jul 10 19:52:06.855 INFO O| Jul 10 19:52:06.855 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95462026-07-10T19:52:08.103Z[ host-image] Jul 10 19:52:06.855 INFO O| Jul 10 19:52:06.855 INFO STEP 30 (remove_files) COMPLETE
95472026-07-10T19:52:08.103Z[ host-image] Jul 10 19:52:06.855 INFO O| Jul 10 19:52:06.855 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95482026-07-10T19:52:08.106Z[ host-image] Jul 10 19:52:06.860 INFO O| Jul 10 19:52:06.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95492026-07-10T19:52:08.106Z[ host-image] Jul 10 19:52:06.860 INFO O| Jul 10 19:52:06.860 INFO STEP 31 (remove_files) COMPLETE
95502026-07-10T19:52:08.106Z[ host-image] Jul 10 19:52:06.860 INFO O| Jul 10 19:52:06.860 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95512026-07-10T19:52:08.111Z[ host-image] Jul 10 19:52:06.865 INFO O| Jul 10 19:52:06.865 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95522026-07-10T19:52:08.111Z[ host-image] Jul 10 19:52:06.865 INFO O| Jul 10 19:52:06.865 INFO STEP 32 (remove_files) COMPLETE
95532026-07-10T19:52:08.114Z[ host-image] Jul 10 19:52:06.865 INFO O| Jul 10 19:52:06.865 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95542026-07-10T19:52:08.117Z[ host-image] Jul 10 19:52:06.870 INFO O| Jul 10 19:52:06.870 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95552026-07-10T19:52:08.117Z[ host-image] Jul 10 19:52:06.870 INFO O| Jul 10 19:52:06.870 INFO STEP 33 (remove_files) COMPLETE
95562026-07-10T19:52:08.117Z[ host-image] Jul 10 19:52:06.870 INFO O| Jul 10 19:52:06.870 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95572026-07-10T19:52:08.121Z[ host-image] Jul 10 19:52:06.875 INFO O| Jul 10 19:52:06.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95582026-07-10T19:52:08.121Z[ host-image] Jul 10 19:52:06.875 INFO O| Jul 10 19:52:06.875 INFO STEP 34 (remove_files) COMPLETE
95592026-07-10T19:52:08.121Z[ host-image] Jul 10 19:52:06.875 INFO O| Jul 10 19:52:06.875 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95602026-07-10T19:52:08.128Z[ host-image] Jul 10 19:52:06.882 INFO O| Jul 10 19:52:06.882 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95612026-07-10T19:52:08.128Z[ host-image] Jul 10 19:52:06.882 INFO O| Jul 10 19:52:06.882 INFO STEP 35 (remove_files) COMPLETE
95622026-07-10T19:52:08.128Z[ host-image] Jul 10 19:52:06.882 INFO O| Jul 10 19:52:06.882 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95632026-07-10T19:52:08.133Z[ host-image] Jul 10 19:52:06.887 INFO O| Jul 10 19:52:06.887 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95642026-07-10T19:52:08.133Z[ host-image] Jul 10 19:52:06.887 INFO O| Jul 10 19:52:06.887 INFO STEP 36 (remove_files) COMPLETE
95652026-07-10T19:52:08.136Z[ host-image] Jul 10 19:52:06.887 INFO O| Jul 10 19:52:06.887 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95662026-07-10T19:52:08.139Z[ host-image] Jul 10 19:52:06.892 INFO O| Jul 10 19:52:06.892 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95672026-07-10T19:52:08.139Z[ host-image] Jul 10 19:52:06.892 INFO O| Jul 10 19:52:06.892 INFO STEP 37 (remove_files) COMPLETE
95682026-07-10T19:52:08.139Z[ host-image] Jul 10 19:52:06.892 INFO O| Jul 10 19:52:06.892 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95692026-07-10T19:52:08.142Z[ host-image] Jul 10 19:52:06.897 INFO O| Jul 10 19:52:06.897 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95702026-07-10T19:52:08.143Z[ host-image] Jul 10 19:52:06.897 INFO O| Jul 10 19:52:06.897 INFO STEP 38 (remove_files) COMPLETE
95712026-07-10T19:52:08.146Z[ host-image] Jul 10 19:52:06.897 INFO O| Jul 10 19:52:06.897 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95722026-07-10T19:52:08.149Z[ host-image] Jul 10 19:52:06.902 INFO O| Jul 10 19:52:06.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95732026-07-10T19:52:08.149Z[ host-image] Jul 10 19:52:06.902 INFO O| Jul 10 19:52:06.902 INFO STEP 39 (remove_files) COMPLETE
95742026-07-10T19:52:08.149Z[ host-image] Jul 10 19:52:06.902 INFO O| Jul 10 19:52:06.902 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95752026-07-10T19:52:08.153Z[ host-image] Jul 10 19:52:06.906 INFO O| Jul 10 19:52:06.906 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95762026-07-10T19:52:08.153Z[ host-image] Jul 10 19:52:06.906 INFO O| Jul 10 19:52:06.906 INFO STEP 40 (remove_files) COMPLETE
95772026-07-10T19:52:08.153Z[ host-image] Jul 10 19:52:06.906 INFO O| Jul 10 19:52:06.906 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95782026-07-10T19:52:08.157Z[ host-image] Jul 10 19:52:06.911 INFO O| Jul 10 19:52:06.911 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95792026-07-10T19:52:08.157Z[ host-image] Jul 10 19:52:06.911 INFO O| Jul 10 19:52:06.911 INFO STEP 41 (remove_files) COMPLETE
95802026-07-10T19:52:08.160Z[ host-image] Jul 10 19:52:06.911 INFO O| Jul 10 19:52:06.911 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95812026-07-10T19:52:08.163Z[ host-image] Jul 10 19:52:06.916 INFO O| Jul 10 19:52:06.916 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95822026-07-10T19:52:08.163Z[ host-image] Jul 10 19:52:06.916 INFO O| Jul 10 19:52:06.916 INFO STEP 42 (remove_files) COMPLETE
95832026-07-10T19:52:08.163Z[ host-image] Jul 10 19:52:06.916 INFO O| Jul 10 19:52:06.916 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95842026-07-10T19:52:08.167Z[ host-image] Jul 10 19:52:06.921 INFO O| Jul 10 19:52:06.921 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95852026-07-10T19:52:08.170Z[ host-image] Jul 10 19:52:06.921 INFO O| Jul 10 19:52:06.921 INFO STEP 43 (remove_files) COMPLETE
95862026-07-10T19:52:08.170Z[ host-image] Jul 10 19:52:06.921 INFO O| Jul 10 19:52:06.921 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95872026-07-10T19:52:08.173Z[ host-image] Jul 10 19:52:06.926 INFO O| Jul 10 19:52:06.926 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95882026-07-10T19:52:08.173Z[ host-image] Jul 10 19:52:06.926 INFO O| Jul 10 19:52:06.926 INFO STEP 44 (remove_files) COMPLETE
95892026-07-10T19:52:08.173Z[ host-image] Jul 10 19:52:06.926 INFO O| Jul 10 19:52:06.926 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95902026-07-10T19:52:08.177Z[ host-image] Jul 10 19:52:06.931 INFO O| Jul 10 19:52:06.931 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
95912026-07-10T19:52:08.177Z[ host-image] Jul 10 19:52:06.932 INFO O| Jul 10 19:52:06.932 INFO STEP 45 (remove_files) COMPLETE
95922026-07-10T19:52:08.177Z[ host-image] Jul 10 19:52:06.932 INFO O| Jul 10 19:52:06.932 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95932026-07-10T19:52:08.182Z[ host-image] Jul 10 19:52:06.936 INFO O| Jul 10 19:52:06.936 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
95942026-07-10T19:52:08.182Z[ host-image] Jul 10 19:52:06.936 INFO O| Jul 10 19:52:06.936 INFO STEP 46 (remove_files) COMPLETE
95952026-07-10T19:52:08.182Z[ host-image] Jul 10 19:52:06.936 INFO O| Jul 10 19:52:06.936 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95962026-07-10T19:52:08.187Z[ host-image] Jul 10 19:52:06.942 INFO O| Jul 10 19:52:06.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
95972026-07-10T19:52:08.187Z[ host-image] Jul 10 19:52:06.942 INFO O| Jul 10 19:52:06.942 INFO STEP 47 (remove_files) COMPLETE
95982026-07-10T19:52:08.191Z[ host-image] Jul 10 19:52:06.942 INFO O| Jul 10 19:52:06.942 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95992026-07-10T19:52:08.194Z[ host-image] Jul 10 19:52:06.948 INFO O| Jul 10 19:52:06.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96002026-07-10T19:52:08.194Z[ host-image] Jul 10 19:52:06.948 INFO O| Jul 10 19:52:06.948 INFO STEP 48 (remove_files) COMPLETE
96012026-07-10T19:52:08.197Z[ host-image] Jul 10 19:52:06.948 INFO O| Jul 10 19:52:06.948 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96022026-07-10T19:52:08.200Z[ host-image] Jul 10 19:52:06.954 INFO O| Jul 10 19:52:06.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96032026-07-10T19:52:08.200Z[ host-image] Jul 10 19:52:06.954 INFO O| Jul 10 19:52:06.954 INFO STEP 49 (remove_files) COMPLETE
96042026-07-10T19:52:08.200Z[ host-image] Jul 10 19:52:06.954 INFO O| Jul 10 19:52:06.954 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96052026-07-10T19:52:08.204Z[ host-image] Jul 10 19:52:06.958 INFO O| Jul 10 19:52:06.958 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96062026-07-10T19:52:08.205Z[ host-image] Jul 10 19:52:06.959 INFO O| Jul 10 19:52:06.958 INFO STEP 50 (remove_files) COMPLETE
96072026-07-10T19:52:08.205Z[ host-image] Jul 10 19:52:06.959 INFO O| Jul 10 19:52:06.958 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96082026-07-10T19:52:08.210Z[ host-image] Jul 10 19:52:06.963 INFO O| Jul 10 19:52:06.963 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96092026-07-10T19:52:08.210Z[ host-image] Jul 10 19:52:06.964 INFO O| Jul 10 19:52:06.964 INFO STEP 51 (remove_files) COMPLETE
96102026-07-10T19:52:08.210Z[ host-image] Jul 10 19:52:06.964 INFO O| Jul 10 19:52:06.964 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96112026-07-10T19:52:08.214Z[ host-image] Jul 10 19:52:06.968 INFO O| Jul 10 19:52:06.968 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96122026-07-10T19:52:08.214Z[ host-image] Jul 10 19:52:06.968 INFO O| Jul 10 19:52:06.968 INFO STEP 52 (remove_files) COMPLETE
96132026-07-10T19:52:08.214Z[ host-image] Jul 10 19:52:06.968 INFO O| Jul 10 19:52:06.968 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96142026-07-10T19:52:08.219Z[ host-image] Jul 10 19:52:06.973 INFO O| Jul 10 19:52:06.973 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96152026-07-10T19:52:08.219Z[ host-image] Jul 10 19:52:06.973 INFO O| Jul 10 19:52:06.973 INFO STEP 53 (remove_files) COMPLETE
96162026-07-10T19:52:08.219Z[ host-image] Jul 10 19:52:06.973 INFO O| Jul 10 19:52:06.973 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96172026-07-10T19:52:08.224Z[ host-image] Jul 10 19:52:06.978 INFO O| Jul 10 19:52:06.978 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96182026-07-10T19:52:08.224Z[ host-image] Jul 10 19:52:06.978 INFO O| Jul 10 19:52:06.978 INFO STEP 54 (remove_files) COMPLETE
96192026-07-10T19:52:08.228Z[ host-image] Jul 10 19:52:06.978 INFO O| Jul 10 19:52:06.978 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96202026-07-10T19:52:08.231Z[ host-image] Jul 10 19:52:06.985 INFO O| Jul 10 19:52:06.985 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96212026-07-10T19:52:08.231Z[ host-image] Jul 10 19:52:06.985 INFO O| Jul 10 19:52:06.985 INFO STEP 55 (remove_files) COMPLETE
96222026-07-10T19:52:08.231Z[ host-image] Jul 10 19:52:06.985 INFO O| Jul 10 19:52:06.985 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96232026-07-10T19:52:08.237Z[ host-image] Jul 10 19:52:06.991 INFO O| Jul 10 19:52:06.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96242026-07-10T19:52:08.237Z[ host-image] Jul 10 19:52:06.991 INFO O| Jul 10 19:52:06.991 INFO STEP 56 (remove_files) COMPLETE
96252026-07-10T19:52:08.237Z[ host-image] Jul 10 19:52:06.991 INFO O| Jul 10 19:52:06.991 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96262026-07-10T19:52:08.243Z[ host-image] Jul 10 19:52:06.998 INFO O| Jul 10 19:52:06.997 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96272026-07-10T19:52:08.244Z[ host-image] Jul 10 19:52:06.998 INFO O| Jul 10 19:52:06.998 INFO STEP 57 (remove_files) COMPLETE
96282026-07-10T19:52:08.247Z[ host-image] Jul 10 19:52:06.998 INFO O| Jul 10 19:52:06.998 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96292026-07-10T19:52:08.250Z[ host-image] Jul 10 19:52:07.004 INFO O| Jul 10 19:52:07.004 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96302026-07-10T19:52:08.254Z[ host-image] Jul 10 19:52:07.004 INFO O| Jul 10 19:52:07.004 INFO STEP 58 (remove_files) COMPLETE
96312026-07-10T19:52:08.254Z[ host-image] Jul 10 19:52:07.004 INFO O| Jul 10 19:52:07.004 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96322026-07-10T19:52:08.257Z[ host-image] Jul 10 19:52:07.011 INFO O| Jul 10 19:52:07.011 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96332026-07-10T19:52:08.257Z[ host-image] Jul 10 19:52:07.011 INFO O| Jul 10 19:52:07.011 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96342026-07-10T19:52:08.257Z[ host-image] Jul 10 19:52:07.011 INFO O| Jul 10 19:52:07.011 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96352026-07-10T19:52:08.262Z[ host-image] Jul 10 19:52:07.011 INFO O| Jul 10 19:52:07.011 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96362026-07-10T19:52:08.262Z[ host-image] Jul 10 19:52:07.011 INFO O| Jul 10 19:52:07.011 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96372026-07-10T19:52:08.262Z[ host-image] Jul 10 19:52:07.011 INFO O| Jul 10 19:52:07.011 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96382026-07-10T19:52:08.262Z[ host-image] Jul 10 19:52:07.011 INFO O| Jul 10 19:52:07.011 INFO ok!
96392026-07-10T19:52:08.262Z[ host-image] Jul 10 19:52:07.012 INFO O| Jul 10 19:52:07.011 INFO STEP 59 (ensure_file) COMPLETE
96402026-07-10T19:52:08.262Z[ host-image] Jul 10 19:52:07.012 INFO O| Jul 10 19:52:07.011 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96412026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96422026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96432026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96442026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96452026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96462026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96472026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO ok!
96482026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO STEP 60 (ensure_file) COMPLETE
96492026-07-10T19:52:08.265Z[ host-image] Jul 10 19:52:07.018 INFO O| Jul 10 19:52:07.018 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96502026-07-10T19:52:08.269Z[ host-image] Jul 10 19:52:07.023 INFO O| Jul 10 19:52:07.023 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96512026-07-10T19:52:08.269Z[ host-image] Jul 10 19:52:07.023 INFO O| Jul 10 19:52:07.023 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96522026-07-10T19:52:08.272Z[ host-image] Jul 10 19:52:07.023 INFO O| Jul 10 19:52:07.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96532026-07-10T19:52:08.272Z[ host-image] Jul 10 19:52:07.023 INFO O| Jul 10 19:52:07.023 INFO ok!
96542026-07-10T19:52:08.272Z[ host-image] Jul 10 19:52:07.023 INFO O| Jul 10 19:52:07.023 INFO STEP 61 (ensure_file) COMPLETE
96552026-07-10T19:52:08.272Z[ host-image] Jul 10 19:52:07.023 INFO O| Jul 10 19:52:07.023 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96562026-07-10T19:52:08.276Z[ host-image] Jul 10 19:52:07.029 INFO O| Jul 10 19:52:07.029 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96572026-07-10T19:52:08.276Z[ host-image] Jul 10 19:52:07.029 INFO O| Jul 10 19:52:07.029 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96582026-07-10T19:52:08.276Z[ host-image] Jul 10 19:52:07.029 INFO O| Jul 10 19:52:07.029 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96592026-07-10T19:52:08.276Z[ host-image] Jul 10 19:52:07.029 INFO O| Jul 10 19:52:07.029 INFO ok!
96602026-07-10T19:52:08.276Z[ host-image] Jul 10 19:52:07.029 INFO O| Jul 10 19:52:07.029 INFO STEP 62 (ensure_file) COMPLETE
96612026-07-10T19:52:08.276Z[ host-image] Jul 10 19:52:07.029 INFO O| Jul 10 19:52:07.029 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96622026-07-10T19:52:08.281Z[ host-image] Jul 10 19:52:07.035 INFO O| Jul 10 19:52:07.035 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96632026-07-10T19:52:08.281Z[ host-image] Jul 10 19:52:07.035 INFO O| Jul 10 19:52:07.035 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96642026-07-10T19:52:08.284Z[ host-image] Jul 10 19:52:07.035 INFO O| Jul 10 19:52:07.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96652026-07-10T19:52:08.284Z[ host-image] Jul 10 19:52:07.035 INFO O| Jul 10 19:52:07.035 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96662026-07-10T19:52:08.284Z[ host-image] Jul 10 19:52:07.035 INFO O| Jul 10 19:52:07.035 INFO ok!
96672026-07-10T19:52:08.284Z[ host-image] Jul 10 19:52:07.035 INFO O| Jul 10 19:52:07.035 INFO STEP 63 (ensure_file) COMPLETE
96682026-07-10T19:52:08.284Z[ host-image] Jul 10 19:52:07.035 INFO O| Jul 10 19:52:07.035 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96692026-07-10T19:52:08.287Z[ host-image] Jul 10 19:52:07.042 INFO O| Jul 10 19:52:07.042 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96702026-07-10T19:52:08.287Z[ host-image] Jul 10 19:52:07.042 INFO O| Jul 10 19:52:07.042 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96712026-07-10T19:52:08.292Z[ host-image] Jul 10 19:52:07.042 INFO O| Jul 10 19:52:07.042 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96722026-07-10T19:52:08.292Z[ host-image] Jul 10 19:52:07.042 INFO O| Jul 10 19:52:07.042 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96732026-07-10T19:52:08.292Z[ host-image] Jul 10 19:52:07.042 INFO O| Jul 10 19:52:07.042 INFO ok!
96742026-07-10T19:52:08.292Z[ host-image] Jul 10 19:52:07.042 INFO O| Jul 10 19:52:07.042 INFO STEP 64 (ensure_file) COMPLETE
96752026-07-10T19:52:08.292Z[ host-image] Jul 10 19:52:07.042 INFO O| Jul 10 19:52:07.042 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96762026-07-10T19:52:08.295Z[ host-image] Jul 10 19:52:07.048 INFO O| Jul 10 19:52:07.048 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96772026-07-10T19:52:08.295Z[ host-image] Jul 10 19:52:07.048 INFO O| Jul 10 19:52:07.048 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96782026-07-10T19:52:08.295Z[ host-image] Jul 10 19:52:07.048 INFO O| Jul 10 19:52:07.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96792026-07-10T19:52:08.295Z[ host-image] Jul 10 19:52:07.048 INFO O| Jul 10 19:52:07.048 INFO ok!
96802026-07-10T19:52:08.295Z[ host-image] Jul 10 19:52:07.048 INFO O| Jul 10 19:52:07.048 INFO STEP 65 (assemble_files) COMPLETE
96812026-07-10T19:52:08.295Z[ host-image] Jul 10 19:52:07.048 INFO O| Jul 10 19:52:07.048 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96822026-07-10T19:52:08.301Z[ host-image] Jul 10 19:52:07.055 INFO O| Jul 10 19:52:07.055 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96832026-07-10T19:52:08.301Z[ host-image] Jul 10 19:52:07.055 INFO O| Jul 10 19:52:07.055 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96842026-07-10T19:52:08.303Z[ host-image] Jul 10 19:52:07.055 INFO O| Jul 10 19:52:07.055 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96852026-07-10T19:52:08.304Z[ host-image] Jul 10 19:52:07.055 INFO O| Jul 10 19:52:07.055 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96862026-07-10T19:52:08.304Z[ host-image] Jul 10 19:52:07.055 INFO O| Jul 10 19:52:07.055 INFO ok!
96872026-07-10T19:52:08.304Z[ host-image] Jul 10 19:52:07.055 INFO O| Jul 10 19:52:07.055 INFO STEP 66 (ensure_file) COMPLETE
96882026-07-10T19:52:08.304Z[ host-image] Jul 10 19:52:07.055 INFO O| Jul 10 19:52:07.055 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96892026-07-10T19:52:08.307Z[ host-image] Jul 10 19:52:07.061 INFO O| Jul 10 19:52:07.061 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96902026-07-10T19:52:08.307Z[ host-image] Jul 10 19:52:07.061 INFO O| Jul 10 19:52:07.061 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96912026-07-10T19:52:08.310Z[ host-image] Jul 10 19:52:07.061 INFO O| Jul 10 19:52:07.061 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
96922026-07-10T19:52:08.310Z[ host-image] Jul 10 19:52:07.061 INFO O| Jul 10 19:52:07.061 INFO STEP 67 (ensure_dir) COMPLETE
96932026-07-10T19:52:08.310Z[ host-image] Jul 10 19:52:07.061 INFO O| Jul 10 19:52:07.061 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96942026-07-10T19:52:08.313Z[ host-image] Jul 10 19:52:07.066 INFO O| Jul 10 19:52:07.066 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
96952026-07-10T19:52:08.313Z[ host-image] Jul 10 19:52:07.066 INFO O| Jul 10 19:52:07.066 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 ...
96962026-07-10T19:52:08.318Z[ host-image] Jul 10 19:52:07.072 INFO O| Jul 10 19:52:07.072 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
96972026-07-10T19:52:08.318Z[ host-image] Jul 10 19:52:07.072 INFO O| Jul 10 19:52:07.072 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
96982026-07-10T19:52:08.318Z[ host-image] Jul 10 19:52:07.072 INFO O| Jul 10 19:52:07.072 INFO ok!
96992026-07-10T19:52:08.321Z[ host-image] Jul 10 19:52:07.072 INFO O| Jul 10 19:52:07.072 INFO STEP 68 (ensure_file) COMPLETE
97002026-07-10T19:52:08.321Z[ host-image] Jul 10 19:52:07.072 INFO O| Jul 10 19:52:07.072 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97012026-07-10T19:52:08.324Z[ host-image] Jul 10 19:52:07.077 INFO O| Jul 10 19:52:07.077 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97022026-07-10T19:52:08.324Z[ host-image] Jul 10 19:52:07.077 INFO O| Jul 10 19:52:07.077 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 ...
97032026-07-10T19:52:08.324Z[ host-image] Jul 10 19:52:07.077 INFO O| Jul 10 19:52:07.077 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
97042026-07-10T19:52:08.324Z[ host-image] Jul 10 19:52:07.077 INFO O| Jul 10 19:52:07.077 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97052026-07-10T19:52:08.324Z[ host-image] Jul 10 19:52:07.077 INFO O| Jul 10 19:52:07.077 INFO ok!
97062026-07-10T19:52:08.324Z[ host-image] Jul 10 19:52:07.077 INFO O| Jul 10 19:52:07.077 INFO STEP 69 (ensure_file) COMPLETE
97072026-07-10T19:52:08.324Z[ host-image] Jul 10 19:52:07.077 INFO O| Jul 10 19:52:07.077 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97082026-07-10T19:52:08.331Z[ host-image] Jul 10 19:52:07.085 INFO O| Jul 10 19:52:07.085 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97092026-07-10T19:52:08.333Z[ host-image] Jul 10 19:52:07.085 INFO O| Jul 10 19:52:07.085 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97102026-07-10T19:52:09.752Z[ host-image] Jul 10 19:52:08.506 INFO O| Jul 10 19:52:08.506 INFO STEP 70 (pack_tar) COMPLETE
97112026-07-10T19:52:09.752Z[ host-image] Jul 10 19:52:08.506 INFO O| Jul 10 19:52:08.506 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97122026-07-10T19:52:09.752Z[ host-image] Jul 10 19:52:08.506 INFO O| Jul 10 19:52:08.506 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97132026-07-10T19:52:11.102Z[ host-image] Jul 10 19:52:09.855 INFO O| Jul 10 19:52:09.855 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97142026-07-10T19:52:11.194Z[ host-image] Jul 10 19:52:09.948 INFO O| Jul 10 19:52:09.948 INFO completed processing sled/ramdisk-02-trim
97152026-07-10T19:52:11.198Z[ host-image] Jul 10 19:52:09.950 INFO image builder template: zfs...
97162026-07-10T19:52:11.198Z[ host-image] Jul 10 19:52:09.950 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/.tmpyt9TAX/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
97172026-07-10T19:52:11.207Z[ host-image] Jul 10 19:52:09.961 INFO O| Jul 10 19:52:09.961 INFO skip include "stress" because feature "stress" is not enabled
97182026-07-10T19:52:11.207Z[ host-image] Jul 10 19:52:09.961 INFO O| Jul 10 19:52:09.961 INFO skip include "stress" because feature "compliance" is not enabled
97192026-07-10T19:52:11.233Z[ host-image] Jul 10 19:52:09.987 INFO O| Jul 10 19:52:09.987 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97202026-07-10T19:52:11.236Z[ host-image] Jul 10 19:52:09.990 INFO O| Jul 10 19:52:09.990 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97212026-07-10T19:52:11.286Z[ host-image] Jul 10 19:52:10.040 INFO O| Jul 10 19:52:10.040 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97222026-07-10T19:52:11.326Z[ host-image] Jul 10 19:52:10.080 INFO O| Jul 10 19:52:10.079 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97232026-07-10T19:52:11.326Z[ host-image] Jul 10 19:52:10.080 INFO O| Jul 10 19:52:10.080 INFO work dataset: rpool/images/build/host/work/sled/zfs
97242026-07-10T19:52:11.330Z[ host-image] Jul 10 19:52:10.082 INFO O| Jul 10 19:52:10.082 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97252026-07-10T19:52:11.381Z[ host-image] Jul 10 19:52:10.134 INFO O| Jul 10 19:52:10.134 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97262026-07-10T19:52:11.414Z[ host-image] Jul 10 19:52:10.168 INFO O| Jul 10 19:52:10.168 INFO DESTROY POOL: TEMPORARY-sled-zfs
97272026-07-10T19:52:11.419Z[ host-image] Jul 10 19:52:10.173 INFO O| Jul 10 19:52:10.173 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97282026-07-10T19:52:11.422Z[ host-image] Jul 10 19:52:10.176 INFO O| Jul 10 19:52:10.176 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97292026-07-10T19:52:11.422Z[ host-image] Jul 10 19:52:10.176 INFO O| Jul 10 19:52:10.176 INFO no lofi found
97302026-07-10T19:52:11.422Z[ host-image] Jul 10 19:52:10.176 INFO O| Jul 10 19:52:10.176 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97312026-07-10T19:52:11.422Z[ host-image] Jul 10 19:52:10.176 INFO O| Jul 10 19:52:10.176 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97322026-07-10T19:52:13.123Z[ recovery-image] Jul 10 19:52:11.877 INFO O| ok, image written!
97332026-07-10T19:52:13.123Z[ recovery-image] Jul 10 19:52:11.877 INFO O| ok, boot_image_csum file written!
97342026-07-10T19:52:13.127Z[ recovery-image] Jul 10 19:52:11.879 INFO creating boot archive (CPIO)...
97352026-07-10T19:52:13.127Z[ recovery-image] Jul 10 19:52:11.879 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
97362026-07-10T19:52:13.130Z[ recovery-image] Jul 10 19:52:11.883 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
97372026-07-10T19:52:13.130Z[ recovery-image] Jul 10 19:52:11.883 INFO E| + outfile=/work/os-recovery/cpio
97382026-07-10T19:52:13.130Z[ recovery-image] Jul 10 19:52:11.883 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
97392026-07-10T19:52:13.134Z[ recovery-image] Jul 10 19:52:11.885 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
97402026-07-10T19:52:13.134Z[ recovery-image] Jul 10 19:52:11.885 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
97412026-07-10T19:52:13.156Z[ recovery-image] Jul 10 19:52:11.910 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
97422026-07-10T19:52:13.157Z[ recovery-image] Jul 10 19:52:11.910 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
97432026-07-10T19:52:13.162Z[ recovery-image] Jul 10 19:52:11.915 INFO creating compressed cpio/unix for dev loaders...
97442026-07-10T19:52:13.162Z[ recovery-image] Jul 10 19:52:11.916 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
97452026-07-10T19:52:13.247Z[ host-image] Jul 10 19:52:12.001 INFO O| Jul 10 19:52:12.001 INFO lofi device = /dev/dsk/c2t1d0p0
97462026-07-10T19:52:13.248Z[ host-image] Jul 10 19:52:12.001 INFO O| Jul 10 19:52:12.001 INFO pool device = /dev/dsk/c2t1d0p0
97472026-07-10T19:52:13.251Z[ host-image] Jul 10 19:52:12.001 INFO O| Jul 10 19:52:12.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97482026-07-10T19:52:13.301Z[ host-image] Jul 10 19:52:12.054 INFO O| Jul 10 19:52:12.054 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97492026-07-10T19:52:13.301Z[ host-image] Jul 10 19:52:12.054 INFO O| Jul 10 19:52:12.054 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97502026-07-10T19:52:13.314Z[ host-image] Jul 10 19:52:12.068 INFO O| Jul 10 19:52:12.068 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97512026-07-10T19:52:13.349Z[ host-image] Jul 10 19:52:12.103 INFO O| Jul 10 19:52:12.103 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97522026-07-10T19:52:13.372Z[ host-image] Jul 10 19:52:12.126 INFO O| Jul 10 19:52:12.126 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97532026-07-10T19:52:13.382Z[ host-image] Jul 10 19:52:12.135 INFO O| Jul 10 19:52:12.135 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97542026-07-10T19:52:13.388Z[ host-image] Jul 10 19:52:12.142 INFO O| Jul 10 19:52:12.142 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97552026-07-10T19:52:13.395Z[ recovery-image] Jul 10 19:52:12.149 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
97562026-07-10T19:52:13.419Z[ host-image] Jul 10 19:52:12.172 INFO O| Jul 10 19:52:12.172 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97572026-07-10T19:52:13.419Z[ host-image] Jul 10 19:52:12.173 INFO O| Jul 10 19:52:12.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97582026-07-10T19:52:13.422Z[ host-image] Jul 10 19:52:12.173 INFO O| Jul 10 19:52:12.173 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97592026-07-10T19:52:13.428Z[ host-image] Jul 10 19:52:12.181 INFO O| Jul 10 19:52:12.181 INFO boot environment UUID: 9bc527f4-126f-4596-b1a8-e8067b653c55
97602026-07-10T19:52:13.431Z[ host-image] Jul 10 19:52:12.181 INFO O| Jul 10 19:52:12.181 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 9bc527f4-126f-4596-b1a8-e8067b653c55
97612026-07-10T19:52:13.435Z[ host-image] Jul 10 19:52:12.188 INFO O| Jul 10 19:52:12.188 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97622026-07-10T19:52:13.442Z[ host-image] Jul 10 19:52:12.194 INFO O| Jul 10 19:52:12.194 INFO STEP 0 (create_be) COMPLETE
97632026-07-10T19:52:13.443Z[ host-image] Jul 10 19:52:12.194 INFO O| Jul 10 19:52:12.194 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97642026-07-10T19:52:13.450Z[ host-image] Jul 10 19:52:12.204 INFO O| Jul 10 19:52:12.204 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97652026-07-10T19:52:16.879Z[ recovery-image] Jul 10 19:52:15.633 INFO creating reset image...
97662026-07-10T19:52:16.879Z[ recovery-image] Jul 10 19:52:15.633 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")
97672026-07-10T19:52:17.143Z[ recovery-image] Jul 10 19:52:15.891 INFO E| Updating crates.io index
97682026-07-10T19:52:17.455Z[ recovery-image] Jul 10 19:52:16.208 INFO E| Downloading crates ...
97692026-07-10T19:52:17.499Z[ recovery-image] Jul 10 19:52:16.252 INFO E| Downloaded clap_lex v1.1.0
97702026-07-10T19:52:17.502Z[ recovery-image] Jul 10 19:52:16.254 INFO E| Downloaded colorchoice v1.0.5
97712026-07-10T19:52:17.502Z[ recovery-image] Jul 10 19:52:16.254 INFO E| Downloaded shared_thread v0.2.0
97722026-07-10T19:52:17.507Z[ recovery-image] Jul 10 19:52:16.261 INFO E| Downloaded duct v1.1.1
97732026-07-10T19:52:17.510Z[ recovery-image] Jul 10 19:52:16.263 INFO E| Downloaded os_pipe v1.2.3
97742026-07-10T19:52:17.510Z[ recovery-image] Jul 10 19:52:16.263 INFO E| Downloaded shared_child v1.1.1
97752026-07-10T19:52:17.510Z[ recovery-image] Jul 10 19:52:16.264 INFO E| Downloaded sigchld v0.2.4
97762026-07-10T19:52:17.544Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling libc v0.2.186
97772026-07-10T19:52:17.544Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling proc-macro2 v1.0.106
97782026-07-10T19:52:17.544Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling signal-hook v0.3.18
97792026-07-10T19:52:17.544Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling quote v1.0.45
97802026-07-10T19:52:17.548Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling unicode-ident v1.0.24
97812026-07-10T19:52:17.548Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling utf8parse v0.2.2
97822026-07-10T19:52:17.549Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling anstyle-query v1.1.5
97832026-07-10T19:52:17.549Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling colorchoice v1.0.5
97842026-07-10T19:52:17.549Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling anstyle v1.0.14
97852026-07-10T19:52:17.549Z[ recovery-image] Jul 10 19:52:16.298 INFO E| Compiling is_terminal_polyfill v1.70.2
97862026-07-10T19:52:17.555Z[ recovery-image] Jul 10 19:52:16.309 INFO E| Compiling clap_lex v1.1.0
97872026-07-10T19:52:17.558Z[ recovery-image] Jul 10 19:52:16.309 INFO E| Compiling strsim v0.11.1
97882026-07-10T19:52:17.561Z[ recovery-image] Jul 10 19:52:16.313 INFO E| Compiling heck v0.5.0
97892026-07-10T19:52:17.561Z[ recovery-image] Jul 10 19:52:16.313 INFO E| Compiling shared_thread v0.2.0
97902026-07-10T19:52:17.663Z[ recovery-image] Jul 10 19:52:16.416 INFO E| Compiling anstyle-parse v1.0.0
97912026-07-10T19:52:17.950Z[ recovery-image] Jul 10 19:52:16.703 INFO E| Compiling anstream v1.0.0
97922026-07-10T19:52:18.169Z[ recovery-image] Jul 10 19:52:16.923 INFO E| Compiling clap_builder v4.6.0
97932026-07-10T19:52:18.613Z[ recovery-image] Jul 10 19:52:17.364 INFO E| Compiling errno v0.3.14
97942026-07-10T19:52:18.618Z[ recovery-image] Jul 10 19:52:17.364 INFO E| Compiling os_pipe v1.2.3
97952026-07-10T19:52:18.712Z[ recovery-image] Jul 10 19:52:17.466 INFO E| Compiling signal-hook-registry v1.4.8
97962026-07-10T19:52:18.943Z[ recovery-image] Jul 10 19:52:17.692 INFO E| Compiling syn v2.0.117
97972026-07-10T19:52:18.995Z[ recovery-image] Jul 10 19:52:17.746 INFO E| Compiling sigchld v0.2.4
97982026-07-10T19:52:19.090Z[ recovery-image] Jul 10 19:52:17.843 INFO E| Compiling shared_child v1.1.1
97992026-07-10T19:52:19.216Z[ recovery-image] Jul 10 19:52:17.966 INFO E| Compiling duct v1.1.1
98002026-07-10T19:52:21.380Z[ recovery-image] Jul 10 19:52:20.134 INFO E| Compiling clap_derive v4.6.1
98012026-07-10T19:52:21.767Z[ host-image] Jul 10 19:52:20.520 INFO O| Jul 10 19:52:20.520 INFO STEP 1 (unpack_tar) COMPLETE
98022026-07-10T19:52:21.767Z[ host-image] Jul 10 19:52:20.520 INFO O| Jul 10 19:52:20.520 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98032026-07-10T19:52:21.774Z[ host-image] Jul 10 19:52:20.528 INFO O| Jul 10 19:52:20.528 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
98042026-07-10T19:52:21.861Z[ host-image] Jul 10 19:52:20.615 INFO O| Jul 10 19:52:20.615 INFO STEP 2 (devfsadm) COMPLETE
98052026-07-10T19:52:21.861Z[ host-image] Jul 10 19:52:20.615 INFO O| Jul 10 19:52:20.615 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98062026-07-10T19:52:21.869Z[ host-image] Jul 10 19:52:20.623 INFO O| Jul 10 19:52:20.623 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98072026-07-10T19:52:21.869Z[ host-image] Jul 10 19:52:20.623 INFO O| Jul 10 19:52:20.623 INFO STEP 3 (ensure_dir) COMPLETE
98082026-07-10T19:52:21.873Z[ host-image] Jul 10 19:52:20.623 INFO O| Jul 10 19:52:20.623 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98092026-07-10T19:52:21.877Z[ host-image] Jul 10 19:52:20.631 INFO O| Jul 10 19:52:20.631 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98102026-07-10T19:52:21.877Z[ host-image] Jul 10 19:52:20.631 INFO O| Jul 10 19:52:20.631 INFO STEP 4 (ensure_dir) COMPLETE
98112026-07-10T19:52:21.881Z[ host-image] Jul 10 19:52:20.631 INFO O| Jul 10 19:52:20.631 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-07-10T19:52:21.885Z[ host-image] Jul 10 19:52:20.639 INFO O| Jul 10 19:52:20.639 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98132026-07-10T19:52:21.885Z[ host-image] Jul 10 19:52:20.639 INFO O| Jul 10 19:52:20.639 INFO STEP 5 (ensure_dir) COMPLETE
98142026-07-10T19:52:21.885Z[ host-image] Jul 10 19:52:20.639 INFO O| Jul 10 19:52:20.639 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98152026-07-10T19:52:21.891Z[ host-image] Jul 10 19:52:20.645 INFO O| Jul 10 19:52:20.645 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98162026-07-10T19:52:21.894Z[ host-image] Jul 10 19:52:20.645 INFO O| Jul 10 19:52:20.645 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98172026-07-10T19:52:21.894Z[ host-image] Jul 10 19:52:20.645 INFO O| Jul 10 19:52:20.645 INFO STEP 6 (ensure_dir) COMPLETE
98182026-07-10T19:52:21.896Z[ host-image] Jul 10 19:52:20.645 INFO O| Jul 10 19:52:20.645 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98192026-07-10T19:52:21.899Z[ host-image] Jul 10 19:52:20.651 INFO O| Jul 10 19:52:20.651 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98202026-07-10T19:52:21.899Z[ host-image] Jul 10 19:52:20.651 INFO O| Jul 10 19:52:20.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98212026-07-10T19:52:21.899Z[ host-image] Jul 10 19:52:20.651 INFO O| Jul 10 19:52:20.651 INFO STEP 7 (ensure_dir) COMPLETE
98222026-07-10T19:52:21.900Z[ host-image] Jul 10 19:52:20.651 INFO O| Jul 10 19:52:20.651 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98232026-07-10T19:52:21.904Z[ host-image] Jul 10 19:52:20.658 INFO O| Jul 10 19:52:20.658 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
98242026-07-10T19:52:21.907Z[ host-image] Jul 10 19:52:20.658 INFO O| Jul 10 19:52:20.658 INFO STEP 8 (remove_files) COMPLETE
98252026-07-10T19:52:21.907Z[ host-image] Jul 10 19:52:20.658 INFO O| Jul 10 19:52:20.658 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98262026-07-10T19:52:21.912Z[ host-image] Jul 10 19:52:20.664 INFO O| Jul 10 19:52:20.664 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
98272026-07-10T19:52:21.915Z[ host-image] Jul 10 19:52:20.665 INFO O| Jul 10 19:52:20.665 INFO STEP 9 (remove_files) COMPLETE
98282026-07-10T19:52:21.915Z[ host-image] Jul 10 19:52:20.665 INFO O| Jul 10 19:52:20.665 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98292026-07-10T19:52:21.918Z[ host-image] Jul 10 19:52:20.670 INFO O| Jul 10 19:52:20.670 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
98302026-07-10T19:52:21.918Z[ host-image] Jul 10 19:52:20.671 INFO O| Jul 10 19:52:20.671 INFO STEP 10 (remove_files) COMPLETE
98312026-07-10T19:52:21.918Z[ host-image] Jul 10 19:52:20.671 INFO O| Jul 10 19:52:20.671 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98322026-07-10T19:52:21.923Z[ host-image] Jul 10 19:52:20.677 INFO O| Jul 10 19:52:20.677 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
98332026-07-10T19:52:21.926Z[ host-image] Jul 10 19:52:20.677 INFO O| Jul 10 19:52:20.677 INFO STEP 11 (remove_files) COMPLETE
98342026-07-10T19:52:21.926Z[ host-image] Jul 10 19:52:20.677 INFO O| Jul 10 19:52:20.677 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98352026-07-10T19:52:21.931Z[ host-image] Jul 10 19:52:20.685 INFO O| Jul 10 19:52:20.684 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
98362026-07-10T19:52:21.934Z[ host-image] Jul 10 19:52:20.685 INFO O| Jul 10 19:52:20.685 INFO STEP 12 (remove_files) COMPLETE
98372026-07-10T19:52:21.934Z[ host-image] Jul 10 19:52:20.685 INFO O| Jul 10 19:52:20.685 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98382026-07-10T19:52:21.937Z[ host-image] Jul 10 19:52:20.691 INFO O| Jul 10 19:52:20.691 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98392026-07-10T19:52:21.937Z[ host-image] Jul 10 19:52:20.691 INFO O| Jul 10 19:52:20.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98402026-07-10T19:52:21.937Z[ host-image] Jul 10 19:52:20.691 INFO O| Jul 10 19:52:20.691 INFO STEP 13 (ensure_dir) COMPLETE
98412026-07-10T19:52:21.937Z[ host-image] Jul 10 19:52:20.691 INFO O| Jul 10 19:52:20.691 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98422026-07-10T19:52:21.944Z[ host-image] Jul 10 19:52:20.698 INFO O| Jul 10 19:52:20.698 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98432026-07-10T19:52:21.944Z[ host-image] Jul 10 19:52:20.698 INFO O| Jul 10 19:52:20.698 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98442026-07-10T19:52:21.947Z[ host-image] Jul 10 19:52:20.698 INFO O| Jul 10 19:52:20.698 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98452026-07-10T19:52:21.947Z[ host-image] Jul 10 19:52:20.698 INFO O| Jul 10 19:52:20.698 INFO STEP 14 (ensure_dir) COMPLETE
98462026-07-10T19:52:21.947Z[ host-image] Jul 10 19:52:20.698 INFO O| Jul 10 19:52:20.698 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98472026-07-10T19:52:21.951Z[ host-image] Jul 10 19:52:20.704 INFO O| Jul 10 19:52:20.704 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98482026-07-10T19:52:21.951Z[ host-image] Jul 10 19:52:20.704 INFO O| Jul 10 19:52:20.704 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98492026-07-10T19:52:21.951Z[ host-image] Jul 10 19:52:20.704 INFO O| Jul 10 19:52:20.704 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98502026-07-10T19:52:21.951Z[ host-image] Jul 10 19:52:20.704 INFO O| Jul 10 19:52:20.704 INFO STEP 15 (ensure_dir) COMPLETE
98512026-07-10T19:52:21.951Z[ host-image] Jul 10 19:52:20.704 INFO O| Jul 10 19:52:20.704 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98522026-07-10T19:52:21.956Z[ host-image] Jul 10 19:52:20.709 INFO O| Jul 10 19:52:20.709 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98532026-07-10T19:52:21.956Z[ host-image] Jul 10 19:52:20.709 INFO O| Jul 10 19:52:20.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98542026-07-10T19:52:21.956Z[ host-image] Jul 10 19:52:20.709 INFO O| Jul 10 19:52:20.709 INFO STEP 16 (ensure_dir) COMPLETE
98552026-07-10T19:52:21.959Z[ host-image] Jul 10 19:52:20.709 INFO O| Jul 10 19:52:20.709 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98562026-07-10T19:52:21.964Z[ host-image] Jul 10 19:52:20.715 INFO O| Jul 10 19:52:20.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98572026-07-10T19:52:21.964Z[ host-image] Jul 10 19:52:20.715 INFO O| Jul 10 19:52:20.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98582026-07-10T19:52:21.964Z[ host-image] Jul 10 19:52:20.715 INFO O| Jul 10 19:52:20.715 INFO STEP 17 (ensure_dir) COMPLETE
98592026-07-10T19:52:21.964Z[ host-image] Jul 10 19:52:20.715 INFO O| Jul 10 19:52:20.715 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98602026-07-10T19:52:21.967Z[ host-image] Jul 10 19:52:20.721 INFO O| Jul 10 19:52:20.721 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98612026-07-10T19:52:21.967Z[ host-image] Jul 10 19:52:20.721 INFO O| Jul 10 19:52:20.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98622026-07-10T19:52:21.967Z[ host-image] Jul 10 19:52:20.721 INFO O| Jul 10 19:52:20.721 INFO ok!
98632026-07-10T19:52:21.968Z[ host-image] Jul 10 19:52:20.721 INFO O| Jul 10 19:52:20.721 INFO STEP 18 (ensure_symlink) COMPLETE
98642026-07-10T19:52:21.971Z[ host-image] Jul 10 19:52:20.721 INFO O| Jul 10 19:52:20.721 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98652026-07-10T19:52:21.975Z[ host-image] Jul 10 19:52:20.728 INFO O| Jul 10 19:52:20.728 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98662026-07-10T19:52:21.977Z[ host-image] Jul 10 19:52:20.728 INFO O| Jul 10 19:52:20.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98672026-07-10T19:52:21.977Z[ host-image] Jul 10 19:52:20.728 INFO O| Jul 10 19:52:20.728 INFO ok!
98682026-07-10T19:52:21.977Z[ host-image] Jul 10 19:52:20.728 INFO O| Jul 10 19:52:20.728 INFO STEP 19 (ensure_file) COMPLETE
98692026-07-10T19:52:21.977Z[ host-image] Jul 10 19:52:20.728 INFO O| Jul 10 19:52:20.728 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98702026-07-10T19:52:21.981Z[ host-image] Jul 10 19:52:20.734 INFO O| Jul 10 19:52:20.734 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98712026-07-10T19:52:21.981Z[ host-image] Jul 10 19:52:20.734 INFO O| Jul 10 19:52:20.734 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98722026-07-10T19:52:21.981Z[ host-image] Jul 10 19:52:20.734 INFO O| Jul 10 19:52:20.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98732026-07-10T19:52:21.981Z[ host-image] Jul 10 19:52:20.734 INFO O| Jul 10 19:52:20.734 INFO ok!
98742026-07-10T19:52:21.981Z[ host-image] Jul 10 19:52:20.734 INFO O| Jul 10 19:52:20.734 INFO STEP 20 (ensure_symlink) COMPLETE
98752026-07-10T19:52:21.981Z[ host-image] Jul 10 19:52:20.734 INFO O| Jul 10 19:52:20.734 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98762026-07-10T19:52:21.987Z[ host-image] Jul 10 19:52:20.741 INFO O| Jul 10 19:52:20.741 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98772026-07-10T19:52:21.987Z[ host-image] Jul 10 19:52:20.741 INFO O| Jul 10 19:52:20.741 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98782026-07-10T19:52:21.991Z[ host-image] Jul 10 19:52:20.741 INFO O| Jul 10 19:52:20.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98792026-07-10T19:52:21.991Z[ host-image] Jul 10 19:52:20.741 INFO O| Jul 10 19:52:20.741 INFO ok!
98802026-07-10T19:52:21.991Z[ host-image] Jul 10 19:52:20.741 INFO O| Jul 10 19:52:20.741 INFO STEP 21 (ensure_symlink) COMPLETE
98812026-07-10T19:52:21.991Z[ host-image] Jul 10 19:52:20.741 INFO O| Jul 10 19:52:20.741 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98822026-07-10T19:52:21.995Z[ host-image] Jul 10 19:52:20.748 INFO O| Jul 10 19:52:20.748 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98832026-07-10T19:52:21.995Z[ host-image] Jul 10 19:52:20.748 INFO O| Jul 10 19:52:20.748 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98842026-07-10T19:52:21.995Z[ host-image] Jul 10 19:52:20.748 INFO O| Jul 10 19:52:20.748 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98852026-07-10T19:52:21.995Z[ host-image] Jul 10 19:52:20.748 INFO O| Jul 10 19:52:20.748 INFO ok!
98862026-07-10T19:52:21.995Z[ host-image] Jul 10 19:52:20.748 INFO O| Jul 10 19:52:20.748 INFO STEP 22 (ensure_symlink) COMPLETE
98872026-07-10T19:52:21.995Z[ host-image] Jul 10 19:52:20.748 INFO O| Jul 10 19:52:20.748 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98882026-07-10T19:52:22.000Z[ host-image] Jul 10 19:52:20.754 INFO O| Jul 10 19:52:20.754 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98892026-07-10T19:52:22.000Z[ host-image] Jul 10 19:52:20.754 INFO O| Jul 10 19:52:20.754 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98902026-07-10T19:52:22.004Z[ host-image] Jul 10 19:52:20.754 INFO O| Jul 10 19:52:20.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98912026-07-10T19:52:22.004Z[ host-image] Jul 10 19:52:20.754 INFO O| Jul 10 19:52:20.754 INFO ok!
98922026-07-10T19:52:22.004Z[ host-image] Jul 10 19:52:20.754 INFO O| Jul 10 19:52:20.754 INFO STEP 23 (ensure_symlink) COMPLETE
98932026-07-10T19:52:22.004Z[ host-image] Jul 10 19:52:20.754 INFO O| Jul 10 19:52:20.754 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98942026-07-10T19:52:22.007Z[ host-image] Jul 10 19:52:20.760 INFO O| Jul 10 19:52:20.760 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98952026-07-10T19:52:22.007Z[ host-image] Jul 10 19:52:20.760 INFO O| Jul 10 19:52:20.760 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98962026-07-10T19:52:22.007Z[ host-image] Jul 10 19:52:20.760 INFO O| Jul 10 19:52:20.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98972026-07-10T19:52:22.008Z[ host-image] Jul 10 19:52:20.760 INFO O| Jul 10 19:52:20.760 INFO ok!
98982026-07-10T19:52:22.008Z[ host-image] Jul 10 19:52:20.760 INFO O| Jul 10 19:52:20.760 INFO STEP 24 (ensure_file) COMPLETE
98992026-07-10T19:52:22.008Z[ host-image] Jul 10 19:52:20.760 INFO O| Jul 10 19:52:20.760 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
99002026-07-10T19:52:22.013Z[ host-image] Jul 10 19:52:20.766 INFO O| Jul 10 19:52:20.766 INFO updating shadow file
99012026-07-10T19:52:22.016Z[ host-image] Jul 10 19:52:20.766 INFO O| Jul 10 19:52:20.766 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99022026-07-10T19:52:22.016Z[ host-image] Jul 10 19:52:20.766 INFO O| Jul 10 19:52:20.766 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99032026-07-10T19:52:22.016Z[ host-image] Jul 10 19:52:20.766 INFO O| Jul 10 19:52:20.766 INFO STEP 25 (shadow) COMPLETE
99042026-07-10T19:52:22.016Z[ host-image] Jul 10 19:52:20.766 INFO O| Jul 10 19:52:20.766 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99052026-07-10T19:52:22.020Z[ host-image] Jul 10 19:52:20.772 INFO O| Jul 10 19:52:20.772 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
99062026-07-10T19:52:22.020Z[ host-image] Jul 10 19:52:20.772 INFO O| Jul 10 19:52:20.772 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
99072026-07-10T19:52:22.020Z[ host-image] Jul 10 19:52:20.772 INFO O| Jul 10 19:52:20.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
99082026-07-10T19:52:22.020Z[ host-image] Jul 10 19:52:20.772 INFO O| Jul 10 19:52:20.772 INFO ok!
99092026-07-10T19:52:22.020Z[ host-image] Jul 10 19:52:20.772 INFO O| Jul 10 19:52:20.772 INFO STEP 26 (ensure_file) COMPLETE
99102026-07-10T19:52:22.020Z[ host-image] Jul 10 19:52:20.772 INFO O| Jul 10 19:52:20.772 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99112026-07-10T19:52:22.025Z[ host-image] Jul 10 19:52:20.779 INFO O| Jul 10 19:52:20.779 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
99122026-07-10T19:52:22.025Z[ host-image] Jul 10 19:52:20.779 INFO O| Jul 10 19:52:20.779 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
99132026-07-10T19:52:22.029Z[ host-image] Jul 10 19:52:20.779 INFO O| Jul 10 19:52:20.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
99142026-07-10T19:52:22.029Z[ host-image] Jul 10 19:52:20.779 INFO O| Jul 10 19:52:20.779 INFO ok!
99152026-07-10T19:52:22.029Z[ host-image] Jul 10 19:52:20.779 INFO O| Jul 10 19:52:20.779 INFO STEP 27 (ensure_file) COMPLETE
99162026-07-10T19:52:22.029Z[ host-image] Jul 10 19:52:20.779 INFO O| Jul 10 19:52:20.779 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99172026-07-10T19:52:22.033Z[ host-image] Jul 10 19:52:20.785 INFO O| Jul 10 19:52:20.785 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
99182026-07-10T19:52:22.033Z[ host-image] Jul 10 19:52:20.785 INFO O| Jul 10 19:52:20.785 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
99192026-07-10T19:52:22.033Z[ host-image] Jul 10 19:52:20.785 INFO O| Jul 10 19:52:20.785 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99202026-07-10T19:52:22.033Z[ host-image] Jul 10 19:52:20.785 INFO O| Jul 10 19:52:20.785 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
99212026-07-10T19:52:22.033Z[ host-image] Jul 10 19:52:20.785 INFO O| Jul 10 19:52:20.785 INFO ok!
99222026-07-10T19:52:22.033Z[ host-image] Jul 10 19:52:20.785 INFO O| Jul 10 19:52:20.785 INFO STEP 28 (ensure_file) COMPLETE
99232026-07-10T19:52:22.033Z[ host-image] Jul 10 19:52:20.785 INFO O| Jul 10 19:52:20.785 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99242026-07-10T19:52:22.037Z[ host-image] Jul 10 19:52:20.791 INFO O| Jul 10 19:52:20.791 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
99252026-07-10T19:52:22.037Z[ host-image] Jul 10 19:52:20.791 INFO O| Jul 10 19:52:20.791 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
99262026-07-10T19:52:22.037Z[ host-image] Jul 10 19:52:20.791 INFO O| Jul 10 19:52:20.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
99272026-07-10T19:52:22.037Z[ host-image] Jul 10 19:52:20.791 INFO O| Jul 10 19:52:20.791 INFO ok!
99282026-07-10T19:52:22.040Z[ host-image] Jul 10 19:52:20.791 INFO O| Jul 10 19:52:20.791 INFO STEP 29 (ensure_file) COMPLETE
99292026-07-10T19:52:22.041Z[ host-image] Jul 10 19:52:20.791 INFO O| Jul 10 19:52:20.791 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99302026-07-10T19:52:22.044Z[ host-image] Jul 10 19:52:20.797 INFO O| Jul 10 19:52:20.797 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99312026-07-10T19:52:22.044Z[ host-image] Jul 10 19:52:20.797 INFO O| Jul 10 19:52:20.797 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99322026-07-10T19:52:22.044Z[ host-image] Jul 10 19:52:20.797 INFO O| Jul 10 19:52:20.797 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
99332026-07-10T19:52:22.045Z[ host-image] Jul 10 19:52:20.797 INFO O| Jul 10 19:52:20.797 INFO STEP 30 (ensure_dir) COMPLETE
99342026-07-10T19:52:22.045Z[ host-image] Jul 10 19:52:20.797 INFO O| Jul 10 19:52:20.797 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99352026-07-10T19:52:22.049Z[ host-image] Jul 10 19:52:20.803 INFO O| Jul 10 19:52:20.803 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
99362026-07-10T19:52:22.049Z[ host-image] Jul 10 19:52:20.803 INFO O| Jul 10 19:52:20.803 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
99372026-07-10T19:52:22.049Z[ host-image] Jul 10 19:52:20.803 INFO O| Jul 10 19:52:20.803 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99382026-07-10T19:52:22.052Z[ host-image] Jul 10 19:52:20.803 INFO O| Jul 10 19:52:20.803 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
99392026-07-10T19:52:22.052Z[ host-image] Jul 10 19:52:20.803 INFO O| Jul 10 19:52:20.803 INFO ok!
99402026-07-10T19:52:22.052Z[ host-image] Jul 10 19:52:20.803 INFO O| Jul 10 19:52:20.803 INFO STEP 31 (ensure_file) COMPLETE
99412026-07-10T19:52:22.052Z[ host-image] Jul 10 19:52:20.803 INFO O| Jul 10 19:52:20.803 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99422026-07-10T19:52:22.056Z[ host-image] Jul 10 19:52:20.810 INFO O| Jul 10 19:52:20.810 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99432026-07-10T19:52:22.059Z[ host-image] Jul 10 19:52:20.810 INFO O| Jul 10 19:52:20.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99442026-07-10T19:52:22.059Z[ host-image] Jul 10 19:52:20.810 INFO O| Jul 10 19:52:20.810 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99452026-07-10T19:52:22.059Z[ host-image] Jul 10 19:52:20.810 INFO O| Jul 10 19:52:20.810 INFO STEP 32 (ensure_dir) COMPLETE
99462026-07-10T19:52:22.059Z[ host-image] Jul 10 19:52:20.810 INFO O| Jul 10 19:52:20.810 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99472026-07-10T19:52:22.063Z[ host-image] Jul 10 19:52:20.816 INFO O| Jul 10 19:52:20.816 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99482026-07-10T19:52:22.063Z[ host-image] Jul 10 19:52:20.816 INFO O| Jul 10 19:52:20.816 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 ...
99492026-07-10T19:52:22.063Z[ host-image] Jul 10 19:52:20.816 INFO O| Jul 10 19:52:20.816 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
99502026-07-10T19:52:22.063Z[ host-image] Jul 10 19:52:20.816 INFO O| Jul 10 19:52:20.816 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99512026-07-10T19:52:22.063Z[ host-image] Jul 10 19:52:20.816 INFO O| Jul 10 19:52:20.816 INFO ok!
99522026-07-10T19:52:22.063Z[ host-image] Jul 10 19:52:20.816 INFO O| Jul 10 19:52:20.816 INFO STEP 33 (ensure_file) COMPLETE
99532026-07-10T19:52:22.063Z[ host-image] Jul 10 19:52:20.816 INFO O| Jul 10 19:52:20.816 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99542026-07-10T19:52:22.069Z[ host-image] Jul 10 19:52:20.823 INFO O| Jul 10 19:52:20.823 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99552026-07-10T19:52:22.069Z[ host-image] Jul 10 19:52:20.823 INFO O| Jul 10 19:52:20.823 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99562026-07-10T19:52:22.073Z[ host-image] Jul 10 19:52:20.823 INFO O| Jul 10 19:52:20.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99572026-07-10T19:52:22.073Z[ host-image] Jul 10 19:52:20.823 INFO O| Jul 10 19:52:20.823 INFO ok!
99582026-07-10T19:52:22.073Z[ host-image] Jul 10 19:52:20.823 INFO O| Jul 10 19:52:20.823 INFO STEP 34 (ensure_file) COMPLETE
99592026-07-10T19:52:22.074Z[ host-image] Jul 10 19:52:20.823 INFO O| Jul 10 19:52:20.823 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99602026-07-10T19:52:22.077Z[ host-image] Jul 10 19:52:20.830 INFO O| Jul 10 19:52:20.829 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99612026-07-10T19:52:22.077Z[ host-image] Jul 10 19:52:20.830 INFO O| Jul 10 19:52:20.830 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99622026-07-10T19:52:22.077Z[ host-image] Jul 10 19:52:20.830 INFO O| Jul 10 19:52:20.830 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99632026-07-10T19:52:22.077Z[ host-image] Jul 10 19:52:20.830 INFO O| Jul 10 19:52:20.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99642026-07-10T19:52:22.077Z[ host-image] Jul 10 19:52:20.830 INFO O| Jul 10 19:52:20.830 INFO ok!
99652026-07-10T19:52:22.077Z[ host-image] Jul 10 19:52:20.830 INFO O| Jul 10 19:52:20.830 INFO STEP 35 (ensure_file) COMPLETE
99662026-07-10T19:52:22.077Z[ host-image] Jul 10 19:52:20.830 INFO O| Jul 10 19:52:20.830 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99672026-07-10T19:52:22.082Z[ host-image] Jul 10 19:52:20.836 INFO O| Jul 10 19:52:20.835 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99682026-07-10T19:52:22.082Z[ host-image] Jul 10 19:52:20.836 INFO O| Jul 10 19:52:20.836 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99692026-07-10T19:52:22.085Z[ host-image] Jul 10 19:52:20.836 INFO O| Jul 10 19:52:20.836 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99702026-07-10T19:52:22.085Z[ host-image] Jul 10 19:52:20.836 INFO O| Jul 10 19:52:20.836 INFO ok!
99712026-07-10T19:52:22.085Z[ host-image] Jul 10 19:52:20.836 INFO O| Jul 10 19:52:20.836 INFO STEP 36 (ensure_file) COMPLETE
99722026-07-10T19:52:22.085Z[ host-image] Jul 10 19:52:20.836 INFO O| Jul 10 19:52:20.836 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99732026-07-10T19:52:22.088Z[ host-image] Jul 10 19:52:20.842 INFO O| Jul 10 19:52:20.842 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99742026-07-10T19:52:22.088Z[ host-image] Jul 10 19:52:20.842 INFO O| Jul 10 19:52:20.842 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99752026-07-10T19:52:22.092Z[ host-image] Jul 10 19:52:20.842 INFO O| Jul 10 19:52:20.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99762026-07-10T19:52:22.092Z[ host-image] Jul 10 19:52:20.842 INFO O| Jul 10 19:52:20.842 INFO ok!
99772026-07-10T19:52:22.092Z[ host-image] Jul 10 19:52:20.842 INFO O| Jul 10 19:52:20.842 INFO STEP 37 (ensure_file) COMPLETE
99782026-07-10T19:52:22.092Z[ host-image] Jul 10 19:52:20.842 INFO O| Jul 10 19:52:20.842 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99792026-07-10T19:52:22.096Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99802026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99812026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99822026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99832026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99842026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99852026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO ok!
99862026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO STEP 38 (ensure_file) COMPLETE
99872026-07-10T19:52:22.097Z[ host-image] Jul 10 19:52:20.848 INFO O| Jul 10 19:52:20.848 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99882026-07-10T19:52:22.101Z[ host-image] Jul 10 19:52:20.854 INFO O| Jul 10 19:52:20.854 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99892026-07-10T19:52:22.102Z[ host-image] Jul 10 19:52:20.855 INFO O| Jul 10 19:52:20.855 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99902026-07-10T19:52:22.102Z[ host-image] Jul 10 19:52:20.855 INFO O| Jul 10 19:52:20.855 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99912026-07-10T19:52:22.102Z[ host-image] Jul 10 19:52:20.855 INFO O| Jul 10 19:52:20.855 INFO STEP 39 (ensure_dir) COMPLETE
99922026-07-10T19:52:22.102Z[ host-image] Jul 10 19:52:20.855 INFO O| Jul 10 19:52:20.855 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99932026-07-10T19:52:22.107Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 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
99942026-07-10T19:52:22.107Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 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 ...
99952026-07-10T19:52:22.110Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 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
99962026-07-10T19:52:22.110Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 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
99972026-07-10T19:52:22.110Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 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
99982026-07-10T19:52:22.110Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 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
99992026-07-10T19:52:22.110Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 INFO ok!
100002026-07-10T19:52:22.110Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 INFO STEP 40 (ensure_file) COMPLETE
100012026-07-10T19:52:22.111Z[ host-image] Jul 10 19:52:20.861 INFO O| Jul 10 19:52:20.861 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100022026-07-10T19:52:22.114Z[ host-image] Jul 10 19:52:20.867 INFO O| Jul 10 19:52:20.867 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
100032026-07-10T19:52:22.115Z[ host-image] Jul 10 19:52:20.867 INFO O| Jul 10 19:52:20.867 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 ...
100042026-07-10T19:52:22.115Z[ host-image] Jul 10 19:52:20.867 INFO O| Jul 10 19:52:20.867 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
100052026-07-10T19:52:22.115Z[ host-image] Jul 10 19:52:20.867 INFO O| Jul 10 19:52:20.867 INFO ok!
100062026-07-10T19:52:22.115Z[ host-image] Jul 10 19:52:20.867 INFO O| Jul 10 19:52:20.867 INFO STEP 41 (ensure_symlink) COMPLETE
100072026-07-10T19:52:22.115Z[ host-image] Jul 10 19:52:20.867 INFO O| Jul 10 19:52:20.867 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
100082026-07-10T19:52:22.119Z[ host-image] Jul 10 19:52:20.873 INFO O| Jul 10 19:52:20.873 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
100092026-07-10T19:52:22.119Z[ host-image] Jul 10 19:52:20.873 INFO O| Jul 10 19:52:20.873 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
100102026-07-10T19:52:22.119Z[ host-image] Jul 10 19:52:20.873 INFO O| Jul 10 19:52:20.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
100112026-07-10T19:52:22.123Z[ host-image] Jul 10 19:52:20.873 INFO O| Jul 10 19:52:20.873 INFO ok!
100122026-07-10T19:52:22.123Z[ host-image] Jul 10 19:52:20.873 INFO O| Jul 10 19:52:20.873 INFO STEP 42 (ensure_symlink) COMPLETE
100132026-07-10T19:52:22.123Z[ host-image] Jul 10 19:52:20.873 INFO O| Jul 10 19:52:20.873 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100142026-07-10T19:52:22.127Z[ host-image] Jul 10 19:52:20.879 INFO O| Jul 10 19:52:20.879 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
100152026-07-10T19:52:22.127Z[ host-image] Jul 10 19:52:20.879 INFO O| Jul 10 19:52:20.879 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
100162026-07-10T19:52:22.127Z[ host-image] Jul 10 19:52:20.880 INFO O| Jul 10 19:52:20.879 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100172026-07-10T19:52:22.128Z[ host-image] Jul 10 19:52:20.880 INFO O| Jul 10 19:52:20.880 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100182026-07-10T19:52:22.128Z[ host-image] Jul 10 19:52:20.880 INFO O| Jul 10 19:52:20.880 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100192026-07-10T19:52:22.128Z[ host-image] Jul 10 19:52:20.880 INFO O| Jul 10 19:52:20.880 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
100202026-07-10T19:52:22.128Z[ host-image] Jul 10 19:52:20.880 INFO O| Jul 10 19:52:20.880 INFO ok!
100212026-07-10T19:52:22.128Z[ host-image] Jul 10 19:52:20.880 INFO O| Jul 10 19:52:20.880 INFO STEP 43 (ensure_file) COMPLETE
100222026-07-10T19:52:22.128Z[ host-image] Jul 10 19:52:20.880 INFO O| Jul 10 19:52:20.880 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100232026-07-10T19:52:22.132Z[ host-image] Jul 10 19:52:20.886 INFO O| Jul 10 19:52:20.885 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
100242026-07-10T19:52:22.132Z[ host-image] Jul 10 19:52:20.886 INFO O| Jul 10 19:52:20.886 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 ...
100252026-07-10T19:52:22.132Z[ host-image] Jul 10 19:52:20.886 INFO O| Jul 10 19:52:20.886 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
100262026-07-10T19:52:22.132Z[ host-image] Jul 10 19:52:20.886 INFO O| Jul 10 19:52:20.886 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
100272026-07-10T19:52:22.132Z[ host-image] Jul 10 19:52:20.886 INFO O| Jul 10 19:52:20.886 INFO ok!
100282026-07-10T19:52:22.132Z[ host-image] Jul 10 19:52:20.886 INFO O| Jul 10 19:52:20.886 INFO STEP 44 (ensure_file) COMPLETE
100292026-07-10T19:52:22.132Z[ host-image] Jul 10 19:52:20.886 INFO O| Jul 10 19:52:20.886 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100302026-07-10T19:52:22.139Z[ host-image] Jul 10 19:52:20.892 INFO O| Jul 10 19:52:20.892 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
100312026-07-10T19:52:22.139Z[ host-image] Jul 10 19:52:20.892 INFO O| Jul 10 19:52:20.892 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
100322026-07-10T19:52:22.142Z[ host-image] Jul 10 19:52:20.892 INFO O| Jul 10 19:52:20.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
100332026-07-10T19:52:22.142Z[ host-image] Jul 10 19:52:20.892 INFO O| Jul 10 19:52:20.892 INFO ok!
100342026-07-10T19:52:22.142Z[ host-image] Jul 10 19:52:20.892 INFO O| Jul 10 19:52:20.892 INFO STEP 45 (ensure_file) COMPLETE
100352026-07-10T19:52:22.142Z[ host-image] Jul 10 19:52:20.892 INFO O| Jul 10 19:52:20.892 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100362026-07-10T19:52:22.145Z[ host-image] Jul 10 19:52:20.899 INFO O| Jul 10 19:52:20.899 INFO updating shadow file
100372026-07-10T19:52:22.145Z[ host-image] Jul 10 19:52:20.899 INFO O| Jul 10 19:52:20.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
100382026-07-10T19:52:22.145Z[ host-image] Jul 10 19:52:20.899 INFO O| Jul 10 19:52:20.899 INFO STEP 46 (shadow) COMPLETE
100392026-07-10T19:52:22.145Z[ host-image] Jul 10 19:52:20.899 INFO O| Jul 10 19:52:20.899 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100402026-07-10T19:52:22.151Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100412026-07-10T19:52:22.154Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100422026-07-10T19:52:22.154Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100432026-07-10T19:52:22.154Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100442026-07-10T19:52:22.154Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO ok!
100452026-07-10T19:52:22.154Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO STEP 47 (ensure_file) COMPLETE
100462026-07-10T19:52:22.154Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100472026-07-10T19:52:22.155Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO skip step because feature "mfg" is not enabled
100482026-07-10T19:52:22.155Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100492026-07-10T19:52:22.155Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO skip step because feature "mfg" is not enabled
100502026-07-10T19:52:22.156Z[ host-image] Jul 10 19:52:20.905 INFO O| Jul 10 19:52:20.905 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100512026-07-10T19:52:22.159Z[ host-image] Jul 10 19:52:20.912 INFO O| Jul 10 19:52:20.912 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100522026-07-10T19:52:22.159Z[ host-image] Jul 10 19:52:20.912 INFO O| Jul 10 19:52:20.912 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100532026-07-10T19:52:22.179Z[ host-image] Jul 10 19:52:20.933 INFO O| Jul 10 19:52:20.933 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100542026-07-10T19:52:22.179Z[ host-image] Jul 10 19:52:20.933 INFO O| Jul 10 19:52:20.933 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100552026-07-10T19:52:22.182Z[ host-image] Jul 10 19:52:20.933 INFO O| Jul 10 19:52:20.933 INFO ok!
100562026-07-10T19:52:22.182Z[ host-image] Jul 10 19:52:20.933 INFO O| Jul 10 19:52:20.933 INFO STEP 50 (ensure_file) COMPLETE
100572026-07-10T19:52:22.182Z[ host-image] Jul 10 19:52:20.933 INFO O| Jul 10 19:52:20.933 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100582026-07-10T19:52:22.183Z[ host-image] Jul 10 19:52:20.933 INFO O| Jul 10 19:52:20.933 INFO skip step because feature "compliance" is not enabled
100592026-07-10T19:52:22.183Z[ host-image] Jul 10 19:52:20.933 INFO O| Jul 10 19:52:20.933 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100602026-07-10T19:52:22.186Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100612026-07-10T19:52:22.186Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100622026-07-10T19:52:22.190Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100632026-07-10T19:52:22.191Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100642026-07-10T19:52:22.191Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100652026-07-10T19:52:22.191Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100662026-07-10T19:52:22.191Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO ok!
100672026-07-10T19:52:22.191Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO STEP 52 (ensure_file) COMPLETE
100682026-07-10T19:52:22.191Z[ host-image] Jul 10 19:52:20.940 INFO O| Jul 10 19:52:20.940 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100692026-07-10T19:52:22.195Z[ host-image] Jul 10 19:52:20.948 INFO O| Jul 10 19:52:20.948 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100702026-07-10T19:52:22.195Z[ host-image] Jul 10 19:52:20.948 INFO O| Jul 10 19:52:20.948 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 ...
100712026-07-10T19:52:22.198Z[ host-image] Jul 10 19:52:20.949 INFO O| Jul 10 19:52:20.949 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
100722026-07-10T19:52:22.198Z[ host-image] Jul 10 19:52:20.949 INFO O| Jul 10 19:52:20.949 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100732026-07-10T19:52:22.200Z[ host-image] Jul 10 19:52:20.949 INFO O| Jul 10 19:52:20.949 INFO ok!
100742026-07-10T19:52:22.200Z[ host-image] Jul 10 19:52:20.949 INFO O| Jul 10 19:52:20.949 INFO STEP 53 (ensure_file) COMPLETE
100752026-07-10T19:52:22.201Z[ host-image] Jul 10 19:52:20.949 INFO O| Jul 10 19:52:20.949 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100762026-07-10T19:52:22.204Z[ host-image] Jul 10 19:52:20.957 INFO O| Jul 10 19:52:20.957 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100772026-07-10T19:52:22.204Z[ host-image] Jul 10 19:52:20.957 INFO O| Jul 10 19:52:20.957 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 ...
100782026-07-10T19:52:22.205Z[ host-image] Jul 10 19:52:20.957 INFO O| Jul 10 19:52:20.957 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100792026-07-10T19:52:22.205Z[ host-image] Jul 10 19:52:20.957 INFO O| Jul 10 19:52:20.957 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100802026-07-10T19:52:22.205Z[ host-image] Jul 10 19:52:20.957 INFO O| Jul 10 19:52:20.957 INFO ok!
100812026-07-10T19:52:22.205Z[ host-image] Jul 10 19:52:20.957 INFO O| Jul 10 19:52:20.957 INFO STEP 54 (ensure_file) COMPLETE
100822026-07-10T19:52:22.205Z[ host-image] Jul 10 19:52:20.957 INFO O| Jul 10 19:52:20.957 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100832026-07-10T19:52:22.209Z[ host-image] Jul 10 19:52:20.963 INFO O| Jul 10 19:52:20.963 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100842026-07-10T19:52:22.209Z[ host-image] Jul 10 19:52:20.963 INFO O| Jul 10 19:52:20.963 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 ...
100852026-07-10T19:52:22.213Z[ host-image] Jul 10 19:52:20.963 INFO O| Jul 10 19:52:20.963 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
100862026-07-10T19:52:22.213Z[ host-image] Jul 10 19:52:20.963 INFO O| Jul 10 19:52:20.963 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100872026-07-10T19:52:22.213Z[ host-image] Jul 10 19:52:20.963 INFO O| Jul 10 19:52:20.963 INFO ok!
100882026-07-10T19:52:22.213Z[ host-image] Jul 10 19:52:20.963 INFO O| Jul 10 19:52:20.963 INFO STEP 55 (ensure_file) COMPLETE
100892026-07-10T19:52:22.213Z[ host-image] Jul 10 19:52:20.963 INFO O| Jul 10 19:52:20.963 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100902026-07-10T19:52:22.216Z[ host-image] Jul 10 19:52:20.970 INFO O| Jul 10 19:52:20.970 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100912026-07-10T19:52:22.216Z[ host-image] Jul 10 19:52:20.970 INFO O| Jul 10 19:52:20.970 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 ...
100922026-07-10T19:52:22.218Z[ host-image] Jul 10 19:52:20.970 INFO O| Jul 10 19:52:20.970 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100932026-07-10T19:52:22.218Z[ host-image] Jul 10 19:52:20.970 INFO O| Jul 10 19:52:20.970 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100942026-07-10T19:52:22.218Z[ host-image] Jul 10 19:52:20.970 INFO O| Jul 10 19:52:20.970 INFO ok!
100952026-07-10T19:52:22.219Z[ host-image] Jul 10 19:52:20.970 INFO O| Jul 10 19:52:20.970 INFO STEP 56 (ensure_file) COMPLETE
100962026-07-10T19:52:22.219Z[ host-image] Jul 10 19:52:20.970 INFO O| Jul 10 19:52:20.970 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100972026-07-10T19:52:22.224Z[ host-image] Jul 10 19:52:20.978 INFO O| Jul 10 19:52:20.978 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100982026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.978 INFO O| Jul 10 19:52:20.978 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 ...
100992026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.978 INFO O| Jul 10 19:52:20.978 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
101002026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.978 INFO O| Jul 10 19:52:20.978 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
101012026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.978 INFO O| Jul 10 19:52:20.978 INFO ok!
101022026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.978 INFO O| Jul 10 19:52:20.978 INFO STEP 57 (ensure_file) COMPLETE
101032026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.978 INFO O| Jul 10 19:52:20.978 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101042026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
101052026-07-10T19:52:22.270Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 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 ...
101062026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101072026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101082026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101092026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
101102026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO ok!
101112026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO STEP 58 (ensure_file) COMPLETE
101122026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.984 INFO O| Jul 10 19:52:20.984 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101132026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.991 INFO O| Jul 10 19:52:20.991 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
101142026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.991 INFO O| Jul 10 19:52:20.991 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 ...
101152026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.991 INFO O| Jul 10 19:52:20.991 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
101162026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.991 INFO O| Jul 10 19:52:20.991 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
101172026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.991 INFO O| Jul 10 19:52:20.991 INFO ok!
101182026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.991 INFO O| Jul 10 19:52:20.991 INFO STEP 59 (ensure_file) COMPLETE
101192026-07-10T19:52:22.271Z[ host-image] Jul 10 19:52:20.991 INFO O| Jul 10 19:52:20.991 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101202026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:20.999 INFO O| Jul 10 19:52:20.999 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
101212026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:20.999 INFO O| Jul 10 19:52:20.999 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
101222026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:20.999 INFO O| Jul 10 19:52:20.999 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101232026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:20.999 INFO O| Jul 10 19:52:20.999 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
101242026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:20.999 INFO O| Jul 10 19:52:20.999 INFO ok!
101252026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:20.999 INFO O| Jul 10 19:52:20.999 INFO STEP 60 (ensure_file) COMPLETE
101262026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:20.999 INFO O| Jul 10 19:52:20.999 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101272026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.006 INFO O| Jul 10 19:52:21.006 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
101282026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.006 INFO O| Jul 10 19:52:21.006 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 ...
101292026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.006 INFO O| Jul 10 19:52:21.006 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
101302026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.006 INFO O| Jul 10 19:52:21.006 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
101312026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.006 INFO O| Jul 10 19:52:21.006 INFO ok!
101322026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.006 INFO O| Jul 10 19:52:21.006 INFO STEP 61 (ensure_file) COMPLETE
101332026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.006 INFO O| Jul 10 19:52:21.006 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101342026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
101352026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
101362026-07-10T19:52:22.272Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101372026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101382026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101392026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101402026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO ok!
101412026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO STEP 62 (ensure_file) COMPLETE
101422026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.013 INFO O| Jul 10 19:52:21.013 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101432026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.021 INFO O| Jul 10 19:52:21.021 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101442026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.021 INFO O| Jul 10 19:52:21.021 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 ...
101452026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.021 INFO O| Jul 10 19:52:21.021 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
101462026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.021 INFO O| Jul 10 19:52:21.021 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101472026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.021 INFO O| Jul 10 19:52:21.021 INFO ok!
101482026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.021 INFO O| Jul 10 19:52:21.021 INFO STEP 63 (ensure_file) COMPLETE
101492026-07-10T19:52:22.273Z[ host-image] Jul 10 19:52:21.021 INFO O| Jul 10 19:52:21.021 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101502026-07-10T19:52:22.278Z[ host-image] Jul 10 19:52:21.028 INFO O| Jul 10 19:52:21.028 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101512026-07-10T19:52:22.278Z[ host-image] Jul 10 19:52:21.028 INFO O| Jul 10 19:52:21.028 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 ...
101522026-07-10T19:52:22.278Z[ host-image] Jul 10 19:52:21.028 INFO O| Jul 10 19:52:21.028 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
101532026-07-10T19:52:22.278Z[ host-image] Jul 10 19:52:21.028 INFO O| Jul 10 19:52:21.028 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101542026-07-10T19:52:22.278Z[ host-image] Jul 10 19:52:21.028 INFO O| Jul 10 19:52:21.028 INFO ok!
101552026-07-10T19:52:22.278Z[ host-image] Jul 10 19:52:21.028 INFO O| Jul 10 19:52:21.028 INFO STEP 64 (ensure_file) COMPLETE
101562026-07-10T19:52:22.278Z[ host-image] Jul 10 19:52:21.028 INFO O| Jul 10 19:52:21.028 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101572026-07-10T19:52:22.281Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101582026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 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 ...
101592026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 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
101602026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101612026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 INFO ok!
101622026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 INFO STEP 65 (ensure_file) COMPLETE
101632026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101642026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 INFO skip step because feature "mbist" is not enabled
101652026-07-10T19:52:22.282Z[ host-image] Jul 10 19:52:21.035 INFO O| Jul 10 19:52:21.035 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101662026-07-10T19:52:22.288Z[ host-image] Jul 10 19:52:21.042 INFO O| Jul 10 19:52:21.042 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101672026-07-10T19:52:22.292Z[ host-image] Jul 10 19:52:21.042 INFO O| Jul 10 19:52:21.042 INFO STEP 67 (ensure_dir) COMPLETE
101682026-07-10T19:52:22.292Z[ host-image] Jul 10 19:52:21.042 INFO O| Jul 10 19:52:21.042 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-07-10T19:52:22.295Z[ host-image] Jul 10 19:52:21.049 INFO O| Jul 10 19:52:21.049 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101702026-07-10T19:52:22.296Z[ host-image] Jul 10 19:52:21.049 INFO O| Jul 10 19:52:21.049 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101712026-07-10T19:52:22.296Z[ host-image] Jul 10 19:52:21.049 INFO O| Jul 10 19:52:21.049 INFO STEP 68 (ensure_dir) COMPLETE
101722026-07-10T19:52:22.296Z[ host-image] Jul 10 19:52:21.049 INFO O| Jul 10 19:52:21.049 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101732026-07-10T19:52:22.302Z[ host-image] Jul 10 19:52:21.055 INFO O| Jul 10 19:52:21.055 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101742026-07-10T19:52:22.302Z[ host-image] Jul 10 19:52:21.055 INFO O| Jul 10 19:52:21.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101752026-07-10T19:52:22.305Z[ host-image] Jul 10 19:52:21.055 INFO O| Jul 10 19:52:21.055 INFO STEP 69 (ensure_dir) COMPLETE
101762026-07-10T19:52:22.305Z[ host-image] Jul 10 19:52:21.055 INFO O| Jul 10 19:52:21.055 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101772026-07-10T19:52:22.309Z[ host-image] Jul 10 19:52:21.061 INFO O| Jul 10 19:52:21.061 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101782026-07-10T19:52:22.309Z[ host-image] Jul 10 19:52:21.061 INFO O| Jul 10 19:52:21.061 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101792026-07-10T19:52:22.717Z[ recovery-image] Jul 10 19:52:21.470 INFO E| Compiling clap v4.6.1
101802026-07-10T19:52:22.785Z[ recovery-image] Jul 10 19:52:21.538 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
101812026-07-10T19:52:22.810Z[ host-image] Jul 10 19:52:21.564 INFO O| Jul 10 19:52:21.564 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101822026-07-10T19:52:22.811Z[ host-image] Jul 10 19:52:21.564 INFO O| Jul 10 19:52:21.564 INFO ok!
101832026-07-10T19:52:22.814Z[ host-image] Jul 10 19:52:21.564 INFO O| Jul 10 19:52:21.564 INFO STEP 70 (ensure_file) COMPLETE
101842026-07-10T19:52:22.814Z[ host-image] Jul 10 19:52:21.564 INFO O| Jul 10 19:52:21.564 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-07-10T19:52:22.818Z[ host-image] Jul 10 19:52:21.572 INFO O| Jul 10 19:52:21.572 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101862026-07-10T19:52:22.818Z[ host-image] Jul 10 19:52:21.572 INFO O| Jul 10 19:52:21.572 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101872026-07-10T19:52:23.262Z[ host-image] Jul 10 19:52:22.015 INFO O| Jul 10 19:52:22.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101882026-07-10T19:52:23.262Z[ host-image] Jul 10 19:52:22.015 INFO O| Jul 10 19:52:22.015 INFO ok!
101892026-07-10T19:52:23.263Z[ host-image] Jul 10 19:52:22.015 INFO O| Jul 10 19:52:22.015 INFO STEP 71 (ensure_file) COMPLETE
101902026-07-10T19:52:23.267Z[ host-image] Jul 10 19:52:22.015 INFO O| Jul 10 19:52:22.015 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-07-10T19:52:23.270Z[ host-image] Jul 10 19:52:22.024 INFO O| Jul 10 19:52:22.024 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101922026-07-10T19:52:23.271Z[ host-image] Jul 10 19:52:22.024 INFO O| Jul 10 19:52:22.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101932026-07-10T19:52:23.271Z[ host-image] Jul 10 19:52:22.024 INFO O| Jul 10 19:52:22.024 INFO STEP 72 (ensure_dir) COMPLETE
101942026-07-10T19:52:23.271Z[ host-image] Jul 10 19:52:22.024 INFO O| Jul 10 19:52:22.024 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101952026-07-10T19:52:23.279Z[ host-image] Jul 10 19:52:22.033 INFO O| Jul 10 19:52:22.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101962026-07-10T19:52:23.279Z[ host-image] Jul 10 19:52:22.033 INFO O| Jul 10 19:52:22.033 INFO copying /tmp/.tmpyt9TAX/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 ...
101972026-07-10T19:52:23.279Z[ host-image] Jul 10 19:52:22.033 INFO O| Jul 10 19:52:22.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101982026-07-10T19:52:23.284Z[ host-image] Jul 10 19:52:22.033 INFO O| Jul 10 19:52:22.033 INFO ok!
101992026-07-10T19:52:23.284Z[ host-image] Jul 10 19:52:22.033 INFO O| Jul 10 19:52:22.033 INFO STEP 73 (ensure_file) COMPLETE
102002026-07-10T19:52:23.284Z[ host-image] Jul 10 19:52:22.033 INFO O| Jul 10 19:52:22.033 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-07-10T19:52:23.287Z[ host-image] Jul 10 19:52:22.040 INFO O| Jul 10 19:52:22.040 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
102022026-07-10T19:52:23.287Z[ host-image] Jul 10 19:52:22.040 INFO O| Jul 10 19:52:22.040 INFO copying /tmp/.tmpyt9TAX/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 ...
102032026-07-10T19:52:23.287Z[ host-image] Jul 10 19:52:22.040 INFO O| Jul 10 19:52:22.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
102042026-07-10T19:52:23.289Z[ host-image] Jul 10 19:52:22.040 INFO O| Jul 10 19:52:22.040 INFO ok!
102052026-07-10T19:52:23.289Z[ host-image] Jul 10 19:52:22.040 INFO O| Jul 10 19:52:22.040 INFO STEP 74 (ensure_file) COMPLETE
102062026-07-10T19:52:23.289Z[ host-image] Jul 10 19:52:22.040 INFO O| Jul 10 19:52:22.040 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-07-10T19:52:23.294Z[ host-image] Jul 10 19:52:22.048 INFO O| Jul 10 19:52:22.048 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102082026-07-10T19:52:23.297Z[ host-image] Jul 10 19:52:22.048 INFO O| Jul 10 19:52:22.048 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
102092026-07-10T19:52:23.297Z[ host-image] Jul 10 19:52:22.048 INFO O| Jul 10 19:52:22.048 INFO STEP 75 (ensure_dir) COMPLETE
102102026-07-10T19:52:23.298Z[ host-image] Jul 10 19:52:22.048 INFO O| Jul 10 19:52:22.048 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102112026-07-10T19:52:23.302Z[ host-image] Jul 10 19:52:22.055 INFO O| Jul 10 19:52:22.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
102122026-07-10T19:52:23.305Z[ host-image] Jul 10 19:52:22.055 INFO O| Jul 10 19:52:22.055 INFO copying /tmp/.tmpyt9TAX/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 ...
102132026-07-10T19:52:23.305Z[ host-image] Jul 10 19:52:22.055 INFO O| Jul 10 19:52:22.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
102142026-07-10T19:52:23.305Z[ host-image] Jul 10 19:52:22.055 INFO O| Jul 10 19:52:22.055 INFO ok!
102152026-07-10T19:52:23.305Z[ host-image] Jul 10 19:52:22.055 INFO O| Jul 10 19:52:22.055 INFO STEP 76 (ensure_file) COMPLETE
102162026-07-10T19:52:23.305Z[ host-image] Jul 10 19:52:22.055 INFO O| Jul 10 19:52:22.055 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102172026-07-10T19:52:23.308Z[ host-image] Jul 10 19:52:22.062 INFO O| Jul 10 19:52:22.062 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
102182026-07-10T19:52:23.308Z[ host-image] Jul 10 19:52:22.062 INFO O| Jul 10 19:52:22.062 INFO copying /tmp/.tmpyt9TAX/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 ...
102192026-07-10T19:52:23.310Z[ host-image] Jul 10 19:52:22.062 INFO O| Jul 10 19:52:22.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
102202026-07-10T19:52:23.310Z[ host-image] Jul 10 19:52:22.062 INFO O| Jul 10 19:52:22.062 INFO ok!
102212026-07-10T19:52:23.310Z[ host-image] Jul 10 19:52:22.062 INFO O| Jul 10 19:52:22.062 INFO STEP 77 (ensure_file) COMPLETE
102222026-07-10T19:52:23.310Z[ host-image] Jul 10 19:52:22.062 INFO O| Jul 10 19:52:22.062 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-07-10T19:52:23.315Z[ host-image] Jul 10 19:52:22.069 INFO O| Jul 10 19:52:22.069 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102242026-07-10T19:52:23.318Z[ host-image] Jul 10 19:52:22.069 INFO O| Jul 10 19:52:22.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
102252026-07-10T19:52:23.318Z[ host-image] Jul 10 19:52:22.069 INFO O| Jul 10 19:52:22.069 INFO STEP 78 (ensure_dir) COMPLETE
102262026-07-10T19:52:23.318Z[ host-image] Jul 10 19:52:22.069 INFO O| Jul 10 19:52:22.069 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102272026-07-10T19:52:23.321Z[ host-image] Jul 10 19:52:22.075 INFO O| Jul 10 19:52:22.075 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
102282026-07-10T19:52:23.321Z[ host-image] Jul 10 19:52:22.075 INFO O| Jul 10 19:52:22.075 INFO copying /tmp/.tmpyt9TAX/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 ...
102292026-07-10T19:52:23.321Z[ host-image] Jul 10 19:52:22.075 INFO O| Jul 10 19:52:22.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
102302026-07-10T19:52:23.321Z[ host-image] Jul 10 19:52:22.075 INFO O| Jul 10 19:52:22.075 INFO ok!
102312026-07-10T19:52:23.322Z[ host-image] Jul 10 19:52:22.075 INFO O| Jul 10 19:52:22.075 INFO STEP 79 (ensure_file) COMPLETE
102322026-07-10T19:52:23.322Z[ host-image] Jul 10 19:52:22.075 INFO O| Jul 10 19:52:22.075 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102332026-07-10T19:52:23.327Z[ host-image] Jul 10 19:52:22.081 INFO O| Jul 10 19:52:22.081 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
102342026-07-10T19:52:23.328Z[ host-image] Jul 10 19:52:22.081 INFO O| Jul 10 19:52:22.081 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
102352026-07-10T19:52:23.332Z[ host-image] Jul 10 19:52:22.081 INFO O| Jul 10 19:52:22.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
102362026-07-10T19:52:23.332Z[ host-image] Jul 10 19:52:22.081 INFO O| Jul 10 19:52:22.081 INFO ok!
102372026-07-10T19:52:23.332Z[ host-image] Jul 10 19:52:22.081 INFO O| Jul 10 19:52:22.081 INFO STEP 80 (ensure_file) COMPLETE
102382026-07-10T19:52:23.332Z[ host-image] Jul 10 19:52:22.081 INFO O| Jul 10 19:52:22.081 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102392026-07-10T19:52:23.335Z[ host-image] Jul 10 19:52:22.089 INFO O| Jul 10 19:52:22.089 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102402026-07-10T19:52:23.335Z[ host-image] Jul 10 19:52:22.089 INFO O| Jul 10 19:52:22.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
102412026-07-10T19:52:23.335Z[ host-image] Jul 10 19:52:22.089 INFO O| Jul 10 19:52:22.089 INFO STEP 81 (ensure_dir) COMPLETE
102422026-07-10T19:52:23.335Z[ host-image] Jul 10 19:52:22.089 INFO O| Jul 10 19:52:22.089 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102432026-07-10T19:52:23.341Z[ host-image] Jul 10 19:52:22.095 INFO O| Jul 10 19:52:22.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102442026-07-10T19:52:23.341Z[ host-image] Jul 10 19:52:22.095 INFO O| Jul 10 19:52:22.095 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102452026-07-10T19:52:23.551Z[ host-image] Jul 10 19:52:22.304 INFO O| Jul 10 19:52:22.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102462026-07-10T19:52:23.551Z[ host-image] Jul 10 19:52:22.304 INFO O| Jul 10 19:52:22.304 INFO ok!
102472026-07-10T19:52:23.551Z[ host-image] Jul 10 19:52:22.304 INFO O| Jul 10 19:52:22.304 INFO STEP 82 (ensure_file) COMPLETE
102482026-07-10T19:52:23.554Z[ host-image] Jul 10 19:52:22.304 INFO O| Jul 10 19:52:22.304 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102492026-07-10T19:52:23.560Z[ host-image] Jul 10 19:52:22.313 INFO O| Jul 10 19:52:22.313 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102502026-07-10T19:52:23.560Z[ host-image] Jul 10 19:52:22.313 INFO O| Jul 10 19:52:22.313 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102512026-07-10T19:52:23.703Z[ recovery-image] Jul 10 19:52:22.456 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s
102522026-07-10T19:52:23.708Z[ recovery-image] Jul 10 19:52:22.462 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
102532026-07-10T19:52:23.958Z[ recovery-image] Jul 10 19:52:22.712 INFO E| Downloading crates ...
102542026-07-10T19:52:23.995Z[ host-image] Jul 10 19:52:22.749 INFO O| Jul 10 19:52:22.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102552026-07-10T19:52:23.999Z[ host-image] Jul 10 19:52:22.749 INFO O| Jul 10 19:52:22.749 INFO ok!
102562026-07-10T19:52:23.999Z[ host-image] Jul 10 19:52:22.749 INFO O| Jul 10 19:52:22.749 INFO STEP 83 (ensure_file) COMPLETE
102572026-07-10T19:52:23.999Z[ host-image] Jul 10 19:52:22.749 INFO O| Jul 10 19:52:22.749 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102582026-07-10T19:52:24.004Z[ host-image] Jul 10 19:52:22.757 INFO O| Jul 10 19:52:22.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102592026-07-10T19:52:24.005Z[ host-image] Jul 10 19:52:22.757 INFO O| Jul 10 19:52:22.757 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102602026-07-10T19:52:24.013Z[ recovery-image] Jul 10 19:52:22.767 INFO E| Downloaded bitflags v2.13.0
102612026-07-10T19:52:24.019Z[ recovery-image] Jul 10 19:52:22.773 INFO E| Downloaded miniz_oxide v0.9.1
102622026-07-10T19:52:24.024Z[ recovery-image] Jul 10 19:52:22.775 INFO E| Downloaded bitstruct v0.1.1
102632026-07-10T19:52:24.024Z[ recovery-image] Jul 10 19:52:22.776 INFO E| Downloaded cpio_reader v0.1.2
102642026-07-10T19:52:24.024Z[ recovery-image] Jul 10 19:52:22.777 INFO E| Downloaded bit_field v0.10.3
102652026-07-10T19:52:24.027Z[ recovery-image] Jul 10 19:52:22.778 INFO E| Downloaded bitstruct_derive v0.1.0
102662026-07-10T19:52:24.027Z[ recovery-image] Jul 10 19:52:22.778 INFO E| Downloaded log v0.4.32
102672026-07-10T19:52:24.038Z[ recovery-image] Jul 10 19:52:22.792 INFO E| Downloaded raw-cpuid v10.7.0
102682026-07-10T19:52:24.064Z[ recovery-image] Jul 10 19:52:22.817 INFO E| Downloaded goblin v0.10.7
102692026-07-10T19:52:24.183Z[ recovery-image] Jul 10 19:52:22.937 INFO E| Downloaded x86 v0.52.0
102702026-07-10T19:52:24.225Z[ recovery-image] Jul 10 19:52:22.978 INFO E| Updating crates.io index
102712026-07-10T19:52:24.279Z[ recovery-image] Jul 10 19:52:23.032 INFO E| Downloading crates ...
102722026-07-10T19:52:24.307Z[ recovery-image] Jul 10 19:52:23.061 INFO E| Downloaded hashbrown v0.17.1
102732026-07-10T19:52:24.311Z[ recovery-image] Jul 10 19:52:23.065 INFO E| Downloaded rustc-literal-escaper v0.0.7
102742026-07-10T19:52:24.355Z[ recovery-image] Jul 10 19:52:23.109 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)
102752026-07-10T19:52:24.356Z[ recovery-image] Jul 10 19:52:23.109 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)
102762026-07-10T19:52:24.359Z[ recovery-image] Jul 10 19:52:23.109 INFO E| Compiling proc-macro2 v1.0.106
102772026-07-10T19:52:24.359Z[ recovery-image] Jul 10 19:52:23.109 INFO E| Compiling quote v1.0.45
102782026-07-10T19:52:24.359Z[ recovery-image] Jul 10 19:52:23.109 INFO E| Compiling unicode-ident v1.0.24
102792026-07-10T19:52:24.359Z[ recovery-image] Jul 10 19:52:23.109 INFO E| Compiling syn v1.0.109
102802026-07-10T19:52:24.360Z[ recovery-image] Jul 10 19:52:23.109 INFO E| Compiling x86 v0.52.0
102812026-07-10T19:52:24.360Z[ recovery-image] Jul 10 19:52:23.109 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
102822026-07-10T19:52:24.360Z[ recovery-image] Jul 10 19:52:23.109 INFO E| Compiling seq-macro v0.3.6
102832026-07-10T19:52:25.224Z[ host-image] Jul 10 19:52:23.978 INFO O| Jul 10 19:52:23.978 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102842026-07-10T19:52:25.224Z[ host-image] Jul 10 19:52:23.978 INFO O| Jul 10 19:52:23.978 INFO ok!
102852026-07-10T19:52:25.228Z[ host-image] Jul 10 19:52:23.978 INFO O| Jul 10 19:52:23.978 INFO STEP 84 (ensure_file) COMPLETE
102862026-07-10T19:52:25.228Z[ host-image] Jul 10 19:52:23.978 INFO O| Jul 10 19:52:23.978 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102872026-07-10T19:52:25.234Z[ host-image] Jul 10 19:52:23.988 INFO O| Jul 10 19:52:23.988 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102882026-07-10T19:52:25.234Z[ host-image] Jul 10 19:52:23.988 INFO O| Jul 10 19:52:23.988 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102892026-07-10T19:52:25.237Z[ host-image] Jul 10 19:52:23.988 INFO O| Jul 10 19:52:23.988 INFO STEP 85 (ensure_dir) COMPLETE
102902026-07-10T19:52:25.237Z[ host-image] Jul 10 19:52:23.988 INFO O| Jul 10 19:52:23.988 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102912026-07-10T19:52:25.242Z[ host-image] Jul 10 19:52:23.996 INFO O| Jul 10 19:52:23.996 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102922026-07-10T19:52:25.242Z[ host-image] Jul 10 19:52:23.996 INFO O| Jul 10 19:52:23.996 INFO copying /tmp/.tmpyt9TAX/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 ...
102932026-07-10T19:52:25.244Z[ host-image] Jul 10 19:52:23.996 INFO O| Jul 10 19:52:23.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102942026-07-10T19:52:25.244Z[ host-image] Jul 10 19:52:23.996 INFO O| Jul 10 19:52:23.996 INFO ok!
102952026-07-10T19:52:25.244Z[ host-image] Jul 10 19:52:23.996 INFO O| Jul 10 19:52:23.996 INFO STEP 86 (ensure_file) COMPLETE
102962026-07-10T19:52:25.245Z[ host-image] Jul 10 19:52:23.996 INFO O| Jul 10 19:52:23.996 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102972026-07-10T19:52:25.249Z[ host-image] Jul 10 19:52:24.003 INFO O| Jul 10 19:52:24.003 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102982026-07-10T19:52:25.249Z[ host-image] Jul 10 19:52:24.003 INFO O| Jul 10 19:52:24.003 INFO copying /tmp/.tmpyt9TAX/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 ...
102992026-07-10T19:52:25.252Z[ host-image] Jul 10 19:52:24.003 INFO O| Jul 10 19:52:24.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
103002026-07-10T19:52:25.252Z[ host-image] Jul 10 19:52:24.003 INFO O| Jul 10 19:52:24.003 INFO ok!
103012026-07-10T19:52:25.252Z[ host-image] Jul 10 19:52:24.003 INFO O| Jul 10 19:52:24.003 INFO STEP 87 (ensure_file) COMPLETE
103022026-07-10T19:52:25.252Z[ host-image] Jul 10 19:52:24.003 INFO O| Jul 10 19:52:24.003 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103032026-07-10T19:52:25.258Z[ host-image] Jul 10 19:52:24.012 INFO O| Jul 10 19:52:24.012 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
103042026-07-10T19:52:25.261Z[ host-image] Jul 10 19:52:24.012 INFO O| Jul 10 19:52:24.012 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
103052026-07-10T19:52:25.262Z[ host-image] Jul 10 19:52:24.012 INFO O| Jul 10 19:52:24.012 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
103062026-07-10T19:52:25.263Z[ host-image] Jul 10 19:52:24.012 INFO O| Jul 10 19:52:24.012 INFO ok!
103072026-07-10T19:52:25.263Z[ host-image] Jul 10 19:52:24.012 INFO O| Jul 10 19:52:24.012 INFO STEP 88 (ensure_file) COMPLETE
103082026-07-10T19:52:25.263Z[ host-image] Jul 10 19:52:24.012 INFO O| Jul 10 19:52:24.012 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103092026-07-10T19:52:25.266Z[ host-image] Jul 10 19:52:24.019 INFO O| Jul 10 19:52:24.019 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
103102026-07-10T19:52:25.266Z[ host-image] Jul 10 19:52:24.019 INFO O| Jul 10 19:52:24.019 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
103112026-07-10T19:52:25.266Z[ host-image] Jul 10 19:52:24.019 INFO O| Jul 10 19:52:24.019 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
103122026-07-10T19:52:25.266Z[ host-image] Jul 10 19:52:24.019 INFO O| Jul 10 19:52:24.019 INFO ok!
103132026-07-10T19:52:25.266Z[ host-image] Jul 10 19:52:24.019 INFO O| Jul 10 19:52:24.019 INFO STEP 89 (ensure_file) COMPLETE
103142026-07-10T19:52:25.266Z[ host-image] Jul 10 19:52:24.019 INFO O| Jul 10 19:52:24.019 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103152026-07-10T19:52:25.274Z[ host-image] Jul 10 19:52:24.028 INFO O| Jul 10 19:52:24.028 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103162026-07-10T19:52:25.274Z[ host-image] Jul 10 19:52:24.028 INFO O| Jul 10 19:52:24.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
103172026-07-10T19:52:25.277Z[ host-image] Jul 10 19:52:24.028 INFO O| Jul 10 19:52:24.028 INFO STEP 90 (ensure_dir) COMPLETE
103182026-07-10T19:52:25.277Z[ host-image] Jul 10 19:52:24.028 INFO O| Jul 10 19:52:24.028 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103192026-07-10T19:52:25.281Z[ host-image] Jul 10 19:52:24.035 INFO O| Jul 10 19:52:24.035 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
103202026-07-10T19:52:25.283Z[ host-image] Jul 10 19:52:24.035 INFO O| Jul 10 19:52:24.035 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
103212026-07-10T19:52:25.286Z[ host-image] Jul 10 19:52:24.038 INFO O| Jul 10 19:52:24.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
103222026-07-10T19:52:25.286Z[ host-image] Jul 10 19:52:24.038 INFO O| Jul 10 19:52:24.038 INFO ok!
103232026-07-10T19:52:25.286Z[ host-image] Jul 10 19:52:24.038 INFO O| Jul 10 19:52:24.038 INFO STEP 91 (ensure_file) COMPLETE
103242026-07-10T19:52:25.286Z[ host-image] Jul 10 19:52:24.038 INFO O| Jul 10 19:52:24.038 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103252026-07-10T19:52:25.290Z[ host-image] Jul 10 19:52:24.044 INFO O| Jul 10 19:52:24.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
103262026-07-10T19:52:25.290Z[ host-image] Jul 10 19:52:24.044 INFO O| Jul 10 19:52:24.044 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
103272026-07-10T19:52:25.293Z[ host-image] Jul 10 19:52:24.045 INFO O| Jul 10 19:52:24.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
103282026-07-10T19:52:25.293Z[ host-image] Jul 10 19:52:24.045 INFO O| Jul 10 19:52:24.044 INFO ok!
103292026-07-10T19:52:25.293Z[ host-image] Jul 10 19:52:24.045 INFO O| Jul 10 19:52:24.045 INFO STEP 92 (ensure_file) COMPLETE
103302026-07-10T19:52:25.293Z[ host-image] Jul 10 19:52:24.045 INFO O| Jul 10 19:52:24.045 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103312026-07-10T19:52:25.300Z[ host-image] Jul 10 19:52:24.054 INFO O| Jul 10 19:52:24.054 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
103322026-07-10T19:52:25.300Z[ host-image] Jul 10 19:52:24.054 INFO O| Jul 10 19:52:24.054 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
103332026-07-10T19:52:25.519Z[ recovery-image] Jul 10 19:52:24.272 INFO E| Compiling syn v2.0.117
103342026-07-10T19:52:25.862Z[ host-image] Jul 10 19:52:24.616 INFO O| Jul 10 19:52:24.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
103352026-07-10T19:52:25.862Z[ host-image] Jul 10 19:52:24.616 INFO O| Jul 10 19:52:24.616 INFO ok!
103362026-07-10T19:52:25.866Z[ host-image] Jul 10 19:52:24.616 INFO O| Jul 10 19:52:24.616 INFO STEP 93 (ensure_file) COMPLETE
103372026-07-10T19:52:25.866Z[ host-image] Jul 10 19:52:24.616 INFO O| Jul 10 19:52:24.616 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103382026-07-10T19:52:25.870Z[ host-image] Jul 10 19:52:24.624 INFO O| Jul 10 19:52:24.624 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103392026-07-10T19:52:25.870Z[ host-image] Jul 10 19:52:24.624 INFO O| Jul 10 19:52:24.624 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
103402026-07-10T19:52:25.870Z[ host-image] Jul 10 19:52:24.624 INFO O| Jul 10 19:52:24.624 INFO STEP 94 (ensure_dir) COMPLETE
103412026-07-10T19:52:25.874Z[ host-image] Jul 10 19:52:24.624 INFO O| Jul 10 19:52:24.624 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103422026-07-10T19:52:25.878Z[ host-image] Jul 10 19:52:24.631 INFO O| Jul 10 19:52:24.631 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103432026-07-10T19:52:25.878Z[ host-image] Jul 10 19:52:24.631 INFO O| Jul 10 19:52:24.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
103442026-07-10T19:52:25.878Z[ host-image] Jul 10 19:52:24.631 INFO O| Jul 10 19:52:24.631 INFO STEP 95 (ensure_dir) COMPLETE
103452026-07-10T19:52:25.878Z[ host-image] Jul 10 19:52:24.631 INFO O| Jul 10 19:52:24.631 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103462026-07-10T19:52:25.885Z[ host-image] Jul 10 19:52:24.639 INFO O| Jul 10 19:52:24.639 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103472026-07-10T19:52:25.886Z[ host-image] Jul 10 19:52:24.639 INFO O| Jul 10 19:52:24.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
103482026-07-10T19:52:25.889Z[ host-image] Jul 10 19:52:24.639 INFO O| Jul 10 19:52:24.639 INFO STEP 96 (ensure_dir) COMPLETE
103492026-07-10T19:52:25.889Z[ host-image] Jul 10 19:52:24.639 INFO O| Jul 10 19:52:24.639 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103502026-07-10T19:52:25.893Z[ host-image] Jul 10 19:52:24.646 INFO O| Jul 10 19:52:24.646 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103512026-07-10T19:52:25.893Z[ host-image] Jul 10 19:52:24.646 INFO O| Jul 10 19:52:24.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
103522026-07-10T19:52:25.894Z[ host-image] Jul 10 19:52:24.646 INFO O| Jul 10 19:52:24.646 INFO STEP 97 (ensure_dir) COMPLETE
103532026-07-10T19:52:25.894Z[ host-image] Jul 10 19:52:24.646 INFO O| Jul 10 19:52:24.646 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103542026-07-10T19:52:25.899Z[ host-image] Jul 10 19:52:24.653 INFO O| Jul 10 19:52:24.653 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103552026-07-10T19:52:25.902Z[ host-image] Jul 10 19:52:24.653 INFO O| Jul 10 19:52:24.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
103562026-07-10T19:52:25.902Z[ host-image] Jul 10 19:52:24.653 INFO O| Jul 10 19:52:24.653 INFO STEP 98 (ensure_dir) COMPLETE
103572026-07-10T19:52:25.902Z[ host-image] Jul 10 19:52:24.653 INFO O| Jul 10 19:52:24.653 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103582026-07-10T19:52:25.906Z[ host-image] Jul 10 19:52:24.660 INFO O| Jul 10 19:52:24.660 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
103592026-07-10T19:52:25.906Z[ host-image] Jul 10 19:52:24.661 INFO O| Jul 10 19:52:24.660 INFO copying /tmp/.tmpyt9TAX/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 ...
103602026-07-10T19:52:25.910Z[ host-image] Jul 10 19:52:24.661 INFO O| Jul 10 19:52:24.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
103612026-07-10T19:52:25.910Z[ host-image] Jul 10 19:52:24.661 INFO O| Jul 10 19:52:24.661 INFO ok!
103622026-07-10T19:52:25.910Z[ host-image] Jul 10 19:52:24.661 INFO O| Jul 10 19:52:24.661 INFO STEP 99 (ensure_file) COMPLETE
103632026-07-10T19:52:25.910Z[ host-image] Jul 10 19:52:24.661 INFO O| Jul 10 19:52:24.661 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103642026-07-10T19:52:25.914Z[ host-image] Jul 10 19:52:24.668 INFO O| Jul 10 19:52:24.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103652026-07-10T19:52:25.914Z[ host-image] Jul 10 19:52:24.668 INFO O| Jul 10 19:52:24.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
103662026-07-10T19:52:25.914Z[ host-image] Jul 10 19:52:24.668 INFO O| Jul 10 19:52:24.668 INFO STEP 100 (ensure_dir) COMPLETE
103672026-07-10T19:52:25.914Z[ host-image] Jul 10 19:52:24.668 INFO O| Jul 10 19:52:24.668 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103682026-07-10T19:52:25.922Z[ host-image] Jul 10 19:52:24.675 INFO O| Jul 10 19:52:24.675 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103692026-07-10T19:52:25.922Z[ host-image] Jul 10 19:52:24.676 INFO O| Jul 10 19:52:24.675 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103702026-07-10T19:52:25.935Z[ host-image] Jul 10 19:52:24.689 INFO O| Jul 10 19:52:24.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103712026-07-10T19:52:25.935Z[ host-image] Jul 10 19:52:24.689 INFO O| Jul 10 19:52:24.689 INFO ok!
103722026-07-10T19:52:25.935Z[ host-image] Jul 10 19:52:24.689 INFO O| Jul 10 19:52:24.689 INFO STEP 101 (ensure_file) COMPLETE
103732026-07-10T19:52:25.938Z[ host-image] Jul 10 19:52:24.689 INFO O| Jul 10 19:52:24.689 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103742026-07-10T19:52:25.943Z[ host-image] Jul 10 19:52:24.697 INFO O| Jul 10 19:52:24.697 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103752026-07-10T19:52:25.943Z[ host-image] Jul 10 19:52:24.697 INFO O| Jul 10 19:52:24.697 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103762026-07-10T19:52:25.945Z[ host-image] Jul 10 19:52:24.697 INFO O| Jul 10 19:52:24.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103772026-07-10T19:52:25.948Z[ host-image] Jul 10 19:52:24.697 INFO O| Jul 10 19:52:24.697 INFO ok!
103782026-07-10T19:52:25.948Z[ host-image] Jul 10 19:52:24.697 INFO O| Jul 10 19:52:24.697 INFO STEP 102 (ensure_file) COMPLETE
103792026-07-10T19:52:25.948Z[ host-image] Jul 10 19:52:24.697 INFO O| Jul 10 19:52:24.697 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103802026-07-10T19:52:25.951Z[ host-image] Jul 10 19:52:24.704 INFO O| Jul 10 19:52:24.704 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103812026-07-10T19:52:25.951Z[ host-image] Jul 10 19:52:24.704 INFO O| Jul 10 19:52:24.704 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103822026-07-10T19:52:26.180Z[ host-image] Jul 10 19:52:24.933 INFO O| Jul 10 19:52:24.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103832026-07-10T19:52:26.180Z[ host-image] Jul 10 19:52:24.933 INFO O| Jul 10 19:52:24.933 INFO ok!
103842026-07-10T19:52:26.180Z[ host-image] Jul 10 19:52:24.933 INFO O| Jul 10 19:52:24.933 INFO STEP 103 (ensure_file) COMPLETE
103852026-07-10T19:52:26.183Z[ host-image] Jul 10 19:52:24.933 INFO O| Jul 10 19:52:24.933 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103862026-07-10T19:52:26.187Z[ host-image] Jul 10 19:52:24.941 INFO O| Jul 10 19:52:24.941 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103872026-07-10T19:52:26.188Z[ host-image] Jul 10 19:52:24.941 INFO O| Jul 10 19:52:24.941 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103882026-07-10T19:52:26.189Z[ host-image] Jul 10 19:52:24.942 INFO O| Jul 10 19:52:24.941 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103892026-07-10T19:52:26.192Z[ host-image] Jul 10 19:52:24.942 INFO O| Jul 10 19:52:24.942 INFO ok!
103902026-07-10T19:52:26.192Z[ host-image] Jul 10 19:52:24.942 INFO O| Jul 10 19:52:24.942 INFO STEP 104 (ensure_file) COMPLETE
103912026-07-10T19:52:26.192Z[ host-image] Jul 10 19:52:24.942 INFO O| Jul 10 19:52:24.942 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103922026-07-10T19:52:26.197Z[ host-image] Jul 10 19:52:24.950 INFO O| Jul 10 19:52:24.950 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103932026-07-10T19:52:26.200Z[ host-image] Jul 10 19:52:24.950 INFO O| Jul 10 19:52:24.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103942026-07-10T19:52:26.200Z[ host-image] Jul 10 19:52:24.950 INFO O| Jul 10 19:52:24.950 INFO STEP 105 (ensure_dir) COMPLETE
103952026-07-10T19:52:26.200Z[ host-image] Jul 10 19:52:24.950 INFO O| Jul 10 19:52:24.950 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103962026-07-10T19:52:26.203Z[ host-image] Jul 10 19:52:24.957 INFO O| Jul 10 19:52:24.957 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103972026-07-10T19:52:26.203Z[ host-image] Jul 10 19:52:24.957 INFO O| Jul 10 19:52:24.957 INFO copying /tmp/.tmpyt9TAX/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 ...
103982026-07-10T19:52:26.430Z[ host-image] Jul 10 19:52:25.184 INFO O| Jul 10 19:52:25.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103992026-07-10T19:52:26.430Z[ host-image] Jul 10 19:52:25.184 INFO O| Jul 10 19:52:25.184 INFO ok!
104002026-07-10T19:52:26.433Z[ host-image] Jul 10 19:52:25.184 INFO O| Jul 10 19:52:25.184 INFO STEP 106 (ensure_file) COMPLETE
104012026-07-10T19:52:26.433Z[ host-image] Jul 10 19:52:25.184 INFO O| Jul 10 19:52:25.184 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104022026-07-10T19:52:26.439Z[ host-image] Jul 10 19:52:25.193 INFO O| Jul 10 19:52:25.193 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
104032026-07-10T19:52:26.439Z[ host-image] Jul 10 19:52:25.193 INFO O| Jul 10 19:52:25.193 INFO copying /tmp/.tmpyt9TAX/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 ...
104042026-07-10T19:52:26.442Z[ host-image] Jul 10 19:52:25.193 INFO O| Jul 10 19:52:25.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
104052026-07-10T19:52:26.442Z[ host-image] Jul 10 19:52:25.193 INFO O| Jul 10 19:52:25.193 INFO ok!
104062026-07-10T19:52:26.442Z[ host-image] Jul 10 19:52:25.193 INFO O| Jul 10 19:52:25.193 INFO STEP 107 (ensure_file) COMPLETE
104072026-07-10T19:52:26.442Z[ host-image] Jul 10 19:52:25.193 INFO O| Jul 10 19:52:25.193 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104082026-07-10T19:52:26.448Z[ host-image] Jul 10 19:52:25.202 INFO O| Jul 10 19:52:25.202 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
104092026-07-10T19:52:26.448Z[ host-image] Jul 10 19:52:25.202 INFO O| Jul 10 19:52:25.202 INFO copying /tmp/.tmpyt9TAX/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 ...
104102026-07-10T19:52:26.451Z[ host-image] Jul 10 19:52:25.202 INFO O| Jul 10 19:52:25.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
104112026-07-10T19:52:26.451Z[ host-image] Jul 10 19:52:25.202 INFO O| Jul 10 19:52:25.202 INFO ok!
104122026-07-10T19:52:26.451Z[ host-image] Jul 10 19:52:25.202 INFO O| Jul 10 19:52:25.202 INFO STEP 108 (ensure_file) COMPLETE
104132026-07-10T19:52:26.451Z[ host-image] Jul 10 19:52:25.202 INFO O| Jul 10 19:52:25.202 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104142026-07-10T19:52:26.455Z[ host-image] Jul 10 19:52:25.209 INFO O| Jul 10 19:52:25.209 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
104152026-07-10T19:52:26.458Z[ host-image] Jul 10 19:52:25.209 INFO O| Jul 10 19:52:25.209 INFO copying /tmp/.tmpyt9TAX/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 ...
104162026-07-10T19:52:26.458Z[ host-image] Jul 10 19:52:25.209 INFO O| Jul 10 19:52:25.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
104172026-07-10T19:52:26.458Z[ host-image] Jul 10 19:52:25.209 INFO O| Jul 10 19:52:25.209 INFO ok!
104182026-07-10T19:52:26.458Z[ host-image] Jul 10 19:52:25.209 INFO O| Jul 10 19:52:25.209 INFO STEP 109 (ensure_file) COMPLETE
104192026-07-10T19:52:26.458Z[ host-image] Jul 10 19:52:25.209 INFO O| Jul 10 19:52:25.209 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104202026-07-10T19:52:26.464Z[ host-image] Jul 10 19:52:25.218 INFO O| Jul 10 19:52:25.218 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
104212026-07-10T19:52:26.467Z[ host-image] Jul 10 19:52:25.218 INFO O| Jul 10 19:52:25.218 INFO copying /tmp/.tmpyt9TAX/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 ...
104222026-07-10T19:52:26.467Z[ host-image] Jul 10 19:52:25.218 INFO O| Jul 10 19:52:25.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
104232026-07-10T19:52:26.467Z[ host-image] Jul 10 19:52:25.218 INFO O| Jul 10 19:52:25.218 INFO ok!
104242026-07-10T19:52:26.467Z[ host-image] Jul 10 19:52:25.218 INFO O| Jul 10 19:52:25.218 INFO STEP 110 (ensure_file) COMPLETE
104252026-07-10T19:52:26.467Z[ host-image] Jul 10 19:52:25.218 INFO O| Jul 10 19:52:25.218 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104262026-07-10T19:52:26.471Z[ host-image] Jul 10 19:52:25.225 INFO O| Jul 10 19:52:25.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
104272026-07-10T19:52:26.473Z[ host-image] Jul 10 19:52:25.225 INFO O| Jul 10 19:52:25.225 INFO copying /tmp/.tmpyt9TAX/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 ...
104282026-07-10T19:52:26.474Z[ host-image] Jul 10 19:52:25.225 INFO O| Jul 10 19:52:25.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
104292026-07-10T19:52:26.474Z[ host-image] Jul 10 19:52:25.225 INFO O| Jul 10 19:52:25.225 INFO ok!
104302026-07-10T19:52:26.474Z[ host-image] Jul 10 19:52:25.225 INFO O| Jul 10 19:52:25.225 INFO STEP 111 (ensure_file) COMPLETE
104312026-07-10T19:52:26.474Z[ host-image] Jul 10 19:52:25.225 INFO O| Jul 10 19:52:25.225 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104322026-07-10T19:52:26.477Z[ host-image] Jul 10 19:52:25.231 INFO O| Jul 10 19:52:25.231 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
104332026-07-10T19:52:26.477Z[ host-image] Jul 10 19:52:25.231 INFO O| Jul 10 19:52:25.231 INFO copying /tmp/.tmpyt9TAX/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 ...
104342026-07-10T19:52:26.478Z[ host-image] Jul 10 19:52:25.231 INFO O| Jul 10 19:52:25.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
104352026-07-10T19:52:26.478Z[ host-image] Jul 10 19:52:25.231 INFO O| Jul 10 19:52:25.231 INFO ok!
104362026-07-10T19:52:26.478Z[ host-image] Jul 10 19:52:25.231 INFO O| Jul 10 19:52:25.231 INFO STEP 112 (ensure_file) COMPLETE
104372026-07-10T19:52:26.478Z[ host-image] Jul 10 19:52:25.231 INFO O| Jul 10 19:52:25.231 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104382026-07-10T19:52:26.483Z[ host-image] Jul 10 19:52:25.237 INFO O| Jul 10 19:52:25.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
104392026-07-10T19:52:26.483Z[ host-image] Jul 10 19:52:25.237 INFO O| Jul 10 19:52:25.237 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
104402026-07-10T19:52:26.483Z[ host-image] Jul 10 19:52:25.237 INFO O| Jul 10 19:52:25.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
104412026-07-10T19:52:26.486Z[ host-image] Jul 10 19:52:25.237 INFO O| Jul 10 19:52:25.237 INFO ok!
104422026-07-10T19:52:26.486Z[ host-image] Jul 10 19:52:25.237 INFO O| Jul 10 19:52:25.237 INFO STEP 113 (ensure_file) COMPLETE
104432026-07-10T19:52:26.486Z[ host-image] Jul 10 19:52:25.237 INFO O| Jul 10 19:52:25.237 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104442026-07-10T19:52:26.492Z[ host-image] Jul 10 19:52:25.246 INFO O| Jul 10 19:52:25.246 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
104452026-07-10T19:52:26.493Z[ host-image] Jul 10 19:52:25.246 INFO O| Jul 10 19:52:25.246 INFO copying /tmp/.tmpyt9TAX/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 ...
104462026-07-10T19:52:26.493Z[ host-image] Jul 10 19:52:25.246 INFO O| Jul 10 19:52:25.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
104472026-07-10T19:52:26.497Z[ host-image] Jul 10 19:52:25.246 INFO O| Jul 10 19:52:25.246 INFO ok!
104482026-07-10T19:52:26.497Z[ host-image] Jul 10 19:52:25.246 INFO O| Jul 10 19:52:25.246 INFO STEP 114 (ensure_file) COMPLETE
104492026-07-10T19:52:26.497Z[ host-image] Jul 10 19:52:25.246 INFO O| Jul 10 19:52:25.246 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104502026-07-10T19:52:26.500Z[ host-image] Jul 10 19:52:25.253 INFO O| Jul 10 19:52:25.253 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
104512026-07-10T19:52:26.500Z[ host-image] Jul 10 19:52:25.253 INFO O| Jul 10 19:52:25.253 INFO copying /tmp/.tmpyt9TAX/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 ...
104522026-07-10T19:52:26.500Z[ host-image] Jul 10 19:52:25.253 INFO O| Jul 10 19:52:25.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
104532026-07-10T19:52:26.500Z[ host-image] Jul 10 19:52:25.253 INFO O| Jul 10 19:52:25.253 INFO ok!
104542026-07-10T19:52:26.500Z[ host-image] Jul 10 19:52:25.253 INFO O| Jul 10 19:52:25.253 INFO STEP 115 (ensure_file) COMPLETE
104552026-07-10T19:52:26.500Z[ host-image] Jul 10 19:52:25.253 INFO O| Jul 10 19:52:25.253 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104562026-07-10T19:52:26.508Z[ host-image] Jul 10 19:52:25.262 INFO O| Jul 10 19:52:25.262 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
104572026-07-10T19:52:26.508Z[ host-image] Jul 10 19:52:25.262 INFO O| Jul 10 19:52:25.262 INFO copying /tmp/.tmpyt9TAX/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 ...
104582026-07-10T19:52:26.508Z[ host-image] Jul 10 19:52:25.262 INFO O| Jul 10 19:52:25.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
104592026-07-10T19:52:26.508Z[ host-image] Jul 10 19:52:25.262 INFO O| Jul 10 19:52:25.262 INFO ok!
104602026-07-10T19:52:26.511Z[ host-image] Jul 10 19:52:25.262 INFO O| Jul 10 19:52:25.262 INFO STEP 116 (ensure_file) COMPLETE
104612026-07-10T19:52:26.511Z[ host-image] Jul 10 19:52:25.262 INFO O| Jul 10 19:52:25.262 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104622026-07-10T19:52:26.515Z[ host-image] Jul 10 19:52:25.269 INFO O| Jul 10 19:52:25.269 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
104632026-07-10T19:52:26.518Z[ host-image] Jul 10 19:52:25.269 INFO O| Jul 10 19:52:25.269 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
104642026-07-10T19:52:26.518Z[ host-image] Jul 10 19:52:25.269 INFO O| Jul 10 19:52:25.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
104652026-07-10T19:52:26.518Z[ host-image] Jul 10 19:52:25.269 INFO O| Jul 10 19:52:25.269 INFO ok!
104662026-07-10T19:52:26.518Z[ host-image] Jul 10 19:52:25.269 INFO O| Jul 10 19:52:25.269 INFO STEP 117 (ensure_file) COMPLETE
104672026-07-10T19:52:26.518Z[ host-image] Jul 10 19:52:25.269 INFO O| Jul 10 19:52:25.269 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104682026-07-10T19:52:26.524Z[ host-image] Jul 10 19:52:25.278 INFO O| Jul 10 19:52:25.278 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104692026-07-10T19:52:26.524Z[ host-image] Jul 10 19:52:25.278 INFO O| Jul 10 19:52:25.278 INFO copying /tmp/.tmpyt9TAX/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 ...
104702026-07-10T19:52:26.533Z[ host-image] Jul 10 19:52:25.278 INFO O| Jul 10 19:52:25.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104712026-07-10T19:52:26.533Z[ host-image] Jul 10 19:52:25.278 INFO O| Jul 10 19:52:25.278 INFO ok!
104722026-07-10T19:52:26.533Z[ host-image] Jul 10 19:52:25.278 INFO O| Jul 10 19:52:25.278 INFO STEP 118 (ensure_file) COMPLETE
104732026-07-10T19:52:26.533Z[ host-image] Jul 10 19:52:25.278 INFO O| Jul 10 19:52:25.278 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104742026-07-10T19:52:26.536Z[ host-image] Jul 10 19:52:25.284 INFO O| Jul 10 19:52:25.284 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104752026-07-10T19:52:26.536Z[ host-image] Jul 10 19:52:25.284 INFO O| Jul 10 19:52:25.284 INFO copying /tmp/.tmpyt9TAX/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 ...
104762026-07-10T19:52:26.537Z[ host-image] Jul 10 19:52:25.285 INFO O| Jul 10 19:52:25.284 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104772026-07-10T19:52:26.537Z[ host-image] Jul 10 19:52:25.285 INFO O| Jul 10 19:52:25.285 INFO ok!
104782026-07-10T19:52:26.537Z[ host-image] Jul 10 19:52:25.285 INFO O| Jul 10 19:52:25.285 INFO STEP 119 (ensure_file) COMPLETE
104792026-07-10T19:52:26.537Z[ host-image] Jul 10 19:52:25.285 INFO O| Jul 10 19:52:25.285 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104802026-07-10T19:52:26.540Z[ host-image] Jul 10 19:52:25.292 INFO O| Jul 10 19:52:25.292 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104812026-07-10T19:52:26.540Z[ host-image] Jul 10 19:52:25.292 INFO O| Jul 10 19:52:25.292 INFO copying /tmp/.tmpyt9TAX/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 ...
104822026-07-10T19:52:26.540Z[ host-image] Jul 10 19:52:25.292 INFO O| Jul 10 19:52:25.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104832026-07-10T19:52:26.540Z[ host-image] Jul 10 19:52:25.292 INFO O| Jul 10 19:52:25.292 INFO ok!
104842026-07-10T19:52:26.540Z[ host-image] Jul 10 19:52:25.292 INFO O| Jul 10 19:52:25.292 INFO STEP 120 (ensure_file) COMPLETE
104852026-07-10T19:52:26.540Z[ host-image] Jul 10 19:52:25.292 INFO O| Jul 10 19:52:25.292 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104862026-07-10T19:52:26.545Z[ host-image] Jul 10 19:52:25.299 INFO O| Jul 10 19:52:25.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104872026-07-10T19:52:26.545Z[ host-image] Jul 10 19:52:25.299 INFO O| Jul 10 19:52:25.299 INFO copying /tmp/.tmpyt9TAX/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 ...
104882026-07-10T19:52:26.545Z[ host-image] Jul 10 19:52:25.299 INFO O| Jul 10 19:52:25.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104892026-07-10T19:52:26.548Z[ host-image] Jul 10 19:52:25.299 INFO O| Jul 10 19:52:25.299 INFO ok!
104902026-07-10T19:52:26.549Z[ host-image] Jul 10 19:52:25.299 INFO O| Jul 10 19:52:25.299 INFO STEP 121 (ensure_file) COMPLETE
104912026-07-10T19:52:26.549Z[ host-image] Jul 10 19:52:25.299 INFO O| Jul 10 19:52:25.299 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104922026-07-10T19:52:26.553Z[ host-image] Jul 10 19:52:25.306 INFO O| Jul 10 19:52:25.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104932026-07-10T19:52:26.553Z[ host-image] Jul 10 19:52:25.307 INFO O| Jul 10 19:52:25.306 INFO copying /tmp/.tmpyt9TAX/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 ...
104942026-07-10T19:52:26.555Z[ host-image] Jul 10 19:52:25.307 INFO O| Jul 10 19:52:25.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104952026-07-10T19:52:26.555Z[ host-image] Jul 10 19:52:25.307 INFO O| Jul 10 19:52:25.307 INFO ok!
104962026-07-10T19:52:26.555Z[ host-image] Jul 10 19:52:25.307 INFO O| Jul 10 19:52:25.307 INFO STEP 122 (ensure_file) COMPLETE
104972026-07-10T19:52:26.555Z[ host-image] Jul 10 19:52:25.307 INFO O| Jul 10 19:52:25.307 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104982026-07-10T19:52:26.560Z[ host-image] Jul 10 19:52:25.314 INFO O| Jul 10 19:52:25.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104992026-07-10T19:52:26.560Z[ host-image] Jul 10 19:52:25.314 INFO O| Jul 10 19:52:25.314 INFO copying /tmp/.tmpyt9TAX/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 ...
105002026-07-10T19:52:26.563Z[ host-image] Jul 10 19:52:25.314 INFO O| Jul 10 19:52:25.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
105012026-07-10T19:52:26.563Z[ host-image] Jul 10 19:52:25.314 INFO O| Jul 10 19:52:25.314 INFO ok!
105022026-07-10T19:52:26.563Z[ host-image] Jul 10 19:52:25.314 INFO O| Jul 10 19:52:25.314 INFO STEP 123 (ensure_file) COMPLETE
105032026-07-10T19:52:26.563Z[ host-image] Jul 10 19:52:25.314 INFO O| Jul 10 19:52:25.314 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105042026-07-10T19:52:26.566Z[ host-image] Jul 10 19:52:25.320 INFO O| Jul 10 19:52:25.320 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
105052026-07-10T19:52:26.567Z[ host-image] Jul 10 19:52:25.321 INFO O| Jul 10 19:52:25.320 INFO copying /tmp/.tmpyt9TAX/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 ...
105062026-07-10T19:52:26.570Z[ host-image] Jul 10 19:52:25.321 INFO O| Jul 10 19:52:25.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
105072026-07-10T19:52:26.570Z[ host-image] Jul 10 19:52:25.321 INFO O| Jul 10 19:52:25.321 INFO ok!
105082026-07-10T19:52:26.570Z[ host-image] Jul 10 19:52:25.321 INFO O| Jul 10 19:52:25.321 INFO STEP 124 (ensure_file) COMPLETE
105092026-07-10T19:52:26.570Z[ host-image] Jul 10 19:52:25.321 INFO O| Jul 10 19:52:25.321 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105102026-07-10T19:52:26.577Z[ host-image] Jul 10 19:52:25.329 INFO O| Jul 10 19:52:25.329 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
105112026-07-10T19:52:26.577Z[ host-image] Jul 10 19:52:25.329 INFO O| Jul 10 19:52:25.329 INFO copying /tmp/.tmpyt9TAX/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 ...
105122026-07-10T19:52:26.577Z[ host-image] Jul 10 19:52:25.329 INFO O| Jul 10 19:52:25.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
105132026-07-10T19:52:26.577Z[ host-image] Jul 10 19:52:25.329 INFO O| Jul 10 19:52:25.329 INFO ok!
105142026-07-10T19:52:26.577Z[ host-image] Jul 10 19:52:25.329 INFO O| Jul 10 19:52:25.329 INFO STEP 125 (ensure_file) COMPLETE
105152026-07-10T19:52:26.590Z[ host-image] Jul 10 19:52:25.329 INFO O| Jul 10 19:52:25.329 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105162026-07-10T19:52:26.594Z[ host-image] Jul 10 19:52:25.348 INFO O| Jul 10 19:52:25.348 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
105172026-07-10T19:52:26.595Z[ host-image] Jul 10 19:52:25.348 INFO O| Jul 10 19:52:25.348 INFO copying /tmp/.tmpyt9TAX/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 ...
105182026-07-10T19:52:26.598Z[ host-image] Jul 10 19:52:25.348 INFO O| Jul 10 19:52:25.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
105192026-07-10T19:52:26.598Z[ host-image] Jul 10 19:52:25.348 INFO O| Jul 10 19:52:25.348 INFO ok!
105202026-07-10T19:52:26.598Z[ host-image] Jul 10 19:52:25.348 INFO O| Jul 10 19:52:25.348 INFO STEP 126 (ensure_file) COMPLETE
105212026-07-10T19:52:26.598Z[ host-image] Jul 10 19:52:25.348 INFO O| Jul 10 19:52:25.348 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105222026-07-10T19:52:26.603Z[ host-image] Jul 10 19:52:25.357 INFO O| Jul 10 19:52:25.357 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
105232026-07-10T19:52:26.603Z[ host-image] Jul 10 19:52:25.357 INFO O| Jul 10 19:52:25.357 INFO copying /tmp/.tmpyt9TAX/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 ...
105242026-07-10T19:52:26.606Z[ host-image] Jul 10 19:52:25.357 INFO O| Jul 10 19:52:25.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
105252026-07-10T19:52:26.606Z[ host-image] Jul 10 19:52:25.357 INFO O| Jul 10 19:52:25.357 INFO ok!
105262026-07-10T19:52:26.606Z[ host-image] Jul 10 19:52:25.357 INFO O| Jul 10 19:52:25.357 INFO STEP 127 (ensure_file) COMPLETE
105272026-07-10T19:52:26.606Z[ host-image] Jul 10 19:52:25.357 INFO O| Jul 10 19:52:25.357 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105282026-07-10T19:52:26.611Z[ host-image] Jul 10 19:52:25.365 INFO O| Jul 10 19:52:25.365 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
105292026-07-10T19:52:26.611Z[ host-image] Jul 10 19:52:25.365 INFO O| Jul 10 19:52:25.365 INFO copying /tmp/.tmpyt9TAX/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 ...
105302026-07-10T19:52:26.614Z[ host-image] Jul 10 19:52:25.365 INFO O| Jul 10 19:52:25.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
105312026-07-10T19:52:26.614Z[ host-image] Jul 10 19:52:25.365 INFO O| Jul 10 19:52:25.365 INFO ok!
105322026-07-10T19:52:26.614Z[ host-image] Jul 10 19:52:25.365 INFO O| Jul 10 19:52:25.365 INFO STEP 128 (ensure_file) COMPLETE
105332026-07-10T19:52:26.614Z[ host-image] Jul 10 19:52:25.365 INFO O| Jul 10 19:52:25.365 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105342026-07-10T19:52:26.618Z[ host-image] Jul 10 19:52:25.371 INFO O| Jul 10 19:52:25.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
105352026-07-10T19:52:26.618Z[ host-image] Jul 10 19:52:25.371 INFO O| Jul 10 19:52:25.371 INFO copying /tmp/.tmpyt9TAX/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 ...
105362026-07-10T19:52:26.618Z[ host-image] Jul 10 19:52:25.372 INFO O| Jul 10 19:52:25.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
105372026-07-10T19:52:26.618Z[ host-image] Jul 10 19:52:25.372 INFO O| Jul 10 19:52:25.372 INFO ok!
105382026-07-10T19:52:26.618Z[ host-image] Jul 10 19:52:25.372 INFO O| Jul 10 19:52:25.372 INFO STEP 129 (ensure_file) COMPLETE
105392026-07-10T19:52:26.618Z[ host-image] Jul 10 19:52:25.372 INFO O| Jul 10 19:52:25.372 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105402026-07-10T19:52:26.624Z[ host-image] Jul 10 19:52:25.378 INFO O| Jul 10 19:52:25.377 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
105412026-07-10T19:52:26.624Z[ host-image] Jul 10 19:52:25.378 INFO O| Jul 10 19:52:25.378 INFO copying /tmp/.tmpyt9TAX/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 ...
105422026-07-10T19:52:26.627Z[ host-image] Jul 10 19:52:25.378 INFO O| Jul 10 19:52:25.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
105432026-07-10T19:52:26.627Z[ host-image] Jul 10 19:52:25.378 INFO O| Jul 10 19:52:25.378 INFO ok!
105442026-07-10T19:52:26.627Z[ host-image] Jul 10 19:52:25.378 INFO O| Jul 10 19:52:25.378 INFO STEP 130 (ensure_file) COMPLETE
105452026-07-10T19:52:26.627Z[ host-image] Jul 10 19:52:25.378 INFO O| Jul 10 19:52:25.378 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105462026-07-10T19:52:26.632Z[ host-image] Jul 10 19:52:25.386 INFO O| Jul 10 19:52:25.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
105472026-07-10T19:52:26.632Z[ host-image] Jul 10 19:52:25.386 INFO O| Jul 10 19:52:25.386 INFO copying /tmp/.tmpyt9TAX/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 ...
105482026-07-10T19:52:26.636Z[ host-image] Jul 10 19:52:25.386 INFO O| Jul 10 19:52:25.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
105492026-07-10T19:52:26.637Z[ host-image] Jul 10 19:52:25.386 INFO O| Jul 10 19:52:25.386 INFO ok!
105502026-07-10T19:52:26.637Z[ host-image] Jul 10 19:52:25.386 INFO O| Jul 10 19:52:25.386 INFO STEP 131 (ensure_file) COMPLETE
105512026-07-10T19:52:26.637Z[ host-image] Jul 10 19:52:25.386 INFO O| Jul 10 19:52:25.386 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105522026-07-10T19:52:26.639Z[ host-image] Jul 10 19:52:25.393 INFO O| Jul 10 19:52:25.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
105532026-07-10T19:52:26.640Z[ host-image] Jul 10 19:52:25.393 INFO O| Jul 10 19:52:25.393 INFO copying /tmp/.tmpyt9TAX/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 ...
105542026-07-10T19:52:26.640Z[ host-image] Jul 10 19:52:25.393 INFO O| Jul 10 19:52:25.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
105552026-07-10T19:52:26.640Z[ host-image] Jul 10 19:52:25.393 INFO O| Jul 10 19:52:25.393 INFO ok!
105562026-07-10T19:52:26.640Z[ host-image] Jul 10 19:52:25.393 INFO O| Jul 10 19:52:25.393 INFO STEP 132 (ensure_file) COMPLETE
105572026-07-10T19:52:26.640Z[ host-image] Jul 10 19:52:25.393 INFO O| Jul 10 19:52:25.393 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105582026-07-10T19:52:26.644Z[ host-image] Jul 10 19:52:25.398 INFO O| Jul 10 19:52:25.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
105592026-07-10T19:52:26.644Z[ host-image] Jul 10 19:52:25.398 INFO O| Jul 10 19:52:25.398 INFO copying /tmp/.tmpyt9TAX/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 ...
105602026-07-10T19:52:26.647Z[ host-image] Jul 10 19:52:25.398 INFO O| Jul 10 19:52:25.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
105612026-07-10T19:52:26.647Z[ host-image] Jul 10 19:52:25.398 INFO O| Jul 10 19:52:25.398 INFO ok!
105622026-07-10T19:52:26.647Z[ host-image] Jul 10 19:52:25.398 INFO O| Jul 10 19:52:25.398 INFO STEP 133 (ensure_file) COMPLETE
105632026-07-10T19:52:26.649Z[ host-image] Jul 10 19:52:25.398 INFO O| Jul 10 19:52:25.398 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105642026-07-10T19:52:26.652Z[ host-image] Jul 10 19:52:25.406 INFO O| Jul 10 19:52:25.406 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
105652026-07-10T19:52:26.652Z[ host-image] Jul 10 19:52:25.406 INFO O| Jul 10 19:52:25.406 INFO copying /tmp/.tmpyt9TAX/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 ...
105662026-07-10T19:52:26.653Z[ host-image] Jul 10 19:52:25.406 INFO O| Jul 10 19:52:25.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
105672026-07-10T19:52:26.653Z[ host-image] Jul 10 19:52:25.406 INFO O| Jul 10 19:52:25.406 INFO ok!
105682026-07-10T19:52:26.655Z[ host-image] Jul 10 19:52:25.406 INFO O| Jul 10 19:52:25.406 INFO STEP 134 (ensure_file) COMPLETE
105692026-07-10T19:52:26.655Z[ host-image] Jul 10 19:52:25.406 INFO O| Jul 10 19:52:25.406 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105702026-07-10T19:52:26.660Z[ host-image] Jul 10 19:52:25.414 INFO O| Jul 10 19:52:25.414 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105712026-07-10T19:52:26.660Z[ host-image] Jul 10 19:52:25.414 INFO O| Jul 10 19:52:25.414 INFO copying /tmp/.tmpyt9TAX/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 ...
105722026-07-10T19:52:26.663Z[ host-image] Jul 10 19:52:25.414 INFO O| Jul 10 19:52:25.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105732026-07-10T19:52:26.663Z[ host-image] Jul 10 19:52:25.414 INFO O| Jul 10 19:52:25.414 INFO ok!
105742026-07-10T19:52:26.663Z[ host-image] Jul 10 19:52:25.414 INFO O| Jul 10 19:52:25.414 INFO STEP 135 (ensure_file) COMPLETE
105752026-07-10T19:52:26.663Z[ host-image] Jul 10 19:52:25.414 INFO O| Jul 10 19:52:25.414 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105762026-07-10T19:52:26.667Z[ host-image] Jul 10 19:52:25.421 INFO O| Jul 10 19:52:25.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105772026-07-10T19:52:26.668Z[ host-image] Jul 10 19:52:25.421 INFO O| Jul 10 19:52:25.421 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105782026-07-10T19:52:26.671Z[ host-image] Jul 10 19:52:25.421 INFO O| Jul 10 19:52:25.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105792026-07-10T19:52:26.671Z[ host-image] Jul 10 19:52:25.421 INFO O| Jul 10 19:52:25.421 INFO ok!
105802026-07-10T19:52:26.671Z[ host-image] Jul 10 19:52:25.421 INFO O| Jul 10 19:52:25.421 INFO STEP 136 (ensure_file) COMPLETE
105812026-07-10T19:52:26.671Z[ host-image] Jul 10 19:52:25.421 INFO O| Jul 10 19:52:25.421 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105822026-07-10T19:52:26.674Z[ host-image] Jul 10 19:52:25.427 INFO O| Jul 10 19:52:25.427 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105832026-07-10T19:52:26.674Z[ host-image] Jul 10 19:52:25.427 INFO O| Jul 10 19:52:25.427 INFO copying /tmp/.tmpyt9TAX/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 ...
105842026-07-10T19:52:26.674Z[ host-image] Jul 10 19:52:25.427 INFO O| Jul 10 19:52:25.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105852026-07-10T19:52:26.674Z[ host-image] Jul 10 19:52:25.427 INFO O| Jul 10 19:52:25.427 INFO ok!
105862026-07-10T19:52:26.674Z[ host-image] Jul 10 19:52:25.427 INFO O| Jul 10 19:52:25.427 INFO STEP 137 (ensure_file) COMPLETE
105872026-07-10T19:52:26.674Z[ host-image] Jul 10 19:52:25.427 INFO O| Jul 10 19:52:25.427 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105882026-07-10T19:52:26.679Z[ host-image] Jul 10 19:52:25.433 INFO O| Jul 10 19:52:25.433 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105892026-07-10T19:52:26.679Z[ host-image] Jul 10 19:52:25.433 INFO O| Jul 10 19:52:25.433 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105902026-07-10T19:52:26.682Z[ host-image] Jul 10 19:52:25.433 INFO O| Jul 10 19:52:25.433 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105912026-07-10T19:52:26.685Z[ host-image] Jul 10 19:52:25.433 INFO O| Jul 10 19:52:25.433 INFO ok!
105922026-07-10T19:52:26.685Z[ host-image] Jul 10 19:52:25.433 INFO O| Jul 10 19:52:25.433 INFO STEP 138 (ensure_file) COMPLETE
105932026-07-10T19:52:26.685Z[ host-image] Jul 10 19:52:25.433 INFO O| Jul 10 19:52:25.433 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105942026-07-10T19:52:26.688Z[ host-image] Jul 10 19:52:25.439 INFO O| Jul 10 19:52:25.439 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105952026-07-10T19:52:26.688Z[ host-image] Jul 10 19:52:25.439 INFO O| Jul 10 19:52:25.439 INFO copying /tmp/.tmpyt9TAX/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105962026-07-10T19:52:26.993Z[ recovery-image] Jul 10 19:52:25.747 INFO E| Compiling scroll_derive v0.13.1
105972026-07-10T19:52:28.214Z[ recovery-image] Jul 10 19:52:26.967 INFO E| Compiling bitstruct_derive v0.1.0
105982026-07-10T19:52:32.334Z[ host-image] Jul 10 19:52:31.087 INFO O| Jul 10 19:52:31.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105992026-07-10T19:52:32.334Z[ host-image] Jul 10 19:52:31.087 INFO O| Jul 10 19:52:31.087 INFO ok!
106002026-07-10T19:52:32.334Z[ host-image] Jul 10 19:52:31.087 INFO O| Jul 10 19:52:31.087 INFO STEP 139 (ensure_file) COMPLETE
106012026-07-10T19:52:32.339Z[ host-image] Jul 10 19:52:31.087 INFO O| Jul 10 19:52:31.087 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106022026-07-10T19:52:32.343Z[ host-image] Jul 10 19:52:31.095 INFO O| Jul 10 19:52:31.095 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
106032026-07-10T19:52:32.343Z[ host-image] Jul 10 19:52:31.095 INFO O| Jul 10 19:52:31.095 INFO STEP 140 (ensure_dir) COMPLETE
106042026-07-10T19:52:32.343Z[ host-image] Jul 10 19:52:31.095 INFO O| Jul 10 19:52:31.095 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106052026-07-10T19:52:32.347Z[ host-image] Jul 10 19:52:31.101 INFO O| Jul 10 19:52:31.101 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
106062026-07-10T19:52:32.347Z[ host-image] Jul 10 19:52:31.101 INFO O| Jul 10 19:52:31.101 INFO STEP 141 (ensure_dir) COMPLETE
106072026-07-10T19:52:32.347Z[ host-image] Jul 10 19:52:31.101 INFO O| Jul 10 19:52:31.101 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106082026-07-10T19:52:32.357Z[ host-image] Jul 10 19:52:31.110 INFO O| Jul 10 19:52:31.109 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
106092026-07-10T19:52:32.357Z[ host-image] Jul 10 19:52:31.110 INFO O| Jul 10 19:52:31.110 INFO STEP 142 (ensure_dir) COMPLETE
106102026-07-10T19:52:32.360Z[ host-image] Jul 10 19:52:31.110 INFO O| Jul 10 19:52:31.110 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106112026-07-10T19:52:32.363Z[ host-image] Jul 10 19:52:31.115 INFO O| Jul 10 19:52:31.115 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
106122026-07-10T19:52:32.363Z[ host-image] Jul 10 19:52:31.115 INFO O| Jul 10 19:52:31.115 INFO STEP 143 (ensure_dir) COMPLETE
106132026-07-10T19:52:32.363Z[ host-image] Jul 10 19:52:31.115 INFO O| Jul 10 19:52:31.115 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106142026-07-10T19:52:32.367Z[ host-image] Jul 10 19:52:31.121 INFO O| Jul 10 19:52:31.121 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
106152026-07-10T19:52:32.371Z[ host-image] Jul 10 19:52:31.121 INFO O| Jul 10 19:52:31.121 INFO copying /tmp/.tmpyt9TAX/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 ...
106162026-07-10T19:52:32.399Z[ host-image] Jul 10 19:52:31.153 INFO O| Jul 10 19:52:31.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
106172026-07-10T19:52:32.399Z[ host-image] Jul 10 19:52:31.153 INFO O| Jul 10 19:52:31.153 INFO ok!
106182026-07-10T19:52:32.403Z[ host-image] Jul 10 19:52:31.153 INFO O| Jul 10 19:52:31.153 INFO STEP 144 (ensure_file) COMPLETE
106192026-07-10T19:52:32.403Z[ host-image] Jul 10 19:52:31.153 INFO O| Jul 10 19:52:31.153 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106202026-07-10T19:52:32.406Z[ host-image] Jul 10 19:52:31.159 INFO O| Jul 10 19:52:31.159 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
106212026-07-10T19:52:32.406Z[ host-image] Jul 10 19:52:31.159 INFO O| Jul 10 19:52:31.159 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
106222026-07-10T19:52:32.406Z[ host-image] Jul 10 19:52:31.159 INFO O| Jul 10 19:52:31.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
106232026-07-10T19:52:32.406Z[ host-image] Jul 10 19:52:31.159 INFO O| Jul 10 19:52:31.159 INFO STEP 145 (ensure_dir) COMPLETE
106242026-07-10T19:52:32.406Z[ host-image] Jul 10 19:52:31.159 INFO O| Jul 10 19:52:31.159 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
106252026-07-10T19:52:32.411Z[ host-image] Jul 10 19:52:31.165 INFO O| Jul 10 19:52:31.165 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
106262026-07-10T19:52:32.414Z[ host-image] Jul 10 19:52:31.165 INFO O| Jul 10 19:52:31.165 INFO copying /tmp/.tmpyt9TAX/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
106272026-07-10T19:52:32.414Z[ host-image] Jul 10 19:52:31.165 INFO O| Jul 10 19:52:31.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
106282026-07-10T19:52:32.414Z[ host-image] Jul 10 19:52:31.165 INFO O| Jul 10 19:52:31.165 INFO ok!
106292026-07-10T19:52:32.414Z[ host-image] Jul 10 19:52:31.165 INFO O| Jul 10 19:52:31.165 INFO STEP 146 (ensure_file) COMPLETE
106302026-07-10T19:52:32.414Z[ host-image] Jul 10 19:52:31.165 INFO O| Jul 10 19:52:31.165 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106312026-07-10T19:52:32.419Z[ host-image] Jul 10 19:52:31.170 INFO O| Jul 10 19:52:31.170 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106322026-07-10T19:52:32.419Z[ host-image] Jul 10 19:52:31.170 INFO O| Jul 10 19:52:31.170 INFO STEP 147 (remove_files) COMPLETE
106332026-07-10T19:52:32.419Z[ host-image] Jul 10 19:52:31.170 INFO O| Jul 10 19:52:31.170 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106342026-07-10T19:52:32.422Z[ host-image] Jul 10 19:52:31.175 INFO O| Jul 10 19:52:31.175 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106352026-07-10T19:52:32.422Z[ host-image] Jul 10 19:52:31.175 INFO O| Jul 10 19:52:31.175 INFO STEP 148 (remove_files) COMPLETE
106362026-07-10T19:52:32.422Z[ host-image] Jul 10 19:52:31.175 INFO O| Jul 10 19:52:31.175 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106372026-07-10T19:52:32.427Z[ host-image] Jul 10 19:52:31.181 INFO O| Jul 10 19:52:31.181 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106382026-07-10T19:52:32.430Z[ host-image] Jul 10 19:52:31.181 INFO O| Jul 10 19:52:31.181 INFO STEP 149 (remove_files) COMPLETE
106392026-07-10T19:52:32.430Z[ host-image] Jul 10 19:52:31.181 INFO O| Jul 10 19:52:31.181 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106402026-07-10T19:52:32.433Z[ host-image] Jul 10 19:52:31.186 INFO O| Jul 10 19:52:31.186 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106412026-07-10T19:52:32.433Z[ host-image] Jul 10 19:52:31.186 INFO O| Jul 10 19:52:31.186 INFO STEP 150 (remove_files) COMPLETE
106422026-07-10T19:52:32.433Z[ host-image] Jul 10 19:52:31.186 INFO O| Jul 10 19:52:31.186 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106432026-07-10T19:52:32.441Z[ host-image] Jul 10 19:52:31.195 INFO O| Jul 10 19:52:31.195 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106442026-07-10T19:52:32.441Z[ host-image] Jul 10 19:52:31.195 INFO O| Jul 10 19:52:31.195 INFO STEP 151 (remove_files) COMPLETE
106452026-07-10T19:52:32.444Z[ host-image] Jul 10 19:52:31.195 INFO O| Jul 10 19:52:31.195 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106462026-07-10T19:52:32.449Z[ host-image] Jul 10 19:52:31.202 INFO O| Jul 10 19:52:31.202 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106472026-07-10T19:52:32.449Z[ host-image] Jul 10 19:52:31.202 INFO O| Jul 10 19:52:31.202 INFO STEP 152 (remove_files) COMPLETE
106482026-07-10T19:52:32.449Z[ host-image] Jul 10 19:52:31.202 INFO O| Jul 10 19:52:31.202 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106492026-07-10T19:52:32.455Z[ host-image] Jul 10 19:52:31.209 INFO O| Jul 10 19:52:31.209 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106502026-07-10T19:52:32.458Z[ host-image] Jul 10 19:52:31.209 INFO O| Jul 10 19:52:31.209 INFO STEP 153 (remove_files) COMPLETE
106512026-07-10T19:52:32.458Z[ host-image] Jul 10 19:52:31.209 INFO O| Jul 10 19:52:31.209 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106522026-07-10T19:52:32.461Z[ host-image] Jul 10 19:52:31.215 INFO O| Jul 10 19:52:31.215 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106532026-07-10T19:52:32.461Z[ host-image] Jul 10 19:52:31.215 INFO O| Jul 10 19:52:31.215 INFO STEP 154 (remove_files) COMPLETE
106542026-07-10T19:52:32.464Z[ host-image] Jul 10 19:52:31.215 INFO O| Jul 10 19:52:31.215 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106552026-07-10T19:52:32.468Z[ host-image] Jul 10 19:52:31.222 INFO O| Jul 10 19:52:31.222 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106562026-07-10T19:52:32.471Z[ host-image] Jul 10 19:52:31.222 INFO O| Jul 10 19:52:31.222 INFO STEP 155 (remove_files) COMPLETE
106572026-07-10T19:52:32.471Z[ host-image] Jul 10 19:52:31.222 INFO O| Jul 10 19:52:31.222 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106582026-07-10T19:52:32.475Z[ host-image] Jul 10 19:52:31.229 INFO O| Jul 10 19:52:31.229 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106592026-07-10T19:52:32.478Z[ host-image] Jul 10 19:52:31.229 INFO O| Jul 10 19:52:31.229 INFO STEP 156 (remove_files) COMPLETE
106602026-07-10T19:52:32.478Z[ host-image] Jul 10 19:52:31.229 INFO O| Jul 10 19:52:31.229 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106612026-07-10T19:52:32.482Z[ host-image] Jul 10 19:52:31.235 INFO O| Jul 10 19:52:31.235 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106622026-07-10T19:52:32.482Z[ host-image] Jul 10 19:52:31.235 INFO O| Jul 10 19:52:31.235 INFO STEP 157 (remove_files) COMPLETE
106632026-07-10T19:52:32.482Z[ host-image] Jul 10 19:52:31.235 INFO O| Jul 10 19:52:31.235 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106642026-07-10T19:52:32.488Z[ host-image] Jul 10 19:52:31.241 INFO O| Jul 10 19:52:31.241 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106652026-07-10T19:52:32.491Z[ host-image] Jul 10 19:52:31.241 INFO O| Jul 10 19:52:31.241 INFO STEP 158 (remove_files) COMPLETE
106662026-07-10T19:52:32.491Z[ host-image] Jul 10 19:52:31.241 INFO O| Jul 10 19:52:31.241 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106672026-07-10T19:52:32.494Z[ host-image] Jul 10 19:52:31.247 INFO O| Jul 10 19:52:31.247 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106682026-07-10T19:52:32.494Z[ host-image] Jul 10 19:52:31.247 INFO O| Jul 10 19:52:31.247 INFO STEP 159 (remove_files) COMPLETE
106692026-07-10T19:52:32.494Z[ host-image] Jul 10 19:52:31.247 INFO O| Jul 10 19:52:31.247 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106702026-07-10T19:52:32.500Z[ host-image] Jul 10 19:52:31.254 INFO O| Jul 10 19:52:31.254 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106712026-07-10T19:52:32.500Z[ host-image] Jul 10 19:52:31.254 INFO O| Jul 10 19:52:31.254 INFO STEP 160 (remove_files) COMPLETE
106722026-07-10T19:52:32.500Z[ host-image] Jul 10 19:52:31.254 INFO O| Jul 10 19:52:31.254 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106732026-07-10T19:52:32.506Z[ host-image] Jul 10 19:52:31.260 INFO O| Jul 10 19:52:31.260 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106742026-07-10T19:52:32.506Z[ host-image] Jul 10 19:52:31.260 INFO O| Jul 10 19:52:31.260 INFO STEP 161 (remove_files) COMPLETE
106752026-07-10T19:52:32.509Z[ host-image] Jul 10 19:52:31.260 INFO O| Jul 10 19:52:31.260 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106762026-07-10T19:52:32.513Z[ host-image] Jul 10 19:52:31.266 INFO O| Jul 10 19:52:31.266 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106772026-07-10T19:52:32.513Z[ host-image] Jul 10 19:52:31.266 INFO O| Jul 10 19:52:31.266 INFO STEP 162 (remove_files) COMPLETE
106782026-07-10T19:52:32.514Z[ host-image] Jul 10 19:52:31.266 INFO O| Jul 10 19:52:31.266 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106792026-07-10T19:52:32.518Z[ host-image] Jul 10 19:52:31.272 INFO O| Jul 10 19:52:31.272 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106802026-07-10T19:52:32.518Z[ host-image] Jul 10 19:52:31.272 INFO O| Jul 10 19:52:31.272 INFO STEP 163 (remove_files) COMPLETE
106812026-07-10T19:52:32.521Z[ host-image] Jul 10 19:52:31.272 INFO O| Jul 10 19:52:31.272 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106822026-07-10T19:52:32.524Z[ host-image] Jul 10 19:52:31.278 INFO O| Jul 10 19:52:31.278 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106832026-07-10T19:52:32.524Z[ host-image] Jul 10 19:52:31.278 INFO O| Jul 10 19:52:31.278 INFO STEP 164 (remove_files) COMPLETE
106842026-07-10T19:52:32.524Z[ host-image] Jul 10 19:52:31.278 INFO O| Jul 10 19:52:31.278 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106852026-07-10T19:52:32.531Z[ host-image] Jul 10 19:52:31.284 INFO O| Jul 10 19:52:31.284 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106862026-07-10T19:52:32.531Z[ host-image] Jul 10 19:52:31.284 INFO O| Jul 10 19:52:31.284 INFO STEP 165 (remove_files) COMPLETE
106872026-07-10T19:52:32.531Z[ host-image] Jul 10 19:52:31.284 INFO O| Jul 10 19:52:31.284 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106882026-07-10T19:52:32.538Z[ host-image] Jul 10 19:52:31.291 INFO O| Jul 10 19:52:31.291 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106892026-07-10T19:52:32.541Z[ host-image] Jul 10 19:52:31.292 INFO O| Jul 10 19:52:31.291 INFO STEP 166 (remove_files) COMPLETE
106902026-07-10T19:52:32.541Z[ host-image] Jul 10 19:52:31.292 INFO O| Jul 10 19:52:31.292 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106912026-07-10T19:52:32.545Z[ host-image] Jul 10 19:52:31.298 INFO O| Jul 10 19:52:31.298 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106922026-07-10T19:52:32.545Z[ host-image] Jul 10 19:52:31.298 INFO O| Jul 10 19:52:31.298 INFO STEP 167 (remove_files) COMPLETE
106932026-07-10T19:52:32.545Z[ host-image] Jul 10 19:52:31.298 INFO O| Jul 10 19:52:31.298 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106942026-07-10T19:52:32.550Z[ host-image] Jul 10 19:52:31.304 INFO O| Jul 10 19:52:31.304 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106952026-07-10T19:52:32.553Z[ host-image] Jul 10 19:52:31.304 INFO O| Jul 10 19:52:31.304 INFO STEP 168 (remove_files) COMPLETE
106962026-07-10T19:52:32.553Z[ host-image] Jul 10 19:52:31.304 INFO O| Jul 10 19:52:31.304 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106972026-07-10T19:52:32.557Z[ host-image] Jul 10 19:52:31.311 INFO O| Jul 10 19:52:31.311 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106982026-07-10T19:52:32.557Z[ host-image] Jul 10 19:52:31.311 INFO O| Jul 10 19:52:31.311 INFO STEP 169 (remove_files) COMPLETE
106992026-07-10T19:52:32.560Z[ host-image] Jul 10 19:52:31.311 INFO O| Jul 10 19:52:31.311 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107002026-07-10T19:52:32.564Z[ host-image] Jul 10 19:52:31.317 INFO O| Jul 10 19:52:31.317 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
107012026-07-10T19:52:32.564Z[ host-image] Jul 10 19:52:31.317 INFO O| Jul 10 19:52:31.317 INFO STEP 170 (remove_files) COMPLETE
107022026-07-10T19:52:32.564Z[ host-image] Jul 10 19:52:31.317 INFO O| Jul 10 19:52:31.317 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107032026-07-10T19:52:32.570Z[ host-image] Jul 10 19:52:31.324 INFO O| Jul 10 19:52:31.323 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
107042026-07-10T19:52:32.570Z[ host-image] Jul 10 19:52:31.324 INFO O| Jul 10 19:52:31.324 INFO STEP 171 (remove_files) COMPLETE
107052026-07-10T19:52:32.573Z[ host-image] Jul 10 19:52:31.324 INFO O| Jul 10 19:52:31.324 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107062026-07-10T19:52:32.577Z[ host-image] Jul 10 19:52:31.330 INFO O| Jul 10 19:52:31.330 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
107072026-07-10T19:52:32.577Z[ host-image] Jul 10 19:52:31.330 INFO O| Jul 10 19:52:31.330 INFO STEP 172 (remove_files) COMPLETE
107082026-07-10T19:52:32.577Z[ host-image] Jul 10 19:52:31.330 INFO O| Jul 10 19:52:31.330 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107092026-07-10T19:52:32.582Z[ host-image] Jul 10 19:52:31.335 INFO O| Jul 10 19:52:31.335 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
107102026-07-10T19:52:32.582Z[ host-image] Jul 10 19:52:31.335 INFO O| Jul 10 19:52:31.335 INFO STEP 173 (remove_files) COMPLETE
107112026-07-10T19:52:32.582Z[ host-image] Jul 10 19:52:31.335 INFO O| Jul 10 19:52:31.335 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107122026-07-10T19:52:32.588Z[ host-image] Jul 10 19:52:31.342 INFO O| Jul 10 19:52:31.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
107132026-07-10T19:52:32.588Z[ host-image] Jul 10 19:52:31.342 INFO O| Jul 10 19:52:31.342 INFO STEP 174 (remove_files) COMPLETE
107142026-07-10T19:52:32.592Z[ host-image] Jul 10 19:52:31.342 INFO O| Jul 10 19:52:31.342 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
107152026-07-10T19:52:32.595Z[ host-image] Jul 10 19:52:31.348 INFO O| Jul 10 19:52:31.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
107162026-07-10T19:52:32.595Z[ host-image] Jul 10 19:52:31.348 INFO O| Jul 10 19:52:31.348 INFO STEP 175 (remove_files) COMPLETE
107172026-07-10T19:52:32.595Z[ host-image] Jul 10 19:52:31.348 INFO O| Jul 10 19:52:31.348 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
107182026-07-10T19:52:32.603Z[ host-image] Jul 10 19:52:31.357 INFO O| Jul 10 19:52:31.357 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
107192026-07-10T19:52:32.603Z[ host-image] Jul 10 19:52:31.357 INFO O| Jul 10 19:52:31.357 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"}
107202026-07-10T19:52:38.254Z[ recovery-image] Jul 10 19:52:37.007 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)
107212026-07-10T19:52:38.961Z[ host-image] Jul 10 19:52:37.714 INFO O| Jul 10 19:52:37.714 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
107222026-07-10T19:52:38.961Z[ host-image] Jul 10 19:52:37.714 INFO O| Jul 10 19:52:37.714 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107232026-07-10T19:52:38.972Z[ host-image] Jul 10 19:52:37.726 INFO O| Jul 10 19:52:37.726 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107242026-07-10T19:52:39.064Z[ host-image] Jul 10 19:52:37.818 INFO O| Jul 10 19:52:37.818 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_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
107252026-07-10T19:52:39.117Z[ host-image] Jul 10 19:52:37.871 INFO O| Jul 10 19:52:37.871 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
107262026-07-10T19:52:39.179Z[ host-image] Jul 10 19:52:37.933 INFO O| Jul 10 19:52:37.933 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107272026-07-10T19:52:39.181Z[ host-image] Jul 10 19:52:37.933 INFO O| Jul 10 19:52:37.933 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107282026-07-10T19:52:39.256Z[ host-image] Jul 10 19:52:38.009 INFO O| Jul 10 19:52:38.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107292026-07-10T19:52:39.256Z[ host-image] Jul 10 19:52:38.009 INFO O| Jul 10 19:52:38.009 INFO ok!
107302026-07-10T19:52:39.259Z[ host-image] Jul 10 19:52:38.009 INFO O| Jul 10 19:52:38.009 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107312026-07-10T19:52:39.259Z[ host-image] Jul 10 19:52:38.009 INFO O| Jul 10 19:52:38.009 INFO STEP 176 (seed_smf) COMPLETE
107322026-07-10T19:52:39.259Z[ host-image] Jul 10 19:52:38.009 INFO O| Jul 10 19:52:38.009 INFO steps complete; finalising image!
107332026-07-10T19:52:39.259Z[ host-image] Jul 10 19:52:38.009 INFO O| Jul 10 19:52:38.009 INFO TRIM POOL: TEMPORARY-sled-zfs
107342026-07-10T19:52:39.286Z[ host-image] Jul 10 19:52:38.040 INFO O| Jul 10 19:52:38.040 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Fri Jul 10 19:52:38 2026)
107352026-07-10T19:52:39.499Z[ host-image] Jul 10 19:52:38.252 INFO O| Jul 10 19:52:38.252 INFO temporary pool has 849M used, 47.2M avail, 1.82x compressratio
107362026-07-10T19:52:39.499Z[ host-image] Jul 10 19:52:38.252 INFO O| Jul 10 19:52:38.252 INFO EXPORT POOL: TEMPORARY-sled-zfs
107372026-07-10T19:52:39.832Z[ host-image] Jul 10 19:52:38.585 INFO O| Jul 10 19:52:38.585 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107382026-07-10T19:52:39.832Z[ host-image] Jul 10 19:52:38.585 INFO O| Jul 10 19:52:38.585 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107392026-07-10T19:52:40.386Z[ recovery-image] Jul 10 19:52:39.139 INFO E| Compiling bitflags v1.3.2
107402026-07-10T19:52:40.386Z[ recovery-image] Jul 10 19:52:39.139 INFO E| Compiling plain v0.2.3
107412026-07-10T19:52:40.386Z[ recovery-image] Jul 10 19:52:39.139 INFO E| Compiling bit_field v0.10.3
107422026-07-10T19:52:40.390Z[ recovery-image] Jul 10 19:52:39.139 INFO E| Compiling log v0.4.32
107432026-07-10T19:52:40.390Z[ recovery-image] Jul 10 19:52:39.140 INFO E| Compiling scroll v0.13.0
107442026-07-10T19:52:40.390Z[ recovery-image] Jul 10 19:52:39.140 INFO E| Compiling bitflags v2.13.0
107452026-07-10T19:52:40.390Z[ recovery-image] Jul 10 19:52:39.140 INFO E| Compiling adler2 v2.0.1
107462026-07-10T19:52:40.390Z[ recovery-image] Jul 10 19:52:39.140 INFO E| Compiling static_assertions v1.1.0
107472026-07-10T19:52:40.390Z[ recovery-image] Jul 10 19:52:39.140 INFO E| Compiling bitstruct v0.1.1
107482026-07-10T19:52:40.436Z[ recovery-image] Jul 10 19:52:39.189 INFO E| Compiling raw-cpuid v10.7.0
107492026-07-10T19:52:40.482Z[ recovery-image] Jul 10 19:52:39.235 INFO E| Compiling miniz_oxide v0.9.1
107502026-07-10T19:52:40.525Z[ host-image] Jul 10 19:52:39.278 INFO O| Jul 10 19:52:39.278 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107512026-07-10T19:52:40.525Z[ host-image] Jul 10 19:52:39.279 INFO O| Jul 10 19:52:39.278 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107522026-07-10T19:52:40.529Z[ host-image] Jul 10 19:52:39.279 INFO O| Jul 10 19:52:39.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107532026-07-10T19:52:40.529Z[ host-image] Jul 10 19:52:39.279 INFO O| Jul 10 19:52:39.278 INFO completed processing sled/zfs
107542026-07-10T19:52:40.529Z[ host-image] Jul 10 19:52:39.279 INFO O| Jul 10 19:52:39.278 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107552026-07-10T19:52:40.550Z[ recovery-image] Jul 10 19:52:39.303 INFO E| Compiling cpio_reader v0.1.2
107562026-07-10T19:52:40.595Z[ recovery-image] Jul 10 19:52:39.348 INFO E| Compiling goblin v0.10.7
107572026-07-10T19:52:43.406Z[ recovery-image] Jul 10 19:52:42.159 INFO E| Finished `release` profile [optimized] target(s) in 19.68s
107582026-07-10T19:52:43.424Z[ recovery-image] Jul 10 19:52:42.178 INFO building ROM for gimlet
107592026-07-10T19:52:43.424Z[ recovery-image] Jul 10 19:52:42.178 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")
107602026-07-10T19:52:43.499Z[ recovery-image] Jul 10 19:52:42.252 INFO E| Downloading crates ...
107612026-07-10T19:52:43.551Z[ recovery-image] Jul 10 19:52:42.304 INFO E| Downloaded anstream v0.6.18
107622026-07-10T19:52:43.558Z[ recovery-image] Jul 10 19:52:42.312 INFO E| Downloaded clap v4.5.37
107632026-07-10T19:52:43.563Z[ recovery-image] Jul 10 19:52:42.317 INFO E| Downloaded anstyle v1.0.10
107642026-07-10T19:52:43.566Z[ recovery-image] Jul 10 19:52:42.318 INFO E| Downloaded colorchoice v1.0.3
107652026-07-10T19:52:43.566Z[ recovery-image] Jul 10 19:52:42.318 INFO E| Downloaded toml_write v0.1.1
107662026-07-10T19:52:43.566Z[ recovery-image] Jul 10 19:52:42.319 INFO E| Downloaded clap_lex v0.7.4
107672026-07-10T19:52:43.569Z[ recovery-image] Jul 10 19:52:42.320 INFO E| Downloaded shared_child v1.0.1
107682026-07-10T19:52:43.569Z[ recovery-image] Jul 10 19:52:42.321 INFO E| Downloaded os_pipe v1.2.1
107692026-07-10T19:52:43.569Z[ recovery-image] Jul 10 19:52:42.321 INFO E| Downloaded anstyle-query v1.1.2
107702026-07-10T19:52:43.571Z[ recovery-image] Jul 10 19:52:42.324 INFO E| Downloaded toml_datetime v0.6.9
107712026-07-10T19:52:43.574Z[ recovery-image] Jul 10 19:52:42.326 INFO E| Downloaded serde_spanned v0.6.8
107722026-07-10T19:52:43.574Z[ recovery-image] Jul 10 19:52:42.327 INFO E| Downloaded is_terminal_polyfill v1.70.1
107732026-07-10T19:52:43.577Z[ recovery-image] Jul 10 19:52:42.331 INFO E| Downloaded duct v0.13.7
107742026-07-10T19:52:43.580Z[ recovery-image] Jul 10 19:52:42.334 INFO E| Downloaded anstyle-parse v0.2.6
107752026-07-10T19:52:43.585Z[ recovery-image] Jul 10 19:52:42.339 INFO E| Downloaded clap_derive v4.5.32
107762026-07-10T19:52:43.603Z[ recovery-image] Jul 10 19:52:42.356 INFO E| Downloaded toml v0.8.22
107772026-07-10T19:52:43.622Z[ recovery-image] Jul 10 19:52:42.375 INFO E| Downloaded cc v1.2.20
107782026-07-10T19:52:43.625Z[ recovery-image] Jul 10 19:52:42.377 INFO E| Downloaded toml_edit v0.22.26
107792026-07-10T19:52:43.643Z[ recovery-image] Jul 10 19:52:42.397 INFO E| Downloaded winnow v0.7.7
107802026-07-10T19:52:43.648Z[ recovery-image] Jul 10 19:52:42.401 INFO E| Downloaded clap_builder v4.5.37
107812026-07-10T19:52:43.661Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling libc v0.2.172
107822026-07-10T19:52:43.661Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling utf8parse v0.2.2
107832026-07-10T19:52:43.665Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling anstyle-query v1.1.2
107842026-07-10T19:52:43.665Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling colorchoice v1.0.3
107852026-07-10T19:52:43.665Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling anstyle v1.0.10
107862026-07-10T19:52:43.665Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling is_terminal_polyfill v1.70.1
107872026-07-10T19:52:43.665Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling equivalent v1.0.2
107882026-07-10T19:52:43.665Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling shlex v1.3.0
107892026-07-10T19:52:43.665Z[ recovery-image] Jul 10 19:52:42.415 INFO E| Compiling once_cell v1.21.3
107902026-07-10T19:52:43.679Z[ recovery-image] Jul 10 19:52:42.432 INFO E| Compiling hashbrown v0.15.2
107912026-07-10T19:52:43.682Z[ recovery-image] Jul 10 19:52:42.432 INFO E| Compiling clap_lex v0.7.4
107922026-07-10T19:52:43.682Z[ recovery-image] Jul 10 19:52:42.433 INFO E| Compiling toml_write v0.1.1
107932026-07-10T19:52:43.689Z[ recovery-image] Jul 10 19:52:42.442 INFO E| Compiling winnow v0.7.7
107942026-07-10T19:52:43.691Z[ recovery-image] Jul 10 19:52:42.443 INFO E| Compiling strsim v0.11.1
107952026-07-10T19:52:43.700Z[ recovery-image] Jul 10 19:52:42.454 INFO E| Compiling anyhow v1.0.98
107962026-07-10T19:52:43.703Z[ recovery-image] Jul 10 19:52:42.454 INFO E| Compiling syn v2.0.101
107972026-07-10T19:52:43.817Z[ recovery-image] Jul 10 19:52:42.570 INFO E| Compiling anstyle-parse v0.2.6
107982026-07-10T19:52:43.830Z[ recovery-image] Jul 10 19:52:42.583 INFO E| Compiling cc v1.2.20
107992026-07-10T19:52:43.968Z[ recovery-image] Jul 10 19:52:42.721 INFO E| Compiling anstream v0.6.18
108002026-07-10T19:52:44.143Z[ recovery-image] Jul 10 19:52:42.896 INFO E| Compiling indexmap v2.9.0
108012026-07-10T19:52:44.174Z[ recovery-image] Jul 10 19:52:42.925 INFO E| Compiling clap_builder v4.5.37
108022026-07-10T19:52:44.333Z[ recovery-image] Jul 10 19:52:43.086 INFO E| Compiling os_pipe v1.2.1
108032026-07-10T19:52:44.333Z[ recovery-image] Jul 10 19:52:43.086 INFO E| Compiling shared_child v1.0.1
108042026-07-10T19:52:44.456Z[ recovery-image] Jul 10 19:52:43.209 INFO E| Compiling duct v0.13.7
108052026-07-10T19:52:44.896Z[ recovery-image] Jul 10 19:52:43.650 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108062026-07-10T19:52:45.712Z[ recovery-image] Jul 10 19:52:44.465 INFO E| Compiling serde_derive v1.0.219
108072026-07-10T19:52:45.712Z[ recovery-image] Jul 10 19:52:44.465 INFO E| Compiling clap_derive v4.5.32
108082026-07-10T19:52:46.959Z[ recovery-image] Jul 10 19:52:45.712 INFO E| Compiling clap v4.5.37
108092026-07-10T19:52:47.576Z[ recovery-image] Jul 10 19:52:46.329 INFO E| Compiling serde v1.0.219
108102026-07-10T19:52:49.247Z[ recovery-image] Jul 10 19:52:48.000 INFO E| Compiling toml_datetime v0.6.9
108112026-07-10T19:52:49.247Z[ recovery-image] Jul 10 19:52:48.000 INFO E| Compiling serde_spanned v0.6.8
108122026-07-10T19:52:49.390Z[ recovery-image] Jul 10 19:52:48.143 INFO E| Compiling toml_edit v0.22.26
108132026-07-10T19:52:50.525Z[ recovery-image] Jul 10 19:52:49.279 INFO E| Compiling toml v0.8.22
108142026-07-10T19:52:52.473Z[ recovery-image] Jul 10 19:52:51.226 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.01s
108152026-07-10T19:52:52.484Z[ recovery-image] Jul 10 19:52:51.238 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5`
108162026-07-10T19:52:52.496Z[ recovery-image] Jul 10 19:52:51.250 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108172026-07-10T19:52:52.565Z[ recovery-image] Jul 10 19:52:51.318 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108182026-07-10T19:52:52.568Z[ recovery-image] Jul 10 19:52:51.321 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`
108192026-07-10T19:52:52.677Z[ recovery-image] Jul 10 19:52:51.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108202026-07-10T19:52:52.677Z[ recovery-image] Jul 10 19:52:51.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108212026-07-10T19:52:52.677Z[ recovery-image] Jul 10 19:52:51.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108222026-07-10T19:52:52.677Z[ recovery-image] Jul 10 19:52:51.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108232026-07-10T19:52:52.680Z[ recovery-image] Jul 10 19:52:51.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108242026-07-10T19:52:52.680Z[ recovery-image] Jul 10 19:52:51.430 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108252026-07-10T19:52:52.680Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108262026-07-10T19:52:52.680Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108272026-07-10T19:52:52.680Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108282026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108292026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108302026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108312026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108322026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108332026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108342026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO O| Info: ABL version: 0x100f5010
108352026-07-10T19:52:52.682Z[ recovery-image] Jul 10 19:52:51.431 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108362026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108372026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108382026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108392026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108402026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108412026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108422026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
108432026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
108442026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
108452026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
108462026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
108472026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
108482026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
108492026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
108502026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
108512026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
108522026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.431 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
108532026-07-10T19:52:52.683Z[ recovery-image] Jul 10 19:52:51.432 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
108542026-07-10T19:52:52.713Z[ recovery-image] Jul 10 19:52:51.464 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
108552026-07-10T19:52:52.713Z[ recovery-image] Jul 10 19:52:51.464 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
108562026-07-10T19:52:52.716Z[ recovery-image] Jul 10 19:52:51.464 INFO building ROM for cosmo
108572026-07-10T19:52:52.716Z[ recovery-image] Jul 10 19:52:51.464 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")
108582026-07-10T19:52:52.792Z[ recovery-image] Jul 10 19:52:51.545 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
108592026-07-10T19:52:52.795Z[ recovery-image] Jul 10 19:52:51.548 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`
108602026-07-10T19:52:52.804Z[ recovery-image] Jul 10 19:52:51.557 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
108612026-07-10T19:52:52.874Z[ recovery-image] Jul 10 19:52:51.627 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108622026-07-10T19:52:52.877Z[ recovery-image] Jul 10 19:52:51.631 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`
108632026-07-10T19:52:53.091Z[ recovery-image] Jul 10 19:52:51.844 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
108642026-07-10T19:52:53.091Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
108652026-07-10T19:52:53.091Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
108662026-07-10T19:52:53.095Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
108672026-07-10T19:52:53.095Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
108682026-07-10T19:52:53.095Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
108692026-07-10T19:52:53.095Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
108702026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
108712026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
108722026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
108732026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
108742026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
108752026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
108762026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
108772026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
108782026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
108792026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
108802026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
108812026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
108822026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
108832026-07-10T19:52:53.096Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
108842026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
108852026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
108862026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
108872026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.845 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
108882026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
108892026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
108902026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
108912026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
108922026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
108932026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
108942026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
108952026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
108962026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
108972026-07-10T19:52:53.097Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
108982026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
108992026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109002026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109012026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109022026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109032026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109042026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109052026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109062026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109072026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109082026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109092026-07-10T19:52:53.099Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109102026-07-10T19:52:53.101Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109112026-07-10T19:52:53.101Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109122026-07-10T19:52:53.101Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109132026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109142026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109152026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.846 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109162026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.846 INFO O| Info: ABL version: 0x100af010
109172026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.846 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109182026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.847 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109192026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109202026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109212026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109222026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109232026-07-10T19:52:53.102Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109242026-07-10T19:52:53.103Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109252026-07-10T19:52:53.103Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109262026-07-10T19:52:53.103Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109272026-07-10T19:52:53.103Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109282026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109292026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109302026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109312026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109322026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109332026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109342026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109352026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109362026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109372026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109382026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109392026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109402026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109412026-07-10T19:52:53.104Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109422026-07-10T19:52:53.106Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109432026-07-10T19:52:53.106Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
109442026-07-10T19:52:53.106Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
109452026-07-10T19:52:53.106Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
109462026-07-10T19:52:53.106Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
109472026-07-10T19:52:53.110Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
109482026-07-10T19:52:53.110Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
109492026-07-10T19:52:53.110Z[ recovery-image] Jul 10 19:52:51.847 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
109502026-07-10T19:52:53.127Z[ recovery-image] Jul 10 19:52:51.881 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
109512026-07-10T19:52:54.325Z[ recovery-image] Jul 10 19:52:53.078 INFO image complete! materials are in "/work/os-recovery"
109522026-07-10T19:52:54.329Z[ recovery-image]
109532026-07-10T19:52:54.329Z[ recovery-image] real 4:03.142728836
109542026-07-10T19:52:54.329Z[ recovery-image] user 2:28.036687804
109552026-07-10T19:52:54.330Z[ recovery-image] sys 35.158759501
109562026-07-10T19:52:54.330Z[ recovery-image] trap 0.064069463
109572026-07-10T19:52:54.330Z[ recovery-image] tflt 0.752697168
109582026-07-10T19:52:54.330Z[ recovery-image] dflt 0.852237984
109592026-07-10T19:52:54.331Z[ recovery-image] kflt 0.000139810
109602026-07-10T19:52:54.331Z[ recovery-image] lock 10:32.313744910
109612026-07-10T19:52:54.331Z[ recovery-image] slp 23:59.098886662
109622026-07-10T19:52:54.331Z[ recovery-image] lat 29.797874213
109632026-07-10T19:52:54.331Z[ recovery-image] stop 6.247600606
109642026-07-10T19:52:54.334ZJul 10 19:52:53.082 INFO [recovery-image] process exited with exit status: 0 (243.147417329s)
109652026-07-10T19:52:54.958Z[ host-image] Jul 10 19:52:53.712 INFO O| Jul 10 19:52:53.712 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
109662026-07-10T19:52:55.034Z[ host-image] Jul 10 19:52:53.788 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
109672026-07-10T19:52:55.035Z[ host-image] Jul 10 19:52:53.788 INFO expanded image name: "ci 07d9ddd/${os_short_commit} 2026-07-10 19:38" -> "ci 07d9ddd/9b09742 2026-07-10 19:38"
109682026-07-10T19:52:55.038Z[ host-image] Jul 10 19:52:53.788 INFO output artefacts stored in: "/work/os-host"
109692026-07-10T19:52:55.038Z[ host-image] Jul 10 19:52:53.788 INFO collecting git info from project "bootserver"...
109702026-07-10T19:52:55.041Z[ host-image] Jul 10 19:52:53.793 INFO collecting git info from project "pilot"...
109712026-07-10T19:52:55.044Z[ host-image] Jul 10 19:52:53.797 INFO collecting git info from project "image-builder"...
109722026-07-10T19:52:55.047Z[ host-image] Jul 10 19:52:53.801 INFO collecting git info from project "chelsio-t6-roms"...
109732026-07-10T19:52:55.050Z[ host-image] Jul 10 19:52:53.804 INFO collecting git info from project "dmar-report"...
109742026-07-10T19:52:55.056Z[ host-image] Jul 10 19:52:53.808 INFO collecting git info from project "amd-host-image-builder"...
109752026-07-10T19:52:55.059Z[ host-image] Jul 10 19:52:53.811 INFO collecting git info from project "phbl"...
109762026-07-10T19:52:55.061Z[ host-image] Jul 10 19:52:53.815 INFO collecting git info from project "pinprick"...
109772026-07-10T19:52:55.064Z[ host-image] Jul 10 19:52:53.818 INFO collecting git info from project "amd-firmware"...
109782026-07-10T19:52:55.075Z[ host-image] Jul 10 19:52:53.828 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
109792026-07-10T19:52:55.359Z[ host-image] Jul 10 19:52:54.112 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
109802026-07-10T19:52:55.623Z[ host-image] Jul 10 19:52:54.376 INFO creating Oxide boot image...
109812026-07-10T19:52:55.623Z[ host-image] Jul 10 19:52:54.376 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 07d9ddd/9b09742 2026-07-10 19:38", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
109822026-07-10T19:52:56.303Z[ host-image] Jul 10 19:52:55.057 INFO O| ok, image written!
109832026-07-10T19:52:56.303Z[ host-image] Jul 10 19:52:55.057 INFO O| ok, boot_image_csum file written!
109842026-07-10T19:52:56.306Z[ host-image] Jul 10 19:52:55.059 INFO creating boot archive (CPIO)...
109852026-07-10T19:52:56.306Z[ host-image] Jul 10 19:52:55.059 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
109862026-07-10T19:52:56.309Z[ host-image] Jul 10 19:52:55.062 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
109872026-07-10T19:52:56.310Z[ host-image] Jul 10 19:52:55.062 INFO E| + outfile=/work/os-host/cpio
109882026-07-10T19:52:56.310Z[ host-image] Jul 10 19:52:55.062 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
109892026-07-10T19:52:56.314Z[ host-image] Jul 10 19:52:55.064 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
109902026-07-10T19:52:56.314Z[ host-image] Jul 10 19:52:55.064 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
109912026-07-10T19:52:56.336Z[ host-image] Jul 10 19:52:55.090 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
109922026-07-10T19:52:56.339Z[ host-image] Jul 10 19:52:55.090 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
109932026-07-10T19:52:56.342Z[ host-image] Jul 10 19:52:55.095 INFO creating compressed cpio/unix for dev loaders...
109942026-07-10T19:52:56.342Z[ host-image] Jul 10 19:52:55.095 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
109952026-07-10T19:52:56.564Z[ host-image] Jul 10 19:52:55.317 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
109962026-07-10T19:52:59.795Z[ host-image] Jul 10 19:52:58.548 INFO creating reset image...
109972026-07-10T19:52:59.795Z[ host-image] Jul 10 19:52:58.548 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")
109982026-07-10T19:52:59.858Z[ host-image] Jul 10 19:52:58.611 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.02s
109992026-07-10T19:52:59.861Z[ host-image] Jul 10 19:52:58.612 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
110002026-07-10T19:53:00.101Z[ host-image] Jul 10 19:52:58.855 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)
110012026-07-10T19:53:00.101Z[ host-image] Jul 10 19:52:58.855 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)
110022026-07-10T19:53:00.101Z[ host-image] Jul 10 19:52:58.855 INFO E| Compiling proc-macro2 v1.0.106
110032026-07-10T19:53:00.105Z[ host-image] Jul 10 19:52:58.855 INFO E| Compiling unicode-ident v1.0.24
110042026-07-10T19:53:00.105Z[ host-image] Jul 10 19:52:58.855 INFO E| Compiling quote v1.0.45
110052026-07-10T19:53:00.105Z[ host-image] Jul 10 19:52:58.855 INFO E| Compiling syn v1.0.109
110062026-07-10T19:53:00.105Z[ host-image] Jul 10 19:52:58.855 INFO E| Compiling x86 v0.52.0
110072026-07-10T19:53:00.105Z[ host-image] Jul 10 19:52:58.855 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
110082026-07-10T19:53:00.111Z[ host-image] Jul 10 19:52:58.864 INFO E| Compiling seq-macro v0.3.6
110092026-07-10T19:53:01.008Z[ host-image] Jul 10 19:52:59.760 INFO E| Compiling syn v2.0.117
110102026-07-10T19:53:02.318Z[ host-image] Jul 10 19:53:01.072 INFO E| Compiling scroll_derive v0.13.1
110112026-07-10T19:53:03.250Z[ host-image] Jul 10 19:53:02.004 INFO E| Compiling bitstruct_derive v0.1.0
110122026-07-10T19:53:12.470Z[ host-image] Jul 10 19:53:11.223 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)
110132026-07-10T19:53:14.518Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling bitflags v1.3.2
110142026-07-10T19:53:14.518Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling scroll v0.13.0
110152026-07-10T19:53:14.522Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling bit_field v0.10.3
110162026-07-10T19:53:14.522Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling log v0.4.32
110172026-07-10T19:53:14.522Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling plain v0.2.3
110182026-07-10T19:53:14.522Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling adler2 v2.0.1
110192026-07-10T19:53:14.522Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling bitflags v2.13.0
110202026-07-10T19:53:14.522Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling bitstruct v0.1.1
110212026-07-10T19:53:14.523Z[ host-image] Jul 10 19:53:13.272 INFO E| Compiling static_assertions v1.1.0
110222026-07-10T19:53:14.569Z[ host-image] Jul 10 19:53:13.322 INFO E| Compiling raw-cpuid v10.7.0
110232026-07-10T19:53:14.605Z[ host-image] Jul 10 19:53:13.358 INFO E| Compiling miniz_oxide v0.9.1
110242026-07-10T19:53:14.667Z[ host-image] Jul 10 19:53:13.421 INFO E| Compiling cpio_reader v0.1.2
110252026-07-10T19:53:14.742Z[ host-image] Jul 10 19:53:13.495 INFO E| Compiling goblin v0.10.7
110262026-07-10T19:53:17.513Z[ host-image] Jul 10 19:53:16.265 INFO E| Finished `release` profile [optimized] target(s) in 17.64s
110272026-07-10T19:53:17.524Z[ host-image] Jul 10 19:53:16.277 INFO building ROM for gimlet
110282026-07-10T19:53:17.524Z[ host-image] Jul 10 19:53:16.277 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")
110292026-07-10T19:53:17.605Z[ host-image] Jul 10 19:53:16.359 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110302026-07-10T19:53:17.609Z[ host-image] Jul 10 19:53:16.361 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`
110312026-07-10T19:53:17.617Z[ host-image] Jul 10 19:53:16.371 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
110322026-07-10T19:53:17.681Z[ host-image] Jul 10 19:53:16.434 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110332026-07-10T19:53:17.684Z[ host-image] Jul 10 19:53:16.436 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`
110342026-07-10T19:53:17.793Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
110352026-07-10T19:53:17.793Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
110362026-07-10T19:53:17.793Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
110372026-07-10T19:53:17.796Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
110382026-07-10T19:53:17.796Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
110392026-07-10T19:53:17.796Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
110402026-07-10T19:53:17.796Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
110412026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
110422026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
110432026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
110442026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
110452026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
110462026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.546 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
110472026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
110482026-07-10T19:53:17.797Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
110492026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO O| Info: ABL version: 0x100f5010
110502026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
110512026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
110522026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
110532026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
110542026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
110552026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
110562026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
110572026-07-10T19:53:17.798Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
110582026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
110592026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
110602026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
110612026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
110622026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
110632026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
110642026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
110652026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
110662026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
110672026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
110682026-07-10T19:53:17.799Z[ host-image] Jul 10 19:53:16.547 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
110692026-07-10T19:53:17.826Z[ host-image] Jul 10 19:53:16.580 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
110702026-07-10T19:53:17.826Z[ host-image] Jul 10 19:53:16.580 INFO building ROM for cosmo
110712026-07-10T19:53:17.829Z[ host-image] Jul 10 19:53:16.580 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")
110722026-07-10T19:53:17.908Z[ host-image] Jul 10 19:53:16.662 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110732026-07-10T19:53:17.911Z[ host-image] Jul 10 19:53:16.664 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`
110742026-07-10T19:53:17.921Z[ host-image] Jul 10 19:53:16.675 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110752026-07-10T19:53:17.990Z[ host-image] Jul 10 19:53:16.743 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
110762026-07-10T19:53:17.994Z[ host-image] Jul 10 19:53:16.747 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`
110772026-07-10T19:53:18.200Z[ host-image] Jul 10 19:53:16.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110782026-07-10T19:53:18.200Z[ host-image] Jul 10 19:53:16.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110792026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110802026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110812026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.953 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110822026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110832026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110842026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110852026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110862026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110872026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110882026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110892026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110902026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110912026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110922026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110932026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110942026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110952026-07-10T19:53:18.204Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110962026-07-10T19:53:18.206Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110972026-07-10T19:53:18.206Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110982026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110992026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
111002026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
111012026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
111022026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
111032026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
111042026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
111052026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
111062026-07-10T19:53:18.207Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
111072026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
111082026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
111092026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
111102026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
111112026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
111122026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
111132026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
111142026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
111152026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
111162026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
111172026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
111182026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
111192026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
111202026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
111212026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.954 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
111222026-07-10T19:53:18.208Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
111232026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
111242026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
111252026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
111262026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
111272026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
111282026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
111292026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
111302026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO O| Info: ABL version: 0x100af010
111312026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
111322026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111332026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111342026-07-10T19:53:18.209Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111352026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111362026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111372026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111382026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111392026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111402026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111412026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111422026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111432026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111442026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111452026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111462026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111472026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111482026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111492026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111502026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.955 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111512026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111522026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111532026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111542026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111552026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111562026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111572026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111582026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111592026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111602026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111612026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111622026-07-10T19:53:18.210Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111632026-07-10T19:53:18.214Z[ host-image] Jul 10 19:53:16.956 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111642026-07-10T19:53:18.235Z[ host-image] Jul 10 19:53:16.989 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111652026-07-10T19:53:18.235Z[ host-image] Jul 10 19:53:16.989 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111662026-07-10T19:53:27.373Z[ host-image] Jul 10 19:53:26.126 INFO image complete! materials are in "/work/os-host"
111672026-07-10T19:53:27.376Z[ host-image]
111682026-07-10T19:53:27.376Z[ host-image] real 5:05.255719273
111692026-07-10T19:53:27.376Z[ host-image] user 2:27.537558839
111702026-07-10T19:53:27.376Z[ host-image] sys 33.718009160
111712026-07-10T19:53:27.376Z[ host-image] trap 0.057597995
111722026-07-10T19:53:27.376Z[ host-image] tflt 0.336052601
111732026-07-10T19:53:27.376Z[ host-image] dflt 0.182469178
111742026-07-10T19:53:27.376Z[ host-image] kflt 0.000015630
111752026-07-10T19:53:27.376Z[ host-image] lock 8:28.892994202
111762026-07-10T19:53:27.376Z[ host-image] slp 29:36.910544193
111772026-07-10T19:53:27.376Z[ host-image] lat 20.560412976
111782026-07-10T19:53:27.376Z[ host-image] stop 1.591174159
111792026-07-10T19:53:27.379ZJul 10 19:53:26.129 INFO [host-image] process exited with exit status: 0 (305.260817567s)
111802026-07-10T19:53:27.379ZJul 10 19:53:26.130 INFO [tuf-repo] running task
111812026-07-10T19:53:46.037ZJul 10 19:53:44.789 INFO assembling repository in `/tmp/tufaceousfrNNdE`, component: OmicronRepoAssembler
111822026-07-10T19:53:51.361ZJul 10 19:53:50.113 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111832026-07-10T19:53:51.581ZJul 10 19:53:50.334 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111842026-07-10T19:54:00.908ZJul 10 19:53:59.661 INFO extracting uploaded archive to /tmp/.tmpAaX5TK
111852026-07-10T19:54:02.832ZJul 10 19:54:01.585 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.g7Paln
111862026-07-10T19:54:02.884ZJul 10 19:54:01.637 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
111872026-07-10T19:54:02.978ZJul 10 19:54:01.732 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
111882026-07-10T19:54:03.064ZJul 10 19:54:01.817 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
111892026-07-10T19:54:03.142ZJul 10 19:54:01.895 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
111902026-07-10T19:54:03.222ZJul 10 19:54:01.975 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
111912026-07-10T19:54:03.302ZJul 10 19:54:02.055 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
111922026-07-10T19:54:03.374ZJul 10 19:54:02.127 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
111932026-07-10T19:54:03.443ZJul 10 19:54:02.196 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
111942026-07-10T19:54:03.443ZJul 10 19:54:02.196 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
111952026-07-10T19:54:03.479ZJul 10 19:54:02.232 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
111962026-07-10T19:54:03.479ZJul 10 19:54:02.232 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
111972026-07-10T19:54:03.519ZJul 10 19:54:02.273 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111982026-07-10T19:54:03.519ZJul 10 19:54:02.273 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
111992026-07-10T19:54:03.557ZJul 10 19:54:02.310 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112002026-07-10T19:54:03.558ZJul 10 19:54:02.310 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112012026-07-10T19:54:03.610ZJul 10 19:54:02.363 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112022026-07-10T19:54:03.613ZJul 10 19:54:02.363 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112032026-07-10T19:54:03.657ZJul 10 19:54:02.410 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112042026-07-10T19:54:03.660ZJul 10 19:54:02.410 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112052026-07-10T19:54:03.703ZJul 10 19:54:02.456 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112062026-07-10T19:54:03.703ZJul 10 19:54:02.456 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112072026-07-10T19:54:03.706ZJul 10 19:54:02.457 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112082026-07-10T19:54:03.707ZJul 10 19:54:02.458 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112092026-07-10T19:54:03.707ZJul 10 19:54:02.458 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112102026-07-10T19:54:03.707ZJul 10 19:54:02.459 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112112026-07-10T19:54:03.707ZJul 10 19:54:02.459 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112122026-07-10T19:54:09.074ZJul 10 19:54:07.827 INFO added artifact, length: 33554432, hash: 53d738c696b5e664f819d61b1435f0ef67a472ac1cc7477f8b62de73a3b14eb3, version: 21.0.0-0.ci+git07d9ddd528c, kind: gimlet_host_phase_1, name: host
112132026-07-10T19:54:09.074ZJul 10 19:54:07.827 INFO added artifact, length: 33554432, hash: 910999a5d61b40f25965d545c07895cab69816f8aca67943b7051f5f78ce807f, version: 21.0.0-0.ci+git07d9ddd528c, kind: cosmo_host_phase_1, name: host
112142026-07-10T19:54:09.078ZJul 10 19:54:07.827 INFO added artifact, length: 1101008896, hash: ba7e68e2608751e7ce688e189c9b5cf280d6958edcfb3e2c7d0c2de7db3079d2, version: 21.0.0-0.ci+git07d9ddd528c, kind: host_phase_2, name: host
112152026-07-10T19:54:10.112ZJul 10 19:54:08.865 INFO added artifact, length: 33554432, hash: 07af25f185e4060f788fa429c267fbef27bc0bd96fd9b324c0fe1f2531c0c569, version: 21.0.0-0.ci+git07d9ddd528c, kind: gimlet_trampoline_phase_1, name: trampoline
112162026-07-10T19:54:10.113ZJul 10 19:54:08.865 INFO added artifact, length: 33554432, hash: c33fd32fbb45bd0cbaad8599fe3a91e0d007351a88f9f4d9121dcfb3de57d606, version: 21.0.0-0.ci+git07d9ddd528c, kind: cosmo_trampoline_phase_1, name: trampoline
112172026-07-10T19:54:10.116ZJul 10 19:54:08.865 INFO added artifact, length: 164779921, hash: 86f0ebbebf0f8608e7f8c7cef5120c60758119cad12e90ebe61b72345bf2e53c, version: 21.0.0-0.ci+git07d9ddd528c, kind: trampoline_phase_2, name: trampoline
112182026-07-10T19:54:11.816ZJul 10 19:54:10.569 INFO added artifact, length: 304329355, hash: af62e053943dba799bf5648810fdc9479f8db60ee3660959de0a3c73d2b1a3de, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: clickhouse_keeper
112192026-07-10T19:54:13.656ZJul 10 19:54:12.409 INFO added artifact, length: 318180717, hash: 74e9af94ca5800a0e52850f1404745b3d0119f2d008f85df8a15caf76ba6f00a, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: clickhouse_server
112202026-07-10T19:54:15.371ZJul 10 19:54:14.123 INFO added artifact, length: 318183482, hash: 108772f86e93d084d052c35450cb25cc6e8663f8bbd50d45c010b57c1015dd55, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: clickhouse
112212026-07-10T19:54:16.312ZJul 10 19:54:15.065 INFO added artifact, length: 165617748, hash: ade76b1976238744fb37d125f8ee0c3b4a54e8f598096a917067bff9c156ac9d, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: cockroachdb
112222026-07-10T19:54:16.536ZJul 10 19:54:15.289 INFO added artifact, length: 40048238, hash: bf899f3a58b10ea535e84bcd1cdfdebf7c1b4483364214faacf53ba96296b863, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: crucible-pantry-zone
112232026-07-10T19:54:16.820ZJul 10 19:54:15.573 INFO added artifact, length: 55096751, hash: 832b40adb90b3b9063c24ed42784d77df548b7cfe39aad566ec545c93bce0353, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: crucible-zone
112242026-07-10T19:54:17.070ZJul 10 19:54:15.823 INFO added artifact, length: 47916883, hash: 1a7ab69896d75e0b66c87f863bc606acbeebc83c022e948eb8f1a36861534836, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: external-dns
112252026-07-10T19:54:17.331ZJul 10 19:54:16.084 INFO added artifact, length: 47916481, hash: b1444099de121f4fba843f29944c63c030e47f0e309a1977346fe20167fbd2ea, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: internal-dns
112262026-07-10T19:54:18.833ZJul 10 19:54:17.586 INFO added artifact, length: 280969413, hash: 81086cd66c198ae23321ca7d5f39038cf6e9aae62e30a8a78963c7a1d4c5913c, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: nexus
112272026-07-10T19:54:18.984ZJul 10 19:54:17.737 INFO added artifact, length: 30628372, hash: a6dd56bec7a73c9fc703e73a7b3063002cb1e060a5f1619b2b8c6f8c957d069b, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: ntp
112282026-07-10T19:54:19.353ZJul 10 19:54:18.106 INFO added artifact, length: 63627149, hash: 22165e3e3678f7323e1ff3bed3d17d632407cc3beb6aa2757d67aab9ba2fcd58, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: oximeter
112292026-07-10T19:54:19.374ZJul 10 19:54:18.127 INFO added artifact, length: 3109592, hash: 72f414065f0ba73585f6ce25ff7a785b1ace6065a759496c97bfbd6682b18177, version: 21.0.0-0.ci+git07d9ddd528c, kind: zone, name: probe
112302026-07-10T19:54:19.378ZJul 10 19:54:18.127 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112312026-07-10T19:54:19.378ZJul 10 19:54:18.127 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112322026-07-10T19:54:19.379ZJul 10 19:54:18.128 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112332026-07-10T19:54:19.409ZJul 10 19:54:18.162 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112342026-07-10T19:54:19.443ZJul 10 19:54:18.196 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112352026-07-10T19:54:19.472ZJul 10 19:54:18.224 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112362026-07-10T19:54:19.517ZJul 10 19:54:18.270 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112372026-07-10T19:54:19.520ZJul 10 19:54:18.270 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112382026-07-10T19:54:19.562ZJul 10 19:54:18.315 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112392026-07-10T19:54:19.565ZJul 10 19:54:18.315 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112402026-07-10T19:54:19.612ZJul 10 19:54:18.365 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112412026-07-10T19:54:19.612ZJul 10 19:54:18.365 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112422026-07-10T19:54:19.661ZJul 10 19:54:18.414 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112432026-07-10T19:54:19.665ZJul 10 19:54:18.414 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112442026-07-10T19:54:19.665ZJul 10 19:54:18.415 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112452026-07-10T19:54:19.665ZJul 10 19:54:18.416 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112462026-07-10T19:54:19.665ZJul 10 19:54:18.416 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112472026-07-10T19:54:19.713ZJul 10 19:54:18.466 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112482026-07-10T19:54:19.794ZJul 10 19:54:18.547 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112492026-07-10T19:54:19.883ZJul 10 19:54:18.636 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112502026-07-10T19:54:19.990ZJul 10 19:54:18.743 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112512026-07-10T19:54:19.994ZJul 10 19:54:18.743 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112522026-07-10T19:54:20.038ZJul 10 19:54:18.791 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112532026-07-10T19:54:20.041ZJul 10 19:54:18.791 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112542026-07-10T19:54:20.093ZJul 10 19:54:18.845 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112552026-07-10T19:54:20.093ZJul 10 19:54:18.846 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112562026-07-10T19:54:20.137ZJul 10 19:54:18.890 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112572026-07-10T19:54:20.137ZJul 10 19:54:18.890 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112582026-07-10T19:54:20.140ZJul 10 19:54:18.891 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112592026-07-10T19:54:20.140ZJul 10 19:54:18.891 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112602026-07-10T19:54:20.141ZJul 10 19:54:18.892 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112612026-07-10T19:54:20.141ZJul 10 19:54:18.892 INFO added artifact, length: 924, hash: f2001b01872ee3538f686fdf1d5c16717d5aa8ed70b87fbccc4e16b1f5fb9a15, version: 21.0.0-0.ci+git07d9ddd528c, kind: installinator_document, name: installinator_document
112622026-07-10T19:54:20.665ZJul 10 19:54:19.418 INFO extracting uploaded archive to /tmp/.tmpAxkzV8
112632026-07-10T19:54:22.412ZJul 10 19:54:21.165 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.kZ3sHE
112642026-07-10T19:54:22.464ZJul 10 19:54:21.217 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112652026-07-10T19:54:22.555ZJul 10 19:54:21.308 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112662026-07-10T19:54:22.639ZJul 10 19:54:21.392 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112672026-07-10T19:54:22.716ZJul 10 19:54:21.469 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112682026-07-10T19:54:22.792ZJul 10 19:54:21.545 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112692026-07-10T19:54:22.877ZJul 10 19:54:21.630 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112702026-07-10T19:54:22.957ZJul 10 19:54:21.710 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112712026-07-10T19:54:23.032ZJul 10 19:54:21.785 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112722026-07-10T19:54:23.032ZJul 10 19:54:21.785 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112732026-07-10T19:54:23.082ZJul 10 19:54:21.835 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112742026-07-10T19:54:23.082ZJul 10 19:54:21.835 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112752026-07-10T19:54:23.131ZJul 10 19:54:21.884 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112762026-07-10T19:54:23.131ZJul 10 19:54:21.884 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112772026-07-10T19:54:23.170ZJul 10 19:54:21.923 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112782026-07-10T19:54:23.171ZJul 10 19:54:21.923 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112792026-07-10T19:54:23.212ZJul 10 19:54:21.965 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112802026-07-10T19:54:23.216ZJul 10 19:54:21.965 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112812026-07-10T19:54:23.252ZJul 10 19:54:22.005 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112822026-07-10T19:54:23.253ZJul 10 19:54:22.005 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112832026-07-10T19:54:23.294ZJul 10 19:54:22.047 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112842026-07-10T19:54:23.297ZJul 10 19:54:22.047 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112852026-07-10T19:54:23.297ZJul 10 19:54:22.047 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112862026-07-10T19:54:23.297ZJul 10 19:54:22.048 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112872026-07-10T19:54:23.297ZJul 10 19:54:22.048 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112882026-07-10T19:54:23.297ZJul 10 19:54:22.049 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112892026-07-10T19:54:23.297ZJul 10 19:54:22.049 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112902026-07-10T19:54:28.640ZJul 10 19:54:27.392 INFO added artifact, length: 33554432, hash: 53d738c696b5e664f819d61b1435f0ef67a472ac1cc7477f8b62de73a3b14eb3, version: 21.0.0-0.ci+git07d9ddd528c, kind: gimlet_host_phase_1, name: host
112912026-07-10T19:54:28.640ZJul 10 19:54:27.393 INFO added artifact, length: 33554432, hash: 910999a5d61b40f25965d545c07895cab69816f8aca67943b7051f5f78ce807f, version: 21.0.0-0.ci+git07d9ddd528c, kind: cosmo_host_phase_1, name: host
112922026-07-10T19:54:28.643ZJul 10 19:54:27.393 INFO added artifact, length: 1101008896, hash: ba7e68e2608751e7ce688e189c9b5cf280d6958edcfb3e2c7d0c2de7db3079d2, version: 21.0.0-0.ci+git07d9ddd528c, kind: host_phase_2, name: host
112932026-07-10T19:54:29.568ZJul 10 19:54:28.321 INFO added artifact, length: 33554432, hash: 07af25f185e4060f788fa429c267fbef27bc0bd96fd9b324c0fe1f2531c0c569, version: 21.0.0-0.ci+git07d9ddd528c, kind: gimlet_trampoline_phase_1, name: trampoline
112942026-07-10T19:54:29.568ZJul 10 19:54:28.321 INFO added artifact, length: 33554432, hash: c33fd32fbb45bd0cbaad8599fe3a91e0d007351a88f9f4d9121dcfb3de57d606, version: 21.0.0-0.ci+git07d9ddd528c, kind: cosmo_trampoline_phase_1, name: trampoline
112952026-07-10T19:54:29.568ZJul 10 19:54:28.321 INFO added artifact, length: 164779921, hash: 86f0ebbebf0f8608e7f8c7cef5120c60758119cad12e90ebe61b72345bf2e53c, version: 21.0.0-0.ci+git07d9ddd528c, kind: trampoline_phase_2, name: trampoline
112962026-07-10T19:54:34.765ZJul 10 19:54:33.518 INFO added artifact, length: 1734064100, hash: 771aeaa5ca530722c3fe8d419fbeef8c6f99b1f4f7192e263c081144298360a1, version: 21.0.0-0.ci+git07d9ddd528c, kind: control_plane, name: control-plane
112972026-07-10T19:54:34.770ZJul 10 19:54:33.518 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112982026-07-10T19:54:34.770ZJul 10 19:54:33.518 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112992026-07-10T19:54:34.770ZJul 10 19:54:33.518 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113002026-07-10T19:54:34.791ZJul 10 19:54:33.544 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113012026-07-10T19:54:34.819ZJul 10 19:54:33.572 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113022026-07-10T19:54:34.844ZJul 10 19:54:33.597 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113032026-07-10T19:54:34.888ZJul 10 19:54:33.641 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113042026-07-10T19:54:34.888ZJul 10 19:54:33.641 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113052026-07-10T19:54:34.939ZJul 10 19:54:33.691 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113062026-07-10T19:54:34.939ZJul 10 19:54:33.692 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113072026-07-10T19:54:34.977ZJul 10 19:54:33.730 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113082026-07-10T19:54:34.977ZJul 10 19:54:33.730 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113092026-07-10T19:54:35.013ZJul 10 19:54:33.766 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113102026-07-10T19:54:35.017ZJul 10 19:54:33.766 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113112026-07-10T19:54:35.017ZJul 10 19:54:33.767 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113122026-07-10T19:54:35.017ZJul 10 19:54:33.767 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113132026-07-10T19:54:35.017ZJul 10 19:54:33.768 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113142026-07-10T19:54:35.053ZJul 10 19:54:33.806 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113152026-07-10T19:54:35.139ZJul 10 19:54:33.892 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113162026-07-10T19:54:35.240ZJul 10 19:54:33.993 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113172026-07-10T19:54:35.334ZJul 10 19:54:34.086 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113182026-07-10T19:54:35.334ZJul 10 19:54:34.086 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113192026-07-10T19:54:35.384ZJul 10 19:54:34.137 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113202026-07-10T19:54:35.384ZJul 10 19:54:34.137 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113212026-07-10T19:54:35.433ZJul 10 19:54:34.186 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113222026-07-10T19:54:35.436ZJul 10 19:54:34.186 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113232026-07-10T19:54:35.480ZJul 10 19:54:34.233 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113242026-07-10T19:54:35.484ZJul 10 19:54:34.233 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113252026-07-10T19:54:35.484ZJul 10 19:54:34.233 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113262026-07-10T19:54:35.484ZJul 10 19:54:34.234 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113272026-07-10T19:54:35.484ZJul 10 19:54:34.235 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113282026-07-10T19:54:35.484ZJul 10 19:54:34.235 INFO added artifact, length: 924, hash: f2001b01872ee3538f686fdf1d5c16717d5aa8ed70b87fbccc4e16b1f5fb9a15, version: 21.0.0-0.ci+git07d9ddd528c, kind: installinator_document, name: installinator_document
113292026-07-10T19:54:36.092ZJul 10 19:54:34.842 INFO [tuf-repo] task succeeded (68.712361877s)
113302026-07-10T19:55:22.297Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s
113312026-07-10T19:55:24.042ZJul 10 19:55:22.794 INFO [verify-libraries] process exited with exit status: 0 (393.104555094s)
113322026-07-10T19:55:24.042ZJul 10 19:55:22.794 INFO all jobs completed in 1040.05514151s
113332026-07-10T19:55:25.002Zprocess exited: duration 1244554 ms, exit code 0
 
113342026-07-10T19:55:25.015Zfound 41 output files
113352026-07-10T19:55:25.015Zuploading: /work/manifest.toml (17334 bytes)
113362026-07-10T19:55:26.028Zuploaded: /work/manifest.toml
113372026-07-10T19:55:26.028Zuploading: /work/repo.zip (3038601565 bytes)
113382026-07-10T19:56:01.561Zuploaded: /work/repo.zip
113392026-07-10T19:56:01.561Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113402026-07-10T19:56:02.576Zuploaded: /work/repo.zip.sha256.txt
113412026-07-10T19:56:02.581Zuploading: /work/helios.json (647 bytes)
113422026-07-10T19:56:03.594Zuploaded: /work/helios.json
113432026-07-10T19:56:03.597Zuploading: /work/incorporation.p5m (113332 bytes)
113442026-07-10T19:56:04.613Zuploaded: /work/incorporation.p5m
113452026-07-10T19:56:04.613Zuploading: /work/incorporation.p5p (133120 bytes)
113462026-07-10T19:56:05.632Zuploaded: /work/incorporation.p5p
113472026-07-10T19:56:05.632Zuploading: /work/helios-incorp.log (522 bytes)
113482026-07-10T19:56:06.647Zuploaded: /work/helios-incorp.log
113492026-07-10T19:56:06.647Zuploading: /work/helios-setup.log (56846 bytes)
113502026-07-10T19:56:07.664Zuploaded: /work/helios-setup.log
113512026-07-10T19:56:07.664Zuploading: /work/host-image.log (235093 bytes)
113522026-07-10T19:56:08.683Zuploaded: /work/host-image.log
113532026-07-10T19:56:08.683Zuploading: /work/host-package.log (32709 bytes)
113542026-07-10T19:56:09.704Zuploaded: /work/host-package.log
113552026-07-10T19:56:09.705Zuploading: /work/host-target.log (101 bytes)
113562026-07-10T19:56:10.718Zuploaded: /work/host-target.log
113572026-07-10T19:56:10.718Zuploading: /work/incorp-create.log (0 bytes)
113582026-07-10T19:56:11.725Zuploaded: /work/incorp-create.log
113592026-07-10T19:56:11.726Zuploading: /work/incorp-fmt.log (0 bytes)
113602026-07-10T19:56:12.736Zuploaded: /work/incorp-fmt.log
113612026-07-10T19:56:12.736Zuploading: /work/incorp-pkgsend.log (108 bytes)
113622026-07-10T19:56:13.748Zuploaded: /work/incorp-pkgsend.log
113632026-07-10T19:56:13.748Zuploading: /work/incorp-publisher.log (0 bytes)
113642026-07-10T19:56:14.759Zuploaded: /work/incorp-publisher.log
113652026-07-10T19:56:14.759Zuploading: /work/omicron-package.log (8003 bytes)
113662026-07-10T19:56:15.771Zuploaded: /work/omicron-package.log
113672026-07-10T19:56:15.771Zuploading: /work/recovery-image.log (593104 bytes)
113682026-07-10T19:56:16.798Zuploaded: /work/recovery-image.log
113692026-07-10T19:56:16.798Zuploading: /work/recovery-package.log (2545 bytes)
113702026-07-10T19:56:18.813Zuploaded: /work/recovery-package.log
113712026-07-10T19:56:18.818Zuploading: /work/recovery-target.log (98 bytes)
113722026-07-10T19:56:19.828Zuploaded: /work/recovery-target.log
113732026-07-10T19:56:19.828Zuploading: /work/stamp-clickhouse.log (117 bytes)
113742026-07-10T19:56:20.842Zuploaded: /work/stamp-clickhouse.log
113752026-07-10T19:56:20.851Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113762026-07-10T19:56:21.865Zuploaded: /work/stamp-clickhouse_keeper.log
113772026-07-10T19:56:21.867Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113782026-07-10T19:56:22.879Zuploaded: /work/stamp-clickhouse_server.log
113792026-07-10T19:56:22.880Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113802026-07-10T19:56:23.889Zuploaded: /work/stamp-cockroachdb.log
113812026-07-10T19:56:23.889Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113822026-07-10T19:56:24.902Zuploaded: /work/stamp-crucible-pantry-zone.log
113832026-07-10T19:56:24.902Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113842026-07-10T19:56:25.914Zuploaded: /work/stamp-crucible-utils.log
113852026-07-10T19:56:25.914Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113862026-07-10T19:56:26.923Zuploaded: /work/stamp-crucible-zone.log
113872026-07-10T19:56:26.923Zuploading: /work/stamp-external-dns.log (119 bytes)
113882026-07-10T19:56:27.935Zuploaded: /work/stamp-external-dns.log
113892026-07-10T19:56:27.935Zuploading: /work/stamp-installinator.log (103 bytes)
113902026-07-10T19:56:28.946Zuploaded: /work/stamp-installinator.log
113912026-07-10T19:56:28.947Zuploading: /work/stamp-internal-dns.log (119 bytes)
113922026-07-10T19:56:29.961Zuploaded: /work/stamp-internal-dns.log
113932026-07-10T19:56:29.961Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
113942026-07-10T19:56:30.970Zuploaded: /work/stamp-mg-ddm-gz.log
113952026-07-10T19:56:30.970Zuploading: /work/stamp-nexus.log (112 bytes)
113962026-07-10T19:56:31.984Zuploaded: /work/stamp-nexus.log
113972026-07-10T19:56:31.984Zuploading: /work/stamp-ntp.log (110 bytes)
113982026-07-10T19:56:32.994Zuploaded: /work/stamp-ntp.log
113992026-07-10T19:56:32.996Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114002026-07-10T19:56:34.011Zuploaded: /work/stamp-omicron-sled-agent.log
114012026-07-10T19:56:34.011Zuploading: /work/stamp-overlay.log (114 bytes)
114022026-07-10T19:56:35.024Zuploaded: /work/stamp-overlay.log
114032026-07-10T19:56:35.024Zuploading: /work/stamp-oximeter.log (115 bytes)
114042026-07-10T19:56:36.035Zuploaded: /work/stamp-oximeter.log
114052026-07-10T19:56:36.035Zuploading: /work/stamp-oxlog.log (109 bytes)
114062026-07-10T19:56:37.047Zuploaded: /work/stamp-oxlog.log
114072026-07-10T19:56:37.047Zuploading: /work/stamp-probe.log (112 bytes)
114082026-07-10T19:56:38.058Zuploaded: /work/stamp-probe.log
114092026-07-10T19:56:38.058Zuploading: /work/stamp-propolis-server.log (122 bytes)
114102026-07-10T19:56:39.068Zuploaded: /work/stamp-propolis-server.log
114112026-07-10T19:56:39.068Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114122026-07-10T19:56:40.080Zuploaded: /work/stamp-pumpkind-gz.log
114132026-07-10T19:56:40.080Zuploading: /work/stamp-switch-asic.log (118 bytes)
114142026-07-10T19:56:41.091Zuploaded: /work/stamp-switch-asic.log
114152026-07-10T19:56:41.091Zuploading: /work/verify-libraries.log (50376 bytes)
114162026-07-10T19:56:42.108Zuploaded: /work/verify-libraries.log