01KWZFF0PY5HYYW004RV50VFWY: 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: 01KWZFFEWRHRC7MAQMZS9K0Q0Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-07T23:45:00.084Zjob assigned to worker 01KWZFFKAPR06YWVVB1J6V1P0H [factory aws, i-04b34720af3f93b07] (queued for 49 s)
 
22026-07-07T23:45:06.767Zstarting task 0: "setup"
32026-07-07T23:45:06.771Z++ uname -s
42026-07-07T23:45:06.774Z+ kern=SunOS
52026-07-07T23:45:06.774Z+ build_user=build
62026-07-07T23:45:06.774Z+ build_uid=12345
72026-07-07T23:45:06.774Z+ work_dir=/work
82026-07-07T23:45:06.774Z+ input_dir=/input
92026-07-07T23:45:06.774Z+ [[ 0 == 12345 ]]
102026-07-07T23:45:06.774Z+ case "$kern" in
112026-07-07T23:45:06.774Z+ groupadd -g 12345 build
122026-07-07T23:45:06.778Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-07T23:45:08.783Z+ zfs create -o mountpoint=/work rpool/work
142026-07-07T23:45:08.880Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-07T23:45:08.883Z+ home_fs=zfs
162026-07-07T23:45:08.883Z+ [[ zfs == autofs ]]
172026-07-07T23:45:08.883Z+ mkdir -p /home/build
182026-07-07T23:45:08.886Z+ chown build:build /home/build /work
192026-07-07T23:45:10.887Z+ chmod 0700 /home/build /work
202026-07-07T23:45:10.892Zprocess exited: duration 4124 ms, exit code 0
 
212026-07-07T23:45:10.898Zstarting task 1: "rust-toolchain"
222026-07-07T23:45:10.904Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-07T23:45:10.904Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-07T23:45:10.904Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-07T23:45:10.904Z * rust toolchain channel = "1.96.1"
262026-07-07T23:45:10.904Z * rust toolchain profile = "default"
272026-07-07T23:45:10.907Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-07T23:45:10.907Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-07T23:45:10.907Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-07T23:45:10.991Zinfo: downloading installer
312026-07-07T23:45:12.674Zwarn: It looks like you have an existing rustup settings file at:
322026-07-07T23:45:12.674Zwarn: /home/build/.rustup/settings.toml
332026-07-07T23:45:12.674Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-07T23:45:12.674Zwarn: instead of the one inferred from the default host triple.
352026-07-07T23:45:12.686Zinfo: profile set to default
362026-07-07T23:45:12.686Zinfo: default host triple is x86_64-unknown-illumos
372026-07-07T23:45:12.689Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-07T23:45:12.834Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-07T23:45:12.837Zinfo: downloading 6 components
402026-07-07T23:45:27.964Z
412026-07-07T23:45:27.964Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-07T23:45:28.004Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-07T23:45:28.004Z
442026-07-07T23:45:28.004Z
452026-07-07T23:45:28.004ZRust is installed now. Great!
462026-07-07T23:45:28.004Z
472026-07-07T23:45:28.004ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-07T23:45:28.004Zenvironment variable. This has not been done automatically.
492026-07-07T23:45:28.004Z
502026-07-07T23:45:28.004ZTo configure your current shell, you need to source
512026-07-07T23:45:28.004Zthe corresponding env file under $HOME/.cargo.
522026-07-07T23:45:28.004Z
532026-07-07T23:45:28.004ZThis is usually done by running one of the following (note the leading DOT):
542026-07-07T23:45:28.004Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-07T23:45:28.004Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-07T23:45:28.004Zsource "~/.cargo/env.nu" # For nushell
572026-07-07T23:45:28.004Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-07T23:45:28.004Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-07T23:45:28.004Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-07T23:45:28.008Zwarn: no default linker (`cc`) was found in your PATH
612026-07-07T23:45:28.008Zwarn: many Rust crates require a system C toolchain to build
622026-07-07T23:45:28.109Z+ rustup --version
632026-07-07T23:45:28.115Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-07T23:45:28.118Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-07T23:45:28.137Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-07T23:45:28.140Z+ cargo --version
672026-07-07T23:45:28.148Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-07T23:45:28.152Z+ rustc --version
692026-07-07T23:45:28.171Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-07T23:45:28.175Zprocess exited: duration 17275 ms, exit code 0
 
712026-07-07T23:45:28.182Zstarting task 2: "authentication"
722026-07-07T23:45:28.203Zprocess exited: duration 21 ms, exit code 0
 
732026-07-07T23:45:28.209Zstarting task 3: "clone repository"
742026-07-07T23:45:28.213Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-07T23:45:28.216Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-07T23:45:28.250ZCloning into '/work/oxidecomputer/omicron'...
772026-07-07T23:45:38.907Z+ cd /work/oxidecomputer/omicron
782026-07-07T23:45:38.907Z+ git fetch origin 041867f7c27550747541203db19d3aac19bc088d
792026-07-07T23:45:39.167ZFrom https://github.com/oxidecomputer/omicron
802026-07-07T23:45:39.167Z * branch 041867f7c27550747541203db19d3aac19bc088d -> FETCH_HEAD
812026-07-07T23:45:39.180Z+ [[ -n jmcarp/oximeter-queue-depth-metric ]]
822026-07-07T23:45:39.183Z++ git branch --show-current
832026-07-07T23:45:39.186Z+ current=main
842026-07-07T23:45:39.186Z+ [[ main != jmcarp/oximeter-queue-depth-metric ]]
852026-07-07T23:45:39.187Z+ git branch -f jmcarp/oximeter-queue-depth-metric 041867f7c27550747541203db19d3aac19bc088d
862026-07-07T23:45:39.189Z+ git checkout -f jmcarp/oximeter-queue-depth-metric
872026-07-07T23:45:39.433ZSwitched to branch 'jmcarp/oximeter-queue-depth-metric'
882026-07-07T23:45:39.436Z+ git reset --hard 041867f7c27550747541203db19d3aac19bc088d
892026-07-07T23:45:39.452ZHEAD is now at 041867f7c Oximeter: add queue depth metric.
902026-07-07T23:45:39.455Zprocess exited: duration 11244 ms, exit code 0
 
912026-07-07T23:45:39.460Zstarting task 4: "build"
922026-07-07T23:45:39.465Z+ source .github/buildomat/ci-env.sh
932026-07-07T23:45:39.465Z++ export CARGO_TERM_COLOR=always
942026-07-07T23:45:39.465Z++ CARGO_TERM_COLOR=always
952026-07-07T23:45:39.468Z+++ uname -s
962026-07-07T23:45:39.468Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-07T23:45:39.469Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-07T23:45:39.471Z+ cargo --version
992026-07-07T23:45:39.480Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-07T23:45:39.483Z+ rustc --version
1012026-07-07T23:45:39.504Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-07T23:45:39.507Z+ cargo tree --locked
1032026-07-07T23:45:39.673Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-07-07T23:45:39.918Z Updating crates.io index
1052026-07-07T23:45:39.921Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-07-07T23:45:40.156Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-07-07T23:45:40.461Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-07-07T23:45:41.436Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-07-07T23:45:41.912Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-07-07T23:45:43.430Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-07-07T23:45:44.227Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-07-07T23:45:49.442Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-07-07T23:45:49.779Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-07-07T23:45:50.886Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-07-07T23:45:51.173Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-07-07T23:45:51.536Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-07-07T23:45:51.790Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-07-07T23:45:52.719Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-07-07T23:45:53.211Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-07-07T23:45:53.441Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-07-07T23:45:53.683Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-07-07T23:45:53.922Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-07-07T23:45:54.191Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-07-07T23:45:54.427Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-07-07T23:45:54.649Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-07-07T23:45:54.928Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1272026-07-07T23:45:55.268Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1282026-07-07T23:45:55.555Z Updating git repository `https://github.com/oxidecomputer/erebor`
1292026-07-07T23:45:55.781Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1302026-07-07T23:45:56.359Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1312026-07-07T23:45:56.861Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-07-07T23:45:57.170Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-07-07T23:45:57.701Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1342026-07-07T23:45:57.933Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-07-07T23:45:58.382Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1362026-07-07T23:45:58.802Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1372026-07-07T23:45:59.061Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1382026-07-07T23:45:59.324Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1392026-07-07T23:45:59.596Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1402026-07-07T23:45:59.849Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1412026-07-07T23:46:00.133Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-07T23:46:00.986Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-07T23:46:01.374Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-07T23:46:01.629Z Updating git repository `https://github.com/illumos/smf-rs`
1452026-07-07T23:46:04.741Z Downloading crates ...
1462026-07-07T23:46:04.819Z Downloaded anstyle-query v1.1.5
1472026-07-07T23:46:04.826Z Downloaded base16ct v0.2.0
1482026-07-07T23:46:04.829Z Downloaded camino v1.2.2
1492026-07-07T23:46:04.832Z Downloaded block-buffer v0.10.4
1502026-07-07T23:46:04.836Z Downloaded base64 v0.22.1
1512026-07-07T23:46:04.839Z Downloaded bcrypt-pbkdf v0.11.0
1522026-07-07T23:46:04.846Z Downloaded addr2line v0.25.1
1532026-07-07T23:46:04.849Z Downloaded async-stream-impl v0.3.6
1542026-07-07T23:46:04.849Z Downloaded assert-json-diff v2.0.2
1552026-07-07T23:46:04.849Z Downloaded anstyle v1.0.14
1562026-07-07T23:46:04.853Z Downloaded ahash v0.8.12
1572026-07-07T23:46:04.856Z Downloaded ascii-canvas v3.0.0
1582026-07-07T23:46:04.856Z Downloaded allocator-api2 v0.2.21
1592026-07-07T23:46:04.859Z Downloaded cpufeatures v0.2.17
1602026-07-07T23:46:04.859Z Downloaded constant_time_eq v0.3.1
1612026-07-07T23:46:04.862Z Downloaded ciborium-ll v0.2.2
1622026-07-07T23:46:04.862Z Downloaded assert_matches v1.5.0
1632026-07-07T23:46:04.862Z Downloaded approx v0.5.1
1642026-07-07T23:46:04.865Z Downloaded clap_lex v1.0.0
1652026-07-07T23:46:04.865Z Downloaded crc v3.4.0
1662026-07-07T23:46:04.868Z Downloaded darling_macro v0.23.0
1672026-07-07T23:46:04.869Z Downloaded darling_macro v0.13.4
1682026-07-07T23:46:04.869Z Downloaded cast v0.3.0
1692026-07-07T23:46:04.872Z Downloaded adler2 v2.0.1
1702026-07-07T23:46:04.872Z Downloaded atomic-waker v1.1.2
1712026-07-07T23:46:04.872Z Downloaded arrayref v0.3.9
1722026-07-07T23:46:04.872Z Downloaded array-init v0.0.4
1732026-07-07T23:46:04.875Z Downloaded cmake v0.1.57
1742026-07-07T23:46:04.875Z Downloaded cobs v0.3.0
1752026-07-07T23:46:04.875Z Downloaded ciborium-io v0.2.2
1762026-07-07T23:46:04.878Z Downloaded async-object-pool v0.2.0
1772026-07-07T23:46:04.878Z Downloaded async-recursion v1.1.1
1782026-07-07T23:46:04.881Z Downloaded anstyle-parse v0.2.7
1792026-07-07T23:46:04.884Z Downloaded atomicwrites v0.4.4
1802026-07-07T23:46:04.884Z Downloaded castaway v0.2.4
1812026-07-07T23:46:04.888Z Downloaded crc32fast v1.5.0
1822026-07-07T23:46:04.888Z Downloaded chacha20 v0.9.1
1832026-07-07T23:46:04.892Z Downloaded cfg_aliases v0.1.1
1842026-07-07T23:46:04.892Z Downloaded atty v0.2.14
1852026-07-07T23:46:04.892Z Downloaded darling v0.13.4
1862026-07-07T23:46:04.895Z Downloaded defmt-macros v1.0.1
1872026-07-07T23:46:04.895Z Downloaded cipher v0.5.2
1882026-07-07T23:46:04.898Z Downloaded aead v0.5.2
1892026-07-07T23:46:04.898Z Downloaded bitfield-struct v0.6.2
1902026-07-07T23:46:04.898Z Downloaded async-stream v0.3.6
1912026-07-07T23:46:04.902Z Downloaded darling v0.23.0
1922026-07-07T23:46:04.905Z Downloaded clap_derive v4.6.1
1932026-07-07T23:46:04.905Z Downloaded anstyle-parse v1.0.0
1942026-07-07T23:46:04.908Z Downloaded autocfg v1.5.0
1952026-07-07T23:46:04.908Z Downloaded assert_cmd v2.1.2
1962026-07-07T23:46:04.911Z Downloaded const-oid v0.10.2
1972026-07-07T23:46:04.911Z Downloaded crc-catalog v2.4.0
1982026-07-07T23:46:04.912Z Downloaded chacha20poly1305 v0.10.1
1992026-07-07T23:46:04.915Z Downloaded cfg-if v1.0.4
2002026-07-07T23:46:04.915Z Downloaded clap v4.6.1
2012026-07-07T23:46:04.919Z Downloaded diesel_table_macro_syntax v0.3.0
2022026-07-07T23:46:04.922Z Downloaded anstream v0.6.21
2032026-07-07T23:46:04.922Z Downloaded dirs-sys-next v0.1.2
2042026-07-07T23:46:04.925Z Downloaded bit-set v0.5.3
2052026-07-07T23:46:04.925Z Downloaded base16ct v1.0.0
2062026-07-07T23:46:04.928Z Downloaded block-buffer v0.12.1
2072026-07-07T23:46:04.928Z Downloaded compression-core v0.4.31
2082026-07-07T23:46:04.928Z Downloaded darling_macro v0.21.3
2092026-07-07T23:46:04.932Z Downloaded colorchoice v1.0.4
2102026-07-07T23:46:04.932Z Downloaded cfg_aliases v0.2.1
2112026-07-07T23:46:04.932Z Downloaded cargo-platform v0.3.2
2122026-07-07T23:46:04.936Z Downloaded crc-any v2.5.0
2132026-07-07T23:46:04.939Z Downloaded block-padding v0.4.2
2142026-07-07T23:46:04.939Z Downloaded derive_builder_macro v0.20.2
2152026-07-07T23:46:04.943Z Downloaded bb8 v0.8.6
2162026-07-07T23:46:04.943Z Downloaded argon2 v0.5.3
2172026-07-07T23:46:04.946Z Downloaded backoff v0.4.0
2182026-07-07T23:46:04.946Z Downloaded defmt-parser v1.0.0
2192026-07-07T23:46:04.946Z Downloaded cbc v0.2.1
2202026-07-07T23:46:04.949Z Downloaded anes v0.1.6
2212026-07-07T23:46:04.949Z Downloaded bit-set v0.8.0
2222026-07-07T23:46:04.953Z Downloaded debug-ignore v1.0.5
2232026-07-07T23:46:04.953Z Downloaded buf-list v1.1.2
2242026-07-07T23:46:04.953Z Downloaded crunchy v0.2.4
2252026-07-07T23:46:04.956Z Downloaded bit-vec v0.6.3
2262026-07-07T23:46:04.956Z Downloaded cpufeatures v0.3.0
2272026-07-07T23:46:04.956Z Downloaded bitfield-macros v0.19.4
2282026-07-07T23:46:04.956Z Downloaded bit-vec v0.8.0
2292026-07-07T23:46:04.960Z Downloaded cstr-argument v0.1.2
2302026-07-07T23:46:04.960Z Downloaded async-trait v0.1.89
2312026-07-07T23:46:04.964Z Downloaded dof v0.3.0
2322026-07-07T23:46:04.964Z Downloaded cpubits v0.1.1
2332026-07-07T23:46:04.964Z Downloaded constant_time_eq v0.4.2
2342026-07-07T23:46:04.964Z Downloaded const_format_proc_macros v0.2.34
2352026-07-07T23:46:04.967Z Downloaded arrayvec v0.7.6
2362026-07-07T23:46:04.967Z Downloaded aead v0.6.1
2372026-07-07T23:46:04.970Z Downloaded concurrent-queue v2.5.0
2382026-07-07T23:46:04.970Z Downloaded crucible-workspace-hack v0.1.0
2392026-07-07T23:46:04.970Z Downloaded cipher v0.4.4
2402026-07-07T23:46:04.970Z Downloaded darling_macro v0.20.11
2412026-07-07T23:46:04.974Z Downloaded argon2 v0.6.0-rc.8
2422026-07-07T23:46:04.974Z Downloaded crypto-common v0.2.2
2432026-07-07T23:46:04.974Z Downloaded crc8 v0.1.1
2442026-07-07T23:46:04.974Z Downloaded anstream v1.0.0
2452026-07-07T23:46:04.977Z Downloaded difflib v0.4.0
2462026-07-07T23:46:04.977Z Downloaded chumsky v0.9.3
2472026-07-07T23:46:04.980Z Downloaded dunce v1.0.5
2482026-07-07T23:46:04.980Z Downloaded dtrace-parser v0.2.0
2492026-07-07T23:46:04.984Z Downloaded dropshot-api-manager-types v0.7.2
2502026-07-07T23:46:04.984Z Downloaded display-error-chain v0.2.2
2512026-07-07T23:46:04.984Z Downloaded dyn-clone v1.0.20
2522026-07-07T23:46:04.987Z Downloaded darling_core v0.20.11
2532026-07-07T23:46:04.990Z Downloaded defmt v0.3.100
2542026-07-07T23:46:04.990Z Downloaded backtrace-ext v0.2.1
2552026-07-07T23:46:04.990Z Downloaded diesel-dtrace v0.5.0
2562026-07-07T23:46:04.993Z Downloaded document-features v0.2.12
2572026-07-07T23:46:04.993Z Downloaded cassowary v0.3.0
2582026-07-07T23:46:04.997Z Downloaded cargo_metadata v0.23.1
2592026-07-07T23:46:05.000Z Downloaded curve25519-dalek-derive v0.1.1
2602026-07-07T23:46:05.000Z Downloaded crypto-common v0.1.7
2612026-07-07T23:46:05.001Z Downloaded cexpr v0.6.0
2622026-07-07T23:46:05.006Z Downloaded bcs v0.1.6
2632026-07-07T23:46:05.006Z Downloaded bytecount v0.6.9
2642026-07-07T23:46:05.006Z Downloaded embedded-io v0.4.0
2652026-07-07T23:46:05.010Z Downloaded dof v0.4.0
2662026-07-07T23:46:05.010Z Downloaded endian-type v0.1.2
2672026-07-07T23:46:05.010Z Downloaded bitfield v0.19.4
2682026-07-07T23:46:05.010Z Downloaded base64ct v1.8.3
2692026-07-07T23:46:05.010Z Downloaded convert_case v0.4.0
2702026-07-07T23:46:05.013Z Downloaded camino-tempfile-ext v0.3.3
2712026-07-07T23:46:05.013Z Downloaded bitflags v1.3.2
2722026-07-07T23:46:05.016Z Downloaded defmt v1.0.1
2732026-07-07T23:46:05.016Z Downloaded daft-derive v0.1.7
2742026-07-07T23:46:05.020Z Downloaded dtrace-parser v0.3.0
2752026-07-07T23:46:05.020Z Downloaded equivalent v1.0.2
2762026-07-07T23:46:05.024Z Downloaded env_filter v1.0.0
2772026-07-07T23:46:05.024Z Downloaded dirs-next v2.0.0
2782026-07-07T23:46:05.024Z Downloaded downcast-rs v2.0.2
2792026-07-07T23:46:05.024Z Downloaded ctutils v0.4.2
2802026-07-07T23:46:05.027Z Downloaded der_derive v0.7.3
2812026-07-07T23:46:05.027Z Downloaded blake2 v0.10.6
2822026-07-07T23:46:05.030Z Downloaded daft v0.1.7
2832026-07-07T23:46:05.030Z Downloaded console v0.15.11
2842026-07-07T23:46:05.033Z Downloaded anyhow v1.0.102
2852026-07-07T23:46:05.033Z Downloaded bitflags v2.11.0
2862026-07-07T23:46:05.036Z Downloaded async-lock v3.4.2
2872026-07-07T23:46:05.040Z Downloaded crossbeam-deque v0.8.6
2882026-07-07T23:46:05.040Z Downloaded criterion-plot v0.6.0
2892026-07-07T23:46:05.040Z Downloaded byteorder v1.5.0
2902026-07-07T23:46:05.044Z Downloaded camino-tempfile v1.4.1
2912026-07-07T23:46:05.044Z Downloaded dsl_auto_type v0.2.0
2922026-07-07T23:46:05.044Z Downloaded darling v0.20.11
2932026-07-07T23:46:05.047Z Downloaded cookie_store v0.22.1
2942026-07-07T23:46:05.047Z Downloaded displaydoc v0.2.5
2952026-07-07T23:46:05.050Z Downloaded fixedbitset v0.4.2
2962026-07-07T23:46:05.050Z Downloaded escape8259 v0.5.3
2972026-07-07T23:46:05.050Z Downloaded delegate v0.13.5
2982026-07-07T23:46:05.055Z Downloaded corncobs v0.1.4
2992026-07-07T23:46:05.055Z Downloaded fastrand v2.3.0
3002026-07-07T23:46:05.055Z Downloaded float-cmp v0.10.0
3012026-07-07T23:46:05.058Z Downloaded form_urlencoded v1.2.2
3022026-07-07T23:46:05.059Z Downloaded foreign-types-macros v0.2.3
3032026-07-07T23:46:05.059Z Downloaded foreign-types v0.5.0
3042026-07-07T23:46:05.059Z Downloaded ed25519 v2.2.3
3052026-07-07T23:46:05.059Z Downloaded ctr v0.10.1
3062026-07-07T23:46:05.062Z Downloaded embedded-io v0.6.1
3072026-07-07T23:46:05.062Z Downloaded event-listener-strategy v0.5.4
3082026-07-07T23:46:05.062Z Downloaded csv-core v0.1.13
3092026-07-07T23:46:05.062Z Downloaded async-bb8-diesel v0.2.1
3102026-07-07T23:46:05.066Z Downloaded colored v3.1.1
3112026-07-07T23:46:05.066Z Downloaded deranged v0.5.8
3122026-07-07T23:46:05.069Z Downloaded compression-codecs v0.4.37
3132026-07-07T23:46:05.069Z Downloaded clang-sys v1.8.1
3142026-07-07T23:46:05.073Z Downloaded either v1.15.0
3152026-07-07T23:46:05.073Z Downloaded ed25519 v3.0.0
3162026-07-07T23:46:05.073Z Downloaded futures-sink v0.3.32
3172026-07-07T23:46:05.076Z Downloaded critical-section v1.2.0
3182026-07-07T23:46:05.076Z Downloaded foreign-types-shared v0.3.1
3192026-07-07T23:46:05.076Z Downloaded foreign-types-shared v0.1.1
3202026-07-07T23:46:05.076Z Downloaded const-oid v0.9.6
3212026-07-07T23:46:05.080Z Downloaded colored v2.2.0
3222026-07-07T23:46:05.080Z Downloaded blake2b_simd v1.0.4
3232026-07-07T23:46:05.083Z Downloaded console v0.16.2
3242026-07-07T23:46:05.083Z Downloaded datatest-stable v0.3.3
3252026-07-07T23:46:05.086Z Downloaded enum-as-inner v0.6.1
3262026-07-07T23:46:05.086Z Downloaded env_logger v0.11.9
3272026-07-07T23:46:05.089Z Downloaded generic-array v0.14.7
3282026-07-07T23:46:05.089Z Downloaded fd-lock v4.0.4
3292026-07-07T23:46:05.089Z Downloaded errno v0.3.14
3302026-07-07T23:46:05.092Z Downloaded ecdsa v0.16.9
3312026-07-07T23:46:05.093Z Downloaded cancel-safe-futures v0.1.5
3322026-07-07T23:46:05.095Z Downloaded bzip2 v0.6.1
3332026-07-07T23:46:05.096Z Downloaded erased-serde v0.3.31
3342026-07-07T23:46:05.099Z Downloaded derive-ex v0.1.8
3352026-07-07T23:46:05.099Z Downloaded derive_builder v0.20.2
3362026-07-07T23:46:05.102Z Downloaded fallible-iterator v0.2.0
3372026-07-07T23:46:05.102Z Downloaded blowfish v0.10.0
3382026-07-07T23:46:05.102Z Downloaded hash32 v0.3.1
3392026-07-07T23:46:05.106Z Downloaded ghash v0.6.0
3402026-07-07T23:46:05.106Z Downloaded crossbeam-utils v0.8.21
3412026-07-07T23:46:05.109Z Downloaded ena v0.14.4
3422026-07-07T23:46:05.109Z Downloaded globwalk v0.9.1
3432026-07-07T23:46:05.109Z Downloaded ciborium v0.2.2
3442026-07-07T23:46:05.112Z Downloaded blake2 v0.11.0-rc.6
3452026-07-07T23:46:05.112Z Downloaded fnv v1.0.7
3462026-07-07T23:46:05.112Z Downloaded ff v0.14.0
3472026-07-07T23:46:05.115Z Downloaded ff v0.13.1
3482026-07-07T23:46:05.115Z Downloaded flagset v0.4.7
3492026-07-07T23:46:05.115Z Downloaded digest v0.10.7
3502026-07-07T23:46:05.119Z Downloaded des v0.9.0
3512026-07-07T23:46:05.119Z Downloaded fixedbitset v0.5.7
3522026-07-07T23:46:05.119Z Downloaded drift v0.2.0
3532026-07-07T23:46:05.124Z Downloaded derive-where v1.6.0
3542026-07-07T23:46:05.128Z Downloaded gethostname v0.5.0
3552026-07-07T23:46:05.128Z Downloaded futures-core v0.3.32
3562026-07-07T23:46:05.131Z Downloaded chacha20 v0.10.0
3572026-07-07T23:46:05.131Z Downloaded globset v0.4.18
3582026-07-07T23:46:05.134Z Downloaded ecdsa v0.17.0-rc.18
3592026-07-07T23:46:05.134Z Downloaded hex v0.4.3
3602026-07-07T23:46:05.138Z Downloaded fs-err v3.3.0
3612026-07-07T23:46:05.138Z Downloaded fs-err v2.11.0
3622026-07-07T23:46:05.138Z Downloaded foreign-types v0.3.2
3632026-07-07T23:46:05.138Z Downloaded diff v0.1.13
3642026-07-07T23:46:05.141Z Downloaded http-body v1.0.1
3652026-07-07T23:46:05.141Z Downloaded foldhash v0.2.0
3662026-07-07T23:46:05.144Z Downloaded event-listener v5.4.1
3672026-07-07T23:46:05.144Z Downloaded hex-literal v1.1.0
3682026-07-07T23:46:05.144Z Downloaded heck v0.4.1
3692026-07-07T23:46:05.147Z Downloaded backon v1.6.0
3702026-07-07T23:46:05.147Z Downloaded hash32 v0.2.1
3712026-07-07T23:46:05.151Z Downloaded heck v0.5.0
3722026-07-07T23:46:05.151Z Downloaded futures-task v0.3.32
3732026-07-07T23:46:05.151Z Downloaded arc-swap v1.8.2
3742026-07-07T23:46:05.154Z Downloaded hex-literal v0.4.1
3752026-07-07T23:46:05.154Z Downloaded headers-core v0.3.0
3762026-07-07T23:46:05.154Z Downloaded guppy-workspace-hack v0.1.0
3772026-07-07T23:46:05.157Z Downloaded futures-io v0.3.32
3782026-07-07T23:46:05.157Z Downloaded darling_core v0.13.4
3792026-07-07T23:46:05.157Z Downloaded find-msvc-tools v0.1.9
3802026-07-07T23:46:05.160Z Downloaded futures-timer v3.0.3
3812026-07-07T23:46:05.160Z Downloaded enum_dispatch v0.3.13
3822026-07-07T23:46:05.163Z Downloaded foldhash v0.1.5
3832026-07-07T23:46:05.164Z Downloaded filetime v0.2.27
3842026-07-07T23:46:05.164Z Downloaded illumos-nvpair v0.3.0
3852026-07-07T23:46:05.167Z Downloaded fxhash v0.2.1
3862026-07-07T23:46:05.167Z Downloaded darling_core v0.23.0
3872026-07-07T23:46:05.171Z Downloaded derive_more v0.99.20
3882026-07-07T23:46:05.174Z Downloaded darling_core v0.21.3
3892026-07-07T23:46:05.175Z Downloaded darling v0.21.3
3902026-07-07T23:46:05.178Z Downloaded futures-macro v0.3.32
3912026-07-07T23:46:05.178Z Downloaded glob v0.3.3
3922026-07-07T23:46:05.181Z Downloaded group v0.14.0
3932026-07-07T23:46:05.181Z Downloaded group v0.13.0
3942026-07-07T23:46:05.184Z Downloaded futures-executor v0.3.32
3952026-07-07T23:46:05.184Z Downloaded dropshot_endpoint v0.17.1
3962026-07-07T23:46:05.187Z Downloaded httpdate v1.0.3
3972026-07-07T23:46:05.187Z Downloaded hubpack_derive v0.1.1
3982026-07-07T23:46:05.187Z Downloaded fs_extra v1.3.0
3992026-07-07T23:46:05.187Z Downloaded hyper-tls v0.6.0
4002026-07-07T23:46:05.190Z Downloaded crossterm v0.28.1
4012026-07-07T23:46:05.193Z Downloaded cfg-expr v0.20.6
4022026-07-07T23:46:05.196Z Downloaded compact_str v0.8.1
4032026-07-07T23:46:05.196Z Downloaded crossbeam-epoch v0.9.18
4042026-07-07T23:46:05.201Z Downloaded float-ord v0.3.2
4052026-07-07T23:46:05.202Z Downloaded derive_builder_core v0.20.2
4062026-07-07T23:46:05.202Z Downloaded convert_case v0.10.0
4072026-07-07T23:46:05.205Z Downloaded cookie v0.18.1
4082026-07-07T23:46:05.205Z Downloaded http-range v0.1.5
4092026-07-07T23:46:05.205Z Downloaded elliptic-curve v0.13.8
4102026-07-07T23:46:05.208Z Downloaded der v0.7.10
4112026-07-07T23:46:05.211Z Downloaded digest v0.11.3
4122026-07-07T23:46:05.211Z Downloaded indoc v1.0.9
4132026-07-07T23:46:05.214Z Downloaded idna_adapter v1.2.1
4142026-07-07T23:46:05.214Z Downloaded crossbeam-channel v0.5.15
4152026-07-07T23:46:05.217Z Downloaded funty v2.0.0
4162026-07-07T23:46:05.217Z Downloaded elliptic-curve v0.14.0-rc.33
4172026-07-07T23:46:05.220Z Downloaded home v0.5.12
4182026-07-07T23:46:05.220Z Downloaded const_format v0.2.35
4192026-07-07T23:46:05.225Z Downloaded hostname v0.4.2
4202026-07-07T23:46:05.225Z Downloaded instant v0.1.13
4212026-07-07T23:46:05.225Z Downloaded bytes v1.11.1
4222026-07-07T23:46:05.228Z Downloaded is_terminal_polyfill v1.70.2
4232026-07-07T23:46:05.228Z Downloaded ident_case v1.0.1
4242026-07-07T23:46:05.228Z Downloaded crypto-bigint v0.5.5
4252026-07-07T23:46:05.232Z Downloaded git-stub-vcs v0.1.0
4262026-07-07T23:46:05.235Z Downloaded getrandom v0.2.17
4272026-07-07T23:46:05.235Z Downloaded instability v0.3.11
4282026-07-07T23:46:05.253Z Downloaded futures-channel v0.3.32
4292026-07-07T23:46:05.254Z Downloaded inout v0.1.4
4302026-07-07T23:46:05.254Z Downloaded is_ci v1.2.0
4312026-07-07T23:46:05.254Z Downloaded internet-checksum v0.2.1
4322026-07-07T23:46:05.254Z Downloaded itoa v1.0.17
4332026-07-07T23:46:05.254Z Downloaded flume v0.11.1
4342026-07-07T23:46:05.254Z Downloaded git-stub v1.0.0
4352026-07-07T23:46:05.254Z Downloaded hubpack v0.1.2
4362026-07-07T23:46:05.254Z Downloaded ar_archive_writer v0.5.1
4372026-07-07T23:46:05.254Z Downloaded criterion v0.7.0
4382026-07-07T23:46:05.254Z Downloaded cc v1.2.56
4392026-07-07T23:46:05.257Z Downloaded data-encoding v2.10.0
4402026-07-07T23:46:05.257Z Downloaded fatfs v0.3.6
4412026-07-07T23:46:05.257Z Downloaded keccak v0.2.0
4422026-07-07T23:46:05.257Z Downloaded http-body-util v0.1.3
4432026-07-07T23:46:05.261Z Downloaded fancy-regex v0.14.0
4442026-07-07T23:46:05.261Z Downloaded hyper-staticfile v0.10.1
4452026-07-07T23:46:05.264Z Downloaded match_cfg v0.1.0
4462026-07-07T23:46:05.264Z Downloaded hostname v0.3.1
4472026-07-07T23:46:05.264Z Downloaded kstat-rs v0.2.4
4482026-07-07T23:46:05.268Z Downloaded ed25519-dalek v2.2.0
4492026-07-07T23:46:05.268Z Downloaded bzip2 v0.4.4
4502026-07-07T23:46:05.271Z Downloaded cmov v0.5.4
4512026-07-07T23:46:05.271Z Downloaded indent_write v2.2.0
4522026-07-07T23:46:05.271Z Downloaded backtrace v0.3.76
4532026-07-07T23:46:05.275Z Downloaded base64 v0.21.7
4542026-07-07T23:46:05.278Z Downloaded kem v0.3.0
4552026-07-07T23:46:05.278Z Downloaded byte-wrapper v0.1.0
4562026-07-07T23:46:05.282Z Downloaded linkme-impl v0.3.35
4572026-07-07T23:46:05.282Z Downloaded half v1.8.3
4582026-07-07T23:46:05.287Z Downloaded ingot-macros v0.1.1
4592026-07-07T23:46:05.287Z Downloaded libscf-sys v1.1.0
4602026-07-07T23:46:05.287Z Downloaded linked-hash-map v0.5.6
4612026-07-07T23:46:05.292Z Downloaded maplit v1.0.2
4622026-07-07T23:46:05.295Z Downloaded is-terminal v0.4.17
4632026-07-07T23:46:05.295Z Downloaded icu_provider v2.1.1
4642026-07-07T23:46:05.298Z Downloaded lru-cache v0.1.2
4652026-07-07T23:46:05.298Z Downloaded indoc v2.0.7
4662026-07-07T23:46:05.298Z Downloaded macaddr v1.0.1
4672026-07-07T23:46:05.302Z Downloaded memoffset v0.9.1
4682026-07-07T23:46:05.302Z Downloaded maybe-uninit v2.0.0
4692026-07-07T23:46:05.302Z Downloaded mime v0.3.17
4702026-07-07T23:46:05.302Z Downloaded libtest-mimic v0.8.1
4712026-07-07T23:46:05.306Z Downloaded heapless v0.7.17
4722026-07-07T23:46:05.309Z Downloaded lru-slab v0.1.2
4732026-07-07T23:46:05.309Z Downloaded derive_more v2.1.1
4742026-07-07T23:46:05.313Z Downloaded md5 v0.8.0
4752026-07-07T23:46:05.316Z Downloaded lzss v0.8.2
4762026-07-07T23:46:05.316Z Downloaded md-5 v0.10.6
4772026-07-07T23:46:05.319Z Downloaded keccak v0.1.6
4782026-07-07T23:46:05.319Z Downloaded highway v1.3.0
4792026-07-07T23:46:05.319Z Downloaded humantime v2.3.0
4802026-07-07T23:46:05.322Z Downloaded jobserver v0.1.34
4812026-07-07T23:46:05.322Z Downloaded miette-derive v5.10.0
4822026-07-07T23:46:05.322Z Downloaded illumos-nvpair-sys v0.2.0
4832026-07-07T23:46:05.325Z Downloaded ipnetwork v0.21.1
4842026-07-07T23:46:05.326Z Downloaded lalrpop-util v0.19.12
4852026-07-07T23:46:05.326Z Downloaded getrandom v0.3.4
4862026-07-07T23:46:05.329Z Downloaded inout v0.2.2
4872026-07-07T23:46:05.329Z Downloaded generic-array v1.4.3
4882026-07-07T23:46:05.332Z Downloaded newtype-uuid-macros v0.1.0
4892026-07-07T23:46:05.332Z Downloaded getrandom v0.4.1
4902026-07-07T23:46:05.335Z Downloaded managed v0.8.0
4912026-07-07T23:46:05.335Z Downloaded hyper-rustls v0.27.7
4922026-07-07T23:46:05.339Z Downloaded httparse v1.10.1
4932026-07-07T23:46:05.340Z Downloaded lazy_static v1.5.0
4942026-07-07T23:46:05.340Z Downloaded nested v0.1.1
4952026-07-07T23:46:05.342Z Downloaded memmap v0.7.0
4962026-07-07T23:46:05.342Z Downloaded multimap v0.10.1
4972026-07-07T23:46:05.342Z Downloaded libefi-sys v0.1.0
4982026-07-07T23:46:05.343Z Downloaded crypto-primes v0.7.2
4992026-07-07T23:46:05.346Z Downloaded knuffel-derive v3.2.0
5002026-07-07T23:46:05.349Z Downloaded futures v0.3.32
5012026-07-07T23:46:05.352Z Downloaded new_debug_unreachable v1.0.6
5022026-07-07T23:46:05.352Z Downloaded iana-time-zone v0.1.65
5032026-07-07T23:46:05.352Z Downloaded libsw-core v0.3.2
5042026-07-07T23:46:05.355Z Downloaded linkme v0.3.35
5052026-07-07T23:46:05.355Z Downloaded libloading v0.8.9
5062026-07-07T23:46:05.359Z Downloaded heapless v0.8.0
5072026-07-07T23:46:05.359Z Downloaded normalize-line-endings v0.3.0
5082026-07-07T23:46:05.362Z Downloaded hmac v0.12.1
5092026-07-07T23:46:05.362Z Downloaded nibble_vec v0.1.0
5102026-07-07T23:46:05.362Z Downloaded nonempty v0.12.0
5112026-07-07T23:46:05.365Z Downloaded ingot v0.1.1
5122026-07-07T23:46:05.365Z Downloaded httptest v0.16.4
5132026-07-07T23:46:05.365Z Downloaded num-derive v0.4.2
5142026-07-07T23:46:05.368Z Downloaded lru v0.12.5
5152026-07-07T23:46:05.368Z Downloaded num v0.4.3
5162026-07-07T23:46:05.368Z Downloaded nodrop v0.1.14
5172026-07-07T23:46:05.371Z Downloaded ingot-types v0.1.2
5182026-07-07T23:46:05.371Z Downloaded icu_locale_core v2.1.1
5192026-07-07T23:46:05.375Z Downloaded num-conv v0.2.0
5202026-07-07T23:46:05.375Z Downloaded bumpalo v3.20.2
5212026-07-07T23:46:05.378Z Downloaded num-derive v0.3.3
5222026-07-07T23:46:05.378Z Downloaded hybrid-array v0.4.13
5232026-07-07T23:46:05.381Z Downloaded async-compression v0.4.41
5242026-07-07T23:46:05.384Z Downloaded linear-map v1.2.0
5252026-07-07T23:46:05.384Z Downloaded libsw v3.5.0
5262026-07-07T23:46:05.387Z Downloaded hmac v0.13.0
5272026-07-07T23:46:05.387Z Downloaded num_threads v0.1.7
5282026-07-07T23:46:05.388Z Downloaded hickory-client v0.25.2
5292026-07-07T23:46:05.391Z Downloaded derive_more-impl v2.1.1
5302026-07-07T23:46:05.394Z Downloaded flate2 v1.1.9
5312026-07-07T23:46:05.397Z Downloaded num_enum_derive v0.5.11
5322026-07-07T23:46:05.400Z Downloaded openssl-macros v0.1.1
5332026-07-07T23:46:05.400Z Downloaded opaque-debug v0.3.1
5342026-07-07T23:46:05.406Z Downloaded mime_guess v2.0.5
5352026-07-07T23:46:05.409Z Downloaded half v2.7.1
5362026-07-07T23:46:05.410Z Downloaded ed25519-dalek v3.0.0-rc.0
5372026-07-07T23:46:05.413Z Downloaded multer v3.1.0
5382026-07-07T23:46:05.413Z Downloaded oso-derive v0.27.3
5392026-07-07T23:46:05.413Z Downloaded newtype_derive v0.1.6
5402026-07-07T23:46:05.416Z Downloaded litrs v1.0.0
5412026-07-07T23:46:05.416Z Downloaded newtype-uuid v1.3.2
5422026-07-07T23:46:05.416Z Downloaded native-tls v0.2.18
5432026-07-07T23:46:05.420Z Downloaded openssl-probe v0.2.1
5442026-07-07T23:46:05.420Z Downloaded nanorand v0.7.0
5452026-07-07T23:46:05.420Z Downloaded parking v2.2.1
5462026-07-07T23:46:05.424Z Downloaded ignore v0.4.25
5472026-07-07T23:46:05.424Z Downloaded lock_api v0.4.14
5482026-07-07T23:46:05.424Z Downloaded der v0.8.0
5492026-07-07T23:46:05.428Z Downloaded num-integer v0.1.46
5502026-07-07T23:46:05.428Z Downloaded packed_struct_codegen v0.10.1
5512026-07-07T23:46:05.431Z Downloaded module-lattice v0.2.3
5522026-07-07T23:46:05.434Z Downloaded newline-converter v0.3.0
5532026-07-07T23:46:05.434Z Downloaded num-iter v0.1.45
5542026-07-07T23:46:05.434Z Downloaded nu-ansi-term v0.50.3
5552026-07-07T23:46:05.437Z Downloaded num-complex v0.4.6
5562026-07-07T23:46:05.437Z Downloaded expectorate v1.2.0
5572026-07-07T23:46:05.440Z Downloaded parse-size v1.1.0
5582026-07-07T23:46:05.443Z Downloaded password-hash v0.6.1
5592026-07-07T23:46:05.443Z Downloaded ml-kem v0.3.2
5602026-07-07T23:46:05.446Z Downloaded memmap2 v0.9.10
5612026-07-07T23:46:05.446Z Downloaded num-rational v0.4.2
5622026-07-07T23:46:05.449Z Downloaded openssl-probe v0.1.6
5632026-07-07T23:46:05.452Z Downloaded num_enum v0.7.6
5642026-07-07T23:46:05.455Z Downloaded pathdiff v0.2.3
5652026-07-07T23:46:05.459Z Downloaded diesel_derives v2.3.7
5662026-07-07T23:46:05.462Z Downloaded percent-encoding v2.3.2
5672026-07-07T23:46:05.462Z Downloaded olpc-cjson v0.1.4
5682026-07-07T23:46:05.465Z Downloaded num_enum_derive v0.7.6
5692026-07-07T23:46:05.465Z Downloaded ipnet v2.11.0
5702026-07-07T23:46:05.465Z Downloaded hickory-resolver v0.24.4
5712026-07-07T23:46:05.469Z Downloaded parse-display v0.10.0
5722026-07-07T23:46:05.469Z Downloaded num_enum v0.5.11
5732026-07-07T23:46:05.473Z Downloaded peg-runtime v0.8.5
5742026-07-07T23:46:05.473Z Downloaded litemap v0.8.1
5752026-07-07T23:46:05.478Z Downloaded path-slash v0.1.5
5762026-07-07T23:46:05.478Z Downloaded phf_shared v0.13.1
5772026-07-07T23:46:05.481Z Downloaded aes v0.9.1
5782026-07-07T23:46:05.484Z Downloaded libbz2-rs-sys v0.2.2
5792026-07-07T23:46:05.484Z Downloaded log v0.4.29
5802026-07-07T23:46:05.487Z Downloaded icu_normalizer_data v2.1.1
5812026-07-07T23:46:05.487Z Downloaded icu_properties v2.1.2
5822026-07-07T23:46:05.490Z Downloaded impl-trait-for-tuples v0.2.3
5832026-07-07T23:46:05.490Z Downloaded owo-colors v3.5.0
5842026-07-07T23:46:05.493Z Downloaded phf_shared v0.11.3
5852026-07-07T23:46:05.493Z Downloaded headers v0.4.1
5862026-07-07T23:46:05.497Z Downloaded indicatif v0.18.4
5872026-07-07T23:46:05.500Z Downloaded phf_shared v0.12.1
5882026-07-07T23:46:05.503Z Downloaded owo-colors v4.3.0
5892026-07-07T23:46:05.506Z Downloaded icu_normalizer v2.1.1
5902026-07-07T23:46:05.511Z Downloaded paste v1.0.15
5912026-07-07T23:46:05.515Z Downloaded potential_utf v0.1.4
5922026-07-07T23:46:05.515Z Downloaded parse-display-derive v0.10.0
5932026-07-07T23:46:05.518Z Downloaded parking_lot_core v0.8.6
5942026-07-07T23:46:05.518Z Downloaded aes-gcm v0.11.0
5952026-07-07T23:46:05.521Z Downloaded path-tree v0.8.3
5962026-07-07T23:46:05.525Z Downloaded oxnet v0.1.6
5972026-07-07T23:46:05.529Z Downloaded proc-macro-crate v3.4.0
5982026-07-07T23:46:05.529Z Downloaded predicates-core v1.0.10
5992026-07-07T23:46:05.532Z Downloaded precomputed-hash v0.1.1
6002026-07-07T23:46:05.532Z Downloaded pbkdf2 v0.13.0
6012026-07-07T23:46:05.532Z Downloaded plain v0.2.3
6022026-07-07T23:46:05.532Z Downloaded oxide-tokio-rt v0.1.4
6032026-07-07T23:46:05.537Z Downloaded crossterm v0.29.0
6042026-07-07T23:46:05.540Z Downloaded indexmap v1.9.3
6052026-07-07T23:46:05.540Z Downloaded proc-macro-crate v1.3.1
6062026-07-07T23:46:05.543Z Downloaded proc-macro-error-attr2 v2.0.0
6072026-07-07T23:46:05.543Z Downloaded pem v3.0.6
6082026-07-07T23:46:05.543Z Downloaded password-hash v0.5.0
6092026-07-07T23:46:05.546Z Downloaded peg v0.8.5
6102026-07-07T23:46:05.546Z Downloaded progenitor-client v0.14.0
6112026-07-07T23:46:05.550Z Downloaded plotters-backend v0.3.7
6122026-07-07T23:46:05.550Z Downloaded once_cell v1.21.3
6132026-07-07T23:46:05.552Z Downloaded peg-macros v0.8.5
6142026-07-07T23:46:05.553Z Downloaded partial-io v0.5.4
6152026-07-07T23:46:05.556Z Downloaded pin-project-internal v1.1.11
6162026-07-07T23:46:05.562Z Downloaded predicates-tree v1.0.13
6172026-07-07T23:46:05.565Z Downloaded phc v0.6.1
6182026-07-07T23:46:05.565Z Downloaded powerfmt v0.2.0
6192026-07-07T23:46:05.565Z Downloaded oorandom v11.1.5
6202026-07-07T23:46:05.568Z Downloaded proc-macro-error-attr v1.0.4
6212026-07-07T23:46:05.568Z Downloaded plotters-svg v0.3.7
6222026-07-07T23:46:05.571Z Downloaded pkcs8 v0.10.2
6232026-07-07T23:46:05.571Z Downloaded progenitor-macro v0.14.0
6242026-07-07T23:46:05.571Z Downloaded pin-project-lite v0.2.17
6252026-07-07T23:46:05.582Z Downloaded parking_lot v0.12.5
6262026-07-07T23:46:05.585Z Downloaded poly1305 v0.8.0
6272026-07-07T23:46:05.591Z Downloaded progenitor-macro v0.13.0
6282026-07-07T23:46:05.594Z Downloaded pkg-config v0.3.32
6292026-07-07T23:46:05.594Z Downloaded phf v0.13.1
6302026-07-07T23:46:05.599Z Downloaded aho-corasick v1.1.4
6312026-07-07T23:46:05.603Z Downloaded predicates v3.1.4
6322026-07-07T23:46:05.606Z Downloaded quick-error v1.2.3
6332026-07-07T23:46:05.606Z Downloaded psl-types v2.0.11
6342026-07-07T23:46:05.609Z Downloaded num-traits v0.2.19
6352026-07-07T23:46:05.609Z Downloaded miniz_oxide v0.8.9
6362026-07-07T23:46:05.613Z Downloaded knuffel v3.2.0
6372026-07-07T23:46:05.613Z Downloaded pest_derive v2.8.6
6382026-07-07T23:46:05.616Z Downloaded primefield v0.14.0
6392026-07-07T23:46:05.616Z Downloaded packed_struct v0.10.1
6402026-07-07T23:46:05.616Z Downloaded dropshot-api-manager v0.7.2
6412026-07-07T23:46:05.619Z Downloaded progenitor-client v0.13.0
6422026-07-07T23:46:05.620Z Downloaded progenitor v0.14.0
6432026-07-07T23:46:05.622Z Downloaded pem-rfc7468 v0.7.0
6442026-07-07T23:46:05.622Z Downloaded pem-rfc7468 v1.0.0
6452026-07-07T23:46:05.626Z Downloaded rand_chacha v0.3.1
6462026-07-07T23:46:05.629Z Downloaded recursive v0.1.1
6472026-07-07T23:46:05.629Z Downloaded ppv-lite86 v0.2.21
6482026-07-07T23:46:05.629Z Downloaded proc-macro-error2 v2.0.1
6492026-07-07T23:46:05.632Z Downloaded pest_generator v2.8.6
6502026-07-07T23:46:05.632Z Downloaded hashbrown v0.12.3
6512026-07-07T23:46:05.635Z Downloaded primeorder v0.13.6
6522026-07-07T23:46:05.636Z Downloaded clap_builder v4.6.0
6532026-07-07T23:46:05.639Z Downloaded oso v0.27.3
6542026-07-07T23:46:05.642Z Downloaded pkcs1 v0.7.5
6552026-07-07T23:46:05.642Z Downloaded rand_xorshift v0.4.0
6562026-07-07T23:46:05.645Z Downloaded phf v0.12.1
6572026-07-07T23:46:05.645Z Downloaded ref-cast-impl v1.0.25
6582026-07-07T23:46:05.645Z Downloaded postgres-protocol v0.6.10
6592026-07-07T23:46:05.649Z Downloaded polyval v0.7.1
6602026-07-07T23:46:05.649Z Downloaded recursive-proc-macro-impl v0.1.1
6612026-07-07T23:46:05.649Z Downloaded pretty-hex v0.4.1
6622026-07-07T23:46:05.652Z Downloaded poly1305 v0.9.0
6632026-07-07T23:46:05.652Z Downloaded http v1.4.2
6642026-07-07T23:46:05.655Z Downloaded pkcs8 v0.11.0
6652026-07-07T23:46:05.658Z Downloaded radium v0.7.0
6662026-07-07T23:46:05.658Z Downloaded pkcs1 v0.8.0-rc.4
6672026-07-07T23:46:05.661Z Downloaded progenitor v0.13.0
6682026-07-07T23:46:05.661Z Downloaded proc-macro-error v1.0.4
6692026-07-07T23:46:05.665Z Downloaded rfc6979 v0.4.0
6702026-07-07T23:46:05.665Z Downloaded miette v5.10.0
6712026-07-07T23:46:05.669Z Downloaded parking_lot v0.11.2
6722026-07-07T23:46:05.669Z Downloaded hickory-server v0.25.2
6732026-07-07T23:46:05.672Z Downloaded r2d2 v0.8.10
6742026-07-07T23:46:05.672Z Downloaded omicron-zone-package v0.12.3
6752026-07-07T23:46:05.675Z Downloaded papergrid v0.17.0
6762026-07-07T23:46:05.678Z Downloaded minimal-lexical v0.2.1
6772026-07-07T23:46:05.681Z Downloaded rtoolbox v0.0.3
6782026-07-07T23:46:05.681Z Downloaded jiff-static v0.2.21
6792026-07-07T23:46:05.684Z Downloaded quote v1.0.45
6802026-07-07T23:46:05.684Z Downloaded postgres-types v0.2.12
6812026-07-07T23:46:05.687Z Downloaded rfc6979 v0.5.0
6822026-07-07T23:46:05.687Z Downloaded itertools v0.10.5
6832026-07-07T23:46:05.690Z Downloaded rand_chacha v0.9.0
6842026-07-07T23:46:05.693Z Downloaded primeorder v0.14.0-rc.10
6852026-07-07T23:46:05.693Z Downloaded psm v0.1.30
6862026-07-07T23:46:05.696Z Downloaded rand_core v0.10.0
6872026-07-07T23:46:05.696Z Downloaded rand_seeder v0.4.0
6882026-07-07T23:46:05.699Z Downloaded postcard v1.1.3
6892026-07-07T23:46:05.699Z Downloaded icu_collections v2.1.1
6902026-07-07T23:46:05.703Z Downloaded rustc_version v0.1.7
6912026-07-07T23:46:05.703Z Downloaded rustc_version v0.4.1
6922026-07-07T23:46:05.706Z Downloaded rand_core v0.6.4
6932026-07-07T23:46:05.706Z Downloaded ref-cast v1.0.25
6942026-07-07T23:46:05.706Z Downloaded russh-util v0.52.0
6952026-07-07T23:46:05.709Z Downloaded russh-cryptovec v0.61.0
6962026-07-07T23:46:05.718Z Downloaded parking_lot_core v0.9.12
6972026-07-07T23:46:05.722Z Downloaded pin-project v1.1.11
6982026-07-07T23:46:05.726Z Downloaded progenitor-extras v0.2.0
6992026-07-07T23:46:05.740Z Downloaded papergrid v0.11.0
7002026-07-07T23:46:05.743Z Downloaded resolv-conf v0.7.6
7012026-07-07T23:46:05.746Z Downloaded relative-path v1.9.3
7022026-07-07T23:46:05.746Z Downloaded same-file v1.0.6
7032026-07-07T23:46:05.746Z Downloaded quinn-udp v0.5.14
7042026-07-07T23:46:05.749Z Downloaded hyper-util v0.1.20
7052026-07-07T23:46:05.752Z Downloaded scheduled-thread-pool v0.2.7
7062026-07-07T23:46:05.756Z Downloaded memchr v2.8.0
7072026-07-07T23:46:05.759Z Downloaded scroll_derive v0.13.1
7082026-07-07T23:46:05.762Z Downloaded scroll_derive v0.12.1
7092026-07-07T23:46:05.762Z Downloaded scopeguard v1.2.0
7102026-07-07T23:46:05.762Z Downloaded sapling-renderdag v0.1.0
7112026-07-07T23:46:05.762Z Downloaded hashbrown v0.13.2
7122026-07-07T23:46:05.769Z Downloaded semver v0.1.20
7132026-07-07T23:46:05.772Z Downloaded guppy v0.17.25
7142026-07-07T23:46:05.772Z Downloaded prefix-trie v0.7.0
7152026-07-07T23:46:05.778Z Downloaded hashbrown v0.16.1
7162026-07-07T23:46:05.778Z Downloaded seq-macro v0.3.6
7172026-07-07T23:46:05.781Z Downloaded serde_bytes v0.11.19
7182026-07-07T23:46:05.781Z Downloaded secrecy v0.10.3
7192026-07-07T23:46:05.781Z Downloaded pkcs5 v0.8.1
7202026-07-07T23:46:05.784Z Downloaded rand_core v0.9.5
7212026-07-07T23:46:05.787Z Downloaded rustc-hash v2.1.1
7222026-07-07T23:46:05.787Z Downloaded rustc-demangle v0.1.27
7232026-07-07T23:46:05.787Z Downloaded serde-big-array v0.5.1
7242026-07-07T23:46:05.790Z Downloaded rust-argon2 v2.1.0
7252026-07-07T23:46:05.790Z Downloaded p384 v0.14.0-rc.10
7262026-07-07T23:46:05.793Z Downloaded serde_urlencoded v0.7.1
7272026-07-07T23:46:05.794Z Downloaded proc-macro2 v1.0.106
7282026-07-07T23:46:05.797Z Downloaded hickory-resolver v0.25.2
7292026-07-07T23:46:05.800Z Downloaded serde_spanned v0.6.9
7302026-07-07T23:46:05.800Z Downloaded serde_regex v1.1.0
7312026-07-07T23:46:05.800Z Downloaded rustls-pemfile v2.2.0
7322026-07-07T23:46:05.803Z Downloaded p256 v0.14.0-rc.10
7332026-07-07T23:46:05.803Z Downloaded openssl-sys v0.9.115
7342026-07-07T23:46:05.806Z Downloaded rustversion v1.0.22
7352026-07-07T23:46:05.809Z Downloaded serde_repr v0.1.20
7362026-07-07T23:46:05.809Z Downloaded num-bigint v0.4.6
7372026-07-07T23:46:05.813Z Downloaded serde_spanned v1.1.1
7382026-07-07T23:46:05.816Z Downloaded progenitor-impl v0.13.0
7392026-07-07T23:46:05.816Z Downloaded internal-russh-num-bigint v0.5.0
7402026-07-07T23:46:05.819Z Downloaded sha1 v0.10.6
7412026-07-07T23:46:05.819Z Downloaded serde_plain v1.0.2
7422026-07-07T23:46:05.822Z Downloaded iri-string v0.7.10
7432026-07-07T23:46:05.825Z Downloaded rusty-fork v0.3.1
7442026-07-07T23:46:05.825Z Downloaded rustls-native-certs v0.8.3
7452026-07-07T23:46:05.836Z Downloaded hashbrown v0.14.5
7462026-07-07T23:46:05.839Z Downloaded signal-hook-mio v0.2.5
7472026-07-07T23:46:05.842Z Downloaded shell-words v1.1.1
7482026-07-07T23:46:05.843Z Downloaded scroll v0.12.0
7492026-07-07T23:46:05.846Z Downloaded indexmap v2.14.0
7502026-07-07T23:46:05.846Z Downloaded scroll v0.13.0
7512026-07-07T23:46:05.849Z Downloaded schemars_derive v0.8.22
7522026-07-07T23:46:05.849Z Downloaded signature v3.0.0
7532026-07-07T23:46:05.852Z Downloaded sec1 v0.8.1
7542026-07-07T23:46:05.852Z Downloaded sec1 v0.7.3
7552026-07-07T23:46:05.852Z Downloaded scrypt v0.12.0
7562026-07-07T23:46:05.855Z Downloaded signal-hook-tokio v0.3.1
7572026-07-07T23:46:05.858Z Downloaded secrecy v0.8.0
7582026-07-07T23:46:05.858Z Downloaded serde-hex v0.1.0
7592026-07-07T23:46:05.861Z Downloaded signature v2.2.0
7602026-07-07T23:46:05.862Z Downloaded pest_meta v2.8.6
7612026-07-07T23:46:05.862Z Downloaded hashbrown v0.15.5
7622026-07-07T23:46:05.865Z Downloaded futures-util v0.3.32
7632026-07-07T23:46:05.873Z Downloaded similar-asserts v1.7.0
7642026-07-07T23:46:05.876Z Downloaded sigpipe v0.1.3
7652026-07-07T23:46:05.876Z Downloaded siphasher v1.0.2
7662026-07-07T23:46:05.876Z Downloaded serde_path_to_error v0.1.20
7672026-07-07T23:46:05.879Z Downloaded serde_derive_internals v0.29.1
7682026-07-07T23:46:05.879Z Downloaded aws-lc-rs v1.16.3
7692026-07-07T23:46:05.883Z Downloaded progenitor-impl v0.14.0
7702026-07-07T23:46:05.886Z Downloaded prettyplease v0.2.37
7712026-07-07T23:46:05.890Z Downloaded serde_with_macros v1.5.2
7722026-07-07T23:46:05.890Z Downloaded sha1 v0.11.0
7732026-07-07T23:46:05.890Z Downloaded serdect v0.4.3
7742026-07-07T23:46:05.894Z Downloaded serde_tokenstream v0.2.3
7752026-07-07T23:46:05.894Z Downloaded nom v7.1.3
7762026-07-07T23:46:05.897Z Downloaded slog-envlogger v2.2.0
7772026-07-07T23:46:05.897Z Downloaded slog-bunyan v2.5.0
7782026-07-07T23:46:05.900Z Downloaded rustls-pki-types v1.14.0
7792026-07-07T23:46:05.900Z Downloaded itertools v0.13.0
7802026-07-07T23:46:05.903Z Downloaded sha2 v0.10.9
7812026-07-07T23:46:05.906Z Downloaded salsa20 v0.11.0
7822026-07-07T23:46:05.906Z Downloaded ron v0.8.1
7832026-07-07T23:46:05.910Z Downloaded hyper v1.10.1
7842026-07-07T23:46:05.913Z Downloaded itertools v0.12.1
7852026-07-07T23:46:05.917Z Downloaded shlex v1.3.0
7862026-07-07T23:46:05.920Z Downloaded h2 v0.4.15
7872026-07-07T23:46:05.923Z Downloaded smawk v0.3.2
7882026-07-07T23:46:05.926Z Downloaded signal-hook-registry v1.4.8
7892026-07-07T23:46:05.926Z Downloaded semver v1.0.28
7902026-07-07T23:46:05.926Z Downloaded rand_distr v0.5.1
7912026-07-07T23:46:05.930Z Downloaded mio v1.2.0
7922026-07-07T23:46:05.933Z Downloaded rstest v0.25.0
7932026-07-07T23:46:05.936Z Downloaded stable_deref_trait v1.2.1
7942026-07-07T23:46:05.936Z Downloaded blake3 v1.8.5
7952026-07-07T23:46:05.941Z Downloaded hashbrown v0.17.0
7962026-07-07T23:46:05.946Z Downloaded simd-adler32 v0.3.8
7972026-07-07T23:46:05.949Z Downloaded serde_cbor v0.11.2
7982026-07-07T23:46:05.949Z Downloaded structmeta v0.3.0
7992026-07-07T23:46:05.949Z Downloaded structmeta-derive v0.3.0
8002026-07-07T23:46:05.952Z Downloaded strsim v0.11.1
8012026-07-07T23:46:05.952Z Downloaded slab v0.4.12
8022026-07-07T23:46:05.952Z Downloaded idna v1.1.0
8032026-07-07T23:46:05.956Z Downloaded rayon-core v1.13.0
8042026-07-07T23:46:05.960Z Downloaded hkdf v0.12.4
8052026-07-07T23:46:05.960Z Downloaded hkdf v0.13.0
8062026-07-07T23:46:05.964Z Downloaded strsim v0.10.0
8072026-07-07T23:46:05.964Z Downloaded slog-async v2.8.0
8082026-07-07T23:46:05.964Z Downloaded strip-ansi-escapes v0.2.1
8092026-07-07T23:46:05.964Z Downloaded libxml v0.3.3
8102026-07-07T23:46:05.970Z Downloaded supports-hyperlinks v2.1.0
8112026-07-07T23:46:05.970Z Downloaded quinn v0.11.9
8122026-07-07T23:46:05.970Z Downloaded itertools v0.14.0
8132026-07-07T23:46:05.974Z Downloaded supports-color v3.0.2
8142026-07-07T23:46:05.977Z Downloaded supports-color v2.1.0
8152026-07-07T23:46:05.977Z Downloaded slog-scope v4.4.1
8162026-07-07T23:46:05.977Z Downloaded subtle v2.6.1
8172026-07-07T23:46:05.981Z Downloaded strum v0.27.2
8182026-07-07T23:46:05.981Z Downloaded strum v0.26.3
8192026-07-07T23:46:05.981Z Downloaded slog-stdlog v4.1.1
8202026-07-07T23:46:05.981Z Downloaded num-bigint-dig v0.8.6
8212026-07-07T23:46:05.984Z Downloaded swrite v0.1.0
8222026-07-07T23:46:05.987Z Downloaded smallvec v0.6.14
8232026-07-07T23:46:05.987Z Downloaded slog-term v2.9.2
8242026-07-07T23:46:05.987Z Downloaded slog-json v2.6.1
8252026-07-07T23:46:05.991Z Downloaded sqlparser_derive v0.5.0
8262026-07-07T23:46:05.991Z Downloaded libm v0.2.16
8272026-07-07T23:46:05.995Z Downloaded take_mut v0.2.2
8282026-07-07T23:46:05.998Z Downloaded sync-ptr v0.1.4
8292026-07-07T23:46:05.998Z Downloaded sha2 v0.11.0
8302026-07-07T23:46:06.002Z Downloaded sync_wrapper v1.0.2
8312026-07-07T23:46:06.002Z Downloaded publicsuffix v2.3.0
8322026-07-07T23:46:06.002Z Downloaded tabled_derive v0.11.0
8332026-07-07T23:46:06.006Z Downloaded schemars v0.8.22
8342026-07-07T23:46:06.009Z Downloaded target-triple v1.0.0
8352026-07-07T23:46:06.012Z Downloaded tabwriter v1.4.1
8362026-07-07T23:46:06.012Z Downloaded rand v0.8.6
8372026-07-07T23:46:06.015Z Downloaded stacker v0.1.23
8382026-07-07T23:46:06.015Z Downloaded ssh-encoding v0.3.0-rc.9
8392026-07-07T23:46:06.018Z Downloaded tap v1.0.1
8402026-07-07T23:46:06.018Z Downloaded tabled_derive v0.7.0
8412026-07-07T23:46:06.018Z Downloaded serde_derive v1.0.228
8422026-07-07T23:46:06.021Z Downloaded tagptr v0.2.0
8432026-07-07T23:46:06.021Z Downloaded stringmetrics v2.2.2
8442026-07-07T23:46:06.024Z Downloaded static_assertions v1.1.0
8452026-07-07T23:46:06.024Z Downloaded ssh-cipher v0.3.0-rc.9
8462026-07-07T23:46:06.024Z Downloaded p521 v0.14.0-rc.10
8472026-07-07T23:46:06.027Z Downloaded stringprep v0.1.5
8482026-07-07T23:46:06.031Z Downloaded serde_yaml v0.9.34+deprecated
8492026-07-07T23:46:06.031Z Downloaded terminal_size v0.4.3
8502026-07-07T23:46:06.031Z Downloaded serde_core v1.0.228
8512026-07-07T23:46:06.035Z Downloaded rcgen v0.12.1
8522026-07-07T23:46:06.035Z Downloaded terminal_size v0.1.17
8532026-07-07T23:46:06.038Z Downloaded testing_table v0.3.0
8542026-07-07T23:46:06.038Z Downloaded sqlformat v0.3.5
8552026-07-07T23:46:06.038Z Downloaded supports-unicode v2.1.0
8562026-07-07T23:46:06.042Z Downloaded strum_macros v0.24.3
8572026-07-07T23:46:06.042Z Downloaded spki v0.8.0
8582026-07-07T23:46:06.042Z Downloaded spki v0.7.3
8592026-07-07T23:46:06.045Z Downloaded strum_macros v0.27.2
8602026-07-07T23:46:06.045Z Downloaded snafu-derive v0.8.9
8612026-07-07T23:46:06.045Z Downloaded rstest_macros v0.25.0
8622026-07-07T23:46:06.048Z Downloaded support-bundle-viewer v0.1.2
8632026-07-07T23:46:06.048Z Downloaded icu_properties_data v2.1.2
8642026-07-07T23:46:06.053Z Downloaded thread-id v5.1.0
8652026-07-07T23:46:06.056Z Downloaded strum_macros v0.26.4
8662026-07-07T23:46:06.056Z Downloaded serde_with_macros v3.17.0
8672026-07-07T23:46:06.059Z Downloaded smf v0.2.3
8682026-07-07T23:46:06.059Z Downloaded smallvec v1.15.1
8692026-07-07T23:46:06.062Z Downloaded signal-hook v0.3.18
8702026-07-07T23:46:06.062Z Downloaded schemars v0.9.0
8712026-07-07T23:46:06.069Z Downloaded tokio-macros v2.7.0
8722026-07-07T23:46:06.074Z Downloaded bindgen v0.71.1
8732026-07-07T23:46:06.077Z Downloaded string_cache v0.8.9
8742026-07-07T23:46:06.077Z Downloaded termtree v0.5.1
8752026-07-07T23:46:06.080Z Downloaded target-spec v3.5.7
8762026-07-07T23:46:06.080Z Downloaded target-lexicon v0.13.3
8772026-07-07T23:46:06.084Z Downloaded nom v8.0.0
8782026-07-07T23:46:06.087Z Downloaded tokio-test v0.4.5
8792026-07-07T23:46:06.087Z Downloaded tinyvec_macros v0.1.1
8802026-07-07T23:46:06.087Z Downloaded time-core v0.1.8
8812026-07-07T23:46:06.087Z Downloaded rand v0.9.2
8822026-07-07T23:46:06.090Z Downloaded qorb v0.4.1
8832026-07-07T23:46:06.093Z Downloaded thiserror v1.0.69
8842026-07-07T23:46:06.099Z Downloaded termios v0.3.3
8852026-07-07T23:46:06.099Z Downloaded pest v2.8.6
8862026-07-07T23:46:06.102Z Downloaded toml_datetime v0.6.11
8872026-07-07T23:46:06.102Z Downloaded thread-id v4.2.2
8882026-07-07T23:46:06.102Z Downloaded synstructure v0.13.2
8892026-07-07T23:46:06.103Z Downloaded topological-sort v0.2.2
8902026-07-07T23:46:06.105Z Downloaded toml_write v0.1.2
8912026-07-07T23:46:06.105Z Downloaded goblin v0.8.2
8922026-07-07T23:46:06.109Z Downloaded try-lock v0.2.5
8932026-07-07T23:46:06.109Z Downloaded termcolor v1.4.1
8942026-07-07T23:46:06.112Z Downloaded spin v0.9.8
8952026-07-07T23:46:06.112Z Downloaded samael v0.0.19
8962026-07-07T23:46:06.115Z Downloaded slog v2.8.2
8972026-07-07T23:46:06.118Z Downloaded trait-variant v0.1.2
8982026-07-07T23:46:06.118Z Downloaded thiserror-no-std v2.0.2
8992026-07-07T23:46:06.121Z Downloaded thiserror-impl v1.0.69
9002026-07-07T23:46:06.142Z Downloaded chrono v0.4.44
9012026-07-07T23:46:06.142Z Downloaded thiserror-impl-no-std v2.0.2
9022026-07-07T23:46:06.142Z Downloaded thread_local v1.1.9
9032026-07-07T23:46:06.142Z Downloaded tower-service v0.3.3
9042026-07-07T23:46:06.142Z Downloaded unicode-linebreak v0.1.5
9052026-07-07T23:46:06.142Z Downloaded tower-layer v0.3.3
9062026-07-07T23:46:06.142Z Downloaded tinytemplate v1.2.1
9072026-07-07T23:46:06.142Z Downloaded socket2 v0.6.3
9082026-07-07T23:46:06.142Z Downloaded unarray v0.1.4
9092026-07-07T23:46:06.142Z Downloaded typify-macro v0.6.2
9102026-07-07T23:46:06.146Z Downloaded tinystr v0.8.2
9112026-07-07T23:46:06.146Z Downloaded tiny-keccak v2.0.2
9122026-07-07T23:46:06.146Z Downloaded rsa v0.9.10
9132026-07-07T23:46:06.149Z Downloaded tls_codec_derive v0.4.2
9142026-07-07T23:46:06.153Z Downloaded tls_codec v0.4.2
9152026-07-07T23:46:06.153Z Downloaded time-macros v0.2.27
9162026-07-07T23:46:06.156Z Downloaded unit-prefix v0.5.2
9172026-07-07T23:46:06.156Z Downloaded rustls-webpki v0.103.13
9182026-07-07T23:46:06.159Z Downloaded unicode-truncate v1.1.0
9192026-07-07T23:46:06.159Z Downloaded untrusted v0.7.1
9202026-07-07T23:46:06.162Z Downloaded rand v0.10.1
9212026-07-07T23:46:06.165Z Downloaded tokio-native-tls v0.3.1
9222026-07-07T23:46:06.165Z Downloaded tokio-dtrace v0.1.1
9232026-07-07T23:46:06.165Z Downloaded term v1.2.1
9242026-07-07T23:46:06.168Z Downloaded tokio-tungstenite v0.23.1
9252026-07-07T23:46:06.172Z Downloaded universal-hash v0.6.1
9262026-07-07T23:46:06.172Z Downloaded universal-hash v0.5.1
9272026-07-07T23:46:06.172Z Downloaded git2 v0.20.4
9282026-07-07T23:46:06.176Z Downloaded utf8parse v0.2.2
9292026-07-07T23:46:06.179Z Downloaded schemars v1.2.1
9302026-07-07T23:46:06.184Z Downloaded untrusted v0.9.0
9312026-07-07T23:46:06.187Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9322026-07-07T23:46:06.187Z Downloaded thiserror-impl v2.0.18
9332026-07-07T23:46:06.190Z Downloaded usdt-attr-macro v0.6.0
9342026-07-07T23:46:06.190Z Downloaded usdt v0.6.0
9352026-07-07T23:46:06.190Z Downloaded usdt v0.5.0
9362026-07-07T23:46:06.190Z Downloaded subprocess v0.2.15
9372026-07-07T23:46:06.193Z Downloaded toml_writer v1.1.1+spec-1.1.0
9382026-07-07T23:46:06.196Z Downloaded tui-tree-widget v0.23.1
9392026-07-07T23:46:06.196Z Downloaded thiserror v2.0.18
9402026-07-07T23:46:06.201Z Downloaded utf8_iter v1.0.4
9412026-07-07T23:46:06.201Z Downloaded utf-8 v0.7.6
9422026-07-07T23:46:06.204Z Downloaded unicode-xid v0.2.6
9432026-07-07T23:46:06.204Z Downloaded tokio-tungstenite v0.21.0
9442026-07-07T23:46:06.204Z Downloaded usdt-macro v0.5.0
9452026-07-07T23:46:06.204Z Downloaded usdt-macro v0.6.0
9462026-07-07T23:46:06.204Z Downloaded usdt-attr-macro v0.5.0
9472026-07-07T23:46:06.207Z Downloaded similar v2.7.0
9482026-07-07T23:46:06.209Z Downloaded term v0.7.0
9492026-07-07T23:46:06.209Z Downloaded snafu v0.8.9
9502026-07-07T23:46:06.214Z Downloaded plotters v0.3.7
9512026-07-07T23:46:06.229Z Downloaded want v0.3.1
9522026-07-07T23:46:06.232Z Downloaded waitgroup v0.1.2
9532026-07-07T23:46:06.232Z Downloaded wait-timeout v0.2.1
9542026-07-07T23:46:06.235Z Downloaded void v1.0.2
9552026-07-07T23:46:06.235Z Downloaded version_check v0.9.5
9562026-07-07T23:46:06.237Z Downloaded unicase v2.9.0
9572026-07-07T23:46:06.237Z Downloaded test-strategy v0.4.5
9582026-07-07T23:46:06.241Z Downloaded tokio-rustls v0.26.4
9592026-07-07T23:46:06.244Z Downloaded tempfile v3.25.0
9602026-07-07T23:46:06.244Z Downloaded rustyline v14.0.0
9612026-07-07T23:46:06.247Z Downloaded toml_parser v1.1.2+spec-1.1.0
9622026-07-07T23:46:06.247Z Downloaded textwrap v0.16.2
9632026-07-07T23:46:06.249Z Downloaded rpassword v7.4.0
9642026-07-07T23:46:06.252Z Downloaded textwrap v0.15.2
9652026-07-07T23:46:06.253Z Downloaded zerofrom v0.1.6
9662026-07-07T23:46:06.253Z Downloaded yoke-derive v0.8.1
9672026-07-07T23:46:06.255Z Downloaded xattr v1.6.1
9682026-07-07T23:46:06.255Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9692026-07-07T23:46:06.255Z Downloaded iddqd v0.4.2
9702026-07-07T23:46:06.260Z Downloaded usdt-impl v0.5.0
9712026-07-07T23:46:06.262Z Downloaded serde v1.0.228
9722026-07-07T23:46:06.265Z Downloaded socket2 v0.5.10
9732026-07-07T23:46:06.265Z Downloaded bitvec v1.0.1
9742026-07-07T23:46:06.273Z Downloaded vergen-lib v0.1.6
9752026-07-07T23:46:06.276Z Downloaded twox-hash v2.1.2
9762026-07-07T23:46:06.276Z Downloaded uzers v0.12.2
9772026-07-07T23:46:06.279Z Downloaded xshell-macros v0.2.7
9782026-07-07T23:46:06.279Z Downloaded usdt-impl v0.6.0
9792026-07-07T23:46:06.279Z Downloaded tracing-attributes v0.1.31
9802026-07-07T23:46:06.284Z Downloaded trybuild v1.0.116
9812026-07-07T23:46:06.286Z Downloaded slog-dtrace v0.3.0
9822026-07-07T23:46:06.286Z Downloaded ryu v1.0.23
9832026-07-07T23:46:06.286Z Downloaded zerofrom-derive v0.1.6
9842026-07-07T23:46:06.289Z Downloaded vergen-gitcl v1.0.8
9852026-07-07T23:46:06.289Z Downloaded ucd-trie v0.1.7
9862026-07-07T23:46:06.289Z Downloaded p384 v0.13.1
9872026-07-07T23:46:06.292Z Downloaded tar v0.4.45
9882026-07-07T23:46:06.295Z Downloaded rustls-platform-verifier v0.6.2
9892026-07-07T23:46:06.297Z Downloaded vergen-lib v9.1.0
9902026-07-07T23:46:06.297Z Downloaded pretty_assertions v1.4.1
9912026-07-07T23:46:06.300Z Downloaded unicode-properties v0.1.4
9922026-07-07T23:46:06.303Z Downloaded zeroize_derive v1.4.3
9932026-07-07T23:46:06.306Z Downloaded zone_cfg_derive v0.3.1
9942026-07-07T23:46:06.309Z Downloaded tinyvec v1.10.0
9952026-07-07T23:46:06.309Z Downloaded crypto-bigint v0.7.5
9962026-07-07T23:46:06.317Z Downloaded whoami v1.6.1
9972026-07-07T23:46:06.320Z Downloaded walkdir v2.5.0
9982026-07-07T23:46:06.320Z Downloaded vsss-rs v3.3.4
9992026-07-07T23:46:06.326Z Downloaded toml v0.7.8
10002026-07-07T23:46:06.326Z Downloaded wyz v0.5.1
10012026-07-07T23:46:06.329Z Downloaded toml v1.1.2+spec-1.1.0
10022026-07-07T23:46:06.329Z Downloaded zone v0.3.1
10032026-07-07T23:46:06.330Z Downloaded rsa v0.10.0-rc.18
10042026-07-07T23:46:06.332Z Downloaded yoke v0.8.1
10052026-07-07T23:46:06.332Z Downloaded toml v0.8.23
10062026-07-07T23:46:06.336Z Downloaded serde_with v1.14.0
10072026-07-07T23:46:06.340Z Downloaded reedline v0.40.0
10082026-07-07T23:46:06.351Z Downloaded tungstenite v0.21.0
10092026-07-07T23:46:06.354Z Downloaded zerovec-derive v0.11.2
10102026-07-07T23:46:06.357Z Downloaded vergen v9.1.0
10112026-07-07T23:46:06.362Z Downloaded typify v0.6.2
10122026-07-07T23:46:06.367Z Downloaded vergen-git2 v9.1.0
10132026-07-07T23:46:06.371Z Downloaded zstd-safe v7.2.4
10142026-07-07T23:46:06.371Z Downloaded unicode-ident v1.0.24
10152026-07-07T23:46:06.373Z Downloaded unicode-bidi v0.3.18
10162026-07-07T23:46:06.374Z Downloaded zstd v0.13.3
10172026-07-07T23:46:06.376Z Downloaded zeroize v1.8.2
10182026-07-07T23:46:06.376Z Downloaded steno v0.4.1
10192026-07-07T23:46:06.382Z Downloaded unsafe-libyaml v0.2.11
10202026-07-07T23:46:06.385Z Downloaded tokio-stream v0.1.18
10212026-07-07T23:46:06.388Z Downloaded zmij v1.0.21
10222026-07-07T23:46:06.391Z Downloaded writeable v0.6.2
10232026-07-07T23:46:06.391Z Downloaded whoami v2.1.0
10242026-07-07T23:46:06.399Z Downloaded goblin v0.10.5
10252026-07-07T23:46:06.400Z Downloaded tracing-core v0.1.36
10262026-07-07T23:46:06.403Z Downloaded toml_edit v0.23.10+spec-1.0.0
10272026-07-07T23:46:06.408Z Downloaded reqwest v0.12.28
10282026-07-07T23:46:06.412Z Downloaded zerocopy-derive v0.7.35
10292026-07-07T23:46:06.414Z Downloaded tungstenite v0.23.0
10302026-07-07T23:46:06.417Z Downloaded uuid v1.23.4
10312026-07-07T23:46:06.420Z Downloaded xshell v0.2.7
10322026-07-07T23:46:06.432Z Downloaded tokio-postgres v0.7.16
10332026-07-07T23:46:06.436Z Downloaded vte v0.14.1
10342026-07-07T23:46:06.447Z Downloaded yasna v0.5.2
10352026-07-07T23:46:06.450Z Downloaded moka v0.12.13
10362026-07-07T23:46:06.452Z Downloaded reqwest v0.13.2
10372026-07-07T23:46:06.456Z Downloaded lalrpop v0.19.12
10382026-07-07T23:46:06.462Z Downloaded portable-atomic v1.13.1
10392026-07-07T23:46:06.466Z Downloaded regex v1.12.3
10402026-07-07T23:46:06.474Z Downloaded zerocopy v0.6.6
10412026-07-07T23:46:06.476Z Downloaded zopfli v0.8.3
10422026-07-07T23:46:06.479Z Downloaded rayon v1.11.0
10432026-07-07T23:46:06.482Z Downloaded quick-xml v0.37.5
10442026-07-07T23:46:06.485Z Downloaded curve25519-dalek v4.1.3
10452026-07-07T23:46:06.502Z Downloaded toml_edit v0.22.27
10462026-07-07T23:46:06.506Z Downloaded toml_edit v0.19.15
10472026-07-07T23:46:06.514Z Downloaded url v2.5.8
10482026-07-07T23:46:06.517Z Downloaded salty v0.3.0
10492026-07-07T23:46:06.520Z Downloaded zip v0.6.6
10502026-07-07T23:46:06.523Z Downloaded yansi v1.0.1
10512026-07-07T23:46:06.526Z Downloaded ssh-key v0.7.0-rc.10
10522026-07-07T23:46:06.529Z Downloaded unicode_categories v0.1.1
10532026-07-07T23:46:06.532Z Downloaded bstr v1.12.1
10542026-07-07T23:46:06.540Z Downloaded serde_json v1.0.150
10552026-07-07T23:46:06.545Z Downloaded curve25519-dalek v5.0.0-rc.0
10562026-07-07T23:46:06.551Z Downloaded typed-path v0.9.3
10572026-07-07T23:46:06.565Z Downloaded tower v0.5.3
10582026-07-07T23:46:06.572Z Downloaded zerotrie v0.2.3
10592026-07-07T23:46:06.575Z Downloaded petname v2.0.2
10602026-07-07T23:46:06.578Z Downloaded gimli v0.32.3
10612026-07-07T23:46:06.581Z Downloaded zerocopy-derive v0.8.40
10622026-07-07T23:46:06.586Z Downloaded x509-cert v0.2.5
10632026-07-07T23:46:06.589Z Downloaded proptest v1.10.0
10642026-07-07T23:46:06.595Z Downloaded serde_with v3.17.0
10652026-07-07T23:46:06.607Z Downloaded unicode-segmentation v1.12.0
10662026-07-07T23:46:06.611Z Downloaded object v0.30.4
10672026-07-07T23:46:06.617Z Downloaded tokio-util v0.7.18
10682026-07-07T23:46:06.620Z Downloaded tough v0.22.0
10692026-07-07T23:46:06.624Z Downloaded typenum v1.20.1
10702026-07-07T23:46:06.627Z Downloaded tower-http v0.6.8
10712026-07-07T23:46:06.644Z Downloaded zip v4.6.1
10722026-07-07T23:46:06.652Z Downloaded quinn-proto v0.11.13
10732026-07-07T23:46:06.655Z Downloaded russh v0.61.2
10742026-07-07T23:46:06.669Z Downloaded polar-core v0.27.3
10752026-07-07T23:46:06.676Z Downloaded zerovec v0.11.5
10762026-07-07T23:46:06.679Z Downloaded unicode-normalization v0.1.25
10772026-07-07T23:46:06.702Z Downloaded radix_trie v0.2.1
10782026-07-07T23:46:06.705Z Downloaded nix v0.27.1
10792026-07-07T23:46:06.712Z Downloaded dropshot v0.17.1
10802026-07-07T23:46:06.724Z Downloaded nix v0.31.2
10812026-07-07T23:46:06.731Z Downloaded tabled v0.15.0
10822026-07-07T23:46:06.740Z Downloaded zerocopy v0.7.35
10832026-07-07T23:46:06.752Z Downloaded winnow v0.5.40
10842026-07-07T23:46:06.755Z Downloaded tabled v0.20.0
10852026-07-07T23:46:06.764Z Downloaded winnow v1.0.3
10862026-07-07T23:46:06.773Z Downloaded regex-syntax v0.6.29
10872026-07-07T23:46:06.773Z Downloaded object v0.37.3
10882026-07-07T23:46:06.779Z Downloaded winnow v0.7.14
10892026-07-07T23:46:06.785Z Downloaded syn v1.0.109
10902026-07-07T23:46:06.790Z Downloaded time v0.3.47
10912026-07-07T23:46:06.797Z Downloaded hickory-proto v0.25.2
10922026-07-07T23:46:06.805Z Downloaded smoltcp v0.9.1
10932026-07-07T23:46:06.811Z Downloaded vcpkg v0.2.15
10942026-07-07T23:46:06.835Z Downloaded zlib-rs v0.6.2
10952026-07-07T23:46:06.839Z Downloaded regress v0.10.5
10962026-07-07T23:46:06.844Z Downloaded hickory-proto v0.24.4
10972026-07-07T23:46:06.855Z Downloaded regex-syntax v0.8.10
10982026-07-07T23:46:06.858Z Downloaded winnow v0.6.26
10992026-07-07T23:46:06.861Z Downloaded zerocopy v0.8.40
11002026-07-07T23:46:06.869Z Downloaded regress v0.11.1
11012026-07-07T23:46:06.872Z Downloaded unicode-width v0.1.14
11022026-07-07T23:46:06.876Z Downloaded syn v2.0.117
11032026-07-07T23:46:06.882Z Downloaded unicode-width v0.2.0
11042026-07-07T23:46:06.885Z Downloaded openapiv3 v2.2.0
11052026-07-07T23:46:06.892Z Downloaded smoltcp v0.11.0
11062026-07-07T23:46:06.899Z Downloaded rustix v1.1.3
11072026-07-07T23:46:06.912Z Downloaded rustls v0.23.41
11082026-07-07T23:46:06.918Z Downloaded rustix v0.38.44
11092026-07-07T23:46:06.932Z Downloaded bzip2-sys v0.1.13+1.0.8
11102026-07-07T23:46:06.938Z Downloaded diesel v2.3.7
11112026-07-07T23:46:06.950Z Downloaded openssl v0.10.79
11122026-07-07T23:46:06.956Z Downloaded nix v0.28.0
11132026-07-07T23:46:06.964Z Downloaded tracing v0.1.44
11142026-07-07T23:46:06.986Z Downloaded fiat-crypto v0.3.0
11152026-07-07T23:46:06.996Z Downloaded zerocopy-derive v0.6.6
11162026-07-07T23:46:07.015Z Downloaded jiff v0.2.21
11172026-07-07T23:46:07.045Z Downloaded sqlparser v0.61.0
11182026-07-07T23:46:07.065Z Downloaded sled v0.34.7
11192026-07-07T23:46:07.071Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11202026-07-07T23:46:07.088Z Downloaded ratatui v0.29.0
11212026-07-07T23:46:07.100Z Downloaded typify-impl v0.6.2
11222026-07-07T23:46:07.117Z Downloaded sha3 v0.11.0
11232026-07-07T23:46:07.150Z Downloaded encoding_rs v0.8.35
11242026-07-07T23:46:07.165Z Downloaded regex-automata v0.4.14
11252026-07-07T23:46:07.174Z Downloaded chrono-tz v0.10.4
11262026-07-07T23:46:07.186Z Downloaded csv v1.4.0
11272026-07-07T23:46:07.199Z Downloaded petgraph v0.6.5
11282026-07-07T23:46:07.219Z Downloaded ring v0.17.14
11292026-07-07T23:46:07.245Z Downloaded petgraph v0.8.3
11302026-07-07T23:46:07.276Z Downloaded libc v0.2.185
11312026-07-07T23:46:07.298Z Downloaded libz-sys v1.1.24
11322026-07-07T23:46:07.317Z Downloaded sha3 v0.10.8
11332026-07-07T23:46:07.342Z Downloaded tokio v1.52.1
11342026-07-07T23:46:07.433Z Downloaded httpmock v0.8.3
11352026-07-07T23:46:07.450Z Downloaded libgit2-sys v0.18.3+1.9.2
11362026-07-07T23:46:07.851Z Downloaded aws-lc-sys v0.40.0
11372026-07-07T23:46:08.265Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
11382026-07-07T23:46:09.807Z Startup: Refreshing catalog 'helios' ... Done
11392026-07-07T23:46:09.925Z Startup: Caching catalogs ... Done
11402026-07-07T23:46:10.421ZPlanning: Solver setup ... Done (0.442s)
11412026-07-07T23:46:10.446ZPlanning: Running solver ... Done (0.027s)
11422026-07-07T23:46:10.458ZPlanning: Finding local manifests ... Done (0.003s)
11432026-07-07T23:46:10.470ZPlanning: Fetching manifests: 0/2 0% complete
11442026-07-07T23:46:10.486ZPlanning: Fetching manifests: 2/2 100% complete
11452026-07-07T23:46:10.499ZPlanning: Package planning ... Done (0.013s)
11462026-07-07T23:46:10.502ZPlanning: Merging actions ... Done (0.002s)
11472026-07-07T23:46:10.675ZPlanning: Checking for conflicting actions ... Done (0.173s)
11482026-07-07T23:46:10.678ZPlanning: Consolidating action changes ... Done (0.001s)
11492026-07-07T23:46:11.631ZPlanning: Evaluating mediators ... Done (0.955s)
11502026-07-07T23:46:11.634ZPlanning: Planning completed in 1.68 seconds
11512026-07-07T23:46:11.640Z Packages to install: 2
11522026-07-07T23:46:11.640Z Estimated space available: 155.78 GB
11532026-07-07T23:46:11.644ZEstimated space to be consumed: 30.99 MB
11542026-07-07T23:46:11.644Z Create boot environment: No
11552026-07-07T23:46:11.644ZCreate backup boot environment: No
11562026-07-07T23:46:11.644Z Rebuild boot archive: No
11572026-07-07T23:46:11.644Z
11582026-07-07T23:46:11.644ZChanged packages:
11592026-07-07T23:46:11.644Zhelios
11602026-07-07T23:46:11.644Z developer/build-essential
11612026-07-07T23:46:11.644Z None -> 11-3.0
11622026-07-07T23:46:11.644Z library/libxmlsec1
11632026-07-07T23:46:11.644Z None -> 1.2.35-3.0
11642026-07-07T23:46:11.667Z
11652026-07-07T23:46:11.667ZDownload: 0/214 items 0.0/1.3MB 0% complete
11662026-07-07T23:46:12.138ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
11672026-07-07T23:46:12.228Z Actions: 1/268 actions (Installing new actions)
11682026-07-07T23:46:12.285Z Actions: Completed 268 actions in 0.06 seconds.
11692026-07-07T23:46:12.305ZFinalize: Updating package state database ... Done (0.019s)
11702026-07-07T23:46:12.305ZFinalize: Updating package cache ... Done (0.000s)
11712026-07-07T23:46:12.362ZFinalize: Updating image state ... Done (0.056s)
11722026-07-07T23:46:14.969ZFinalize: Creating fast lookup database ... Done (2.556s)
11732026-07-07T23:46:15.038ZFinalize: Reading search index ... Done (0.012s)
11742026-07-07T23:46:15.057ZFinalize: Updating search index ... Done (0.000s)
11752026-07-07T23:46:15.180ZFinalize: Updating package cache ... Done (0.000s)
11762026-07-07T23:46:15.466ZPlanning: Evaluating mediator changes ... Done
11772026-07-07T23:46:15.568ZPlanning: Checking for conflicting actions ... Done
11782026-07-07T23:46:15.571ZPlanning: Consolidating action changes ... Done
11792026-07-07T23:46:15.724ZPlanning: Evaluating mediators ... Done
11802026-07-07T23:46:15.728ZPlanning: Planning completed in 0.26 seconds
11812026-07-07T23:46:15.748Z Mediators to change: 2
11822026-07-07T23:46:15.748Z Create boot environment: No
11832026-07-07T23:46:15.748ZCreate backup boot environment: No
11842026-07-07T23:46:15.797ZFinalize: Updating package state database ... Done
11852026-07-07T23:46:15.798ZFinalize: Updating package cache ... Done
11862026-07-07T23:46:15.814ZFinalize: Updating image state ... Done
11872026-07-07T23:46:17.747ZFinalize: Creating fast lookup database ... Done
11882026-07-07T23:46:17.811ZFinalize: Reading search index ... Done
11892026-07-07T23:46:17.816ZFinalize: Updating search index ... Done
11902026-07-07T23:46:17.877ZFinalize: Updating package cache ... Done
11912026-07-07T23:46:18.161ZPlanning: Evaluating mediator changes ... Done
11922026-07-07T23:46:18.268ZPlanning: Checking for conflicting actions ... Done
11932026-07-07T23:46:18.271ZPlanning: Consolidating action changes ... Done
11942026-07-07T23:46:18.426ZPlanning: Evaluating mediators ... Done
11952026-07-07T23:46:18.429ZPlanning: Planning completed in 0.26 seconds
11962026-07-07T23:46:18.449Z Mediators to change: 1
11972026-07-07T23:46:18.449Z Create boot environment: No
11982026-07-07T23:46:18.449ZCreate backup boot environment: No
11992026-07-07T23:46:18.497ZFinalize: Updating package state database ... Done
12002026-07-07T23:46:18.498ZFinalize: Updating package cache ... Done
12012026-07-07T23:46:18.515ZFinalize: Updating image state ... Done
12022026-07-07T23:46:20.438ZFinalize: Creating fast lookup database ... Done
12032026-07-07T23:46:20.498ZFinalize: Reading search index ... Done
12042026-07-07T23:46:20.501ZFinalize: Updating search index ... Done
12052026-07-07T23:46:20.554ZFinalize: Updating package cache ... Done
12062026-07-07T23:46:20.864ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
12072026-07-07T23:46:20.864Zapache system 2.4 system
12082026-07-07T23:46:20.864Zclang system 15 system
12092026-07-07T23:46:20.864Zcsh system system illumos
12102026-07-07T23:46:20.864Zctags system system illumos
12112026-07-07T23:46:20.864Zfile vendor vendor darwinsys
12122026-07-07T23:46:20.864Zfile system system illumos
12132026-07-07T23:46:20.864Zgcc vendor 14 vendor
12142026-07-07T23:46:20.864Zgcc system 13 system
12152026-07-07T23:46:20.864Zgcc system 10 system
12162026-07-07T23:46:20.864Zgo system 1.25 system
12172026-07-07T23:46:20.864Zllvm system 15 system
12182026-07-07T23:46:20.864Zmariadb system 11.4 system
12192026-07-07T23:46:20.864Zmta vendor vendor dma
12202026-07-07T23:46:20.865Zopenjdk system 17 system
12212026-07-07T23:46:20.865Zopenjdk system 11 system
12222026-07-07T23:46:20.865Zopenssl vendor 3 vendor
12232026-07-07T23:46:20.865Zperl system 5.40 system
12242026-07-07T23:46:20.865Zpostgresql system 18 system
12252026-07-07T23:46:20.865Zpostgresql system 17 system
12262026-07-07T23:46:20.865Zpython vendor 3 vendor
12272026-07-07T23:46:20.865Zpython system 2 system
12282026-07-07T23:46:20.865Zpython3 vendor 3.13 vendor
12292026-07-07T23:46:20.865Zruby system 3.4 system
12302026-07-07T23:46:20.865Zruby system 3.0 system
12312026-07-07T23:46:20.865Zwords vendor vendor american-english
12322026-07-07T23:46:20.865Zwords system system australian-english
12332026-07-07T23:46:20.865Zwords system system british-english
12342026-07-07T23:46:20.865Zwords system system canadian-english
12352026-07-07T23:46:20.865Zwords system system french
12362026-07-07T23:46:20.865Zwords system system italian
12372026-07-07T23:46:20.865Zwords system system ngerman
12382026-07-07T23:46:20.865Zwords system system ogerman
12392026-07-07T23:46:20.865Zwords system system spanish
12402026-07-07T23:46:21.115ZPUBLISHER TYPE STATUS P LOCATION
12412026-07-07T23:46:21.115Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
12422026-07-07T23:46:21.425ZFMRI IFO
12432026-07-07T23:46:21.425Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
12442026-07-07T23:46:21.425Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
12452026-07-07T23:46:21.425Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
12462026-07-07T23:46:21.425Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
12472026-07-07T23:46:21.425Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
12482026-07-07T23:46:21.425Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
12492026-07-07T23:46:21.425Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
12502026-07-07T23:46:21.425Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
12512026-07-07T23:46:21.425Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
12522026-07-07T23:46:21.953Z Downloading crates ...
12532026-07-07T23:46:22.014Z Downloaded cargo_toml v0.21.0
12542026-07-07T23:46:22.055Z Compiling proc-macro2 v1.0.106
12552026-07-07T23:46:22.055Z Compiling unicode-ident v1.0.24
12562026-07-07T23:46:22.055Z Compiling quote v1.0.45
12572026-07-07T23:46:22.055Z Compiling serde_core v1.0.228
12582026-07-07T23:46:22.058Z Compiling libc v0.2.185
12592026-07-07T23:46:22.058Z Compiling version_check v0.9.5
12602026-07-07T23:46:22.058Z Compiling memchr v2.8.0
12612026-07-07T23:46:22.058Z Compiling serde v1.0.228
12622026-07-07T23:46:22.058Z Compiling zmij v1.0.21
12632026-07-07T23:46:22.058Z Compiling thiserror v1.0.69
12642026-07-07T23:46:22.058Z Compiling itoa v1.0.17
12652026-07-07T23:46:22.136Z Compiling ucd-trie v0.1.7
12662026-07-07T23:46:22.139Z Compiling rustix v1.1.3
12672026-07-07T23:46:22.139Z Compiling byteorder v1.5.0
12682026-07-07T23:46:22.295Z Compiling serde_json v1.0.150
12692026-07-07T23:46:22.429Z Compiling bitflags v2.11.0
12702026-07-07T23:46:22.609Z Compiling camino v1.2.2
12712026-07-07T23:46:22.628Z Compiling syn v1.0.109
12722026-07-07T23:46:22.638Z Compiling usdt-impl v0.5.0
12732026-07-07T23:46:22.666Z Compiling pest v2.8.6
12742026-07-07T23:46:22.686Z Compiling proc-macro-error-attr v1.0.4
12752026-07-07T23:46:22.755Z Compiling proc-macro-error v1.0.4
12762026-07-07T23:46:22.766Z Compiling equivalent v1.0.2
12772026-07-07T23:46:22.810Z Compiling log v0.4.29
12782026-07-07T23:46:22.853Z Compiling getrandom v0.4.1
12792026-07-07T23:46:22.877Z Compiling utf8parse v0.2.2
12802026-07-07T23:46:22.966Z Compiling plain v0.2.3
12812026-07-07T23:46:23.026Z Compiling hashbrown v0.17.0
12822026-07-07T23:46:23.030Z Compiling anstyle-parse v1.0.0
12832026-07-07T23:46:23.069Z Compiling pretty-hex v0.4.1
12842026-07-07T23:46:23.072Z Compiling is_terminal_polyfill v1.70.2
12852026-07-07T23:46:23.072Z Compiling cfg-if v1.0.4
12862026-07-07T23:46:23.087Z Compiling anstyle v1.0.14
12872026-07-07T23:46:23.095Z Compiling thiserror v2.0.18
12882026-07-07T23:46:23.098Z Compiling colorchoice v1.0.4
12892026-07-07T23:46:23.148Z Compiling errno v0.3.14
12902026-07-07T23:46:23.158Z Compiling thread-id v4.2.2
12912026-07-07T23:46:23.178Z Compiling toml_write v0.1.2
12922026-07-07T23:46:23.188Z Compiling winnow v0.7.14
12932026-07-07T23:46:23.216Z Compiling autocfg v1.5.0
12942026-07-07T23:46:23.244Z Compiling anstyle-query v1.1.5
12952026-07-07T23:46:23.255Z Compiling anyhow v1.0.102
12962026-07-07T23:46:23.258Z Compiling fastrand v2.3.0
12972026-07-07T23:46:23.347Z Compiling anstream v1.0.0
12982026-07-07T23:46:23.399Z Compiling fnv v1.0.7
12992026-07-07T23:46:23.432Z Compiling clap_lex v1.0.0
13002026-07-07T23:46:23.510Z Compiling bytecount v0.6.9
13012026-07-07T23:46:23.521Z Compiling heck v0.4.1
13022026-07-07T23:46:23.546Z Compiling syn v2.0.117
13032026-07-07T23:46:23.613Z Compiling indexmap v2.14.0
13042026-07-07T23:46:23.653Z Compiling heck v0.5.0
13052026-07-07T23:46:23.664Z Compiling once_cell v1.21.3
13062026-07-07T23:46:23.685Z Compiling fs-err v3.3.0
13072026-07-07T23:46:23.688Z Compiling unicode-width v0.1.14
13082026-07-07T23:46:23.688Z Compiling strsim v0.11.1
13092026-07-07T23:46:23.766Z Compiling memmap v0.7.0
13102026-07-07T23:46:23.903Z Compiling pest_meta v2.8.6
13112026-07-07T23:46:23.906Z Compiling smawk v0.3.2
13122026-07-07T23:46:23.937Z Compiling papergrid v0.11.0
13132026-07-07T23:46:23.959Z Compiling unicode-width v0.2.0
13142026-07-07T23:46:23.993Z Compiling unicode-linebreak v0.1.5
13152026-07-07T23:46:24.067Z Compiling swrite v0.1.0
13162026-07-07T23:46:24.157Z Compiling terminal_size v0.4.3
13172026-07-07T23:46:24.157Z Compiling tempfile v3.25.0
13182026-07-07T23:46:24.256Z Compiling clap_builder v4.6.0
13192026-07-07T23:46:24.256Z Compiling textwrap v0.16.2
13202026-07-07T23:46:24.473Z Compiling cargo-platform v0.3.2
13212026-07-07T23:46:24.473Z Compiling semver v1.0.28
13222026-07-07T23:46:24.749Z Compiling camino-tempfile v1.4.1
13232026-07-07T23:46:25.074Z Compiling tabled_derive v0.7.0
13242026-07-07T23:46:25.679Z Compiling pest_generator v2.8.6
13252026-07-07T23:46:25.722Z Compiling tabled v0.15.0
13262026-07-07T23:46:26.176Z Compiling serde_derive v1.0.228
13272026-07-07T23:46:26.176Z Compiling thiserror-impl v1.0.69
13282026-07-07T23:46:26.180Z Compiling zerocopy-derive v0.7.35
13292026-07-07T23:46:26.180Z Compiling scroll_derive v0.12.1
13302026-07-07T23:46:26.180Z Compiling thiserror-impl v2.0.18
13312026-07-07T23:46:26.180Z Compiling clap_derive v4.6.1
13322026-07-07T23:46:26.244Z Compiling pest_derive v2.8.6
13332026-07-07T23:46:26.773Z Compiling scroll v0.12.0
13342026-07-07T23:46:26.872Z Compiling zerocopy v0.7.35
13352026-07-07T23:46:26.972Z Compiling goblin v0.8.2
13362026-07-07T23:46:27.205Z Compiling dtrace-parser v0.2.0
13372026-07-07T23:46:27.498Z Compiling clap v4.6.1
13382026-07-07T23:46:28.533Z Compiling dof v0.3.0
13392026-07-07T23:46:28.533Z Compiling serde_tokenstream v0.2.3
13402026-07-07T23:46:28.550Z Compiling serde_spanned v0.6.9
13412026-07-07T23:46:28.550Z Compiling toml_datetime v0.6.11
13422026-07-07T23:46:28.554Z Compiling cargo_metadata v0.23.1
13432026-07-07T23:46:28.554Z Compiling macaddr v1.0.1
13442026-07-07T23:46:28.554Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
13452026-07-07T23:46:28.707Z Compiling toml_edit v0.22.27
13462026-07-07T23:46:29.196Z Compiling usdt-attr-macro v0.5.0
13472026-07-07T23:46:29.199Z Compiling usdt-macro v0.5.0
13482026-07-07T23:46:29.801Z Compiling usdt v0.5.0
13492026-07-07T23:46:29.943Z Compiling toml v0.8.23
13502026-07-07T23:46:30.250Z Compiling cargo_toml v0.21.0
13512026-07-07T23:46:31.555Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
13522026-07-07T23:46:33.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.00s
13532026-07-07T23:46:33.579Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
13542026-07-07T23:46:34.292Z Compiling libc v0.2.185
13552026-07-07T23:46:34.292Z Compiling serde_core v1.0.228
13562026-07-07T23:46:34.292Z Compiling serde v1.0.228
13572026-07-07T23:46:34.292Z Compiling log v0.4.29
13582026-07-07T23:46:34.295Z Compiling smallvec v1.15.1
13592026-07-07T23:46:34.295Z Compiling find-msvc-tools v0.1.9
13602026-07-07T23:46:34.295Z Compiling shlex v1.3.0
13612026-07-07T23:46:34.295Z Compiling subtle v2.6.1
13622026-07-07T23:46:34.295Z Compiling scopeguard v1.2.0
13632026-07-07T23:46:34.413Z Compiling stable_deref_trait v1.2.1
13642026-07-07T23:46:34.415Z Compiling typenum v1.20.1
13652026-07-07T23:46:34.454Z Compiling serde_json v1.0.150
13662026-07-07T23:46:34.457Z Compiling portable-atomic v1.13.1
13672026-07-07T23:46:34.457Z Compiling zerocopy v0.8.40
13682026-07-07T23:46:34.510Z Compiling syn v2.0.117
13692026-07-07T23:46:34.534Z Compiling pin-project-lite v0.2.17
13702026-07-07T23:46:34.594Z Compiling parking_lot_core v0.9.12
13712026-07-07T23:46:34.625Z Compiling lock_api v0.4.14
13722026-07-07T23:46:34.639Z Compiling pkg-config v0.3.32
13732026-07-07T23:46:34.652Z Compiling critical-section v1.2.0
13742026-07-07T23:46:34.666Z Compiling libm v0.2.16
13752026-07-07T23:46:34.680Z Compiling getrandom v0.4.1
13762026-07-07T23:46:34.683Z Compiling futures-core v0.3.32
13772026-07-07T23:46:34.736Z Compiling num-traits v0.2.19
13782026-07-07T23:46:34.764Z Compiling generic-array v0.14.7
13792026-07-07T23:46:34.770Z Compiling const-oid v0.9.6
13802026-07-07T23:46:34.861Z Compiling rand_core v0.10.0
13812026-07-07T23:46:34.864Z Compiling percent-encoding v2.3.2
13822026-07-07T23:46:34.887Z Compiling writeable v0.6.2
13832026-07-07T23:46:34.934Z Compiling litemap v0.8.1
13842026-07-07T23:46:35.049Z Compiling icu_properties_data v2.1.2
13852026-07-07T23:46:35.062Z Compiling icu_normalizer_data v2.1.1
13862026-07-07T23:46:35.117Z Compiling futures-sink v0.3.32
13872026-07-07T23:46:35.132Z Compiling futures-io v0.3.32
13882026-07-07T23:46:35.135Z Compiling slab v0.4.12
13892026-07-07T23:46:35.158Z Compiling futures-task v0.3.32
13902026-07-07T23:46:35.171Z Compiling getrandom v0.3.4
13912026-07-07T23:46:35.174Z Compiling rustversion v1.0.22
13922026-07-07T23:46:35.203Z Compiling futures-channel v0.3.32
13932026-07-07T23:46:35.231Z Compiling utf8_iter v1.0.4
13942026-07-07T23:46:35.320Z Compiling form_urlencoded v1.2.2
13952026-07-07T23:46:35.323Z Compiling fs_extra v1.3.0
13962026-07-07T23:46:35.362Z Compiling jobserver v0.1.34
13972026-07-07T23:46:35.365Z Compiling errno v0.3.14
13982026-07-07T23:46:35.388Z Compiling getrandom v0.2.17
13992026-07-07T23:46:35.438Z Compiling mio v1.2.0
14002026-07-07T23:46:35.468Z Compiling once_cell v1.21.3
14012026-07-07T23:46:35.522Z Compiling rand_core v0.6.4
14022026-07-07T23:46:35.567Z Compiling signal-hook-registry v1.4.8
14032026-07-07T23:46:35.592Z Compiling cc v1.2.56
14042026-07-07T23:46:35.607Z Compiling parking_lot v0.12.5
14052026-07-07T23:46:35.620Z Compiling socket2 v0.6.3
14062026-07-07T23:46:35.658Z Compiling rustix v1.1.3
14072026-07-07T23:46:35.705Z Compiling ident_case v1.0.1
14082026-07-07T23:46:35.711Z Compiling dunce v1.0.5
14092026-07-07T23:46:35.733Z Compiling regex-syntax v0.8.10
14102026-07-07T23:46:35.772Z Compiling iana-time-zone v0.1.65
14112026-07-07T23:46:35.830Z Compiling base64ct v1.8.3
14122026-07-07T23:46:35.845Z Compiling vcpkg v0.2.15
14132026-07-07T23:46:35.870Z Compiling tracing-core v0.1.36
14142026-07-07T23:46:35.956Z Compiling flagset v0.4.7
14152026-07-07T23:46:35.993Z Compiling aws-lc-rs v1.16.3
14162026-07-07T23:46:36.007Z Compiling base64 v0.22.1
14172026-07-07T23:46:36.056Z Compiling openssl-probe v0.2.1
14182026-07-07T23:46:36.100Z Compiling rand_core v0.9.5
14192026-07-07T23:46:36.142Z Compiling pem-rfc7468 v0.7.0
14202026-07-07T23:46:36.162Z Compiling httparse v1.10.1
14212026-07-07T23:46:36.238Z Compiling cmov v0.5.4
14222026-07-07T23:46:36.252Z Compiling tinyvec_macros v0.1.1
14232026-07-07T23:46:36.308Z Compiling aho-corasick v1.1.4
14242026-07-07T23:46:36.358Z Compiling tinyvec v1.10.0
14252026-07-07T23:46:36.374Z Compiling cmake v0.1.57
14262026-07-07T23:46:36.378Z Compiling atomic-waker v1.1.2
14272026-07-07T23:46:36.400Z Compiling try-lock v0.2.5
14282026-07-07T23:46:36.422Z Compiling tower-service v0.3.3
14292026-07-07T23:46:36.487Z Compiling ctutils v0.4.2
14302026-07-07T23:46:36.500Z Compiling dyn-clone v1.0.20
14312026-07-07T23:46:36.503Z Compiling schemars v0.8.22
14322026-07-07T23:46:36.528Z Compiling tower-layer v0.3.3
14332026-07-07T23:46:36.540Z Compiling untrusted v0.7.1
14342026-07-07T23:46:36.544Z Compiling want v0.3.1
14352026-07-07T23:46:36.556Z Compiling openssl v0.10.79
14362026-07-07T23:46:36.637Z Compiling bitflags v2.11.0
14372026-07-07T23:46:36.663Z Compiling semver v1.0.28
14382026-07-07T23:46:36.680Z Compiling indexmap v2.14.0
14392026-07-07T23:46:36.698Z Compiling uuid v1.23.4
14402026-07-07T23:46:36.740Z Compiling rustls v0.23.41
14412026-07-07T23:46:36.754Z Compiling httpdate v1.0.3
14422026-07-07T23:46:36.784Z Compiling untrusted v0.9.0
14432026-07-07T23:46:36.802Z Compiling foreign-types-shared v0.1.1
14442026-07-07T23:46:36.842Z Compiling cpufeatures v0.2.17
14452026-07-07T23:46:36.886Z Compiling rustc_version v0.4.1
14462026-07-07T23:46:36.901Z Compiling foreign-types v0.3.2
14472026-07-07T23:46:36.921Z Compiling unicode-normalization v0.1.25
14482026-07-07T23:46:36.936Z Compiling spin v0.9.8
14492026-07-07T23:46:36.948Z Compiling native-tls v0.2.18
14502026-07-07T23:46:36.982Z Compiling powerfmt v0.2.0
14512026-07-07T23:46:37.001Z Compiling num-conv v0.2.0
14522026-07-07T23:46:37.015Z Compiling crc32fast v1.5.0
14532026-07-07T23:46:37.031Z Compiling time-core v0.1.8
14542026-07-07T23:46:37.141Z Compiling deranged v0.5.8
14552026-07-07T23:46:37.154Z Compiling wait-timeout v0.2.1
14562026-07-07T23:46:37.179Z Compiling sync_wrapper v1.0.2
14572026-07-07T23:46:37.193Z Compiling time-macros v0.2.27
14582026-07-07T23:46:37.208Z Compiling bit-vec v0.8.0
14592026-07-07T23:46:37.222Z Compiling aws-lc-sys v0.40.0
14602026-07-07T23:46:37.236Z Compiling openssl-sys v0.9.115
14612026-07-07T23:46:37.306Z Compiling regex-automata v0.4.14
14622026-07-07T23:46:37.330Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14632026-07-07T23:46:37.353Z Compiling synstructure v0.13.2
14642026-07-07T23:46:37.411Z Compiling pest_generator v2.8.6
14652026-07-07T23:46:37.434Z Compiling serde_derive_internals v0.29.1
14662026-07-07T23:46:37.447Z Compiling darling_core v0.20.11
14672026-07-07T23:46:37.513Z Compiling siphasher v1.0.2
14682026-07-07T23:46:37.715Z Compiling tempfile v3.25.0
14692026-07-07T23:46:37.794Z Compiling quick-error v1.2.3
14702026-07-07T23:46:37.912Z Compiling syn v1.0.109
14712026-07-07T23:46:37.960Z Compiling crossbeam-utils v0.8.21
14722026-07-07T23:46:37.984Z Compiling usdt-impl v0.6.0
14732026-07-07T23:46:38.061Z Compiling simd-adler32 v0.3.8
14742026-07-07T23:46:38.107Z Compiling num_threads v0.1.7
14752026-07-07T23:46:38.144Z Compiling rusty-fork v0.3.1
14762026-07-07T23:46:38.175Z Compiling bit-set v0.8.0
14772026-07-07T23:46:38.221Z Compiling darling_core v0.21.3
14782026-07-07T23:46:38.253Z Compiling heapless v0.7.17
14792026-07-07T23:46:38.320Z Compiling bzip2-sys v0.1.13+1.0.8
14802026-07-07T23:46:38.334Z Compiling slog v2.8.2
14812026-07-07T23:46:38.350Z Compiling rand_xorshift v0.4.0
14822026-07-07T23:46:38.353Z Compiling time v0.3.47
14832026-07-07T23:46:38.353Z Compiling thread-id v5.1.0
14842026-07-07T23:46:38.376Z Compiling cookie v0.18.1
14852026-07-07T23:46:38.401Z Compiling unicode-properties v0.1.4
14862026-07-07T23:46:38.434Z Compiling ryu v1.0.23
14872026-07-07T23:46:38.466Z Compiling zstd-safe v7.2.4
14882026-07-07T23:46:38.483Z Compiling unarray v0.1.4
14892026-07-07T23:46:38.529Z Compiling iri-string v0.7.10
14902026-07-07T23:46:38.542Z Compiling unicode-bidi v0.3.18
14912026-07-07T23:46:38.561Z Compiling anyhow v1.0.102
14922026-07-07T23:46:38.603Z Compiling paste v1.0.15
14932026-07-07T23:46:38.618Z Compiling adler2 v2.0.1
14942026-07-07T23:46:38.633Z Compiling signal-hook v0.3.18
14952026-07-07T23:46:38.633Z Compiling allocator-api2 v0.2.21
14962026-07-07T23:46:38.757Z Compiling miniz_oxide v0.8.9
14972026-07-07T23:46:38.871Z Compiling stringprep v0.1.5
14982026-07-07T23:46:38.985Z Compiling camino v1.2.2
14992026-07-07T23:46:39.054Z Compiling serde_derive v1.0.228
15002026-07-07T23:46:39.092Z Compiling zeroize_derive v1.4.3
15012026-07-07T23:46:39.128Z Compiling zerofrom-derive v0.1.6
15022026-07-07T23:46:39.334Z Compiling yoke-derive v0.8.1
15032026-07-07T23:46:39.383Z Compiling zerovec-derive v0.11.2
15042026-07-07T23:46:39.397Z Compiling zerocopy-derive v0.8.40
15052026-07-07T23:46:39.428Z Compiling displaydoc v0.2.5
15062026-07-07T23:46:39.482Z Compiling tokio-macros v2.7.0
15072026-07-07T23:46:39.783Z Compiling futures-macro v0.3.32
15082026-07-07T23:46:39.798Z Compiling zeroize v1.8.2
15092026-07-07T23:46:40.012Z Compiling thiserror-impl v2.0.18
15102026-07-07T23:46:40.101Z Compiling tracing-attributes v0.1.31
15112026-07-07T23:46:40.234Z Compiling der_derive v0.7.3
15122026-07-07T23:46:40.271Z Compiling rustls-pki-types v1.14.0
15132026-07-07T23:46:40.543Z Compiling block-buffer v0.10.4
15142026-07-07T23:46:40.557Z Compiling crypto-common v0.1.7
15152026-07-07T23:46:40.603Z Compiling zerofrom v0.1.6
15162026-07-07T23:46:40.631Z Compiling hybrid-array v0.4.13
15172026-07-07T23:46:40.685Z Compiling futures-util v0.3.32
15182026-07-07T23:46:40.736Z Compiling yoke v0.8.1
15192026-07-07T23:46:40.736Z Compiling digest v0.10.7
15202026-07-07T23:46:40.764Z Compiling pest_derive v2.8.6
15212026-07-07T23:46:40.778Z Compiling schemars_derive v0.8.22
15222026-07-07T23:46:40.792Z Compiling scroll_derive v0.13.1
15232026-07-07T23:46:40.940Z Compiling zerovec v0.11.5
15242026-07-07T23:46:41.016Z Compiling zerotrie v0.2.3
15252026-07-07T23:46:41.244Z Compiling darling_macro v0.20.11
15262026-07-07T23:46:41.318Z Compiling der v0.7.10
15272026-07-07T23:46:41.344Z Compiling openssl-macros v0.1.1
15282026-07-07T23:46:41.465Z Compiling tinystr v0.8.2
15292026-07-07T23:46:41.507Z Compiling potential_utf v0.1.4
15302026-07-07T23:46:41.531Z Compiling thiserror v2.0.18
15312026-07-07T23:46:41.552Z Compiling tracing v0.1.44
15322026-07-07T23:46:41.565Z Compiling hmac v0.12.1
15332026-07-07T23:46:41.649Z Compiling icu_locale_core v2.1.1
15342026-07-07T23:46:41.696Z Compiling icu_collections v2.1.1
15352026-07-07T23:46:41.711Z Compiling sha2 v0.10.9
15362026-07-07T23:46:41.714Z Compiling scroll v0.13.0
15372026-07-07T23:46:41.743Z Compiling dtrace-parser v0.3.0
15382026-07-07T23:46:41.804Z Compiling darling v0.20.11
15392026-07-07T23:46:41.842Z Compiling thiserror-impl v1.0.69
15402026-07-07T23:46:41.898Z Compiling derive_builder_core v0.20.2
15412026-07-07T23:46:42.008Z Compiling goblin v0.10.5
15422026-07-07T23:46:42.147Z Compiling scroll_derive v0.12.1
15432026-07-07T23:46:42.200Z Compiling spki v0.7.3
15442026-07-07T23:46:42.425Z Compiling icu_provider v2.1.1
15452026-07-07T23:46:42.514Z Compiling pkcs8 v0.10.2
15462026-07-07T23:46:42.554Z Compiling block-padding v0.4.2
15472026-07-07T23:46:42.592Z Compiling crypto-common v0.2.2
15482026-07-07T23:46:42.700Z Compiling bytes v1.11.1
15492026-07-07T23:46:42.736Z Compiling icu_normalizer v2.1.1
15502026-07-07T23:46:42.750Z Compiling icu_properties v2.1.2
15512026-07-07T23:46:42.787Z Compiling chrono v0.4.44
15522026-07-07T23:46:42.811Z Compiling ipnet v2.11.0
15532026-07-07T23:46:42.847Z Compiling derive_builder_macro v0.20.2
15542026-07-07T23:46:42.861Z Compiling scroll v0.12.0
15552026-07-07T23:46:43.120Z Compiling serde_tokenstream v0.2.3
15562026-07-07T23:46:43.140Z Compiling erased-serde v0.3.31
15572026-07-07T23:46:43.154Z Compiling serde_spanned v0.6.9
15582026-07-07T23:46:43.208Z Compiling tokio v1.52.1
15592026-07-07T23:46:43.285Z Compiling http v1.4.2
15602026-07-07T23:46:43.312Z Compiling thiserror v1.0.69
15612026-07-07T23:46:43.334Z Compiling serde_urlencoded v0.7.1
15622026-07-07T23:46:43.362Z Compiling toml_datetime v0.6.11
15632026-07-07T23:46:43.378Z Compiling block-buffer v0.12.1
15642026-07-07T23:46:43.429Z Compiling md-5 v0.10.6
15652026-07-07T23:46:43.453Z Compiling signature v2.2.0
15662026-07-07T23:46:43.577Z Compiling darling_macro v0.21.3
15672026-07-07T23:46:43.592Z Compiling rustls-native-certs v0.8.3
15682026-07-07T23:46:43.604Z Compiling bstr v1.12.1
15692026-07-07T23:46:43.629Z Compiling idna_adapter v1.2.1
15702026-07-07T23:46:43.645Z Compiling pin-project-internal v1.1.11
15712026-07-07T23:46:43.659Z Compiling async-trait v0.1.89
15722026-07-07T23:46:43.781Z Compiling idna v1.1.0
15732026-07-07T23:46:43.883Z Compiling ppv-lite86 v0.2.21
15742026-07-07T23:46:43.897Z Compiling zerocopy-derive v0.7.35
15752026-07-07T23:46:44.092Z Compiling url v2.5.8
15762026-07-07T23:46:44.117Z Compiling http-body v1.0.1
15772026-07-07T23:46:44.229Z Compiling rand_chacha v0.9.0
15782026-07-07T23:46:44.256Z Compiling http-body-util v0.1.3
15792026-07-07T23:46:44.277Z Compiling rand_chacha v0.3.1
15802026-07-07T23:46:44.291Z Compiling curve25519-dalek v4.1.3
15812026-07-07T23:46:44.349Z Compiling num-integer v0.1.46
15822026-07-07T23:46:44.457Z Compiling rand v0.9.2
15832026-07-07T23:46:44.514Z Compiling vergen-lib v9.1.0
15842026-07-07T23:46:44.576Z Compiling hash32 v0.2.1
15852026-07-07T23:46:44.684Z Compiling memoffset v0.9.1
15862026-07-07T23:46:44.718Z Compiling encoding_rs v0.8.35
15872026-07-07T23:46:44.733Z Compiling dof v0.4.0
15882026-07-07T23:46:44.786Z Compiling rustix v0.38.44
15892026-07-07T23:46:44.812Z Compiling ref-cast v1.0.25
15902026-07-07T23:46:44.836Z Compiling mime v0.3.17
15912026-07-07T23:46:44.867Z Compiling litrs v1.0.0
15922026-07-07T23:46:44.907Z Compiling num-bigint-dig v0.8.6
15932026-07-07T23:46:44.921Z Compiling fallible-iterator v0.2.0
15942026-07-07T23:46:44.935Z Compiling smoltcp v0.9.1
15952026-07-07T23:46:45.037Z Compiling proptest v1.10.0
15962026-07-07T23:46:45.111Z Compiling psl-types v2.0.11
15972026-07-07T23:46:45.134Z Compiling zlib-rs v0.6.2
15982026-07-07T23:46:45.157Z Compiling cfg_aliases v0.2.1
15992026-07-07T23:46:45.237Z Compiling publicsuffix v2.3.0
16002026-07-07T23:46:45.249Z Compiling nix v0.31.2
16012026-07-07T23:46:45.252Z Compiling postgres-protocol v0.6.10
16022026-07-07T23:46:45.348Z Compiling zerocopy v0.7.35
16032026-07-07T23:46:45.351Z Compiling pin-project v1.1.11
16042026-07-07T23:46:45.386Z Compiling document-features v0.2.12
16052026-07-07T23:46:45.454Z Compiling ipnetwork v0.21.1
16062026-07-07T23:46:45.583Z Compiling num-iter v0.1.45
16072026-07-07T23:46:45.705Z Compiling rand v0.8.6
16082026-07-07T23:46:45.731Z Compiling oxnet v0.1.6
16092026-07-07T23:46:45.901Z Compiling darling v0.21.3
16102026-07-07T23:46:45.977Z Compiling derive_builder v0.20.2
16112026-07-07T23:46:45.995Z Compiling goblin v0.8.2
16122026-07-07T23:46:46.008Z Compiling futures-executor v0.3.32
16132026-07-07T23:46:46.011Z Compiling hubpack_derive v0.1.1
16142026-07-07T23:46:46.042Z Compiling inout v0.2.2
16152026-07-07T23:46:46.096Z Compiling hex v0.4.3
16162026-07-07T23:46:46.109Z Compiling regex v1.12.3
16172026-07-07T23:46:46.288Z Compiling ref-cast-impl v1.0.25
16182026-07-07T23:46:46.303Z Compiling daft-derive v0.1.7
16192026-07-07T23:46:46.317Z Compiling snafu-derive v0.8.9
16202026-07-07T23:46:46.335Z Compiling curve25519-dalek-derive v0.1.1
16212026-07-07T23:46:46.371Z Compiling strum_macros v0.27.2
16222026-07-07T23:46:46.557Z Compiling terminal_size v0.4.3
16232026-07-07T23:46:46.571Z Compiling phf_shared v0.13.1
16242026-07-07T23:46:46.609Z Compiling lazy_static v1.5.0
16252026-07-07T23:46:46.677Z Compiling anstyle-parse v0.2.7
16262026-07-07T23:46:46.712Z Compiling cargo-platform v0.3.2
16272026-07-07T23:46:46.725Z Compiling vergen v9.1.0
16282026-07-07T23:46:46.831Z Compiling ff v0.13.1
16292026-07-07T23:46:46.846Z Compiling fs-err v3.3.0
16302026-07-07T23:46:46.877Z Compiling ahash v0.8.12
16312026-07-07T23:46:46.892Z Compiling bitflags v1.3.2
16322026-07-07T23:46:46.952Z Compiling unicode-segmentation v1.12.0
16332026-07-07T23:46:46.955Z Compiling libbz2-rs-sys v0.2.2
16342026-07-07T23:46:46.981Z Compiling foldhash v0.2.0
16352026-07-07T23:46:46.997Z Compiling tokio-util v0.7.18
16362026-07-07T23:46:47.011Z Compiling tower v0.5.3
16372026-07-07T23:46:47.056Z Compiling tokio-native-tls v0.3.1
16382026-07-07T23:46:47.077Z Compiling object v0.37.3
16392026-07-07T23:46:47.096Z Compiling base16ct v0.2.0
16402026-07-07T23:46:47.130Z Compiling managed v0.8.0
16412026-07-07T23:46:47.225Z Compiling bumpalo v3.20.2
16422026-07-07T23:46:47.250Z Compiling foldhash v0.1.5
16432026-07-07T23:46:47.288Z Compiling winnow v0.5.40
16442026-07-07T23:46:47.368Z Compiling same-file v1.0.6
16452026-07-07T23:46:47.383Z Compiling hashbrown v0.15.5
16462026-07-07T23:46:47.439Z Compiling tower-http v0.6.8
16472026-07-07T23:46:47.455Z Compiling newtype-uuid v1.3.2
16482026-07-07T23:46:47.497Z Compiling walkdir v2.5.0
16492026-07-07T23:46:47.512Z Compiling zopfli v0.8.3
16502026-07-07T23:46:47.548Z Compiling bzip2 v0.6.1
16512026-07-07T23:46:47.767Z Compiling h2 v0.4.15
16522026-07-07T23:46:47.813Z Compiling daft v0.1.7
16532026-07-07T23:46:47.826Z Compiling sec1 v0.7.3
16542026-07-07T23:46:47.862Z Compiling hashbrown v0.16.1
16552026-07-07T23:46:47.957Z Compiling clap_builder v4.6.0
16562026-07-07T23:46:48.096Z Compiling flate2 v1.1.9
16572026-07-07T23:46:48.232Z Compiling group v0.13.0
16582026-07-07T23:46:48.268Z Compiling dof v0.3.0
16592026-07-07T23:46:48.302Z Compiling snafu v0.8.9
16602026-07-07T23:46:48.446Z Compiling strum v0.27.2
16612026-07-07T23:46:48.461Z Compiling cargo_metadata v0.23.1
16622026-07-07T23:46:48.502Z Compiling anstream v0.6.21
16632026-07-07T23:46:48.505Z Compiling phf v0.13.1
16642026-07-07T23:46:48.532Z Compiling signal-hook-mio v0.2.5
16652026-07-07T23:46:48.591Z Compiling hubpack v0.1.2
16662026-07-07T23:46:48.660Z Compiling toml_edit v0.19.15
16672026-07-07T23:46:48.675Z Compiling cookie_store v0.22.1
16682026-07-07T23:46:48.800Z Compiling usdt-attr-macro v0.6.0
16692026-07-07T23:46:48.822Z Compiling usdt-macro v0.6.0
16702026-07-07T23:46:48.846Z Compiling bzip2 v0.4.4
16712026-07-07T23:46:48.977Z Compiling cipher v0.5.2
16722026-07-07T23:46:49.005Z Compiling futures v0.3.32
16732026-07-07T23:46:49.051Z Compiling serde_with_macros v3.17.0
16742026-07-07T23:46:49.090Z Compiling postgres-types v0.2.12
16752026-07-07T23:46:49.201Z Compiling zstd v0.13.3
16762026-07-07T23:46:49.358Z Compiling globset v0.4.18
16772026-07-07T23:46:49.481Z Compiling ed25519 v2.2.3
16782026-07-07T23:46:49.556Z Compiling dtrace-parser v0.2.0
16792026-07-07T23:46:49.613Z Compiling pkcs1 v0.7.5
16802026-07-07T23:46:49.664Z Compiling olpc-cjson v0.1.4
16812026-07-07T23:46:49.680Z Compiling serde-big-array v0.5.1
16822026-07-07T23:46:49.822Z Compiling serde_plain v1.0.2
16832026-07-07T23:46:49.836Z Compiling hkdf v0.12.4
16842026-07-07T23:46:49.850Z Compiling crypto-bigint v0.5.5
16852026-07-07T23:46:50.019Z Compiling async-recursion v1.1.1
16862026-07-07T23:46:50.033Z Compiling strum_macros v0.26.4
16872026-07-07T23:46:50.052Z Compiling enum-as-inner v0.6.1
16882026-07-07T23:46:50.067Z Compiling serde_repr v0.1.20
16892026-07-07T23:46:50.239Z Compiling clap_derive v4.6.1
16902026-07-07T23:46:50.325Z Compiling phf_shared v0.11.3
16912026-07-07T23:46:50.398Z Compiling float-cmp v0.10.0
16922026-07-07T23:46:50.413Z Compiling pem v3.0.6
16932026-07-07T23:46:50.531Z Compiling memmap2 v0.9.10
16942026-07-07T23:46:50.621Z Compiling thread-id v4.2.2
16952026-07-07T23:46:50.639Z Compiling env_filter v1.0.0
16962026-07-07T23:46:50.670Z Compiling whoami v2.1.0
16972026-07-07T23:46:50.718Z Compiling fixedbitset v0.5.7
16982026-07-07T23:46:50.758Z Compiling precomputed-hash v0.1.1
16992026-07-07T23:46:50.820Z Compiling typed-path v0.9.3
17002026-07-07T23:46:50.834Z Compiling either v1.15.0
17012026-07-07T23:46:50.859Z Compiling cpufeatures v0.3.0
17022026-07-07T23:46:50.948Z Compiling fixedbitset v0.4.2
17032026-07-07T23:46:50.970Z Compiling normalize-line-endings v0.3.0
17042026-07-07T23:46:51.028Z Compiling hyper v1.10.1
17052026-07-07T23:46:51.044Z Compiling keccak v0.1.6
17062026-07-07T23:46:51.063Z Compiling const-oid v0.10.2
17072026-07-07T23:46:51.079Z Compiling winnow v1.0.3
17082026-07-07T23:46:51.083Z Compiling data-encoding v2.10.0
17092026-07-07T23:46:51.182Z Compiling static_assertions v1.1.0
17102026-07-07T23:46:51.240Z Compiling predicates-core v1.0.10
17112026-07-07T23:46:51.272Z Compiling jiff v0.2.21
17122026-07-07T23:46:51.292Z Compiling difflib v0.4.0
17132026-07-07T23:46:51.342Z Compiling new_debug_unreachable v1.0.6
17142026-07-07T23:46:51.423Z Compiling hickory-proto v0.25.2
17152026-07-07T23:46:51.437Z Compiling string_cache v0.8.9
17162026-07-07T23:46:51.456Z Compiling toml_parser v1.1.2+spec-1.1.0
17172026-07-07T23:46:51.687Z Compiling predicates v3.1.4
17182026-07-07T23:46:51.805Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17192026-07-07T23:46:51.819Z Compiling digest v0.11.3
17202026-07-07T23:46:51.884Z Compiling sha3 v0.10.8
17212026-07-07T23:46:51.933Z Compiling strum v0.26.3
17222026-07-07T23:46:52.032Z Compiling petgraph v0.6.5
17232026-07-07T23:46:52.058Z Compiling toml_edit v0.22.27
17242026-07-07T23:46:52.073Z Compiling itertools v0.13.0
17252026-07-07T23:46:52.088Z Compiling chacha20 v0.10.0
17262026-07-07T23:46:52.109Z Compiling petgraph v0.8.3
17272026-07-07T23:46:52.137Z Compiling tokio-postgres v0.7.16
17282026-07-07T23:46:52.160Z Compiling clap v4.6.1
17292026-07-07T23:46:52.252Z Compiling hyper-util v0.1.20
17302026-07-07T23:46:52.377Z Compiling elliptic-curve v0.13.8
17312026-07-07T23:46:52.380Z Compiling env_logger v0.11.9
17322026-07-07T23:46:52.482Z Compiling usdt v0.6.0
17332026-07-07T23:46:52.707Z Compiling usdt-impl v0.5.0
17342026-07-07T23:46:52.775Z Compiling serde_with v3.17.0
17352026-07-07T23:46:52.779Z Compiling crossterm v0.28.1
17362026-07-07T23:46:52.815Z Compiling toml v0.7.8
17372026-07-07T23:46:53.318Z Compiling rsa v0.9.10
17382026-07-07T23:46:53.359Z Compiling ed25519-dalek v2.2.0
17392026-07-07T23:46:53.837Z Compiling hyper-tls v0.6.0
17402026-07-07T23:46:54.027Z Compiling reqwest v0.12.28
17412026-07-07T23:46:54.030Z Compiling zip v4.6.1
17422026-07-07T23:46:54.071Z Compiling zip v0.6.6
17432026-07-07T23:46:54.086Z Compiling iddqd v0.4.2
17442026-07-07T23:46:54.371Z Compiling tokio-stream v0.1.18
17452026-07-07T23:46:54.527Z Compiling heck v0.4.1
17462026-07-07T23:46:54.561Z Compiling similar v2.7.0
17472026-07-07T23:46:55.682Z Compiling buf-list v1.1.2
17482026-07-07T23:46:55.685Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-07-07T23:46:55.685Z Compiling openapiv3 v2.2.0
17502026-07-07T23:46:55.685Z Compiling x509-cert v0.2.5
17512026-07-07T23:46:55.685Z Compiling crossbeam-epoch v0.9.18
17522026-07-07T23:46:55.685Z Compiling lalrpop-util v0.19.12
17532026-07-07T23:46:55.685Z Compiling peg-runtime v0.8.5
17542026-07-07T23:46:55.686Z Compiling thread_local v1.1.9
17552026-07-07T23:46:55.686Z Compiling slog-async v2.8.0
17562026-07-07T23:46:55.686Z Compiling crossbeam-channel v0.5.15
17572026-07-07T23:46:55.686Z Compiling filetime v0.2.27
17582026-07-07T23:46:55.686Z Compiling is-terminal v0.4.17
17592026-07-07T23:46:55.686Z Compiling take_mut v0.2.2
17602026-07-07T23:46:55.686Z Compiling xattr v1.6.1
17612026-07-07T23:46:55.686Z Compiling term v1.2.1
17622026-07-07T23:46:55.686Z Compiling camino-tempfile v1.4.1
17632026-07-07T23:46:55.686Z Compiling tar v0.4.45
17642026-07-07T23:46:55.740Z Compiling slog-term v2.9.2
17652026-07-07T23:47:13.257Z Compiling rustls-webpki v0.103.13
17662026-07-07T23:47:15.983Z Compiling tokio-rustls v0.26.4
17672026-07-07T23:47:15.983Z Compiling rustls-platform-verifier v0.6.2
17682026-07-07T23:47:15.983Z Compiling tough v0.22.0
17692026-07-07T23:47:16.183Z Compiling hyper-rustls v0.27.7
17702026-07-07T23:47:16.359Z Compiling reqwest v0.13.2
17712026-07-07T23:47:18.522Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17722026-07-07T23:47:18.755Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17732026-07-07T23:47:21.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.93s
17742026-07-07T23:47:21.674Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17752026-07-07T23:47:21.725ZJul 07 23:47:20.731 INFO Starting download, target: Clickhouse
17762026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Starting download, target: Cockroach
17772026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Starting download, target: Console
17782026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Starting download, target: DendriteStub
17792026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Starting download, target: MaghemiteMgd
17802026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Starting download, target: MaghemiteDdmd
17812026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Starting download, target: TransceiverControl
17822026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17832026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17842026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17852026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17862026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17872026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17882026-07-07T23:47:21.728ZJul 07 23:47:20.732 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17892026-07-07T23:47:22.259ZJul 07 23:47:21.265 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17902026-07-07T23:47:22.515ZJul 07 23:47:21.470 INFO Download complete, target: TransceiverControl
17912026-07-07T23:47:23.538ZJul 07 23:47:22.545 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17922026-07-07T23:47:23.723ZJul 07 23:47:22.730 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17932026-07-07T23:47:23.784ZJul 07 23:47:22.792 INFO Download complete, target: Console
17942026-07-07T23:47:26.711ZJul 07 23:47:25.718 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17952026-07-07T23:47:26.824ZJul 07 23:47:25.825 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17962026-07-07T23:47:26.838ZJul 07 23:47:25.838 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17972026-07-07T23:47:27.238ZJul 07 23:47:26.241 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17982026-07-07T23:47:27.238ZJul 07 23:47:26.241 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17992026-07-07T23:47:28.780ZJul 07 23:47:27.785 INFO Download complete, target: MaghemiteDdmd
18002026-07-07T23:47:29.395ZJul 07 23:47:28.402 INFO Download complete, target: DendriteStub
18012026-07-07T23:47:29.414ZJul 07 23:47:28.421 INFO Download complete, target: MaghemiteMgd
18022026-07-07T23:47:30.384ZJul 07 23:47:29.391 INFO Checking that binary works, target: Clickhouse
18032026-07-07T23:47:30.472ZJul 07 23:47:29.479 INFO Download complete, target: Clickhouse
18042026-07-07T23:47:31.862ZJul 07 23:47:30.844 INFO Checking that binary works, target: Cockroach
18052026-07-07T23:47:31.960ZJul 07 23:47:30.964 INFO Download complete, target: Cockroach
18062026-07-07T23:47:31.967ZAll prerequisites installed successfully
18072026-07-07T23:47:31.967Z
18082026-07-07T23:47:31.967Zreal 1:23.693229453
18092026-07-07T23:47:31.967Zuser 6:31.853017170
18102026-07-07T23:47:31.967Zsys 1:35.925483794
18112026-07-07T23:47:31.967Ztrap 0.220108674
18122026-07-07T23:47:31.967Ztflt 0.919008634
18132026-07-07T23:47:31.967Zdflt 1.699587629
18142026-07-07T23:47:31.968Zkflt 0.022385381
18152026-07-07T23:47:31.968Zlock 23:04.113848594
18162026-07-07T23:47:31.968Zslp 17:44.433523346
18172026-07-07T23:47:31.968Zlat 21.370674769
18182026-07-07T23:47:31.968Zstop 2:23.834052491
18192026-07-07T23:47:31.968Z+ source ./tools/include/force-git-over-https.sh
18202026-07-07T23:47:31.968Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
18212026-07-07T23:47:31.968Z++ (( i = 0 ))
18222026-07-07T23:47:31.968Z++ (( i < 5 ))
18232026-07-07T23:47:31.968Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
18242026-07-07T23:47:31.975Z++ (( i++ ))
18252026-07-07T23:47:31.975Z++ (( i < 5 ))
18262026-07-07T23:47:31.975Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
18272026-07-07T23:47:31.975Z++ (( i++ ))
18282026-07-07T23:47:31.975Z++ (( i < 5 ))
18292026-07-07T23:47:31.975Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
18302026-07-07T23:47:31.982Z++ (( i++ ))
18312026-07-07T23:47:31.982Z++ (( i < 5 ))
18322026-07-07T23:47:31.982Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
18332026-07-07T23:47:31.982Z++ (( i++ ))
18342026-07-07T23:47:31.982Z++ (( i < 5 ))
18352026-07-07T23:47:31.982Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
18362026-07-07T23:47:31.982Z++ (( i++ ))
18372026-07-07T23:47:31.982Z++ (( i < 5 ))
18382026-07-07T23:47:31.982Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
18392026-07-07T23:47:31.982Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
18402026-07-07T23:47:31.982Z+ rc=0
18412026-07-07T23:47:31.982Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
18422026-07-07T23:47:38.012Z+ case $rc in
18432026-07-07T23:47:38.013Z+ pfexec zfs create -p rpool/images/build/host
18442026-07-07T23:47:38.142Z+ pfexec zfs create -p rpool/images/build/recovery
18452026-07-07T23:47:38.215Z+ cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries
18462026-07-07T23:47:38.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18472026-07-07T23:47:38.659Z Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries`
18482026-07-07T23:47:39.468Z Compiling proc-macro2 v1.0.106
18492026-07-07T23:47:39.468Z Compiling quote v1.0.45
18502026-07-07T23:47:39.468Z Compiling unicode-ident v1.0.24
18512026-07-07T23:47:39.471Z Compiling libc v0.2.185
18522026-07-07T23:47:39.472Z Compiling serde_core v1.0.228
18532026-07-07T23:47:39.472Z Compiling serde v1.0.228
18542026-07-07T23:47:39.472Z Compiling cfg-if v1.0.4
18552026-07-07T23:47:39.472Z Compiling shlex v1.3.0
18562026-07-07T23:47:39.472Z Compiling find-msvc-tools v0.1.9
18572026-07-07T23:47:39.472Z Compiling version_check v0.9.5
18582026-07-07T23:47:39.604Z Compiling autocfg v1.5.0
18592026-07-07T23:47:39.607Z Compiling zerocopy v0.8.40
18602026-07-07T23:47:39.629Z Compiling portable-atomic v1.13.1
18612026-07-07T23:47:39.640Z Compiling memchr v2.8.0
18622026-07-07T23:47:39.733Z Compiling zmij v1.0.21
18632026-07-07T23:47:39.733Z Compiling serde_json v1.0.150
18642026-07-07T23:47:39.779Z Compiling parking_lot_core v0.9.12
18652026-07-07T23:47:39.973Z Compiling libm v0.2.16
18662026-07-07T23:47:40.037Z Compiling getrandom v0.4.1
18672026-07-07T23:47:40.040Z Compiling generic-array v0.14.7
18682026-07-07T23:47:40.069Z Compiling icu_properties_data v2.1.2
18692026-07-07T23:47:40.118Z Compiling smallvec v1.15.1
18702026-07-07T23:47:40.118Z Compiling icu_normalizer_data v2.1.1
18712026-07-07T23:47:40.192Z Compiling num-traits v0.2.19
18722026-07-07T23:47:40.280Z Compiling pkg-config v0.3.32
18732026-07-07T23:47:40.313Z Compiling log v0.4.29
18742026-07-07T23:47:40.349Z Compiling itoa v1.0.17
18752026-07-07T23:47:40.393Z Compiling subtle v2.6.1
18762026-07-07T23:47:40.442Z Compiling getrandom v0.3.4
18772026-07-07T23:47:40.445Z Compiling scopeguard v1.2.0
18782026-07-07T23:47:40.472Z Compiling rustix v1.1.3
18792026-07-07T23:47:40.568Z Compiling jobserver v0.1.34
18802026-07-07T23:47:40.582Z Compiling lock_api v0.4.14
18812026-07-07T23:47:40.599Z Compiling errno v0.3.14
18822026-07-07T23:47:40.602Z Compiling stable_deref_trait v1.2.1
18832026-07-07T23:47:40.719Z Compiling critical-section v1.2.0
18842026-07-07T23:47:40.751Z Compiling heck v0.5.0
18852026-07-07T23:47:40.766Z Compiling dunce v1.0.5
18862026-07-07T23:47:40.798Z Compiling cc v1.2.56
18872026-07-07T23:47:40.801Z Compiling fs_extra v1.3.0
18882026-07-07T23:47:40.830Z Compiling typenum v1.20.1
18892026-07-07T23:47:40.909Z Compiling syn v2.0.117
18902026-07-07T23:47:40.956Z Compiling pin-project-lite v0.2.17
18912026-07-07T23:47:40.970Z Compiling fnv v1.0.7
18922026-07-07T23:47:41.002Z Compiling thiserror v2.0.18
18932026-07-07T23:47:41.045Z Compiling rustversion v1.0.22
18942026-07-07T23:47:41.137Z Compiling rand_core v0.10.0
18952026-07-07T23:47:41.166Z Compiling once_cell v1.21.3
18962026-07-07T23:47:41.183Z Compiling futures-core v0.3.32
18972026-07-07T23:47:41.253Z Compiling aws-lc-rs v1.16.3
18982026-07-07T23:47:41.361Z Compiling signal-hook-registry v1.4.8
18992026-07-07T23:47:41.371Z Compiling getrandom v0.2.17
19002026-07-07T23:47:41.398Z Compiling litemap v0.8.1
19012026-07-07T23:47:41.448Z Compiling writeable v0.6.2
19022026-07-07T23:47:41.567Z Compiling cmake v0.1.57
19032026-07-07T23:47:41.589Z Compiling percent-encoding v2.3.2
19042026-07-07T23:47:41.616Z Compiling httparse v1.10.1
19052026-07-07T23:47:41.639Z Compiling parking_lot v0.12.5
19062026-07-07T23:47:41.668Z Compiling rand_core v0.6.4
19072026-07-07T23:47:41.687Z Compiling mio v1.2.0
19082026-07-07T23:47:41.857Z Compiling semver v1.0.28
19092026-07-07T23:47:41.890Z Compiling equivalent v1.0.2
19102026-07-07T23:47:41.907Z Compiling bitflags v2.11.0
19112026-07-07T23:47:42.120Z Compiling aws-lc-sys v0.40.0
19122026-07-07T23:47:42.169Z Compiling vcpkg v0.2.15
19132026-07-07T23:47:42.201Z Compiling schemars v0.8.22
19142026-07-07T23:47:42.382Z Compiling socket2 v0.6.3
19152026-07-07T23:47:42.449Z Compiling const-oid v0.9.6
19162026-07-07T23:47:42.574Z Compiling crc32fast v1.5.0
19172026-07-07T23:47:42.749Z Compiling openssl-sys v0.9.115
19182026-07-07T23:47:42.833Z Compiling hashbrown v0.17.0
19192026-07-07T23:47:42.878Z Compiling utf8_iter v1.0.4
19202026-07-07T23:47:42.907Z Compiling rustls v0.23.41
19212026-07-07T23:47:42.930Z Compiling futures-sink v0.3.32
19222026-07-07T23:47:42.954Z Compiling form_urlencoded v1.2.2
19232026-07-07T23:47:43.062Z Compiling futures-channel v0.3.32
19242026-07-07T23:47:43.092Z Compiling futures-task v0.3.32
19252026-07-07T23:47:43.129Z Compiling slab v0.4.12
19262026-07-07T23:47:43.143Z Compiling futures-io v0.3.32
19272026-07-07T23:47:43.246Z Compiling rustc_version v0.4.1
19282026-07-07T23:47:43.356Z Compiling ucd-trie v0.1.7
19292026-07-07T23:47:43.373Z Compiling byteorder v1.5.0
19302026-07-07T23:47:43.409Z Compiling strsim v0.11.1
19312026-07-07T23:47:43.455Z Compiling num-conv v0.2.0
19322026-07-07T23:47:43.508Z Compiling indexmap v2.14.0
19332026-07-07T23:47:43.564Z Compiling pest v2.8.6
19342026-07-07T23:47:43.600Z Compiling time-core v0.1.8
19352026-07-07T23:47:43.616Z Compiling ident_case v1.0.1
19362026-07-07T23:47:43.648Z Compiling openssl v0.10.79
19372026-07-07T23:47:43.767Z Compiling synstructure v0.13.2
19382026-07-07T23:47:43.770Z Compiling serde_derive_internals v0.29.1
19392026-07-07T23:47:43.783Z Compiling time-macros v0.2.27
19402026-07-07T23:47:43.812Z Compiling regex-syntax v0.8.10
19412026-07-07T23:47:43.817Z Compiling iana-time-zone v0.1.65
19422026-07-07T23:47:43.849Z Compiling syn v1.0.109
19432026-07-07T23:47:43.864Z Compiling thiserror v1.0.69
19442026-07-07T23:47:44.023Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19452026-07-07T23:47:44.081Z Compiling native-tls v0.2.18
19462026-07-07T23:47:44.189Z Compiling crossbeam-utils v0.8.21
19472026-07-07T23:47:44.221Z Compiling base64 v0.22.1
19482026-07-07T23:47:44.303Z Compiling slog v2.8.2
19492026-07-07T23:47:44.417Z Compiling camino v1.2.2
19502026-07-07T23:47:44.485Z Compiling rand_core v0.9.5
19512026-07-07T23:47:44.578Z Compiling bzip2-sys v0.1.13+1.0.8
19522026-07-07T23:47:44.596Z Compiling uuid v1.23.4
19532026-07-07T23:47:44.680Z Compiling pest_meta v2.8.6
19542026-07-07T23:47:44.690Z Compiling cookie v0.18.1
19552026-07-07T23:47:44.719Z Compiling plain v0.2.3
19562026-07-07T23:47:44.757Z Compiling fastrand v2.3.0
19572026-07-07T23:47:44.760Z Compiling paste v1.0.15
19582026-07-07T23:47:44.847Z Compiling base64ct v1.8.3
19592026-07-07T23:47:45.007Z Compiling serde_derive v1.0.228
19602026-07-07T23:47:45.062Z Compiling zeroize_derive v1.4.3
19612026-07-07T23:47:45.066Z Compiling zerofrom-derive v0.1.6
19622026-07-07T23:47:45.097Z Compiling yoke-derive v0.8.1
19632026-07-07T23:47:45.137Z Compiling zerocopy-derive v0.8.40
19642026-07-07T23:47:45.198Z Compiling zerovec-derive v0.11.2
19652026-07-07T23:47:45.219Z Compiling displaydoc v0.2.5
19662026-07-07T23:47:45.234Z Compiling tokio-macros v2.7.0
19672026-07-07T23:47:45.341Z Compiling futures-macro v0.3.32
19682026-07-07T23:47:45.683Z Compiling zeroize v1.8.2
19692026-07-07T23:47:45.954Z Compiling thiserror-impl v2.0.18
19702026-07-07T23:47:45.958Z Compiling tracing-attributes v0.1.31
19712026-07-07T23:47:45.986Z Compiling der_derive v0.7.3
19722026-07-07T23:47:45.989Z Compiling schemars_derive v0.8.22
19732026-07-07T23:47:46.094Z Compiling pest_generator v2.8.6
19742026-07-07T23:47:46.172Z Compiling futures-util v0.3.32
19752026-07-07T23:47:46.236Z Compiling zerofrom v0.1.6
19762026-07-07T23:47:46.381Z Compiling yoke v0.8.1
19772026-07-07T23:47:46.588Z Compiling zerovec v0.11.5
19782026-07-07T23:47:46.675Z Compiling zerotrie v0.2.3
19792026-07-07T23:47:47.030Z Compiling block-buffer v0.10.4
19802026-07-07T23:47:47.118Z Compiling tinystr v0.8.2
19812026-07-07T23:47:47.155Z Compiling potential_utf v0.1.4
19822026-07-07T23:47:47.201Z Compiling crypto-common v0.1.7
19832026-07-07T23:47:47.348Z Compiling icu_locale_core v2.1.1
19842026-07-07T23:47:47.364Z Compiling icu_collections v2.1.1
19852026-07-07T23:47:47.411Z Compiling digest v0.10.7
19862026-07-07T23:47:47.428Z Compiling pest_derive v2.8.6
19872026-07-07T23:47:47.676Z Compiling openssl-macros v0.1.1
19882026-07-07T23:47:47.741Z Compiling scroll_derive v0.13.1
19892026-07-07T23:47:47.817Z Compiling thiserror-impl v1.0.69
19902026-07-07T23:47:48.029Z Compiling icu_provider v2.1.1
19912026-07-07T23:47:48.104Z Compiling bytes v1.11.1
19922026-07-07T23:47:48.191Z Compiling chrono v0.4.44
19932026-07-07T23:47:48.392Z Compiling icu_properties v2.1.2
19942026-07-07T23:47:48.632Z Compiling icu_normalizer v2.1.1
19952026-07-07T23:47:48.752Z Compiling tokio v1.52.1
19962026-07-07T23:47:49.082Z Compiling http v1.4.2
19972026-07-07T23:47:49.443Z Compiling idna_adapter v1.2.1
19982026-07-07T23:47:49.543Z Compiling ppv-lite86 v0.2.21
19992026-07-07T23:47:49.597Z Compiling idna v1.1.0
20002026-07-07T23:47:49.737Z Compiling rustls-pki-types v1.14.0
20012026-07-07T23:47:49.814Z Compiling pem-rfc7468 v0.7.0
20022026-07-07T23:47:49.882Z Compiling tracing-core v0.1.36
20032026-07-07T23:47:50.007Z Compiling url v2.5.8
20042026-07-07T23:47:50.215Z Compiling aho-corasick v1.1.4
20052026-07-07T23:47:50.578Z Compiling num-bigint-dig v0.8.6
20062026-07-07T23:47:50.638Z Compiling flagset v0.4.7
20072026-07-07T23:47:50.654Z Compiling tracing v0.1.44
20082026-07-07T23:47:50.753Z Compiling der v0.7.10
20092026-07-07T23:47:50.975Z Compiling http-body v1.0.1
20102026-07-07T23:47:51.082Z Compiling regex-automata v0.4.14
20112026-07-07T23:47:51.119Z Compiling rand_chacha v0.9.0
20122026-07-07T23:47:51.321Z Compiling async-trait v0.1.89
20132026-07-07T23:47:51.493Z Compiling ahash v0.8.12
20142026-07-07T23:47:51.496Z Compiling cmov v0.5.4
20152026-07-07T23:47:51.533Z Compiling zstd-safe v7.2.4
20162026-07-07T23:47:51.594Z Compiling atomic-waker v1.1.2
20172026-07-07T23:47:51.618Z Compiling pretty-hex v0.4.1
20182026-07-07T23:47:51.684Z Compiling tinyvec_macros v0.1.1
20192026-07-07T23:47:51.700Z Compiling openssl-probe v0.2.1
20202026-07-07T23:47:51.718Z Compiling dyn-clone v1.0.20
20212026-07-07T23:47:51.749Z Compiling usdt-impl v0.6.0
20222026-07-07T23:47:51.752Z Compiling tinyvec v1.10.0
20232026-07-07T23:47:51.783Z Compiling ctutils v0.4.2
20242026-07-07T23:47:51.786Z Compiling spki v0.7.3
20252026-07-07T23:47:51.879Z Compiling rand v0.9.2
20262026-07-07T23:47:51.926Z Compiling scroll v0.13.0
20272026-07-07T23:47:51.997Z Compiling serde_tokenstream v0.2.3
20282026-07-07T23:47:52.022Z Compiling clap_derive v4.6.1
20292026-07-07T23:47:52.044Z Compiling daft-derive v0.1.7
20302026-07-07T23:47:52.133Z Compiling scroll_derive v0.12.1
20312026-07-07T23:47:52.206Z Compiling tempfile v3.25.0
20322026-07-07T23:47:52.251Z Compiling heapless v0.7.17
20332026-07-07T23:47:52.364Z Compiling try-lock v0.2.5
20342026-07-07T23:47:52.401Z Compiling utf8parse v0.2.2
20352026-07-07T23:47:52.484Z Compiling anyhow v1.0.102
20362026-07-07T23:47:52.509Z Compiling tower-layer v0.3.3
20372026-07-07T23:47:52.543Z Compiling tower-service v0.3.3
20382026-07-07T23:47:52.543Z Compiling untrusted v0.7.1
20392026-07-07T23:47:52.570Z Compiling signal-hook v0.3.18
20402026-07-07T23:47:52.656Z Compiling tokio-util v0.7.18
20412026-07-07T23:47:52.824Z Compiling litrs v1.0.0
20422026-07-07T23:47:52.854Z Compiling want v0.3.1
20432026-07-07T23:47:53.075Z Compiling goblin v0.10.5
20442026-07-07T23:47:53.225Z Compiling hybrid-array v0.4.13
20452026-07-07T23:47:53.288Z Compiling ipnet v2.11.0
20462026-07-07T23:47:53.380Z Compiling document-features v0.2.12
20472026-07-07T23:47:53.702Z Compiling h2 v0.4.15
20482026-07-07T23:47:53.743Z Compiling pin-project-internal v1.1.11
20492026-07-07T23:47:53.775Z Compiling darling_core v0.20.11
20502026-07-07T23:47:54.033Z Compiling spin v0.9.8
20512026-07-07T23:47:54.102Z Compiling cpufeatures v0.2.17
20522026-07-07T23:47:54.206Z Compiling simd-adler32 v0.3.8
20532026-07-07T23:47:54.279Z Compiling httpdate v1.0.3
20542026-07-07T23:47:54.596Z Compiling untrusted v0.9.0
20552026-07-07T23:47:54.620Z Compiling rustix v0.38.44
20562026-07-07T23:47:54.698Z Compiling foreign-types-shared v0.1.1
20572026-07-07T23:47:54.782Z Compiling powerfmt v0.2.0
20582026-07-07T23:47:54.797Z Compiling anstyle v1.0.14
20592026-07-07T23:47:54.816Z Compiling foreign-types v0.3.2
20602026-07-07T23:47:54.872Z Compiling unicode-normalization v0.1.25
20612026-07-07T23:47:54.924Z Compiling pkcs8 v0.10.2
20622026-07-07T23:47:54.987Z Compiling deranged v0.5.8
20632026-07-07T23:47:55.119Z Compiling hex v0.4.3
20642026-07-07T23:47:55.183Z Compiling dtrace-parser v0.3.0
20652026-07-07T23:47:55.199Z Compiling strum_macros v0.26.4
20662026-07-07T23:47:55.261Z Compiling zerocopy-derive v0.7.35
20672026-07-07T23:47:55.350Z Compiling darling_core v0.21.3
20682026-07-07T23:47:55.447Z Compiling curve25519-dalek v4.1.3
20692026-07-07T23:47:55.744Z Compiling darling_macro v0.20.11
20702026-07-07T23:47:55.761Z Compiling thread-id v5.1.0
20712026-07-07T23:47:55.765Z Compiling memoffset v0.9.1
20722026-07-07T23:47:55.998Z Compiling dof v0.4.0
20732026-07-07T23:47:56.013Z Compiling smoltcp v0.9.1
20742026-07-07T23:47:56.064Z Compiling anstyle-query v1.1.5
20752026-07-07T23:47:56.152Z Compiling num_threads v0.1.7
20762026-07-07T23:47:56.163Z Compiling adler2 v2.0.1
20772026-07-07T23:47:56.194Z Compiling colorchoice v1.0.4
20782026-07-07T23:47:56.302Z Compiling ref-cast v1.0.25
20792026-07-07T23:47:56.329Z Compiling is_terminal_polyfill v1.70.2
20802026-07-07T23:47:56.354Z Compiling miniz_oxide v0.8.9
20812026-07-07T23:47:56.370Z Compiling darling v0.20.11
20822026-07-07T23:47:56.438Z Compiling time v0.3.47
20832026-07-07T23:47:56.468Z Compiling sha2 v0.10.9
20842026-07-07T23:47:56.966Z Compiling hyper v1.10.1
20852026-07-07T23:47:57.028Z Compiling hmac v0.12.1
20862026-07-07T23:47:57.067Z Compiling snafu-derive v0.8.9
20872026-07-07T23:47:57.356Z Compiling sync_wrapper v1.0.2
20882026-07-07T23:47:57.395Z Compiling wait-timeout v0.2.1
20892026-07-07T23:47:57.509Z Compiling zlib-rs v0.6.2
20902026-07-07T23:47:57.512Z Compiling darling_macro v0.21.3
20912026-07-07T23:47:57.618Z Compiling bit-vec v0.8.0
20922026-07-07T23:47:57.635Z Compiling cfg_aliases v0.2.1
20932026-07-07T23:47:57.652Z Compiling quick-error v1.2.3
20942026-07-07T23:47:57.796Z Compiling siphasher v1.0.2
20952026-07-07T23:47:58.026Z Compiling darling v0.21.3
20962026-07-07T23:47:58.043Z Compiling bit-set v0.8.0
20972026-07-07T23:47:58.102Z Compiling rusty-fork v0.3.1
20982026-07-07T23:47:58.129Z Compiling hyper-util v0.1.20
20992026-07-07T23:47:58.269Z Compiling nix v0.31.2
21002026-07-07T23:47:58.468Z Compiling tower v0.5.3
21012026-07-07T23:47:58.676Z Compiling derive_builder_core v0.20.2
21022026-07-07T23:47:58.755Z Compiling regex v1.12.3
21032026-07-07T23:47:58.982Z Compiling anstyle-parse v1.0.0
21042026-07-07T23:47:59.051Z Compiling http-body-util v0.1.3
21052026-07-07T23:47:59.261Z Compiling erased-serde v0.3.31
21062026-07-07T23:47:59.292Z Compiling hubpack_derive v0.1.1
21072026-07-07T23:47:59.362Z Compiling curve25519-dalek-derive v0.1.1
21082026-07-07T23:47:59.379Z Compiling strum_macros v0.27.2
21092026-07-07T23:47:59.405Z Compiling ref-cast-impl v1.0.25
21102026-07-07T23:47:59.499Z Compiling rand_xorshift v0.4.0
21112026-07-07T23:47:59.756Z Compiling flate2 v1.1.9
21122026-07-07T23:47:59.887Z Compiling fs-err v3.3.0
21132026-07-07T23:47:59.913Z Compiling usdt-impl v0.5.0
21142026-07-07T23:48:00.007Z Compiling encoding_rs v0.8.35
21152026-07-07T23:48:00.200Z Compiling unicode-properties v0.1.4
21162026-07-07T23:48:00.234Z Compiling unicode-bidi v0.3.18
21172026-07-07T23:48:00.316Z Compiling ryu v1.0.23
21182026-07-07T23:48:00.344Z Compiling iri-string v0.7.10
21192026-07-07T23:48:00.408Z Compiling object v0.37.3
21202026-07-07T23:48:00.636Z Compiling mime v0.3.17
21212026-07-07T23:48:00.736Z Compiling unarray v0.1.4
21222026-07-07T23:48:00.750Z Compiling allocator-api2 v0.2.21
21232026-07-07T23:48:00.767Z Compiling serde_urlencoded v0.7.1
21242026-07-07T23:48:00.864Z Compiling proptest v1.10.0
21252026-07-07T23:48:01.118Z Compiling stringprep v0.1.5
21262026-07-07T23:48:01.687Z Compiling tower-http v0.6.8
21272026-07-07T23:48:01.915Z Compiling derive_builder_macro v0.20.2
21282026-07-07T23:48:01.994Z Compiling anstream v1.0.0
21292026-07-07T23:48:02.010Z Compiling tokio-native-tls v0.3.1
21302026-07-07T23:48:02.124Z Compiling serde_with_macros v3.17.0
21312026-07-07T23:48:02.196Z Compiling usdt-attr-macro v0.6.0
21322026-07-07T23:48:02.336Z Compiling usdt-macro v0.6.0
21332026-07-07T23:48:02.386Z Compiling ipnetwork v0.21.1
21342026-07-07T23:48:02.506Z Compiling block-padding v0.4.2
21352026-07-07T23:48:02.526Z Compiling block-buffer v0.12.1
21362026-07-07T23:48:02.620Z Compiling crypto-common v0.2.2
21372026-07-07T23:48:02.636Z Compiling bstr v1.12.1
21382026-07-07T23:48:02.715Z Compiling scroll v0.12.0
21392026-07-07T23:48:02.831Z Compiling rustls-native-certs v0.8.3
21402026-07-07T23:48:02.898Z Compiling rand_chacha v0.3.1
21412026-07-07T23:48:02.990Z Compiling serde_spanned v0.6.9
21422026-07-07T23:48:03.005Z Compiling toml_datetime v0.6.11
21432026-07-07T23:48:03.166Z Compiling signature v2.2.0
21442026-07-07T23:48:03.194Z Compiling md-5 v0.10.6
21452026-07-07T23:48:03.283Z Compiling async-recursion v1.1.1
21462026-07-07T23:48:03.398Z Compiling terminal_size v0.4.3
21472026-07-07T23:48:03.430Z Compiling num-integer v0.1.46
21482026-07-07T23:48:03.449Z Compiling hash32 v0.2.1
21492026-07-07T23:48:03.452Z Compiling vergen-lib v9.1.0
21502026-07-07T23:48:03.690Z Compiling fallible-iterator v0.2.0
21512026-07-07T23:48:03.727Z Compiling psl-types v2.0.11
21522026-07-07T23:48:03.761Z Compiling clap_lex v1.0.0
21532026-07-07T23:48:03.868Z Compiling publicsuffix v2.3.0
21542026-07-07T23:48:03.960Z Compiling clap_builder v4.6.0
21552026-07-07T23:48:04.023Z Compiling postgres-protocol v0.6.10
21562026-07-07T23:48:04.129Z Compiling num-iter v0.1.45
21572026-07-07T23:48:04.313Z Compiling rand v0.8.6
21582026-07-07T23:48:04.542Z Compiling goblin v0.8.2
21592026-07-07T23:48:04.655Z Compiling newtype-uuid v1.3.2
21602026-07-07T23:48:04.775Z Compiling inout v0.2.2
21612026-07-07T23:48:04.801Z Compiling oxnet v0.1.6
21622026-07-07T23:48:04.941Z Compiling derive_builder v0.20.2
21632026-07-07T23:48:04.957Z Compiling hyper-tls v0.6.0
21642026-07-07T23:48:05.048Z Compiling phf_shared v0.13.1
21652026-07-07T23:48:05.217Z Compiling zerocopy v0.7.35
21662026-07-07T23:48:05.268Z Compiling lazy_static v1.5.0
21672026-07-07T23:48:05.346Z Compiling pin-project v1.1.11
21682026-07-07T23:48:05.370Z Compiling anstyle-parse v0.2.7
21692026-07-07T23:48:05.441Z Compiling futures-executor v0.3.32
21702026-07-07T23:48:05.580Z Compiling enum-as-inner v0.6.1
21712026-07-07T23:48:05.689Z Compiling serde_repr v0.1.20
21722026-07-07T23:48:05.802Z Compiling ff v0.13.1
21732026-07-07T23:48:05.820Z Compiling vergen v9.1.0
21742026-07-07T23:48:05.959Z Compiling cargo-platform v0.3.2
21752026-07-07T23:48:06.044Z Compiling bitflags v1.3.2
21762026-07-07T23:48:06.096Z Compiling bumpalo v3.20.2
21772026-07-07T23:48:06.221Z Compiling managed v0.8.0
21782026-07-07T23:48:06.238Z Compiling libbz2-rs-sys v0.2.2
21792026-07-07T23:48:06.262Z Compiling winnow v0.5.40
21802026-07-07T23:48:06.295Z Compiling foldhash v0.1.5
21812026-07-07T23:48:06.341Z Compiling unicode-segmentation v1.12.0
21822026-07-07T23:48:06.361Z Compiling same-file v1.0.6
21832026-07-07T23:48:06.418Z Compiling base16ct v0.2.0
21842026-07-07T23:48:06.451Z Compiling foldhash v0.2.0
21852026-07-07T23:48:06.513Z Compiling walkdir v2.5.0
21862026-07-07T23:48:06.528Z Compiling hashbrown v0.15.5
21872026-07-07T23:48:06.598Z Compiling sec1 v0.7.3
21882026-07-07T23:48:06.673Z Compiling bzip2 v0.6.1
21892026-07-07T23:48:06.724Z Compiling hashbrown v0.16.1
21902026-07-07T23:48:06.804Z Compiling dof v0.3.0
21912026-07-07T23:48:06.884Z Compiling zopfli v0.8.3
21922026-07-07T23:48:07.091Z Compiling cargo_metadata v0.23.1
21932026-07-07T23:48:07.412Z Compiling group v0.13.0
21942026-07-07T23:48:07.449Z Compiling clap v4.6.1
21952026-07-07T23:48:07.546Z Compiling toml_edit v0.19.15
21962026-07-07T23:48:07.621Z Compiling futures v0.3.32
21972026-07-07T23:48:07.686Z Compiling anstream v0.6.21
21982026-07-07T23:48:07.978Z Compiling snafu v0.8.9
21992026-07-07T23:48:08.420Z Compiling phf v0.13.1
22002026-07-07T23:48:08.462Z Compiling reqwest v0.12.28
22012026-07-07T23:48:08.501Z Compiling daft v0.1.7
22022026-07-07T23:48:08.604Z Compiling signal-hook-mio v0.2.5
22032026-07-07T23:48:08.739Z Compiling cipher v0.5.2
22042026-07-07T23:48:08.804Z Compiling cookie_store v0.22.1
22052026-07-07T23:48:08.819Z Compiling postgres-types v0.2.12
22062026-07-07T23:48:08.867Z Compiling zstd v0.13.3
22072026-07-07T23:48:09.034Z Compiling bzip2 v0.4.4
22082026-07-07T23:48:09.077Z Compiling ed25519 v2.2.3
22092026-07-07T23:48:09.132Z Compiling globset v0.4.18
22102026-07-07T23:48:09.147Z Compiling dtrace-parser v0.2.0
22112026-07-07T23:48:09.257Z Compiling strum v0.27.2
22122026-07-07T23:48:09.347Z Compiling hubpack v0.1.2
22132026-07-07T23:48:09.389Z Compiling phf_shared v0.11.3
22142026-07-07T23:48:09.419Z Compiling hkdf v0.12.4
22152026-07-07T23:48:09.432Z Compiling olpc-cjson v0.1.4
22162026-07-07T23:48:09.446Z Compiling pkcs1 v0.7.5
22172026-07-07T23:48:09.642Z Compiling pem v3.0.6
22182026-07-07T23:48:09.662Z Compiling serde_plain v1.0.2
22192026-07-07T23:48:09.714Z Compiling serde-big-array v0.5.1
22202026-07-07T23:48:09.744Z Compiling crypto-bigint v0.5.5
22212026-07-07T23:48:09.873Z Compiling float-cmp v0.10.0
22222026-07-07T23:48:09.906Z Compiling memmap2 v0.9.10
22232026-07-07T23:48:09.922Z Compiling thread-id v4.2.2
22242026-07-07T23:48:09.941Z Compiling env_filter v1.0.0
22252026-07-07T23:48:10.049Z Compiling cpufeatures v0.3.0
22262026-07-07T23:48:10.081Z Compiling fixedbitset v0.5.7
22272026-07-07T23:48:10.139Z Compiling whoami v2.1.0
22282026-07-07T23:48:10.163Z Compiling winnow v1.0.3
22292026-07-07T23:48:10.214Z Compiling jiff v0.2.21
22302026-07-07T23:48:10.280Z Compiling difflib v0.4.0
22312026-07-07T23:48:10.366Z Compiling typed-path v0.9.3
22322026-07-07T23:48:10.380Z Compiling fixedbitset v0.4.2
22332026-07-07T23:48:10.517Z Compiling normalize-line-endings v0.3.0
22342026-07-07T23:48:10.595Z Compiling static_assertions v1.1.0
22352026-07-07T23:48:10.627Z Compiling new_debug_unreachable v1.0.6
22362026-07-07T23:48:10.642Z Compiling predicates-core v1.0.10
22372026-07-07T23:48:10.678Z Compiling precomputed-hash v0.1.1
22382026-07-07T23:48:10.728Z Compiling toml_write v0.1.2
22392026-07-07T23:48:10.778Z Compiling const-oid v0.10.2
22402026-07-07T23:48:10.823Z Compiling either v1.15.0
22412026-07-07T23:48:10.827Z Compiling keccak v0.1.6
22422026-07-07T23:48:10.933Z Compiling data-encoding v2.10.0
22432026-07-07T23:48:10.989Z Compiling winnow v0.7.14
22442026-07-07T23:48:11.051Z Compiling itertools v0.13.0
22452026-07-07T23:48:11.065Z Compiling sha3 v0.10.8
22462026-07-07T23:48:11.348Z Compiling hickory-proto v0.25.2
22472026-07-07T23:48:11.463Z Compiling digest v0.11.3
22482026-07-07T23:48:11.466Z Compiling predicates v3.1.4
22492026-07-07T23:48:11.515Z Compiling string_cache v0.8.9
22502026-07-07T23:48:11.686Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22512026-07-07T23:48:11.743Z Compiling elliptic-curve v0.13.8
22522026-07-07T23:48:12.049Z Compiling petgraph v0.6.5
22532026-07-07T23:48:12.319Z Compiling toml_edit v0.22.27
22542026-07-07T23:48:12.423Z Compiling toml_parser v1.1.2+spec-1.1.0
22552026-07-07T23:48:12.427Z Compiling tokio-postgres v0.7.16
22562026-07-07T23:48:12.688Z Compiling petgraph v0.8.3
22572026-07-07T23:48:12.824Z Compiling zip v4.6.1
22582026-07-07T23:48:13.017Z Compiling chacha20 v0.10.0
22592026-07-07T23:48:13.349Z Compiling env_logger v0.11.9
22602026-07-07T23:48:13.744Z Compiling usdt v0.6.0
22612026-07-07T23:48:14.020Z Compiling rsa v0.9.10
22622026-07-07T23:48:14.554Z Compiling ed25519-dalek v2.2.0
22632026-07-07T23:48:14.658Z Compiling zip v0.6.6
22642026-07-07T23:48:14.674Z Compiling toml v0.7.8
22652026-07-07T23:48:14.677Z Compiling crossterm v0.28.1
22662026-07-07T23:48:14.731Z Compiling iddqd v0.4.2
22672026-07-07T23:48:15.190Z Compiling crossbeam-epoch v0.9.18
22682026-07-07T23:48:15.222Z Compiling heck v0.4.1
22692026-07-07T23:48:15.225Z Compiling similar v2.7.0
22702026-07-07T23:48:15.292Z Compiling serde_with v3.17.0
22712026-07-07T23:48:15.511Z Compiling strum v0.26.3
22722026-07-07T23:48:15.526Z Compiling tokio-stream v0.1.18
22732026-07-07T23:48:15.610Z Compiling buf-list v1.1.2
22742026-07-07T23:48:15.651Z Compiling x509-cert v0.2.5
22752026-07-07T23:48:15.848Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22762026-07-07T23:48:15.955Z Compiling openapiv3 v2.2.0
22772026-07-07T23:48:16.101Z Compiling structmeta-derive v0.3.0
22782026-07-07T23:48:16.189Z Compiling peg-runtime v0.8.5
22792026-07-07T23:48:16.448Z Compiling lalrpop-util v0.19.12
22802026-07-07T23:48:16.516Z Compiling radium v0.7.0
22812026-07-07T23:48:18.103Z Compiling structmeta v0.3.0
22822026-07-07T23:48:18.106Z Compiling tap v1.0.1
22832026-07-07T23:48:18.106Z Compiling maybe-uninit v2.0.0
22842026-07-07T23:48:18.106Z Compiling wyz v0.5.1
22852026-07-07T23:48:19.182Z Compiling funty v2.0.0
22862026-07-07T23:48:19.521Z Compiling packed_struct v0.10.1
22872026-07-07T23:48:20.139Z Compiling bitvec v1.0.1
22882026-07-07T23:48:22.423Z Compiling packed_struct_codegen v0.10.1
22892026-07-07T23:48:22.665Z Compiling zerocopy-derive v0.6.6
22902026-07-07T23:48:22.697Z Compiling bitfield-macros v0.19.4
22912026-07-07T23:48:23.339Z Compiling indexmap v1.9.3
22922026-07-07T23:48:23.422Z Compiling crc-catalog v2.4.0
22932026-07-07T23:48:23.576Z Compiling nodrop v0.1.14
22942026-07-07T23:48:23.675Z Compiling array-init v0.0.4
22952026-07-07T23:48:24.543Z Compiling crc v3.4.0
22962026-07-07T23:48:24.573Z Compiling zerocopy v0.6.6
22972026-07-07T23:48:24.739Z Compiling bitfield v0.19.4
22982026-07-07T23:48:25.064Z Compiling smallvec v0.6.14
22992026-07-07T23:48:25.933Z Compiling derive-ex v0.1.8
23002026-07-07T23:48:27.628Z Compiling hashbrown v0.12.3
23012026-07-07T23:48:28.229Z Compiling base64 v0.21.7
23022026-07-07T23:48:29.440Z Compiling rustls-webpki v0.103.13
23032026-07-07T23:48:29.668Z Compiling ron v0.8.1
23042026-07-07T23:48:30.918Z Compiling test-strategy v0.4.5
23052026-07-07T23:48:32.253Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23062026-07-07T23:48:32.884Z Compiling serde-hex v0.1.0
23072026-07-07T23:48:33.210Z Compiling tokio-rustls v0.26.4
23082026-07-07T23:48:33.498Z Compiling hyper-rustls v0.27.7
23092026-07-07T23:48:33.808Z Compiling rustls-platform-verifier v0.6.2
23102026-07-07T23:48:33.826Z Compiling tough v0.22.0
23112026-07-07T23:48:33.983Z Compiling reqwest v0.13.2
23122026-07-07T23:48:34.130Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23132026-07-07T23:48:34.351Z Compiling hashbrown v0.13.2
23142026-07-07T23:48:34.456Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
23152026-07-07T23:48:34.889Z Compiling filetime v0.2.27
23162026-07-07T23:48:34.951Z Compiling multer v3.1.0
23172026-07-07T23:48:35.022Z Compiling thread_local v1.1.9
23182026-07-07T23:48:35.025Z Compiling match_cfg v0.1.0
23192026-07-07T23:48:35.121Z Compiling slog-async v2.8.0
23202026-07-07T23:48:35.151Z Compiling crc-any v2.5.0
23212026-07-07T23:48:35.196Z Compiling xattr v1.6.1
23222026-07-07T23:48:35.245Z Compiling rayon-core v1.13.0
23232026-07-07T23:48:35.400Z Compiling compression-core v0.4.31
23242026-07-07T23:48:35.415Z Compiling tar v0.4.45
23252026-07-07T23:48:35.496Z Compiling hostname v0.3.1
23262026-07-07T23:48:35.517Z Compiling object v0.30.4
23272026-07-07T23:48:35.532Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23282026-07-07T23:48:35.551Z Compiling compression-codecs v0.4.37
23292026-07-07T23:48:35.596Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23302026-07-07T23:48:35.675Z Compiling crossbeam-channel v0.5.15
23312026-07-07T23:48:35.721Z Compiling slog-json v2.6.1
23322026-07-07T23:48:35.846Z Compiling async-stream-impl v0.3.6
23332026-07-07T23:48:35.937Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23342026-07-07T23:48:35.995Z Compiling toml_datetime v1.1.1+spec-1.1.0
23352026-07-07T23:48:36.027Z Compiling serde_path_to_error v0.1.20
23362026-07-07T23:48:36.232Z Compiling serde_spanned v1.1.1
23372026-07-07T23:48:36.359Z Compiling is-terminal v0.4.17
23382026-07-07T23:48:36.376Z Compiling fs-err v2.11.0
23392026-07-07T23:48:36.407Z Compiling dropshot v0.17.1
23402026-07-07T23:48:36.438Z Compiling take_mut v0.2.2
23412026-07-07T23:48:36.453Z Compiling path-slash v0.1.5
23422026-07-07T23:48:36.481Z Compiling debug-ignore v1.0.5
23432026-07-07T23:48:36.497Z Compiling toml_writer v1.1.1+spec-1.1.0
23442026-07-07T23:48:36.574Z Compiling term v1.2.1
23452026-07-07T23:48:36.627Z Compiling async-stream v0.3.6
23462026-07-07T23:48:36.740Z Compiling toml v1.1.2+spec-1.1.0
23472026-07-07T23:48:36.755Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-07-07T23:48:36.783Z Compiling slog-bunyan v2.5.0
23492026-07-07T23:48:36.852Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23502026-07-07T23:48:36.921Z Compiling slog-term v2.9.2
23512026-07-07T23:48:36.966Z Compiling async-compression v0.4.41
23522026-07-07T23:48:37.093Z Compiling atomicwrites v0.4.4
23532026-07-07T23:48:37.233Z Compiling sha1 v0.11.0
23542026-07-07T23:48:37.389Z Compiling crossbeam-deque v0.8.6
23552026-07-07T23:48:37.415Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23562026-07-07T23:48:37.446Z Compiling parse-display-derive v0.10.0
23572026-07-07T23:48:37.626Z Compiling camino-tempfile v1.4.1
23582026-07-07T23:48:37.661Z Compiling newtype-uuid-macros v0.1.0
23592026-07-07T23:48:37.678Z Compiling dropshot_endpoint v0.17.1
23602026-07-07T23:48:37.778Z Compiling waitgroup v0.1.2
23612026-07-07T23:48:37.836Z Compiling rustls-pemfile v2.2.0
23622026-07-07T23:48:37.862Z Compiling half v2.7.1
23632026-07-07T23:48:37.954Z Compiling backon v1.6.0
23642026-07-07T23:48:38.055Z Compiling blake3 v1.8.5
23652026-07-07T23:48:38.130Z Compiling hostname v0.4.2
23662026-07-07T23:48:38.183Z Compiling instant v0.1.13
23672026-07-07T23:48:38.198Z Compiling ciborium-io v0.2.2
23682026-07-07T23:48:38.246Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
23692026-07-07T23:48:38.261Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23702026-07-07T23:48:38.311Z Compiling backoff v0.4.0
23712026-07-07T23:48:38.328Z Compiling ciborium-ll v0.2.2
23722026-07-07T23:48:38.423Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23732026-07-07T23:48:38.552Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23742026-07-07T23:48:38.614Z Compiling toml v0.8.23
23752026-07-07T23:48:38.702Z Compiling regress v0.10.5
23762026-07-07T23:48:38.780Z Compiling itertools v0.14.0
23772026-07-07T23:48:38.864Z Compiling macaddr v1.0.1
23782026-07-07T23:48:38.934Z Compiling parse-display v0.10.0
23792026-07-07T23:48:39.170Z Compiling humantime v2.3.0
23802026-07-07T23:48:39.314Z Compiling arrayref v0.3.9
23812026-07-07T23:48:39.402Z Compiling arrayvec v0.7.6
23822026-07-07T23:48:39.537Z Compiling constant_time_eq v0.4.2
23832026-07-07T23:48:39.626Z Compiling parse-size v1.1.0
23842026-07-07T23:48:39.660Z Compiling indent_write v2.2.0
23852026-07-07T23:48:39.835Z Compiling ciborium v0.2.2
23862026-07-07T23:48:39.839Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
23872026-07-07T23:48:39.884Z Compiling topological-sort v0.2.2
23882026-07-07T23:48:40.067Z Compiling display-error-chain v0.2.2
23892026-07-07T23:48:40.233Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-07T23:48:40.249Z Compiling shell-words v1.1.1
23912026-07-07T23:48:40.368Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
23922026-07-07T23:48:50.037Z Compiling progenitor-client v0.14.0
23932026-07-07T23:48:50.037Z Compiling omicron-zone-package v0.12.3
23942026-07-07T23:48:50.276Z Compiling progenitor-extras v0.2.0
23952026-07-07T23:48:50.555Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23962026-07-07T23:48:50.605Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23972026-07-07T23:48:50.635Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
23982026-07-07T23:48:51.584Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-07-07T23:48:55.527Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24002026-07-07T23:48:58.549Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
24012026-07-07T23:49:06.624Z Finished `release` profile [optimized] target(s) in 1m 27s
24022026-07-07T23:49:06.761Z Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries`
24032026-07-07T23:49:06.815ZJul 07 23:49:05.822 DEBG changing working directory to /work/oxidecomputer/omicron
24042026-07-07T23:49:06.909ZJul 07 23:49:05.916 DEBG running: git rev-parse HEAD
24052026-07-07T23:49:06.912ZJul 07 23:49:05.918 DEBG process exited with exit status: 0 (2.539913ms)
24062026-07-07T23:49:06.912ZJul 07 23:49:05.918 INFO version: 21.0.0-0.ci+git041867f7c27
24072026-07-07T23:49:06.920ZJul 07 23:49:05.927 INFO cloning helios to /work/oxidecomputer/helios
24082026-07-07T23:49:06.920ZJul 07 23:49:05.927 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
24092026-07-07T23:49:06.923ZCloning into '/work/oxidecomputer/helios'...
24102026-07-07T23:49:07.406ZJul 07 23:49:06.412 DEBG process exited with exit status: 0 (485.476613ms)
24112026-07-07T23:49:07.406ZJul 07 23:49:06.412 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit}
24122026-07-07T23:49:07.427ZJul 07 23:49:06.415 DEBG process exited with exit status: 0 (2.401133ms)
24132026-07-07T23:49:07.427ZJul 07 23:49:06.415 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
24142026-07-07T23:49:07.732ZJul 07 23:49:06.739 DEBG process exited with exit status: 0 (324.159746ms)
24152026-07-07T23:49:07.732ZJul 07 23:49:06.739 DEBG running: zfs list rpool/images/build/host
24162026-07-07T23:49:07.736ZNAME USED AVAIL REFER MOUNTPOINT
24172026-07-07T23:49:07.736Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
24182026-07-07T23:49:07.739ZJul 07 23:49:06.743 DEBG process exited with exit status: 0 (4.372767ms)
24192026-07-07T23:49:07.739ZJul 07 23:49:06.743 DEBG running: zfs list rpool/images/build/recovery
24202026-07-07T23:49:07.741ZNAME USED AVAIL REFER MOUNTPOINT
24212026-07-07T23:49:07.741Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
24222026-07-07T23:49:07.741ZJul 07 23:49:06.747 DEBG process exited with exit status: 0 (3.514645ms)
24232026-07-07T23:49:07.742ZJul 07 23:49:06.747 INFO console assets match pinned console commit (975bba9f3f2ce5fc0fa0d03ea4d71e04d9e4d6c5)
24242026-07-07T23:49:07.751ZJul 07 23:49:06.758 INFO console client API version matches nexus API version (2026061000.0.0)
24252026-07-07T23:49:07.754ZJul 07 23:49:06.760 INFO [incorp-manifest] running task
24262026-07-07T23:49:07.754ZJul 07 23:49:06.760 INFO [hubris-production] running task
24272026-07-07T23:49:07.754ZJul 07 23:49:06.760 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name
24282026-07-07T23:49:07.754ZJul 07 23:49:06.760 INFO [hubris-staging] running task
24292026-07-07T23:49:07.754ZJul 07 23:49:06.761 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
24302026-07-07T23:49:07.754ZJul 07 23:49:06.761 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
24312026-07-07T23:49:07.757ZJul 07 23:49:06.761 INFO [incorp-create] running: pkgrepo create /work/incorporation
24322026-07-07T23:49:07.795Z[ helios-setup] cd tools/helios-build && cargo build --quiet
24332026-07-07T23:49:07.859Z[ omicron-package] Blocking waiting for file lock on package cache
24342026-07-07T23:49:07.984ZJul 07 23:49:06.991 INFO [incorp-create] process exited with exit status: 0 (229.826261ms)
24352026-07-07T23:49:07.987ZJul 07 23:49:06.991 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios
24362026-07-07T23:49:08.219ZJul 07 23:49:07.225 INFO [incorp-publisher] process exited with exit status: 0 (234.011198ms)
24372026-07-07T23:49:08.481Z[ omicron-package] Blocking waiting for file lock on package cache
24382026-07-07T23:49:08.525ZJul 07 23:49:07.532 DEBG process exited with exit status: 0 (772.38516ms)
24392026-07-07T23:49:08.528ZJul 07 23:49:07.533 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*'
24402026-07-07T23:49:08.844ZJul 07 23:49:07.851 INFO [hubris-production] task succeeded (1.090737756s)
24412026-07-07T23:49:09.312ZJul 07 23:49:08.319 DEBG process exited with exit status: 0 (786.139671ms)
24422026-07-07T23:49:09.315ZJul 07 23:49:08.320 INFO [incorp-manifest] task succeeded (1.559913963s)
24432026-07-07T23:49:09.315ZJul 07 23:49:08.320 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m
24442026-07-07T23:49:09.522ZJul 07 23:49:08.529 INFO [incorp-fmt] process exited with exit status: 0 (208.676189ms)
24452026-07-07T23:49:09.527ZJul 07 23:49:08.529 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m
24462026-07-07T23:49:09.787Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
24472026-07-07T23:49:09.787Z[ omicron-package] Compiling itertools v0.14.0
24482026-07-07T23:49:09.787Z[ omicron-package] Compiling secrecy v0.10.3
24492026-07-07T23:49:09.790Z[ omicron-package] Compiling heapless v0.8.0
24502026-07-07T23:49:09.790Z[ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0
24512026-07-07T23:49:09.790Z[ omicron-package] Compiling hash32 v0.3.1
24522026-07-07T23:49:09.790Z[ omicron-package] Compiling inout v0.1.4
24532026-07-07T23:49:09.790Z[ omicron-package] Compiling smoltcp v0.11.0
24542026-07-07T23:49:09.790Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24552026-07-07T23:49:09.795Z[ omicron-package] Compiling unicode-width v0.2.0
24562026-07-07T23:49:09.795Z[ omicron-package] Compiling cobs v0.3.0
24572026-07-07T23:49:09.796Z[ omicron-package] Compiling thiserror-impl-no-std v2.0.2
24582026-07-07T23:49:09.799Z[ omicron-package] Compiling universal-hash v0.5.1
24592026-07-07T23:49:09.799Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
24602026-07-07T23:49:09.799Z[ omicron-package] Compiling opaque-debug v0.3.1
24612026-07-07T23:49:09.799Z[ omicron-package] Compiling convert_case v0.4.0
24622026-07-07T23:49:09.806Z[ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260707T234908Z
24632026-07-07T23:49:09.806Z[ incorp-pkgsend] PUBLISHED
24642026-07-07T23:49:09.871ZJul 07 23:49:08.878 INFO [incorp-pkgsend] process exited with exit status: 0 (348.950462ms)
24652026-07-07T23:49:09.874ZJul 07 23:49:08.878 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*'
24662026-07-07T23:49:10.205Z[ helios-incorp] Retrieving packages for publisher helios ...
24672026-07-07T23:49:10.215Z[ helios-incorp] Retrieving catalog 'helios' ... Done
24682026-07-07T23:49:10.245Z[ helios-incorp] Retrieving and evaluating 1 package(s)...
24692026-07-07T23:49:10.245Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24702026-07-07T23:49:10.245Z[ helios-incorp] Fetching manifests: 1/1 100% complete
24712026-07-07T23:49:10.252Z[ helios-incorp]
24722026-07-07T23:49:10.252Z[ helios-incorp] Archiving packages ...
24732026-07-07T23:49:10.252Z[ helios-incorp] Packages to add: 1
24742026-07-07T23:49:10.255Z[ helios-incorp] Files to retrieve: 0
24752026-07-07T23:49:10.255Z[ helios-incorp] Estimated transfer size: 0.00 B
24762026-07-07T23:49:10.255Z[ helios-incorp]
24772026-07-07T23:49:10.255Z[ helios-incorp] Packages to archive:
24782026-07-07T23:49:10.255Z[ helios-incorp] consolidation/oxide/omicron-release-incorporation@21.0.0.0,5.11-3.0:20260707T234908Z
24792026-07-07T23:49:10.255Z[ helios-incorp]
24802026-07-07T23:49:10.255Z[ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete
24812026-07-07T23:49:10.255Z[ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds
24822026-07-07T23:49:10.367ZJul 07 23:49:09.373 INFO [helios-incorp] process exited with exit status: 0 (495.354027ms)
24832026-07-07T23:49:10.558Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24842026-07-07T23:49:10.862Z[ omicron-package] Compiling poly1305 v0.8.0
24852026-07-07T23:49:10.865Z[ omicron-package] Compiling postcard v1.1.3
24862026-07-07T23:49:10.989Z[ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0
24872026-07-07T23:49:10.992Z[ omicron-package] Compiling cipher v0.4.4
24882026-07-07T23:49:11.067Z[ omicron-package] Compiling derive_more v0.99.20
24892026-07-07T23:49:11.152Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24902026-07-07T23:49:11.152Z[ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
24912026-07-07T23:49:11.153Z[ omicron-package] Compiling proc-macro-crate v1.3.1
24922026-07-07T23:49:11.156Z[ omicron-package] Compiling password-hash v0.5.0
24932026-07-07T23:49:11.156Z[ omicron-package] Compiling blake2 v0.10.6
24942026-07-07T23:49:11.372Z[ omicron-package] Compiling chacha20 v0.9.1
24952026-07-07T23:49:11.387Z[ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
24962026-07-07T23:49:11.424Z[ omicron-package] Compiling aead v0.5.2
24972026-07-07T23:49:11.424Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
24982026-07-07T23:49:11.587Z[ omicron-package] Compiling proc-macro-crate v3.4.0
24992026-07-07T23:49:11.658Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25002026-07-07T23:49:11.730Z[ omicron-package] Compiling proc-macro-error v1.0.4
25012026-07-07T23:49:11.730Z[ omicron-package] Compiling thiserror-no-std v2.0.2
25022026-07-07T23:49:11.733Z[ omicron-package] Compiling ingot-macros v0.1.1
25032026-07-07T23:49:11.868Z[ omicron-package] Compiling foreign-types-macros v0.2.3
25042026-07-07T23:49:11.976Z[ omicron-package] Compiling foreign-types-shared v0.3.1
25052026-07-07T23:49:12.006Z[ omicron-package] Compiling num_enum_derive v0.5.11
25062026-07-07T23:49:12.058Z[ omicron-package] Compiling vsss-rs v3.3.4
25072026-07-07T23:49:12.081Z[ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25082026-07-07T23:49:12.141Z[ omicron-package] Compiling chacha20poly1305 v0.10.1
25092026-07-07T23:49:12.145Z[ omicron-package] Compiling num_enum_derive v0.7.6
25102026-07-07T23:49:12.372Z[ omicron-package] Compiling argon2 v0.5.3
25112026-07-07T23:49:12.471Z[ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25122026-07-07T23:49:12.547Z[ omicron-package] Compiling tabwriter v1.4.1
25132026-07-07T23:49:12.612Z[ omicron-package] Compiling byte-wrapper v0.1.0
25142026-07-07T23:49:12.612Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25152026-07-07T23:49:12.663Z[ omicron-package] Compiling cstr-argument v0.1.2
25162026-07-07T23:49:12.729Z[ omicron-package] Compiling foreign-types v0.5.0
25172026-07-07T23:49:12.881Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25182026-07-07T23:49:12.929Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25192026-07-07T23:49:13.080Z[ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25202026-07-07T23:49:13.143Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25212026-07-07T23:49:13.346Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25222026-07-07T23:49:13.364Z[ omicron-package] Compiling num_enum v0.5.11
25232026-07-07T23:49:13.416Z[ omicron-package] Compiling rayon v1.11.0
25242026-07-07T23:49:13.458Z[ omicron-package] Compiling num_enum v0.7.6
25252026-07-07T23:49:13.484Z[ omicron-package] Compiling rand v0.10.1
25262026-07-07T23:49:13.573Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25272026-07-07T23:49:13.596Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25282026-07-07T23:49:13.599Z[ omicron-package] Compiling libefi-sys v0.1.0
25292026-07-07T23:49:13.644Z[ omicron-package] Compiling colored v3.1.1
25302026-07-07T23:49:13.644Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25312026-07-07T23:49:13.648Z[ omicron-package] Compiling zone_cfg_derive v0.3.1
25322026-07-07T23:49:13.663Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25332026-07-07T23:49:13.814Z[ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25342026-07-07T23:49:13.869Z[ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25352026-07-07T23:49:13.908Z[ omicron-package] Compiling itertools v0.12.1
25362026-07-07T23:49:13.989Z[ omicron-package] Compiling usdt-attr-macro v0.5.0
25372026-07-07T23:49:14.028Z[ omicron-package] Compiling usdt-macro v0.5.0
25382026-07-07T23:49:14.033Z[ omicron-package] Compiling memmap v0.7.0
25392026-07-07T23:49:14.050Z[ omicron-package] Compiling sigpipe v0.1.3
25402026-07-07T23:49:14.256Z[ omicron-package] Compiling num-derive v0.4.2
25412026-07-07T23:49:14.306Z[ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25422026-07-07T23:49:14.397Z[ omicron-package] Compiling bitfield-struct v0.6.2
25432026-07-07T23:49:14.426Z[ omicron-package] Compiling glob v0.3.3
25442026-07-07T23:49:14.429Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-07-07T23:49:14.502Z[ omicron-package] Compiling swrite v0.1.0
25462026-07-07T23:49:14.973Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25472026-07-07T23:49:14.976Z[ omicron-package] Compiling ingot-types v0.1.2
25482026-07-07T23:49:15.038Z[ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25492026-07-07T23:49:15.041Z[ omicron-package] Compiling smf v0.2.3
25502026-07-07T23:49:15.041Z[ omicron-package] Compiling usdt v0.5.0
25512026-07-07T23:49:15.120Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25522026-07-07T23:49:15.176Z[ omicron-package] Compiling whoami v1.6.1
25532026-07-07T23:49:15.235Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25542026-07-07T23:49:15.343Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25552026-07-07T23:49:15.435Z[ omicron-package] Compiling tokio-dtrace v0.1.1
25562026-07-07T23:49:15.512Z[ omicron-package] Compiling ingot v0.1.1
25572026-07-07T23:49:15.532Z[ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25582026-07-07T23:49:15.555Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
25592026-07-07T23:49:15.608Z[ omicron-package] Compiling zone v0.3.1
25602026-07-07T23:49:15.701Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25612026-07-07T23:49:15.775Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25622026-07-07T23:49:15.775Z[ omicron-package] Compiling console v0.16.2
25632026-07-07T23:49:15.960Z[ omicron-package] Compiling gethostname v0.5.0
25642026-07-07T23:49:16.024Z[ omicron-package] Compiling unit-prefix v0.5.2
25652026-07-07T23:49:16.053Z[ omicron-package] Compiling oxide-tokio-rt v0.1.4
25662026-07-07T23:49:16.496Z[ omicron-package] Compiling indicatif v0.18.4
25672026-07-07T23:49:17.582Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25682026-07-07T23:49:19.017Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25692026-07-07T23:49:20.173Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
25702026-07-07T23:49:22.183ZJul 07 23:49:21.190 INFO [hubris-staging] task succeeded (14.429032447s)
25712026-07-07T23:49:22.587Z[ helios-setup] Jul 07 23:49:21.594 INFO helios repository root is: /work/oxidecomputer/helios
25722026-07-07T23:49:22.591Z[ helios-setup] Jul 07 23:49:21.595 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
25732026-07-07T23:49:22.591Z[ helios-setup] Jul 07 23:49:21.595 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
25742026-07-07T23:49:22.591Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
25752026-07-07T23:49:23.054Z[ helios-setup] Jul 07 23:49:22.060 INFO clone ok!, project: image-builder
25762026-07-07T23:49:23.057Z[ helios-setup] Jul 07 23:49:22.060 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
25772026-07-07T23:49:23.057Z[ helios-setup] Jul 07 23:49:22.060 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
25782026-07-07T23:49:23.057Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
25792026-07-07T23:49:24.695Z[ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25802026-07-07T23:49:27.913Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25812026-07-07T23:49:28.971Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25822026-07-07T23:49:30.640Z[ helios-setup] Jul 07 23:49:29.646 INFO clone ok!, project: amd-firmware
25832026-07-07T23:49:30.645Z[ helios-setup] Jul 07 23:49:29.647 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
25842026-07-07T23:49:30.645Z[ helios-setup] Jul 07 23:49:29.647 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
25852026-07-07T23:49:30.645Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
25862026-07-07T23:49:31.085Z[ helios-setup] Jul 07 23:49:30.092 INFO clone ok!, project: phbl
25872026-07-07T23:49:31.085Z[ helios-setup] Jul 07 23:49:30.092 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
25882026-07-07T23:49:31.086Z[ helios-setup] Jul 07 23:49:30.092 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
25892026-07-07T23:49:31.089Z[ helios-setup] Jul 07 23:49:30.092 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
25902026-07-07T23:49:31.089Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
25912026-07-07T23:49:31.855Z[ helios-setup] Jul 07 23:49:30.861 INFO clone ok!, project: chelsio-t6-roms
25922026-07-07T23:49:31.855Z[ helios-setup] Jul 07 23:49:30.862 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
25932026-07-07T23:49:31.855Z[ helios-setup] Jul 07 23:49:30.862 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
25942026-07-07T23:49:31.859Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
25952026-07-07T23:49:32.613Z[ helios-setup] Jul 07 23:49:31.620 INFO clone ok!, project: pilot
25962026-07-07T23:49:32.614Z[ helios-setup] Jul 07 23:49:31.620 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report
25972026-07-07T23:49:32.618Z[ helios-setup] Jul 07 23:49:31.620 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report
25982026-07-07T23:49:32.618Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'...
25992026-07-07T23:49:33.276Z[ helios-setup] Jul 07 23:49:32.282 INFO clone ok!, project: dmar-report
26002026-07-07T23:49:33.276Z[ helios-setup] Jul 07 23:49:32.282 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
26012026-07-07T23:49:33.280Z[ helios-setup] Jul 07 23:49:32.282 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
26022026-07-07T23:49:33.280Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
26032026-07-07T23:49:33.718Z[ helios-setup] Jul 07 23:49:32.724 INFO clone ok!, project: pinprick
26042026-07-07T23:49:33.718Z[ helios-setup] Jul 07 23:49:32.725 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
26052026-07-07T23:49:33.718Z[ helios-setup] Jul 07 23:49:32.725 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
26062026-07-07T23:49:33.722Z[ helios-setup] Jul 07 23:49:32.725 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
26072026-07-07T23:49:33.722Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
26082026-07-07T23:49:34.182Z[ helios-setup] Jul 07 23:49:33.188 INFO clone ok!, project: bootserver
26092026-07-07T23:49:34.182Z[ helios-setup] Jul 07 23:49:33.188 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
26102026-07-07T23:49:34.185Z[ helios-setup] Jul 07 23:49:33.188 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
26112026-07-07T23:49:34.185Z[ helios-setup] Jul 07 23:49:33.188 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
26122026-07-07T23:49:34.185Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
26132026-07-07T23:49:34.895Z[ helios-setup] Jul 07 23:49:33.901 INFO clone ok!, project: amd-host-image-builder
26142026-07-07T23:49:34.898Z[ helios-setup] Jul 07 23:49:33.901 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
26152026-07-07T23:49:35.104Z[ helios-setup] Jul 07 23:49:34.111 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None
26162026-07-07T23:49:35.324Z[ helios-setup] Jul 07 23:49:34.330 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created
26172026-07-07T23:49:35.324Z[ helios-setup] Jul 07 23:49:34.330 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
26182026-07-07T23:49:35.556Z[ helios-setup] Jul 07 23:49:34.562 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None
26192026-07-07T23:49:35.797Z[ helios-setup] Jul 07 23:49:34.804 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created
26202026-07-07T23:49:35.797Z[ helios-setup] Jul 07 23:49:34.804 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
26212026-07-07T23:49:36.036Z[ helios-setup] Jul 07 23:49:35.043 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None
26222026-07-07T23:49:36.274Z[ helios-setup] Jul 07 23:49:35.280 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created
26232026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
26242026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
26252026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO ok!
26262026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
26272026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
26282026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO ok!
26292026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
26302026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
26312026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO ok!
26322026-07-07T23:49:36.277Z[ helios-setup] Jul 07 23:49:35.280 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder"
26332026-07-07T23:49:36.282Z[ helios-setup] Jul 07 23:49:35.288 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.96.1-x86_64-unknown-illumos (default)"
26342026-07-07T23:49:36.282Z[ helios-setup] Jul 07 23:49:35.288 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26352026-07-07T23:49:36.282Z[ helios-setup] Jul 07 23:49:35.288 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26362026-07-07T23:49:36.354Z[ helios-setup] Jul 07 23:49:35.361 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26372026-07-07T23:49:36.617Z[ helios-setup] Jul 07 23:49:35.621 INFO E| From https://github.com/jclulow/rust-jmclib
26382026-07-07T23:49:36.617Z[ helios-setup] Jul 07 23:49:35.621 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26392026-07-07T23:49:36.645Z[ helios-setup] Jul 07 23:49:35.651 INFO E| Updating crates.io index
26402026-07-07T23:49:36.805Z[ helios-setup] Jul 07 23:49:35.811 INFO E| Downloading crates ...
26412026-07-07T23:49:36.866Z[ helios-setup] Jul 07 23:49:35.872 INFO E| Downloaded uuid v0.8.2
26422026-07-07T23:49:36.870Z[ helios-setup] Jul 07 23:49:35.875 INFO E| Downloaded sha-1 v0.9.8
26432026-07-07T23:49:36.873Z[ helios-setup] Jul 07 23:49:35.880 INFO E| Downloaded serde_derive v1.0.193
26442026-07-07T23:49:36.876Z[ helios-setup] Jul 07 23:49:35.883 INFO E| Downloaded bitflags v2.3.3
26452026-07-07T23:49:36.880Z[ helios-setup] Jul 07 23:49:35.884 INFO E| Downloaded libdevinfo-sys v1.0.0
26462026-07-07T23:49:36.884Z[ helios-setup] Jul 07 23:49:35.890 INFO E| Downloaded cpufeatures v0.2.9
26472026-07-07T23:49:36.887Z[ helios-setup] Jul 07 23:49:35.892 INFO E| Downloaded digest v0.9.0
26482026-07-07T23:49:36.892Z[ helios-setup] Jul 07 23:49:35.898 INFO E| Downloaded fastrand v2.0.0
26492026-07-07T23:49:36.894Z[ helios-setup] Jul 07 23:49:35.900 INFO E| Downloaded itoa v1.0.9
26502026-07-07T23:49:36.895Z[ helios-setup] Jul 07 23:49:35.900 INFO E| Downloaded opaque-debug v0.3.0
26512026-07-07T23:49:36.901Z[ helios-setup] Jul 07 23:49:35.908 INFO E| Downloaded md-5 v0.9.1
26522026-07-07T23:49:36.904Z[ helios-setup] Jul 07 23:49:35.909 INFO E| Downloaded walkdir v2.3.3
26532026-07-07T23:49:36.904Z[ helios-setup] Jul 07 23:49:35.910 INFO E| Downloaded unicode-width v0.1.10
26542026-07-07T23:49:36.906Z[ helios-setup] Jul 07 23:49:35.911 INFO E| Downloaded getrandom v0.2.10
26552026-07-07T23:49:36.909Z[ helios-setup] Jul 07 23:49:35.915 INFO E| Downloaded block-buffer v0.9.0
26562026-07-07T23:49:36.909Z[ helios-setup] Jul 07 23:49:35.916 INFO E| Downloaded once_cell v1.18.0
26572026-07-07T23:49:36.912Z[ helios-setup] Jul 07 23:49:35.917 INFO E| Downloaded quote v1.0.31
26582026-07-07T23:49:36.912Z[ helios-setup] Jul 07 23:49:35.919 INFO E| Downloaded anyhow v1.0.72
26592026-07-07T23:49:36.918Z[ helios-setup] Jul 07 23:49:35.924 INFO E| Downloaded errno v0.3.1
26602026-07-07T23:49:36.921Z[ helios-setup] Jul 07 23:49:35.925 INFO E| Downloaded tempfile v3.7.0
26612026-07-07T23:49:36.924Z[ helios-setup] Jul 07 23:49:35.928 INFO E| Downloaded unicode-ident v1.0.11
26622026-07-07T23:49:36.926Z[ helios-setup] Jul 07 23:49:35.933 INFO E| Downloaded glob v0.3.1
26632026-07-07T23:49:36.929Z[ helios-setup] Jul 07 23:49:35.933 INFO E| Downloaded typenum v1.16.0
26642026-07-07T23:49:36.929Z[ helios-setup] Jul 07 23:49:35.935 INFO E| Downloaded ryu v1.0.15
26652026-07-07T23:49:36.933Z[ helios-setup] Jul 07 23:49:35.936 INFO E| Downloaded proc-macro2 v1.0.66
26662026-07-07T23:49:36.936Z[ helios-setup] Jul 07 23:49:35.941 INFO E| Downloaded toml v0.5.11
26672026-07-07T23:49:36.936Z[ helios-setup] Jul 07 23:49:35.943 INFO E| Downloaded serde v1.0.193
26682026-07-07T23:49:36.956Z[ helios-setup] Jul 07 23:49:35.962 INFO E| Downloaded serde_json v1.0.103
26692026-07-07T23:49:36.985Z[ helios-setup] Jul 07 23:49:35.992 INFO E| Downloaded syn v2.0.32
26702026-07-07T23:49:36.991Z[ helios-setup] Jul 07 23:49:35.998 INFO E| Downloaded rustix v0.38.4
26712026-07-07T23:49:37.021Z[ helios-setup] Jul 07 23:49:36.028 INFO E| Downloaded libc v0.2.147
26722026-07-07T23:49:37.068Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling libc v0.2.147
26732026-07-07T23:49:37.071Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling proc-macro2 v1.0.66
26742026-07-07T23:49:37.071Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling cfg-if v1.0.0
26752026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling unicode-ident v1.0.11
26762026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling typenum v1.16.0
26772026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling version_check v0.9.4
26782026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling serde v1.0.193
26792026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling rustix v0.38.4
26802026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling powerfmt v0.2.0
26812026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling num-conv v0.1.0
26822026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling slog v2.7.0
26832026-07-07T23:49:37.072Z[ helios-setup] Jul 07 23:49:36.075 INFO E| Compiling itoa v1.0.9
26842026-07-07T23:49:37.082Z[ helios-setup] Jul 07 23:49:36.089 INFO E| Compiling time-core v0.1.2
26852026-07-07T23:49:37.085Z[ helios-setup] Jul 07 23:49:36.089 INFO E| Compiling num_threads v0.1.6
26862026-07-07T23:49:37.085Z[ helios-setup] Jul 07 23:49:36.089 INFO E| Compiling bitflags v2.3.3
26872026-07-07T23:49:37.085Z[ helios-setup] Jul 07 23:49:36.089 INFO E| Compiling once_cell v1.18.0
26882026-07-07T23:49:37.193Z[ helios-setup] Jul 07 23:49:36.200 INFO E| Compiling fastrand v2.0.0
26892026-07-07T23:49:37.209Z[ helios-setup] Jul 07 23:49:36.216 INFO E| Compiling opaque-debug v0.3.0
26902026-07-07T23:49:37.213Z[ helios-setup] Jul 07 23:49:36.220 INFO E| Compiling serde_json v1.0.103
26912026-07-07T23:49:37.216Z[ helios-setup] Jul 07 23:49:36.220 INFO E| Compiling anyhow v1.0.72
26922026-07-07T23:49:37.278Z[ helios-setup] Jul 07 23:49:36.284 INFO E| Compiling deranged v0.3.11
26932026-07-07T23:49:37.296Z[ helios-setup] Jul 07 23:49:36.303 INFO E| Compiling time-macros v0.2.18
26942026-07-07T23:49:37.309Z[ helios-setup] Jul 07 23:49:36.315 INFO E| Compiling thread_local v1.1.7
26952026-07-07T23:49:37.328Z[ helios-setup] Jul 07 23:49:36.335 INFO E| Compiling cpufeatures v0.2.9
26962026-07-07T23:49:37.351Z[ helios-setup] Jul 07 23:49:36.357 INFO E| Compiling ryu v1.0.15
26972026-07-07T23:49:37.359Z[ helios-setup] Jul 07 23:49:36.366 INFO E| Compiling same-file v1.0.6
26982026-07-07T23:49:37.404Z[ helios-setup] Jul 07 23:49:36.410 INFO E| Compiling unicode-width v0.1.10
26992026-07-07T23:49:37.468Z[ helios-setup] Jul 07 23:49:36.475 INFO E| Compiling generic-array v0.14.7
27002026-07-07T23:49:37.489Z[ helios-setup] Jul 07 23:49:36.495 INFO E| Compiling getopts v0.2.21
27012026-07-07T23:49:37.509Z[ helios-setup] Jul 07 23:49:36.514 INFO E| Compiling walkdir v2.3.3
27022026-07-07T23:49:37.517Z[ helios-setup] Jul 07 23:49:36.523 INFO E| Compiling glob v0.3.1
27032026-07-07T23:49:37.568Z[ helios-setup] Jul 07 23:49:36.555 INFO E| Compiling libdevinfo-sys v1.0.0
27042026-07-07T23:49:37.828Z[ helios-setup] Jul 07 23:49:36.835 INFO E| Compiling quote v1.0.31
27052026-07-07T23:49:37.885Z[ helios-setup] Jul 07 23:49:36.892 INFO E| Compiling dirs-sys-next v0.1.2
27062026-07-07T23:49:37.885Z[ helios-setup] Jul 07 23:49:36.892 INFO E| Compiling errno v0.3.1
27072026-07-07T23:49:37.888Z[ helios-setup] Jul 07 23:49:36.892 INFO E| Compiling atty v0.2.14
27082026-07-07T23:49:37.888Z[ helios-setup] Jul 07 23:49:36.892 INFO E| Compiling getrandom v0.2.10
27092026-07-07T23:49:37.983Z[ helios-setup] Jul 07 23:49:36.989 INFO E| Compiling syn v2.0.32
27102026-07-07T23:49:38.006Z[ helios-setup] Jul 07 23:49:37.013 INFO E| Compiling dirs-next v2.0.0
27112026-07-07T23:49:38.072Z[ helios-setup] Jul 07 23:49:37.078 INFO E| Compiling term v0.7.0
27122026-07-07T23:49:38.138Z[ helios-setup] Jul 07 23:49:37.144 INFO E| Compiling time v0.3.36
27132026-07-07T23:49:38.418Z[ helios-setup] Jul 07 23:49:37.425 INFO E| Compiling block-buffer v0.9.0
27142026-07-07T23:49:38.418Z[ helios-setup] Jul 07 23:49:37.425 INFO E| Compiling digest v0.9.0
27152026-07-07T23:49:38.481Z[ helios-setup] Jul 07 23:49:37.488 INFO E| Compiling tempfile v3.7.0
27162026-07-07T23:49:38.509Z[ helios-setup] Jul 07 23:49:37.516 INFO E| Compiling sha-1 v0.9.8
27172026-07-07T23:49:38.509Z[ helios-setup] Jul 07 23:49:37.516 INFO E| Compiling md-5 v0.9.1
27182026-07-07T23:49:38.661Z[ omicron-package] Finished `release` profile [optimized] target(s) in 30.90s
27192026-07-07T23:49:38.865Z[ helios-setup] Jul 07 23:49:37.872 INFO E| Compiling slog-term v2.9.0
27202026-07-07T23:49:38.896Z[ omicron-package]
27212026-07-07T23:49:38.897Z[ omicron-package] real 31.075212302
27222026-07-07T23:49:38.899Z[ omicron-package] user 2:55.984199599
27232026-07-07T23:49:38.899Z[ omicron-package] sys 20.976955664
27242026-07-07T23:49:38.899Z[ omicron-package] trap 0.341430398
27252026-07-07T23:49:38.899Z[ omicron-package] tflt 0.569259189
27262026-07-07T23:49:38.900Z[ omicron-package] dflt 2.014128856
27272026-07-07T23:49:38.900Z[ omicron-package] kflt 0.000137040
27282026-07-07T23:49:38.900Z[ omicron-package] lock 7:41.188937595
27292026-07-07T23:49:38.900Z[ omicron-package] slp 4:26.060959783
27302026-07-07T23:49:38.900Z[ omicron-package] lat 32.941106436
27312026-07-07T23:49:38.900Z[ omicron-package] stop 1:07.275956020
27322026-07-07T23:49:38.900ZJul 07 23:49:37.904 INFO [omicron-package] process exited with exit status: 0 (31.142673645s)
27332026-07-07T23:49:38.900ZJul 07 23:49:37.904 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host
27342026-07-07T23:49:38.900ZJul 07 23:49:37.904 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery
27352026-07-07T23:49:38.906Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
27362026-07-07T23:49:38.909Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
27372026-07-07T23:49:38.909Z[ recovery-target] Created new build target 'recovery' and set it as active
27382026-07-07T23:49:38.909Z[ host-target] Created new build target 'host' and set it as active
27392026-07-07T23:49:38.912ZJul 07 23:49:37.918 INFO [recovery-target] process exited with exit status: 0 (13.24158ms)
27402026-07-07T23:49:38.912ZJul 07 23:49:37.918 INFO [host-target] process exited with exit status: 0 (14.054082ms)
27412026-07-07T23:49:38.912ZJul 07 23:49:37.918 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
27422026-07-07T23:49:38.918Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
27432026-07-07T23:49:39.224Z[ helios-setup] Jul 07 23:49:38.231 INFO E| Compiling serde_derive v1.0.193
27442026-07-07T23:49:40.323Z[ host-package] Compiling heck v0.5.0
27452026-07-07T23:49:40.323Z[ host-package] Compiling regress v0.11.1
27462026-07-07T23:49:40.545Z[ host-package] Compiling unsafe-libyaml v0.2.11
27472026-07-07T23:49:40.585Z[ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
27482026-07-07T23:49:40.610Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27492026-07-07T23:49:40.613Z[ host-package] Compiling unicode-width v0.1.14
27502026-07-07T23:49:40.652Z[ host-package] Compiling atomicwrites v0.4.4
27512026-07-07T23:49:40.673Z[ host-package] Compiling derive-where v1.6.0
27522026-07-07T23:49:40.673Z[ host-package] Compiling bytecount v0.6.9
27532026-07-07T23:49:40.676Z[ host-package] Compiling is-terminal v0.4.17
27542026-07-07T23:49:40.737Z[ host-package] Compiling prettyplease v0.2.37
27552026-07-07T23:49:40.740Z[ host-package] Compiling console v0.15.11
27562026-07-07T23:49:40.740Z[ host-package] Compiling newline-converter v0.3.0
27572026-07-07T23:49:40.740Z[ host-package] Compiling slog-dtrace v0.3.0
27582026-07-07T23:49:40.803Z[ host-package] Compiling owo-colors v4.3.0
27592026-07-07T23:49:40.849Z[ host-package] Compiling resolv-conf v0.7.6
27602026-07-07T23:49:40.852Z[ host-package] Compiling cancel-safe-futures v0.1.5
27612026-07-07T23:49:40.896Z[ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
27622026-07-07T23:49:40.919Z[ host-package] Compiling num-rational v0.4.2
27632026-07-07T23:49:40.962Z[ host-package] Compiling libsw-core v0.3.2
27642026-07-07T23:49:40.992Z[ host-package] Compiling num-complex v0.4.6
27652026-07-07T23:49:41.075Z[ host-package] Compiling serde_yaml v0.9.34+deprecated
27662026-07-07T23:49:41.134Z[ host-package] Compiling thread_local v1.1.9
27672026-07-07T23:49:41.169Z[ host-package] Compiling match_cfg v0.1.0
27682026-07-07T23:49:41.212Z[ host-package] Compiling expectorate v1.2.0
27692026-07-07T23:49:41.265Z[ host-package] Compiling compression-core v0.4.31
27702026-07-07T23:49:41.345Z[ host-package] Compiling hostname v0.3.1
27712026-07-07T23:49:41.424Z[ host-package] Compiling num v0.4.3
27722026-07-07T23:49:41.482Z[ host-package] Compiling compression-codecs v0.4.37
27732026-07-07T23:49:41.506Z[ host-package] Compiling libsw v3.5.0
27742026-07-07T23:49:41.506Z[ host-package] Compiling slog-async v2.8.0
27752026-07-07T23:49:41.566Z[ host-package] Compiling multer v3.1.0
27762026-07-07T23:49:41.590Z[ host-package] Compiling crossbeam-channel v0.5.15
27772026-07-07T23:49:41.618Z[ host-package] Compiling slog-json v2.6.1
27782026-07-07T23:49:41.675Z[ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0
27792026-07-07T23:49:41.742Z[ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
27802026-07-07T23:49:41.809Z[ host-package] Compiling serde_spanned v1.1.1
27812026-07-07T23:49:41.869Z[ host-package] Compiling float-ord v0.3.2
27822026-07-07T23:49:41.869Z[ host-package] Compiling linear-map v1.2.0
27832026-07-07T23:49:41.919Z[ host-package] Compiling toml_writer v1.1.1+spec-1.1.0
27842026-07-07T23:49:41.942Z[ host-package] Compiling take_mut v0.2.2
27852026-07-07T23:49:41.969Z[ host-package] Compiling linked-hash-map v0.5.6
27862026-07-07T23:49:41.972Z[ host-package] Compiling term v1.2.1
27872026-07-07T23:49:42.014Z[ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27882026-07-07T23:49:42.044Z[ host-package] Compiling slog-bunyan v2.5.0
27892026-07-07T23:49:42.068Z[ host-package] Compiling typify-impl v0.6.2
27902026-07-07T23:49:42.124Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27912026-07-07T23:49:42.156Z[ host-package] Compiling toml v1.1.2+spec-1.1.0
27922026-07-07T23:49:42.210Z[ host-package] Compiling lru-cache v0.1.2
27932026-07-07T23:49:42.232Z[ host-package] Compiling async-compression v0.4.41
27942026-07-07T23:49:42.302Z[ host-package] Compiling slog-term v2.9.2
27952026-07-07T23:49:42.455Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27962026-07-07T23:49:42.520Z[ host-package] Compiling dropshot v0.17.1
27972026-07-07T23:49:42.570Z[ host-package] Compiling async-stream v0.3.6
27982026-07-07T23:49:42.597Z[ host-package] Compiling sha1 v0.11.0
27992026-07-07T23:49:42.600Z[ host-package] Compiling progenitor-client v0.14.0
28002026-07-07T23:49:42.640Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
28012026-07-07T23:49:42.662Z[ host-package] Compiling waitgroup v0.1.2
28022026-07-07T23:49:42.685Z[ host-package] Compiling rustls-pemfile v2.2.0
28032026-07-07T23:49:42.789Z[ host-package] Compiling backon v1.6.0
28042026-07-07T23:49:42.843Z[ host-package] Compiling serde_path_to_error v0.1.20
28052026-07-07T23:49:42.846Z[ helios-setup] Jul 07 23:49:41.853 INFO E| Compiling toml v0.5.11
28062026-07-07T23:49:42.846Z[ helios-setup] Jul 07 23:49:41.853 INFO E| Compiling uuid v0.8.2
28072026-07-07T23:49:42.897Z[ host-package] Compiling hostname v0.4.2
28082026-07-07T23:49:42.927Z[ host-package] Compiling instant v0.1.13
28092026-07-07T23:49:43.025Z[ host-package] Compiling debug-ignore v1.0.5
28102026-07-07T23:49:43.025Z[ host-package] Compiling minimal-lexical v0.2.1
28112026-07-07T23:49:43.067Z[ host-package] Compiling progenitor-extras v0.2.0
28122026-07-07T23:49:43.069Z[ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28132026-07-07T23:49:43.069Z[ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28142026-07-07T23:49:43.210Z[ host-package] Compiling backoff v0.4.0
28152026-07-07T23:49:43.333Z[ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28162026-07-07T23:49:43.336Z[ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
28172026-07-07T23:49:43.398Z[ host-package] Compiling parse-display v0.10.0
28182026-07-07T23:49:43.422Z[ host-package] Compiling nom v7.1.3
28192026-07-07T23:49:43.480Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28202026-07-07T23:49:43.480Z[ host-package] Compiling hickory-proto v0.24.4
28212026-07-07T23:49:43.580Z[ helios-setup] Jul 07 23:49:42.585 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
28222026-07-07T23:49:43.709Z[ host-package] Compiling regress v0.10.5
28232026-07-07T23:49:44.212Z[ host-package] Compiling macaddr v1.0.1
28242026-07-07T23:49:44.288Z[ host-package] Compiling humantime v2.3.0
28252026-07-07T23:49:44.334Z[ helios-setup] Jul 07 23:49:43.339 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
28262026-07-07T23:49:44.394Z[ host-package] Compiling unicode-xid v0.2.6
28272026-07-07T23:49:44.577Z[ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28282026-07-07T23:49:44.604Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28292026-07-07T23:49:44.787Z[ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
28302026-07-07T23:49:44.912Z[ host-package] Compiling convert_case v0.10.0
28312026-07-07T23:49:45.032Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28322026-07-07T23:49:45.152Z[ host-package] Compiling toml v0.8.23
28332026-07-07T23:49:45.309Z[ host-package] Compiling derive_more-impl v2.1.1
28342026-07-07T23:49:45.491Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28352026-07-07T23:49:45.765Z[ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28362026-07-07T23:49:45.809Z[ host-package] Compiling papergrid v0.11.0
28372026-07-07T23:49:45.932Z[ host-package] Compiling tabled_derive v0.7.0
28382026-07-07T23:49:45.985Z[ host-package] Compiling typify-macro v0.6.2
28392026-07-07T23:49:46.081Z[ host-package] Compiling termtree v0.5.1
28402026-07-07T23:49:46.179Z[ host-package] Compiling derive_more v2.1.1
28412026-07-07T23:49:46.239Z[ host-package] Compiling phf_shared v0.12.1
28422026-07-07T23:49:46.305Z[ host-package] Compiling hickory-resolver v0.24.4
28432026-07-07T23:49:46.341Z[ host-package] Compiling crossterm v0.29.0
28442026-07-07T23:49:46.540Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28452026-07-07T23:49:46.815Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28462026-07-07T23:49:47.105Z[ host-package] Compiling tabled v0.15.0
28472026-07-07T23:49:47.427Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28482026-07-07T23:49:47.819Z[ host-package] Compiling typify v0.6.2
28492026-07-07T23:49:48.218Z[ host-package] Compiling progenitor-impl v0.14.0
28502026-07-07T23:49:48.648Z[ host-package] Compiling qorb v0.4.1
28512026-07-07T23:49:48.845Z[ helios-setup] Jul 07 23:49:47.852 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.55s
28522026-07-07T23:49:48.869Z[ helios-setup] Jul 07 23:49:47.875 INFO building project "image-builder" ok (12 seconds)
28532026-07-07T23:49:48.869Z[ helios-setup] Jul 07 23:49:47.875 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl"
28542026-07-07T23:49:49.537Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28552026-07-07T23:49:50.119Z[ host-package] Compiling vte v0.14.1
28562026-07-07T23:49:50.408Z[ host-package] Compiling progenitor-macro v0.14.0
28572026-07-07T23:49:50.434Z[ host-package] Compiling csv-core v0.1.13
28582026-07-07T23:49:50.458Z[ host-package] Compiling chrono-tz v0.10.4
28592026-07-07T23:49:50.944Z[ host-package] Compiling highway v1.3.0
28602026-07-07T23:49:51.324Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28612026-07-07T23:49:51.716Z[ host-package] Compiling csv v1.4.0
28622026-07-07T23:49:51.867Z[ host-package] Compiling strip-ansi-escapes v0.2.1
28632026-07-07T23:49:52.118Z[ host-package] Compiling phf v0.12.1
28642026-07-07T23:49:52.141Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-07-07T23:49:52.255Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
28662026-07-07T23:49:52.342Z[ host-package] Compiling const_format_proc_macros v0.2.34
28672026-07-07T23:49:52.451Z[ host-package] Compiling fd-lock v4.0.4
28682026-07-07T23:49:52.647Z[ host-package] Compiling peg-macros v0.8.5
28692026-07-07T23:49:52.735Z[ host-package] Compiling nu-ansi-term v0.50.3
28702026-07-07T23:49:53.199Z[ host-package] Compiling reedline v0.40.0
28712026-07-07T23:49:53.211Z[ host-package] Compiling const_format v0.2.35
28722026-07-07T23:49:53.547Z[ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28732026-07-07T23:49:53.849Z[ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
28742026-07-07T23:49:54.065Z[ host-package] Compiling peg v0.8.5
28752026-07-07T23:49:54.744Z[ host-package] Compiling progenitor v0.14.0
28762026-07-07T23:49:54.820Z[ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
28772026-07-07T23:49:54.943Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28782026-07-07T23:49:54.973Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28792026-07-07T23:49:55.222Z[ host-package] Compiling bcs v0.1.6
28802026-07-07T23:49:55.311Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28812026-07-07T23:49:55.561Z[ host-package] Compiling nom v8.0.0
28822026-07-07T23:49:55.706Z[ host-package] Compiling semver v0.1.20
28832026-07-07T23:49:56.061Z[ host-package] Compiling rustc_version v0.1.7
28842026-07-07T23:49:56.371Z[ host-package] Compiling newtype_derive v0.1.6
28852026-07-07T23:49:56.707Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
28862026-07-07T23:49:56.959Z[ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28872026-07-07T23:49:57.744Z[ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
28882026-07-07T23:49:57.876Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28892026-07-07T23:49:58.089Z[ host-package] Compiling unicode-linebreak v0.1.5
28902026-07-07T23:49:58.214Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28912026-07-07T23:49:58.300Z[ host-package] Compiling smawk v0.3.2
28922026-07-07T23:49:58.516Z[ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
28932026-07-07T23:49:58.545Z[ host-package] Compiling textwrap v0.16.2
28942026-07-07T23:49:58.594Z[ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
28952026-07-07T23:49:58.617Z[ host-package] Compiling dropshot-api-manager-types v0.7.2
28962026-07-07T23:49:58.658Z[ host-package] Compiling steno v0.4.1
28972026-07-07T23:49:58.898Z[ host-package] Compiling sha1 v0.10.6
28982026-07-07T23:49:59.355Z[ host-package] Compiling utf-8 v0.7.6
28992026-07-07T23:49:59.541Z[ host-package] Compiling tagptr v0.2.0
29002026-07-07T23:49:59.800Z[ host-package] Compiling moka v0.12.13
29012026-07-07T23:49:59.959Z[ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29022026-07-07T23:50:00.293Z[ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29032026-07-07T23:50:00.358Z[ host-package] Compiling tungstenite v0.21.0
29042026-07-07T23:50:00.498Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29052026-07-07T23:50:00.543Z[ host-package] Compiling vergen-lib v0.1.6
29062026-07-07T23:50:00.680Z[ host-package] Compiling diesel_derives v2.3.7
29072026-07-07T23:50:01.156Z[ host-package] Compiling tokio-tungstenite v0.21.0
29082026-07-07T23:50:01.245Z[ host-package] Compiling hickory-resolver v0.25.2
29092026-07-07T23:50:01.444Z[ host-package] Compiling scheduled-thread-pool v0.2.7
29102026-07-07T23:50:01.707Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29112026-07-07T23:50:01.744Z[ host-package] Compiling dsl_auto_type v0.2.0
29122026-07-07T23:50:02.186Z[ host-package] Compiling vergen-gitcl v1.0.8
29132026-07-07T23:50:02.389Z[ host-package] Compiling diesel_table_macro_syntax v0.3.0
29142026-07-07T23:50:02.475Z[ host-package] Compiling dirs-sys-next v0.1.2
29152026-07-07T23:50:02.689Z[ host-package] Compiling proc-macro-error-attr2 v2.0.0
29162026-07-07T23:50:02.942Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29172026-07-07T23:50:03.028Z[ host-package] Compiling glob v0.3.3
29182026-07-07T23:50:03.298Z[ host-package] Compiling crunchy v0.2.4
29192026-07-07T23:50:03.409Z[ host-package] Compiling maplit v1.0.2
29202026-07-07T23:50:03.533Z[ host-package] Compiling clang-sys v1.8.1
29212026-07-07T23:50:03.759Z[ host-package] Compiling proc-macro-error2 v2.0.1
29222026-07-07T23:50:03.794Z[ host-package] Compiling dirs-next v2.0.0
29232026-07-07T23:50:04.089Z[ host-package] Compiling r2d2 v0.8.10
29242026-07-07T23:50:04.225Z[ host-package] Compiling num-derive v0.3.3
29252026-07-07T23:50:04.424Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29262026-07-07T23:50:04.528Z[ host-package] Compiling downcast-rs v2.0.2
29272026-07-07T23:50:04.746Z[ host-package] Compiling tiny-keccak v2.0.2
29282026-07-07T23:50:04.976Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29292026-07-07T23:50:05.016Z[ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
29302026-07-07T23:50:05.166Z[ host-package] Compiling tabled_derive v0.11.0
29312026-07-07T23:50:05.293Z[ host-package] Compiling libscf-sys v1.1.0
29322026-07-07T23:50:05.627Z[ host-package] Compiling term v0.7.0
29332026-07-07T23:50:05.853Z[ host-package] Compiling papergrid v0.17.0
29342026-07-07T23:50:06.200Z[ host-package] Compiling testing_table v0.3.0
29352026-07-07T23:50:06.464Z[ host-package] Compiling bit-vec v0.6.3
29362026-07-07T23:50:06.726Z[ host-package] Compiling bit-set v0.5.3
29372026-07-07T23:50:06.771Z[ host-package] Compiling ascii-canvas v3.0.0
29382026-07-07T23:50:07.035Z[ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
29392026-07-07T23:50:07.233Z[ host-package] Compiling tabled v0.20.0
29402026-07-07T23:50:07.272Z[ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29412026-07-07T23:50:07.509Z[ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
29422026-07-07T23:50:07.623Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
29432026-07-07T23:50:07.653Z[ host-package] Compiling progenitor-impl v0.13.0
29442026-07-07T23:50:07.883Z[ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
29452026-07-07T23:50:08.082Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29462026-07-07T23:50:08.242Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
29472026-07-07T23:50:08.293Z[ host-package] Compiling itertools v0.10.5
29482026-07-07T23:50:08.475Z[ host-package] Compiling ena v0.14.4
29492026-07-07T23:50:08.498Z[ host-package] Compiling libloading v0.8.9
29502026-07-07T23:50:08.734Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29512026-07-07T23:50:08.823Z[ host-package] Compiling unicase v2.9.0
29522026-07-07T23:50:08.929Z[ host-package] Compiling diesel v2.3.7
29532026-07-07T23:50:08.959Z[ host-package] Compiling xshell-macros v0.2.7
29542026-07-07T23:50:09.028Z[ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
29552026-07-07T23:50:09.204Z[ host-package] Compiling regex-syntax v0.6.29
29562026-07-07T23:50:09.514Z[ host-package] Compiling bindgen v0.71.1
29572026-07-07T23:50:09.547Z[ host-package] Compiling diff v0.1.13
29582026-07-07T23:50:09.800Z[ host-package] Compiling xshell v0.2.7
29592026-07-07T23:50:09.883Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
29602026-07-07T23:50:10.172Z[ host-package] Compiling progenitor-macro v0.13.0
29612026-07-07T23:50:11.372Z[ host-package] Compiling lalrpop v0.19.12
29622026-07-07T23:50:11.417Z[ helios-setup] Jul 07 23:50:10.421 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')"
29632026-07-07T23:50:11.417Z[ helios-setup] Jul 07 23:50:10.421 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot"
29642026-07-07T23:50:11.424Z[ helios-setup] Jul 07 23:50:10.431 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.96.1-x86_64-unknown-illumos (default)"
29652026-07-07T23:50:11.424Z[ helios-setup] Jul 07 23:50:10.431 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
29662026-07-07T23:50:11.427Z[ helios-setup] Jul 07 23:50:10.431 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
29672026-07-07T23:50:11.504Z[ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29682026-07-07T23:50:11.534Z[ helios-setup] Jul 07 23:50:10.540 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
29692026-07-07T23:50:11.723Z[ host-package] Compiling cexpr v0.6.0
29702026-07-07T23:50:11.815Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
29712026-07-07T23:50:11.888Z[ helios-setup] Jul 07 23:50:10.894 INFO E| From https://github.com/jclulow/hiercmd
29722026-07-07T23:50:11.888Z[ helios-setup] Jul 07 23:50:10.894 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee
29732026-07-07T23:50:11.916Z[ helios-setup] Jul 07 23:50:10.922 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface`
29742026-07-07T23:50:12.052Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29752026-07-07T23:50:12.201Z[ helios-setup] Jul 07 23:50:11.206 INFO E| From https://github.com/oxidecomputer/network-interface
29762026-07-07T23:50:12.202Z[ helios-setup] Jul 07 23:50:11.206 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
29772026-07-07T23:50:12.212Z[ helios-setup] Jul 07 23:50:11.218 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
29782026-07-07T23:50:12.368Z[ host-package] Compiling progenitor-client v0.13.0
29792026-07-07T23:50:12.519Z[ host-package] Compiling rustc-hash v2.1.1
29802026-07-07T23:50:12.685Z[ helios-setup] Jul 07 23:50:11.689 INFO E| From https://github.com/oxidecomputer/boot-image-tools
29812026-07-07T23:50:12.685Z[ helios-setup] Jul 07 23:50:11.689 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
29822026-07-07T23:50:12.701Z[ helios-setup] Jul 07 23:50:11.707 INFO E| Updating crates.io index
29832026-07-07T23:50:12.876Z[ helios-setup] Jul 07 23:50:11.881 INFO E| Downloading crates ...
29842026-07-07T23:50:12.919Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29852026-07-07T23:50:12.985Z[ helios-setup] Jul 07 23:50:11.991 INFO E| Downloaded getrandom v0.2.16
29862026-07-07T23:50:12.990Z[ helios-setup] Jul 07 23:50:11.996 INFO E| Downloaded anstyle v1.0.13
29872026-07-07T23:50:12.994Z[ helios-setup] Jul 07 23:50:11.998 INFO E| Downloaded futures-sink v0.3.31
29882026-07-07T23:50:12.994Z[ helios-setup] Jul 07 23:50:11.999 INFO E| Downloaded bitflags v2.10.0
29892026-07-07T23:50:13.000Z[ helios-setup] Jul 07 23:50:12.006 INFO E| Downloaded futures-core v0.3.31
29902026-07-07T23:50:13.004Z[ helios-setup] Jul 07 23:50:12.007 INFO E| Downloaded clap_lex v0.7.6
29912026-07-07T23:50:13.004Z[ helios-setup] Jul 07 23:50:12.008 INFO E| Downloaded anstyle-query v1.1.4
29922026-07-07T23:50:13.029Z[ helios-setup] Jul 07 23:50:12.034 INFO E| Downloaded mio v1.1.0
29932026-07-07T23:50:13.032Z[ helios-setup] Jul 07 23:50:12.038 INFO E| Downloaded futures-io v0.3.31
29942026-07-07T23:50:13.038Z[ helios-setup] Jul 07 23:50:12.044 INFO E| Downloaded pin-utils v0.1.0
29952026-07-07T23:50:13.041Z[ helios-setup] Jul 07 23:50:12.045 INFO E| Downloaded itoa v1.0.15
29962026-07-07T23:50:13.041Z[ helios-setup] Jul 07 23:50:12.046 INFO E| Downloaded devinfo v0.1.0
29972026-07-07T23:50:13.041Z[ helios-setup] Jul 07 23:50:12.047 INFO E| Downloaded crc v3.3.0
29982026-07-07T23:50:13.066Z[ helios-setup] Jul 07 23:50:12.072 INFO E| Downloaded time-core v0.1.6
29992026-07-07T23:50:13.070Z[ helios-setup] Jul 07 23:50:12.074 INFO E| Downloaded env_logger v0.11.8
30002026-07-07T23:50:13.070Z[ helios-setup] Jul 07 23:50:12.075 INFO E| Downloaded base64ct v1.8.0
30012026-07-07T23:50:13.073Z[ helios-setup] Jul 07 23:50:12.077 INFO E| Downloaded serde_spanned v1.0.3
30022026-07-07T23:50:13.073Z[ helios-setup] Jul 07 23:50:12.077 INFO E| Downloaded num_enum v0.7.5
30032026-07-07T23:50:13.076Z[ helios-setup] Jul 07 23:50:12.081 INFO E| Downloaded futures-task v0.3.31
30042026-07-07T23:50:13.076Z[ helios-setup] Jul 07 23:50:12.081 INFO E| Downloaded futures-macro v0.3.31
30052026-07-07T23:50:13.076Z[ helios-setup] Jul 07 23:50:12.082 INFO E| Downloaded futures-executor v0.3.31
30062026-07-07T23:50:13.078Z[ helios-setup] Jul 07 23:50:12.083 INFO E| Downloaded futures-channel v0.3.31
30072026-07-07T23:50:13.078Z[ helios-setup] Jul 07 23:50:12.084 INFO E| Downloaded libdevinfo-sys v1.1.0
30082026-07-07T23:50:13.078Z[ helios-setup] Jul 07 23:50:12.085 INFO E| Downloaded env_filter v0.1.4
30092026-07-07T23:50:13.082Z[ helios-setup] Jul 07 23:50:12.086 INFO E| Downloaded bitfield-macros v0.19.3
30102026-07-07T23:50:13.095Z[ helios-setup] Jul 07 23:50:12.101 INFO E| Downloaded zeroize_derive v1.4.2
30112026-07-07T23:50:13.101Z[ helios-setup] Jul 07 23:50:12.108 INFO E| Downloaded simd-adler32 v0.3.7
30122026-07-07T23:50:13.109Z[ helios-setup] Jul 07 23:50:12.115 INFO E| Downloaded bitfield v0.19.3
30132026-07-07T23:50:13.112Z[ helios-setup] Jul 07 23:50:12.116 INFO E| Downloaded generic-array v0.14.9
30142026-07-07T23:50:13.116Z[ helios-setup] Jul 07 23:50:12.121 INFO E| Downloaded getopts v0.2.24
30152026-07-07T23:50:13.119Z[ helios-setup] Jul 07 23:50:12.123 INFO E| Downloaded num_enum_derive v0.7.5
30162026-07-07T23:50:13.119Z[ helios-setup] Jul 07 23:50:12.123 INFO E| Downloaded clap_derive v4.5.49
30172026-07-07T23:50:13.119Z[ helios-setup] Jul 07 23:50:12.125 INFO E| Downloaded find-msvc-tools v0.1.4
30182026-07-07T23:50:13.122Z[ helios-setup] Jul 07 23:50:12.126 INFO E| Downloaded deranged v0.5.5
30192026-07-07T23:50:13.129Z[ helios-setup] Jul 07 23:50:12.135 INFO E| Downloaded pin-project-lite v0.2.16
30202026-07-07T23:50:13.132Z[ helios-setup] Jul 07 23:50:12.139 INFO E| Downloaded thiserror v2.0.17
30212026-07-07T23:50:13.140Z[ helios-setup] Jul 07 23:50:12.142 INFO E| Downloaded toml_datetime v0.7.3
30222026-07-07T23:50:13.140Z[ helios-setup] Jul 07 23:50:12.144 INFO E| Downloaded slab v0.4.11
30232026-07-07T23:50:13.140Z[ helios-setup] Jul 07 23:50:12.144 INFO E| Downloaded signal-hook-registry v1.4.6
30242026-07-07T23:50:13.140Z[ helios-setup] Jul 07 23:50:12.145 INFO E| Downloaded proc-macro2 v1.0.103
30252026-07-07T23:50:13.143Z[ helios-setup] Jul 07 23:50:12.147 INFO E| Downloaded quote v1.0.41
30262026-07-07T23:50:13.143Z[ helios-setup] Jul 07 23:50:12.148 INFO E| Downloaded iana-time-zone v0.1.64
30272026-07-07T23:50:13.147Z[ helios-setup] Jul 07 23:50:12.150 INFO E| Downloaded time-macros v0.2.24
30282026-07-07T23:50:13.150Z[ helios-setup] Jul 07 23:50:12.153 INFO E| Downloaded toml_writer v1.0.4
30292026-07-07T23:50:13.150Z[ helios-setup] Jul 07 23:50:12.154 INFO E| Downloaded tokio-macros v2.6.0
30302026-07-07T23:50:13.153Z[ helios-setup] Jul 07 23:50:12.158 INFO E| Downloaded thiserror-impl v2.0.17
30312026-07-07T23:50:13.165Z[ helios-setup] Jul 07 23:50:12.164 INFO E| Downloaded clap v4.5.51
30322026-07-07T23:50:13.186Z[ helios-setup] Jul 07 23:50:12.192 INFO E| Downloaded futures v0.3.31
30332026-07-07T23:50:13.197Z[ helios-setup] Jul 07 23:50:12.204 INFO E| Downloaded toml_parser v1.0.4
30342026-07-07T23:50:13.201Z[ helios-setup] Jul 07 23:50:12.206 INFO E| Downloaded term v1.2.0
30352026-07-07T23:50:13.212Z[ helios-setup] Jul 07 23:50:12.218 INFO E| Downloaded ryu v1.0.20
30362026-07-07T23:50:13.215Z[ helios-setup] Jul 07 23:50:12.220 INFO E| Downloaded flate2 v1.1.5
30372026-07-07T23:50:13.218Z[ helios-setup] Jul 07 23:50:12.223 INFO E| Downloaded log v0.4.28
30382026-07-07T23:50:13.229Z[ helios-setup] Jul 07 23:50:12.235 INFO E| Downloaded unicode-ident v1.0.22
30392026-07-07T23:50:13.232Z[ helios-setup] Jul 07 23:50:12.238 INFO E| Downloaded bytes v1.10.1
30402026-07-07T23:50:13.245Z[ helios-setup] Jul 07 23:50:12.251 INFO E| Downloaded uuid v1.18.1
30412026-07-07T23:50:13.249Z[ helios-setup] Jul 07 23:50:12.254 INFO E| Downloaded memchr v2.7.6
30422026-07-07T23:50:13.252Z[ helios-setup] Jul 07 23:50:12.257 INFO E| Downloaded socket2 v0.6.1
30432026-07-07T23:50:13.264Z[ helios-setup] Jul 07 23:50:12.270 INFO E| Downloaded toml_edit v0.23.7
30442026-07-07T23:50:13.267Z[ helios-setup] Jul 07 23:50:12.273 INFO E| Downloaded cc v1.2.44
30452026-07-07T23:50:13.270Z[ helios-setup] Jul 07 23:50:12.275 INFO E| Downloaded anyhow v1.0.100
30462026-07-07T23:50:13.274Z[ helios-setup] Jul 07 23:50:12.277 INFO E| Downloaded toml v0.9.8
30472026-07-07T23:50:13.274Z[ helios-setup] Jul 07 23:50:12.280 INFO E| Downloaded rsa v0.9.8
30482026-07-07T23:50:13.277Z[ helios-setup] Jul 07 23:50:12.283 INFO E| Downloaded num-bigint-dig v0.8.4
30492026-07-07T23:50:13.280Z[ helios-setup] Jul 07 23:50:12.286 INFO E| Downloaded typenum v1.19.0
30502026-07-07T23:50:13.283Z[ helios-setup] Jul 07 23:50:12.288 INFO E| Downloaded indexmap v2.12.0
30512026-07-07T23:50:13.286Z[ helios-setup] Jul 07 23:50:12.290 INFO E| Downloaded rand v0.8.5
30522026-07-07T23:50:13.286Z[ helios-setup] Jul 07 23:50:12.292 INFO E| Downloaded zerocopy-derive v0.8.27
30532026-07-07T23:50:13.306Z[ helios-setup] Jul 07 23:50:12.312 INFO E| Downloaded iddqd v0.3.14
30542026-07-07T23:50:13.310Z[ helios-setup] Jul 07 23:50:12.316 INFO E| Downloaded hashbrown v0.16.0
30552026-07-07T23:50:13.334Z[ helios-setup] Jul 07 23:50:12.340 INFO E| Downloaded time v0.3.44
30562026-07-07T23:50:13.339Z[ helios-setup] Jul 07 23:50:12.346 INFO E| Downloaded serde_json v1.0.145
30572026-07-07T23:50:13.344Z[ helios-setup] Jul 07 23:50:12.350 INFO E| Downloaded libm v0.2.15
30582026-07-07T23:50:13.351Z[ helios-setup] Jul 07 23:50:12.357 INFO E| Downloaded futures-util v0.3.31
30592026-07-07T23:50:13.359Z[ helios-setup] Jul 07 23:50:12.365 INFO E| Downloaded clap_builder v4.5.51
30602026-07-07T23:50:13.363Z[ helios-setup] Jul 07 23:50:12.370 INFO E| Downloaded winnow v0.7.13
30612026-07-07T23:50:13.369Z[ helios-setup] Jul 07 23:50:12.375 INFO E| Downloaded chrono v0.4.42
30622026-07-07T23:50:13.399Z[ helios-setup] Jul 07 23:50:12.405 INFO E| Downloaded zerocopy v0.8.27
30632026-07-07T23:50:13.438Z[ helios-setup] Jul 07 23:50:12.444 INFO E| Downloaded unicode-width v0.2.2
30642026-07-07T23:50:13.449Z[ helios-setup] Jul 07 23:50:12.455 INFO E| Downloaded syn v2.0.108
30652026-07-07T23:50:13.486Z[ helios-setup] Jul 07 23:50:12.492 INFO E| Downloaded rustix v1.1.2
30662026-07-07T23:50:13.610Z[ helios-setup] Jul 07 23:50:12.616 INFO E| Downloaded tokio v1.48.0
30672026-07-07T23:50:13.633Z[ helios-setup] Jul 07 23:50:12.639 INFO E| Downloaded libc v0.2.177
30682026-07-07T23:50:13.723Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling proc-macro2 v1.0.103
30692026-07-07T23:50:13.723Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling unicode-ident v1.0.22
30702026-07-07T23:50:13.736Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling quote v1.0.41
30712026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling libc v0.2.177
30722026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling serde_core v1.0.228
30732026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling cfg-if v1.0.4
30742026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling serde v1.0.228
30752026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.728 INFO E| Compiling version_check v0.9.5
30762026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling autocfg v1.5.0
30772026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling const-oid v0.9.6
30782026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling typenum v1.19.0
30792026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling libm v0.2.15
30802026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling zerocopy v0.8.27
30812026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling rustversion v1.0.22
30822026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling base64ct v1.8.0
30832026-07-07T23:50:13.737Z[ helios-setup] Jul 07 23:50:12.729 INFO E| Compiling smallvec v1.15.1
30842026-07-07T23:50:14.069Z[ helios-setup] Jul 07 23:50:13.076 INFO E| Compiling zeroize v1.8.2
30852026-07-07T23:50:14.223Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30862026-07-07T23:50:14.404Z[ host-package] Compiling progenitor v0.13.0
30872026-07-07T23:50:14.451Z[ helios-setup] Jul 07 23:50:13.457 INFO E| Compiling winnow v0.7.13
30882026-07-07T23:50:14.470Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30892026-07-07T23:50:14.612Z[ helios-setup] Jul 07 23:50:13.618 INFO E| Compiling pem-rfc7468 v0.7.0
30902026-07-07T23:50:14.630Z[ helios-setup] Jul 07 23:50:13.636 INFO E| Compiling flagset v0.4.7
30912026-07-07T23:50:14.717Z[ host-package] Compiling headers-core v0.3.0
30922026-07-07T23:50:14.876Z[ helios-setup] Jul 07 23:50:13.882 INFO E| Compiling memchr v2.7.6
30932026-07-07T23:50:14.904Z[ helios-setup] Jul 07 23:50:13.911 INFO E| Compiling generic-array v0.14.9
30942026-07-07T23:50:15.000Z[ helios-setup] Jul 07 23:50:14.006 INFO E| Compiling hashbrown v0.16.0
30952026-07-07T23:50:15.053Z[ host-package] Compiling libxml v0.3.3
30962026-07-07T23:50:15.056Z[ helios-setup] Jul 07 23:50:14.060 INFO E| Compiling num-traits v0.2.19
30972026-07-07T23:50:15.129Z[ helios-setup] Jul 07 23:50:14.136 INFO E| Compiling byteorder v1.5.0
30982026-07-07T23:50:15.153Z[ helios-setup] Jul 07 23:50:14.159 INFO E| Compiling anyhow v1.0.100
30992026-07-07T23:50:15.424Z[ helios-setup] Jul 07 23:50:14.430 INFO E| Compiling utf8parse v0.2.2
31002026-07-07T23:50:15.462Z[ host-package] Compiling crc8 v0.1.1
31012026-07-07T23:50:15.631Z[ helios-setup] Jul 07 23:50:14.630 INFO E| Compiling crc32fast v1.5.0
31022026-07-07T23:50:15.646Z[ helios-setup] Jul 07 23:50:14.652 INFO E| Compiling equivalent v1.0.2
31032026-07-07T23:50:15.752Z[ helios-setup] Jul 07 23:50:14.759 INFO E| Compiling getrandom v0.2.16
31042026-07-07T23:50:15.801Z[ helios-setup] Jul 07 23:50:14.808 INFO E| Compiling rustix v1.1.2
31052026-07-07T23:50:15.872Z[ host-package] Compiling headers v0.4.1
31062026-07-07T23:50:15.935Z[ helios-setup] Jul 07 23:50:14.941 INFO E| Compiling errno v0.3.14
31072026-07-07T23:50:15.946Z[ helios-setup] Jul 07 23:50:14.952 INFO E| Compiling anstyle-parse v0.2.7
31082026-07-07T23:50:15.982Z[ helios-setup] Jul 07 23:50:14.989 INFO E| Compiling toml_datetime v0.7.3
31092026-07-07T23:50:16.154Z[ helios-setup] Jul 07 23:50:15.160 INFO E| Compiling indexmap v2.12.0
31102026-07-07T23:50:16.163Z[ helios-setup] Jul 07 23:50:15.169 INFO E| Compiling rand_core v0.6.4
31112026-07-07T23:50:16.209Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
31122026-07-07T23:50:16.212Z[ helios-setup] Jul 07 23:50:15.216 INFO E| Compiling anstyle v1.0.13
31132026-07-07T23:50:16.224Z[ host-package] Compiling strum_macros v0.24.3
31142026-07-07T23:50:16.357Z[ helios-setup] Jul 07 23:50:15.360 INFO E| Compiling allocator-api2 v0.2.21
31152026-07-07T23:50:16.382Z[ host-package] Compiling indoc v1.0.9
31162026-07-07T23:50:16.578Z[ helios-setup] Jul 07 23:50:15.585 INFO E| Compiling syn v1.0.109
31172026-07-07T23:50:16.677Z[ helios-setup] Jul 07 23:50:15.683 INFO E| Compiling radium v0.7.0
31182026-07-07T23:50:16.716Z[ helios-setup] Jul 07 23:50:15.723 INFO E| Compiling colorchoice v1.0.4
31192026-07-07T23:50:16.849Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
31202026-07-07T23:50:16.856Z[ helios-setup] Jul 07 23:50:15.862 INFO E| Compiling shlex v1.3.0
31212026-07-07T23:50:16.928Z[ helios-setup] Jul 07 23:50:15.934 INFO E| Compiling crypto-common v0.1.6
31222026-07-07T23:50:17.033Z[ helios-setup] Jul 07 23:50:16.039 INFO E| Compiling block-buffer v0.10.4
31232026-07-07T23:50:17.064Z[ helios-setup] Jul 07 23:50:16.070 INFO E| Compiling find-msvc-tools v0.1.4
31242026-07-07T23:50:17.107Z[ helios-setup] Jul 07 23:50:16.113 INFO E| Compiling syn v2.0.108
31252026-07-07T23:50:17.119Z[ helios-setup] Jul 07 23:50:16.126 INFO E| Compiling toml_parser v1.0.4
31262026-07-07T23:50:17.144Z[ helios-setup] Jul 07 23:50:16.150 INFO E| Compiling cpufeatures v0.2.17
31272026-07-07T23:50:17.147Z[ helios-setup] Jul 07 23:50:16.150 INFO E| Compiling is_terminal_polyfill v1.70.2
31282026-07-07T23:50:17.156Z[ host-package] Compiling git-stub v1.0.0
31292026-07-07T23:50:17.225Z[ helios-setup] Jul 07 23:50:16.231 INFO E| Compiling digest v0.10.7
31302026-07-07T23:50:17.232Z[ helios-setup] Jul 07 23:50:16.238 INFO E| Compiling anstyle-query v1.1.4
31312026-07-07T23:50:17.232Z[ host-package] Compiling derive_builder v0.20.2
31322026-07-07T23:50:17.270Z[ helios-setup] Jul 07 23:50:16.276 INFO E| Compiling slog v2.8.2
31332026-07-07T23:50:17.355Z[ helios-setup] Jul 07 23:50:16.361 INFO E| Compiling anstream v0.6.21
31342026-07-07T23:50:17.401Z[ helios-setup] Jul 07 23:50:16.407 INFO E| Compiling cc v1.2.44
31352026-07-07T23:50:17.407Z[ helios-setup] Jul 07 23:50:16.413 INFO E| Compiling futures-sink v0.3.31
31362026-07-07T23:50:17.572Z[ helios-setup] Jul 07 23:50:16.578 INFO E| Compiling sha2 v0.10.9
31372026-07-07T23:50:17.591Z[ host-package] Compiling quick-xml v0.37.5
31382026-07-07T23:50:17.607Z[ helios-setup] Jul 07 23:50:16.614 INFO E| Compiling pin-project-lite v0.2.16
31392026-07-07T23:50:17.666Z[ helios-setup] Jul 07 23:50:16.672 INFO E| Compiling tap v1.0.1
31402026-07-07T23:50:17.734Z[ helios-setup] Jul 07 23:50:16.740 INFO E| Compiling parking_lot_core v0.9.12
31412026-07-07T23:50:17.798Z[ host-package] Compiling oso-derive v0.27.3
31422026-07-07T23:50:17.860Z[ helios-setup] Jul 07 23:50:16.866 INFO E| Compiling toml_edit v0.23.7
31432026-07-07T23:50:17.867Z[ helios-setup] Jul 07 23:50:16.872 INFO E| Compiling futures-core v0.3.31
31442026-07-07T23:50:17.870Z[ helios-setup] Jul 07 23:50:16.873 INFO E| Compiling maybe-uninit v2.0.0
31452026-07-07T23:50:17.900Z[ host-package] Compiling impl-trait-for-tuples v0.2.3
31462026-07-07T23:50:17.919Z[ helios-setup] Jul 07 23:50:16.925 INFO E| Compiling pkg-config v0.3.32
31472026-07-07T23:50:17.976Z[ helios-setup] Jul 07 23:50:16.981 INFO E| Compiling unicode-width v0.2.2
31482026-07-07T23:50:18.043Z[ helios-setup] Jul 07 23:50:17.049 INFO E| Compiling futures-channel v0.3.31
31492026-07-07T23:50:18.220Z[ host-package] Compiling openssl-probe v0.1.6
31502026-07-07T23:50:18.239Z[ helios-setup] Jul 07 23:50:17.245 INFO E| Compiling num-integer v0.1.46
31512026-07-07T23:50:18.280Z[ helios-setup] Jul 07 23:50:17.286 INFO E| Compiling wyz v0.5.1
31522026-07-07T23:50:18.377Z[ helios-setup] Jul 07 23:50:17.383 INFO E| Compiling getopts v0.2.24
31532026-07-07T23:50:18.526Z[ helios-setup] Jul 07 23:50:17.532 INFO E| Compiling bitflags v2.10.0
31542026-07-07T23:50:18.585Z[ helios-setup] Jul 07 23:50:17.589 INFO E| Compiling ahash v0.8.12
31552026-07-07T23:50:18.623Z[ helios-setup] Jul 07 23:50:17.629 INFO E| Compiling thiserror v1.0.69
31562026-07-07T23:50:18.663Z[ helios-setup] Jul 07 23:50:17.669 INFO E| Compiling scopeguard v1.2.0
31572026-07-07T23:50:18.833Z[ helios-setup] Jul 07 23:50:17.839 INFO E| Compiling num-conv v0.1.0
31582026-07-07T23:50:18.882Z[ host-package] Compiling git-stub-vcs v0.1.0
31592026-07-07T23:50:18.892Z[ helios-setup] Jul 07 23:50:17.898 INFO E| Compiling getrandom v0.3.4
31602026-07-07T23:50:18.987Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
31612026-07-07T23:50:19.060Z[ helios-setup] Jul 07 23:50:18.066 INFO E| Compiling time-core v0.1.6
31622026-07-07T23:50:19.076Z[ helios-setup] Jul 07 23:50:18.083 INFO E| Compiling spin v0.9.8
31632026-07-07T23:50:19.076Z[ helios-setup] Jul 07 23:50:18.083 INFO E| Compiling packed_struct v0.10.1
31642026-07-07T23:50:19.086Z[ helios-setup] Jul 07 23:50:18.092 INFO E| Compiling num-bigint-dig v0.8.4
31652026-07-07T23:50:19.121Z[ helios-setup] Jul 07 23:50:18.127 INFO E| Compiling futures-io v0.3.31
31662026-07-07T23:50:19.127Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
31672026-07-07T23:50:19.220Z[ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
31682026-07-07T23:50:19.397Z[ helios-setup] Jul 07 23:50:18.403 INFO E| Compiling proc-macro-crate v3.4.0
31692026-07-07T23:50:19.404Z[ helios-setup] Jul 07 23:50:18.411 INFO E| Compiling bzip2-sys v0.1.13+1.0.8
31702026-07-07T23:50:19.411Z[ helios-setup] Jul 07 23:50:18.418 INFO E| Compiling bytes v1.10.1
31712026-07-07T23:50:19.464Z[ helios-setup] Jul 07 23:50:18.470 INFO E| Compiling funty v2.0.0
31722026-07-07T23:50:19.473Z[ helios-setup] Jul 07 23:50:18.479 INFO E| Compiling powerfmt v0.2.0
31732026-07-07T23:50:19.476Z[ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
31742026-07-07T23:50:19.539Z[ helios-setup] Jul 07 23:50:18.545 INFO E| Compiling futures-task v0.3.31
31752026-07-07T23:50:19.642Z[ helios-setup] Jul 07 23:50:18.648 INFO E| Compiling pin-utils v0.1.0
31762026-07-07T23:50:19.644Z[ host-package] Compiling bb8 v0.8.6
31772026-07-07T23:50:19.727Z[ helios-setup] Jul 07 23:50:18.733 INFO E| Compiling strsim v0.11.1
31782026-07-07T23:50:19.740Z[ helios-setup] Jul 07 23:50:18.746 INFO E| Compiling slab v0.4.11
31792026-07-07T23:50:19.745Z[ helios-setup] Jul 07 23:50:18.752 INFO E| Compiling heck v0.5.0
31802026-07-07T23:50:19.869Z[ helios-setup] Jul 07 23:50:18.875 INFO E| Compiling itoa v1.0.15
31812026-07-07T23:50:19.891Z[ helios-setup] Jul 07 23:50:18.897 INFO E| Compiling clap_lex v0.7.6
31822026-07-07T23:50:19.982Z[ host-package] Compiling trait-variant v0.1.2
31832026-07-07T23:50:20.073Z[ helios-setup] Jul 07 23:50:19.079 INFO E| Compiling bitvec v1.0.1
31842026-07-07T23:50:20.136Z[ helios-setup] Jul 07 23:50:19.142 INFO E| Compiling terminal_size v0.4.3
31852026-07-07T23:50:20.167Z[ helios-setup] Jul 07 23:50:19.174 INFO E| Compiling deranged v0.5.5
31862026-07-07T23:50:20.186Z[ helios-setup] Jul 07 23:50:19.193 INFO E| Compiling time-macros v0.2.24
31872026-07-07T23:50:20.215Z[ helios-setup] Jul 07 23:50:19.222 INFO E| Compiling lazy_static v1.5.0
31882026-07-07T23:50:20.284Z[ helios-setup] Jul 07 23:50:19.290 INFO E| Compiling clap_builder v4.5.51
31892026-07-07T23:50:20.309Z[ host-package] Compiling half v1.8.3
31902026-07-07T23:50:20.351Z[ helios-setup] Jul 07 23:50:19.357 INFO E| Compiling num-iter v0.1.45
31912026-07-07T23:50:20.354Z[ helios-setup] Jul 07 23:50:19.358 INFO E| Compiling lock_api v0.4.14
31922026-07-07T23:50:20.614Z[ helios-setup] Jul 07 23:50:19.620 INFO E| Compiling indexmap v1.9.3
31932026-07-07T23:50:20.752Z[ helios-setup] Jul 07 23:50:19.758 INFO E| Compiling once_cell v1.21.3
31942026-07-07T23:50:20.786Z[ helios-setup] Jul 07 23:50:19.789 INFO E| Compiling simd-adler32 v0.3.7
31952026-07-07T23:50:20.791Z[ host-package] Compiling serde_cbor v0.11.2
31962026-07-07T23:50:20.906Z[ helios-setup] Jul 07 23:50:19.912 INFO E| Compiling iana-time-zone v0.1.64
31972026-07-07T23:50:20.936Z[ helios-setup] Jul 07 23:50:19.943 INFO E| Compiling adler2 v2.0.1
31982026-07-07T23:50:20.955Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
31992026-07-07T23:50:21.116Z[ helios-setup] Jul 07 23:50:20.122 INFO E| Compiling crc-catalog v2.4.0
32002026-07-07T23:50:21.134Z[ helios-setup] Jul 07 23:50:20.140 INFO E| Compiling thiserror v2.0.17
32012026-07-07T23:50:21.187Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
32022026-07-07T23:50:21.236Z[ helios-setup] Jul 07 23:50:20.243 INFO E| Compiling serde_json v1.0.145
32032026-07-07T23:50:21.389Z[ helios-setup] Jul 07 23:50:20.395 INFO E| Compiling log v0.4.28
32042026-07-07T23:50:21.402Z[ helios-setup] Jul 07 23:50:20.409 INFO E| Compiling nodrop v0.1.14
32052026-07-07T23:50:21.448Z[ helios-setup] Jul 07 23:50:20.454 INFO E| Compiling crc v3.3.0
32062026-07-07T23:50:21.505Z[ helios-setup] Jul 07 23:50:20.511 INFO E| Compiling array-init v0.0.4
32072026-07-07T23:50:21.581Z[ helios-setup] Jul 07 23:50:20.587 INFO E| Compiling chrono v0.4.42
32082026-07-07T23:50:21.728Z[ host-package] Compiling samael v0.0.19
32092026-07-07T23:50:21.784Z[ helios-setup] Jul 07 23:50:20.790 INFO E| Compiling env_filter v0.1.4
32102026-07-07T23:50:21.941Z[ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
32112026-07-07T23:50:21.979Z[ helios-setup] Jul 07 23:50:20.985 INFO E| Compiling miniz_oxide v0.8.9
32122026-07-07T23:50:22.075Z[ helios-setup] Jul 07 23:50:21.081 INFO E| Compiling parking_lot v0.12.5
32132026-07-07T23:50:22.173Z[ helios-setup] Jul 07 23:50:21.179 INFO E| Compiling smallvec v0.6.14
32142026-07-07T23:50:22.286Z[ helios-setup] Jul 07 23:50:21.288 INFO E| Compiling serde_spanned v1.0.3
32152026-07-07T23:50:22.526Z[ host-package] Compiling nonempty v0.12.0
32162026-07-07T23:50:22.715Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32172026-07-07T23:50:22.809Z[ helios-setup] Jul 07 23:50:21.815 INFO E| Compiling signature v2.2.0
32182026-07-07T23:50:22.866Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
32192026-07-07T23:50:22.945Z[ helios-setup] Jul 07 23:50:21.950 INFO E| Compiling is-terminal v0.4.17
32202026-07-07T23:50:22.972Z[ helios-setup] Jul 07 23:50:21.978 INFO E| Compiling socket2 v0.6.1
32212026-07-07T23:50:22.982Z[ helios-setup] Jul 07 23:50:21.988 INFO E| Compiling time v0.3.44
32222026-07-07T23:50:23.005Z[ helios-setup] Jul 07 23:50:22.011 INFO E| Compiling signal-hook-registry v1.4.6
32232026-07-07T23:50:23.067Z[ helios-setup] Jul 07 23:50:22.073 INFO E| Compiling mio v1.1.0
32242026-07-07T23:50:23.093Z[ helios-setup] Jul 07 23:50:22.099 INFO E| Compiling thread_local v1.1.9
32252026-07-07T23:50:23.113Z[ helios-setup] Jul 07 23:50:22.119 INFO E| Compiling hashbrown v0.12.3
32262026-07-07T23:50:23.148Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32272026-07-07T23:50:23.245Z[ helios-setup] Jul 07 23:50:22.251 INFO E| Compiling packed_struct_codegen v0.10.1
32282026-07-07T23:50:23.320Z[ helios-setup] Jul 07 23:50:22.325 INFO E| Compiling ryu v1.0.20
32292026-07-07T23:50:23.514Z[ host-package] Compiling fxhash v0.2.1
32302026-07-07T23:50:23.593Z[ helios-setup] Jul 07 23:50:22.592 INFO E| Compiling winnow v0.5.40
32312026-07-07T23:50:23.598Z[ host-package] Compiling libz-sys v1.1.24
32322026-07-07T23:50:23.904Z[ helios-setup] Jul 07 23:50:22.910 INFO E| Compiling term v1.2.0
32332026-07-07T23:50:23.933Z[ host-package] Compiling polar-core v0.27.3
32342026-07-07T23:50:23.937Z[ helios-setup] Jul 07 23:50:22.941 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
32352026-07-07T23:50:24.012Z[ helios-setup] Jul 07 23:50:23.009 INFO E| Compiling subtle v2.6.1
32362026-07-07T23:50:24.076Z[ host-package] Compiling salty v0.3.0
32372026-07-07T23:50:24.340Z[ helios-setup] Jul 07 23:50:23.346 INFO E| Compiling serde_derive v1.0.228
32382026-07-07T23:50:24.457Z[ helios-setup] Jul 07 23:50:23.463 INFO E| Compiling zerocopy-derive v0.8.27
32392026-07-07T23:50:24.576Z[ helios-setup] Jul 07 23:50:23.582 INFO E| Compiling der_derive v0.7.3
32402026-07-07T23:50:24.644Z[ helios-setup] Jul 07 23:50:23.650 INFO E| Compiling futures-macro v0.3.31
32412026-07-07T23:50:24.675Z[ helios-setup] Jul 07 23:50:23.681 INFO E| Compiling clap_derive v4.5.49
32422026-07-07T23:50:24.750Z[ helios-setup] Jul 07 23:50:23.756 INFO E| Compiling thiserror-impl v1.0.69
32432026-07-07T23:50:24.851Z[ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
32442026-07-07T23:50:24.882Z[ helios-setup] Jul 07 23:50:23.887 INFO E| Compiling bitfield-macros v0.19.3
32452026-07-07T23:50:24.948Z[ helios-setup] Jul 07 23:50:23.954 INFO E| Compiling zerocopy-derive v0.6.6
32462026-07-07T23:50:25.102Z[ helios-setup] Jul 07 23:50:24.108 INFO E| Compiling num_enum_derive v0.7.5
32472026-07-07T23:50:25.320Z[ helios-setup] Jul 07 23:50:24.326 INFO E| Compiling tokio-macros v2.6.0
32482026-07-07T23:50:25.531Z[ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32492026-07-07T23:50:25.746Z[ helios-setup] Jul 07 23:50:24.752 INFO E| Compiling thiserror-impl v2.0.17
32502026-07-07T23:50:26.066Z[ host-package] Compiling kstat-rs v0.2.4
32512026-07-07T23:50:26.179Z[ host-package] Compiling arc-swap v1.8.2
32522026-07-07T23:50:26.538Z[ helios-setup] Jul 07 23:50:25.544 INFO E| Compiling futures-util v0.3.31
32532026-07-07T23:50:27.003Z[ helios-setup] Jul 07 23:50:26.009 INFO E| Compiling libdevinfo-sys v1.1.0
32542026-07-07T23:50:27.060Z[ helios-setup] Jul 07 23:50:26.066 INFO E| Compiling base64 v0.21.7
32552026-07-07T23:50:27.109Z[ helios-setup] Jul 07 23:50:26.115 INFO E| Compiling bitfield v0.19.3
32562026-07-07T23:50:27.136Z[ helios-setup] Jul 07 23:50:26.142 INFO E| Compiling der v0.7.10
32572026-07-07T23:50:27.158Z[ helios-setup] Jul 07 23:50:26.164 INFO E| Compiling toml_writer v1.0.4
32582026-07-07T23:50:27.191Z[ host-package] Compiling slog-scope v4.4.1
32592026-07-07T23:50:27.231Z[ helios-setup] Jul 07 23:50:26.237 INFO E| Compiling tokio v1.48.0
32602026-07-07T23:50:27.267Z[ helios-setup] Jul 07 23:50:26.273 INFO E| Compiling bzip2 v0.4.4
32612026-07-07T23:50:27.355Z[ helios-setup] Jul 07 23:50:26.361 INFO E| Compiling num_enum v0.7.5
32622026-07-07T23:50:27.369Z[ helios-setup] Jul 07 23:50:26.375 INFO E| Compiling zerocopy v0.6.6
32632026-07-07T23:50:27.543Z[ helios-setup] Jul 07 23:50:26.548 INFO E| Compiling toml v0.9.8
32642026-07-07T23:50:27.558Z[ helios-setup] Jul 07 23:50:26.564 INFO E| Compiling devinfo v0.1.0
32652026-07-07T23:50:27.811Z[ helios-setup] Jul 07 23:50:26.817 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32662026-07-07T23:50:28.009Z[ host-package] Compiling mime_guess v2.0.5
32672026-07-07T23:50:28.063Z[ helios-setup] Jul 07 23:50:27.070 INFO E| Compiling flate2 v1.1.5
32682026-07-07T23:50:28.188Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32692026-07-07T23:50:28.218Z[ helios-setup] Jul 07 23:50:27.224 INFO E| Compiling uuid v1.18.1
32702026-07-07T23:50:28.236Z[ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
32712026-07-07T23:50:28.280Z[ helios-setup] Jul 07 23:50:27.286 INFO E| Compiling env_logger v0.11.8
32722026-07-07T23:50:28.519Z[ helios-setup] Jul 07 23:50:27.525 INFO E| Compiling clap v4.5.51
32732026-07-07T23:50:28.618Z[ helios-setup] Jul 07 23:50:27.624 INFO E| Compiling hex v0.4.3
32742026-07-07T23:50:28.867Z[ helios-setup] Jul 07 23:50:27.873 INFO E| Compiling rustc-hash v2.1.1
32752026-07-07T23:50:28.999Z[ helios-setup] Jul 07 23:50:28.005 INFO E| Compiling spki v0.7.3
32762026-07-07T23:50:29.075Z[ helios-setup] Jul 07 23:50:28.079 INFO E| Compiling bitflags v1.3.2
32772026-07-07T23:50:29.126Z[ helios-setup] Jul 07 23:50:28.133 INFO E| Compiling foldhash v0.2.0
32782026-07-07T23:50:29.154Z[ helios-setup] Jul 07 23:50:28.160 INFO E| Compiling crc-any v2.5.0
32792026-07-07T23:50:29.190Z[ helios-setup] Jul 07 23:50:28.196 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32802026-07-07T23:50:29.314Z[ helios-setup] Jul 07 23:50:28.320 INFO E| Compiling zip v0.6.6
32812026-07-07T23:50:29.431Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32822026-07-07T23:50:29.506Z[ helios-setup] Jul 07 23:50:28.507 INFO E| Compiling pkcs8 v0.10.2
32832026-07-07T23:50:29.753Z[ helios-setup] Jul 07 23:50:28.759 INFO E| Compiling pkcs1 v0.7.5
32842026-07-07T23:50:29.834Z[ helios-setup] Jul 07 23:50:28.840 INFO E| Compiling x509-cert v0.2.5
32852026-07-07T23:50:29.842Z[ helios-setup] Jul 07 23:50:28.847 INFO E| Compiling iddqd v0.3.14
32862026-07-07T23:50:29.888Z[ helios-setup] Jul 07 23:50:28.894 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32872026-07-07T23:50:30.457Z[ helios-setup] Jul 07 23:50:29.463 INFO E| Compiling path-slash v0.1.5
32882026-07-07T23:50:30.753Z[ host-package] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32892026-07-07T23:50:31.069Z[ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32902026-07-07T23:50:31.567Z[ helios-setup] Jul 07 23:50:30.574 INFO E| Compiling ppv-lite86 v0.2.21
32912026-07-07T23:50:31.623Z[ helios-setup] Jul 07 23:50:30.630 INFO E| Compiling erased-serde v0.3.31
32922026-07-07T23:50:31.630Z[ helios-setup] Jul 07 23:50:30.637 INFO E| Compiling futures-executor v0.3.31
32932026-07-07T23:50:31.794Z[ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32942026-07-07T23:50:31.984Z[ helios-setup] Jul 07 23:50:30.990 INFO E| Compiling toml_datetime v0.6.11
32952026-07-07T23:50:32.284Z[ helios-setup] Jul 07 23:50:31.290 INFO E| Compiling rand_chacha v0.3.1
32962026-07-07T23:50:32.287Z[ host-package] Compiling rfc6979 v0.4.0
32972026-07-07T23:50:32.707Z[ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32982026-07-07T23:50:32.772Z[ host-package] Compiling nanorand v0.7.0
32992026-07-07T23:50:32.839Z[ helios-setup] Jul 07 23:50:31.845 INFO E| Compiling serde_spanned v0.6.9
33002026-07-07T23:50:33.057Z[ helios-setup] Jul 07 23:50:32.063 INFO E| Compiling rand v0.8.5
33012026-07-07T23:50:33.067Z[ helios-setup] Jul 07 23:50:32.073 INFO E| Compiling toml_edit v0.19.15
33022026-07-07T23:50:33.184Z[ helios-setup] Jul 07 23:50:32.190 INFO E| Compiling hashbrown v0.13.2
33032026-07-07T23:50:33.356Z[ host-package] Compiling darling_core v0.23.0
33042026-07-07T23:50:33.454Z[ helios-setup] Jul 07 23:50:32.460 INFO E| Compiling slog-term v2.9.2
33052026-07-07T23:50:33.563Z[ helios-setup] Jul 07 23:50:32.569 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0)
33062026-07-07T23:50:33.574Z[ helios-setup] Jul 07 23:50:32.580 INFO E| Compiling futures v0.3.31
33072026-07-07T23:50:33.662Z[ helios-setup] Jul 07 23:50:32.668 INFO E| Compiling ron v0.8.1
33082026-07-07T23:50:33.670Z[ helios-setup] Jul 07 23:50:32.674 INFO E| Compiling serde-hex v0.1.0
33092026-07-07T23:50:33.943Z[ host-package] Compiling libgit2-sys v0.18.3+1.9.2
33102026-07-07T23:50:34.569Z[ helios-setup] Jul 07 23:50:33.575 INFO E| Compiling object v0.30.4
33112026-07-07T23:50:34.731Z[ host-package] Compiling parking_lot_core v0.8.6
33122026-07-07T23:50:34.944Z[ helios-setup] Jul 07 23:50:33.950 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33132026-07-07T23:50:35.194Z[ helios-setup] Jul 07 23:50:34.199 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks)
33142026-07-07T23:50:35.236Z[ helios-setup] Jul 07 23:50:34.242 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33152026-07-07T23:50:35.247Z[ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33162026-07-07T23:50:35.278Z[ helios-setup] Jul 07 23:50:34.284 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
33172026-07-07T23:50:35.558Z[ helios-setup] Jul 07 23:50:34.564 INFO E| Compiling rsa v0.9.8
33182026-07-07T23:50:35.600Z[ host-package] Compiling flume v0.11.1
33192026-07-07T23:50:36.156Z[ helios-setup] Jul 07 23:50:35.162 INFO E| Compiling toml v0.7.8
33202026-07-07T23:50:36.591Z[ host-package] Compiling ecdsa v0.16.9
33212026-07-07T23:50:36.924Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33222026-07-07T23:50:37.281Z[ host-package] Compiling slog-stdlog v4.1.1
33232026-07-07T23:50:37.282Z[ host-package] Compiling darling_macro v0.23.0
33242026-07-07T23:50:37.911Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33252026-07-07T23:50:38.072Z[ host-package] Compiling primeorder v0.13.6
33262026-07-07T23:50:38.158Z[ host-package] Compiling atty v0.2.14
33272026-07-07T23:50:38.414Z[ host-package] Compiling http-range v0.1.5
33282026-07-07T23:50:38.489Z[ host-package] Compiling strsim v0.10.0
33292026-07-07T23:50:38.656Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33302026-07-07T23:50:38.778Z[ host-package] Compiling instability v0.3.11
33312026-07-07T23:50:39.063Z[ host-package] Compiling darling_core v0.13.4
33322026-07-07T23:50:39.285Z[ host-package] Compiling p384 v0.13.1
33332026-07-07T23:50:39.429Z[ host-package] Compiling darling v0.23.0
33342026-07-07T23:50:39.787Z[ host-package] Compiling slog-envlogger v2.2.0
33352026-07-07T23:50:41.665Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33362026-07-07T23:50:42.250Z[ host-package] Compiling oso v0.27.3
33372026-07-07T23:50:42.293Z[ host-package] Compiling async-bb8-diesel v0.2.1
33382026-07-07T23:50:42.493Z[ host-package] Compiling diesel-dtrace v0.5.0
33392026-07-07T23:50:42.534Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
33402026-07-07T23:50:42.794Z[ host-package] Compiling ignore v0.4.25
33412026-07-07T23:50:42.838Z[ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33422026-07-07T23:50:43.432Z[ helios-setup] Jul 07 23:50:42.438 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d)
33432026-07-07T23:50:44.693Z[ helios-setup] Jul 07 23:50:43.698 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e)
33442026-07-07T23:50:45.025Z[ host-package] Compiling vergen-git2 v9.1.0
33452026-07-07T23:50:45.613Z[ host-package] Compiling castaway v0.2.4
33462026-07-07T23:50:45.660Z[ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33472026-07-07T23:50:45.867Z[ host-package] Compiling indoc v2.0.7
33482026-07-07T23:50:46.373Z[ host-package] Compiling compact_str v0.8.1
33492026-07-07T23:50:46.677Z[ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
33502026-07-07T23:50:46.843Z[ host-package] Compiling globwalk v0.9.1
33512026-07-07T23:50:47.769Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-07-07T23:50:47.920Z[ host-package] Compiling darling_macro v0.13.4
33532026-07-07T23:50:48.014Z[ host-package] Compiling parking_lot v0.11.2
33542026-07-07T23:50:48.505Z[ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33552026-07-07T23:50:48.527Z[ host-package] Compiling hyper-staticfile v0.10.1
33562026-07-07T23:50:48.669Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33572026-07-07T23:50:48.799Z[ helios-setup] Jul 07 23:50:47.805 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33582026-07-07T23:50:48.945Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-07-07T23:50:49.060Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-07-07T23:50:49.387Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
33612026-07-07T23:50:49.576Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33622026-07-07T23:50:49.681Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33632026-07-07T23:50:49.734Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
33642026-07-07T23:50:49.809Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
33652026-07-07T23:50:50.669Z[ host-package] Compiling predicates-tree v1.0.13
33662026-07-07T23:50:51.171Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
33672026-07-07T23:50:51.381Z[ host-package] Compiling unicode-truncate v1.1.0
33682026-07-07T23:50:51.496Z[ host-package] Compiling lru v0.12.5
33692026-07-07T23:50:51.659Z[ host-package] Compiling rand_seeder v0.4.0
33702026-07-07T23:50:51.801Z[ host-package] Compiling prefix-trie v0.7.0
33712026-07-07T23:50:51.862Z[ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-07-07T23:50:52.012Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33732026-07-07T23:50:52.349Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33742026-07-07T23:50:52.438Z[ host-package] Compiling corncobs v0.1.4
33752026-07-07T23:50:52.486Z[ host-package] Compiling illumos-nvpair-sys v0.2.0
33762026-07-07T23:50:52.705Z[ host-package] Compiling cassowary v0.3.0
33772026-07-07T23:50:52.925Z[ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33782026-07-07T23:50:52.977Z[ host-package] Compiling hickory-server v0.25.2
33792026-07-07T23:50:53.149Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
33802026-07-07T23:50:53.298Z[ host-package] Compiling ratatui v0.29.0
33812026-07-07T23:50:53.745Z[ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33822026-07-07T23:50:54.291Z[ host-package] Compiling camino-tempfile-ext v0.3.3
33832026-07-07T23:50:54.882Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33842026-07-07T23:50:55.062Z[ host-package] Compiling darling v0.13.4
33852026-07-07T23:50:55.528Z[ host-package] Compiling sled v0.34.7
33862026-07-07T23:50:57.311Z[ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33872026-07-07T23:50:57.665Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33882026-07-07T23:50:57.965Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
33892026-07-07T23:50:59.205Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
33902026-07-07T23:50:59.349Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
33912026-07-07T23:50:59.479Z[ host-package] Compiling secrecy v0.8.0
33922026-07-07T23:50:59.590Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33932026-07-07T23:50:59.775Z[ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
33942026-07-07T23:50:59.965Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
33952026-07-07T23:51:00.110Z[ helios-setup] Jul 07 23:50:59.116 INFO E| Finished `release` profile [optimized] target(s) in 48.67s
33962026-07-07T23:51:00.113Z[ helios-setup] Jul 07 23:50:59.118 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4
33972026-07-07T23:51:00.113Z[ helios-setup] Jul 07 23:50:59.118 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33982026-07-07T23:51:00.170Z[ helios-setup] Jul 07 23:50:59.175 INFO building project "pilot" ok (48 seconds)
33992026-07-07T23:51:00.170Z[ helios-setup] Jul 07 23:50:59.175 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report"
34002026-07-07T23:51:00.179Z[ helios-setup] Jul 07 23:50:59.184 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.96.1-x86_64-unknown-illumos (default)"
34012026-07-07T23:51:00.179Z[ helios-setup] Jul 07 23:50:59.185 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report
34022026-07-07T23:51:00.179Z[ helios-setup] Jul 07 23:50:59.185 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report")
34032026-07-07T23:51:00.326Z[ helios-setup] Jul 07 23:50:59.332 INFO E| Updating crates.io index
34042026-07-07T23:51:00.427Z[ helios-setup] Jul 07 23:50:59.433 INFO E| Downloading crates ...
34052026-07-07T23:51:00.466Z[ host-package] Compiling serde_with_macros v1.5.2
34062026-07-07T23:51:00.479Z[ helios-setup] Jul 07 23:50:59.485 INFO E| Downloaded deranged v0.4.0
34072026-07-07T23:51:00.485Z[ helios-setup] Jul 07 23:50:59.491 INFO E| Downloaded iana-time-zone v0.1.63
34082026-07-07T23:51:00.495Z[ helios-setup] Jul 07 23:50:59.501 INFO E| Downloaded time-core v0.1.4
34092026-07-07T23:51:00.501Z[ helios-setup] Jul 07 23:50:59.507 INFO E| Downloaded errno v0.3.12
34102026-07-07T23:51:00.519Z[ helios-setup] Jul 07 23:50:59.525 INFO E| Downloaded hashbrown v0.15.3
34112026-07-07T23:51:00.526Z[ helios-setup] Jul 07 23:50:59.532 INFO E| Downloaded autocfg v1.4.0
34122026-07-07T23:51:00.528Z[ helios-setup] Jul 07 23:50:59.534 INFO E| Downloaded thiserror-impl v2.0.12
34132026-07-07T23:51:00.531Z[ helios-setup] Jul 07 23:50:59.535 INFO E| Downloaded thiserror v2.0.12
34142026-07-07T23:51:00.545Z[ helios-setup] Jul 07 23:50:59.551 INFO E| Downloaded time-macros v0.2.22
34152026-07-07T23:51:00.548Z[ helios-setup] Jul 07 23:50:59.552 INFO E| Downloaded tempfile v3.20.0
34162026-07-07T23:51:00.550Z[ helios-setup] Jul 07 23:50:59.554 INFO E| Downloaded serde_with_macros v3.12.0
34172026-07-07T23:51:00.550Z[ helios-setup] Jul 07 23:50:59.555 INFO E| Downloaded quote v1.0.40
34182026-07-07T23:51:00.554Z[ helios-setup] Jul 07 23:50:59.560 INFO E| Downloaded unicode-ident v1.0.18
34192026-07-07T23:51:00.561Z[ helios-setup] Jul 07 23:50:59.567 INFO E| Downloaded serde_derive v1.0.219
34202026-07-07T23:51:00.564Z[ helios-setup] Jul 07 23:50:59.569 INFO E| Downloaded proc-macro2 v1.0.95
34212026-07-07T23:51:00.567Z[ helios-setup] Jul 07 23:50:59.574 INFO E| Downloaded getrandom v0.3.3
34222026-07-07T23:51:00.570Z[ helios-setup] Jul 07 23:50:59.576 INFO E| Downloaded bitflags v2.9.1
34232026-07-07T23:51:00.573Z[ helios-setup] Jul 07 23:50:59.579 INFO E| Downloaded anyhow v1.0.98
34242026-07-07T23:51:00.578Z[ helios-setup] Jul 07 23:50:59.585 INFO E| Downloaded serde v1.0.219
34252026-07-07T23:51:00.585Z[ helios-setup] Jul 07 23:50:59.591 INFO E| Downloaded indexmap v2.9.0
34262026-07-07T23:51:00.593Z[ helios-setup] Jul 07 23:50:59.599 INFO E| Downloaded memchr v2.7.4
34272026-07-07T23:51:00.627Z[ helios-setup] Jul 07 23:50:59.633 INFO E| Downloaded time v0.3.41
34282026-07-07T23:51:00.650Z[ helios-setup] Jul 07 23:50:59.656 INFO E| Downloaded serde_json v1.0.140
34292026-07-07T23:51:00.654Z[ helios-setup] Jul 07 23:50:59.660 INFO E| Downloaded serde_with v3.12.0
34302026-07-07T23:51:00.659Z[ helios-setup] Jul 07 23:50:59.666 INFO E| Downloaded chrono v0.4.41
34312026-07-07T23:51:00.668Z[ helios-setup] Jul 07 23:50:59.674 INFO E| Downloaded syn v2.0.101
34322026-07-07T23:51:00.688Z[ helios-setup] Jul 07 23:50:59.694 INFO E| Downloaded rustix v1.0.7
34332026-07-07T23:51:00.716Z[ helios-setup] Jul 07 23:50:59.722 INFO E| Downloaded libc v0.2.172
34342026-07-07T23:51:00.791Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling proc-macro2 v1.0.95
34352026-07-07T23:51:00.792Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling unicode-ident v1.0.18
34362026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling libc v0.2.172
34372026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling strsim v0.11.1
34382026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling ident_case v1.0.1
34392026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling fnv v1.0.7
34402026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling serde v1.0.219
34412026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.797 INFO E| Compiling rustix v1.0.7
34422026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling getrandom v0.3.3
34432026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling thiserror v2.0.12
34442026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling anyhow v1.0.98
34452026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling serde_json v1.0.140
34462026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling cfg-if v1.0.0
34472026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling bitflags v2.9.1
34482026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling itoa v1.0.15
34492026-07-07T23:51:00.797Z[ helios-setup] Jul 07 23:50:59.798 INFO E| Compiling once_cell v1.21.3
34502026-07-07T23:51:01.038Z[ helios-setup] Jul 07 23:51:00.044 INFO E| Compiling memchr v2.7.4
34512026-07-07T23:51:01.164Z[ helios-setup] Jul 07 23:51:00.170 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report)
34522026-07-07T23:51:01.180Z[ helios-setup] Jul 07 23:51:00.186 INFO E| Compiling ryu v1.0.20
34532026-07-07T23:51:01.443Z[ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-07-07T23:51:01.476Z[ helios-setup] Jul 07 23:51:00.482 INFO E| Compiling fastrand v2.3.0
34552026-07-07T23:51:01.531Z[ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
34562026-07-07T23:51:02.026Z[ helios-setup] Jul 07 23:51:01.032 INFO E| Compiling errno v0.3.12
34572026-07-07T23:51:02.067Z[ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34582026-07-07T23:51:02.335Z[ helios-setup] Jul 07 23:51:01.341 INFO E| Compiling quote v1.0.40
34592026-07-07T23:51:02.521Z[ helios-setup] Jul 07 23:51:01.526 INFO E| Compiling syn v2.0.101
34602026-07-07T23:51:02.784Z[ host-package] Compiling git2 v0.20.4
34612026-07-07T23:51:03.056Z[ helios-setup] Jul 07 23:51:02.062 INFO E| Compiling tempfile v3.20.0
34622026-07-07T23:51:04.007Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34632026-07-07T23:51:04.135Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
34642026-07-07T23:51:04.173Z[ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
34652026-07-07T23:51:04.419Z[ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
34662026-07-07T23:51:04.532Z[ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
34672026-07-07T23:51:04.760Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
34682026-07-07T23:51:04.818Z[ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
34692026-07-07T23:51:04.898Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
34702026-07-07T23:51:05.023Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34712026-07-07T23:51:05.082Z[ host-package] Compiling void v1.0.2
34722026-07-07T23:51:05.176Z[ helios-setup] Jul 07 23:51:04.178 INFO E| Compiling darling_core v0.20.11
34732026-07-07T23:51:05.255Z[ host-package] Compiling base64 v0.21.7
34742026-07-07T23:51:05.628Z[ host-package] Compiling ron v0.8.1
34752026-07-07T23:51:05.678Z[ host-package] Compiling lzss v0.8.2
34762026-07-07T23:51:06.095Z[ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34772026-07-07T23:51:06.170Z[ host-package] Compiling illumos-nvpair v0.3.0
34782026-07-07T23:51:06.200Z[ helios-setup] Jul 07 23:51:05.206 INFO E| Compiling serde_derive v1.0.219
34792026-07-07T23:51:06.200Z[ helios-setup] Jul 07 23:51:05.206 INFO E| Compiling thiserror-impl v2.0.12
34802026-07-07T23:51:06.269Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34812026-07-07T23:51:06.840Z[ host-package] Compiling serde_with v1.14.0
34822026-07-07T23:51:07.232Z[ helios-setup] Jul 07 23:51:06.238 INFO E| Compiling darling_macro v0.20.11
34832026-07-07T23:51:08.005Z[ helios-setup] Jul 07 23:51:07.010 INFO E| Compiling darling v0.20.11
34842026-07-07T23:51:08.008Z[ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
34852026-07-07T23:51:08.121Z[ helios-setup] Jul 07 23:51:07.125 INFO E| Compiling serde_with_macros v3.12.0
34862026-07-07T23:51:08.237Z[ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
34872026-07-07T23:51:08.465Z[ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
34882026-07-07T23:51:09.320Z[ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
34892026-07-07T23:51:10.728Z[ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34902026-07-07T23:51:11.552Z[ helios-setup] Jul 07 23:51:10.557 INFO E| Compiling serde_with v3.12.0
34912026-07-07T23:51:11.822Z[ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34922026-07-07T23:51:12.401Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34932026-07-07T23:51:12.483Z[ host-package] Compiling tungstenite v0.23.0
34942026-07-07T23:51:12.773Z[ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
34952026-07-07T23:51:12.831Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
34962026-07-07T23:51:12.955Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
34972026-07-07T23:51:13.280Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34982026-07-07T23:51:13.530Z[ host-package] Compiling nix v0.27.1
34992026-07-07T23:51:14.821Z[ host-package] Compiling twox-hash v2.1.2
35002026-07-07T23:51:14.984Z[ host-package] Compiling serde_bytes v0.11.19
35012026-07-07T23:51:15.228Z[ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
35022026-07-07T23:51:15.393Z[ host-package] Compiling tokio-tungstenite v0.23.1
35032026-07-07T23:51:15.396Z[ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35042026-07-07T23:51:15.621Z[ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
35052026-07-07T23:51:15.743Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35062026-07-07T23:51:15.912Z[ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35072026-07-07T23:51:16.206Z[ helios-setup] Jul 07 23:51:15.212 INFO E| Finished `release` profile [optimized] target(s) in 16.01s
35082026-07-07T23:51:16.233Z[ helios-setup] Jul 07 23:51:15.239 INFO building project "dmar-report" ok (16 seconds)
35092026-07-07T23:51:16.233Z[ helios-setup] Jul 07 23:51:15.239 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick"
35102026-07-07T23:51:16.242Z[ helios-setup] Jul 07 23:51:15.248 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.96.1-x86_64-unknown-illumos (default)"
35112026-07-07T23:51:16.242Z[ helios-setup] Jul 07 23:51:15.248 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
35122026-07-07T23:51:16.245Z[ helios-setup] Jul 07 23:51:15.248 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
35132026-07-07T23:51:16.349Z[ helios-setup] Jul 07 23:51:15.354 INFO E| Blocking waiting for file lock on package cache
35142026-07-07T23:51:18.003Z[ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
35152026-07-07T23:51:18.140Z[ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35162026-07-07T23:51:18.777Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35172026-07-07T23:51:18.890Z[ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35182026-07-07T23:51:19.296Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
35192026-07-07T23:51:19.355Z[ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
35202026-07-07T23:51:19.400Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35212026-07-07T23:51:19.716Z[ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35222026-07-07T23:51:20.156Z[ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35232026-07-07T23:51:20.191Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
35242026-07-07T23:51:20.582Z[ helios-setup] Jul 07 23:51:19.588 INFO E| Blocking waiting for file lock on package cache
35252026-07-07T23:51:20.618Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
35262026-07-07T23:51:20.673Z[ helios-setup] Jul 07 23:51:19.679 INFO E| Blocking waiting for file lock on package cache
35272026-07-07T23:51:20.759Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35282026-07-07T23:51:21.525Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
35292026-07-07T23:51:21.855Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35302026-07-07T23:51:23.890Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
35312026-07-07T23:51:24.584Z[ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
35322026-07-07T23:51:25.018Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
35332026-07-07T23:51:25.711Z[ helios-setup] Jul 07 23:51:24.716 INFO E| Downloading crates ...
35342026-07-07T23:51:25.753Z[ helios-setup] Jul 07 23:51:24.759 INFO E| Downloaded adler2 v2.0.0
35352026-07-07T23:51:25.761Z[ helios-setup] Jul 07 23:51:24.767 INFO E| Downloaded miniz_oxide v0.8.8
35362026-07-07T23:51:25.802Z[ helios-setup] Jul 07 23:51:24.808 INFO E| Compiling adler2 v2.0.0
35372026-07-07T23:51:25.895Z[ helios-setup] Jul 07 23:51:24.901 INFO E| Compiling miniz_oxide v0.8.8
35382026-07-07T23:51:26.858Z[ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35392026-07-07T23:51:26.917Z[ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
35402026-07-07T23:51:27.027Z[ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
35412026-07-07T23:51:27.079Z[ helios-setup] Jul 07 23:51:26.085 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
35422026-07-07T23:51:27.192Z[ host-package] Compiling fatfs v0.3.6
35432026-07-07T23:51:27.389Z[ host-package] Compiling signal-hook-tokio v0.3.1
35442026-07-07T23:51:27.609Z[ host-package] Compiling yasna v0.5.2
35452026-07-07T23:51:27.623Z[ helios-setup] Jul 07 23:51:26.629 INFO E| Finished `release` profile [optimized] target(s) in 11.36s
35462026-07-07T23:51:27.633Z[ helios-setup] Jul 07 23:51:26.638 INFO building project "pinprick" ok (11 seconds)
35472026-07-07T23:51:27.633Z[ helios-setup] Jul 07 23:51:26.639 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver"
35482026-07-07T23:51:27.642Z[ helios-setup] Jul 07 23:51:26.647 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.96.1-x86_64-unknown-illumos (default)"
35492026-07-07T23:51:27.642Z[ helios-setup] Jul 07 23:51:26.647 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
35502026-07-07T23:51:27.645Z[ helios-setup] Jul 07 23:51:26.648 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
35512026-07-07T23:51:27.753Z[ helios-setup] Jul 07 23:51:26.759 INFO E| Downloading crates ...
35522026-07-07T23:51:27.799Z[ helios-setup] Jul 07 23:51:26.805 INFO E| Downloaded block-buffer v0.10.3
35532026-07-07T23:51:27.802Z[ helios-setup] Jul 07 23:51:26.806 INFO E| Downloaded cpufeatures v0.2.5
35542026-07-07T23:51:27.807Z[ helios-setup] Jul 07 23:51:26.813 INFO E| Downloaded digest v0.10.3
35552026-07-07T23:51:27.815Z[ helios-setup] Jul 07 23:51:26.821 INFO E| Downloaded miniz_oxide v0.6.2
35562026-07-07T23:51:27.821Z[ helios-setup] Jul 07 23:51:26.827 INFO E| Downloaded sha2 v0.10.5
35572026-07-07T23:51:27.824Z[ helios-setup] Jul 07 23:51:26.828 INFO E| Downloaded generic-array v0.14.6
35582026-07-07T23:51:27.824Z[ helios-setup] Jul 07 23:51:26.829 INFO E| Downloaded anyhow v1.0.62
35592026-07-07T23:51:27.827Z[ helios-setup] Jul 07 23:51:26.832 INFO E| Downloaded flate2 v1.0.25
35602026-07-07T23:51:27.829Z[ helios-setup] Jul 07 23:51:26.834 INFO E| Downloaded typenum v1.15.0
35612026-07-07T23:51:27.832Z[ helios-setup] Jul 07 23:51:26.836 INFO E| Downloaded bytes v1.2.1
35622026-07-07T23:51:27.877Z[ helios-setup] Jul 07 23:51:26.882 INFO E| Compiling version_check v0.9.4
35632026-07-07T23:51:27.877Z[ helios-setup] Jul 07 23:51:26.882 INFO E| Compiling typenum v1.15.0
35642026-07-07T23:51:27.877Z[ helios-setup] Jul 07 23:51:26.882 INFO E| Compiling crc32fast v1.3.2
35652026-07-07T23:51:27.880Z[ helios-setup] Jul 07 23:51:26.882 INFO E| Compiling cfg-if v1.0.0
35662026-07-07T23:51:27.880Z[ helios-setup] Jul 07 23:51:26.883 INFO E| Compiling adler v1.0.2
35672026-07-07T23:51:27.880Z[ helios-setup] Jul 07 23:51:26.883 INFO E| Compiling anyhow v1.0.62
35682026-07-07T23:51:27.880Z[ helios-setup] Jul 07 23:51:26.883 INFO E| Compiling cpufeatures v0.2.5
35692026-07-07T23:51:27.880Z[ helios-setup] Jul 07 23:51:26.883 INFO E| Compiling unicode-width v0.1.10
35702026-07-07T23:51:27.880Z[ helios-setup] Jul 07 23:51:26.883 INFO E| Compiling bitflags v1.3.2
35712026-07-07T23:51:27.880Z[ helios-setup] Jul 07 23:51:26.883 INFO E| Compiling bytes v1.2.1
35722026-07-07T23:51:27.947Z[ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
35732026-07-07T23:51:28.187Z[ helios-setup] Jul 07 23:51:27.193 INFO E| Compiling miniz_oxide v0.6.2
35742026-07-07T23:51:28.237Z[ helios-setup] Jul 07 23:51:27.243 INFO E| Compiling getopts v0.2.21
35752026-07-07T23:51:28.457Z[ helios-setup] Jul 07 23:51:27.463 INFO E| Compiling generic-array v0.14.6
35762026-07-07T23:51:28.480Z[ host-package] Compiling seq-macro v0.3.6
35772026-07-07T23:51:28.562Z[ host-package] Compiling assert_matches v1.5.0
35782026-07-07T23:51:28.651Z[ helios-setup] Jul 07 23:51:27.656 INFO E| Compiling flate2 v1.0.25
35792026-07-07T23:51:28.679Z[ host-package] Compiling is_ci v1.2.0
35802026-07-07T23:51:28.894Z[ host-package] Compiling supports-color v3.0.2
35812026-07-07T23:51:28.982Z[ host-package] Compiling rcgen v0.12.1
35822026-07-07T23:51:29.241Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
35832026-07-07T23:51:29.750Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
35842026-07-07T23:51:30.223Z[ helios-setup] Jul 07 23:51:29.229 INFO E| Compiling block-buffer v0.10.3
35852026-07-07T23:51:30.224Z[ helios-setup] Jul 07 23:51:29.229 INFO E| Compiling crypto-common v0.1.6
35862026-07-07T23:51:30.349Z[ helios-setup] Jul 07 23:51:29.355 INFO E| Compiling digest v0.10.3
35872026-07-07T23:51:30.546Z[ helios-setup] Jul 07 23:51:29.552 INFO E| Compiling sha2 v0.10.5
35882026-07-07T23:51:30.787Z[ helios-setup] Jul 07 23:51:29.793 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
35892026-07-07T23:51:31.268Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
35902026-07-07T23:51:31.710Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
35912026-07-07T23:51:32.022Z[ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
35922026-07-07T23:51:32.112Z[ host-package] Compiling subprocess v0.2.15
35932026-07-07T23:51:32.573Z[ host-package] Compiling rtoolbox v0.0.3
35942026-07-07T23:51:32.599Z[ helios-setup] Jul 07 23:51:31.605 INFO E| Finished `release` profile [optimized] target(s) in 4.94s
35952026-07-07T23:51:32.613Z[ helios-setup] Jul 07 23:51:31.618 INFO building project "bootserver" ok (4 seconds)
35962026-07-07T23:51:32.613Z[ helios-setup] Jul 07 23:51:31.618 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder"
35972026-07-07T23:51:32.648Z[ helios-setup] Jul 07 23:51:31.653 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')"
35982026-07-07T23:51:32.648Z[ helios-setup] Jul 07 23:51:31.654 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
35992026-07-07T23:51:32.648Z[ helios-setup] Jul 07 23:51:31.654 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
36002026-07-07T23:51:32.680Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36012026-07-07T23:51:32.823Z[ helios-setup] Jul 07 23:51:31.828 INFO E| Updating crates.io index
36022026-07-07T23:51:32.826Z[ helios-setup] Jul 07 23:51:31.829 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
36032026-07-07T23:51:32.923Z[ host-package] Compiling rpassword v7.4.0
36042026-07-07T23:51:33.244Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
36052026-07-07T23:51:33.249Z[ helios-setup] Jul 07 23:51:32.255 INFO E| From https://github.com/oxidecomputer/amd-apcb
36062026-07-07T23:51:33.249Z[ helios-setup] Jul 07 23:51:32.255 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf
36072026-07-07T23:51:33.264Z[ helios-setup] Jul 07 23:51:32.270 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git`
36082026-07-07T23:51:33.568Z[ helios-setup] Jul 07 23:51:32.574 INFO E| From https://github.com/oxidecomputer/amd-efs
36092026-07-07T23:51:33.568Z[ helios-setup] Jul 07 23:51:32.574 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037
36102026-07-07T23:51:33.855Z[ helios-setup] Jul 07 23:51:32.861 INFO E| Downloading crates ...
36112026-07-07T23:51:33.927Z[ helios-setup] Jul 07 23:51:32.933 INFO E| Downloaded vec_map v0.8.2
36122026-07-07T23:51:33.930Z[ helios-setup] Jul 07 23:51:32.934 INFO E| Downloaded unic-common v0.9.0
36132026-07-07T23:51:33.930Z[ helios-setup] Jul 07 23:51:32.935 INFO E| Downloaded unic-char-property v0.9.0
36142026-07-07T23:51:33.930Z[ helios-setup] Jul 07 23:51:32.935 INFO E| Downloaded strum v0.27.1
36152026-07-07T23:51:33.930Z[ helios-setup] Jul 07 23:51:32.936 INFO E| Downloaded strsim v0.8.0
36162026-07-07T23:51:33.933Z[ helios-setup] Jul 07 23:51:32.937 INFO E| Downloaded modular-bitfield-impl v0.13.1
36172026-07-07T23:51:33.933Z[ helios-setup] Jul 07 23:51:32.938 INFO E| Downloaded fletcher v1.0.0
36182026-07-07T23:51:33.933Z[ helios-setup] Jul 07 23:51:32.939 INFO E| Downloaded ansi_term v0.12.1
36192026-07-07T23:51:33.936Z[ helios-setup] Jul 07 23:51:32.940 INFO E| Downloaded unic-char-range v0.9.0
36202026-07-07T23:51:33.936Z[ helios-setup] Jul 07 23:51:32.941 INFO E| Downloaded parse_int v0.9.0
36212026-07-07T23:51:33.956Z[ helios-setup] Jul 07 23:51:32.962 INFO E| Downloaded unic-ucd-version v0.9.0
36222026-07-07T23:51:33.959Z[ helios-setup] Jul 07 23:51:32.963 INFO E| Downloaded heck v0.3.3
36232026-07-07T23:51:33.959Z[ helios-setup] Jul 07 23:51:32.964 INFO E| Downloaded unic-ucd-ident v0.9.0
36242026-07-07T23:51:33.959Z[ helios-setup] Jul 07 23:51:32.965 INFO E| Downloaded pest_generator v2.8.0
36252026-07-07T23:51:33.962Z[ helios-setup] Jul 07 23:51:32.966 INFO E| Downloaded four-cc v0.4.0
36262026-07-07T23:51:33.981Z[ helios-setup] Jul 07 23:51:32.987 INFO E| Downloaded textwrap v0.11.0
36272026-07-07T23:51:33.984Z[ helios-setup] Jul 07 23:51:32.989 INFO E| Downloaded strum_macros v0.27.1
36282026-07-07T23:51:33.984Z[ helios-setup] Jul 07 23:51:32.990 INFO E| Downloaded log v0.4.27
36292026-07-07T23:51:33.990Z[ helios-setup] Jul 07 23:51:32.991 INFO E| Downloaded bytesize v2.0.1
36302026-07-07T23:51:33.990Z[ helios-setup] Jul 07 23:51:32.992 INFO E| Downloaded structopt-derive v0.4.18
36312026-07-07T23:51:33.990Z[ helios-setup] Jul 07 23:51:32.993 INFO E| Downloaded rustversion v1.0.20
36322026-07-07T23:51:33.990Z[ helios-setup] Jul 07 23:51:32.995 INFO E| Downloaded modular-bitfield-impl v0.11.2
36332026-07-07T23:51:33.990Z[ helios-setup] Jul 07 23:51:32.995 INFO E| Downloaded dyn-clone v1.0.19
36342026-07-07T23:51:33.993Z[ helios-setup] Jul 07 23:51:32.998 INFO E| Downloaded modular-bitfield v0.13.1
36352026-07-07T23:51:34.001Z[ helios-setup] Jul 07 23:51:33.007 INFO E| Downloaded pest_meta v2.8.0
36362026-07-07T23:51:34.004Z[ helios-setup] Jul 07 23:51:33.008 INFO E| Downloaded structopt v0.3.26
36372026-07-07T23:51:34.030Z[ helios-setup] Jul 07 23:51:33.035 INFO E| Downloaded modular-bitfield v0.11.2
36382026-07-07T23:51:34.041Z[ helios-setup] Jul 07 23:51:33.046 INFO E| Downloaded zerocopy-derive v0.8.25
36392026-07-07T23:51:34.048Z[ helios-setup] Jul 07 23:51:33.050 INFO E| Downloaded typenum v1.18.0
36402026-07-07T23:51:34.048Z[ helios-setup] Jul 07 23:51:33.052 INFO E| Downloaded pest_derive v2.8.0
36412026-07-07T23:51:34.065Z[ helios-setup] Jul 07 23:51:33.059 INFO E| Downloaded pest v2.8.0
36422026-07-07T23:51:34.065Z[ helios-setup] Jul 07 23:51:33.069 INFO E| Downloaded goblin v0.9.3
36432026-07-07T23:51:34.071Z[ helios-setup] Jul 07 23:51:33.076 INFO E| Downloaded clap v2.34.0
36442026-07-07T23:51:34.075Z[ helios-setup] Jul 07 23:51:33.081 INFO E| Downloaded zerocopy v0.8.25
36452026-07-07T23:51:34.169Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling proc-macro2 v1.0.95
36462026-07-07T23:51:34.169Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling unicode-ident v1.0.18
36472026-07-07T23:51:34.169Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling memchr v2.7.4
36482026-07-07T23:51:34.172Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling thiserror v2.0.12
36492026-07-07T23:51:34.172Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling autocfg v1.4.0
36502026-07-07T23:51:34.172Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling syn v1.0.109
36512026-07-07T23:51:34.172Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling serde v1.0.219
36522026-07-07T23:51:34.172Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling version_check v0.9.5
36532026-07-07T23:51:34.172Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling serde_json v1.0.140
36542026-07-07T23:51:34.173Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling ryu v1.0.20
36552026-07-07T23:51:34.173Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling itoa v1.0.15
36562026-07-07T23:51:34.173Z[ helios-setup] Jul 07 23:51:33.175 INFO E| Compiling schemars v0.8.22
36572026-07-07T23:51:34.215Z[ helios-setup] Jul 07 23:51:33.221 INFO E| Compiling rustversion v1.0.20
36582026-07-07T23:51:34.215Z[ helios-setup] Jul 07 23:51:33.221 INFO E| Compiling zerocopy v0.8.25
36592026-07-07T23:51:34.218Z[ helios-setup] Jul 07 23:51:33.221 INFO E| Compiling ucd-trie v0.1.7
36602026-07-07T23:51:34.218Z[ helios-setup] Jul 07 23:51:33.222 INFO E| Compiling libc v0.2.172
36612026-07-07T23:51:34.457Z[ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
36622026-07-07T23:51:34.717Z[ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
36632026-07-07T23:51:35.072Z[ helios-setup] Jul 07 23:51:34.078 INFO E| Compiling paste v1.0.15
36642026-07-07T23:51:35.073Z[ helios-setup] Jul 07 23:51:34.078 INFO E| Compiling dyn-clone v1.0.19
36652026-07-07T23:51:35.079Z[ helios-setup] Jul 07 23:51:34.084 INFO E| Compiling num-traits v0.2.19
36662026-07-07T23:51:35.141Z[ helios-setup] Jul 07 23:51:34.147 INFO E| Compiling memoffset v0.9.1
36672026-07-07T23:51:35.272Z[ helios-setup] Jul 07 23:51:34.276 INFO E| Compiling static_assertions v1.1.0
36682026-07-07T23:51:35.352Z[ helios-setup] Jul 07 23:51:34.358 INFO E| Compiling once_cell v1.21.3
36692026-07-07T23:51:35.381Z[ helios-setup] Jul 07 23:51:34.387 INFO E| Compiling unicode-width v0.1.14
36702026-07-07T23:51:35.390Z[ helios-setup] Jul 07 23:51:34.396 INFO E| Compiling heck v0.5.0
36712026-07-07T23:51:35.401Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36722026-07-07T23:51:35.462Z[ helios-setup] Jul 07 23:51:34.468 INFO E| Compiling unicode-segmentation v1.12.0
36732026-07-07T23:51:35.599Z[ helios-setup] Jul 07 23:51:34.604 INFO E| Compiling byteorder v1.5.0
36742026-07-07T23:51:35.673Z[ helios-setup] Jul 07 23:51:34.679 INFO E| Compiling strsim v0.8.0
36752026-07-07T23:51:35.845Z[ helios-setup] Jul 07 23:51:34.851 INFO E| Compiling textwrap v0.11.0
36762026-07-07T23:51:35.865Z[ helios-setup] Jul 07 23:51:34.870 INFO E| Compiling proc-macro-error-attr v1.0.4
36772026-07-07T23:51:35.875Z[ helios-setup] Jul 07 23:51:34.881 INFO E| Compiling proc-macro-error v1.0.4
36782026-07-07T23:51:35.941Z[ helios-setup] Jul 07 23:51:34.947 INFO E| Compiling vec_map v0.8.2
36792026-07-07T23:51:35.953Z[ host-package] Compiling tui-tree-widget v0.23.1
36802026-07-07T23:51:35.991Z[ helios-setup] Jul 07 23:51:34.993 INFO E| Compiling strum v0.27.1
36812026-07-07T23:51:36.007Z[ helios-setup] Jul 07 23:51:35.013 INFO E| Compiling ansi_term v0.12.1
36822026-07-07T23:51:36.103Z[ helios-setup] Jul 07 23:51:35.108 INFO E| Compiling heck v0.3.3
36832026-07-07T23:51:36.189Z[ helios-setup] Jul 07 23:51:35.194 INFO E| Compiling atty v0.2.14
36842026-07-07T23:51:36.197Z[ helios-setup] Jul 07 23:51:35.203 INFO E| Compiling unic-common v0.9.0
36852026-07-07T23:51:36.228Z[ helios-setup] Jul 07 23:51:35.233 INFO E| Compiling unic-char-range v0.9.0
36862026-07-07T23:51:36.231Z[ helios-setup] Jul 07 23:51:35.234 INFO E| Compiling fletcher v1.0.0
36872026-07-07T23:51:36.241Z[ helios-setup] Jul 07 23:51:35.247 INFO E| Compiling bitflags v1.3.2
36882026-07-07T23:51:36.241Z[ helios-setup] Jul 07 23:51:35.247 INFO E| Compiling log v0.4.27
36892026-07-07T23:51:36.314Z[ helios-setup] Jul 07 23:51:35.320 INFO E| Compiling unic-ucd-version v0.9.0
36902026-07-07T23:51:36.329Z[ helios-setup] Jul 07 23:51:35.335 INFO E| Compiling unic-char-property v0.9.0
36912026-07-07T23:51:36.346Z[ helios-setup] Jul 07 23:51:35.342 INFO E| Compiling lazy_static v1.5.0
36922026-07-07T23:51:36.392Z[ helios-setup] Jul 07 23:51:35.397 INFO E| Compiling plain v0.2.3
36932026-07-07T23:51:36.396Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36942026-07-07T23:51:36.403Z[ helios-setup] Jul 07 23:51:35.409 INFO E| Compiling bytesize v2.0.1
36952026-07-07T23:51:36.418Z[ helios-setup] Jul 07 23:51:35.424 INFO E| Compiling unic-ucd-ident v0.9.0
36962026-07-07T23:51:36.510Z[ helios-setup] Jul 07 23:51:35.516 INFO E| Compiling clap v2.34.0
36972026-07-07T23:51:36.514Z[ helios-setup] Jul 07 23:51:35.520 INFO E| Compiling quote v1.0.40
36982026-07-07T23:51:36.945Z[ helios-setup] Jul 07 23:51:35.950 INFO E| Compiling syn v2.0.101
36992026-07-07T23:51:37.074Z[ helios-setup] Jul 07 23:51:36.079 INFO E| Compiling parse_int v0.9.0
37002026-07-07T23:51:38.278Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37012026-07-07T23:51:39.143Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
37022026-07-07T23:51:39.518Z[ host-package] Compiling uzers v0.12.2
37032026-07-07T23:51:39.764Z[ helios-setup] Jul 07 23:51:38.769 INFO E| Compiling serde_derive_internals v0.29.1
37042026-07-07T23:51:40.319Z[ helios-setup] Jul 07 23:51:39.325 INFO E| Compiling modular-bitfield-impl v0.11.2
37052026-07-07T23:51:40.319Z[ helios-setup] Jul 07 23:51:39.325 INFO E| Compiling structopt-derive v0.4.18
37062026-07-07T23:51:40.818Z[ helios-setup] Jul 07 23:51:39.824 INFO E| Compiling thiserror-impl v2.0.12
37072026-07-07T23:51:40.818Z[ helios-setup] Jul 07 23:51:39.824 INFO E| Compiling serde_derive v1.0.219
37082026-07-07T23:51:40.818Z[ helios-setup] Jul 07 23:51:39.824 INFO E| Compiling zerocopy-derive v0.8.25
37092026-07-07T23:51:40.822Z[ helios-setup] Jul 07 23:51:39.824 INFO E| Compiling modular-bitfield-impl v0.13.1
37102026-07-07T23:51:40.822Z[ helios-setup] Jul 07 23:51:39.824 INFO E| Compiling num-derive v0.4.2
37112026-07-07T23:51:40.822Z[ helios-setup] Jul 07 23:51:39.824 INFO E| Compiling scroll_derive v0.12.1
37122026-07-07T23:51:40.822Z[ helios-setup] Jul 07 23:51:39.824 INFO E| Compiling strum_macros v0.27.1
37132026-07-07T23:51:41.015Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
37142026-07-07T23:51:41.082Z[ helios-setup] Jul 07 23:51:40.087 INFO E| Compiling schemars_derive v0.8.22
37152026-07-07T23:51:41.418Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
37162026-07-07T23:51:41.947Z[ helios-setup] Jul 07 23:51:40.952 INFO E| Compiling structopt v0.3.26
37172026-07-07T23:51:42.043Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
37182026-07-07T23:51:42.107Z[ helios-setup] Jul 07 23:51:41.113 INFO E| Compiling modular-bitfield v0.11.2
37192026-07-07T23:51:42.334Z[ helios-setup] Jul 07 23:51:41.339 INFO E| Compiling scroll v0.12.0
37202026-07-07T23:51:42.660Z[ helios-setup] Jul 07 23:51:41.666 INFO E| Compiling goblin v0.9.3
37212026-07-07T23:51:42.925Z[ helios-setup] Jul 07 23:51:41.931 INFO E| Compiling pest v2.8.0
37222026-07-07T23:51:43.004Z[ helios-setup] Jul 07 23:51:42.010 INFO E| Compiling modular-bitfield v0.13.1
37232026-07-07T23:51:44.379Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
37242026-07-07T23:51:44.426Z[ helios-setup] Jul 07 23:51:43.431 INFO E| Compiling pest_meta v2.8.0
37252026-07-07T23:51:45.150Z[ helios-setup] Jul 07 23:51:44.156 INFO E| Compiling pest_generator v2.8.0
37262026-07-07T23:51:46.050Z[ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
37272026-07-07T23:51:46.213Z[ helios-setup] Jul 07 23:51:45.219 INFO E| Compiling pest_derive v2.8.0
37282026-07-07T23:51:47.177Z[ host-package] Compiling support-bundle-viewer v0.1.2
37292026-07-07T23:51:47.468Z[ helios-setup] Jul 07 23:51:46.474 INFO E| Compiling json5 v0.4.1
37302026-07-07T23:51:48.754Z[ host-package] Compiling multimap v0.10.1
37312026-07-07T23:51:49.107Z[ helios-setup] Jul 07 23:51:48.112 INFO E| Compiling four-cc v0.4.0
37322026-07-07T23:51:49.107Z[ helios-setup] Jul 07 23:51:48.113 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3)
37332026-07-07T23:51:49.252Z[ helios-setup] Jul 07 23:51:48.257 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60)
37342026-07-07T23:51:58.436Z[ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
37352026-07-07T23:52:03.684Z[ helios-setup] Jul 07 23:52:02.690 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config)
37362026-07-07T23:52:06.358Z[ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
37372026-07-07T23:52:07.489Z[ helios-setup] Jul 07 23:52:06.494 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
37382026-07-07T23:52:10.017Z[ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
37392026-07-07T23:52:12.260Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
37402026-07-07T23:52:12.424Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
37412026-07-07T23:52:20.022Z[ helios-setup] Jul 07 23:52:19.027 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.33s
37422026-07-07T23:52:20.072Z[ helios-setup] Jul 07 23:52:19.077 INFO building project "amd-host-image-builder" ok (47 seconds)
37432026-07-07T23:52:20.075Z[ helios-setup] rm -f helios-build
37442026-07-07T23:52:20.077Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
37452026-07-07T23:52:20.077Z[ helios-setup]
37462026-07-07T23:52:20.080Z[ helios-setup] Setup complete! ./helios-build is now available.
37472026-07-07T23:52:20.080Z[ helios-setup]
37482026-07-07T23:52:20.083Z[ helios-setup]
37492026-07-07T23:52:20.083Z[ helios-setup] real 3:12.322791689
37502026-07-07T23:52:20.083Z[ helios-setup] user 7:06.138390867
37512026-07-07T23:52:20.083Z[ helios-setup] sys 1:19.809735987
37522026-07-07T23:52:20.083Z[ helios-setup] trap 0.494443246
37532026-07-07T23:52:20.083Z[ helios-setup] tflt 2.528676325
37542026-07-07T23:52:20.083Z[ helios-setup] dflt 8.089018435
37552026-07-07T23:52:20.083Z[ helios-setup] kflt 0.012846018
37562026-07-07T23:52:20.083Z[ helios-setup] lock 54:30.685004499
37572026-07-07T23:52:20.083Z[ helios-setup] slp 38:07.047891021
37582026-07-07T23:52:20.083Z[ helios-setup] lat 7:11.786419398
37592026-07-07T23:52:20.083Z[ helios-setup] stop 1:28.223079041
37602026-07-07T23:52:20.083ZJul 07 23:52:19.087 INFO [helios-setup] process exited with exit status: 0 (192.325791913s)
37612026-07-07T23:52:20.083ZJul 07 23:52:19.087 INFO [helios-record] running task
37622026-07-07T23:52:20.084ZJul 07 23:52:19.087 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit}
37632026-07-07T23:52:20.087ZJul 07 23:52:19.092 DEBG process exited with exit status: 0 (4.809027ms)
37642026-07-07T23:52:20.087ZJul 07 23:52:19.092 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit}
37652026-07-07T23:52:20.090ZJul 07 23:52:19.096 DEBG process exited with exit status: 0 (4.584817ms)
37662026-07-07T23:52:20.090ZJul 07 23:52:19.096 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit}
37672026-07-07T23:52:20.094ZJul 07 23:52:19.100 DEBG process exited with exit status: 0 (3.699556ms)
37682026-07-07T23:52:20.094ZJul 07 23:52:19.100 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit}
37692026-07-07T23:52:20.098ZJul 07 23:52:19.103 DEBG process exited with exit status: 0 (3.452415ms)
37702026-07-07T23:52:20.099ZJul 07 23:52:19.103 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit}
37712026-07-07T23:52:20.102ZJul 07 23:52:19.108 DEBG process exited with exit status: 0 (4.493497ms)
37722026-07-07T23:52:20.102ZJul 07 23:52:19.108 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit}
37732026-07-07T23:52:20.107ZJul 07 23:52:19.111 DEBG process exited with exit status: 0 (3.456915ms)
37742026-07-07T23:52:20.107ZJul 07 23:52:19.111 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit}
37752026-07-07T23:52:20.109ZJul 07 23:52:19.115 DEBG process exited with exit status: 0 (3.496566ms)
37762026-07-07T23:52:20.109ZJul 07 23:52:19.115 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit}
37772026-07-07T23:52:20.113ZJul 07 23:52:19.118 DEBG process exited with exit status: 0 (3.364285ms)
37782026-07-07T23:52:20.113ZJul 07 23:52:19.118 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit}
37792026-07-07T23:52:20.116ZJul 07 23:52:19.121 DEBG process exited with exit status: 0 (3.229085ms)
37802026-07-07T23:52:20.118ZJul 07 23:52:19.122 INFO [helios-record] task succeeded (35.130714ms)
37812026-07-07T23:58:54.681Z[ host-package] Finished `release` profile [optimized] target(s) in 9m 15s
37822026-07-07T23:59:39.762ZJul 07 23:59:38.764 INFO [host-package] process exited with exit status: 0 (600.845508813s)
37832026-07-07T23:59:39.762ZJul 07 23:59:38.764 INFO [host-libraries] running task
37842026-07-07T23:59:39.762ZJul 07 23:59:38.764 INFO [host-stamp] running task
37852026-07-07T23:59:39.765ZJul 07 23:59:38.766 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+git041867f7c27
37862026-07-07T23:59:39.765ZJul 07 23:59:38.767 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+git041867f7c27
37872026-07-07T23:59:39.765ZJul 07 23:59:38.767 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+git041867f7c27
37882026-07-07T23:59:39.765ZJul 07 23:59:38.767 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+git041867f7c27
37892026-07-07T23:59:39.769ZJul 07 23:59:38.768 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+git041867f7c27
37902026-07-07T23:59:39.769ZJul 07 23:59:38.768 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+git041867f7c27
37912026-07-07T23:59:39.769ZJul 07 23:59:38.768 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+git041867f7c27
37922026-07-07T23:59:39.769ZJul 07 23:59:38.768 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+git041867f7c27
37932026-07-07T23:59:39.774Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
37942026-07-07T23:59:39.774Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
37952026-07-07T23:59:39.774Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
37962026-07-07T23:59:39.774Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
37972026-07-07T23:59:39.774Z[stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG
37982026-07-07T23:59:39.774Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
37992026-07-07T23:59:39.777Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
38002026-07-07T23:59:39.777Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
38012026-07-07T23:59:39.777Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
38022026-07-07T23:59:39.781ZJul 07 23:59:38.780 INFO [stamp-overlay] process exited with exit status: 0 (13.13659ms)
38032026-07-07T23:59:39.784Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
38042026-07-07T23:59:39.786ZJul 07 23:59:38.789 INFO [stamp-oxlog] process exited with exit status: 0 (21.841474ms)
38052026-07-07T23:59:39.818Z[stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar
38062026-07-07T23:59:39.821ZJul 07 23:59:38.822 INFO [stamp-crucible-utils] process exited with exit status: 0 (54.158021ms)
38072026-07-07T23:59:39.832Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
38082026-07-07T23:59:39.834ZJul 07 23:59:38.837 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (68.438784ms)
38092026-07-07T23:59:39.968Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
38102026-07-07T23:59:39.972ZJul 07 23:59:38.974 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (206.349385ms)
38112026-07-07T23:59:40.298Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
38122026-07-07T23:59:40.304ZJul 07 23:59:39.303 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (534.621007ms)
38132026-07-07T23:59:40.307Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
38142026-07-07T23:59:40.310ZJul 07 23:59:39.310 INFO [stamp-propolis-server] process exited with exit status: 0 (542.602838ms)
38152026-07-07T23:59:41.144ZJul 07 23:59:40.146 INFO [host-libraries] task succeeded (1.382258151s)
38162026-07-07T23:59:41.147ZJul 07 23:59:40.146 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
38172026-07-07T23:59:41.150Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
38182026-07-07T23:59:42.077Z[recovery-package] Compiling newtype-uuid v1.3.2
38192026-07-07T23:59:42.305Z[recovery-package] Compiling daft v0.1.7
38202026-07-07T23:59:42.510Z[recovery-package] Compiling iddqd v0.4.2
38212026-07-07T23:59:43.450Z[recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
38222026-07-07T23:59:43.741Z[recovery-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
38232026-07-07T23:59:43.741Z[recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
38242026-07-07T23:59:43.744Z[recovery-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
38252026-07-07T23:59:43.744Z[recovery-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
38262026-07-07T23:59:43.744Z[recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
38272026-07-07T23:59:43.744Z[recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
38282026-07-07T23:59:43.745Z[recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
38292026-07-07T23:59:43.755Z[recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38302026-07-07T23:59:43.846Z[recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
38312026-07-07T23:59:44.136Z[recovery-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
38322026-07-07T23:59:44.153Z[recovery-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
38332026-07-07T23:59:44.255Z[recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
38342026-07-07T23:59:46.129Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
38352026-07-07T23:59:46.133ZJul 07 23:59:45.135 INFO [stamp-switch-asic] process exited with exit status: 0 (6.368567411s)
38362026-07-07T23:59:46.133ZJul 07 23:59:45.135 INFO [host-stamp] task succeeded (6.371430275s)
38372026-07-07T23:59:46.133ZJul 07 23:59:45.135 INFO [host-proto] running task
38382026-07-07T23:59:46.525ZJul 07 23:59:45.527 INFO [host-proto] task succeeded (391.842149ms)
38392026-07-07T23:59:46.525ZJul 07 23:59:45.527 INFO [host-profile] running task
38402026-07-07T23:59:46.528ZJul 07 23:59:45.527 INFO [host-profile] task succeeded (235.78µs)
38412026-07-07T23:59:46.528ZJul 07 23:59:45.527 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/.tmpEUv0W0/proto/host/root -N 'ci 041867f/${os_short_commit} 2026-07-07 23:49' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
38422026-07-07T23:59:46.531Z[ host-image] Jul 07 23:59:45.534 INFO Checking files for board 'cosmo'
38432026-07-07T23:59:46.531Z[ host-image] Jul 07 23:59:45.534 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
38442026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
38452026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO Checking files for board 'cosmo-mbist'
38462026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
38472026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO Checking files for board 'cosmo-mbist-noaggr'
38482026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
38492026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO Checking files for board 'gimlet'
38502026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
38512026-07-07T23:59:46.534Z[ host-image] Jul 07 23:59:45.534 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
38522026-07-07T23:59:46.541Z[ host-image] Jul 07 23:59:45.543 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpEUv0W0/proto/host/root"
38532026-07-07T23:59:46.541Z[ host-image] Jul 07 23:59:45.543 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
38542026-07-07T23:59:46.544Z[ host-image] Jul 07 23:59:45.543 INFO image builder template: ramdisk-01-os...
38552026-07-07T23:59:46.544Z[ host-image] Jul 07 23:59:45.543 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/.tmpEUv0W0/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-F", "optever=0.41.492", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
38562026-07-07T23:59:46.554Z[ host-image] Jul 07 23:59:45.556 INFO O| Jul 07 23:59:45.556 INFO CREATE DATASET: rpool/images/build/host/output
38572026-07-07T23:59:47.971Z[recovery-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
38582026-07-07T23:59:47.971Z[recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
38592026-07-07T23:59:47.974Z[recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38602026-07-07T23:59:47.974Z[recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
38612026-07-07T23:59:47.974Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
38622026-07-07T23:59:48.611Z[ host-image] Jul 07 23:59:47.613 INFO O| Jul 07 23:59:47.613 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os
38632026-07-07T23:59:48.614Z[ host-image] Jul 07 23:59:47.616 INFO O| Jul 07 23:59:47.616 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
38642026-07-07T23:59:48.806Z[ host-image] Jul 07 23:59:47.808 INFO O| Jul 07 23:59:47.808 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled
38652026-07-07T23:59:48.853Z[ host-image] Jul 07 23:59:47.855 INFO O| Jul 07 23:59:47.855 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os
38662026-07-07T23:59:48.853Z[ host-image] Jul 07 23:59:47.855 INFO O| Jul 07 23:59:47.855 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
38672026-07-07T23:59:48.857Z[ host-image] Jul 07 23:59:47.856 INFO O| Jul 07 23:59:47.855 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk
38682026-07-07T23:59:48.857Z[ host-image] Jul 07 23:59:47.856 INFO O| Jul 07 23:59:47.856 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk
38692026-07-07T23:59:48.859Z[ host-image] Jul 07 23:59:47.861 INFO O| Jul 07 23:59:47.861 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
38702026-07-07T23:59:49.084Z[ host-image] Jul 07 23:59:48.085 INFO O| Jul 07 23:59:48.085 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38712026-07-07T23:59:49.090Z[ host-image] Jul 07 23:59:48.092 INFO O| Jul 07 23:59:48.092 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"]
38722026-07-07T23:59:49.396Z[ host-image] Jul 07 23:59:48.398 INFO O| Jul 07 23:59:48.398 INFO O| Caching catalogs ... Done
38732026-07-07T23:59:49.468Z[ host-image] Jul 07 23:59:48.470 INFO O| Jul 07 23:59:48.469 INFO STEP 0 (pkg_image_create) COMPLETE
38742026-07-07T23:59:49.468Z[ host-image] Jul 07 23:59:48.470 INFO O| Jul 07 23:59:48.469 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38752026-07-07T23:59:49.475Z[ host-image] Jul 07 23:59:48.477 INFO O| Jul 07 23:59:48.477 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "set-publisher", "--no-refresh", "-G", "*", "-g", "file:///work/incorporation.p5p", "-g", "https://pkg.oxide.computer/helios/3/dev/", "helios"]
38762026-07-07T23:59:49.743Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO STEP 1 (pkg_set_publisher) COMPLETE
38772026-07-07T23:59:49.743Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38782026-07-07T23:59:49.743Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO skip step because feature "publisher_1_name" is not enabled
38792026-07-07T23:59:49.747Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38802026-07-07T23:59:49.747Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO skip step because feature "publisher_2_name" is not enabled
38812026-07-07T23:59:49.747Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38822026-07-07T23:59:49.747Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO skip step because feature "publisher_3_name" is not enabled
38832026-07-07T23:59:49.747Z[ host-image] Jul 07 23:59:48.743 INFO O| Jul 07 23:59:48.743 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38842026-07-07T23:59:49.999Z[ host-image] Jul 07 23:59:49.001 INFO O| Jul 07 23:59:49.001 INFO variant opensolaris.zone is already global
38852026-07-07T23:59:49.999Z[ host-image] Jul 07 23:59:49.001 INFO O| Jul 07 23:59:49.001 INFO STEP 5 (pkg_change_variant) COMPLETE
38862026-07-07T23:59:49.999Z[ host-image] Jul 07 23:59:49.001 INFO O| Jul 07 23:59:49.001 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
38872026-07-07T23:59:50.254Z[ host-image] Jul 07 23:59:49.254 INFO O| Jul 07 23:59:49.254 INFO variant opensolaris.imagetype is full; changing to partial
38882026-07-07T23:59:50.254Z[ host-image] Jul 07 23:59:49.254 INFO O| Jul 07 23:59:49.254 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
38892026-07-07T23:59:50.921Z[ host-image] Jul 07 23:59:49.923 INFO O| Jul 07 23:59:49.923 INFO O| Startup: Refreshing catalog 'helios' ... Done
38902026-07-07T23:59:51.033Z[ host-image] Jul 07 23:59:50.035 INFO O| Jul 07 23:59:50.034 INFO O| Startup: Caching catalogs ... Done
38912026-07-07T23:59:51.039Z[ host-image] Jul 07 23:59:50.039 INFO O| Jul 07 23:59:50.039 INFO O| Planning: Planning completed in 0.00 seconds
38922026-07-07T23:59:51.042Z[ host-image] Jul 07 23:59:50.040 INFO O| Jul 07 23:59:50.040 INFO O| Planning: Consolidating action changes ... Done
38932026-07-07T23:59:51.042Z[ host-image] Jul 07 23:59:50.040 INFO O| Jul 07 23:59:50.040 INFO O| Planning: Evaluating mediators ... Done
38942026-07-07T23:59:51.042Z[ host-image] Jul 07 23:59:50.040 INFO O| Jul 07 23:59:50.040 INFO O| Planning: Planning completed in 0.00 seconds
38952026-07-07T23:59:51.042Z[ host-image] Jul 07 23:59:50.040 INFO O| Jul 07 23:59:50.040 INFO O| Variants/Facets to change: 1
38962026-07-07T23:59:51.047Z[ host-image] Jul 07 23:59:50.049 INFO O| Jul 07 23:59:50.049 INFO O| Finalize: Updating package state database ... Done
38972026-07-07T23:59:51.047Z[ host-image] Jul 07 23:59:50.049 INFO O| Jul 07 23:59:50.049 INFO O| Finalize: Updating package cache ... Done
38982026-07-07T23:59:51.069Z[ host-image] Jul 07 23:59:50.071 INFO O| Jul 07 23:59:50.071 INFO O| Finalize: Updating image state ... Done
38992026-07-07T23:59:51.072Z[ host-image] Jul 07 23:59:50.074 INFO O| Jul 07 23:59:50.074 INFO O| Finalize: Creating fast lookup database ... Done
39002026-07-07T23:59:51.077Z[ host-image] Jul 07 23:59:50.074 INFO O| Jul 07 23:59:50.074 INFO O| Finalize: Reading search index ... Done
39012026-07-07T23:59:51.077Z[ host-image] Jul 07 23:59:50.075 INFO O| Jul 07 23:59:50.074 INFO O| Finalize: Updating search index ... Done
39022026-07-07T23:59:51.077Z[ host-image] Jul 07 23:59:50.075 INFO O| Jul 07 23:59:50.075 INFO O| Finalize: Updating package cache ... Done
39032026-07-07T23:59:51.167Z[ host-image] Jul 07 23:59:50.168 INFO O| Jul 07 23:59:50.168 INFO STEP 6 (pkg_change_variant) COMPLETE
39042026-07-07T23:59:51.167Z[ host-image] Jul 07 23:59:50.168 INFO O| Jul 07 23:59:50.168 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39052026-07-07T23:59:51.170Z[ host-image] Jul 07 23:59:50.168 INFO O| Jul 07 23:59:50.168 INFO skip step because feature "debug_variant" is not enabled
39062026-07-07T23:59:51.170Z[ host-image] Jul 07 23:59:50.168 INFO O| Jul 07 23:59:50.168 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39072026-07-07T23:59:51.410Z[ host-image] Jul 07 23:59:50.410 INFO O| Jul 07 23:59:50.410 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"]
39082026-07-07T23:59:52.031Z[ host-image] Jul 07 23:59:51.033 INFO O| Jul 07 23:59:51.033 INFO O| Startup: Refreshing catalog 'helios' ... Done
39092026-07-07T23:59:52.138Z[ host-image] Jul 07 23:59:51.140 INFO O| Jul 07 23:59:51.140 INFO O| Startup: Caching catalogs ... Done
39102026-07-07T23:59:52.141Z[ host-image] Jul 07 23:59:51.144 INFO O| Jul 07 23:59:51.144 INFO O| Planning: Planning completed in 0.00 seconds
39112026-07-07T23:59:52.144Z[ host-image] Jul 07 23:59:51.144 INFO O| Jul 07 23:59:51.144 INFO O| Planning: Consolidating action changes ... Done
39122026-07-07T23:59:52.144Z[ host-image] Jul 07 23:59:51.144 INFO O| Jul 07 23:59:51.144 INFO O| Planning: Evaluating mediators ... Done
39132026-07-07T23:59:52.144Z[ host-image] Jul 07 23:59:51.144 INFO O| Jul 07 23:59:51.144 INFO O| Planning: Planning completed in 0.00 seconds
39142026-07-07T23:59:52.144Z[ host-image] Jul 07 23:59:51.144 INFO O| Jul 07 23:59:51.144 INFO O| Variants/Facets to change: 1
39152026-07-07T23:59:52.150Z[ host-image] Jul 07 23:59:51.153 INFO O| Jul 07 23:59:51.153 INFO O| Finalize: Updating package state database ... Done
39162026-07-07T23:59:52.151Z[ host-image] Jul 07 23:59:51.153 INFO O| Jul 07 23:59:51.153 INFO O| Finalize: Updating package cache ... Done
39172026-07-07T23:59:52.170Z[ host-image] Jul 07 23:59:51.172 INFO O| Jul 07 23:59:51.172 INFO O| Finalize: Updating image state ... Done
39182026-07-07T23:59:52.172Z[ host-image] Jul 07 23:59:51.174 INFO O| Jul 07 23:59:51.174 INFO O| Finalize: Creating fast lookup database ... Done
39192026-07-07T23:59:52.177Z[ host-image] Jul 07 23:59:51.175 INFO O| Jul 07 23:59:51.175 INFO O| Finalize: Reading search index ... Done
39202026-07-07T23:59:52.177Z[ host-image] Jul 07 23:59:51.175 INFO O| Jul 07 23:59:51.175 INFO O| Finalize: Updating search index ... Done
39212026-07-07T23:59:52.177Z[ host-image] Jul 07 23:59:51.176 INFO O| Jul 07 23:59:51.176 INFO O| Finalize: Updating package cache ... Done
39222026-07-07T23:59:52.262Z[ host-image] Jul 07 23:59:51.264 INFO O| Jul 07 23:59:51.264 INFO STEP 8 (pkg_change_facet) COMPLETE
39232026-07-07T23:59:52.262Z[ host-image] Jul 07 23:59:51.264 INFO O| Jul 07 23:59:51.264 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39242026-07-07T23:59:52.265Z[ host-image] Jul 07 23:59:51.264 INFO O| Jul 07 23:59:51.264 INFO skip step because feature "recovery" is not enabled
39252026-07-07T23:59:52.265Z[ host-image] Jul 07 23:59:51.264 INFO O| Jul 07 23:59:51.264 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39262026-07-07T23:59:52.265Z[ host-image] Jul 07 23:59:51.264 INFO O| Jul 07 23:59:51.264 INFO skip step because feature "recovery" is not enabled
39272026-07-07T23:59:52.265Z[ host-image] Jul 07 23:59:51.264 INFO O| Jul 07 23:59:51.264 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
39282026-07-07T23:59:52.271Z[ host-image] Jul 07 23:59:51.273 INFO O| Jul 07 23:59:51.273 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/driver/developer/amd/zen", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@21.0.0.0"]
39292026-07-07T23:59:52.889Z[ host-image] Jul 07 23:59:51.891 INFO O| Jul 07 23:59:51.891 INFO O| Startup: Refreshing catalog 'helios' ... Done
39302026-07-07T23:59:52.993Z[ host-image] Jul 07 23:59:51.995 INFO O| Jul 07 23:59:51.995 INFO O| Startup: Caching catalogs ... Done
39312026-07-07T23:59:53.420Z[ host-image] Jul 07 23:59:52.422 INFO O| Jul 07 23:59:52.422 INFO O| Planning: Solver setup ... Done
39322026-07-07T23:59:53.436Z[ host-image] Jul 07 23:59:52.438 INFO O| Jul 07 23:59:52.438 INFO O| Planning: Running solver ... Done
39332026-07-07T23:59:53.446Z[ host-image] Jul 07 23:59:52.448 INFO O| Jul 07 23:59:52.448 INFO O| Planning: Finding local manifests ... Done
39342026-07-07T23:59:53.464Z[ host-image] Jul 07 23:59:52.466 INFO O| Jul 07 23:59:52.466 INFO O| Planning: Fetching manifests: 0/128 0% complete
39352026-07-07T23:59:54.991Z[ host-image] Jul 07 23:59:53.993 INFO O| Jul 07 23:59:53.993 INFO O| Planning: Fetching manifests: 128/128 100% complete
39362026-07-07T23:59:55.379Z[ host-image] Jul 07 23:59:54.381 INFO O| Jul 07 23:59:54.381 INFO O| Planning: Package planning ... Done
39372026-07-07T23:59:55.682Z[ host-image] Jul 07 23:59:54.684 INFO O| Jul 07 23:59:54.684 INFO O| Planning: Merging actions ... Done
39382026-07-07T23:59:55.862Z[ host-image] Jul 07 23:59:54.864 INFO O| Jul 07 23:59:54.864 INFO O| Planning: Checking for conflicting actions ... Done
39392026-07-07T23:59:55.958Z[ host-image] Jul 07 23:59:54.960 INFO O| Jul 07 23:59:54.960 INFO O| Planning: Consolidating action changes ... Done
39402026-07-07T23:59:56.120Z[ host-image] Jul 07 23:59:55.122 INFO O| Jul 07 23:59:55.122 INFO O| Planning: Evaluating mediators ... Done
39412026-07-07T23:59:56.210Z[recovery-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
39422026-07-07T23:59:57.083Z[recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
39432026-07-07T23:59:57.490Z[ host-image] Jul 07 23:59:56.492 INFO O| Jul 07 23:59:56.492 INFO O| Planning: Planning completed in 4.49 seconds
39442026-07-07T23:59:57.493Z[ host-image] Jul 07 23:59:56.494 INFO O| Jul 07 23:59:56.494 INFO O| Packages to install: 128
39452026-07-07T23:59:57.493Z[ host-image] Jul 07 23:59:56.494 INFO O| Jul 07 23:59:56.494 INFO O| Mediators to change: 5
39462026-07-07T23:59:57.493Z[ host-image] Jul 07 23:59:56.494 INFO O| Jul 07 23:59:56.494 INFO O| Services to change: 6
39472026-07-07T23:59:57.520Z[ host-image] Jul 07 23:59:56.522 INFO O| Jul 07 23:59:56.522 INFO O| Download: 0/23767 items 0.0/222.4MB 0% complete
39482026-07-07T23:59:59.436Z[recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
39492026-07-07T23:59:59.437Z[recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
39502026-07-08T00:00:00.560Z[recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
39512026-07-08T00:00:01.172Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
39522026-07-08T00:00:02.644Z[ host-image] Jul 08 00:00:01.646 INFO O| Jul 08 00:00:01.646 INFO O| Download: 1639/23767 items 10.5/222.4MB 4% complete (2.1M/s)
39532026-07-08T00:00:07.787Z[ host-image] Jul 08 00:00:06.789 INFO O| Jul 08 00:00:06.789 INFO O| Download: 2445/23767 items 27.5/222.4MB 12% complete (2.8M/s)
39542026-07-08T00:00:12.789Z[ host-image] Jul 08 00:00:11.791 INFO O| Jul 08 00:00:11.790 INFO O| Download: 4534/23767 items 41.2/222.4MB 18% complete (3.1M/s)
39552026-07-08T00:00:13.297Z[recovery-package] Finished `release` profile [optimized] target(s) in 32.03s
39562026-07-08T00:00:15.884ZJul 08 00:00:14.886 INFO [recovery-package] process exited with exit status: 0 (34.739588002s)
39572026-07-08T00:00:15.884ZJul 08 00:00:14.886 INFO [recovery-libraries] running task
39582026-07-08T00:00:15.884ZJul 08 00:00:14.886 INFO [recovery-stamp] running task
39592026-07-08T00:00:15.888ZJul 08 00:00:14.886 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+git041867f7c27
39602026-07-08T00:00:15.888ZJul 08 00:00:14.886 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 21.0.0-0.ci+git041867f7c27
39612026-07-08T00:00:15.891Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
39622026-07-08T00:00:15.894Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
39632026-07-08T00:00:15.941ZJul 08 00:00:14.943 INFO [recovery-libraries] task succeeded (56.946757ms)
39642026-07-08T00:00:15.944ZJul 08 00:00:14.943 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries
39652026-07-08T00:00:16.008Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
39662026-07-08T00:00:16.011ZJul 08 00:00:15.013 INFO [stamp-installinator] process exited with exit status: 0 (126.380234ms)
39672026-07-08T00:00:16.058Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
39682026-07-08T00:00:16.061ZJul 08 00:00:15.063 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (177.021461ms)
39692026-07-08T00:00:16.061ZJul 08 00:00:15.063 INFO [recovery-stamp] task succeeded (177.443012ms)
39702026-07-08T00:00:16.061ZJul 08 00:00:15.063 INFO [recovery-proto] running task
39712026-07-08T00:00:16.061ZJul 08 00:00:15.063 INFO [tuf-stamp] running task
39722026-07-08T00:00:16.065ZJul 08 00:00:15.064 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+git041867f7c27
39732026-07-08T00:00:16.065ZJul 08 00:00:15.064 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+git041867f7c27
39742026-07-08T00:00:16.065ZJul 08 00:00:15.064 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+git041867f7c27
39752026-07-08T00:00:16.065ZJul 08 00:00:15.065 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+git041867f7c27
39762026-07-08T00:00:16.065ZJul 08 00:00:15.065 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+git041867f7c27
39772026-07-08T00:00:16.065ZJul 08 00:00:15.065 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+git041867f7c27
39782026-07-08T00:00:16.065ZJul 08 00:00:15.066 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+git041867f7c27
39792026-07-08T00:00:16.065ZJul 08 00:00:15.066 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+git041867f7c27
39802026-07-08T00:00:16.065ZJul 08 00:00:15.067 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+git041867f7c27
39812026-07-08T00:00:16.065ZJul 08 00:00:15.067 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+git041867f7c27
39822026-07-08T00:00:16.068ZJul 08 00:00:15.067 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+git041867f7c27
39832026-07-08T00:00:16.068ZJul 08 00:00:15.067 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+git041867f7c27
39842026-07-08T00:00:16.072Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39852026-07-08T00:00:16.072Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
39862026-07-08T00:00:16.072Z[stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG
39872026-07-08T00:00:16.072Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
39882026-07-08T00:00:16.072Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
39892026-07-08T00:00:16.076Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
39902026-07-08T00:00:16.076Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
39912026-07-08T00:00:16.076Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39922026-07-08T00:00:16.076Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
39932026-07-08T00:00:16.076Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
39942026-07-08T00:00:16.076Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
39952026-07-08T00:00:16.076Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
39962026-07-08T00:00:16.120Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
39972026-07-08T00:00:16.123ZJul 08 00:00:15.125 INFO [stamp-probe] process exited with exit status: 0 (59.632111ms)
39982026-07-08T00:00:16.188ZJul 08 00:00:15.190 INFO [recovery-proto] task succeeded (127.120654ms)
39992026-07-08T00:00:16.191ZJul 08 00:00:15.190 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/.tmpEUv0W0/proto/recovery/root -N 'recovery 041867f/${os_short_commit} 2026-07-07 23:49' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/'
40002026-07-08T00:00:16.194Z[ recovery-image] Jul 08 00:00:15.196 INFO Checking files for board 'gimlet'
40012026-07-08T00:00:16.197Z[ recovery-image] Jul 08 00:00:15.197 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
40022026-07-08T00:00:16.197Z[ recovery-image] Jul 08 00:00:15.197 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
40032026-07-08T00:00:16.197Z[ recovery-image] Jul 08 00:00:15.197 INFO Checking files for board 'cosmo-mbist-noaggr'
40042026-07-08T00:00:16.197Z[ recovery-image] Jul 08 00:00:15.197 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml"
40052026-07-08T00:00:16.197Z[ recovery-image] Jul 08 00:00:15.197 INFO Checking files for board 'cosmo'
40062026-07-08T00:00:16.198Z[ recovery-image] Jul 08 00:00:15.197 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5"
40072026-07-08T00:00:16.198Z[ recovery-image] Jul 08 00:00:15.197 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
40082026-07-08T00:00:16.198Z[ recovery-image] Jul 08 00:00:15.197 INFO Checking files for board 'cosmo-mbist'
40092026-07-08T00:00:16.198Z[ recovery-image] Jul 08 00:00:15.197 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml"
40102026-07-08T00:00:16.202Z[ recovery-image] Jul 08 00:00:15.204 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpEUv0W0/proto/recovery/root"
40112026-07-08T00:00:16.205Z[ recovery-image] Jul 08 00:00:15.204 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ }
40122026-07-08T00:00:16.205Z[ recovery-image] Jul 08 00:00:15.204 INFO image builder template: ramdisk-01-os...
40132026-07-08T00:00:16.205Z[ recovery-image] Jul 08 00:00:15.204 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/.tmpEUv0W0/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.41.492", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@21.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
40142026-07-08T00:00:16.216Z[ recovery-image] Jul 08 00:00:15.218 INFO O| Jul 08 00:00:15.218 INFO CREATE DATASET: rpool/images/build/recovery/output
40152026-07-08T00:00:16.475Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40162026-07-08T00:00:16.501Z[verify-libraries] Running `target/debug/xtask verify-libraries`
40172026-07-08T00:00:16.504Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
40182026-07-08T00:00:16.507ZJul 08 00:00:15.508 INFO [stamp-ntp] process exited with exit status: 0 (444.202749ms)
40192026-07-08T00:00:16.541Z[ recovery-image] Jul 08 00:00:15.543 INFO O| Jul 08 00:00:15.543 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40202026-07-08T00:00:16.544Z[ recovery-image] Jul 08 00:00:15.546 INFO O| Jul 08 00:00:15.546 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40212026-07-08T00:00:16.632Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
40222026-07-08T00:00:16.636ZJul 08 00:00:15.638 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (573.635657ms)
40232026-07-08T00:00:16.820Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
40242026-07-08T00:00:16.823Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
40252026-07-08T00:00:16.826ZJul 08 00:00:15.826 INFO [stamp-internal-dns] process exited with exit status: 0 (759.28154ms)
40262026-07-08T00:00:16.826ZJul 08 00:00:15.828 INFO [stamp-external-dns] process exited with exit status: 0 (762.289054ms)
40272026-07-08T00:00:16.858Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
40282026-07-08T00:00:16.862ZJul 08 00:00:15.863 INFO [stamp-crucible-zone] process exited with exit status: 0 (796.229896ms)
40292026-07-08T00:00:17.030Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
40302026-07-08T00:00:17.033ZJul 08 00:00:16.035 INFO [stamp-oximeter] process exited with exit status: 0 (968.5884ms)
40312026-07-08T00:00:17.116Z[ recovery-image] Jul 08 00:00:16.118 INFO O| Jul 08 00:00:16.118 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled
40322026-07-08T00:00:17.304Z[ recovery-image] Jul 08 00:00:16.305 INFO O| Jul 08 00:00:16.305 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os
40332026-07-08T00:00:17.304Z[ recovery-image] Jul 08 00:00:16.305 INFO O| Jul 08 00:00:16.305 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
40342026-07-08T00:00:17.304Z[ recovery-image] Jul 08 00:00:16.306 INFO O| Jul 08 00:00:16.305 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk
40352026-07-08T00:00:17.307Z[ recovery-image] Jul 08 00:00:16.306 INFO O| Jul 08 00:00:16.305 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk
40362026-07-08T00:00:17.310Z[ recovery-image] Jul 08 00:00:16.312 INFO O| Jul 08 00:00:16.312 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
40372026-07-08T00:00:17.790Z[ host-image] Jul 08 00:00:16.792 INFO O| Jul 08 00:00:16.792 INFO O| Download: 5934/23767 items 46.9/222.4MB 21% complete (1.9M/s)
40382026-07-08T00:00:18.542Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
40392026-07-08T00:00:18.545ZJul 08 00:00:17.547 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.482963344s)
40402026-07-08T00:00:18.841Z[ recovery-image] Jul 08 00:00:17.843 INFO O| Jul 08 00:00:17.843 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40412026-07-08T00:00:18.847Z[ recovery-image] Jul 08 00:00:17.849 INFO O| Jul 08 00:00:17.849 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"]
40422026-07-08T00:00:19.116Z[ recovery-image] Jul 08 00:00:18.118 INFO O| Jul 08 00:00:18.118 INFO O| Caching catalogs ... Done
40432026-07-08T00:00:19.194Z[ recovery-image] Jul 08 00:00:18.196 INFO O| Jul 08 00:00:18.196 INFO STEP 0 (pkg_image_create) COMPLETE
40442026-07-08T00:00:19.194Z[ recovery-image] Jul 08 00:00:18.196 INFO O| Jul 08 00:00:18.196 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40452026-07-08T00:00:19.201Z[ recovery-image] Jul 08 00:00:18.203 INFO O| Jul 08 00:00:18.203 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"]
40462026-07-08T00:00:19.455Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO STEP 1 (pkg_set_publisher) COMPLETE
40472026-07-08T00:00:19.455Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40482026-07-08T00:00:19.459Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO skip step because feature "publisher_1_name" is not enabled
40492026-07-08T00:00:19.459Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40502026-07-08T00:00:19.459Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO skip step because feature "publisher_2_name" is not enabled
40512026-07-08T00:00:19.459Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40522026-07-08T00:00:19.459Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO skip step because feature "publisher_3_name" is not enabled
40532026-07-08T00:00:19.459Z[ recovery-image] Jul 08 00:00:18.457 INFO O| Jul 08 00:00:18.457 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40542026-07-08T00:00:19.738Z[ recovery-image] Jul 08 00:00:18.740 INFO O| Jul 08 00:00:18.740 INFO variant opensolaris.zone is already global
40552026-07-08T00:00:19.738Z[ recovery-image] Jul 08 00:00:18.740 INFO O| Jul 08 00:00:18.740 INFO STEP 5 (pkg_change_variant) COMPLETE
40562026-07-08T00:00:19.738Z[ recovery-image] Jul 08 00:00:18.740 INFO O| Jul 08 00:00:18.740 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
40572026-07-08T00:00:20.012Z[ recovery-image] Jul 08 00:00:19.014 INFO O| Jul 08 00:00:19.014 INFO variant opensolaris.imagetype is full; changing to partial
40582026-07-08T00:00:20.013Z[ recovery-image] Jul 08 00:00:19.014 INFO O| Jul 08 00:00:19.014 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
40592026-07-08T00:00:20.120Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
40602026-07-08T00:00:20.123ZJul 08 00:00:19.125 INFO [stamp-nexus] process exited with exit status: 0 (4.05815328s)
40612026-07-08T00:00:20.523Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
40622026-07-08T00:00:20.526ZJul 08 00:00:19.528 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.461719768s)
40632026-07-08T00:00:20.652Z[stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz
40642026-07-08T00:00:20.655ZJul 08 00:00:19.657 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.592347448s)
40652026-07-08T00:00:20.678Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
40662026-07-08T00:00:20.682ZJul 08 00:00:19.684 INFO [stamp-clickhouse] process exited with exit status: 0 (4.618616247s)
40672026-07-08T00:00:20.684ZJul 08 00:00:19.684 INFO [tuf-stamp] task succeeded (4.620578411s)
40682026-07-08T00:00:21.424Z[verify-libraries] Compiling match_cfg v0.1.0
40692026-07-08T00:00:21.424Z[verify-libraries] Compiling slog-json v2.6.1
40702026-07-08T00:00:21.427Z[verify-libraries] Compiling itertools v0.14.0
40712026-07-08T00:00:21.427Z[verify-libraries] Compiling progenitor-client v0.14.0
40722026-07-08T00:00:21.427Z[verify-libraries] Compiling structmeta-derive v0.3.0
40732026-07-08T00:00:21.427Z[verify-libraries] Compiling debug-ignore v1.0.5
40742026-07-08T00:00:21.427Z[verify-libraries] Compiling sha1 v0.11.0
40752026-07-08T00:00:21.719Z[verify-libraries] Compiling newtype-uuid-macros v0.1.0
40762026-07-08T00:00:21.722Z[verify-libraries] Compiling serde_path_to_error v0.1.20
40772026-07-08T00:00:21.739Z[verify-libraries] Compiling multer v3.1.0
40782026-07-08T00:00:21.743Z[verify-libraries] Compiling compression-core v0.4.31
40792026-07-08T00:00:21.743Z[verify-libraries] Compiling async-stream-impl v0.3.6
40802026-07-08T00:00:21.743Z[verify-libraries] Compiling serde_spanned v1.1.1
40812026-07-08T00:00:21.875Z[verify-libraries] Compiling hostname v0.3.1
40822026-07-08T00:00:21.875Z[verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0
40832026-07-08T00:00:21.899Z[verify-libraries] Compiling compression-codecs v0.4.37
40842026-07-08T00:00:21.920Z[verify-libraries] Compiling dropshot v0.17.1
40852026-07-08T00:00:21.924Z[ recovery-image] Jul 08 00:00:20.926 INFO O| Jul 08 00:00:20.926 INFO O| Startup: Refreshing catalog 'helios' ... Done
40862026-07-08T00:00:21.971Z[verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0
40872026-07-08T00:00:21.971Z[verify-libraries] Compiling waitgroup v0.1.2
40882026-07-08T00:00:21.972Z[verify-libraries] Compiling rustls-pemfile v2.2.0
40892026-07-08T00:00:21.975Z[verify-libraries] Compiling dropshot_endpoint v0.17.1
40902026-07-08T00:00:21.975Z[verify-libraries] Compiling hostname v0.4.2
40912026-07-08T00:00:21.975Z[verify-libraries] Compiling atomicwrites v0.4.4
40922026-07-08T00:00:22.042Z[ recovery-image] Jul 08 00:00:21.044 INFO O| Jul 08 00:00:21.044 INFO O| Startup: Caching catalogs ... Done
40932026-07-08T00:00:22.048Z[ recovery-image] Jul 08 00:00:21.050 INFO O| Jul 08 00:00:21.050 INFO O| Planning: Planning completed in 0.00 seconds
40942026-07-08T00:00:22.051Z[ recovery-image] Jul 08 00:00:21.051 INFO O| Jul 08 00:00:21.051 INFO O| Planning: Consolidating action changes ... Done
40952026-07-08T00:00:22.051Z[ recovery-image] Jul 08 00:00:21.051 INFO O| Jul 08 00:00:21.051 INFO O| Planning: Evaluating mediators ... Done
40962026-07-08T00:00:22.051Z[ recovery-image] Jul 08 00:00:21.051 INFO O| Jul 08 00:00:21.051 INFO O| Planning: Planning completed in 0.00 seconds
40972026-07-08T00:00:22.051Z[ recovery-image] Jul 08 00:00:21.051 INFO O| Jul 08 00:00:21.051 INFO O| Variants/Facets to change: 1
40982026-07-08T00:00:22.057Z[verify-libraries] Compiling slog-bunyan v2.5.0
40992026-07-08T00:00:22.060Z[ recovery-image] Jul 08 00:00:21.060 INFO O| Jul 08 00:00:21.060 INFO O| Finalize: Updating package state database ... Done
41002026-07-08T00:00:22.060Z[ recovery-image] Jul 08 00:00:21.060 INFO O| Jul 08 00:00:21.060 INFO O| Finalize: Updating package cache ... Done
41012026-07-08T00:00:22.084Z[ recovery-image] Jul 08 00:00:21.086 INFO O| Jul 08 00:00:21.085 INFO O| Finalize: Updating image state ... Done
41022026-07-08T00:00:22.089Z[ recovery-image] Jul 08 00:00:21.091 INFO O| Jul 08 00:00:21.091 INFO O| Finalize: Creating fast lookup database ... Done
41032026-07-08T00:00:22.092Z[ recovery-image] Jul 08 00:00:21.092 INFO O| Jul 08 00:00:21.092 INFO O| Finalize: Reading search index ... Done
41042026-07-08T00:00:22.092Z[ recovery-image] Jul 08 00:00:21.092 INFO O| Jul 08 00:00:21.092 INFO O| Finalize: Updating search index ... Done
41052026-07-08T00:00:22.092Z[ recovery-image] Jul 08 00:00:21.092 INFO O| Jul 08 00:00:21.092 INFO O| Finalize: Updating package cache ... Done
41062026-07-08T00:00:22.171Z[verify-libraries] Compiling toml v1.1.2+spec-1.1.0
41072026-07-08T00:00:22.174Z[verify-libraries] Compiling async-compression v0.4.41
41082026-07-08T00:00:22.215Z[verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
41092026-07-08T00:00:22.215Z[verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41102026-07-08T00:00:22.218Z[verify-libraries] Compiling macaddr v1.0.1
41112026-07-08T00:00:22.234Z[ recovery-image] Jul 08 00:00:21.236 INFO O| Jul 08 00:00:21.236 INFO STEP 6 (pkg_change_variant) COMPLETE
41122026-07-08T00:00:22.234Z[ recovery-image] Jul 08 00:00:21.236 INFO O| Jul 08 00:00:21.236 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41132026-07-08T00:00:22.234Z[ recovery-image] Jul 08 00:00:21.236 INFO O| Jul 08 00:00:21.236 INFO skip step because feature "debug_variant" is not enabled
41142026-07-08T00:00:22.237Z[ recovery-image] Jul 08 00:00:21.236 INFO O| Jul 08 00:00:21.236 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41152026-07-08T00:00:22.320Z[verify-libraries] Compiling regress v0.10.5
41162026-07-08T00:00:22.323Z[verify-libraries] Compiling instant v0.1.13
41172026-07-08T00:00:22.323Z[verify-libraries] Compiling backon v1.6.0
41182026-07-08T00:00:22.323Z[verify-libraries] Compiling humantime v2.3.0
41192026-07-08T00:00:22.323Z[verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41202026-07-08T00:00:22.476Z[verify-libraries] Compiling async-stream v0.3.6
41212026-07-08T00:00:22.501Z[verify-libraries] Compiling backoff v0.4.0
41222026-07-08T00:00:22.527Z[verify-libraries] Compiling convert_case v0.4.0
41232026-07-08T00:00:22.527Z[verify-libraries] Compiling half v2.7.1
41242026-07-08T00:00:22.555Z[ recovery-image] Jul 08 00:00:21.556 INFO O| Jul 08 00:00:21.556 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"]
41252026-07-08T00:00:22.596Z[verify-libraries] Compiling progenitor-extras v0.2.0
41262026-07-08T00:00:22.596Z[verify-libraries] Compiling ciborium-io v0.2.2
41272026-07-08T00:00:22.687Z[verify-libraries] Compiling regress v0.11.1
41282026-07-08T00:00:22.713Z[verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
41292026-07-08T00:00:22.716Z[verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
41302026-07-08T00:00:22.757Z[verify-libraries] Compiling indent_write v2.2.0
41312026-07-08T00:00:22.779Z[verify-libraries] Compiling crucible-workspace-hack v0.1.0
41322026-07-08T00:00:22.783Z[verify-libraries] Compiling secrecy v0.10.3
41332026-07-08T00:00:22.819Z[ host-image] Jul 08 00:00:21.821 INFO O| Jul 08 00:00:21.821 INFO O| Download: 7402/23767 items 52.4/222.4MB 23% complete (1.1M/s)
41342026-07-08T00:00:22.823Z[verify-libraries] Compiling structmeta v0.3.0
41352026-07-08T00:00:22.858Z[verify-libraries] Compiling ciborium-ll v0.2.2
41362026-07-08T00:00:22.887Z[verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
41372026-07-08T00:00:22.910Z[verify-libraries] Compiling unsafe-libyaml v0.2.11
41382026-07-08T00:00:22.937Z[verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
41392026-07-08T00:00:22.962Z[verify-libraries] Compiling derive_more v0.99.20
41402026-07-08T00:00:22.965Z[verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41412026-07-08T00:00:22.986Z[verify-libraries] Compiling inout v0.1.4
41422026-07-08T00:00:23.029Z[verify-libraries] Compiling universal-hash v0.5.1
41432026-07-08T00:00:23.049Z[verify-libraries] Compiling thiserror-impl-no-std v2.0.2
41442026-07-08T00:00:23.076Z[verify-libraries] Compiling derive-ex v0.1.8
41452026-07-08T00:00:23.118Z[verify-libraries] Compiling parse-display-derive v0.10.0
41462026-07-08T00:00:23.121Z[verify-libraries] Compiling ciborium v0.2.2
41472026-07-08T00:00:23.227Z[verify-libraries] Compiling cipher v0.4.4
41482026-07-08T00:00:23.274Z[verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
41492026-07-08T00:00:23.301Z[verify-libraries] Compiling opaque-debug v0.3.1
41502026-07-08T00:00:23.347Z[verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
41512026-07-08T00:00:23.377Z[ recovery-image] Jul 08 00:00:22.379 INFO O| Jul 08 00:00:22.379 INFO O| Startup: Refreshing catalog 'helios' ... Done
41522026-07-08T00:00:23.420Z[verify-libraries] Compiling poly1305 v0.8.0
41532026-07-08T00:00:23.479Z[verify-libraries] Compiling serde_yaml v0.9.34+deprecated
41542026-07-08T00:00:23.513Z[ recovery-image] Jul 08 00:00:22.512 INFO O| Jul 08 00:00:22.512 INFO O| Startup: Caching catalogs ... Done
41552026-07-08T00:00:23.517Z[ recovery-image] Jul 08 00:00:22.519 INFO O| Jul 08 00:00:22.519 INFO O| Planning: Planning completed in 0.00 seconds
41562026-07-08T00:00:23.520Z[ recovery-image] Jul 08 00:00:22.519 INFO O| Jul 08 00:00:22.519 INFO O| Planning: Consolidating action changes ... Done
41572026-07-08T00:00:23.520Z[ recovery-image] Jul 08 00:00:22.519 INFO O| Jul 08 00:00:22.519 INFO O| Planning: Evaluating mediators ... Done
41582026-07-08T00:00:23.520Z[ recovery-image] Jul 08 00:00:22.519 INFO O| Jul 08 00:00:22.519 INFO O| Planning: Planning completed in 0.00 seconds
41592026-07-08T00:00:23.520Z[ recovery-image] Jul 08 00:00:22.520 INFO O| Jul 08 00:00:22.520 INFO O| Variants/Facets to change: 1
41602026-07-08T00:00:23.526Z[verify-libraries] Compiling chacha20 v0.9.1
41612026-07-08T00:00:23.529Z[verify-libraries] Compiling byte-wrapper v0.1.0
41622026-07-08T00:00:23.529Z[ recovery-image] Jul 08 00:00:22.530 INFO O| Jul 08 00:00:22.530 INFO O| Finalize: Updating package state database ... Done
41632026-07-08T00:00:23.529Z[ recovery-image] Jul 08 00:00:22.531 INFO O| Jul 08 00:00:22.530 INFO O| Finalize: Updating package cache ... Done
41642026-07-08T00:00:23.556Z[ recovery-image] Jul 08 00:00:22.553 INFO O| Jul 08 00:00:22.553 INFO O| Finalize: Updating image state ... Done
41652026-07-08T00:00:23.556Z[ recovery-image] Jul 08 00:00:22.558 INFO O| Jul 08 00:00:22.558 INFO O| Finalize: Creating fast lookup database ... Done
41662026-07-08T00:00:23.559Z[ recovery-image] Jul 08 00:00:22.558 INFO O| Jul 08 00:00:22.558 INFO O| Finalize: Reading search index ... Done
41672026-07-08T00:00:23.560Z[ recovery-image] Jul 08 00:00:22.558 INFO O| Jul 08 00:00:22.558 INFO O| Finalize: Updating search index ... Done
41682026-07-08T00:00:23.560Z[ recovery-image] Jul 08 00:00:22.559 INFO O| Jul 08 00:00:22.559 INFO O| Finalize: Updating package cache ... Done
41692026-07-08T00:00:23.572Z[verify-libraries] Compiling blake2 v0.10.6
41702026-07-08T00:00:23.705Z[ recovery-image] Jul 08 00:00:22.707 INFO O| Jul 08 00:00:22.707 INFO STEP 8 (pkg_change_facet) COMPLETE
41712026-07-08T00:00:23.705Z[ recovery-image] Jul 08 00:00:22.707 INFO O| Jul 08 00:00:22.707 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
41722026-07-08T00:00:23.718Z[verify-libraries] Compiling aead v0.5.2
41732026-07-08T00:00:23.817Z[verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
41742026-07-08T00:00:23.864Z[verify-libraries] Compiling password-hash v0.5.0
41752026-07-08T00:00:23.952Z[verify-libraries] Compiling chacha20poly1305 v0.10.1
41762026-07-08T00:00:24.009Z[verify-libraries] Compiling crossbeam-deque v0.8.6
41772026-07-08T00:00:24.023Z[ recovery-image] Jul 08 00:00:23.024 INFO O| Jul 08 00:00:23.024 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"]
41782026-07-08T00:00:24.046Z[verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0
41792026-07-08T00:00:24.157Z[verify-libraries] Compiling rayon-core v1.13.0
41802026-07-08T00:00:24.244Z[verify-libraries] Compiling argon2 v0.5.3
41812026-07-08T00:00:24.306Z[verify-libraries] Compiling glob v0.3.3
41822026-07-08T00:00:24.330Z[verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0
41832026-07-08T00:00:24.357Z[verify-libraries] Compiling typify-impl v0.6.2
41842026-07-08T00:00:24.382Z[verify-libraries] Compiling thiserror-no-std v2.0.2
41852026-07-08T00:00:24.409Z[verify-libraries] Compiling usdt-macro v0.5.0
41862026-07-08T00:00:24.497Z[verify-libraries] Compiling vsss-rs v3.3.4
41872026-07-08T00:00:24.860Z[ recovery-image] Jul 08 00:00:23.861 INFO O| Jul 08 00:00:23.861 INFO O| Startup: Refreshing catalog 'helios' ... Done
41882026-07-08T00:00:24.874Z[verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41892026-07-08T00:00:24.986Z[verify-libraries] Compiling test-strategy v0.4.5
41902026-07-08T00:00:25.047Z[verify-libraries] Compiling parse-display v0.10.0
41912026-07-08T00:00:25.178Z[verify-libraries] Compiling proc-macro-crate v3.4.0
41922026-07-08T00:00:25.267Z[verify-libraries] Compiling usdt-attr-macro v0.5.0
41932026-07-08T00:00:25.358Z[ recovery-image] Jul 08 00:00:24.360 INFO O| Jul 08 00:00:24.360 INFO O| Startup: Caching catalogs ... Done
41942026-07-08T00:00:25.364Z[verify-libraries] Compiling memmap v0.7.0
41952026-07-08T00:00:25.373Z[ recovery-image] Jul 08 00:00:24.367 INFO O| Jul 08 00:00:24.367 INFO O| Planning: Planning completed in 0.00 seconds
41962026-07-08T00:00:25.373Z[ recovery-image] Jul 08 00:00:24.367 INFO O| Jul 08 00:00:24.367 INFO O| Planning: Consolidating action changes ... Done
41972026-07-08T00:00:25.373Z[ recovery-image] Jul 08 00:00:24.367 INFO O| Jul 08 00:00:24.367 INFO O| Planning: Evaluating mediators ... Done
41982026-07-08T00:00:25.373Z[ recovery-image] Jul 08 00:00:24.368 INFO O| Jul 08 00:00:24.368 INFO O| Planning: Planning completed in 0.00 seconds
41992026-07-08T00:00:25.373Z[ recovery-image] Jul 08 00:00:24.368 INFO O| Jul 08 00:00:24.368 INFO O| Variants/Facets to change: 1
42002026-07-08T00:00:25.389Z[ recovery-image] Jul 08 00:00:24.386 INFO O| Jul 08 00:00:24.386 INFO O| Finalize: Updating package state database ... Done
42012026-07-08T00:00:25.389Z[ recovery-image] Jul 08 00:00:24.386 INFO O| Jul 08 00:00:24.386 INFO O| Finalize: Updating package cache ... Done
42022026-07-08T00:00:25.408Z[ recovery-image] Jul 08 00:00:24.409 INFO O| Jul 08 00:00:24.409 INFO O| Finalize: Updating image state ... Done
42032026-07-08T00:00:25.412Z[ recovery-image] Jul 08 00:00:24.414 INFO O| Jul 08 00:00:24.414 INFO O| Finalize: Creating fast lookup database ... Done
42042026-07-08T00:00:25.415Z[ recovery-image] Jul 08 00:00:24.414 INFO O| Jul 08 00:00:24.414 INFO O| Finalize: Reading search index ... Done
42052026-07-08T00:00:25.415Z[ recovery-image] Jul 08 00:00:24.414 INFO O| Jul 08 00:00:24.414 INFO O| Finalize: Updating search index ... Done
42062026-07-08T00:00:25.416Z[ recovery-image] Jul 08 00:00:24.415 INFO O| Jul 08 00:00:24.415 INFO O| Finalize: Updating package cache ... Done
42072026-07-08T00:00:25.426Z[verify-libraries] Compiling heapless v0.8.0
42082026-07-08T00:00:25.487Z[verify-libraries] Compiling proc-macro-error v1.0.4
42092026-07-08T00:00:25.563Z[verify-libraries] Compiling ingot-macros v0.1.1
42102026-07-08T00:00:25.566Z[ recovery-image] Jul 08 00:00:24.565 INFO O| Jul 08 00:00:24.565 INFO STEP 9 (pkg_change_facet) COMPLETE
42112026-07-08T00:00:25.567Z[ recovery-image] Jul 08 00:00:24.565 INFO O| Jul 08 00:00:24.565 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42122026-07-08T00:00:25.611Z[verify-libraries] Compiling tabwriter v1.4.1
42132026-07-08T00:00:25.634Z[verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
42142026-07-08T00:00:25.634Z[verify-libraries] Compiling hash32 v0.3.1
42152026-07-08T00:00:25.703Z[verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42162026-07-08T00:00:25.801Z[verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42172026-07-08T00:00:25.806Z[verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
42182026-07-08T00:00:25.848Z[verify-libraries] Compiling num_enum_derive v0.7.6
42192026-07-08T00:00:25.848Z[verify-libraries] Compiling smoltcp v0.11.0
42202026-07-08T00:00:25.875Z[ recovery-image] Jul 08 00:00:24.876 INFO O| Jul 08 00:00:24.876 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"]
42212026-07-08T00:00:25.928Z[verify-libraries] Compiling toml v0.8.23
42222026-07-08T00:00:25.950Z[verify-libraries] Compiling cobs v0.3.0
42232026-07-08T00:00:25.979Z[verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42242026-07-08T00:00:26.019Z[verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
42252026-07-08T00:00:26.215Z[verify-libraries] Compiling colored v3.1.1
42262026-07-08T00:00:26.265Z[verify-libraries] Compiling usdt v0.5.0
42272026-07-08T00:00:26.265Z[verify-libraries] Compiling postcard v1.1.3
42282026-07-08T00:00:26.309Z[verify-libraries] Compiling rayon v1.11.0
42292026-07-08T00:00:26.309Z[verify-libraries] Compiling rand v0.10.1
42302026-07-08T00:00:26.411Z[verify-libraries] Compiling proc-macro-crate v1.3.1
42312026-07-08T00:00:26.634Z[verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42322026-07-08T00:00:26.634Z[verify-libraries] Compiling foreign-types-macros v0.2.3
42332026-07-08T00:00:26.638Z[verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42342026-07-08T00:00:26.701Z[verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
42352026-07-08T00:00:26.701Z[verify-libraries] Compiling foreign-types-shared v0.3.1
42362026-07-08T00:00:26.720Z[ recovery-image] Jul 08 00:00:25.721 INFO O| Jul 08 00:00:25.721 INFO O| Startup: Refreshing catalog 'helios' ... Done
42372026-07-08T00:00:26.846Z[ recovery-image] Jul 08 00:00:25.847 INFO O| Jul 08 00:00:25.847 INFO O| Startup: Caching catalogs ... Done
42382026-07-08T00:00:26.852Z[ recovery-image] Jul 08 00:00:25.854 INFO O| Jul 08 00:00:25.854 INFO O| Planning: Planning completed in 0.00 seconds
42392026-07-08T00:00:26.855Z[ recovery-image] Jul 08 00:00:25.854 INFO O| Jul 08 00:00:25.854 INFO O| Planning: Consolidating action changes ... Done
42402026-07-08T00:00:26.855Z[ recovery-image] Jul 08 00:00:25.855 INFO O| Jul 08 00:00:25.854 INFO O| Planning: Evaluating mediators ... Done
42412026-07-08T00:00:26.855Z[ recovery-image] Jul 08 00:00:25.855 INFO O| Jul 08 00:00:25.855 INFO O| Planning: Planning completed in 0.00 seconds
42422026-07-08T00:00:26.855Z[ recovery-image] Jul 08 00:00:25.855 INFO O| Jul 08 00:00:25.855 INFO O| Variants/Facets to change: 1
42432026-07-08T00:00:26.880Z[ recovery-image] Jul 08 00:00:25.882 INFO O| Jul 08 00:00:25.882 INFO O| Finalize: Updating package state database ... Done
42442026-07-08T00:00:26.880Z[ recovery-image] Jul 08 00:00:25.882 INFO O| Jul 08 00:00:25.882 INFO O| Finalize: Updating package cache ... Done
42452026-07-08T00:00:26.904Z[ recovery-image] Jul 08 00:00:25.906 INFO O| Jul 08 00:00:25.906 INFO O| Finalize: Updating image state ... Done
42462026-07-08T00:00:26.909Z[ recovery-image] Jul 08 00:00:25.911 INFO O| Jul 08 00:00:25.911 INFO O| Finalize: Creating fast lookup database ... Done
42472026-07-08T00:00:26.912Z[ recovery-image] Jul 08 00:00:25.911 INFO O| Jul 08 00:00:25.911 INFO O| Finalize: Reading search index ... Done
42482026-07-08T00:00:26.912Z[ recovery-image] Jul 08 00:00:25.912 INFO O| Jul 08 00:00:25.912 INFO O| Finalize: Updating search index ... Done
42492026-07-08T00:00:26.912Z[ recovery-image] Jul 08 00:00:25.912 INFO O| Jul 08 00:00:25.912 INFO O| Finalize: Updating package cache ... Done
42502026-07-08T00:00:26.928Z[verify-libraries] Compiling num_enum_derive v0.5.11
42512026-07-08T00:00:26.963Z[verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42522026-07-08T00:00:27.005Z[verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
42532026-07-08T00:00:27.009Z[verify-libraries] Compiling num-derive v0.4.2
42542026-07-08T00:00:27.053Z[ recovery-image] Jul 08 00:00:26.054 INFO O| Jul 08 00:00:26.052 INFO STEP 10 (pkg_change_facet) COMPLETE
42552026-07-08T00:00:27.053Z[ recovery-image] Jul 08 00:00:26.054 INFO O| Jul 08 00:00:26.052 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
42562026-07-08T00:00:27.061Z[ recovery-image] Jul 08 00:00:26.063 INFO O| Jul 08 00:00:26.063 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"]
42572026-07-08T00:00:27.064Z[verify-libraries] Compiling cstr-argument v0.1.2
42582026-07-08T00:00:27.107Z[verify-libraries] Compiling num_enum v0.7.6
42592026-07-08T00:00:27.271Z[verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
42602026-07-08T00:00:27.301Z[verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
42612026-07-08T00:00:27.325Z[verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
42622026-07-08T00:00:27.349Z[verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
42632026-07-08T00:00:27.352Z[verify-libraries] Compiling sigpipe v0.1.3
42642026-07-08T00:00:27.399Z[verify-libraries] Compiling foreign-types v0.5.0
42652026-07-08T00:00:27.471Z[verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
42662026-07-08T00:00:27.500Z[verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
42672026-07-08T00:00:27.544Z[verify-libraries] Compiling zone_cfg_derive v0.3.1
42682026-07-08T00:00:27.587Z[verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
42692026-07-08T00:00:27.591Z[verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42702026-07-08T00:00:27.632Z[verify-libraries] Compiling itertools v0.12.1
42712026-07-08T00:00:27.635Z[verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
42722026-07-08T00:00:27.820Z[verify-libraries] Compiling smf v0.2.3
42732026-07-08T00:00:27.820Z[verify-libraries] Compiling whoami v1.6.1
42742026-07-08T00:00:27.826Z[ host-image] Jul 08 00:00:26.828 INFO O| Jul 08 00:00:26.828 INFO O| Download: 8814/23767 items 75.2/222.4MB 33% complete (2.7M/s)
42752026-07-08T00:00:27.849Z[ recovery-image] Jul 08 00:00:26.851 INFO O| Jul 08 00:00:26.851 INFO O| Startup: Refreshing catalog 'helios' ... Done
42762026-07-08T00:00:27.901Z[verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
42772026-07-08T00:00:28.019Z[ recovery-image] Jul 08 00:00:27.021 INFO O| Jul 08 00:00:27.021 INFO O| Startup: Caching catalogs ... Done
42782026-07-08T00:00:28.026Z[verify-libraries] Compiling tokio-dtrace v0.1.1
42792026-07-08T00:00:28.110Z[verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
42802026-07-08T00:00:28.147Z[verify-libraries] Compiling num_enum v0.5.11
42812026-07-08T00:00:28.214Z[verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
42822026-07-08T00:00:28.244Z[verify-libraries] Compiling derive-where v1.6.0
42832026-07-08T00:00:28.247Z[verify-libraries] Compiling owo-colors v4.3.0
42842026-07-08T00:00:28.336Z[verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
42852026-07-08T00:00:28.406Z[verify-libraries] Compiling oxide-tokio-rt v0.1.4
42862026-07-08T00:00:28.431Z[verify-libraries] Compiling cancel-safe-futures v0.1.5
42872026-07-08T00:00:28.434Z[verify-libraries] Compiling gethostname v0.5.0
42882026-07-08T00:00:28.547Z[ recovery-image] Jul 08 00:00:27.549 INFO O| Jul 08 00:00:27.546 INFO O| Planning: Solver setup ... Done
42892026-07-08T00:00:28.550Z[verify-libraries] Compiling libsw-core v0.3.2
42902026-07-08T00:00:28.566Z[ recovery-image] Jul 08 00:00:27.566 INFO O| Jul 08 00:00:27.566 INFO O| Planning: Running solver ... Done
42912026-07-08T00:00:28.579Z[ recovery-image] Jul 08 00:00:27.580 INFO O| Jul 08 00:00:27.580 INFO O| Planning: Finding local manifests ... Done
42922026-07-08T00:00:28.621Z[ recovery-image] Jul 08 00:00:27.622 INFO O| Jul 08 00:00:27.622 INFO O| Planning: Fetching manifests: 0/128 0% complete
42932026-07-08T00:00:28.660Z[verify-libraries] Compiling ingot-types v0.1.2
42942026-07-08T00:00:28.663Z[verify-libraries] Compiling console v0.15.11
42952026-07-08T00:00:28.725Z[verify-libraries] Compiling libsw v3.5.0
42962026-07-08T00:00:28.772Z[verify-libraries] Compiling linear-map v1.2.0
42972026-07-08T00:00:28.775Z[verify-libraries] Compiling newline-converter v0.3.0
42982026-07-08T00:00:28.921Z[verify-libraries] Compiling zone v0.3.1
42992026-07-08T00:00:28.958Z[verify-libraries] Compiling resolv-conf v0.7.6
43002026-07-08T00:00:28.984Z[verify-libraries] Compiling num-rational v0.4.2
43012026-07-08T00:00:29.008Z[verify-libraries] Compiling num-complex v0.4.6
43022026-07-08T00:00:29.011Z[verify-libraries] Compiling slog-dtrace v0.3.0
43032026-07-08T00:00:29.055Z[verify-libraries] Compiling ingot v0.1.1
43042026-07-08T00:00:29.119Z[verify-libraries] Compiling expectorate v1.2.0
43052026-07-08T00:00:29.227Z[verify-libraries] Compiling typify-macro v0.6.2
43062026-07-08T00:00:29.248Z[verify-libraries] Compiling prettyplease v0.2.37
43072026-07-08T00:00:29.307Z[verify-libraries] Compiling float-ord v0.3.2
43082026-07-08T00:00:29.329Z[verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
43092026-07-08T00:00:29.372Z[verify-libraries] Compiling linked-hash-map v0.5.6
43102026-07-08T00:00:29.421Z[verify-libraries] Compiling num v0.4.3
43112026-07-08T00:00:29.465Z[verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
43122026-07-08T00:00:29.468Z[verify-libraries] Compiling hickory-proto v0.24.4
43132026-07-08T00:00:29.638Z[verify-libraries] Compiling lru-cache v0.1.2
43142026-07-08T00:00:29.638Z[verify-libraries] Compiling convert_case v0.10.0
43152026-07-08T00:00:29.684Z[verify-libraries] Compiling display-error-chain v0.2.2
43162026-07-08T00:00:29.684Z[verify-libraries] Compiling minimal-lexical v0.2.1
43172026-07-08T00:00:29.747Z[verify-libraries] Compiling unicode-xid v0.2.6
43182026-07-08T00:00:29.770Z[verify-libraries] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
43192026-07-08T00:00:29.842Z[verify-libraries] Compiling tabled_derive v0.7.0
43202026-07-08T00:00:29.866Z[verify-libraries] Compiling ar_archive_writer v0.5.1
43212026-07-08T00:00:29.894Z[verify-libraries] Compiling fd-lock v4.0.4
43222026-07-08T00:00:29.917Z[verify-libraries] Compiling vte v0.14.1
43232026-07-08T00:00:29.920Z[verify-libraries] Compiling nu-ansi-term v0.50.3
43242026-07-08T00:00:30.023Z[verify-libraries] Compiling nom v7.1.3
43252026-07-08T00:00:30.044Z[verify-libraries] Compiling derive_more-impl v2.1.1
43262026-07-08T00:00:30.069Z[verify-libraries] Compiling stacker v0.1.23
43272026-07-08T00:00:30.152Z[verify-libraries] Compiling strip-ansi-escapes v0.2.1
43282026-07-08T00:00:30.304Z[verify-libraries] Compiling reedline v0.40.0
43292026-07-08T00:00:30.334Z[verify-libraries] Compiling cfg_aliases v0.1.1
43302026-07-08T00:00:30.389Z[verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
43312026-07-08T00:00:30.437Z[verify-libraries] Compiling nix v0.28.0
43322026-07-08T00:00:30.464Z[verify-libraries] Compiling semver v0.1.20
43332026-07-08T00:00:30.553Z[verify-libraries] Compiling termtree v0.5.1
43342026-07-08T00:00:30.736Z[verify-libraries] Compiling rustc_version v0.1.7
43352026-07-08T00:00:30.794Z[verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
43362026-07-08T00:00:30.815Z[verify-libraries] Compiling psm v0.1.30
43372026-07-08T00:00:30.857Z[verify-libraries] Compiling phf_shared v0.12.1
43382026-07-08T00:00:30.964Z[verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43392026-07-08T00:00:30.964Z[verify-libraries] Compiling tabled v0.15.0
43402026-07-08T00:00:30.986Z[verify-libraries] Compiling derive_more v2.1.1
43412026-07-08T00:00:31.031Z[verify-libraries] Compiling recursive-proc-macro-impl v0.1.1
43422026-07-08T00:00:31.069Z[verify-libraries] Compiling nibble_vec v0.1.0
43432026-07-08T00:00:31.128Z[verify-libraries] Compiling crossterm v0.29.0
43442026-07-08T00:00:31.128Z[verify-libraries] Compiling highway v1.3.0
43452026-07-08T00:00:31.233Z[verify-libraries] Compiling typify v0.6.2
43462026-07-08T00:00:31.254Z[verify-libraries] Compiling chrono-tz v0.10.4
43472026-07-08T00:00:31.376Z[verify-libraries] Compiling progenitor-impl v0.14.0
43482026-07-08T00:00:31.462Z[verify-libraries] Compiling endian-type v0.1.2
43492026-07-08T00:00:31.522Z[verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43502026-07-08T00:00:31.543Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
43512026-07-08T00:00:31.546Z[verify-libraries] Compiling newtype_derive v0.1.6
43522026-07-08T00:00:31.630Z[verify-libraries] Compiling radix_trie v0.2.1
43532026-07-08T00:00:31.651Z[verify-libraries] Compiling phf v0.12.1
43542026-07-08T00:00:31.751Z[verify-libraries] Compiling hickory-resolver v0.24.4
43552026-07-08T00:00:31.840Z[verify-libraries] Compiling recursive v0.1.1
43562026-07-08T00:00:31.863Z[verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
43572026-07-08T00:00:31.866Z[verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
43582026-07-08T00:00:31.986Z[verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
43592026-07-08T00:00:32.027Z[verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
43602026-07-08T00:00:32.218Z[verify-libraries] Compiling const_format_proc_macros v0.2.34
43612026-07-08T00:00:32.302Z[verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43622026-07-08T00:00:32.324Z[verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
43632026-07-08T00:00:32.465Z[verify-libraries] Compiling peg-macros v0.8.5
43642026-07-08T00:00:32.838Z[ host-image] Jul 08 00:00:31.839 INFO O| Jul 08 00:00:31.839 INFO O| Download: 10781/23767 items 93.9/222.4MB 42% complete (4.1M/s)
43652026-07-08T00:00:32.852Z[verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
43662026-07-08T00:00:33.035Z[verify-libraries] Compiling qorb v0.4.1
43672026-07-08T00:00:33.165Z[verify-libraries] Compiling sqlparser_derive v0.5.0
43682026-07-08T00:00:33.192Z[verify-libraries] Compiling winnow v0.6.26
43692026-07-08T00:00:33.459Z[verify-libraries] Compiling csv-core v0.1.13
43702026-07-08T00:00:33.577Z[verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
43712026-07-08T00:00:33.684Z[verify-libraries] Compiling home v0.5.12
43722026-07-08T00:00:33.763Z[verify-libraries] Compiling unicode_categories v0.1.1
43732026-07-08T00:00:33.787Z[verify-libraries] Compiling textwrap v0.16.2
43742026-07-08T00:00:33.852Z[verify-libraries] Compiling rustyline v14.0.0
43752026-07-08T00:00:33.986Z[verify-libraries] Compiling csv v1.4.0
43762026-07-08T00:00:33.986Z[verify-libraries] Compiling peg v0.8.5
43772026-07-08T00:00:34.029Z[ recovery-image] Jul 08 00:00:33.031 INFO O| Jul 08 00:00:33.031 INFO O| Planning: Fetching manifests: 101/128 78% complete
43782026-07-08T00:00:34.095Z[verify-libraries] Compiling const_format v0.2.35
43792026-07-08T00:00:34.117Z[verify-libraries] Compiling sqlparser v0.61.0
43802026-07-08T00:00:34.140Z[verify-libraries] Compiling progenitor-macro v0.14.0
43812026-07-08T00:00:34.213Z[verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
43822026-07-08T00:00:34.238Z[verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
43832026-07-08T00:00:34.299Z[verify-libraries] Compiling bcs v0.1.6
43842026-07-08T00:00:34.452Z[verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
43852026-07-08T00:00:34.499Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
43862026-07-08T00:00:34.580Z[verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
43872026-07-08T00:00:34.653Z[verify-libraries] Compiling sqlformat v0.3.5
43882026-07-08T00:00:34.736Z[verify-libraries] Compiling nom v8.0.0
43892026-07-08T00:00:34.791Z[verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43902026-07-08T00:00:34.814Z[verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
43912026-07-08T00:00:34.914Z[verify-libraries] Compiling base64 v0.21.7
43922026-07-08T00:00:35.052Z[ recovery-image] Jul 08 00:00:34.054 INFO O| Jul 08 00:00:34.054 INFO O| Planning: Fetching manifests: 128/128 100% complete
43932026-07-08T00:00:35.220Z[verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
43942026-07-08T00:00:35.304Z[verify-libraries] Compiling steno v0.4.1
43952026-07-08T00:00:35.330Z[verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
43962026-07-08T00:00:35.511Z[verify-libraries] Compiling sha1 v0.10.6
43972026-07-08T00:00:35.550Z[verify-libraries] Compiling dropshot-api-manager-types v0.7.2
43982026-07-08T00:00:35.582Z[ recovery-image] Jul 08 00:00:34.583 INFO O| Jul 08 00:00:34.583 INFO O| Planning: Package planning ... Done
43992026-07-08T00:00:35.708Z[verify-libraries] Compiling utf-8 v0.7.6
44002026-07-08T00:00:35.737Z[ recovery-image] Jul 08 00:00:34.738 INFO O| Jul 08 00:00:34.738 INFO O| Planning: Merging actions ... Done
44012026-07-08T00:00:35.767Z[verify-libraries] Compiling tagptr v0.2.0
44022026-07-08T00:00:35.812Z[ recovery-image] Jul 08 00:00:34.813 INFO O| Jul 08 00:00:34.813 INFO O| Planning: Checking for conflicting actions ... Done
44032026-07-08T00:00:35.824Z[verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44042026-07-08T00:00:35.867Z[verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
44052026-07-08T00:00:35.867Z[verify-libraries] Compiling radium v0.7.0
44062026-07-08T00:00:35.871Z[ recovery-image] Jul 08 00:00:34.869 INFO O| Jul 08 00:00:34.869 INFO O| Planning: Consolidating action changes ... Done
44072026-07-08T00:00:35.908Z[verify-libraries] Compiling tungstenite v0.21.0
44082026-07-08T00:00:35.949Z[verify-libraries] Compiling moka v0.12.13
44092026-07-08T00:00:35.981Z[verify-libraries] Compiling ron v0.8.1
44102026-07-08T00:00:36.002Z[verify-libraries] Compiling maybe-uninit v2.0.0
44112026-07-08T00:00:36.005Z[ recovery-image] Jul 08 00:00:35.005 INFO O| Jul 08 00:00:35.005 INFO O| Planning: Evaluating mediators ... Done
44122026-07-08T00:00:36.060Z[verify-libraries] Compiling tap v1.0.1
44132026-07-08T00:00:36.131Z[verify-libraries] Compiling zerocopy-derive v0.6.6
44142026-07-08T00:00:36.235Z[verify-libraries] Compiling wyz v0.5.1
44152026-07-08T00:00:36.458Z[verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
44162026-07-08T00:00:36.503Z[verify-libraries] Compiling crc-catalog v2.4.0
44172026-07-08T00:00:36.535Z[verify-libraries] Compiling tokio-tungstenite v0.21.0
44182026-07-08T00:00:36.565Z[verify-libraries] Compiling packed_struct v0.10.1
44192026-07-08T00:00:36.636Z[verify-libraries] Compiling funty v2.0.0
44202026-07-08T00:00:36.841Z[verify-libraries] Compiling hickory-resolver v0.25.2
44212026-07-08T00:00:36.901Z[verify-libraries] Compiling crc v3.4.0
44222026-07-08T00:00:36.981Z[verify-libraries] Compiling packed_struct_codegen v0.10.1
44232026-07-08T00:00:37.050Z[verify-libraries] Compiling bitvec v1.0.1
44242026-07-08T00:00:37.072Z[verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44252026-07-08T00:00:37.099Z[verify-libraries] Compiling bitfield-macros v0.19.4
44262026-07-08T00:00:37.169Z[verify-libraries] Compiling indexmap v1.9.3
44272026-07-08T00:00:37.196Z[verify-libraries] Compiling zerocopy v0.6.6
44282026-07-08T00:00:37.243Z[verify-libraries] Compiling libefi-sys v0.1.0
44292026-07-08T00:00:37.304Z[verify-libraries] Compiling nodrop v0.1.14
44302026-07-08T00:00:37.450Z[ recovery-image] Jul 08 00:00:36.450 INFO O| Jul 08 00:00:36.450 INFO O| Planning: Planning completed in 9.42 seconds
44312026-07-08T00:00:37.453Z[ recovery-image] Jul 08 00:00:36.452 INFO O| Jul 08 00:00:36.452 INFO O| Packages to install: 128
44322026-07-08T00:00:37.454Z[ recovery-image] Jul 08 00:00:36.452 INFO O| Jul 08 00:00:36.452 INFO O| Mediators to change: 5
44332026-07-08T00:00:37.454Z[ recovery-image] Jul 08 00:00:36.452 INFO O| Jul 08 00:00:36.452 INFO O| Services to change: 5
44342026-07-08T00:00:37.478Z[ recovery-image] Jul 08 00:00:36.479 INFO O| Jul 08 00:00:36.479 INFO O| Download: 0/16572 items 0.0/199.6MB 0% complete
44352026-07-08T00:00:37.492Z[verify-libraries] Compiling array-init v0.0.4
44362026-07-08T00:00:37.539Z[verify-libraries] Compiling smallvec v0.6.14
44372026-07-08T00:00:37.591Z[verify-libraries] Compiling bitfield-struct v0.6.2
44382026-07-08T00:00:37.621Z[verify-libraries] Compiling hashbrown v0.12.3
44392026-07-08T00:00:37.885Z[verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44402026-07-08T00:00:37.926Z[verify-libraries] Compiling bitfield v0.19.4
44412026-07-08T00:00:37.991Z[verify-libraries] Compiling serde-hex v0.1.0
44422026-07-08T00:00:38.037Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
44432026-07-08T00:00:38.156Z[ host-image] Jul 08 00:00:37.157 INFO O| Jul 08 00:00:37.157 INFO O| Download: 12070/23767 items 103.7/222.4MB 46% complete (3.0M/s)
44442026-07-08T00:00:38.227Z[verify-libraries] Compiling hashbrown v0.13.2
44452026-07-08T00:00:38.271Z[verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44462026-07-08T00:00:38.274Z[verify-libraries] Compiling crc-any v2.5.0
44472026-07-08T00:00:38.358Z[verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44482026-07-08T00:00:38.380Z[verify-libraries] Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
44492026-07-08T00:00:38.615Z[verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
44502026-07-08T00:00:38.638Z[verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
44512026-07-08T00:00:38.704Z[verify-libraries] Compiling path-slash v0.1.5
44522026-07-08T00:00:38.786Z[verify-libraries] Compiling object v0.30.4
44532026-07-08T00:00:38.911Z[verify-libraries] Compiling xshell-macros v0.2.7
44542026-07-08T00:00:38.936Z[verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44552026-07-08T00:00:38.938Z[verify-libraries] Compiling proc-macro-error-attr2 v2.0.0
44562026-07-08T00:00:39.087Z[verify-libraries] Compiling num-derive v0.3.3
44572026-07-08T00:00:39.120Z[verify-libraries] Compiling subprocess v0.2.15
44582026-07-08T00:00:39.314Z[verify-libraries] Compiling papergrid v0.17.0
44592026-07-08T00:00:39.425Z[verify-libraries] Compiling xshell v0.2.7
44602026-07-08T00:00:39.478Z[verify-libraries] Compiling proc-macro-error2 v2.0.1
44612026-07-08T00:00:39.547Z[verify-libraries] Compiling testing_table v0.3.0
44622026-07-08T00:00:39.633Z[verify-libraries] Compiling progenitor v0.14.0
44632026-07-08T00:00:39.815Z[verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44642026-07-08T00:00:39.838Z[verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
44652026-07-08T00:00:39.878Z[verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
44662026-07-08T00:00:39.926Z[verify-libraries] Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
44672026-07-08T00:00:39.960Z[verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
44682026-07-08T00:00:39.986Z[verify-libraries] Compiling tabled_derive v0.11.0
44692026-07-08T00:00:40.024Z[verify-libraries] Compiling progenitor-impl v0.13.0
44702026-07-08T00:00:40.081Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44712026-07-08T00:00:40.152Z[verify-libraries] Compiling libscf-sys v1.1.0
44722026-07-08T00:00:40.253Z[verify-libraries] Compiling headers-core v0.3.0
44732026-07-08T00:00:40.325Z[verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
44742026-07-08T00:00:40.356Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44752026-07-08T00:00:40.407Z[verify-libraries] Compiling unicase v2.9.0
44762026-07-08T00:00:40.688Z[verify-libraries] Compiling headers v0.4.1
44772026-07-08T00:00:40.717Z[verify-libraries] Compiling progenitor-client v0.13.0
44782026-07-08T00:00:40.748Z[verify-libraries] Compiling maplit v1.0.2
44792026-07-08T00:00:40.866Z[verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
44802026-07-08T00:00:41.032Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
44812026-07-08T00:00:41.090Z[verify-libraries] Compiling yasna v0.5.2
44822026-07-08T00:00:41.137Z[verify-libraries] Compiling crc8 v0.1.1
44832026-07-08T00:00:41.223Z[verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
44842026-07-08T00:00:41.267Z[verify-libraries] Compiling tabled v0.20.0
44852026-07-08T00:00:41.288Z[verify-libraries] Compiling vergen-lib v0.1.6
44862026-07-08T00:00:41.500Z[verify-libraries] Compiling diesel_derives v2.3.7
44872026-07-08T00:00:41.528Z[verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44882026-07-08T00:00:41.531Z[verify-libraries] Compiling dsl_auto_type v0.2.0
44892026-07-08T00:00:41.571Z[verify-libraries] Compiling rcgen v0.12.1
44902026-07-08T00:00:41.797Z[verify-libraries] Compiling vergen-gitcl v1.0.8
44912026-07-08T00:00:41.842Z[verify-libraries] Compiling scheduled-thread-pool v0.2.7
44922026-07-08T00:00:41.877Z[verify-libraries] Compiling diesel_table_macro_syntax v0.3.0
44932026-07-08T00:00:41.940Z[verify-libraries] Compiling half v1.8.3
44942026-07-08T00:00:42.080Z[verify-libraries] Compiling r2d2 v0.8.10
44952026-07-08T00:00:42.120Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
44962026-07-08T00:00:42.151Z[verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44972026-07-08T00:00:42.219Z[verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
44982026-07-08T00:00:42.290Z[verify-libraries] Compiling serde_cbor v0.11.2
44992026-07-08T00:00:42.381Z[verify-libraries] Compiling git-stub v1.0.0
45002026-07-08T00:00:42.404Z[verify-libraries] Compiling dirs-sys-next v0.1.2
45012026-07-08T00:00:42.432Z[verify-libraries] Compiling crunchy v0.2.4
45022026-07-08T00:00:42.500Z[verify-libraries] Compiling downcast-rs v2.0.2
45032026-07-08T00:00:42.607Z[verify-libraries] Compiling dirs-next v2.0.0
45042026-07-08T00:00:42.629Z[verify-libraries] Compiling git-stub-vcs v0.1.0
45052026-07-08T00:00:42.725Z[verify-libraries] Compiling progenitor-macro v0.13.0
45062026-07-08T00:00:42.746Z[verify-libraries] Compiling clang-sys v1.8.1
45072026-07-08T00:00:42.756Z[ recovery-image] Jul 08 00:00:41.758 INFO O| Jul 08 00:00:41.758 INFO O| Download: 1090/16572 items 8.9/199.6MB 4% complete (1.9M/s)
45082026-07-08T00:00:42.768Z[verify-libraries] Compiling cpubits v0.1.1
45092026-07-08T00:00:42.822Z[verify-libraries] Compiling tiny-keccak v2.0.2
45102026-07-08T00:00:43.031Z[verify-libraries] Compiling term v0.7.0
45112026-07-08T00:00:43.054Z[verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45122026-07-08T00:00:43.110Z[verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45132026-07-08T00:00:43.132Z[verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45142026-07-08T00:00:43.210Z[verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45152026-07-08T00:00:43.317Z[verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45162026-07-08T00:00:43.384Z[verify-libraries] Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
45172026-07-08T00:00:43.426Z[verify-libraries] Compiling diff v0.1.13
45182026-07-08T00:00:43.542Z[ host-image] Jul 08 00:00:42.544 INFO O| Jul 08 00:00:42.544 INFO O| Download: 12790/23767 items 109.7/222.4MB 49% complete (1.6M/s)
45192026-07-08T00:00:43.623Z[verify-libraries] Compiling bit-vec v0.6.3
45202026-07-08T00:00:43.680Z[verify-libraries] Compiling ascii-canvas v3.0.0
45212026-07-08T00:00:43.789Z[verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45222026-07-08T00:00:43.884Z[verify-libraries] Compiling bit-set v0.5.3
45232026-07-08T00:00:43.964Z[verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45242026-07-08T00:00:44.040Z[verify-libraries] Compiling itertools v0.10.5
45252026-07-08T00:00:44.071Z[verify-libraries] Compiling ena v0.14.4
45262026-07-08T00:00:44.153Z[verify-libraries] Compiling libloading v0.8.9
45272026-07-08T00:00:44.189Z[verify-libraries] Compiling regex-syntax v0.6.29
45282026-07-08T00:00:44.224Z[verify-libraries] Compiling bindgen v0.71.1
45292026-07-08T00:00:44.530Z[verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45302026-07-08T00:00:44.533Z[verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45312026-07-08T00:00:44.751Z[verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45322026-07-08T00:00:44.773Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
45332026-07-08T00:00:44.877Z[verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45342026-07-08T00:00:45.223Z[verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45352026-07-08T00:00:45.840Z[verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45362026-07-08T00:00:45.863Z[verify-libraries] Compiling lalrpop v0.19.12
45372026-07-08T00:00:46.332Z[verify-libraries] Compiling cexpr v0.6.0
45382026-07-08T00:00:46.445Z[verify-libraries] Compiling pem-rfc7468 v1.0.0
45392026-07-08T00:00:46.566Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
45402026-07-08T00:00:46.694Z[verify-libraries] Compiling rustc-hash v2.1.1
45412026-07-08T00:00:46.782Z[verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
45422026-07-08T00:00:46.862Z[verify-libraries] Compiling libxml v0.3.3
45432026-07-08T00:00:47.092Z[verify-libraries] Compiling arc-swap v1.8.2
45442026-07-08T00:00:47.442Z[verify-libraries] Compiling slog-scope v4.4.1
45452026-07-08T00:00:47.463Z[verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45462026-07-08T00:00:47.488Z[verify-libraries] Compiling strum_macros v0.24.3
45472026-07-08T00:00:47.685Z[verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45482026-07-08T00:00:47.726Z[verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45492026-07-08T00:00:47.750Z[verify-libraries] Compiling hmac v0.13.0
45502026-07-08T00:00:47.757Z[ recovery-image] Jul 08 00:00:46.759 INFO O| Jul 08 00:00:46.759 INFO O| Download: 1489/16572 items 21.0/199.6MB 10% complete (2.0M/s)
45512026-07-08T00:00:47.816Z[verify-libraries] Compiling diesel v2.3.7
45522026-07-08T00:00:47.966Z[verify-libraries] Compiling progenitor v0.13.0
45532026-07-08T00:00:47.987Z[verify-libraries] Compiling universal-hash v0.6.1
45542026-07-08T00:00:48.009Z[verify-libraries] Compiling fxhash v0.2.1
45552026-07-08T00:00:48.150Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
45562026-07-08T00:00:48.171Z[verify-libraries] Compiling fs-err v2.11.0
45572026-07-08T00:00:48.175Z[verify-libraries] Compiling indoc v1.0.9
45582026-07-08T00:00:48.250Z[verify-libraries] Compiling slog-stdlog v4.1.1
45592026-07-08T00:00:48.551Z[ host-image] Jul 08 00:00:47.552 INFO O| Jul 08 00:00:47.552 INFO O| Download: 13217/23767 items 119.3/222.4MB 53% complete (1.6M/s)
45602026-07-08T00:00:48.575Z[verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45612026-07-08T00:00:48.710Z[verify-libraries] Compiling oso-derive v0.27.3
45622026-07-08T00:00:48.835Z[verify-libraries] Compiling quick-xml v0.37.5
45632026-07-08T00:00:48.956Z[verify-libraries] Compiling impl-trait-for-tuples v0.2.3
45642026-07-08T00:00:49.013Z[verify-libraries] Compiling openssl-probe v0.1.6
45652026-07-08T00:00:49.239Z[verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45662026-07-08T00:00:49.499Z[verify-libraries] Compiling slog-envlogger v2.2.0
45672026-07-08T00:00:49.728Z[verify-libraries] Compiling polyval v0.7.1
45682026-07-08T00:00:49.971Z[verify-libraries] Compiling der v0.8.0
45692026-07-08T00:00:49.996Z[verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
45702026-07-08T00:00:50.020Z[verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45712026-07-08T00:00:50.186Z[verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
45722026-07-08T00:00:50.346Z[verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
45732026-07-08T00:00:50.537Z[verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45742026-07-08T00:00:50.606Z[verify-libraries] Compiling kstat-rs v0.2.4
45752026-07-08T00:00:50.958Z[verify-libraries] Compiling trait-variant v0.1.2
45762026-07-08T00:00:51.134Z[verify-libraries] Compiling salty v0.3.0
45772026-07-08T00:00:51.256Z[verify-libraries] Compiling parse-size v1.1.0
45782026-07-08T00:00:51.368Z[verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
45792026-07-08T00:00:51.371Z[verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45802026-07-08T00:00:51.411Z[verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
45812026-07-08T00:00:51.454Z[verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
45822026-07-08T00:00:51.485Z[verify-libraries] Compiling ghash v0.6.0
45832026-07-08T00:00:51.522Z[verify-libraries] Compiling pbkdf2 v0.13.0
45842026-07-08T00:00:51.588Z[verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
45852026-07-08T00:00:51.653Z[verify-libraries] Compiling aes v0.9.1
45862026-07-08T00:00:51.703Z[verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
45872026-07-08T00:00:51.795Z[verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45882026-07-08T00:00:51.844Z[verify-libraries] Compiling bb8 v0.8.6
45892026-07-08T00:00:52.057Z[verify-libraries] Compiling ctr v0.10.1
45902026-07-08T00:00:52.230Z[verify-libraries] Compiling aead v0.6.1
45912026-07-08T00:00:52.296Z[verify-libraries] Compiling sha2 v0.11.0
45922026-07-08T00:00:52.320Z[verify-libraries] Compiling parking_lot_core v0.8.6
45932026-07-08T00:00:52.487Z[verify-libraries] Compiling aes-gcm v0.11.0
45942026-07-08T00:00:52.689Z[verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
45952026-07-08T00:00:52.766Z[verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
45962026-07-08T00:00:52.817Z[ recovery-image] Jul 08 00:00:51.818 INFO O| Jul 08 00:00:51.818 INFO O| Download: 1994/16572 items 28.9/199.6MB 14% complete (2.0M/s)
45972026-07-08T00:00:52.957Z[verify-libraries] Compiling spki v0.8.0
45982026-07-08T00:00:53.223Z[verify-libraries] Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
45992026-07-08T00:00:53.312Z[verify-libraries] Compiling crypto-bigint v0.7.5
46002026-07-08T00:00:53.342Z[verify-libraries] Compiling mime_guess v2.0.5
46012026-07-08T00:00:53.345Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
46022026-07-08T00:00:53.536Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
46032026-07-08T00:00:53.555Z[ host-image] Jul 08 00:00:52.556 INFO O| Jul 08 00:00:52.556 INFO O| Download: 15010/23767 items 120.5/222.4MB 54% complete (1.1M/s)
46042026-07-08T00:00:53.616Z[verify-libraries] Compiling rfc6979 v0.4.0
46052026-07-08T00:00:53.794Z[verify-libraries] Compiling cbc v0.2.1
46062026-07-08T00:00:53.825Z[verify-libraries] Compiling salsa20 v0.11.0
46072026-07-08T00:00:53.980Z[verify-libraries] Compiling nanorand v0.7.0
46082026-07-08T00:00:54.025Z[verify-libraries] Compiling scrypt v0.12.0
46092026-07-08T00:00:54.095Z[verify-libraries] Compiling ecdsa v0.16.9
46102026-07-08T00:00:54.275Z[verify-libraries] Compiling flume v0.11.1
46112026-07-08T00:00:54.347Z[verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46122026-07-08T00:00:54.439Z[verify-libraries] Compiling primeorder v0.13.6
46132026-07-08T00:00:54.561Z[verify-libraries] Compiling atty v0.2.14
46142026-07-08T00:00:54.673Z[verify-libraries] Compiling http-range v0.1.5
46152026-07-08T00:00:54.733Z[verify-libraries] Compiling nonempty v0.12.0
46162026-07-08T00:00:54.773Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
46172026-07-08T00:00:54.803Z[verify-libraries] Compiling p384 v0.13.1
46182026-07-08T00:00:54.900Z[verify-libraries] Compiling parking_lot v0.11.2
46192026-07-08T00:00:54.954Z[verify-libraries] Compiling pkcs5 v0.8.1
46202026-07-08T00:00:55.086Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
46212026-07-08T00:00:55.328Z[verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
46222026-07-08T00:00:55.419Z[verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
46232026-07-08T00:00:55.440Z[verify-libraries] Compiling prefix-trie v0.7.0
46242026-07-08T00:00:55.464Z[verify-libraries] Compiling hyper-staticfile v0.10.1
46252026-07-08T00:00:55.488Z[verify-libraries] Compiling pkcs8 v0.11.0
46262026-07-08T00:00:55.561Z[verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
46272026-07-08T00:00:55.591Z[verify-libraries] Compiling sled v0.34.7
46282026-07-08T00:00:55.789Z[verify-libraries] Compiling hickory-server v0.25.2
46292026-07-08T00:00:55.870Z[verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
46302026-07-08T00:00:55.952Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46312026-07-08T00:00:55.974Z[verify-libraries] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46322026-07-08T00:00:56.038Z[verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
46332026-07-08T00:00:56.364Z[verify-libraries] Compiling ignore v0.4.25
46342026-07-08T00:00:56.424Z[verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
46352026-07-08T00:00:56.545Z[verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46362026-07-08T00:00:56.694Z[verify-libraries] Compiling corncobs v0.1.4
46372026-07-08T00:00:56.895Z[verify-libraries] Compiling illumos-nvpair-sys v0.2.0
46382026-07-08T00:00:56.917Z[verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46392026-07-08T00:00:56.975Z[verify-libraries] Compiling globwalk v0.9.1
46402026-07-08T00:00:57.191Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
46412026-07-08T00:00:57.288Z[verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
46422026-07-08T00:00:57.333Z[verify-libraries] Compiling predicates-tree v1.0.13
46432026-07-08T00:00:57.410Z[verify-libraries] Compiling libz-sys v1.1.24
46442026-07-08T00:00:57.609Z[verify-libraries] Compiling rand_seeder v0.4.0
46452026-07-08T00:00:57.635Z[verify-libraries] Compiling darling_core v0.23.0
46462026-07-08T00:00:57.748Z[verify-libraries] Compiling secrecy v0.8.0
46472026-07-08T00:00:57.795Z[verify-libraries] Compiling ff v0.14.0
46482026-07-08T00:00:57.820Z[ recovery-image] Jul 08 00:00:56.820 INFO O| Jul 08 00:00:56.820 INFO O| Download: 3492/16572 items 38.0/199.6MB 19% complete (1.7M/s)
46492026-07-08T00:00:57.837Z[verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
46502026-07-08T00:00:57.969Z[verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
46512026-07-08T00:00:57.993Z[verify-libraries] Compiling camino-tempfile-ext v0.3.3
46522026-07-08T00:00:58.193Z[verify-libraries] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-07-08T00:00:58.284Z[verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46542026-07-08T00:00:58.307Z[verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46552026-07-08T00:00:58.337Z[verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46562026-07-08T00:00:58.556Z[verify-libraries] Compiling signature v3.0.0
46572026-07-08T00:00:58.672Z[ host-image] Jul 08 00:00:57.673 INFO O| Jul 08 00:00:57.673 INFO O| Download: 15267/23767 items 125.9/222.4MB 56% complete (610k/s)
46582026-07-08T00:00:58.791Z[verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46592026-07-08T00:00:58.965Z[verify-libraries] Compiling base16ct v1.0.0
46602026-07-08T00:00:58.990Z[verify-libraries] Compiling instability v0.3.11
46612026-07-08T00:00:59.118Z[verify-libraries] Compiling sec1 v0.8.1
46622026-07-08T00:00:59.178Z[verify-libraries] Compiling illumos-nvpair v0.3.0
46632026-07-08T00:00:59.199Z[verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
46642026-07-08T00:00:59.223Z[verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46652026-07-08T00:00:59.249Z[verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
46662026-07-08T00:00:59.418Z[verify-libraries] Compiling group v0.14.0
46672026-07-08T00:00:59.457Z[verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46682026-07-08T00:00:59.486Z[verify-libraries] Compiling hkdf v0.13.0
46692026-07-08T00:00:59.534Z[verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
46702026-07-08T00:00:59.572Z[verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
46712026-07-08T00:00:59.685Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
46722026-07-08T00:00:59.746Z[verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2
46732026-07-08T00:00:59.958Z[verify-libraries] Compiling castaway v0.2.4
46742026-07-08T00:01:00.074Z[verify-libraries] Compiling indoc v2.0.7
46752026-07-08T00:01:00.121Z[verify-libraries] Compiling compact_str v0.8.1
46762026-07-08T00:01:00.259Z[verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
46772026-07-08T00:01:00.367Z[verify-libraries] Compiling darling_macro v0.23.0
46782026-07-08T00:01:00.507Z[verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46792026-07-08T00:01:00.674Z[verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
46802026-07-08T00:01:00.777Z[verify-libraries] Compiling elliptic-curve v0.14.0-rc.33
46812026-07-08T00:01:00.884Z[verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
46822026-07-08T00:01:00.947Z[verify-libraries] Compiling darling v0.23.0
46832026-07-08T00:01:01.063Z[verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
46842026-07-08T00:01:01.233Z[verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
46852026-07-08T00:01:01.428Z[verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
46862026-07-08T00:01:01.506Z[verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
46872026-07-08T00:01:01.685Z[verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
46882026-07-08T00:01:01.782Z[verify-libraries] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
46892026-07-08T00:01:01.823Z[verify-libraries] Compiling unicode-truncate v1.1.0
46902026-07-08T00:01:02.027Z[verify-libraries] Compiling lru v0.12.5
46912026-07-08T00:01:02.048Z[verify-libraries] Compiling cassowary v0.3.0
46922026-07-08T00:01:02.243Z[verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46932026-07-08T00:01:02.438Z[verify-libraries] Compiling ratatui v0.29.0
46942026-07-08T00:01:02.555Z[verify-libraries] Compiling rfc6979 v0.5.0
46952026-07-08T00:01:02.599Z[verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
46962026-07-08T00:01:02.625Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
46972026-07-08T00:01:02.680Z[verify-libraries] Compiling signal-hook-tokio v0.3.1
46982026-07-08T00:01:02.759Z[verify-libraries] Compiling vergen-git2 v9.1.0
46992026-07-08T00:01:02.859Z[verify-libraries] Compiling strsim v0.10.0
47002026-07-08T00:01:02.891Z[verify-libraries] Compiling is_ci v1.2.0
47012026-07-08T00:01:03.024Z[verify-libraries] Compiling supports-color v3.0.2
47022026-07-08T00:01:03.073Z[verify-libraries] Compiling darling_core v0.13.4
47032026-07-08T00:01:03.076Z[verify-libraries] Compiling ecdsa v0.17.0-rc.18
47042026-07-08T00:01:03.120Z[verify-libraries] Compiling primeorder v0.14.0-rc.10
47052026-07-08T00:01:03.143Z[ recovery-image] Jul 08 00:01:02.144 INFO O| Jul 08 00:01:02.144 INFO O| Download: 4010/16572 items 40.7/199.6MB 20% complete (1.3M/s)
47062026-07-08T00:01:03.230Z[verify-libraries] Compiling primefield v0.14.0
47072026-07-08T00:01:03.249Z[verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47082026-07-08T00:01:03.486Z[verify-libraries] Compiling tungstenite v0.23.0
47092026-07-08T00:01:03.507Z[verify-libraries] Compiling console v0.16.2
47102026-07-08T00:01:03.567Z[verify-libraries] Compiling curve25519-dalek v5.0.0-rc.0
47112026-07-08T00:01:03.672Z[ host-image] Jul 08 00:01:02.673 INFO O| Jul 08 00:01:02.673 INFO O| Download: 17005/23767 items 143.1/222.4MB 64% complete (2.2M/s)
47122026-07-08T00:01:03.832Z[verify-libraries] Compiling assert_matches v1.5.0
47132026-07-08T00:01:03.991Z[verify-libraries] Compiling diesel-dtrace v0.5.0
47142026-07-08T00:01:04.013Z[verify-libraries] Compiling async-bb8-diesel v0.2.1
47152026-07-08T00:01:04.110Z[verify-libraries] Compiling unit-prefix v0.5.2
47162026-07-08T00:01:04.193Z[verify-libraries] Compiling void v1.0.2
47172026-07-08T00:01:04.302Z[verify-libraries] Compiling lzss v0.8.2
47182026-07-08T00:01:04.324Z[verify-libraries] Compiling indicatif v0.18.4
47192026-07-08T00:01:04.348Z[verify-libraries] Compiling tokio-tungstenite v0.23.1
47202026-07-08T00:01:04.506Z[verify-libraries] Compiling ssh-encoding v0.3.0-rc.9
47212026-07-08T00:01:04.528Z[verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47222026-07-08T00:01:04.553Z[verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
47232026-07-08T00:01:04.763Z[verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
47242026-07-08T00:01:04.842Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47252026-07-08T00:01:04.952Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47262026-07-08T00:01:05.075Z[verify-libraries] Compiling darling_macro v0.13.4
47272026-07-08T00:01:05.098Z[verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47282026-07-08T00:01:05.140Z[verify-libraries] Compiling nix v0.27.1
47292026-07-08T00:01:05.203Z[verify-libraries] Compiling colored v2.2.0
47302026-07-08T00:01:05.226Z[verify-libraries] Compiling serde_bytes v0.11.19
47312026-07-08T00:01:05.304Z[verify-libraries] Compiling shell-words v1.1.1
47322026-07-08T00:01:05.485Z[verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47332026-07-08T00:01:05.509Z[verify-libraries] Compiling ed25519 v3.0.0
47342026-07-08T00:01:05.627Z[verify-libraries] Compiling crypto-primes v0.7.2
47352026-07-08T00:01:05.657Z[verify-libraries] Compiling darling v0.13.4
47362026-07-08T00:01:05.774Z[verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
47372026-07-08T00:01:05.817Z[verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
47382026-07-08T00:01:05.970Z[verify-libraries] Compiling pkcs1 v0.8.0-rc.4
47392026-07-08T00:01:06.114Z[verify-libraries] Compiling poly1305 v0.9.0
47402026-07-08T00:01:06.427Z[verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
47412026-07-08T00:01:06.680Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47422026-07-08T00:01:06.720Z[verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47432026-07-08T00:01:06.741Z[verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47442026-07-08T00:01:06.931Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47452026-07-08T00:01:06.952Z[verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47462026-07-08T00:01:06.976Z[verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
47472026-07-08T00:01:06.999Z[verify-libraries] Compiling blowfish v0.10.0
47482026-07-08T00:01:07.198Z[verify-libraries] Compiling blake2 v0.11.0-rc.6
47492026-07-08T00:01:07.221Z[verify-libraries] Compiling petname v2.0.2
47502026-07-08T00:01:07.246Z[verify-libraries] Compiling keccak v0.2.0
47512026-07-08T00:01:07.296Z[verify-libraries] Compiling fiat-crypto v0.3.0
47522026-07-08T00:01:07.456Z[verify-libraries] Compiling sha3 v0.11.0
47532026-07-08T00:01:07.603Z[verify-libraries] Compiling argon2 v0.6.0-rc.8
47542026-07-08T00:01:07.942Z[verify-libraries] Compiling bcrypt-pbkdf v0.11.0
47552026-07-08T00:01:08.040Z[verify-libraries] Compiling rsa v0.10.0-rc.18
47562026-07-08T00:01:08.066Z[verify-libraries] Compiling ed25519-dalek v3.0.0-rc.0
47572026-07-08T00:01:08.148Z[ recovery-image] Jul 08 00:01:07.149 INFO O| Jul 08 00:01:07.149 INFO O| Download: 4574/16572 items 43.4/199.6MB 21% complete (511k/s)
47582026-07-08T00:01:08.292Z[verify-libraries] Compiling ssh-cipher v0.3.0-rc.9
47592026-07-08T00:01:08.673Z[ host-image] Jul 08 00:01:07.675 INFO O| Jul 08 00:01:07.674 INFO O| Download: 18658/23767 items 160.5/222.4MB 72% complete (3.5M/s)
47602026-07-08T00:01:08.760Z[verify-libraries] Compiling serde_with_macros v1.5.2
47612026-07-08T00:01:08.810Z[verify-libraries] Compiling p521 v0.14.0-rc.10
47622026-07-08T00:01:08.944Z[verify-libraries] Compiling p256 v0.14.0-rc.10
47632026-07-08T00:01:08.981Z[verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
47642026-07-08T00:01:09.011Z[verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
47652026-07-08T00:01:09.443Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47662026-07-08T00:01:09.640Z[verify-libraries] Compiling twox-hash v2.1.2
47672026-07-08T00:01:09.696Z[verify-libraries] Compiling kem v0.3.0
47682026-07-08T00:01:09.755Z[verify-libraries] Compiling module-lattice v0.2.3
47692026-07-08T00:01:09.854Z[verify-libraries] Compiling blake3 v1.8.5
47702026-07-08T00:01:10.054Z[verify-libraries] Compiling rtoolbox v0.0.3
47712026-07-08T00:01:10.108Z[verify-libraries] Compiling ml-kem v0.3.2
47722026-07-08T00:01:10.166Z[verify-libraries] Compiling serde_with v1.14.0
47732026-07-08T00:01:10.236Z[verify-libraries] Compiling rpassword v7.4.0
47742026-07-08T00:01:10.451Z[verify-libraries] Compiling russh-cryptovec v0.61.0
47752026-07-08T00:01:10.777Z[verify-libraries] Compiling tui-tree-widget v0.23.1
47762026-07-08T00:01:10.802Z[verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47772026-07-08T00:01:11.037Z[verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
47782026-07-08T00:01:11.129Z[verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
47792026-07-08T00:01:11.348Z[verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
47802026-07-08T00:01:11.371Z[verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47812026-07-08T00:01:11.416Z[verify-libraries] Compiling internal-russh-num-bigint v0.5.0
47822026-07-08T00:01:12.078Z[verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47832026-07-08T00:01:12.282Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47842026-07-08T00:01:12.336Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47852026-07-08T00:01:12.532Z[verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47862026-07-08T00:01:12.576Z[verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
47872026-07-08T00:01:12.598Z[verify-libraries] Compiling fatfs v0.3.6
47882026-07-08T00:01:12.621Z[verify-libraries] Compiling num-bigint v0.4.6
47892026-07-08T00:01:12.673Z[verify-libraries] Compiling generic-array v1.4.3
47902026-07-08T00:01:12.782Z[verify-libraries] Compiling p384 v0.14.0-rc.10
47912026-07-08T00:01:12.815Z[verify-libraries] Compiling russh-util v0.52.0
47922026-07-08T00:01:12.837Z[verify-libraries] Compiling enum_dispatch v0.3.13
47932026-07-08T00:01:12.900Z[verify-libraries] Compiling sapling-renderdag v0.1.0
47942026-07-08T00:01:12.955Z[verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
47952026-07-08T00:01:13.007Z[verify-libraries] Compiling delegate v0.13.5
47962026-07-08T00:01:13.186Z[verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47972026-07-08T00:01:13.224Z[verify-libraries] Compiling md5 v0.8.0
47982026-07-08T00:01:13.262Z[verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47992026-07-08T00:01:13.337Z[ recovery-image] Jul 08 00:01:12.338 INFO O| Jul 08 00:01:12.338 INFO O| Download: 6080/16572 items 45.8/199.6MB 22% complete (582k/s)
48002026-07-08T00:01:13.347Z[verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48012026-07-08T00:01:13.545Z[verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
48022026-07-08T00:01:13.670Z[verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
48032026-07-08T00:01:13.675Z[ host-image] Jul 08 00:01:12.677 INFO O| Jul 08 00:01:12.676 INFO O| Download: 19531/23767 items 175.7/222.4MB 78% complete (3.3M/s)
48042026-07-08T00:01:13.860Z[verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48052026-07-08T00:01:14.933Z[verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48062026-07-08T00:01:15.035Z[verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48072026-07-08T00:01:15.465Z[verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
48082026-07-08T00:01:15.837Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
48092026-07-08T00:01:16.116Z[verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
48102026-07-08T00:01:16.226Z[verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48112026-07-08T00:01:16.779Z[verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
48122026-07-08T00:01:16.829Z[verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
48132026-07-08T00:01:17.057Z[verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
48142026-07-08T00:01:17.599Z[verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
48152026-07-08T00:01:17.772Z[verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
48162026-07-08T00:01:18.207Z[verify-libraries] Compiling ssh-key v0.7.0-rc.10
48172026-07-08T00:01:18.995Z[verify-libraries] Compiling arrayref v0.3.9
48182026-07-08T00:01:19.105Z[verify-libraries] Compiling hex-literal v1.1.0
48192026-07-08T00:01:19.127Z[verify-libraries] Compiling seq-macro v0.3.6
48202026-07-08T00:01:19.254Z[verify-libraries] Compiling arrayvec v0.7.6
48212026-07-08T00:01:19.490Z[ host-image] Jul 08 00:01:18.490 INFO O| Jul 08 00:01:18.490 INFO O| Download: 20795/23767 items 180.8/222.4MB 81% complete (2.2M/s)
48222026-07-08T00:01:19.493Z[ recovery-image] Jul 08 00:01:18.495 INFO O| Jul 08 00:01:18.492 INFO O| Download: 6166/16572 items 48.4/199.6MB 24% complete (487k/s)
48232026-07-08T00:01:19.507Z[verify-libraries] Compiling constant_time_eq v0.4.2
48242026-07-08T00:01:19.529Z[verify-libraries] Compiling sync-ptr v0.1.4
48252026-07-08T00:01:19.556Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
48262026-07-08T00:01:19.761Z[verify-libraries] Compiling russh v0.61.2
48272026-07-08T00:01:19.807Z[verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48282026-07-08T00:01:20.223Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48292026-07-08T00:01:20.455Z[verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
48302026-07-08T00:01:20.831Z[verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48312026-07-08T00:01:20.984Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
48322026-07-08T00:01:21.162Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
48332026-07-08T00:01:21.326Z[verify-libraries] Compiling socket2 v0.5.10
48342026-07-08T00:01:21.430Z[verify-libraries] Compiling internet-checksum v0.2.1
48352026-07-08T00:01:21.610Z[verify-libraries] Compiling topological-sort v0.2.2
48362026-07-08T00:01:21.795Z[verify-libraries] Compiling omicron-zone-package v0.12.3
48372026-07-08T00:01:22.120Z[verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
48382026-07-08T00:01:23.455Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
48392026-07-08T00:01:24.554Z[ recovery-image] Jul 08 00:01:23.555 INFO O| Jul 08 00:01:23.555 INFO O| Download: 6528/16572 items 59.4/199.6MB 29% complete (1.5M/s)
48402026-07-08T00:01:24.592Z[ host-image] Jul 08 00:01:23.593 INFO O| Jul 08 00:01:23.593 INFO O| Download: 21728/23767 items 188.8/222.4MB 84% complete (1.2M/s)
48412026-07-08T00:01:25.810Z[verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48422026-07-08T00:01:26.045Z[verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
48432026-07-08T00:01:26.089Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
48442026-07-08T00:01:26.620Z[verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
48452026-07-08T00:01:26.692Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48462026-07-08T00:01:26.839Z[verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48472026-07-08T00:01:26.914Z[verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48482026-07-08T00:01:26.967Z[verify-libraries] Compiling yansi v1.0.1
48492026-07-08T00:01:27.168Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48502026-07-08T00:01:27.344Z[verify-libraries] Compiling pretty_assertions v1.4.1
48512026-07-08T00:01:27.649Z[verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48522026-07-08T00:01:27.792Z[verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
48532026-07-08T00:01:27.833Z[verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
48542026-07-08T00:01:28.092Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
48552026-07-08T00:01:28.303Z[verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48562026-07-08T00:01:28.370Z[verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48572026-07-08T00:01:28.392Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
48582026-07-08T00:01:28.572Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48592026-07-08T00:01:28.644Z[verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48602026-07-08T00:01:28.670Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
48612026-07-08T00:01:28.827Z[verify-libraries] Compiling drift v0.2.0
48622026-07-08T00:01:28.902Z[verify-libraries] Compiling uzers v0.12.2
48632026-07-08T00:01:29.025Z[verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
48642026-07-08T00:01:29.287Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48652026-07-08T00:01:29.509Z[verify-libraries] Compiling git2 v0.20.4
48662026-07-08T00:01:29.532Z[verify-libraries] Compiling samael v0.0.19
48672026-07-08T00:01:29.555Z[ recovery-image] Jul 08 00:01:28.556 INFO O| Jul 08 00:01:28.556 INFO O| Download: 8179/16572 items 83.2/199.6MB 41% complete (3.3M/s)
48682026-07-08T00:01:29.677Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48692026-07-08T00:01:29.983Z[ host-image] Jul 08 00:01:28.984 INFO O| Jul 08 00:01:28.984 INFO O| Download: 21947/23767 items 190.3/222.4MB 85% complete (1.0M/s)
48702026-07-08T00:01:30.073Z[verify-libraries] Compiling dropshot-api-manager v0.7.2
48712026-07-08T00:01:33.448Z[verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48722026-07-08T00:01:33.706Z[verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48732026-07-08T00:01:33.783Z[verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
48742026-07-08T00:01:34.060Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
48752026-07-08T00:01:34.196Z[verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48762026-07-08T00:01:34.562Z[ recovery-image] Jul 08 00:01:33.556 INFO O| Jul 08 00:01:33.556 INFO O| Download: 8571/16572 items 88.9/199.6MB 44% complete (3.0M/s)
48772026-07-08T00:01:34.984Z[ host-image] Jul 08 00:01:33.985 INFO O| Jul 08 00:01:33.985 INFO O| Download: 22604/23767 items 200.2/222.4MB 90% complete (1.2M/s)
48782026-07-08T00:01:35.361Z[verify-libraries] Compiling support-bundle-viewer v0.1.2
48792026-07-08T00:01:35.385Z[verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48802026-07-08T00:01:35.948Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
48812026-07-08T00:01:36.182Z[verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
48822026-07-08T00:01:36.417Z[verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48832026-07-08T00:01:36.684Z[verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
48842026-07-08T00:01:36.951Z[verify-libraries] Compiling multimap v0.10.1
48852026-07-08T00:01:36.975Z[verify-libraries] Compiling termios v0.3.3
48862026-07-08T00:01:37.190Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48872026-07-08T00:01:38.090Z[verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48882026-07-08T00:01:40.057Z[ recovery-image] Jul 08 00:01:39.058 INFO O| Jul 08 00:01:39.058 INFO O| Download: 9362/16572 items 101.8/199.6MB 50% complete (1.8M/s)
48892026-07-08T00:01:40.060Z[ host-image] Jul 08 00:01:39.061 INFO O| Jul 08 00:01:39.061 INFO O| Download: 22978/23767 items 215.9/222.4MB 97% complete (2.6M/s)
48902026-07-08T00:01:43.164Z[ host-image] Jul 08 00:01:42.160 INFO O| Jul 08 00:01:42.160 INFO O| Download: Completed 222.36 MB in 105.64 seconds (2.1M/s)
48912026-07-08T00:01:43.675Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
48922026-07-08T00:01:44.300Z[ host-image] Jul 08 00:01:43.297 INFO O| Jul 08 00:01:43.297 INFO O| Actions: 1/53970 actions (Installing new actions)
48932026-07-08T00:01:45.058Z[ recovery-image] Jul 08 00:01:44.058 INFO O| Jul 08 00:01:44.058 INFO O| Download: 9993/16572 items 103.2/199.6MB 51% complete (1.4M/s)
48942026-07-08T00:01:46.875Z[verify-libraries] Compiling polar-core v0.27.3
48952026-07-08T00:01:49.300Z[ host-image] Jul 08 00:01:48.301 INFO O| Jul 08 00:01:48.301 INFO O| Actions: 24216/53970 actions (Installing new actions)
48962026-07-08T00:01:50.058Z[ recovery-image] Jul 08 00:01:49.059 INFO O| Jul 08 00:01:49.059 INFO O| Download: 11506/16572 items 104.7/199.6MB 52% complete (288k/s)
48972026-07-08T00:01:52.688Z[verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
48982026-07-08T00:01:52.695Z[ host-image] Jul 08 00:01:51.696 INFO O| Jul 08 00:01:51.696 INFO O| Actions: Completed 53970 actions in 8.39 seconds.
48992026-07-08T00:01:52.768Z[ host-image] Jul 08 00:01:51.769 INFO O| Jul 08 00:01:51.769 INFO O| Finalize: Updating package state database ... Done
49002026-07-08T00:01:52.768Z[ host-image] Jul 08 00:01:51.769 INFO O| Jul 08 00:01:51.769 INFO O| Finalize: Updating package cache ... Done
49012026-07-08T00:01:52.818Z[ host-image] Jul 08 00:01:51.820 INFO O| Jul 08 00:01:51.820 INFO O| Finalize: Updating image state ... Done
49022026-07-08T00:01:53.857Z[verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
49032026-07-08T00:01:53.877Z[ host-image] Jul 08 00:01:52.869 INFO O| Jul 08 00:01:52.869 INFO O| Finalize: Creating fast lookup database ... Done
49042026-07-08T00:01:53.898Z[ host-image] Jul 08 00:01:52.899 INFO O| Jul 08 00:01:52.899 INFO O| Finalize: Reading search index ... Done
49052026-07-08T00:01:54.693Z[verify-libraries] Compiling oso v0.27.3
49062026-07-08T00:01:55.058Z[ recovery-image] Jul 08 00:01:54.059 INFO O| Jul 08 00:01:54.059 INFO O| Download: 12346/16572 items 133.8/199.6MB 67% complete (3.0M/s)
49072026-07-08T00:01:56.640Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49082026-07-08T00:01:56.702Z[ host-image] Jul 08 00:01:55.704 INFO O| Jul 08 00:01:55.696 INFO O| Finalize: Building new search index ... Done
49092026-07-08T00:01:57.324Z[ host-image] Jul 08 00:01:56.325 INFO O| Jul 08 00:01:56.325 INFO O| Finalize: Updating package cache ... Done
49102026-07-08T00:01:57.516Z[ host-image] Jul 08 00:01:56.517 INFO O| Jul 08 00:01:56.517 INFO STEP 11 (pkg_install) COMPLETE
49112026-07-08T00:01:57.516Z[ host-image] Jul 08 00:01:56.517 INFO O| Jul 08 00:01:56.517 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49122026-07-08T00:01:57.527Z[ host-image] Jul 08 00:01:56.528 INFO O| Jul 08 00:01:56.528 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest", "/system/i2c"]
49132026-07-08T00:02:00.059Z[ recovery-image] Jul 08 00:01:59.060 INFO O| Jul 08 00:01:59.060 INFO O| Download: 13762/16572 items 156.1/199.6MB 78% complete (5.2M/s)
49142026-07-08T00:02:00.193Z[verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
49152026-07-08T00:02:03.351Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
49162026-07-08T00:02:04.829Z[verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
49172026-07-08T00:02:05.065Z[ recovery-image] Jul 08 00:02:04.065 INFO O| Jul 08 00:02:04.065 INFO O| Download: 15388/16572 items 167.6/199.6MB 83% complete (3.4M/s)
49182026-07-08T00:02:06.546Z[ host-image] Jul 08 00:02:05.547 INFO O| Jul 08 00:02:05.546 INFO O| Startup: Refreshing catalog 'helios' ... Done
49192026-07-08T00:02:07.025Z[verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49202026-07-08T00:02:07.456Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
49212026-07-08T00:02:08.239Z[ host-image] Jul 08 00:02:07.240 INFO O| Jul 08 00:02:07.240 INFO O| Startup: Caching catalogs ... Done
49222026-07-08T00:02:08.438Z[ host-image] Jul 08 00:02:07.439 INFO O| Jul 08 00:02:07.439 INFO O| Planning: Solver setup ... Done
49232026-07-08T00:02:08.443Z[ host-image] Jul 08 00:02:07.444 INFO O| Jul 08 00:02:07.444 INFO O| Planning: Running solver ... Done
49242026-07-08T00:02:08.449Z[ host-image] Jul 08 00:02:07.450 INFO O| Jul 08 00:02:07.450 INFO O| Planning: Finding local manifests ... Done
49252026-07-08T00:02:08.496Z[ host-image] Jul 08 00:02:07.496 INFO O| Jul 08 00:02:07.496 INFO O| Planning: Fetching manifests: 0/6 0% complete
49262026-07-08T00:02:08.613Z[ host-image] Jul 08 00:02:07.614 INFO O| Jul 08 00:02:07.614 INFO O| Planning: Fetching manifests: 6/6 100% complete
49272026-07-08T00:02:08.636Z[ host-image] Jul 08 00:02:07.637 INFO O| Jul 08 00:02:07.637 INFO O| Planning: Package planning ... Done
49282026-07-08T00:02:08.639Z[ host-image] Jul 08 00:02:07.639 INFO O| Jul 08 00:02:07.639 INFO O| Planning: Merging actions ... Done
49292026-07-08T00:02:08.751Z[ host-image] Jul 08 00:02:07.752 INFO O| Jul 08 00:02:07.752 INFO O| Planning: Checking for conflicting actions ... Done
49302026-07-08T00:02:08.754Z[ host-image] Jul 08 00:02:07.754 INFO O| Jul 08 00:02:07.754 INFO O| Planning: Consolidating action changes ... Done
49312026-07-08T00:02:08.888Z[ host-image] Jul 08 00:02:07.889 INFO O| Jul 08 00:02:07.889 INFO O| Planning: Evaluating mediators ... Done
49322026-07-08T00:02:08.892Z[ host-image] Jul 08 00:02:07.890 INFO O| Jul 08 00:02:07.890 INFO O| Planning: Planning completed in 0.64 seconds
49332026-07-08T00:02:08.892Z[ host-image] Jul 08 00:02:07.891 INFO O| Jul 08 00:02:07.891 INFO O| Packages to install: 6
49342026-07-08T00:02:08.892Z[ host-image] Jul 08 00:02:07.891 INFO O| Jul 08 00:02:07.891 INFO O| Services to change: 2
49352026-07-08T00:02:08.901Z[ host-image] Jul 08 00:02:07.902 INFO O| Jul 08 00:02:07.901 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete
49362026-07-08T00:02:09.310Z[verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
49372026-07-08T00:02:09.796Z[verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
49382026-07-08T00:02:10.284Z[ recovery-image] Jul 08 00:02:09.284 INFO O| Jul 08 00:02:09.284 INFO O| Download: 16316/16572 items 193.8/199.6MB 97% complete (3.8M/s)
49392026-07-08T00:02:10.680Z[ host-image] Jul 08 00:02:09.679 INFO O| Jul 08 00:02:09.678 INFO O| Download: Completed 1.75 MB in 1.78 seconds (1006k/s)
49402026-07-08T00:02:11.706Z[ recovery-image] Jul 08 00:02:10.703 INFO O| Jul 08 00:02:10.703 INFO O| Download: Completed 199.55 MB in 94.22 seconds (2.1M/s)
49412026-07-08T00:02:14.624Z[ host-image] Jul 08 00:02:13.624 INFO O| Jul 08 00:02:13.624 INFO O| Actions: 1/390 actions (Installing new actions)
49422026-07-08T00:02:14.764Z[ host-image] Jul 08 00:02:13.764 INFO O| Jul 08 00:02:13.764 INFO O| Actions: Completed 390 actions in 0.14 seconds.
49432026-07-08T00:02:14.777Z[ host-image] Jul 08 00:02:13.777 INFO O| Jul 08 00:02:13.777 INFO O| Finalize: Updating package state database ... Done
49442026-07-08T00:02:14.777Z[ host-image] Jul 08 00:02:13.777 INFO O| Jul 08 00:02:13.777 INFO O| Finalize: Updating package cache ... Done
49452026-07-08T00:02:14.816Z[ host-image] Jul 08 00:02:13.816 INFO O| Jul 08 00:02:13.816 INFO O| Finalize: Updating image state ... Done
49462026-07-08T00:02:15.814Z[ host-image] Jul 08 00:02:14.814 INFO O| Jul 08 00:02:14.814 INFO O| Finalize: Creating fast lookup database ... Done
49472026-07-08T00:02:15.843Z[ host-image] Jul 08 00:02:14.843 INFO O| Jul 08 00:02:14.843 INFO O| Finalize: Reading search index ... Done
49482026-07-08T00:02:15.843Z[ host-image] Jul 08 00:02:14.843 INFO O| Jul 08 00:02:14.843 INFO O| Finalize: Updating search index ... Done
49492026-07-08T00:02:15.861Z[ host-image] Jul 08 00:02:14.860 INFO O| Jul 08 00:02:14.859 INFO O| Finalize: Updating package cache ... Done
49502026-07-08T00:02:16.027Z[ host-image] Jul 08 00:02:15.021 INFO O| Jul 08 00:02:15.021 INFO STEP 12 (pkg_install) COMPLETE
49512026-07-08T00:02:16.031Z[ host-image] Jul 08 00:02:15.021 INFO O| Jul 08 00:02:15.021 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49522026-07-08T00:02:16.042Z[ host-image] Jul 08 00:02:15.031 INFO O| Jul 08 00:02:15.031 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
49532026-07-08T00:02:16.223Z[ recovery-image] Jul 08 00:02:15.222 INFO O| Jul 08 00:02:15.222 INFO O| Actions: 1/27411 actions (Installing new actions)
49542026-07-08T00:02:16.834Z[ host-image] Jul 08 00:02:15.834 INFO O| Jul 08 00:02:15.834 INFO O| Startup: Refreshing catalog 'helios' ... Done
49552026-07-08T00:02:16.960Z[ host-image] Jul 08 00:02:15.960 INFO O| Jul 08 00:02:15.960 INFO O| Startup: Caching catalogs ... Done
49562026-07-08T00:02:17.157Z[ host-image] Jul 08 00:02:16.138 INFO O| Jul 08 00:02:16.138 INFO O| Planning: Solver setup ... Done
49572026-07-08T00:02:17.207Z[ host-image] Jul 08 00:02:16.143 INFO O| Jul 08 00:02:16.143 INFO O| Planning: Running solver ... Done
49582026-07-08T00:02:17.207Z[ host-image] Jul 08 00:02:16.147 INFO O| Jul 08 00:02:16.147 INFO O| Planning: Finding local manifests ... Done
49592026-07-08T00:02:17.207Z[ host-image] Jul 08 00:02:16.160 INFO O| Jul 08 00:02:16.160 INFO O| Planning: Fetching manifests: 0/6 0% complete
49602026-07-08T00:02:17.257Z[ host-image] Jul 08 00:02:16.221 INFO O| Jul 08 00:02:16.221 INFO O| Planning: Fetching manifests: 6/6 100% complete
49612026-07-08T00:02:17.295Z[ host-image] Jul 08 00:02:16.295 INFO O| Jul 08 00:02:16.295 INFO O| Planning: Package planning ... Done
49622026-07-08T00:02:17.302Z[ host-image] Jul 08 00:02:16.303 INFO O| Jul 08 00:02:16.303 INFO O| Planning: Merging actions ... Done
49632026-07-08T00:02:17.355Z[ host-image] Jul 08 00:02:16.355 INFO O| Jul 08 00:02:16.355 INFO O| Planning: Checking for conflicting actions ... Done
49642026-07-08T00:02:17.374Z[ host-image] Jul 08 00:02:16.359 INFO O| Jul 08 00:02:16.358 INFO O| Planning: Consolidating action changes ... Done
49652026-07-08T00:02:17.491Z[ host-image] Jul 08 00:02:16.491 INFO O| Jul 08 00:02:16.491 INFO O| Planning: Evaluating mediators ... Done
49662026-07-08T00:02:17.498Z[ host-image] Jul 08 00:02:16.494 INFO O| Jul 08 00:02:16.494 INFO O| Planning: Planning completed in 0.53 seconds
49672026-07-08T00:02:17.498Z[ host-image] Jul 08 00:02:16.494 INFO O| Jul 08 00:02:16.494 INFO O| Packages to install: 6
49682026-07-08T00:02:17.498Z[ host-image] Jul 08 00:02:16.494 INFO O| Jul 08 00:02:16.494 INFO O| Mediators to change: 1
49692026-07-08T00:02:17.498Z[ host-image] Jul 08 00:02:16.494 INFO O| Jul 08 00:02:16.494 INFO O| Services to change: 1
49702026-07-08T00:02:17.504Z[ host-image] Jul 08 00:02:16.505 INFO O| Jul 08 00:02:16.505 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete
49712026-07-08T00:02:17.796Z[verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
49722026-07-08T00:02:21.007Z[ recovery-image] Jul 08 00:02:20.008 INFO O| Jul 08 00:02:20.007 INFO O| Actions: Completed 27411 actions in 4.78 seconds.
49732026-07-08T00:02:21.050Z[ recovery-image] Jul 08 00:02:20.049 INFO O| Jul 08 00:02:20.049 INFO O| Finalize: Updating package state database ... Done
49742026-07-08T00:02:21.050Z[ recovery-image] Jul 08 00:02:20.049 INFO O| Jul 08 00:02:20.049 INFO O| Finalize: Updating package cache ... Done
49752026-07-08T00:02:21.090Z[ recovery-image] Jul 08 00:02:20.091 INFO O| Jul 08 00:02:20.091 INFO O| Finalize: Updating image state ... Done
49762026-07-08T00:02:21.357Z[ host-image] Jul 08 00:02:20.357 INFO O| Jul 08 00:02:20.357 INFO O| Download: Completed 7.84 MB in 3.85 seconds (2.0M/s)
49772026-07-08T00:02:21.389Z[ host-image] Jul 08 00:02:20.390 INFO O| Jul 08 00:02:20.390 INFO O| Actions: 1/1366 actions (Installing new actions)
49782026-07-08T00:02:21.610Z[ recovery-image] Jul 08 00:02:20.611 INFO O| Jul 08 00:02:20.611 INFO O| Finalize: Creating fast lookup database ... Done
49792026-07-08T00:02:21.619Z[ host-image] Jul 08 00:02:20.619 INFO O| Jul 08 00:02:20.619 INFO O| Actions: Completed 1366 actions in 0.23 seconds.
49802026-07-08T00:02:21.623Z[ recovery-image] Jul 08 00:02:20.624 INFO O| Jul 08 00:02:20.624 INFO O| Finalize: Reading search index ... Done
49812026-07-08T00:02:21.630Z[ host-image] Jul 08 00:02:20.631 INFO O| Jul 08 00:02:20.631 INFO O| Finalize: Updating package state database ... Done
49822026-07-08T00:02:21.630Z[ host-image] Jul 08 00:02:20.631 INFO O| Jul 08 00:02:20.631 INFO O| Finalize: Updating package cache ... Done
49832026-07-08T00:02:21.668Z[ host-image] Jul 08 00:02:20.667 INFO O| Jul 08 00:02:20.667 INFO O| Finalize: Updating image state ... Done
49842026-07-08T00:02:22.484Z[ host-image] Jul 08 00:02:21.483 INFO O| Jul 08 00:02:21.483 INFO O| Finalize: Creating fast lookup database ... Done
49852026-07-08T00:02:22.507Z[ host-image] Jul 08 00:02:21.508 INFO O| Jul 08 00:02:21.508 INFO O| Finalize: Reading search index ... Done
49862026-07-08T00:02:22.514Z[ host-image] Jul 08 00:02:21.508 INFO O| Jul 08 00:02:21.508 INFO O| Finalize: Updating search index ... Done
49872026-07-08T00:02:22.541Z[ host-image] Jul 08 00:02:21.541 INFO O| Jul 08 00:02:21.541 INFO O| Finalize: Updating package cache ... Done
49882026-07-08T00:02:22.697Z[ host-image] Jul 08 00:02:21.680 INFO O| Jul 08 00:02:21.680 INFO STEP 13 (pkg_install) COMPLETE
49892026-07-08T00:02:22.697Z[ host-image] Jul 08 00:02:21.680 INFO O| Jul 08 00:02:21.680 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49902026-07-08T00:02:22.701Z[ host-image] Jul 08 00:02:21.690 INFO O| Jul 08 00:02:21.690 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
49912026-07-08T00:02:23.172Z[ recovery-image] Jul 08 00:02:22.172 INFO O| Jul 08 00:02:22.172 INFO O| Finalize: Building new search index ... Done
49922026-07-08T00:02:23.404Z[ host-image] Jul 08 00:02:22.404 INFO O| Jul 08 00:02:22.404 INFO O| Startup: Refreshing catalog 'helios' ... Done
49932026-07-08T00:02:23.468Z[ recovery-image] Jul 08 00:02:22.467 INFO O| Jul 08 00:02:22.467 INFO O| Finalize: Updating package cache ... Done
49942026-07-08T00:02:23.532Z[ host-image] Jul 08 00:02:22.530 INFO O| Jul 08 00:02:22.530 INFO O| Startup: Caching catalogs ... Done
49952026-07-08T00:02:23.666Z[ recovery-image] Jul 08 00:02:22.661 INFO O| Jul 08 00:02:22.661 INFO STEP 11 (pkg_install) COMPLETE
49962026-07-08T00:02:23.666Z[ recovery-image] Jul 08 00:02:22.661 INFO O| Jul 08 00:02:22.661 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49972026-07-08T00:02:23.677Z[ recovery-image] Jul 08 00:02:22.661 INFO O| Jul 08 00:02:22.661 INFO skip step because feature "recovery" is enabled
49982026-07-08T00:02:23.678Z[ recovery-image] Jul 08 00:02:22.661 INFO O| Jul 08 00:02:22.661 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
49992026-07-08T00:02:23.678Z[ recovery-image] Jul 08 00:02:22.661 INFO O| Jul 08 00:02:22.661 INFO skip step because feature "omicron1" is not enabled
50002026-07-08T00:02:23.678Z[ recovery-image] Jul 08 00:02:22.661 INFO O| Jul 08 00:02:22.661 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50012026-07-08T00:02:23.678Z[ recovery-image] Jul 08 00:02:22.671 INFO O| Jul 08 00:02:22.671 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.492"]
50022026-07-08T00:02:23.710Z[ host-image] Jul 08 00:02:22.711 INFO O| Jul 08 00:02:22.711 INFO O| Planning: Solver setup ... Done
50032026-07-08T00:02:23.717Z[ host-image] Jul 08 00:02:22.716 INFO O| Jul 08 00:02:22.716 INFO O| Planning: Running solver ... Done
50042026-07-08T00:02:23.730Z[ host-image] Jul 08 00:02:22.721 INFO O| Jul 08 00:02:22.721 INFO O| Planning: Finding local manifests ... Done
50052026-07-08T00:02:23.752Z[ host-image] Jul 08 00:02:22.734 INFO O| Jul 08 00:02:22.733 INFO O| Planning: Fetching manifests: 0/1 0% complete
50062026-07-08T00:02:23.752Z[ host-image] Jul 08 00:02:22.738 INFO O| Jul 08 00:02:22.738 INFO O| Planning: Fetching manifests: 1/1 100% complete
50072026-07-08T00:02:23.756Z[ host-image] Jul 08 00:02:22.756 INFO O| Jul 08 00:02:22.756 INFO O| Planning: Package planning ... Done
50082026-07-08T00:02:23.756Z[ host-image] Jul 08 00:02:22.756 INFO O| Jul 08 00:02:22.756 INFO O| Planning: Merging actions ... Done
50092026-07-08T00:02:23.853Z[ host-image] Jul 08 00:02:22.850 INFO O| Jul 08 00:02:22.850 INFO O| Planning: Checking for conflicting actions ... Done
50102026-07-08T00:02:23.858Z[ host-image] Jul 08 00:02:22.851 INFO O| Jul 08 00:02:22.851 INFO O| Planning: Consolidating action changes ... Done
50112026-07-08T00:02:23.983Z[ host-image] Jul 08 00:02:22.978 INFO O| Jul 08 00:02:22.978 INFO O| Planning: Evaluating mediators ... Done
50122026-07-08T00:02:23.990Z[ host-image] Jul 08 00:02:22.979 INFO O| Jul 08 00:02:22.978 INFO O| Planning: Planning completed in 0.44 seconds
50132026-07-08T00:02:23.990Z[ host-image] Jul 08 00:02:22.979 INFO O| Jul 08 00:02:22.979 INFO O| Packages to install: 1
50142026-07-08T00:02:23.990Z[ host-image] Jul 08 00:02:22.988 INFO O| Jul 08 00:02:22.988 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50152026-07-08T00:02:24.103Z[ host-image] Jul 08 00:02:23.103 INFO O| Jul 08 00:02:23.103 INFO O| Download: Completed 13.06 MB in 0.11 seconds (113M/s)
50162026-07-08T00:02:24.126Z[ host-image] Jul 08 00:02:23.122 INFO O| Jul 08 00:02:23.121 INFO O| Actions: 1/22 actions (Installing new actions)
50172026-07-08T00:02:24.370Z[ host-image] Jul 08 00:02:23.370 INFO O| Jul 08 00:02:23.370 INFO O| Actions: Completed 22 actions in 0.25 seconds.
50182026-07-08T00:02:24.381Z[ host-image] Jul 08 00:02:23.381 INFO O| Jul 08 00:02:23.381 INFO O| Finalize: Updating package state database ... Done
50192026-07-08T00:02:24.381Z[ host-image] Jul 08 00:02:23.381 INFO O| Jul 08 00:02:23.381 INFO O| Finalize: Updating package cache ... Done
50202026-07-08T00:02:24.390Z[ recovery-image] Jul 08 00:02:23.389 INFO O| Jul 08 00:02:23.389 INFO O| Startup: Refreshing catalog 'helios' ... Done
50212026-07-08T00:02:24.424Z[ host-image] Jul 08 00:02:23.420 INFO O| Jul 08 00:02:23.420 INFO O| Finalize: Updating image state ... Done
50222026-07-08T00:02:24.517Z[ recovery-image] Jul 08 00:02:23.518 INFO O| Jul 08 00:02:23.518 INFO O| Startup: Caching catalogs ... Done
50232026-07-08T00:02:24.692Z[ recovery-image] Jul 08 00:02:23.693 INFO O| Jul 08 00:02:23.693 INFO O| Planning: Solver setup ... Done
50242026-07-08T00:02:24.700Z[ recovery-image] Jul 08 00:02:23.697 INFO O| Jul 08 00:02:23.697 INFO O| Planning: Running solver ... Done
50252026-07-08T00:02:24.704Z[ recovery-image] Jul 08 00:02:23.702 INFO O| Jul 08 00:02:23.702 INFO O| Planning: Finding local manifests ... Done
50262026-07-08T00:02:24.713Z[ recovery-image] Jul 08 00:02:23.714 INFO O| Jul 08 00:02:23.714 INFO O| Planning: Fetching manifests: 0/1 0% complete
50272026-07-08T00:02:24.719Z[ recovery-image] Jul 08 00:02:23.719 INFO O| Jul 08 00:02:23.719 INFO O| Planning: Fetching manifests: 1/1 100% complete
50282026-07-08T00:02:24.734Z[ recovery-image] Jul 08 00:02:23.735 INFO O| Jul 08 00:02:23.735 INFO O| Planning: Package planning ... Done
50292026-07-08T00:02:24.752Z[ recovery-image] Jul 08 00:02:23.735 INFO O| Jul 08 00:02:23.735 INFO O| Planning: Merging actions ... Done
50302026-07-08T00:02:24.797Z[ recovery-image] Jul 08 00:02:23.798 INFO O| Jul 08 00:02:23.798 INFO O| Planning: Checking for conflicting actions ... Done
50312026-07-08T00:02:24.804Z[ recovery-image] Jul 08 00:02:23.798 INFO O| Jul 08 00:02:23.798 INFO O| Planning: Consolidating action changes ... Done
50322026-07-08T00:02:24.892Z[ recovery-image] Jul 08 00:02:23.892 INFO O| Jul 08 00:02:23.892 INFO O| Planning: Evaluating mediators ... Done
50332026-07-08T00:02:24.897Z[ recovery-image] Jul 08 00:02:23.892 INFO O| Jul 08 00:02:23.892 INFO O| Planning: Planning completed in 0.37 seconds
50342026-07-08T00:02:24.897Z[ recovery-image] Jul 08 00:02:23.893 INFO O| Jul 08 00:02:23.893 INFO O| Packages to install: 1
50352026-07-08T00:02:24.906Z[ recovery-image] Jul 08 00:02:23.904 INFO O| Jul 08 00:02:23.904 INFO O| Download: 0/4 items 0.0/13.1MB 0% complete
50362026-07-08T00:02:25.014Z[ recovery-image] Jul 08 00:02:24.014 INFO O| Jul 08 00:02:24.014 INFO O| Download: Completed 13.06 MB in 0.11 seconds (119M/s)
50372026-07-08T00:02:25.037Z[ recovery-image] Jul 08 00:02:24.032 INFO O| Jul 08 00:02:24.032 INFO O| Actions: 1/22 actions (Installing new actions)
50382026-07-08T00:02:25.317Z[ recovery-image] Jul 08 00:02:24.308 INFO O| Jul 08 00:02:24.308 INFO O| Actions: Completed 22 actions in 0.28 seconds.
50392026-07-08T00:02:25.327Z[ host-image] Jul 08 00:02:24.314 INFO O| Jul 08 00:02:24.314 INFO O| Finalize: Creating fast lookup database ... Done
50402026-07-08T00:02:25.327Z[ recovery-image] Jul 08 00:02:24.323 INFO O| Jul 08 00:02:24.323 INFO O| Finalize: Updating package state database ... Done
50412026-07-08T00:02:25.327Z[ recovery-image] Jul 08 00:02:24.323 INFO O| Jul 08 00:02:24.323 INFO O| Finalize: Updating package cache ... Done
50422026-07-08T00:02:25.362Z[ host-image] Jul 08 00:02:24.346 INFO O| Jul 08 00:02:24.346 INFO O| Finalize: Reading search index ... Done
50432026-07-08T00:02:25.362Z[ host-image] Jul 08 00:02:24.346 INFO O| Jul 08 00:02:24.346 INFO O| Finalize: Updating search index ... Done
50442026-07-08T00:02:25.366Z[ recovery-image] Jul 08 00:02:24.355 INFO O| Jul 08 00:02:24.355 INFO O| Finalize: Updating image state ... Done
50452026-07-08T00:02:25.366Z[ host-image] Jul 08 00:02:24.357 INFO O| Jul 08 00:02:24.357 INFO O| Finalize: Updating package cache ... Done
50462026-07-08T00:02:25.532Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO STEP 14 (pkg_install) COMPLETE
50472026-07-08T00:02:25.532Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50482026-07-08T00:02:25.532Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO skip step because feature "mfg" is not enabled
50492026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50502026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO skip step because feature "compliance" is not enabled
50512026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50522026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO skip step because feature "stress" is not enabled
50532026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50542026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO skip step because feature "compliance" is not enabled
50552026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50562026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO skip step because feature "nfs" is not enabled
50572026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os
50582026-07-08T00:02:25.537Z[ host-image] Jul 08 00:02:24.527 INFO O| Jul 08 00:02:24.527 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
50592026-07-08T00:02:25.678Z[ host-image] Jul 08 00:02:24.662 INFO O| Jul 08 00:02:24.662 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os
50602026-07-08T00:02:25.849Z[ host-image] Jul 08 00:02:24.844 INFO O| Jul 08 00:02:24.844 INFO completed processing sled/ramdisk-01-os
50612026-07-08T00:02:25.853Z[ host-image] Jul 08 00:02:24.847 INFO omicron1 baseline generation...
50622026-07-08T00:02:25.853Z[ host-image] Jul 08 00:02:24.847 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
50632026-07-08T00:02:25.952Z[ recovery-image] Jul 08 00:02:24.943 INFO O| Jul 08 00:02:24.941 INFO O| Finalize: Creating fast lookup database ... Done
50642026-07-08T00:02:25.966Z[ recovery-image] Jul 08 00:02:24.956 INFO O| Jul 08 00:02:24.956 INFO O| Finalize: Reading search index ... Done
50652026-07-08T00:02:25.966Z[ recovery-image] Jul 08 00:02:24.956 INFO O| Jul 08 00:02:24.956 INFO O| Finalize: Updating search index ... Done
50662026-07-08T00:02:25.969Z[ recovery-image] Jul 08 00:02:24.966 INFO O| Jul 08 00:02:24.966 INFO O| Finalize: Updating package cache ... Done
50672026-07-08T00:02:26.128Z[ recovery-image] Jul 08 00:02:25.119 INFO O| Jul 08 00:02:25.119 INFO STEP 14 (pkg_install) COMPLETE
50682026-07-08T00:02:26.128Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50692026-07-08T00:02:26.135Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO skip step because feature "mfg" is not enabled
50702026-07-08T00:02:26.135Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50712026-07-08T00:02:26.135Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO skip step because feature "compliance" is not enabled
50722026-07-08T00:02:26.135Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50732026-07-08T00:02:26.135Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO skip step because feature "stress" is not enabled
50742026-07-08T00:02:26.135Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50752026-07-08T00:02:26.135Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO skip step because feature "compliance" is not enabled
50762026-07-08T00:02:26.136Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json
50772026-07-08T00:02:26.136Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO skip step because feature "nfs" is not enabled
50782026-07-08T00:02:26.136Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50792026-07-08T00:02:26.136Z[ recovery-image] Jul 08 00:02:25.120 INFO O| Jul 08 00:02:25.119 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50802026-07-08T00:02:26.244Z[ host-image] Jul 08 00:02:25.244 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24068:20260625T122325Z
50812026-07-08T00:02:26.247Z[ recovery-image] Jul 08 00:02:25.246 INFO O| Jul 08 00:02:25.246 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os
50822026-07-08T00:02:26.333Z[ recovery-image] Jul 08 00:02:25.312 INFO O| Jul 08 00:02:25.311 INFO completed processing sled/ramdisk-01-os
50832026-07-08T00:02:26.338Z[ recovery-image] Jul 08 00:02:25.314 INFO image builder template: ramdisk-02-trim...
50842026-07-08T00:02:26.338Z[ recovery-image] Jul 08 00:02:25.315 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/.tmpEUv0W0/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
50852026-07-08T00:02:26.338Z[ recovery-image] Jul 08 00:02:25.336 INFO O| Jul 08 00:02:25.335 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50862026-07-08T00:02:26.348Z[ recovery-image] Jul 08 00:02:25.339 INFO O| Jul 08 00:02:25.339 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50872026-07-08T00:02:26.409Z[ recovery-image] Jul 08 00:02:25.398 INFO O| Jul 08 00:02:25.398 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled
50882026-07-08T00:02:26.432Z[ recovery-image] Jul 08 00:02:25.433 INFO O| Jul 08 00:02:25.433 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
50892026-07-08T00:02:26.432Z[ recovery-image] Jul 08 00:02:25.433 INFO O| Jul 08 00:02:25.433 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
50902026-07-08T00:02:26.447Z[ recovery-image] Jul 08 00:02:25.438 INFO O| Jul 08 00:02:25.437 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
50912026-07-08T00:02:26.454Z[ recovery-image] Jul 08 00:02:25.441 INFO O| Jul 08 00:02:25.441 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os
50922026-07-08T00:02:26.454Z[ recovery-image] Jul 08 00:02:25.446 INFO O| Jul 08 00:02:25.446 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os
50932026-07-08T00:02:26.871Z[ recovery-image] Jul 08 00:02:25.872 INFO O| Jul 08 00:02:25.871 INFO rolled back to input snapshot; work may begin
50942026-07-08T00:02:26.871Z[ recovery-image] Jul 08 00:02:25.872 INFO O| Jul 08 00:02:25.872 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
50952026-07-08T00:02:26.878Z[ recovery-image] Jul 08 00:02:25.877 INFO O| Jul 08 00:02:25.877 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50962026-07-08T00:02:26.889Z[ recovery-image] Jul 08 00:02:25.888 INFO O| Jul 08 00:02:25.888 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg"
50972026-07-08T00:02:26.931Z[ recovery-image] Jul 08 00:02:25.925 INFO O| Jul 08 00:02:25.925 INFO STEP 0 (remove_files) COMPLETE
50982026-07-08T00:02:26.931Z[ recovery-image] Jul 08 00:02:25.925 INFO O| Jul 08 00:02:25.925 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
50992026-07-08T00:02:26.935Z[ recovery-image] Jul 08 00:02:25.936 INFO O| Jul 08 00:02:25.935 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4"
51002026-07-08T00:02:26.944Z[ recovery-image] Jul 08 00:02:25.937 INFO O| Jul 08 00:02:25.937 INFO STEP 1 (remove_files) COMPLETE
51012026-07-08T00:02:26.944Z[ recovery-image] Jul 08 00:02:25.937 INFO O| Jul 08 00:02:25.937 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51022026-07-08T00:02:26.951Z[ recovery-image] Jul 08 00:02:25.947 INFO O| Jul 08 00:02:25.947 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include"
51032026-07-08T00:02:26.960Z[ recovery-image] Jul 08 00:02:25.958 INFO O| Jul 08 00:02:25.958 INFO STEP 2 (remove_files) COMPLETE
51042026-07-08T00:02:26.960Z[ recovery-image] Jul 08 00:02:25.958 INFO O| Jul 08 00:02:25.958 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51052026-07-08T00:02:26.967Z[ recovery-image] Jul 08 00:02:25.968 INFO O| Jul 08 00:02:25.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo"
51062026-07-08T00:02:26.977Z[ recovery-image] Jul 08 00:02:25.969 INFO O| Jul 08 00:02:25.969 INFO STEP 3 (remove_files) COMPLETE
51072026-07-08T00:02:26.977Z[ recovery-image] Jul 08 00:02:25.969 INFO O| Jul 08 00:02:25.969 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51082026-07-08T00:02:26.981Z[ recovery-image] Jul 08 00:02:25.979 INFO O| Jul 08 00:02:25.979 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help"
51092026-07-08T00:02:26.986Z[ recovery-image] Jul 08 00:02:25.982 INFO O| Jul 08 00:02:25.982 INFO STEP 4 (remove_files) COMPLETE
51102026-07-08T00:02:26.986Z[ recovery-image] Jul 08 00:02:25.982 INFO O| Jul 08 00:02:25.982 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51112026-07-08T00:02:26.993Z[ recovery-image] Jul 08 00:02:25.994 INFO O| Jul 08 00:02:25.994 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc"
51122026-07-08T00:02:27.008Z[ recovery-image] Jul 08 00:02:25.994 INFO O| Jul 08 00:02:25.994 INFO STEP 5 (remove_files) COMPLETE
51132026-07-08T00:02:27.008Z[ recovery-image] Jul 08 00:02:25.994 INFO O| Jul 08 00:02:25.994 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51142026-07-08T00:02:27.008Z[ recovery-image] Jul 08 00:02:26.005 INFO O| Jul 08 00:02:26.005 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion"
51152026-07-08T00:02:27.016Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO STEP 6 (remove_files) COMPLETE
51162026-07-08T00:02:27.016Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51172026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO skip step because feature "heliosv2" is not enabled
51182026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51192026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO skip step because feature "recovery" is enabled
51202026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51212026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO skip step because feature "recovery" is enabled
51222026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51232026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO skip step because feature "recovery" is enabled
51242026-07-08T00:02:27.021Z[ recovery-image] Jul 08 00:02:26.015 INFO O| Jul 08 00:02:26.015 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51252026-07-08T00:02:27.026Z[ recovery-image] Jul 08 00:02:26.025 INFO O| Jul 08 00:02:26.025 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp"
51262026-07-08T00:02:27.030Z[ recovery-image] Jul 08 00:02:26.028 INFO O| Jul 08 00:02:26.028 INFO STEP 11 (remove_files) COMPLETE
51272026-07-08T00:02:27.030Z[ recovery-image] Jul 08 00:02:26.028 INFO O| Jul 08 00:02:26.028 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51282026-07-08T00:02:27.045Z[ recovery-image] Jul 08 00:02:26.037 INFO O| Jul 08 00:02:26.037 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386"
51292026-07-08T00:02:27.048Z[ recovery-image] Jul 08 00:02:26.038 INFO O| Jul 08 00:02:26.038 INFO STEP 12 (remove_files) COMPLETE
51302026-07-08T00:02:27.048Z[ recovery-image] Jul 08 00:02:26.038 INFO O| Jul 08 00:02:26.038 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51312026-07-08T00:02:27.048Z[ recovery-image] Jul 08 00:02:26.047 INFO O| Jul 08 00:02:26.047 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv"
51322026-07-08T00:02:27.048Z[ recovery-image] Jul 08 00:02:26.049 INFO O| Jul 08 00:02:26.048 INFO STEP 13 (remove_files) COMPLETE
51332026-07-08T00:02:27.049Z[ recovery-image] Jul 08 00:02:26.049 INFO O| Jul 08 00:02:26.049 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51342026-07-08T00:02:27.078Z[ recovery-image] Jul 08 00:02:26.079 INFO O| Jul 08 00:02:26.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
51352026-07-08T00:02:27.078Z[ recovery-image] Jul 08 00:02:26.079 INFO O| Jul 08 00:02:26.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a"
51362026-07-08T00:02:27.172Z[ recovery-image] Jul 08 00:02:26.172 INFO O| Jul 08 00:02:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a"
51372026-07-08T00:02:27.178Z[ recovery-image] Jul 08 00:02:26.178 INFO O| Jul 08 00:02:26.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
51382026-07-08T00:02:27.265Z[ recovery-image] Jul 08 00:02:26.265 INFO O| Jul 08 00:02:26.265 INFO STEP 14 (remove_files) COMPLETE
51392026-07-08T00:02:27.265Z[ recovery-image] Jul 08 00:02:26.265 INFO O| Jul 08 00:02:26.265 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51402026-07-08T00:02:27.276Z[ recovery-image] Jul 08 00:02:26.276 INFO O| Jul 08 00:02:26.276 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot"
51412026-07-08T00:02:27.279Z[ recovery-image] Jul 08 00:02:26.277 INFO O| Jul 08 00:02:26.277 INFO STEP 15 (remove_files) COMPLETE
51422026-07-08T00:02:27.279Z[ recovery-image] Jul 08 00:02:26.277 INFO O| Jul 08 00:02:26.277 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51432026-07-08T00:02:27.286Z[ recovery-image] Jul 08 00:02:26.287 INFO O| Jul 08 00:02:26.287 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc"
51442026-07-08T00:02:27.292Z[ recovery-image] Jul 08 00:02:26.293 INFO O| Jul 08 00:02:26.293 INFO STEP 16 (remove_files) COMPLETE
51452026-07-08T00:02:27.292Z[ recovery-image] Jul 08 00:02:26.293 INFO O| Jul 08 00:02:26.293 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51462026-07-08T00:02:27.303Z[ recovery-image] Jul 08 00:02:26.303 INFO O| Jul 08 00:02:26.303 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv"
51472026-07-08T00:02:27.303Z[ recovery-image] Jul 08 00:02:26.303 INFO O| Jul 08 00:02:26.303 INFO STEP 17 (remove_files) COMPLETE
51482026-07-08T00:02:27.303Z[ recovery-image] Jul 08 00:02:26.303 INFO O| Jul 08 00:02:26.303 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51492026-07-08T00:02:27.311Z[ recovery-image] Jul 08 00:02:26.312 INFO O| Jul 08 00:02:26.312 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc"
51502026-07-08T00:02:27.314Z[ recovery-image] Jul 08 00:02:26.314 INFO O| Jul 08 00:02:26.314 INFO STEP 18 (remove_files) COMPLETE
51512026-07-08T00:02:27.314Z[ recovery-image] Jul 08 00:02:26.314 INFO O| Jul 08 00:02:26.314 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51522026-07-08T00:02:27.323Z[ recovery-image] Jul 08 00:02:26.323 INFO O| Jul 08 00:02:26.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica"
51532026-07-08T00:02:27.323Z[ recovery-image] Jul 08 00:02:26.323 INFO O| Jul 08 00:02:26.323 INFO STEP 19 (remove_files) COMPLETE
51542026-07-08T00:02:27.323Z[ recovery-image] Jul 08 00:02:26.323 INFO O| Jul 08 00:02:26.323 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51552026-07-08T00:02:27.335Z[ recovery-image] Jul 08 00:02:26.334 INFO O| Jul 08 00:02:26.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem"
51562026-07-08T00:02:27.335Z[ recovery-image] Jul 08 00:02:26.334 INFO O| Jul 08 00:02:26.334 INFO STEP 20 (remove_files) COMPLETE
51572026-07-08T00:02:27.338Z[ recovery-image] Jul 08 00:02:26.334 INFO O| Jul 08 00:02:26.334 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51582026-07-08T00:02:27.347Z[ recovery-image] Jul 08 00:02:26.347 INFO O| Jul 08 00:02:26.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
51592026-07-08T00:02:27.347Z[ recovery-image] Jul 08 00:02:26.348 INFO O| Jul 08 00:02:26.347 INFO STEP 21 (remove_files) COMPLETE
51602026-07-08T00:02:27.347Z[ recovery-image] Jul 08 00:02:26.348 INFO O| Jul 08 00:02:26.347 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51612026-07-08T00:02:27.365Z[ recovery-image] Jul 08 00:02:26.365 INFO O| Jul 08 00:02:26.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc"
51622026-07-08T00:02:27.369Z[ recovery-image] Jul 08 00:02:26.365 INFO O| Jul 08 00:02:26.365 INFO STEP 22 (remove_files) COMPLETE
51632026-07-08T00:02:27.369Z[ recovery-image] Jul 08 00:02:26.365 INFO O| Jul 08 00:02:26.365 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51642026-07-08T00:02:27.385Z[ recovery-image] Jul 08 00:02:26.382 INFO O| Jul 08 00:02:26.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
51652026-07-08T00:02:27.385Z[ recovery-image] Jul 08 00:02:26.383 INFO O| Jul 08 00:02:26.382 INFO STEP 23 (remove_files) COMPLETE
51662026-07-08T00:02:27.385Z[ recovery-image] Jul 08 00:02:26.383 INFO O| Jul 08 00:02:26.382 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51672026-07-08T00:02:27.426Z[ recovery-image] Jul 08 00:02:26.400 INFO O| Jul 08 00:02:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd"
51682026-07-08T00:02:27.426Z[ recovery-image] Jul 08 00:02:26.400 INFO O| Jul 08 00:02:26.400 INFO STEP 24 (remove_files) COMPLETE
51692026-07-08T00:02:27.426Z[ recovery-image] Jul 08 00:02:26.400 INFO O| Jul 08 00:02:26.400 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51702026-07-08T00:02:27.442Z[ recovery-image] Jul 08 00:02:26.414 INFO O| Jul 08 00:02:26.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon"
51712026-07-08T00:02:27.442Z[ recovery-image] Jul 08 00:02:26.414 INFO O| Jul 08 00:02:26.412 INFO STEP 25 (remove_files) COMPLETE
51722026-07-08T00:02:27.442Z[ recovery-image] Jul 08 00:02:26.414 INFO O| Jul 08 00:02:26.412 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51732026-07-08T00:02:27.442Z[ recovery-image] Jul 08 00:02:26.434 INFO O| Jul 08 00:02:26.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power"
51742026-07-08T00:02:27.442Z[ recovery-image] Jul 08 00:02:26.434 INFO O| Jul 08 00:02:26.434 INFO STEP 26 (remove_files) COMPLETE
51752026-07-08T00:02:27.442Z[ recovery-image] Jul 08 00:02:26.434 INFO O| Jul 08 00:02:26.434 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51762026-07-08T00:02:27.453Z[ recovery-image] Jul 08 00:02:26.446 INFO O| Jul 08 00:02:26.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio"
51772026-07-08T00:02:27.453Z[ recovery-image] Jul 08 00:02:26.446 INFO O| Jul 08 00:02:26.446 INFO STEP 27 (remove_files) COMPLETE
51782026-07-08T00:02:27.453Z[ recovery-image] Jul 08 00:02:26.446 INFO O| Jul 08 00:02:26.446 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51792026-07-08T00:02:27.461Z[ recovery-image] Jul 08 00:02:26.461 INFO O| Jul 08 00:02:26.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575"
51802026-07-08T00:02:27.466Z[ recovery-image] Jul 08 00:02:26.461 INFO O| Jul 08 00:02:26.461 INFO STEP 28 (remove_files) COMPLETE
51812026-07-08T00:02:27.466Z[ recovery-image] Jul 08 00:02:26.461 INFO O| Jul 08 00:02:26.461 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51822026-07-08T00:02:27.470Z[ recovery-image] Jul 08 00:02:26.471 INFO O| Jul 08 00:02:26.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens"
51832026-07-08T00:02:27.471Z[ recovery-image] Jul 08 00:02:26.471 INFO O| Jul 08 00:02:26.471 INFO STEP 29 (remove_files) COMPLETE
51842026-07-08T00:02:27.471Z[ recovery-image] Jul 08 00:02:26.471 INFO O| Jul 08 00:02:26.471 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51852026-07-08T00:02:27.481Z[ recovery-image] Jul 08 00:02:26.481 INFO O| Jul 08 00:02:26.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci"
51862026-07-08T00:02:27.481Z[ recovery-image] Jul 08 00:02:26.481 INFO O| Jul 08 00:02:26.481 INFO STEP 30 (remove_files) COMPLETE
51872026-07-08T00:02:27.481Z[ recovery-image] Jul 08 00:02:26.481 INFO O| Jul 08 00:02:26.481 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51882026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.491 INFO O| Jul 08 00:02:26.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots"
51892026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.491 INFO O| Jul 08 00:02:26.491 INFO STEP 31 (remove_files) COMPLETE
51902026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.491 INFO O| Jul 08 00:02:26.491 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51912026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.503 INFO O| Jul 08 00:02:26.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci"
51922026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.503 INFO O| Jul 08 00:02:26.503 INFO STEP 32 (remove_files) COMPLETE
51932026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.503 INFO O| Jul 08 00:02:26.503 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51942026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.514 INFO O| Jul 08 00:02:26.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid"
51952026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.514 INFO O| Jul 08 00:02:26.514 INFO STEP 33 (remove_files) COMPLETE
51962026-07-08T00:02:27.517Z[ recovery-image] Jul 08 00:02:26.514 INFO O| Jul 08 00:02:26.514 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
51972026-07-08T00:02:27.523Z[ recovery-image] Jul 08 00:02:26.524 INFO O| Jul 08 00:02:26.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd"
51982026-07-08T00:02:27.523Z[ recovery-image] Jul 08 00:02:26.524 INFO O| Jul 08 00:02:26.524 INFO STEP 34 (remove_files) COMPLETE
51992026-07-08T00:02:27.523Z[ recovery-image] Jul 08 00:02:26.524 INFO O| Jul 08 00:02:26.524 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52002026-07-08T00:02:27.533Z[ recovery-image] Jul 08 00:02:26.533 INFO O| Jul 08 00:02:26.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci"
52012026-07-08T00:02:27.536Z[ recovery-image] Jul 08 00:02:26.534 INFO O| Jul 08 00:02:26.534 INFO STEP 35 (remove_files) COMPLETE
52022026-07-08T00:02:27.536Z[ recovery-image] Jul 08 00:02:26.534 INFO O| Jul 08 00:02:26.534 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52032026-07-08T00:02:27.542Z[ recovery-image] Jul 08 00:02:26.543 INFO O| Jul 08 00:02:26.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
52042026-07-08T00:02:27.542Z[ recovery-image] Jul 08 00:02:26.543 INFO O| Jul 08 00:02:26.543 INFO STEP 36 (remove_files) COMPLETE
52052026-07-08T00:02:27.542Z[ recovery-image] Jul 08 00:02:26.543 INFO O| Jul 08 00:02:26.543 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52062026-07-08T00:02:27.553Z[ recovery-image] Jul 08 00:02:26.553 INFO O| Jul 08 00:02:26.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci"
52072026-07-08T00:02:27.553Z[ recovery-image] Jul 08 00:02:26.553 INFO O| Jul 08 00:02:26.553 INFO STEP 37 (remove_files) COMPLETE
52082026-07-08T00:02:27.553Z[ recovery-image] Jul 08 00:02:26.553 INFO O| Jul 08 00:02:26.553 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52092026-07-08T00:02:27.562Z[ recovery-image] Jul 08 00:02:26.562 INFO O| Jul 08 00:02:26.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
52102026-07-08T00:02:27.562Z[ recovery-image] Jul 08 00:02:26.563 INFO O| Jul 08 00:02:26.562 INFO STEP 38 (remove_files) COMPLETE
52112026-07-08T00:02:27.565Z[ recovery-image] Jul 08 00:02:26.563 INFO O| Jul 08 00:02:26.562 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52122026-07-08T00:02:27.575Z[ recovery-image] Jul 08 00:02:26.576 INFO O| Jul 08 00:02:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as"
52132026-07-08T00:02:27.575Z[ recovery-image] Jul 08 00:02:26.576 INFO O| Jul 08 00:02:26.576 INFO STEP 39 (remove_files) COMPLETE
52142026-07-08T00:02:27.575Z[ recovery-image] Jul 08 00:02:26.576 INFO O| Jul 08 00:02:26.576 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52152026-07-08T00:02:27.589Z[ recovery-image] Jul 08 00:02:26.589 INFO O| Jul 08 00:02:26.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
52162026-07-08T00:02:27.589Z[ recovery-image] Jul 08 00:02:26.590 INFO O| Jul 08 00:02:26.589 INFO STEP 40 (remove_files) COMPLETE
52172026-07-08T00:02:27.589Z[ recovery-image] Jul 08 00:02:26.590 INFO O| Jul 08 00:02:26.589 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52182026-07-08T00:02:27.599Z[ recovery-image] Jul 08 00:02:26.600 INFO O| Jul 08 00:02:26.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
52192026-07-08T00:02:27.599Z[ recovery-image] Jul 08 00:02:26.600 INFO O| Jul 08 00:02:26.599 INFO STEP 41 (remove_files) COMPLETE
52202026-07-08T00:02:27.602Z[ recovery-image] Jul 08 00:02:26.600 INFO O| Jul 08 00:02:26.599 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52212026-07-08T00:02:27.608Z[ recovery-image] Jul 08 00:02:26.608 INFO O| Jul 08 00:02:26.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn"
52222026-07-08T00:02:27.608Z[ recovery-image] Jul 08 00:02:26.608 INFO O| Jul 08 00:02:26.608 INFO STEP 42 (remove_files) COMPLETE
52232026-07-08T00:02:27.612Z[ recovery-image] Jul 08 00:02:26.608 INFO O| Jul 08 00:02:26.608 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52242026-07-08T00:02:27.618Z[ recovery-image] Jul 08 00:02:26.619 INFO O| Jul 08 00:02:26.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci"
52252026-07-08T00:02:27.618Z[ recovery-image] Jul 08 00:02:26.619 INFO O| Jul 08 00:02:26.619 INFO STEP 43 (remove_files) COMPLETE
52262026-07-08T00:02:27.621Z[ recovery-image] Jul 08 00:02:26.619 INFO O| Jul 08 00:02:26.619 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52272026-07-08T00:02:27.628Z[ recovery-image] Jul 08 00:02:26.629 INFO O| Jul 08 00:02:26.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
52282026-07-08T00:02:27.631Z[ recovery-image] Jul 08 00:02:26.629 INFO O| Jul 08 00:02:26.629 INFO STEP 44 (remove_files) COMPLETE
52292026-07-08T00:02:27.631Z[ recovery-image] Jul 08 00:02:26.629 INFO O| Jul 08 00:02:26.629 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52302026-07-08T00:02:27.637Z[ recovery-image] Jul 08 00:02:26.638 INFO O| Jul 08 00:02:26.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
52312026-07-08T00:02:27.637Z[ recovery-image] Jul 08 00:02:26.638 INFO O| Jul 08 00:02:26.638 INFO STEP 45 (remove_files) COMPLETE
52322026-07-08T00:02:27.637Z[ recovery-image] Jul 08 00:02:26.638 INFO O| Jul 08 00:02:26.638 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52332026-07-08T00:02:27.648Z[ recovery-image] Jul 08 00:02:26.649 INFO O| Jul 08 00:02:26.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
52342026-07-08T00:02:27.648Z[ recovery-image] Jul 08 00:02:26.649 INFO O| Jul 08 00:02:26.649 INFO STEP 46 (remove_files) COMPLETE
52352026-07-08T00:02:27.651Z[ recovery-image] Jul 08 00:02:26.649 INFO O| Jul 08 00:02:26.649 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52362026-07-08T00:02:27.664Z[ recovery-image] Jul 08 00:02:26.664 INFO O| Jul 08 00:02:26.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
52372026-07-08T00:02:27.665Z[ recovery-image] Jul 08 00:02:26.664 INFO O| Jul 08 00:02:26.664 INFO STEP 47 (remove_files) COMPLETE
52382026-07-08T00:02:27.665Z[ recovery-image] Jul 08 00:02:26.664 INFO O| Jul 08 00:02:26.664 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52392026-07-08T00:02:27.674Z[ recovery-image] Jul 08 00:02:26.675 INFO O| Jul 08 00:02:26.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
52402026-07-08T00:02:27.674Z[ recovery-image] Jul 08 00:02:26.675 INFO O| Jul 08 00:02:26.675 INFO STEP 48 (remove_files) COMPLETE
52412026-07-08T00:02:27.678Z[ recovery-image] Jul 08 00:02:26.675 INFO O| Jul 08 00:02:26.675 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52422026-07-08T00:02:27.686Z[ recovery-image] Jul 08 00:02:26.685 INFO O| Jul 08 00:02:26.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
52432026-07-08T00:02:27.686Z[ recovery-image] Jul 08 00:02:26.685 INFO O| Jul 08 00:02:26.685 INFO STEP 49 (remove_files) COMPLETE
52442026-07-08T00:02:27.690Z[ recovery-image] Jul 08 00:02:26.685 INFO O| Jul 08 00:02:26.685 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52452026-07-08T00:02:27.696Z[ recovery-image] Jul 08 00:02:26.695 INFO O| Jul 08 00:02:26.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt"
52462026-07-08T00:02:27.696Z[ recovery-image] Jul 08 00:02:26.695 INFO O| Jul 08 00:02:26.695 INFO STEP 50 (remove_files) COMPLETE
52472026-07-08T00:02:27.696Z[ recovery-image] Jul 08 00:02:26.695 INFO O| Jul 08 00:02:26.695 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52482026-07-08T00:02:27.708Z[ recovery-image] Jul 08 00:02:26.707 INFO O| Jul 08 00:02:26.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf"
52492026-07-08T00:02:27.708Z[ recovery-image] Jul 08 00:02:26.707 INFO O| Jul 08 00:02:26.707 INFO STEP 51 (remove_files) COMPLETE
52502026-07-08T00:02:27.708Z[ recovery-image] Jul 08 00:02:26.707 INFO O| Jul 08 00:02:26.707 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52512026-07-08T00:02:27.717Z[ recovery-image] Jul 08 00:02:26.717 INFO O| Jul 08 00:02:26.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
52522026-07-08T00:02:27.717Z[ recovery-image] Jul 08 00:02:26.717 INFO O| Jul 08 00:02:26.717 INFO STEP 52 (remove_files) COMPLETE
52532026-07-08T00:02:27.717Z[ recovery-image] Jul 08 00:02:26.717 INFO O| Jul 08 00:02:26.717 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52542026-07-08T00:02:27.729Z[ recovery-image] Jul 08 00:02:26.726 INFO O| Jul 08 00:02:26.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
52552026-07-08T00:02:27.730Z[ recovery-image] Jul 08 00:02:26.726 INFO O| Jul 08 00:02:26.726 INFO STEP 53 (remove_files) COMPLETE
52562026-07-08T00:02:27.734Z[ recovery-image] Jul 08 00:02:26.726 INFO O| Jul 08 00:02:26.726 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52572026-07-08T00:02:27.741Z[ recovery-image] Jul 08 00:02:26.735 INFO O| Jul 08 00:02:26.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm"
52582026-07-08T00:02:27.741Z[ recovery-image] Jul 08 00:02:26.735 INFO O| Jul 08 00:02:26.735 INFO STEP 54 (remove_files) COMPLETE
52592026-07-08T00:02:27.741Z[ recovery-image] Jul 08 00:02:26.735 INFO O| Jul 08 00:02:26.735 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52602026-07-08T00:02:27.747Z[ recovery-image] Jul 08 00:02:26.747 INFO O| Jul 08 00:02:26.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm"
52612026-07-08T00:02:27.747Z[ recovery-image] Jul 08 00:02:26.747 INFO O| Jul 08 00:02:26.747 INFO STEP 55 (remove_files) COMPLETE
52622026-07-08T00:02:27.753Z[ recovery-image] Jul 08 00:02:26.747 INFO O| Jul 08 00:02:26.747 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52632026-07-08T00:02:27.758Z[ recovery-image] Jul 08 00:02:26.758 INFO O| Jul 08 00:02:26.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm"
52642026-07-08T00:02:27.758Z[ recovery-image] Jul 08 00:02:26.758 INFO O| Jul 08 00:02:26.758 INFO STEP 56 (remove_files) COMPLETE
52652026-07-08T00:02:27.758Z[ recovery-image] Jul 08 00:02:26.758 INFO O| Jul 08 00:02:26.758 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52662026-07-08T00:02:27.768Z[ recovery-image] Jul 08 00:02:26.769 INFO O| Jul 08 00:02:26.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm"
52672026-07-08T00:02:27.768Z[ recovery-image] Jul 08 00:02:26.769 INFO O| Jul 08 00:02:26.769 INFO STEP 57 (remove_files) COMPLETE
52682026-07-08T00:02:27.773Z[ recovery-image] Jul 08 00:02:26.769 INFO O| Jul 08 00:02:26.769 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52692026-07-08T00:02:27.782Z[ recovery-image] Jul 08 00:02:26.781 INFO O| Jul 08 00:02:26.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar"
52702026-07-08T00:02:27.782Z[ recovery-image] Jul 08 00:02:26.781 INFO O| Jul 08 00:02:26.781 INFO STEP 58 (remove_files) COMPLETE
52712026-07-08T00:02:27.782Z[ recovery-image] Jul 08 00:02:26.781 INFO O| Jul 08 00:02:26.781 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52722026-07-08T00:02:27.791Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
52732026-07-08T00:02:27.792Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ...
52742026-07-08T00:02:27.801Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52752026-07-08T00:02:27.802Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52762026-07-08T00:02:27.802Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52772026-07-08T00:02:27.802Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap
52782026-07-08T00:02:27.802Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO ok!
52792026-07-08T00:02:27.802Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO STEP 59 (ensure_file) COMPLETE
52802026-07-08T00:02:27.802Z[ recovery-image] Jul 08 00:02:26.791 INFO O| Jul 08 00:02:26.791 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52812026-07-08T00:02:27.807Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
52822026-07-08T00:02:27.807Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
52832026-07-08T00:02:27.807Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52842026-07-08T00:02:27.808Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52852026-07-08T00:02:27.808Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52862026-07-08T00:02:27.808Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk
52872026-07-08T00:02:27.808Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO ok!
52882026-07-08T00:02:27.808Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO STEP 60 (ensure_file) COMPLETE
52892026-07-08T00:02:27.808Z[ recovery-image] Jul 08 00:02:26.800 INFO O| Jul 08 00:02:26.800 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52902026-07-08T00:02:27.813Z[ recovery-image] Jul 08 00:02:26.811 INFO O| Jul 08 00:02:26.811 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist
52912026-07-08T00:02:27.813Z[ recovery-image] Jul 08 00:02:26.811 INFO O| Jul 08 00:02:26.811 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ...
52922026-07-08T00:02:27.813Z[ recovery-image] Jul 08 00:02:26.811 INFO O| Jul 08 00:02:26.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile
52932026-07-08T00:02:27.813Z[ recovery-image] Jul 08 00:02:26.811 INFO O| Jul 08 00:02:26.811 INFO ok!
52942026-07-08T00:02:27.813Z[ recovery-image] Jul 08 00:02:26.811 INFO O| Jul 08 00:02:26.811 INFO STEP 61 (ensure_file) COMPLETE
52952026-07-08T00:02:27.813Z[ recovery-image] Jul 08 00:02:26.811 INFO O| Jul 08 00:02:26.811 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
52962026-07-08T00:02:27.820Z[ recovery-image] Jul 08 00:02:26.820 INFO O| Jul 08 00:02:26.820 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
52972026-07-08T00:02:27.820Z[ recovery-image] Jul 08 00:02:26.820 INFO O| Jul 08 00:02:26.820 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ...
52982026-07-08T00:02:27.823Z[ recovery-image] Jul 08 00:02:26.820 INFO O| Jul 08 00:02:26.820 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc
52992026-07-08T00:02:27.824Z[ recovery-image] Jul 08 00:02:26.820 INFO O| Jul 08 00:02:26.820 INFO ok!
53002026-07-08T00:02:27.824Z[ recovery-image] Jul 08 00:02:26.820 INFO O| Jul 08 00:02:26.820 INFO STEP 62 (ensure_file) COMPLETE
53012026-07-08T00:02:27.824Z[ recovery-image] Jul 08 00:02:26.820 INFO O| Jul 08 00:02:26.820 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53022026-07-08T00:02:27.827Z[ recovery-image] Jul 08 00:02:26.827 INFO O| Jul 08 00:02:26.827 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
53032026-07-08T00:02:27.827Z[ recovery-image] Jul 08 00:02:26.827 INFO O| Jul 08 00:02:26.827 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ...
53042026-07-08T00:02:27.827Z[ recovery-image] Jul 08 00:02:26.828 INFO O| Jul 08 00:02:26.828 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53052026-07-08T00:02:27.827Z[ recovery-image] Jul 08 00:02:26.828 INFO O| Jul 08 00:02:26.828 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd
53062026-07-08T00:02:27.828Z[ recovery-image] Jul 08 00:02:26.828 INFO O| Jul 08 00:02:26.828 INFO ok!
53072026-07-08T00:02:27.828Z[ recovery-image] Jul 08 00:02:26.828 INFO O| Jul 08 00:02:26.828 INFO STEP 63 (ensure_file) COMPLETE
53082026-07-08T00:02:27.828Z[ recovery-image] Jul 08 00:02:26.828 INFO O| Jul 08 00:02:26.828 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53092026-07-08T00:02:27.834Z[ recovery-image] Jul 08 00:02:26.835 INFO O| Jul 08 00:02:26.835 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
53102026-07-08T00:02:27.835Z[ recovery-image] Jul 08 00:02:26.835 INFO O| Jul 08 00:02:26.835 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
53112026-07-08T00:02:27.838Z[ recovery-image] Jul 08 00:02:26.835 INFO O| Jul 08 00:02:26.835 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53122026-07-08T00:02:27.838Z[ recovery-image] Jul 08 00:02:26.835 INFO O| Jul 08 00:02:26.835 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf
53132026-07-08T00:02:27.838Z[ recovery-image] Jul 08 00:02:26.835 INFO O| Jul 08 00:02:26.835 INFO ok!
53142026-07-08T00:02:27.838Z[ recovery-image] Jul 08 00:02:26.835 INFO O| Jul 08 00:02:26.835 INFO STEP 64 (ensure_file) COMPLETE
53152026-07-08T00:02:27.838Z[ recovery-image] Jul 08 00:02:26.835 INFO O| Jul 08 00:02:26.835 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53162026-07-08T00:02:27.843Z[ recovery-image] Jul 08 00:02:26.842 INFO O| Jul 08 00:02:26.842 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
53172026-07-08T00:02:27.843Z[ recovery-image] Jul 08 00:02:26.842 INFO O| Jul 08 00:02:26.842 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ...
53182026-07-08T00:02:27.848Z[ recovery-image] Jul 08 00:02:26.842 INFO O| Jul 08 00:02:26.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly
53192026-07-08T00:02:27.848Z[ recovery-image] Jul 08 00:02:26.842 INFO O| Jul 08 00:02:26.842 INFO ok!
53202026-07-08T00:02:27.848Z[ recovery-image] Jul 08 00:02:26.842 INFO O| Jul 08 00:02:26.842 INFO STEP 65 (assemble_files) COMPLETE
53212026-07-08T00:02:27.848Z[ recovery-image] Jul 08 00:02:26.842 INFO O| Jul 08 00:02:26.842 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53222026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist
53232026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ...
53242026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53252026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf
53262026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO ok!
53272026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO STEP 66 (ensure_file) COMPLETE
53282026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53292026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO skip step because feature "omicron1" is not enabled
53302026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53312026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO skip step because feature "omicron1" is not enabled
53322026-07-08T00:02:27.852Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53332026-07-08T00:02:27.853Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO skip step because feature "omicron1" is not enabled
53342026-07-08T00:02:27.853Z[ recovery-image] Jul 08 00:02:26.852 INFO O| Jul 08 00:02:26.852 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
53352026-07-08T00:02:27.865Z[ recovery-image] Jul 08 00:02:26.866 INFO O| Jul 08 00:02:26.866 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal
53362026-07-08T00:02:27.865Z[ recovery-image] Jul 08 00:02:26.866 INFO O| Jul 08 00:02:26.866 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
53372026-07-08T00:02:29.091Z[ recovery-image] Jul 08 00:02:28.079 INFO O| Jul 08 00:02:28.079 INFO STEP 70 (pack_tar) COMPLETE
53382026-07-08T00:02:29.091Z[ recovery-image] Jul 08 00:02:28.079 INFO O| Jul 08 00:02:28.079 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53392026-07-08T00:02:29.091Z[ recovery-image] Jul 08 00:02:28.079 INFO O| Jul 08 00:02:28.079 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53402026-07-08T00:02:29.570Z[verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
53412026-07-08T00:02:29.813Z[ recovery-image] Jul 08 00:02:28.813 INFO O| Jul 08 00:02:28.813 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim
53422026-07-08T00:02:30.737Z[ recovery-image] Jul 08 00:02:29.672 INFO O| Jul 08 00:02:29.672 INFO completed processing sled/ramdisk-02-trim
53432026-07-08T00:02:30.803Z[ recovery-image] Jul 08 00:02:29.674 INFO image builder template: ramdisk-03-recovery-trim...
53442026-07-08T00:02:30.803Z[ recovery-image] Jul 08 00:02:29.674 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/.tmpEUv0W0/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
53452026-07-08T00:02:30.803Z[ recovery-image] Jul 08 00:02:29.679 INFO O| Jul 08 00:02:29.679 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled
53462026-07-08T00:02:30.803Z[ recovery-image] Jul 08 00:02:29.756 INFO O| Jul 08 00:02:29.755 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53472026-07-08T00:02:30.803Z[ recovery-image] Jul 08 00:02:29.759 INFO O| Jul 08 00:02:29.759 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53482026-07-08T00:02:31.403Z[ recovery-image] Jul 08 00:02:30.045 INFO O| Jul 08 00:02:30.045 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled
53492026-07-08T00:02:31.407Z[ recovery-image] Jul 08 00:02:30.109 INFO O| Jul 08 00:02:30.109 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
53502026-07-08T00:02:31.407Z[ recovery-image] Jul 08 00:02:30.109 INFO O| Jul 08 00:02:30.109 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk
53512026-07-08T00:02:31.407Z[ recovery-image] Jul 08 00:02:30.115 INFO O| Jul 08 00:02:30.115 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
53522026-07-08T00:02:31.407Z[ recovery-image] Jul 08 00:02:30.118 INFO O| Jul 08 00:02:30.118 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim
53532026-07-08T00:02:31.407Z[ recovery-image] Jul 08 00:02:30.122 INFO O| Jul 08 00:02:30.122 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim
53542026-07-08T00:02:31.465Z[ recovery-image] Jul 08 00:02:30.459 INFO O| Jul 08 00:02:30.459 INFO rolled back to input snapshot; work may begin
53552026-07-08T00:02:31.466Z[ recovery-image] Jul 08 00:02:30.459 INFO O| Jul 08 00:02:30.459 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk
53562026-07-08T00:02:31.471Z[ recovery-image] Jul 08 00:02:30.464 INFO O| Jul 08 00:02:30.464 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53572026-07-08T00:02:31.476Z[ recovery-image] Jul 08 00:02:30.476 INFO O| Jul 08 00:02:30.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm"
53582026-07-08T00:02:31.480Z[ recovery-image] Jul 08 00:02:30.478 INFO O| Jul 08 00:02:30.478 INFO STEP 0 (remove_files) COMPLETE
53592026-07-08T00:02:31.480Z[ recovery-image] Jul 08 00:02:30.478 INFO O| Jul 08 00:02:30.478 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53602026-07-08T00:02:31.488Z[ recovery-image] Jul 08 00:02:30.489 INFO O| Jul 08 00:02:30.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf"
53612026-07-08T00:02:31.488Z[ recovery-image] Jul 08 00:02:30.489 INFO O| Jul 08 00:02:30.489 INFO STEP 1 (remove_files) COMPLETE
53622026-07-08T00:02:31.488Z[ recovery-image] Jul 08 00:02:30.489 INFO O| Jul 08 00:02:30.489 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53632026-07-08T00:02:31.499Z[ recovery-image] Jul 08 00:02:30.499 INFO O| Jul 08 00:02:30.499 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7"
53642026-07-08T00:02:31.505Z[ recovery-image] Jul 08 00:02:30.502 INFO O| Jul 08 00:02:30.502 INFO STEP 2 (remove_files) COMPLETE
53652026-07-08T00:02:31.505Z[ recovery-image] Jul 08 00:02:30.502 INFO O| Jul 08 00:02:30.502 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53662026-07-08T00:02:31.512Z[ recovery-image] Jul 08 00:02:30.513 INFO O| Jul 08 00:02:30.513 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share"
53672026-07-08T00:02:31.566Z[ recovery-image] Jul 08 00:02:30.566 INFO O| Jul 08 00:02:30.566 INFO STEP 3 (remove_files) COMPLETE
53682026-07-08T00:02:31.566Z[ recovery-image] Jul 08 00:02:30.566 INFO O| Jul 08 00:02:30.566 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53692026-07-08T00:02:31.577Z[ recovery-image] Jul 08 00:02:30.576 INFO O| Jul 08 00:02:30.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns"
53702026-07-08T00:02:31.580Z[ recovery-image] Jul 08 00:02:30.578 INFO O| Jul 08 00:02:30.578 INFO STEP 4 (remove_files) COMPLETE
53712026-07-08T00:02:31.581Z[ recovery-image] Jul 08 00:02:30.578 INFO O| Jul 08 00:02:30.578 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53722026-07-08T00:02:31.590Z[ recovery-image] Jul 08 00:02:30.590 INFO O| Jul 08 00:02:30.590 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv"
53732026-07-08T00:02:31.629Z[ recovery-image] Jul 08 00:02:30.630 INFO O| Jul 08 00:02:30.630 INFO STEP 5 (remove_files) COMPLETE
53742026-07-08T00:02:31.629Z[ recovery-image] Jul 08 00:02:30.630 INFO O| Jul 08 00:02:30.630 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53752026-07-08T00:02:31.638Z[ recovery-image] Jul 08 00:02:30.639 INFO O| Jul 08 00:02:30.639 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale"
53762026-07-08T00:02:31.647Z[ recovery-image] Jul 08 00:02:30.647 INFO O| Jul 08 00:02:30.647 INFO STEP 6 (remove_files) COMPLETE
53772026-07-08T00:02:31.647Z[ recovery-image] Jul 08 00:02:30.648 INFO O| Jul 08 00:02:30.647 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53782026-07-08T00:02:31.658Z[ recovery-image] Jul 08 00:02:30.658 INFO O| Jul 08 00:02:30.658 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps"
53792026-07-08T00:02:31.661Z[ recovery-image] Jul 08 00:02:30.660 INFO O| Jul 08 00:02:30.660 INFO STEP 7 (remove_files) COMPLETE
53802026-07-08T00:02:31.661Z[ recovery-image] Jul 08 00:02:30.660 INFO O| Jul 08 00:02:30.660 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53812026-07-08T00:02:31.670Z[ recovery-image] Jul 08 00:02:30.671 INFO O| Jul 08 00:02:30.671 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig"
53822026-07-08T00:02:31.674Z[ recovery-image] Jul 08 00:02:30.673 INFO O| Jul 08 00:02:30.673 INFO STEP 8 (remove_files) COMPLETE
53832026-07-08T00:02:31.674Z[ recovery-image] Jul 08 00:02:30.673 INFO O| Jul 08 00:02:30.673 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53842026-07-08T00:02:31.683Z[ recovery-image] Jul 08 00:02:30.684 INFO O| Jul 08 00:02:30.684 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi"
53852026-07-08T00:02:31.697Z[ recovery-image] Jul 08 00:02:30.688 INFO O| Jul 08 00:02:30.688 INFO STEP 9 (remove_files) COMPLETE
53862026-07-08T00:02:31.697Z[ recovery-image] Jul 08 00:02:30.688 INFO O| Jul 08 00:02:30.688 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53872026-07-08T00:02:31.707Z[ recovery-image] Jul 08 00:02:30.697 INFO O| Jul 08 00:02:30.697 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs"
53882026-07-08T00:02:31.707Z[ recovery-image] Jul 08 00:02:30.697 INFO O| Jul 08 00:02:30.697 INFO STEP 10 (remove_files) COMPLETE
53892026-07-08T00:02:31.707Z[ recovery-image] Jul 08 00:02:30.697 INFO O| Jul 08 00:02:30.697 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53902026-07-08T00:02:31.712Z[ recovery-image] Jul 08 00:02:30.707 INFO O| Jul 08 00:02:30.707 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv"
53912026-07-08T00:02:31.712Z[ recovery-image] Jul 08 00:02:30.709 INFO O| Jul 08 00:02:30.709 INFO STEP 11 (remove_files) COMPLETE
53922026-07-08T00:02:31.712Z[ recovery-image] Jul 08 00:02:30.710 INFO O| Jul 08 00:02:30.709 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53932026-07-08T00:02:31.719Z[ recovery-image] Jul 08 00:02:30.719 INFO O| Jul 08 00:02:30.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5"
53942026-07-08T00:02:31.770Z[ recovery-image] Jul 08 00:02:30.766 INFO O| Jul 08 00:02:30.766 INFO STEP 12 (remove_files) COMPLETE
53952026-07-08T00:02:31.770Z[ recovery-image] Jul 08 00:02:30.766 INFO O| Jul 08 00:02:30.766 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53962026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.776 INFO O| Jul 08 00:02:30.776 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash"
53972026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.778 INFO O| Jul 08 00:02:30.778 INFO STEP 13 (remove_files) COMPLETE
53982026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.778 INFO O| Jul 08 00:02:30.778 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
53992026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.787 INFO O| Jul 08 00:02:30.787 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve"
54002026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.789 INFO O| Jul 08 00:02:30.789 INFO STEP 14 (remove_files) COMPLETE
54012026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.789 INFO O| Jul 08 00:02:30.789 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54022026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.796 INFO O| Jul 08 00:02:30.796 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs"
54032026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.797 INFO O| Jul 08 00:02:30.797 INFO STEP 15 (remove_files) COMPLETE
54042026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.797 INFO O| Jul 08 00:02:30.797 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54052026-07-08T00:02:31.902Z[ recovery-image] Jul 08 00:02:30.805 INFO O| Jul 08 00:02:30.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons"
54062026-07-08T00:02:31.903Z[ recovery-image] Jul 08 00:02:30.806 INFO O| Jul 08 00:02:30.806 INFO STEP 16 (remove_files) COMPLETE
54072026-07-08T00:02:31.903Z[ recovery-image] Jul 08 00:02:30.806 INFO O| Jul 08 00:02:30.806 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54082026-07-08T00:02:31.907Z[ recovery-image] Jul 08 00:02:30.813 INFO O| Jul 08 00:02:30.813 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale"
54092026-07-08T00:02:31.907Z[ recovery-image] Jul 08 00:02:30.819 INFO O| Jul 08 00:02:30.819 INFO STEP 17 (remove_files) COMPLETE
54102026-07-08T00:02:31.907Z[ recovery-image] Jul 08 00:02:30.819 INFO O| Jul 08 00:02:30.819 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54112026-07-08T00:02:31.907Z[ recovery-image] Jul 08 00:02:30.829 INFO O| Jul 08 00:02:30.829 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src"
54122026-07-08T00:02:31.907Z[ recovery-image] Jul 08 00:02:30.829 INFO O| Jul 08 00:02:30.829 INFO STEP 18 (remove_files) COMPLETE
54132026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.829 INFO O| Jul 08 00:02:30.829 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54142026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.837 INFO O| Jul 08 00:02:30.837 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo"
54152026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.837 INFO O| Jul 08 00:02:30.837 INFO STEP 19 (remove_files) COMPLETE
54162026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.837 INFO O| Jul 08 00:02:30.837 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54172026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.845 INFO O| Jul 08 00:02:30.845 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim"
54182026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.886 INFO O| Jul 08 00:02:30.886 INFO STEP 20 (remove_files) COMPLETE
54192026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.886 INFO O| Jul 08 00:02:30.886 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54202026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.894 INFO O| Jul 08 00:02:30.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml"
54212026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.896 INFO O| Jul 08 00:02:30.896 INFO STEP 21 (remove_files) COMPLETE
54222026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.896 INFO O| Jul 08 00:02:30.896 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54232026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.902 INFO O| Jul 08 00:02:30.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml"
54242026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.902 INFO O| Jul 08 00:02:30.902 INFO STEP 22 (remove_files) COMPLETE
54252026-07-08T00:02:31.908Z[ recovery-image] Jul 08 00:02:30.902 INFO O| Jul 08 00:02:30.902 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54262026-07-08T00:02:31.917Z[ recovery-image] Jul 08 00:02:30.910 INFO O| Jul 08 00:02:30.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb"
54272026-07-08T00:02:31.917Z[ recovery-image] Jul 08 00:02:30.911 INFO O| Jul 08 00:02:30.911 INFO STEP 23 (remove_files) COMPLETE
54282026-07-08T00:02:31.917Z[ recovery-image] Jul 08 00:02:30.911 INFO O| Jul 08 00:02:30.911 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54292026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.918 INFO O| Jul 08 00:02:30.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec"
54302026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.919 INFO O| Jul 08 00:02:30.919 INFO STEP 24 (remove_files) COMPLETE
54312026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.919 INFO O| Jul 08 00:02:30.919 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54322026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.925 INFO O| Jul 08 00:02:30.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap"
54332026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.926 INFO O| Jul 08 00:02:30.926 INFO STEP 25 (remove_files) COMPLETE
54342026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.926 INFO O| Jul 08 00:02:30.926 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54352026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.934 INFO O| Jul 08 00:02:30.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias"
54362026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.934 INFO O| Jul 08 00:02:30.934 INFO STEP 26 (remove_files) COMPLETE
54372026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.934 INFO O| Jul 08 00:02:30.934 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54382026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.940 INFO O| Jul 08 00:02:30.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb"
54392026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.941 INFO O| Jul 08 00:02:30.941 INFO STEP 27 (remove_files) COMPLETE
54402026-07-08T00:02:31.950Z[ recovery-image] Jul 08 00:02:30.941 INFO O| Jul 08 00:02:30.941 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54412026-07-08T00:02:31.958Z[ recovery-image] Jul 08 00:02:30.947 INFO O| Jul 08 00:02:30.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt"
54422026-07-08T00:02:31.958Z[ recovery-image] Jul 08 00:02:30.947 INFO O| Jul 08 00:02:30.947 INFO STEP 28 (remove_files) COMPLETE
54432026-07-08T00:02:31.958Z[ recovery-image] Jul 08 00:02:30.947 INFO O| Jul 08 00:02:30.947 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54442026-07-08T00:02:31.958Z[ recovery-image] Jul 08 00:02:30.954 INFO O| Jul 08 00:02:30.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle"
54452026-07-08T00:02:31.958Z[ recovery-image] Jul 08 00:02:30.954 INFO O| Jul 08 00:02:30.954 INFO STEP 29 (remove_files) COMPLETE
54462026-07-08T00:02:31.958Z[ recovery-image] Jul 08 00:02:30.954 INFO O| Jul 08 00:02:30.954 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54472026-07-08T00:02:31.962Z[ recovery-image] Jul 08 00:02:30.960 INFO O| Jul 08 00:02:30.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl"
54482026-07-08T00:02:31.962Z[ recovery-image] Jul 08 00:02:30.960 INFO O| Jul 08 00:02:30.960 INFO STEP 30 (remove_files) COMPLETE
54492026-07-08T00:02:31.962Z[ recovery-image] Jul 08 00:02:30.960 INFO O| Jul 08 00:02:30.960 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54502026-07-08T00:02:31.966Z[ recovery-image] Jul 08 00:02:30.967 INFO O| Jul 08 00:02:30.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config"
54512026-07-08T00:02:31.966Z[ recovery-image] Jul 08 00:02:30.967 INFO O| Jul 08 00:02:30.967 INFO STEP 31 (remove_files) COMPLETE
54522026-07-08T00:02:31.966Z[ recovery-image] Jul 08 00:02:30.967 INFO O| Jul 08 00:02:30.967 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54532026-07-08T00:02:31.973Z[ recovery-image] Jul 08 00:02:30.973 INFO O| Jul 08 00:02:30.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt"
54542026-07-08T00:02:31.977Z[ recovery-image] Jul 08 00:02:30.974 INFO O| Jul 08 00:02:30.974 INFO STEP 32 (remove_files) COMPLETE
54552026-07-08T00:02:31.977Z[ recovery-image] Jul 08 00:02:30.974 INFO O| Jul 08 00:02:30.974 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54562026-07-08T00:02:31.981Z[ recovery-image] Jul 08 00:02:30.982 INFO O| Jul 08 00:02:30.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest"
54572026-07-08T00:02:31.981Z[ recovery-image] Jul 08 00:02:30.982 INFO O| Jul 08 00:02:30.982 INFO STEP 33 (remove_files) COMPLETE
54582026-07-08T00:02:31.988Z[ recovery-image] Jul 08 00:02:30.982 INFO O| Jul 08 00:02:30.982 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54592026-07-08T00:02:31.995Z[ recovery-image] Jul 08 00:02:30.992 INFO O| Jul 08 00:02:30.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap"
54602026-07-08T00:02:31.995Z[ recovery-image] Jul 08 00:02:30.992 INFO O| Jul 08 00:02:30.992 INFO STEP 34 (remove_files) COMPLETE
54612026-07-08T00:02:31.995Z[ recovery-image] Jul 08 00:02:30.992 INFO O| Jul 08 00:02:30.992 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54622026-07-08T00:02:31.999Z[ recovery-image] Jul 08 00:02:31.000 INFO O| Jul 08 00:02:31.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt"
54632026-07-08T00:02:32.002Z[ recovery-image] Jul 08 00:02:31.000 INFO O| Jul 08 00:02:31.000 INFO STEP 35 (remove_files) COMPLETE
54642026-07-08T00:02:32.002Z[ recovery-image] Jul 08 00:02:31.000 INFO O| Jul 08 00:02:31.000 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54652026-07-08T00:02:32.007Z[ recovery-image] Jul 08 00:02:31.008 INFO O| Jul 08 00:02:31.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear"
54662026-07-08T00:02:32.010Z[ recovery-image] Jul 08 00:02:31.009 INFO O| Jul 08 00:02:31.009 INFO STEP 36 (remove_files) COMPLETE
54672026-07-08T00:02:32.010Z[ recovery-image] Jul 08 00:02:31.009 INFO O| Jul 08 00:02:31.009 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54682026-07-08T00:02:32.016Z[ recovery-image] Jul 08 00:02:31.017 INFO O| Jul 08 00:02:31.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp"
54692026-07-08T00:02:32.016Z[ recovery-image] Jul 08 00:02:31.017 INFO O| Jul 08 00:02:31.017 INFO STEP 37 (remove_files) COMPLETE
54702026-07-08T00:02:32.016Z[ recovery-image] Jul 08 00:02:31.017 INFO O| Jul 08 00:02:31.017 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54712026-07-08T00:02:32.024Z[ recovery-image] Jul 08 00:02:31.024 INFO O| Jul 08 00:02:31.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs"
54722026-07-08T00:02:32.028Z[ recovery-image] Jul 08 00:02:31.024 INFO O| Jul 08 00:02:31.024 INFO STEP 38 (remove_files) COMPLETE
54732026-07-08T00:02:32.028Z[ recovery-image] Jul 08 00:02:31.024 INFO O| Jul 08 00:02:31.024 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54742026-07-08T00:02:32.032Z[ recovery-image] Jul 08 00:02:31.033 INFO O| Jul 08 00:02:31.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic"
54752026-07-08T00:02:32.032Z[ recovery-image] Jul 08 00:02:31.033 INFO O| Jul 08 00:02:31.033 INFO STEP 39 (remove_files) COMPLETE
54762026-07-08T00:02:32.032Z[ recovery-image] Jul 08 00:02:31.033 INFO O| Jul 08 00:02:31.033 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54772026-07-08T00:02:32.040Z[ recovery-image] Jul 08 00:02:31.040 INFO O| Jul 08 00:02:31.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe"
54782026-07-08T00:02:32.040Z[ recovery-image] Jul 08 00:02:31.040 INFO O| Jul 08 00:02:31.040 INFO STEP 40 (remove_files) COMPLETE
54792026-07-08T00:02:32.043Z[ recovery-image] Jul 08 00:02:31.040 INFO O| Jul 08 00:02:31.040 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54802026-07-08T00:02:32.047Z[ recovery-image] Jul 08 00:02:31.047 INFO O| Jul 08 00:02:31.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput"
54812026-07-08T00:02:32.047Z[ recovery-image] Jul 08 00:02:31.047 INFO O| Jul 08 00:02:31.047 INFO STEP 41 (remove_files) COMPLETE
54822026-07-08T00:02:32.051Z[ recovery-image] Jul 08 00:02:31.047 INFO O| Jul 08 00:02:31.047 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54832026-07-08T00:02:32.054Z[ recovery-image] Jul 08 00:02:31.054 INFO O| Jul 08 00:02:31.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset"
54842026-07-08T00:02:32.054Z[ recovery-image] Jul 08 00:02:31.054 INFO O| Jul 08 00:02:31.054 INFO STEP 42 (remove_files) COMPLETE
54852026-07-08T00:02:32.054Z[ recovery-image] Jul 08 00:02:31.054 INFO O| Jul 08 00:02:31.054 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54862026-07-08T00:02:32.061Z[ recovery-image] Jul 08 00:02:31.062 INFO O| Jul 08 00:02:31.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn"
54872026-07-08T00:02:32.061Z[ recovery-image] Jul 08 00:02:31.062 INFO O| Jul 08 00:02:31.062 INFO STEP 43 (remove_files) COMPLETE
54882026-07-08T00:02:32.061Z[ recovery-image] Jul 08 00:02:31.062 INFO O| Jul 08 00:02:31.062 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54892026-07-08T00:02:32.070Z[ recovery-image] Jul 08 00:02:31.070 INFO O| Jul 08 00:02:31.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93"
54902026-07-08T00:02:32.072Z[ recovery-image] Jul 08 00:02:31.071 INFO O| Jul 08 00:02:31.071 INFO STEP 44 (remove_files) COMPLETE
54912026-07-08T00:02:32.072Z[ recovery-image] Jul 08 00:02:31.071 INFO O| Jul 08 00:02:31.071 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54922026-07-08T00:02:32.078Z[ recovery-image] Jul 08 00:02:31.079 INFO O| Jul 08 00:02:31.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls"
54932026-07-08T00:02:32.078Z[ recovery-image] Jul 08 00:02:31.079 INFO O| Jul 08 00:02:31.079 INFO STEP 45 (remove_files) COMPLETE
54942026-07-08T00:02:32.081Z[ recovery-image] Jul 08 00:02:31.079 INFO O| Jul 08 00:02:31.079 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54952026-07-08T00:02:32.085Z[ recovery-image] Jul 08 00:02:31.086 INFO O| Jul 08 00:02:31.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac"
54962026-07-08T00:02:32.086Z[ recovery-image] Jul 08 00:02:31.086 INFO O| Jul 08 00:02:31.086 INFO STEP 46 (remove_files) COMPLETE
54972026-07-08T00:02:32.088Z[ recovery-image] Jul 08 00:02:31.086 INFO O| Jul 08 00:02:31.086 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
54982026-07-08T00:02:32.093Z[ recovery-image] Jul 08 00:02:31.094 INFO O| Jul 08 00:02:31.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe"
54992026-07-08T00:02:32.093Z[ recovery-image] Jul 08 00:02:31.094 INFO O| Jul 08 00:02:31.094 INFO STEP 47 (remove_files) COMPLETE
55002026-07-08T00:02:32.096Z[ recovery-image] Jul 08 00:02:31.094 INFO O| Jul 08 00:02:31.094 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55012026-07-08T00:02:32.101Z[ recovery-image] Jul 08 00:02:31.101 INFO O| Jul 08 00:02:31.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config"
55022026-07-08T00:02:32.104Z[ recovery-image] Jul 08 00:02:31.101 INFO O| Jul 08 00:02:31.101 INFO STEP 48 (remove_files) COMPLETE
55032026-07-08T00:02:32.104Z[ recovery-image] Jul 08 00:02:31.101 INFO O| Jul 08 00:02:31.101 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55042026-07-08T00:02:32.109Z[ recovery-image] Jul 08 00:02:31.109 INFO O| Jul 08 00:02:31.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask"
55052026-07-08T00:02:32.112Z[ recovery-image] Jul 08 00:02:31.109 INFO O| Jul 08 00:02:31.109 INFO STEP 49 (remove_files) COMPLETE
55062026-07-08T00:02:32.112Z[ recovery-image] Jul 08 00:02:31.109 INFO O| Jul 08 00:02:31.109 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55072026-07-08T00:02:32.115Z[ recovery-image] Jul 08 00:02:31.115 INFO O| Jul 08 00:02:31.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup"
55082026-07-08T00:02:32.119Z[ recovery-image] Jul 08 00:02:31.115 INFO O| Jul 08 00:02:31.115 INFO STEP 50 (remove_files) COMPLETE
55092026-07-08T00:02:32.119Z[ recovery-image] Jul 08 00:02:31.115 INFO O| Jul 08 00:02:31.115 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55102026-07-08T00:02:32.124Z[ recovery-image] Jul 08 00:02:31.124 INFO O| Jul 08 00:02:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs"
55112026-07-08T00:02:32.127Z[ recovery-image] Jul 08 00:02:31.125 INFO O| Jul 08 00:02:31.125 INFO STEP 51 (remove_files) COMPLETE
55122026-07-08T00:02:32.127Z[ recovery-image] Jul 08 00:02:31.125 INFO O| Jul 08 00:02:31.125 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55132026-07-08T00:02:32.131Z[ recovery-image] Jul 08 00:02:31.132 INFO O| Jul 08 00:02:31.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv"
55142026-07-08T00:02:32.135Z[ recovery-image] Jul 08 00:02:31.132 INFO O| Jul 08 00:02:31.132 INFO STEP 52 (remove_files) COMPLETE
55152026-07-08T00:02:32.135Z[ recovery-image] Jul 08 00:02:31.132 INFO O| Jul 08 00:02:31.132 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55162026-07-08T00:02:32.140Z[ recovery-image] Jul 08 00:02:31.141 INFO O| Jul 08 00:02:31.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config"
55172026-07-08T00:02:32.140Z[ recovery-image] Jul 08 00:02:31.141 INFO O| Jul 08 00:02:31.141 INFO STEP 53 (remove_files) COMPLETE
55182026-07-08T00:02:32.140Z[ recovery-image] Jul 08 00:02:31.141 INFO O| Jul 08 00:02:31.141 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55192026-07-08T00:02:32.148Z[ recovery-image] Jul 08 00:02:31.148 INFO O| Jul 08 00:02:31.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config"
55202026-07-08T00:02:32.148Z[ recovery-image] Jul 08 00:02:31.148 INFO O| Jul 08 00:02:31.148 INFO STEP 54 (remove_files) COMPLETE
55212026-07-08T00:02:32.148Z[ recovery-image] Jul 08 00:02:31.148 INFO O| Jul 08 00:02:31.148 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55222026-07-08T00:02:32.155Z[ recovery-image] Jul 08 00:02:31.155 INFO O| Jul 08 00:02:31.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config"
55232026-07-08T00:02:32.158Z[ recovery-image] Jul 08 00:02:31.156 INFO O| Jul 08 00:02:31.156 INFO STEP 55 (remove_files) COMPLETE
55242026-07-08T00:02:32.158Z[ recovery-image] Jul 08 00:02:31.156 INFO O| Jul 08 00:02:31.156 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55252026-07-08T00:02:32.163Z[ recovery-image] Jul 08 00:02:31.164 INFO O| Jul 08 00:02:31.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred"
55262026-07-08T00:02:32.163Z[ recovery-image] Jul 08 00:02:31.164 INFO O| Jul 08 00:02:31.164 INFO STEP 56 (remove_files) COMPLETE
55272026-07-08T00:02:32.167Z[ recovery-image] Jul 08 00:02:31.164 INFO O| Jul 08 00:02:31.164 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55282026-07-08T00:02:32.171Z[ recovery-image] Jul 08 00:02:31.172 INFO O| Jul 08 00:02:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep"
55292026-07-08T00:02:32.171Z[ recovery-image] Jul 08 00:02:31.172 INFO O| Jul 08 00:02:31.172 INFO STEP 57 (remove_files) COMPLETE
55302026-07-08T00:02:32.174Z[ recovery-image] Jul 08 00:02:31.172 INFO O| Jul 08 00:02:31.172 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55312026-07-08T00:02:32.182Z[ recovery-image] Jul 08 00:02:31.180 INFO O| Jul 08 00:02:31.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest"
55322026-07-08T00:02:32.182Z[ recovery-image] Jul 08 00:02:31.180 INFO O| Jul 08 00:02:31.180 INFO STEP 58 (remove_files) COMPLETE
55332026-07-08T00:02:32.185Z[ recovery-image] Jul 08 00:02:31.180 INFO O| Jul 08 00:02:31.180 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55342026-07-08T00:02:32.188Z[ recovery-image] Jul 08 00:02:31.187 INFO O| Jul 08 00:02:31.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv"
55352026-07-08T00:02:32.188Z[ recovery-image] Jul 08 00:02:31.187 INFO O| Jul 08 00:02:31.187 INFO STEP 59 (remove_files) COMPLETE
55362026-07-08T00:02:32.188Z[ recovery-image] Jul 08 00:02:31.187 INFO O| Jul 08 00:02:31.187 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55372026-07-08T00:02:32.193Z[ recovery-image] Jul 08 00:02:31.194 INFO O| Jul 08 00:02:31.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles"
55382026-07-08T00:02:32.193Z[ recovery-image] Jul 08 00:02:31.194 INFO O| Jul 08 00:02:31.194 INFO STEP 60 (remove_files) COMPLETE
55392026-07-08T00:02:32.196Z[ recovery-image] Jul 08 00:02:31.194 INFO O| Jul 08 00:02:31.194 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55402026-07-08T00:02:32.202Z[ recovery-image] Jul 08 00:02:31.203 INFO O| Jul 08 00:02:31.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags"
55412026-07-08T00:02:32.202Z[ recovery-image] Jul 08 00:02:31.203 INFO O| Jul 08 00:02:31.203 INFO STEP 61 (remove_files) COMPLETE
55422026-07-08T00:02:32.202Z[ recovery-image] Jul 08 00:02:31.203 INFO O| Jul 08 00:02:31.203 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55432026-07-08T00:02:32.212Z[ recovery-image] Jul 08 00:02:31.211 INFO O| Jul 08 00:02:31.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd"
55442026-07-08T00:02:32.212Z[ recovery-image] Jul 08 00:02:31.211 INFO O| Jul 08 00:02:31.211 INFO STEP 62 (remove_files) COMPLETE
55452026-07-08T00:02:32.212Z[ recovery-image] Jul 08 00:02:31.211 INFO O| Jul 08 00:02:31.211 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55462026-07-08T00:02:32.225Z[ recovery-image] Jul 08 00:02:31.218 INFO O| Jul 08 00:02:31.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp"
55472026-07-08T00:02:32.225Z[ recovery-image] Jul 08 00:02:31.218 INFO O| Jul 08 00:02:31.218 INFO STEP 63 (remove_files) COMPLETE
55482026-07-08T00:02:32.226Z[ recovery-image] Jul 08 00:02:31.218 INFO O| Jul 08 00:02:31.218 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55492026-07-08T00:02:32.241Z[ recovery-image] Jul 08 00:02:31.226 INFO O| Jul 08 00:02:31.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit"
55502026-07-08T00:02:32.242Z[ recovery-image] Jul 08 00:02:31.226 INFO O| Jul 08 00:02:31.226 INFO STEP 64 (remove_files) COMPLETE
55512026-07-08T00:02:32.242Z[ recovery-image] Jul 08 00:02:31.226 INFO O| Jul 08 00:02:31.226 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55522026-07-08T00:02:32.247Z[ recovery-image] Jul 08 00:02:31.232 INFO O| Jul 08 00:02:31.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise"
55532026-07-08T00:02:32.247Z[ recovery-image] Jul 08 00:02:31.232 INFO O| Jul 08 00:02:31.232 INFO STEP 65 (remove_files) COMPLETE
55542026-07-08T00:02:32.247Z[ recovery-image] Jul 08 00:02:31.232 INFO O| Jul 08 00:02:31.232 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55552026-07-08T00:02:32.247Z[ recovery-image] Jul 08 00:02:31.238 INFO O| Jul 08 00:02:31.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap"
55562026-07-08T00:02:32.247Z[ recovery-image] Jul 08 00:02:31.238 INFO O| Jul 08 00:02:31.238 INFO STEP 66 (remove_files) COMPLETE
55572026-07-08T00:02:32.247Z[ recovery-image] Jul 08 00:02:31.238 INFO O| Jul 08 00:02:31.238 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55582026-07-08T00:02:32.252Z[ recovery-image] Jul 08 00:02:31.248 INFO O| Jul 08 00:02:31.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz"
55592026-07-08T00:02:32.252Z[ recovery-image] Jul 08 00:02:31.248 INFO O| Jul 08 00:02:31.248 INFO STEP 67 (remove_files) COMPLETE
55602026-07-08T00:02:32.252Z[ recovery-image] Jul 08 00:02:31.248 INFO O| Jul 08 00:02:31.248 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55612026-07-08T00:02:32.259Z[ recovery-image] Jul 08 00:02:31.255 INFO O| Jul 08 00:02:31.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv"
55622026-07-08T00:02:32.259Z[ recovery-image] Jul 08 00:02:31.255 INFO O| Jul 08 00:02:31.255 INFO STEP 68 (remove_files) COMPLETE
55632026-07-08T00:02:32.259Z[ recovery-image] Jul 08 00:02:31.255 INFO O| Jul 08 00:02:31.255 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55642026-07-08T00:02:32.265Z[ recovery-image] Jul 08 00:02:31.261 INFO O| Jul 08 00:02:31.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl"
55652026-07-08T00:02:32.265Z[ recovery-image] Jul 08 00:02:31.261 INFO O| Jul 08 00:02:31.261 INFO STEP 69 (remove_files) COMPLETE
55662026-07-08T00:02:32.265Z[ recovery-image] Jul 08 00:02:31.261 INFO O| Jul 08 00:02:31.261 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55672026-07-08T00:02:32.275Z[ recovery-image] Jul 08 00:02:31.269 INFO O| Jul 08 00:02:31.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap"
55682026-07-08T00:02:32.275Z[ recovery-image] Jul 08 00:02:31.270 INFO O| Jul 08 00:02:31.269 INFO STEP 70 (remove_files) COMPLETE
55692026-07-08T00:02:32.275Z[ recovery-image] Jul 08 00:02:31.270 INFO O| Jul 08 00:02:31.269 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55702026-07-08T00:02:32.283Z[ recovery-image] Jul 08 00:02:31.277 INFO O| Jul 08 00:02:31.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat"
55712026-07-08T00:02:32.283Z[ recovery-image] Jul 08 00:02:31.277 INFO O| Jul 08 00:02:31.277 INFO STEP 71 (remove_files) COMPLETE
55722026-07-08T00:02:32.283Z[ recovery-image] Jul 08 00:02:31.277 INFO O| Jul 08 00:02:31.277 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55732026-07-08T00:02:32.289Z[ recovery-image] Jul 08 00:02:31.284 INFO O| Jul 08 00:02:31.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun"
55742026-07-08T00:02:32.289Z[ recovery-image] Jul 08 00:02:31.284 INFO O| Jul 08 00:02:31.284 INFO STEP 72 (remove_files) COMPLETE
55752026-07-08T00:02:32.289Z[ recovery-image] Jul 08 00:02:31.284 INFO O| Jul 08 00:02:31.284 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55762026-07-08T00:02:32.295Z[ recovery-image] Jul 08 00:02:31.292 INFO O| Jul 08 00:02:31.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags"
55772026-07-08T00:02:32.296Z[ recovery-image] Jul 08 00:02:31.292 INFO O| Jul 08 00:02:31.292 INFO STEP 73 (remove_files) COMPLETE
55782026-07-08T00:02:32.296Z[ recovery-image] Jul 08 00:02:31.292 INFO O| Jul 08 00:02:31.292 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55792026-07-08T00:02:32.302Z[ recovery-image] Jul 08 00:02:31.300 INFO O| Jul 08 00:02:31.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig"
55802026-07-08T00:02:32.302Z[ recovery-image] Jul 08 00:02:31.300 INFO O| Jul 08 00:02:31.300 INFO STEP 74 (remove_files) COMPLETE
55812026-07-08T00:02:32.302Z[ recovery-image] Jul 08 00:02:31.300 INFO O| Jul 08 00:02:31.300 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55822026-07-08T00:02:32.308Z[ recovery-image] Jul 08 00:02:31.307 INFO O| Jul 08 00:02:31.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack"
55832026-07-08T00:02:32.308Z[ recovery-image] Jul 08 00:02:31.307 INFO O| Jul 08 00:02:31.307 INFO STEP 75 (remove_files) COMPLETE
55842026-07-08T00:02:32.308Z[ recovery-image] Jul 08 00:02:31.307 INFO O| Jul 08 00:02:31.307 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55852026-07-08T00:02:32.316Z[ recovery-image] Jul 08 00:02:31.315 INFO O| Jul 08 00:02:31.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop"
55862026-07-08T00:02:32.316Z[ recovery-image] Jul 08 00:02:31.315 INFO O| Jul 08 00:02:31.315 INFO STEP 76 (remove_files) COMPLETE
55872026-07-08T00:02:32.316Z[ recovery-image] Jul 08 00:02:31.315 INFO O| Jul 08 00:02:31.315 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55882026-07-08T00:02:32.321Z[ recovery-image] Jul 08 00:02:31.321 INFO O| Jul 08 00:02:31.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime"
55892026-07-08T00:02:32.322Z[ recovery-image] Jul 08 00:02:31.321 INFO O| Jul 08 00:02:31.321 INFO STEP 77 (remove_files) COMPLETE
55902026-07-08T00:02:32.322Z[ recovery-image] Jul 08 00:02:31.321 INFO O| Jul 08 00:02:31.321 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55912026-07-08T00:02:32.330Z[ recovery-image] Jul 08 00:02:31.331 INFO O| Jul 08 00:02:31.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree"
55922026-07-08T00:02:32.330Z[ recovery-image] Jul 08 00:02:31.331 INFO O| Jul 08 00:02:31.331 INFO STEP 78 (remove_files) COMPLETE
55932026-07-08T00:02:32.336Z[ recovery-image] Jul 08 00:02:31.331 INFO O| Jul 08 00:02:31.331 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55942026-07-08T00:02:32.342Z[ recovery-image] Jul 08 00:02:31.339 INFO O| Jul 08 00:02:31.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait"
55952026-07-08T00:02:32.342Z[ recovery-image] Jul 08 00:02:31.339 INFO O| Jul 08 00:02:31.339 INFO STEP 79 (remove_files) COMPLETE
55962026-07-08T00:02:32.342Z[ recovery-image] Jul 08 00:02:31.339 INFO O| Jul 08 00:02:31.339 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
55972026-07-08T00:02:32.348Z[ recovery-image] Jul 08 00:02:31.346 INFO O| Jul 08 00:02:31.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx"
55982026-07-08T00:02:32.348Z[ recovery-image] Jul 08 00:02:31.346 INFO O| Jul 08 00:02:31.346 INFO STEP 80 (remove_files) COMPLETE
55992026-07-08T00:02:32.348Z[ recovery-image] Jul 08 00:02:31.346 INFO O| Jul 08 00:02:31.346 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56002026-07-08T00:02:32.354Z[ recovery-image] Jul 08 00:02:31.354 INFO O| Jul 08 00:02:31.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh"
56012026-07-08T00:02:32.359Z[ recovery-image] Jul 08 00:02:31.355 INFO O| Jul 08 00:02:31.355 INFO STEP 81 (remove_files) COMPLETE
56022026-07-08T00:02:32.359Z[ recovery-image] Jul 08 00:02:31.355 INFO O| Jul 08 00:02:31.355 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56032026-07-08T00:02:32.366Z[ recovery-image] Jul 08 00:02:31.361 INFO O| Jul 08 00:02:31.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93"
56042026-07-08T00:02:32.366Z[ recovery-image] Jul 08 00:02:31.362 INFO O| Jul 08 00:02:31.362 INFO STEP 82 (remove_files) COMPLETE
56052026-07-08T00:02:32.366Z[ recovery-image] Jul 08 00:02:31.362 INFO O| Jul 08 00:02:31.362 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56062026-07-08T00:02:32.374Z[ recovery-image] Jul 08 00:02:31.370 INFO O| Jul 08 00:02:31.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings"
56072026-07-08T00:02:32.374Z[ recovery-image] Jul 08 00:02:31.370 INFO O| Jul 08 00:02:31.370 INFO STEP 83 (remove_files) COMPLETE
56082026-07-08T00:02:32.374Z[ recovery-image] Jul 08 00:02:31.370 INFO O| Jul 08 00:02:31.370 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56092026-07-08T00:02:32.382Z[ recovery-image] Jul 08 00:02:31.377 INFO O| Jul 08 00:02:31.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config"
56102026-07-08T00:02:32.382Z[ recovery-image] Jul 08 00:02:31.377 INFO O| Jul 08 00:02:31.377 INFO STEP 84 (remove_files) COMPLETE
56112026-07-08T00:02:32.382Z[ recovery-image] Jul 08 00:02:31.377 INFO O| Jul 08 00:02:31.377 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56122026-07-08T00:02:32.391Z[ recovery-image] Jul 08 00:02:31.385 INFO O| Jul 08 00:02:31.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog"
56132026-07-08T00:02:32.391Z[ recovery-image] Jul 08 00:02:31.386 INFO O| Jul 08 00:02:31.386 INFO STEP 85 (remove_files) COMPLETE
56142026-07-08T00:02:32.391Z[ recovery-image] Jul 08 00:02:31.386 INFO O| Jul 08 00:02:31.386 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56152026-07-08T00:02:32.397Z[ recovery-image] Jul 08 00:02:31.393 INFO O| Jul 08 00:02:31.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint"
56162026-07-08T00:02:32.397Z[ recovery-image] Jul 08 00:02:31.394 INFO O| Jul 08 00:02:31.394 INFO STEP 86 (remove_files) COMPLETE
56172026-07-08T00:02:32.397Z[ recovery-image] Jul 08 00:02:31.394 INFO O| Jul 08 00:02:31.394 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56182026-07-08T00:02:32.406Z[ recovery-image] Jul 08 00:02:31.400 INFO O| Jul 08 00:02:31.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt"
56192026-07-08T00:02:32.406Z[ recovery-image] Jul 08 00:02:31.400 INFO O| Jul 08 00:02:31.400 INFO STEP 87 (remove_files) COMPLETE
56202026-07-08T00:02:32.406Z[ recovery-image] Jul 08 00:02:31.400 INFO O| Jul 08 00:02:31.400 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56212026-07-08T00:02:32.412Z[ recovery-image] Jul 08 00:02:31.407 INFO O| Jul 08 00:02:31.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch"
56222026-07-08T00:02:32.412Z[ recovery-image] Jul 08 00:02:31.407 INFO O| Jul 08 00:02:31.407 INFO STEP 88 (remove_files) COMPLETE
56232026-07-08T00:02:32.412Z[ recovery-image] Jul 08 00:02:31.407 INFO O| Jul 08 00:02:31.407 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56242026-07-08T00:02:32.419Z[ recovery-image] Jul 08 00:02:31.416 INFO O| Jul 08 00:02:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa"
56252026-07-08T00:02:32.419Z[ recovery-image] Jul 08 00:02:31.416 INFO O| Jul 08 00:02:31.416 INFO STEP 89 (remove_files) COMPLETE
56262026-07-08T00:02:32.419Z[ recovery-image] Jul 08 00:02:31.416 INFO O| Jul 08 00:02:31.416 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56272026-07-08T00:02:32.425Z[ recovery-image] Jul 08 00:02:31.425 INFO O| Jul 08 00:02:31.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at"
56282026-07-08T00:02:32.425Z[ recovery-image] Jul 08 00:02:31.425 INFO O| Jul 08 00:02:31.425 INFO STEP 90 (remove_files) COMPLETE
56292026-07-08T00:02:32.425Z[ recovery-image] Jul 08 00:02:31.425 INFO O| Jul 08 00:02:31.425 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56302026-07-08T00:02:32.432Z[ recovery-image] Jul 08 00:02:31.433 INFO O| Jul 08 00:02:31.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq"
56312026-07-08T00:02:32.432Z[ recovery-image] Jul 08 00:02:31.433 INFO O| Jul 08 00:02:31.433 INFO STEP 91 (remove_files) COMPLETE
56322026-07-08T00:02:32.438Z[ recovery-image] Jul 08 00:02:31.433 INFO O| Jul 08 00:02:31.433 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56332026-07-08T00:02:32.445Z[ recovery-image] Jul 08 00:02:31.440 INFO O| Jul 08 00:02:31.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm"
56342026-07-08T00:02:32.445Z[ recovery-image] Jul 08 00:02:31.440 INFO O| Jul 08 00:02:31.440 INFO STEP 92 (remove_files) COMPLETE
56352026-07-08T00:02:32.445Z[ recovery-image] Jul 08 00:02:31.440 INFO O| Jul 08 00:02:31.440 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56362026-07-08T00:02:32.452Z[ recovery-image] Jul 08 00:02:31.448 INFO O| Jul 08 00:02:31.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths"
56372026-07-08T00:02:32.452Z[ recovery-image] Jul 08 00:02:31.448 INFO O| Jul 08 00:02:31.448 INFO STEP 93 (remove_files) COMPLETE
56382026-07-08T00:02:32.452Z[ recovery-image] Jul 08 00:02:31.448 INFO O| Jul 08 00:02:31.448 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56392026-07-08T00:02:32.459Z[ recovery-image] Jul 08 00:02:31.456 INFO O| Jul 08 00:02:31.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner"
56402026-07-08T00:02:32.459Z[ recovery-image] Jul 08 00:02:31.456 INFO O| Jul 08 00:02:31.456 INFO STEP 94 (remove_files) COMPLETE
56412026-07-08T00:02:32.459Z[ recovery-image] Jul 08 00:02:31.456 INFO O| Jul 08 00:02:31.456 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56422026-07-08T00:02:32.468Z[ recovery-image] Jul 08 00:02:31.464 INFO O| Jul 08 00:02:31.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug"
56432026-07-08T00:02:32.468Z[ recovery-image] Jul 08 00:02:31.464 INFO O| Jul 08 00:02:31.464 INFO STEP 95 (remove_files) COMPLETE
56442026-07-08T00:02:32.468Z[ recovery-image] Jul 08 00:02:31.464 INFO O| Jul 08 00:02:31.464 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56452026-07-08T00:02:32.478Z[ recovery-image] Jul 08 00:02:31.472 INFO O| Jul 08 00:02:31.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch"
56462026-07-08T00:02:32.478Z[ recovery-image] Jul 08 00:02:31.472 INFO O| Jul 08 00:02:31.472 INFO STEP 96 (remove_files) COMPLETE
56472026-07-08T00:02:32.478Z[ recovery-image] Jul 08 00:02:31.472 INFO O| Jul 08 00:02:31.472 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56482026-07-08T00:02:32.486Z[ recovery-image] Jul 08 00:02:31.479 INFO O| Jul 08 00:02:31.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc"
56492026-07-08T00:02:32.486Z[ recovery-image] Jul 08 00:02:31.479 INFO O| Jul 08 00:02:31.479 INFO STEP 97 (remove_files) COMPLETE
56502026-07-08T00:02:32.486Z[ recovery-image] Jul 08 00:02:31.479 INFO O| Jul 08 00:02:31.479 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56512026-07-08T00:02:32.494Z[ recovery-image] Jul 08 00:02:31.487 INFO O| Jul 08 00:02:31.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff"
56522026-07-08T00:02:32.494Z[ recovery-image] Jul 08 00:02:31.487 INFO O| Jul 08 00:02:31.487 INFO STEP 98 (remove_files) COMPLETE
56532026-07-08T00:02:32.494Z[ recovery-image] Jul 08 00:02:31.487 INFO O| Jul 08 00:02:31.487 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56542026-07-08T00:02:32.503Z[ recovery-image] Jul 08 00:02:31.496 INFO O| Jul 08 00:02:31.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg"
56552026-07-08T00:02:32.503Z[ recovery-image] Jul 08 00:02:31.496 INFO O| Jul 08 00:02:31.496 INFO STEP 99 (remove_files) COMPLETE
56562026-07-08T00:02:32.503Z[ recovery-image] Jul 08 00:02:31.496 INFO O| Jul 08 00:02:31.496 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56572026-07-08T00:02:32.503Z[ recovery-image] Jul 08 00:02:31.503 INFO O| Jul 08 00:02:31.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli"
56582026-07-08T00:02:32.503Z[ recovery-image] Jul 08 00:02:31.503 INFO O| Jul 08 00:02:31.503 INFO STEP 100 (remove_files) COMPLETE
56592026-07-08T00:02:32.503Z[ recovery-image] Jul 08 00:02:31.503 INFO O| Jul 08 00:02:31.503 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56602026-07-08T00:02:32.520Z[ recovery-image] Jul 08 00:02:31.510 INFO O| Jul 08 00:02:31.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2"
56612026-07-08T00:02:32.520Z[ recovery-image] Jul 08 00:02:31.510 INFO O| Jul 08 00:02:31.510 INFO STEP 101 (remove_files) COMPLETE
56622026-07-08T00:02:32.520Z[ recovery-image] Jul 08 00:02:31.510 INFO O| Jul 08 00:02:31.510 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56632026-07-08T00:02:32.535Z[ recovery-image] Jul 08 00:02:31.517 INFO O| Jul 08 00:02:31.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat"
56642026-07-08T00:02:32.535Z[ recovery-image] Jul 08 00:02:31.518 INFO O| Jul 08 00:02:31.518 INFO STEP 102 (remove_files) COMPLETE
56652026-07-08T00:02:32.535Z[ recovery-image] Jul 08 00:02:31.518 INFO O| Jul 08 00:02:31.518 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56662026-07-08T00:02:32.535Z[ recovery-image] Jul 08 00:02:31.525 INFO O| Jul 08 00:02:31.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat"
56672026-07-08T00:02:32.535Z[ recovery-image] Jul 08 00:02:31.525 INFO O| Jul 08 00:02:31.525 INFO STEP 103 (remove_files) COMPLETE
56682026-07-08T00:02:32.535Z[ recovery-image] Jul 08 00:02:31.525 INFO O| Jul 08 00:02:31.525 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56692026-07-08T00:02:32.545Z[ recovery-image] Jul 08 00:02:31.531 INFO O| Jul 08 00:02:31.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff"
56702026-07-08T00:02:32.545Z[ recovery-image] Jul 08 00:02:31.531 INFO O| Jul 08 00:02:31.531 INFO STEP 104 (remove_files) COMPLETE
56712026-07-08T00:02:32.545Z[ recovery-image] Jul 08 00:02:31.531 INFO O| Jul 08 00:02:31.531 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56722026-07-08T00:02:32.545Z[ recovery-image] Jul 08 00:02:31.541 INFO O| Jul 08 00:02:31.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep"
56732026-07-08T00:02:32.545Z[ recovery-image] Jul 08 00:02:31.541 INFO O| Jul 08 00:02:31.541 INFO STEP 105 (remove_files) COMPLETE
56742026-07-08T00:02:32.545Z[ recovery-image] Jul 08 00:02:31.541 INFO O| Jul 08 00:02:31.541 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56752026-07-08T00:02:32.561Z[ recovery-image] Jul 08 00:02:31.548 INFO O| Jul 08 00:02:31.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2"
56762026-07-08T00:02:32.561Z[ recovery-image] Jul 08 00:02:31.548 INFO O| Jul 08 00:02:31.548 INFO STEP 106 (remove_files) COMPLETE
56772026-07-08T00:02:32.561Z[ recovery-image] Jul 08 00:02:31.548 INFO O| Jul 08 00:02:31.548 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56782026-07-08T00:02:32.561Z[ recovery-image] Jul 08 00:02:31.557 INFO O| Jul 08 00:02:31.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover"
56792026-07-08T00:02:32.561Z[ recovery-image] Jul 08 00:02:31.557 INFO O| Jul 08 00:02:31.557 INFO STEP 107 (remove_files) COMPLETE
56802026-07-08T00:02:32.561Z[ recovery-image] Jul 08 00:02:31.557 INFO O| Jul 08 00:02:31.557 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56812026-07-08T00:02:32.570Z[ recovery-image] Jul 08 00:02:31.565 INFO O| Jul 08 00:02:31.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore"
56822026-07-08T00:02:32.571Z[ recovery-image] Jul 08 00:02:31.565 INFO O| Jul 08 00:02:31.565 INFO STEP 108 (remove_files) COMPLETE
56832026-07-08T00:02:32.571Z[ recovery-image] Jul 08 00:02:31.565 INFO O| Jul 08 00:02:31.565 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56842026-07-08T00:02:32.579Z[ recovery-image] Jul 08 00:02:31.573 INFO O| Jul 08 00:02:31.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal"
56852026-07-08T00:02:32.579Z[ recovery-image] Jul 08 00:02:31.573 INFO O| Jul 08 00:02:31.573 INFO STEP 109 (remove_files) COMPLETE
56862026-07-08T00:02:32.580Z[ recovery-image] Jul 08 00:02:31.573 INFO O| Jul 08 00:02:31.573 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56872026-07-08T00:02:32.589Z[ recovery-image] Jul 08 00:02:31.581 INFO O| Jul 08 00:02:31.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo"
56882026-07-08T00:02:32.589Z[ recovery-image] Jul 08 00:02:31.581 INFO O| Jul 08 00:02:31.581 INFO STEP 110 (remove_files) COMPLETE
56892026-07-08T00:02:32.589Z[ recovery-image] Jul 08 00:02:31.581 INFO O| Jul 08 00:02:31.581 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56902026-07-08T00:02:32.589Z[ recovery-image] Jul 08 00:02:31.588 INFO O| Jul 08 00:02:31.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd"
56912026-07-08T00:02:32.589Z[ recovery-image] Jul 08 00:02:31.588 INFO O| Jul 08 00:02:31.588 INFO STEP 111 (remove_files) COMPLETE
56922026-07-08T00:02:32.589Z[ recovery-image] Jul 08 00:02:31.588 INFO O| Jul 08 00:02:31.588 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56932026-07-08T00:02:32.605Z[ recovery-image] Jul 08 00:02:31.596 INFO O| Jul 08 00:02:31.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil"
56942026-07-08T00:02:32.605Z[ recovery-image] Jul 08 00:02:31.596 INFO O| Jul 08 00:02:31.596 INFO STEP 112 (remove_files) COMPLETE
56952026-07-08T00:02:32.605Z[ recovery-image] Jul 08 00:02:31.596 INFO O| Jul 08 00:02:31.596 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56962026-07-08T00:02:32.731Z[ recovery-image] Jul 08 00:02:31.602 INFO O| Jul 08 00:02:31.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth"
56972026-07-08T00:02:32.731Z[ recovery-image] Jul 08 00:02:31.602 INFO O| Jul 08 00:02:31.602 INFO STEP 113 (remove_files) COMPLETE
56982026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.602 INFO O| Jul 08 00:02:31.602 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
56992026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.610 INFO O| Jul 08 00:02:31.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp"
57002026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.611 INFO O| Jul 08 00:02:31.611 INFO STEP 114 (remove_files) COMPLETE
57012026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.611 INFO O| Jul 08 00:02:31.611 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57022026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.619 INFO O| Jul 08 00:02:31.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc"
57032026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.619 INFO O| Jul 08 00:02:31.619 INFO STEP 115 (remove_files) COMPLETE
57042026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.619 INFO O| Jul 08 00:02:31.619 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57052026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.626 INFO O| Jul 08 00:02:31.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate"
57062026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.626 INFO O| Jul 08 00:02:31.626 INFO STEP 116 (remove_files) COMPLETE
57072026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.626 INFO O| Jul 08 00:02:31.626 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57082026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.635 INFO O| Jul 08 00:02:31.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid"
57092026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.635 INFO O| Jul 08 00:02:31.635 INFO STEP 117 (remove_files) COMPLETE
57102026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.635 INFO O| Jul 08 00:02:31.635 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57112026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.642 INFO O| Jul 08 00:02:31.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint"
57122026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.642 INFO O| Jul 08 00:02:31.642 INFO STEP 118 (remove_files) COMPLETE
57132026-07-08T00:02:32.732Z[ recovery-image] Jul 08 00:02:31.642 INFO O| Jul 08 00:02:31.642 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57142026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.649 INFO O| Jul 08 00:02:31.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem"
57152026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.649 INFO O| Jul 08 00:02:31.649 INFO STEP 119 (remove_files) COMPLETE
57162026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.649 INFO O| Jul 08 00:02:31.649 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57172026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.658 INFO O| Jul 08 00:02:31.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd"
57182026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.658 INFO O| Jul 08 00:02:31.658 INFO STEP 120 (remove_files) COMPLETE
57192026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.658 INFO O| Jul 08 00:02:31.658 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57202026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.665 INFO O| Jul 08 00:02:31.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath"
57212026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.666 INFO O| Jul 08 00:02:31.666 INFO STEP 121 (remove_files) COMPLETE
57222026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.666 INFO O| Jul 08 00:02:31.666 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57232026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.672 INFO O| Jul 08 00:02:31.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange"
57242026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.672 INFO O| Jul 08 00:02:31.672 INFO STEP 122 (remove_files) COMPLETE
57252026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.672 INFO O| Jul 08 00:02:31.672 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57262026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.681 INFO O| Jul 08 00:02:31.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr"
57272026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.681 INFO O| Jul 08 00:02:31.681 INFO STEP 123 (remove_files) COMPLETE
57282026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.681 INFO O| Jul 08 00:02:31.681 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57292026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.689 INFO O| Jul 08 00:02:31.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum"
57302026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.689 INFO O| Jul 08 00:02:31.689 INFO STEP 124 (remove_files) COMPLETE
57312026-07-08T00:02:32.733Z[ recovery-image] Jul 08 00:02:31.689 INFO O| Jul 08 00:02:31.689 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57322026-07-08T00:02:32.768Z[ recovery-image] Jul 08 00:02:31.697 INFO O| Jul 08 00:02:31.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime"
57332026-07-08T00:02:32.768Z[ recovery-image] Jul 08 00:02:31.697 INFO O| Jul 08 00:02:31.697 INFO STEP 125 (remove_files) COMPLETE
57342026-07-08T00:02:32.768Z[ recovery-image] Jul 08 00:02:31.697 INFO O| Jul 08 00:02:31.697 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57352026-07-08T00:02:32.768Z[ recovery-image] Jul 08 00:02:31.704 INFO O| Jul 08 00:02:31.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid"
57362026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.704 INFO O| Jul 08 00:02:31.704 INFO STEP 126 (remove_files) COMPLETE
57372026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.704 INFO O| Jul 08 00:02:31.704 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57382026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.712 INFO O| Jul 08 00:02:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn"
57392026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.712 INFO O| Jul 08 00:02:31.712 INFO STEP 127 (remove_files) COMPLETE
57402026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.712 INFO O| Jul 08 00:02:31.712 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57412026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.719 INFO O| Jul 08 00:02:31.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear"
57422026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.719 INFO O| Jul 08 00:02:31.719 INFO STEP 128 (remove_files) COMPLETE
57432026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.719 INFO O| Jul 08 00:02:31.719 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57442026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.727 INFO O| Jul 08 00:02:31.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp"
57452026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.727 INFO O| Jul 08 00:02:31.727 INFO STEP 129 (remove_files) COMPLETE
57462026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.727 INFO O| Jul 08 00:02:31.727 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57472026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.735 INFO O| Jul 08 00:02:31.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col"
57482026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.735 INFO O| Jul 08 00:02:31.735 INFO STEP 130 (remove_files) COMPLETE
57492026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.735 INFO O| Jul 08 00:02:31.735 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57502026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.743 INFO O| Jul 08 00:02:31.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm"
57512026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.743 INFO O| Jul 08 00:02:31.743 INFO STEP 131 (remove_files) COMPLETE
57522026-07-08T00:02:32.769Z[ recovery-image] Jul 08 00:02:31.743 INFO O| Jul 08 00:02:31.743 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57532026-07-08T00:02:32.802Z[ recovery-image] Jul 08 00:02:31.750 INFO O| Jul 08 00:02:31.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command"
57542026-07-08T00:02:32.802Z[ recovery-image] Jul 08 00:02:31.751 INFO O| Jul 08 00:02:31.751 INFO STEP 132 (remove_files) COMPLETE
57552026-07-08T00:02:32.802Z[ recovery-image] Jul 08 00:02:31.751 INFO O| Jul 08 00:02:31.751 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57562026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.759 INFO O| Jul 08 00:02:31.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress"
57572026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.759 INFO O| Jul 08 00:02:31.759 INFO STEP 133 (remove_files) COMPLETE
57582026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.759 INFO O| Jul 08 00:02:31.759 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57592026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.766 INFO O| Jul 08 00:02:31.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat"
57602026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.766 INFO O| Jul 08 00:02:31.766 INFO STEP 134 (remove_files) COMPLETE
57612026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.766 INFO O| Jul 08 00:02:31.766 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57622026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.774 INFO O| Jul 08 00:02:31.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio"
57632026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.774 INFO O| Jul 08 00:02:31.774 INFO STEP 135 (remove_files) COMPLETE
57642026-07-08T00:02:32.803Z[ recovery-image] Jul 08 00:02:31.774 INFO O| Jul 08 00:02:31.774 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57652026-07-08T00:02:32.834Z[ recovery-image] Jul 08 00:02:31.782 INFO O| Jul 08 00:02:31.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle"
57662026-07-08T00:02:32.834Z[ recovery-image] Jul 08 00:02:31.782 INFO O| Jul 08 00:02:31.782 INFO STEP 136 (remove_files) COMPLETE
57672026-07-08T00:02:32.834Z[ recovery-image] Jul 08 00:02:31.782 INFO O| Jul 08 00:02:31.782 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57682026-07-08T00:02:32.835Z[ recovery-image] Jul 08 00:02:31.788 INFO O| Jul 08 00:02:31.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab"
57692026-07-08T00:02:32.835Z[ recovery-image] Jul 08 00:02:31.788 INFO O| Jul 08 00:02:31.788 INFO STEP 137 (remove_files) COMPLETE
57702026-07-08T00:02:32.835Z[ recovery-image] Jul 08 00:02:31.788 INFO O| Jul 08 00:02:31.788 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57712026-07-08T00:02:32.835Z[ recovery-image] Jul 08 00:02:31.796 INFO O| Jul 08 00:02:31.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt"
57722026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.796 INFO O| Jul 08 00:02:31.796 INFO STEP 138 (remove_files) COMPLETE
57732026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.796 INFO O| Jul 08 00:02:31.796 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57742026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.804 INFO O| Jul 08 00:02:31.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh"
57752026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.804 INFO O| Jul 08 00:02:31.804 INFO STEP 139 (remove_files) COMPLETE
57762026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.804 INFO O| Jul 08 00:02:31.804 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57772026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.811 INFO O| Jul 08 00:02:31.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit"
57782026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.811 INFO O| Jul 08 00:02:31.811 INFO STEP 140 (remove_files) COMPLETE
57792026-07-08T00:02:32.836Z[ recovery-image] Jul 08 00:02:31.811 INFO O| Jul 08 00:02:31.811 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57802026-07-08T00:02:32.845Z[ recovery-image] Jul 08 00:02:31.818 INFO O| Jul 08 00:02:31.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl"
57812026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.818 INFO O| Jul 08 00:02:31.818 INFO STEP 141 (remove_files) COMPLETE
57822026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.818 INFO O| Jul 08 00:02:31.818 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57832026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.825 INFO O| Jul 08 00:02:31.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config"
57842026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.825 INFO O| Jul 08 00:02:31.825 INFO STEP 142 (remove_files) COMPLETE
57852026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.825 INFO O| Jul 08 00:02:31.825 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57862026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.832 INFO O| Jul 08 00:02:31.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc"
57872026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.832 INFO O| Jul 08 00:02:31.832 INFO STEP 143 (remove_files) COMPLETE
57882026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.832 INFO O| Jul 08 00:02:31.832 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57892026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.840 INFO O| Jul 08 00:02:31.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt"
57902026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.840 INFO O| Jul 08 00:02:31.840 INFO STEP 144 (remove_files) COMPLETE
57912026-07-08T00:02:32.846Z[ recovery-image] Jul 08 00:02:31.840 INFO O| Jul 08 00:02:31.840 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57922026-07-08T00:02:32.856Z[ recovery-image] Jul 08 00:02:31.848 INFO O| Jul 08 00:02:31.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr"
57932026-07-08T00:02:32.856Z[ recovery-image] Jul 08 00:02:31.848 INFO O| Jul 08 00:02:31.848 INFO STEP 145 (remove_files) COMPLETE
57942026-07-08T00:02:32.856Z[ recovery-image] Jul 08 00:02:31.848 INFO O| Jul 08 00:02:31.848 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57952026-07-08T00:02:32.883Z[ recovery-image] Jul 08 00:02:31.857 INFO O| Jul 08 00:02:31.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree"
57962026-07-08T00:02:32.883Z[ recovery-image] Jul 08 00:02:31.857 INFO O| Jul 08 00:02:31.857 INFO STEP 146 (remove_files) COMPLETE
57972026-07-08T00:02:32.883Z[ recovery-image] Jul 08 00:02:31.857 INFO O| Jul 08 00:02:31.857 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
57982026-07-08T00:02:32.883Z[ recovery-image] Jul 08 00:02:31.864 INFO O| Jul 08 00:02:31.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv"
57992026-07-08T00:02:32.883Z[ recovery-image] Jul 08 00:02:31.864 INFO O| Jul 08 00:02:31.864 INFO STEP 147 (remove_files) COMPLETE
58002026-07-08T00:02:32.883Z[ recovery-image] Jul 08 00:02:31.864 INFO O| Jul 08 00:02:31.864 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58012026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.871 INFO O| Jul 08 00:02:31.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3"
58022026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.871 INFO O| Jul 08 00:02:31.871 INFO STEP 148 (remove_files) COMPLETE
58032026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.871 INFO O| Jul 08 00:02:31.871 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58042026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.877 INFO O| Jul 08 00:02:31.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest"
58052026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.878 INFO O| Jul 08 00:02:31.878 INFO STEP 149 (remove_files) COMPLETE
58062026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.878 INFO O| Jul 08 00:02:31.878 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58072026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.885 INFO O| Jul 08 00:02:31.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp"
58082026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.885 INFO O| Jul 08 00:02:31.885 INFO STEP 150 (remove_files) COMPLETE
58092026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.885 INFO O| Jul 08 00:02:31.885 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58102026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.891 INFO O| Jul 08 00:02:31.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname"
58112026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.891 INFO O| Jul 08 00:02:31.891 INFO STEP 151 (remove_files) COMPLETE
58122026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.891 INFO O| Jul 08 00:02:31.891 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58132026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.898 INFO O| Jul 08 00:02:31.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan"
58142026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.898 INFO O| Jul 08 00:02:31.898 INFO STEP 152 (remove_files) COMPLETE
58152026-07-08T00:02:32.902Z[ recovery-image] Jul 08 00:02:31.898 INFO O| Jul 08 00:02:31.898 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58162026-07-08T00:02:32.911Z[ recovery-image] Jul 08 00:02:31.906 INFO O| Jul 08 00:02:31.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid"
58172026-07-08T00:02:32.911Z[ recovery-image] Jul 08 00:02:31.906 INFO O| Jul 08 00:02:31.906 INFO STEP 153 (remove_files) COMPLETE
58182026-07-08T00:02:32.911Z[ recovery-image] Jul 08 00:02:31.906 INFO O| Jul 08 00:02:31.906 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58192026-07-08T00:02:32.919Z[ recovery-image] Jul 08 00:02:31.913 INFO O| Jul 08 00:02:31.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid"
58202026-07-08T00:02:32.919Z[ recovery-image] Jul 08 00:02:31.913 INFO O| Jul 08 00:02:31.913 INFO STEP 154 (remove_files) COMPLETE
58212026-07-08T00:02:32.919Z[ recovery-image] Jul 08 00:02:31.913 INFO O| Jul 08 00:02:31.913 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58222026-07-08T00:02:32.933Z[ recovery-image] Jul 08 00:02:31.921 INFO O| Jul 08 00:02:31.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix"
58232026-07-08T00:02:32.933Z[ recovery-image] Jul 08 00:02:31.921 INFO O| Jul 08 00:02:31.921 INFO STEP 155 (remove_files) COMPLETE
58242026-07-08T00:02:32.933Z[ recovery-image] Jul 08 00:02:31.921 INFO O| Jul 08 00:02:31.921 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58252026-07-08T00:02:32.941Z[ recovery-image] Jul 08 00:02:31.929 INFO O| Jul 08 00:02:31.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du"
58262026-07-08T00:02:32.942Z[ recovery-image] Jul 08 00:02:31.929 INFO O| Jul 08 00:02:31.929 INFO STEP 156 (remove_files) COMPLETE
58272026-07-08T00:02:32.942Z[ recovery-image] Jul 08 00:02:31.929 INFO O| Jul 08 00:02:31.929 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58282026-07-08T00:02:32.942Z[ recovery-image] Jul 08 00:02:31.937 INFO O| Jul 08 00:02:31.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs"
58292026-07-08T00:02:32.942Z[ recovery-image] Jul 08 00:02:31.937 INFO O| Jul 08 00:02:31.937 INFO STEP 157 (remove_files) COMPLETE
58302026-07-08T00:02:32.942Z[ recovery-image] Jul 08 00:02:31.937 INFO O| Jul 08 00:02:31.937 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58312026-07-08T00:02:32.950Z[ recovery-image] Jul 08 00:02:31.943 INFO O| Jul 08 00:02:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys"
58322026-07-08T00:02:32.950Z[ recovery-image] Jul 08 00:02:31.943 INFO O| Jul 08 00:02:31.943 INFO STEP 158 (remove_files) COMPLETE
58332026-07-08T00:02:32.950Z[ recovery-image] Jul 08 00:02:31.943 INFO O| Jul 08 00:02:31.943 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58342026-07-08T00:02:32.950Z[ recovery-image] Jul 08 00:02:31.950 INFO O| Jul 08 00:02:31.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit"
58352026-07-08T00:02:32.950Z[ recovery-image] Jul 08 00:02:31.950 INFO O| Jul 08 00:02:31.950 INFO STEP 159 (remove_files) COMPLETE
58362026-07-08T00:02:32.950Z[ recovery-image] Jul 08 00:02:31.950 INFO O| Jul 08 00:02:31.950 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58372026-07-08T00:02:32.959Z[ recovery-image] Jul 08 00:02:31.958 INFO O| Jul 08 00:02:31.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject"
58382026-07-08T00:02:32.959Z[ recovery-image] Jul 08 00:02:31.958 INFO O| Jul 08 00:02:31.958 INFO STEP 160 (remove_files) COMPLETE
58392026-07-08T00:02:32.959Z[ recovery-image] Jul 08 00:02:31.958 INFO O| Jul 08 00:02:31.958 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58402026-07-08T00:02:32.968Z[ recovery-image] Jul 08 00:02:31.965 INFO O| Jul 08 00:02:31.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign"
58412026-07-08T00:02:32.968Z[ recovery-image] Jul 08 00:02:31.965 INFO O| Jul 08 00:02:31.965 INFO STEP 161 (remove_files) COMPLETE
58422026-07-08T00:02:32.968Z[ recovery-image] Jul 08 00:02:31.965 INFO O| Jul 08 00:02:31.965 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58432026-07-08T00:02:32.977Z[ recovery-image] Jul 08 00:02:31.973 INFO O| Jul 08 00:02:31.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap"
58442026-07-08T00:02:32.977Z[ recovery-image] Jul 08 00:02:31.973 INFO O| Jul 08 00:02:31.973 INFO STEP 162 (remove_files) COMPLETE
58452026-07-08T00:02:32.977Z[ recovery-image] Jul 08 00:02:31.973 INFO O| Jul 08 00:02:31.973 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58462026-07-08T00:02:32.986Z[ recovery-image] Jul 08 00:02:31.981 INFO O| Jul 08 00:02:31.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange"
58472026-07-08T00:02:32.986Z[ recovery-image] Jul 08 00:02:31.982 INFO O| Jul 08 00:02:31.982 INFO STEP 163 (remove_files) COMPLETE
58482026-07-08T00:02:32.986Z[ recovery-image] Jul 08 00:02:31.982 INFO O| Jul 08 00:02:31.982 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58492026-07-08T00:02:32.995Z[ recovery-image] Jul 08 00:02:31.989 INFO O| Jul 08 00:02:31.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt"
58502026-07-08T00:02:32.995Z[ recovery-image] Jul 08 00:02:31.989 INFO O| Jul 08 00:02:31.989 INFO STEP 164 (remove_files) COMPLETE
58512026-07-08T00:02:32.995Z[ recovery-image] Jul 08 00:02:31.989 INFO O| Jul 08 00:02:31.989 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58522026-07-08T00:02:33.007Z[ recovery-image] Jul 08 00:02:31.996 INFO O| Jul 08 00:02:31.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance"
58532026-07-08T00:02:33.007Z[ recovery-image] Jul 08 00:02:31.996 INFO O| Jul 08 00:02:31.996 INFO STEP 165 (remove_files) COMPLETE
58542026-07-08T00:02:33.007Z[ recovery-image] Jul 08 00:02:31.996 INFO O| Jul 08 00:02:31.996 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58552026-07-08T00:02:33.007Z[ recovery-image] Jul 08 00:02:32.005 INFO O| Jul 08 00:02:32.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env"
58562026-07-08T00:02:33.007Z[ recovery-image] Jul 08 00:02:32.005 INFO O| Jul 08 00:02:32.005 INFO STEP 166 (remove_files) COMPLETE
58572026-07-08T00:02:33.007Z[ recovery-image] Jul 08 00:02:32.005 INFO O| Jul 08 00:02:32.005 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58582026-07-08T00:02:33.020Z[ recovery-image] Jul 08 00:02:32.012 INFO O| Jul 08 00:02:32.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump"
58592026-07-08T00:02:33.020Z[ recovery-image] Jul 08 00:02:32.012 INFO O| Jul 08 00:02:32.012 INFO STEP 167 (remove_files) COMPLETE
58602026-07-08T00:02:33.020Z[ recovery-image] Jul 08 00:02:32.012 INFO O| Jul 08 00:02:32.012 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58612026-07-08T00:02:33.027Z[ recovery-image] Jul 08 00:02:32.020 INFO O| Jul 08 00:02:32.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand"
58622026-07-08T00:02:33.028Z[ recovery-image] Jul 08 00:02:32.020 INFO O| Jul 08 00:02:32.020 INFO STEP 168 (remove_files) COMPLETE
58632026-07-08T00:02:33.028Z[ recovery-image] Jul 08 00:02:32.020 INFO O| Jul 08 00:02:32.020 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58642026-07-08T00:02:33.028Z[ recovery-image] Jul 08 00:02:32.028 INFO O| Jul 08 00:02:32.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr"
58652026-07-08T00:02:33.028Z[ recovery-image] Jul 08 00:02:32.028 INFO O| Jul 08 00:02:32.028 INFO STEP 169 (remove_files) COMPLETE
58662026-07-08T00:02:33.028Z[ recovery-image] Jul 08 00:02:32.028 INFO O| Jul 08 00:02:32.028 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58672026-07-08T00:02:33.042Z[ recovery-image] Jul 08 00:02:32.036 INFO O| Jul 08 00:02:32.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor"
58682026-07-08T00:02:33.042Z[ recovery-image] Jul 08 00:02:32.036 INFO O| Jul 08 00:02:32.036 INFO STEP 170 (remove_files) COMPLETE
58692026-07-08T00:02:33.042Z[ recovery-image] Jul 08 00:02:32.036 INFO O| Jul 08 00:02:32.036 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58702026-07-08T00:02:33.053Z[ recovery-image] Jul 08 00:02:32.043 INFO O| Jul 08 00:02:32.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false"
58712026-07-08T00:02:33.053Z[ recovery-image] Jul 08 00:02:32.043 INFO O| Jul 08 00:02:32.043 INFO STEP 171 (remove_files) COMPLETE
58722026-07-08T00:02:33.053Z[ recovery-image] Jul 08 00:02:32.043 INFO O| Jul 08 00:02:32.043 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58732026-07-08T00:02:33.053Z[ recovery-image] Jul 08 00:02:32.051 INFO O| Jul 08 00:02:32.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc"
58742026-07-08T00:02:33.053Z[ recovery-image] Jul 08 00:02:32.051 INFO O| Jul 08 00:02:32.051 INFO STEP 172 (remove_files) COMPLETE
58752026-07-08T00:02:33.053Z[ recovery-image] Jul 08 00:02:32.051 INFO O| Jul 08 00:02:32.051 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58762026-07-08T00:02:33.070Z[ recovery-image] Jul 08 00:02:32.058 INFO O| Jul 08 00:02:32.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach"
58772026-07-08T00:02:33.070Z[ recovery-image] Jul 08 00:02:32.058 INFO O| Jul 08 00:02:32.058 INFO STEP 173 (remove_files) COMPLETE
58782026-07-08T00:02:33.070Z[ recovery-image] Jul 08 00:02:32.058 INFO O| Jul 08 00:02:32.058 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58792026-07-08T00:02:33.080Z[ recovery-image] Jul 08 00:02:32.066 INFO O| Jul 08 00:02:32.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat"
58802026-07-08T00:02:33.080Z[ recovery-image] Jul 08 00:02:32.067 INFO O| Jul 08 00:02:32.066 INFO STEP 174 (remove_files) COMPLETE
58812026-07-08T00:02:33.080Z[ recovery-image] Jul 08 00:02:32.067 INFO O| Jul 08 00:02:32.066 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58822026-07-08T00:02:33.080Z[ recovery-image] Jul 08 00:02:32.074 INFO O| Jul 08 00:02:32.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg"
58832026-07-08T00:02:33.080Z[ recovery-image] Jul 08 00:02:32.074 INFO O| Jul 08 00:02:32.074 INFO STEP 175 (remove_files) COMPLETE
58842026-07-08T00:02:33.080Z[ recovery-image] Jul 08 00:02:32.074 INFO O| Jul 08 00:02:32.074 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58852026-07-08T00:02:33.087Z[ recovery-image] Jul 08 00:02:32.081 INFO O| Jul 08 00:02:32.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep"
58862026-07-08T00:02:33.088Z[ recovery-image] Jul 08 00:02:32.081 INFO O| Jul 08 00:02:32.081 INFO STEP 176 (remove_files) COMPLETE
58872026-07-08T00:02:33.088Z[ recovery-image] Jul 08 00:02:32.081 INFO O| Jul 08 00:02:32.081 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58882026-07-08T00:02:33.104Z[ recovery-image] Jul 08 00:02:32.089 INFO O| Jul 08 00:02:32.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file"
58892026-07-08T00:02:33.104Z[ recovery-image] Jul 08 00:02:32.089 INFO O| Jul 08 00:02:32.089 INFO STEP 177 (remove_files) COMPLETE
58902026-07-08T00:02:33.104Z[ recovery-image] Jul 08 00:02:32.089 INFO O| Jul 08 00:02:32.089 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58912026-07-08T00:02:33.104Z[ recovery-image] Jul 08 00:02:32.096 INFO O| Jul 08 00:02:32.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc"
58922026-07-08T00:02:33.104Z[ recovery-image] Jul 08 00:02:32.097 INFO O| Jul 08 00:02:32.097 INFO STEP 178 (remove_files) COMPLETE
58932026-07-08T00:02:33.104Z[ recovery-image] Jul 08 00:02:32.097 INFO O| Jul 08 00:02:32.097 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58942026-07-08T00:02:33.114Z[ recovery-image] Jul 08 00:02:32.104 INFO O| Jul 08 00:02:32.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt"
58952026-07-08T00:02:33.114Z[ recovery-image] Jul 08 00:02:32.105 INFO O| Jul 08 00:02:32.105 INFO STEP 179 (remove_files) COMPLETE
58962026-07-08T00:02:33.115Z[ recovery-image] Jul 08 00:02:32.105 INFO O| Jul 08 00:02:32.105 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
58972026-07-08T00:02:33.115Z[ recovery-image] Jul 08 00:02:32.113 INFO O| Jul 08 00:02:32.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg"
58982026-07-08T00:02:33.115Z[ recovery-image] Jul 08 00:02:32.113 INFO O| Jul 08 00:02:32.113 INFO STEP 180 (remove_files) COMPLETE
58992026-07-08T00:02:33.115Z[ recovery-image] Jul 08 00:02:32.113 INFO O| Jul 08 00:02:32.113 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59002026-07-08T00:02:33.122Z[ recovery-image] Jul 08 00:02:32.121 INFO O| Jul 08 00:02:32.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold"
59012026-07-08T00:02:33.122Z[ recovery-image] Jul 08 00:02:32.121 INFO O| Jul 08 00:02:32.121 INFO STEP 181 (remove_files) COMPLETE
59022026-07-08T00:02:33.122Z[ recovery-image] Jul 08 00:02:32.121 INFO O| Jul 08 00:02:32.121 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59032026-07-08T00:02:33.133Z[ recovery-image] Jul 08 00:02:32.130 INFO O| Jul 08 00:02:32.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat"
59042026-07-08T00:02:33.133Z[ recovery-image] Jul 08 00:02:32.130 INFO O| Jul 08 00:02:32.130 INFO STEP 182 (remove_files) COMPLETE
59052026-07-08T00:02:33.133Z[ recovery-image] Jul 08 00:02:32.130 INFO O| Jul 08 00:02:32.130 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59062026-07-08T00:02:33.141Z[ recovery-image] Jul 08 00:02:32.138 INFO O| Jul 08 00:02:32.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear"
59072026-07-08T00:02:33.141Z[ recovery-image] Jul 08 00:02:32.138 INFO O| Jul 08 00:02:32.138 INFO STEP 183 (remove_files) COMPLETE
59082026-07-08T00:02:33.141Z[ recovery-image] Jul 08 00:02:32.138 INFO O| Jul 08 00:02:32.138 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59092026-07-08T00:02:33.165Z[ recovery-image] Jul 08 00:02:32.146 INFO O| Jul 08 00:02:32.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl"
59102026-07-08T00:02:33.166Z[ recovery-image] Jul 08 00:02:32.146 INFO O| Jul 08 00:02:32.146 INFO STEP 184 (remove_files) COMPLETE
59112026-07-08T00:02:33.166Z[ recovery-image] Jul 08 00:02:32.146 INFO O| Jul 08 00:02:32.146 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59122026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.153 INFO O| Jul 08 00:02:32.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf"
59132026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.153 INFO O| Jul 08 00:02:32.153 INFO STEP 185 (remove_files) COMPLETE
59142026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.153 INFO O| Jul 08 00:02:32.153 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59152026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.159 INFO O| Jul 08 00:02:32.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev"
59162026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.159 INFO O| Jul 08 00:02:32.159 INFO STEP 186 (remove_files) COMPLETE
59172026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.159 INFO O| Jul 08 00:02:32.159 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59182026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.166 INFO O| Jul 08 00:02:32.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp"
59192026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.166 INFO O| Jul 08 00:02:32.166 INFO STEP 187 (remove_files) COMPLETE
59202026-07-08T00:02:33.176Z[ recovery-image] Jul 08 00:02:32.166 INFO O| Jul 08 00:02:32.166 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59212026-07-08T00:02:33.183Z[ recovery-image] Jul 08 00:02:32.174 INFO O| Jul 08 00:02:32.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent"
59222026-07-08T00:02:33.184Z[ recovery-image] Jul 08 00:02:32.174 INFO O| Jul 08 00:02:32.174 INFO STEP 188 (remove_files) COMPLETE
59232026-07-08T00:02:33.184Z[ recovery-image] Jul 08 00:02:32.174 INFO O| Jul 08 00:02:32.174 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59242026-07-08T00:02:33.184Z[ recovery-image] Jul 08 00:02:32.181 INFO O| Jul 08 00:02:32.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl"
59252026-07-08T00:02:33.184Z[ recovery-image] Jul 08 00:02:32.181 INFO O| Jul 08 00:02:32.181 INFO STEP 189 (remove_files) COMPLETE
59262026-07-08T00:02:33.184Z[ recovery-image] Jul 08 00:02:32.181 INFO O| Jul 08 00:02:32.181 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59272026-07-08T00:02:33.191Z[ recovery-image] Jul 08 00:02:32.188 INFO O| Jul 08 00:02:32.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt"
59282026-07-08T00:02:33.192Z[ recovery-image] Jul 08 00:02:32.188 INFO O| Jul 08 00:02:32.188 INFO STEP 190 (remove_files) COMPLETE
59292026-07-08T00:02:33.192Z[ recovery-image] Jul 08 00:02:32.188 INFO O| Jul 08 00:02:32.188 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59302026-07-08T00:02:33.198Z[ recovery-image] Jul 08 00:02:32.194 INFO O| Jul 08 00:02:32.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts"
59312026-07-08T00:02:33.199Z[ recovery-image] Jul 08 00:02:32.194 INFO O| Jul 08 00:02:32.194 INFO STEP 191 (remove_files) COMPLETE
59322026-07-08T00:02:33.199Z[ recovery-image] Jul 08 00:02:32.194 INFO O| Jul 08 00:02:32.194 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59332026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.201 INFO O| Jul 08 00:02:32.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext"
59342026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.201 INFO O| Jul 08 00:02:32.201 INFO STEP 192 (remove_files) COMPLETE
59352026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.201 INFO O| Jul 08 00:02:32.201 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59362026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.209 INFO O| Jul 08 00:02:32.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol"
59372026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.209 INFO O| Jul 08 00:02:32.209 INFO STEP 193 (remove_files) COMPLETE
59382026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.209 INFO O| Jul 08 00:02:32.209 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59392026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.216 INFO O| Jul 08 00:02:32.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp"
59402026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.216 INFO O| Jul 08 00:02:32.216 INFO STEP 194 (remove_files) COMPLETE
59412026-07-08T00:02:33.217Z[ recovery-image] Jul 08 00:02:32.216 INFO O| Jul 08 00:02:32.216 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59422026-07-08T00:02:33.223Z[ recovery-image] Jul 08 00:02:32.223 INFO O| Jul 08 00:02:32.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups"
59432026-07-08T00:02:33.223Z[ recovery-image] Jul 08 00:02:32.223 INFO O| Jul 08 00:02:32.223 INFO STEP 195 (remove_files) COMPLETE
59442026-07-08T00:02:33.223Z[ recovery-image] Jul 08 00:02:32.223 INFO O| Jul 08 00:02:32.223 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59452026-07-08T00:02:33.230Z[ recovery-image] Jul 08 00:02:32.230 INFO O| Jul 08 00:02:32.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs"
59462026-07-08T00:02:33.230Z[ recovery-image] Jul 08 00:02:32.230 INFO O| Jul 08 00:02:32.230 INFO STEP 196 (remove_files) COMPLETE
59472026-07-08T00:02:33.230Z[ recovery-image] Jul 08 00:02:32.230 INFO O| Jul 08 00:02:32.230 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59482026-07-08T00:02:33.238Z[ recovery-image] Jul 08 00:02:32.238 INFO O| Jul 08 00:02:32.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic"
59492026-07-08T00:02:33.238Z[ recovery-image] Jul 08 00:02:32.238 INFO O| Jul 08 00:02:32.238 INFO STEP 197 (remove_files) COMPLETE
59502026-07-08T00:02:33.241Z[ recovery-image] Jul 08 00:02:32.238 INFO O| Jul 08 00:02:32.238 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59512026-07-08T00:02:33.247Z[ recovery-image] Jul 08 00:02:32.248 INFO O| Jul 08 00:02:32.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe"
59522026-07-08T00:02:33.247Z[ recovery-image] Jul 08 00:02:32.248 INFO O| Jul 08 00:02:32.248 INFO STEP 198 (remove_files) COMPLETE
59532026-07-08T00:02:33.247Z[ recovery-image] Jul 08 00:02:32.248 INFO O| Jul 08 00:02:32.248 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59542026-07-08T00:02:33.255Z[ recovery-image] Jul 08 00:02:32.256 INFO O| Jul 08 00:02:32.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput"
59552026-07-08T00:02:33.255Z[ recovery-image] Jul 08 00:02:32.256 INFO O| Jul 08 00:02:32.256 INFO STEP 199 (remove_files) COMPLETE
59562026-07-08T00:02:33.259Z[ recovery-image] Jul 08 00:02:32.256 INFO O| Jul 08 00:02:32.256 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59572026-07-08T00:02:33.263Z[ recovery-image] Jul 08 00:02:32.263 INFO O| Jul 08 00:02:32.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset"
59582026-07-08T00:02:33.263Z[ recovery-image] Jul 08 00:02:32.263 INFO O| Jul 08 00:02:32.263 INFO STEP 200 (remove_files) COMPLETE
59592026-07-08T00:02:33.263Z[ recovery-image] Jul 08 00:02:32.263 INFO O| Jul 08 00:02:32.263 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59602026-07-08T00:02:33.274Z[ recovery-image] Jul 08 00:02:32.271 INFO O| Jul 08 00:02:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip"
59612026-07-08T00:02:33.288Z[ recovery-image] Jul 08 00:02:32.271 INFO O| Jul 08 00:02:32.271 INFO STEP 201 (remove_files) COMPLETE
59622026-07-08T00:02:33.332Z[ recovery-image] Jul 08 00:02:32.271 INFO O| Jul 08 00:02:32.271 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59632026-07-08T00:02:33.332Z[ recovery-image] Jul 08 00:02:32.279 INFO O| Jul 08 00:02:32.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat"
59642026-07-08T00:02:33.332Z[ recovery-image] Jul 08 00:02:32.279 INFO O| Jul 08 00:02:32.279 INFO STEP 202 (remove_files) COMPLETE
59652026-07-08T00:02:33.332Z[ recovery-image] Jul 08 00:02:32.279 INFO O| Jul 08 00:02:32.279 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59662026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.286 INFO O| Jul 08 00:02:32.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp"
59672026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.286 INFO O| Jul 08 00:02:32.286 INFO STEP 203 (remove_files) COMPLETE
59682026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.286 INFO O| Jul 08 00:02:32.286 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59692026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.293 INFO O| Jul 08 00:02:32.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff"
59702026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.293 INFO O| Jul 08 00:02:32.293 INFO STEP 204 (remove_files) COMPLETE
59712026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.293 INFO O| Jul 08 00:02:32.293 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59722026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.301 INFO O| Jul 08 00:02:32.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep"
59732026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.301 INFO O| Jul 08 00:02:32.301 INFO STEP 205 (remove_files) COMPLETE
59742026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.301 INFO O| Jul 08 00:02:32.301 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59752026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.308 INFO O| Jul 08 00:02:32.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe"
59762026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.308 INFO O| Jul 08 00:02:32.308 INFO STEP 206 (remove_files) COMPLETE
59772026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.308 INFO O| Jul 08 00:02:32.308 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59782026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.316 INFO O| Jul 08 00:02:32.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep"
59792026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.316 INFO O| Jul 08 00:02:32.316 INFO STEP 207 (remove_files) COMPLETE
59802026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.316 INFO O| Jul 08 00:02:32.316 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59812026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.323 INFO O| Jul 08 00:02:32.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce"
59822026-07-08T00:02:33.333Z[ recovery-image] Jul 08 00:02:32.324 INFO O| Jul 08 00:02:32.324 INFO STEP 208 (remove_files) COMPLETE
59832026-07-08T00:02:33.339Z[ recovery-image] Jul 08 00:02:32.324 INFO O| Jul 08 00:02:32.324 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59842026-07-08T00:02:33.355Z[ recovery-image] Jul 08 00:02:32.330 INFO O| Jul 08 00:02:32.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep"
59852026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.330 INFO O| Jul 08 00:02:32.330 INFO STEP 209 (remove_files) COMPLETE
59862026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.330 INFO O| Jul 08 00:02:32.330 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59872026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.338 INFO O| Jul 08 00:02:32.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip"
59882026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.338 INFO O| Jul 08 00:02:32.338 INFO STEP 210 (remove_files) COMPLETE
59892026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.338 INFO O| Jul 08 00:02:32.338 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59902026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.345 INFO O| Jul 08 00:02:32.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless"
59912026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.345 INFO O| Jul 08 00:02:32.345 INFO STEP 211 (remove_files) COMPLETE
59922026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.345 INFO O| Jul 08 00:02:32.345 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59932026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.352 INFO O| Jul 08 00:02:32.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore"
59942026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.352 INFO O| Jul 08 00:02:32.352 INFO STEP 212 (remove_files) COMPLETE
59952026-07-08T00:02:33.374Z[ recovery-image] Jul 08 00:02:32.352 INFO O| Jul 08 00:02:32.352 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59962026-07-08T00:02:33.380Z[ recovery-image] Jul 08 00:02:32.359 INFO O| Jul 08 00:02:32.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew"
59972026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.359 INFO O| Jul 08 00:02:32.359 INFO STEP 213 (remove_files) COMPLETE
59982026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.359 INFO O| Jul 08 00:02:32.359 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
59992026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.366 INFO O| Jul 08 00:02:32.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash"
60002026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.366 INFO O| Jul 08 00:02:32.366 INFO STEP 214 (remove_files) COMPLETE
60012026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.366 INFO O| Jul 08 00:02:32.366 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60022026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.374 INFO O| Jul 08 00:02:32.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid"
60032026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.374 INFO O| Jul 08 00:02:32.374 INFO STEP 215 (remove_files) COMPLETE
60042026-07-08T00:02:33.381Z[ recovery-image] Jul 08 00:02:32.374 INFO O| Jul 08 00:02:32.374 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60052026-07-08T00:02:33.387Z[ recovery-image] Jul 08 00:02:32.382 INFO O| Jul 08 00:02:32.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname"
60062026-07-08T00:02:33.387Z[ recovery-image] Jul 08 00:02:32.382 INFO O| Jul 08 00:02:32.382 INFO STEP 216 (remove_files) COMPLETE
60072026-07-08T00:02:33.387Z[ recovery-image] Jul 08 00:02:32.382 INFO O| Jul 08 00:02:32.382 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60082026-07-08T00:02:33.405Z[ recovery-image] Jul 08 00:02:32.388 INFO O| Jul 08 00:02:32.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb"
60092026-07-08T00:02:33.405Z[ recovery-image] Jul 08 00:02:32.388 INFO O| Jul 08 00:02:32.388 INFO STEP 217 (remove_files) COMPLETE
60102026-07-08T00:02:33.405Z[ recovery-image] Jul 08 00:02:32.388 INFO O| Jul 08 00:02:32.388 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60112026-07-08T00:02:33.406Z[ recovery-image] Jul 08 00:02:32.395 INFO O| Jul 08 00:02:32.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt"
60122026-07-08T00:02:33.406Z[ recovery-image] Jul 08 00:02:32.395 INFO O| Jul 08 00:02:32.395 INFO STEP 218 (remove_files) COMPLETE
60132026-07-08T00:02:33.406Z[ recovery-image] Jul 08 00:02:32.395 INFO O| Jul 08 00:02:32.395 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60142026-07-08T00:02:33.415Z[ recovery-image] Jul 08 00:02:32.404 INFO O| Jul 08 00:02:32.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh"
60152026-07-08T00:02:33.415Z[ recovery-image] Jul 08 00:02:32.404 INFO O| Jul 08 00:02:32.404 INFO STEP 219 (remove_files) COMPLETE
60162026-07-08T00:02:33.415Z[ recovery-image] Jul 08 00:02:32.404 INFO O| Jul 08 00:02:32.404 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60172026-07-08T00:02:33.422Z[ recovery-image] Jul 08 00:02:32.412 INFO O| Jul 08 00:02:32.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb"
60182026-07-08T00:02:33.422Z[ recovery-image] Jul 08 00:02:32.412 INFO O| Jul 08 00:02:32.412 INFO STEP 220 (remove_files) COMPLETE
60192026-07-08T00:02:33.422Z[ recovery-image] Jul 08 00:02:32.412 INFO O| Jul 08 00:02:32.412 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60202026-07-08T00:02:33.422Z[ recovery-image] Jul 08 00:02:32.420 INFO O| Jul 08 00:02:32.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh"
60212026-07-08T00:02:33.422Z[ recovery-image] Jul 08 00:02:32.420 INFO O| Jul 08 00:02:32.420 INFO STEP 221 (remove_files) COMPLETE
60222026-07-08T00:02:33.422Z[ recovery-image] Jul 08 00:02:32.420 INFO O| Jul 08 00:02:32.420 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60232026-07-08T00:02:33.427Z[ recovery-image] Jul 08 00:02:32.427 INFO O| Jul 08 00:02:32.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93"
60242026-07-08T00:02:33.428Z[ recovery-image] Jul 08 00:02:32.427 INFO O| Jul 08 00:02:32.427 INFO STEP 222 (remove_files) COMPLETE
60252026-07-08T00:02:33.428Z[ recovery-image] Jul 08 00:02:32.427 INFO O| Jul 08 00:02:32.427 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60262026-07-08T00:02:33.437Z[ recovery-image] Jul 08 00:02:32.434 INFO O| Jul 08 00:02:32.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv"
60272026-07-08T00:02:33.437Z[ recovery-image] Jul 08 00:02:32.434 INFO O| Jul 08 00:02:32.434 INFO STEP 223 (remove_files) COMPLETE
60282026-07-08T00:02:33.437Z[ recovery-image] Jul 08 00:02:32.434 INFO O| Jul 08 00:02:32.434 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60292026-07-08T00:02:33.446Z[ recovery-image] Jul 08 00:02:32.442 INFO O| Jul 08 00:02:32.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id"
60302026-07-08T00:02:33.446Z[ recovery-image] Jul 08 00:02:32.442 INFO O| Jul 08 00:02:32.442 INFO STEP 224 (remove_files) COMPLETE
60312026-07-08T00:02:33.446Z[ recovery-image] Jul 08 00:02:32.442 INFO O| Jul 08 00:02:32.442 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60322026-07-08T00:02:33.455Z[ recovery-image] Jul 08 00:02:32.450 INFO O| Jul 08 00:02:32.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn"
60332026-07-08T00:02:33.455Z[ recovery-image] Jul 08 00:02:32.450 INFO O| Jul 08 00:02:32.450 INFO STEP 225 (remove_files) COMPLETE
60342026-07-08T00:02:33.455Z[ recovery-image] Jul 08 00:02:32.450 INFO O| Jul 08 00:02:32.450 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60352026-07-08T00:02:33.474Z[ recovery-image] Jul 08 00:02:32.457 INFO O| Jul 08 00:02:32.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp"
60362026-07-08T00:02:33.474Z[ recovery-image] Jul 08 00:02:32.457 INFO O| Jul 08 00:02:32.457 INFO STEP 226 (remove_files) COMPLETE
60372026-07-08T00:02:33.474Z[ recovery-image] Jul 08 00:02:32.457 INFO O| Jul 08 00:02:32.457 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60382026-07-08T00:02:33.474Z[ recovery-image] Jul 08 00:02:32.464 INFO O| Jul 08 00:02:32.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat"
60392026-07-08T00:02:33.474Z[ recovery-image] Jul 08 00:02:32.464 INFO O| Jul 08 00:02:32.464 INFO STEP 227 (remove_files) COMPLETE
60402026-07-08T00:02:33.474Z[ recovery-image] Jul 08 00:02:32.464 INFO O| Jul 08 00:02:32.464 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60412026-07-08T00:02:33.507Z[ recovery-image] Jul 08 00:02:32.472 INFO O| Jul 08 00:02:32.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl"
60422026-07-08T00:02:33.507Z[ recovery-image] Jul 08 00:02:32.473 INFO O| Jul 08 00:02:32.473 INFO STEP 228 (remove_files) COMPLETE
60432026-07-08T00:02:33.508Z[ recovery-image] Jul 08 00:02:32.473 INFO O| Jul 08 00:02:32.473 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60442026-07-08T00:02:33.508Z[ recovery-image] Jul 08 00:02:32.480 INFO O| Jul 08 00:02:32.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo"
60452026-07-08T00:02:33.508Z[ recovery-image] Jul 08 00:02:32.480 INFO O| Jul 08 00:02:32.480 INFO STEP 229 (remove_files) COMPLETE
60462026-07-08T00:02:33.508Z[ recovery-image] Jul 08 00:02:32.480 INFO O| Jul 08 00:02:32.480 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60472026-07-08T00:02:33.521Z[ recovery-image] Jul 08 00:02:32.487 INFO O| Jul 08 00:02:32.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist"
60482026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.487 INFO O| Jul 08 00:02:32.487 INFO STEP 230 (remove_files) COMPLETE
60492026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.487 INFO O| Jul 08 00:02:32.487 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60502026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.493 INFO O| Jul 08 00:02:32.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs"
60512026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.493 INFO O| Jul 08 00:02:32.493 INFO STEP 231 (remove_files) COMPLETE
60522026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.493 INFO O| Jul 08 00:02:32.493 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60532026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.501 INFO O| Jul 08 00:02:32.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join"
60542026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.501 INFO O| Jul 08 00:02:32.501 INFO STEP 232 (remove_files) COMPLETE
60552026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.501 INFO O| Jul 08 00:02:32.501 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60562026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.508 INFO O| Jul 08 00:02:32.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd"
60572026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.509 INFO O| Jul 08 00:02:32.509 INFO STEP 233 (remove_files) COMPLETE
60582026-07-08T00:02:33.522Z[ recovery-image] Jul 08 00:02:32.509 INFO O| Jul 08 00:02:32.509 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60592026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.516 INFO O| Jul 08 00:02:32.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy"
60602026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.516 INFO O| Jul 08 00:02:32.516 INFO STEP 234 (remove_files) COMPLETE
60612026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.516 INFO O| Jul 08 00:02:32.516 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60622026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.522 INFO O| Jul 08 00:02:32.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin"
60632026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.522 INFO O| Jul 08 00:02:32.522 INFO STEP 235 (remove_files) COMPLETE
60642026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.522 INFO O| Jul 08 00:02:32.522 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60652026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.530 INFO O| Jul 08 00:02:32.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout"
60662026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.530 INFO O| Jul 08 00:02:32.530 INFO STEP 236 (remove_files) COMPLETE
60672026-07-08T00:02:33.554Z[ recovery-image] Jul 08 00:02:32.530 INFO O| Jul 08 00:02:32.530 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60682026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.537 INFO O| Jul 08 00:02:32.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill"
60692026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.537 INFO O| Jul 08 00:02:32.537 INFO STEP 237 (remove_files) COMPLETE
60702026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.537 INFO O| Jul 08 00:02:32.537 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60712026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.543 INFO O| Jul 08 00:02:32.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit"
60722026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.543 INFO O| Jul 08 00:02:32.543 INFO STEP 238 (remove_files) COMPLETE
60732026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.543 INFO O| Jul 08 00:02:32.543 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60742026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.550 INFO O| Jul 08 00:02:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist"
60752026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.550 INFO O| Jul 08 00:02:32.550 INFO STEP 239 (remove_files) COMPLETE
60762026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.550 INFO O| Jul 08 00:02:32.550 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60772026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.557 INFO O| Jul 08 00:02:32.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg"
60782026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.557 INFO O| Jul 08 00:02:32.557 INFO STEP 240 (remove_files) COMPLETE
60792026-07-08T00:02:33.569Z[ recovery-image] Jul 08 00:02:32.557 INFO O| Jul 08 00:02:32.557 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60802026-07-08T00:02:33.570Z[ recovery-image] Jul 08 00:02:32.563 INFO O| Jul 08 00:02:32.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd"
60812026-07-08T00:02:33.570Z[ recovery-image] Jul 08 00:02:32.563 INFO O| Jul 08 00:02:32.563 INFO STEP 241 (remove_files) COMPLETE
60822026-07-08T00:02:33.570Z[ recovery-image] Jul 08 00:02:32.563 INFO O| Jul 08 00:02:32.563 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60832026-07-08T00:02:33.570Z[ recovery-image] Jul 08 00:02:32.569 INFO O| Jul 08 00:02:32.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config"
60842026-07-08T00:02:33.579Z[ recovery-image] Jul 08 00:02:32.569 INFO O| Jul 08 00:02:32.569 INFO STEP 242 (remove_files) COMPLETE
60852026-07-08T00:02:33.579Z[ recovery-image] Jul 08 00:02:32.569 INFO O| Jul 08 00:02:32.569 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60862026-07-08T00:02:33.579Z[ recovery-image] Jul 08 00:02:32.576 INFO O| Jul 08 00:02:32.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93"
60872026-07-08T00:02:33.579Z[ recovery-image] Jul 08 00:02:32.576 INFO O| Jul 08 00:02:32.576 INFO STEP 243 (remove_files) COMPLETE
60882026-07-08T00:02:33.579Z[ recovery-image] Jul 08 00:02:32.576 INFO O| Jul 08 00:02:32.576 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60892026-07-08T00:02:33.587Z[ recovery-image] Jul 08 00:02:32.584 INFO O| Jul 08 00:02:32.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil"
60902026-07-08T00:02:33.587Z[ recovery-image] Jul 08 00:02:32.584 INFO O| Jul 08 00:02:32.584 INFO STEP 244 (remove_files) COMPLETE
60912026-07-08T00:02:33.587Z[ recovery-image] Jul 08 00:02:32.584 INFO O| Jul 08 00:02:32.584 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60922026-07-08T00:02:33.597Z[ recovery-image] Jul 08 00:02:32.591 INFO O| Jul 08 00:02:32.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat"
60932026-07-08T00:02:33.597Z[ recovery-image] Jul 08 00:02:32.591 INFO O| Jul 08 00:02:32.591 INFO STEP 245 (remove_files) COMPLETE
60942026-07-08T00:02:33.597Z[ recovery-image] Jul 08 00:02:32.591 INFO O| Jul 08 00:02:32.591 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60952026-07-08T00:02:33.605Z[ recovery-image] Jul 08 00:02:32.598 INFO O| Jul 08 00:02:32.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last"
60962026-07-08T00:02:33.605Z[ recovery-image] Jul 08 00:02:32.598 INFO O| Jul 08 00:02:32.598 INFO STEP 246 (remove_files) COMPLETE
60972026-07-08T00:02:33.605Z[ recovery-image] Jul 08 00:02:32.598 INFO O| Jul 08 00:02:32.598 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
60982026-07-08T00:02:33.605Z[ recovery-image] Jul 08 00:02:32.604 INFO O| Jul 08 00:02:32.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm"
60992026-07-08T00:02:33.605Z[ recovery-image] Jul 08 00:02:32.604 INFO O| Jul 08 00:02:32.604 INFO STEP 247 (remove_files) COMPLETE
61002026-07-08T00:02:33.605Z[ recovery-image] Jul 08 00:02:32.604 INFO O| Jul 08 00:02:32.604 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61012026-07-08T00:02:33.614Z[ recovery-image] Jul 08 00:02:32.613 INFO O| Jul 08 00:02:32.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld"
61022026-07-08T00:02:33.614Z[ recovery-image] Jul 08 00:02:32.613 INFO O| Jul 08 00:02:32.613 INFO STEP 248 (remove_files) COMPLETE
61032026-07-08T00:02:33.614Z[ recovery-image] Jul 08 00:02:32.613 INFO O| Jul 08 00:02:32.613 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61042026-07-08T00:02:33.622Z[ recovery-image] Jul 08 00:02:32.619 INFO O| Jul 08 00:02:32.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd"
61052026-07-08T00:02:33.622Z[ recovery-image] Jul 08 00:02:32.619 INFO O| Jul 08 00:02:32.619 INFO STEP 249 (remove_files) COMPLETE
61062026-07-08T00:02:33.622Z[ recovery-image] Jul 08 00:02:32.619 INFO O| Jul 08 00:02:32.619 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61072026-07-08T00:02:33.631Z[ recovery-image] Jul 08 00:02:32.628 INFO O| Jul 08 00:02:32.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less"
61082026-07-08T00:02:33.631Z[ recovery-image] Jul 08 00:02:32.628 INFO O| Jul 08 00:02:32.628 INFO STEP 250 (remove_files) COMPLETE
61092026-07-08T00:02:33.631Z[ recovery-image] Jul 08 00:02:32.628 INFO O| Jul 08 00:02:32.628 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61102026-07-08T00:02:33.640Z[ recovery-image] Jul 08 00:02:32.635 INFO O| Jul 08 00:02:32.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho"
61112026-07-08T00:02:33.640Z[ recovery-image] Jul 08 00:02:32.635 INFO O| Jul 08 00:02:32.635 INFO STEP 251 (remove_files) COMPLETE
61122026-07-08T00:02:33.640Z[ recovery-image] Jul 08 00:02:32.635 INFO O| Jul 08 00:02:32.635 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61132026-07-08T00:02:33.648Z[ recovery-image] Jul 08 00:02:32.644 INFO O| Jul 08 00:02:32.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey"
61142026-07-08T00:02:33.648Z[ recovery-image] Jul 08 00:02:32.644 INFO O| Jul 08 00:02:32.644 INFO STEP 252 (remove_files) COMPLETE
61152026-07-08T00:02:33.648Z[ recovery-image] Jul 08 00:02:32.644 INFO O| Jul 08 00:02:32.644 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61162026-07-08T00:02:33.659Z[ recovery-image] Jul 08 00:02:32.650 INFO O| Jul 08 00:02:32.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo"
61172026-07-08T00:02:33.659Z[ recovery-image] Jul 08 00:02:32.650 INFO O| Jul 08 00:02:32.650 INFO STEP 253 (remove_files) COMPLETE
61182026-07-08T00:02:33.659Z[ recovery-image] Jul 08 00:02:32.650 INFO O| Jul 08 00:02:32.650 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61192026-07-08T00:02:33.659Z[ recovery-image] Jul 08 00:02:32.657 INFO O| Jul 08 00:02:32.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line"
61202026-07-08T00:02:33.659Z[ recovery-image] Jul 08 00:02:32.657 INFO O| Jul 08 00:02:32.657 INFO STEP 254 (remove_files) COMPLETE
61212026-07-08T00:02:33.659Z[ recovery-image] Jul 08 00:02:32.657 INFO O| Jul 08 00:02:32.657 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61222026-07-08T00:02:33.668Z[ recovery-image] Jul 08 00:02:32.664 INFO O| Jul 08 00:02:32.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp"
61232026-07-08T00:02:33.669Z[ recovery-image] Jul 08 00:02:32.664 INFO O| Jul 08 00:02:32.664 INFO STEP 255 (remove_files) COMPLETE
61242026-07-08T00:02:33.669Z[ recovery-image] Jul 08 00:02:32.664 INFO O| Jul 08 00:02:32.664 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61252026-07-08T00:02:33.676Z[ recovery-image] Jul 08 00:02:32.671 INFO O| Jul 08 00:02:32.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers"
61262026-07-08T00:02:33.677Z[ recovery-image] Jul 08 00:02:32.671 INFO O| Jul 08 00:02:32.671 INFO STEP 256 (remove_files) COMPLETE
61272026-07-08T00:02:33.677Z[ recovery-image] Jul 08 00:02:32.671 INFO O| Jul 08 00:02:32.671 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61282026-07-08T00:02:33.685Z[ recovery-image] Jul 08 00:02:32.678 INFO O| Jul 08 00:02:32.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys"
61292026-07-08T00:02:33.685Z[ recovery-image] Jul 08 00:02:32.678 INFO O| Jul 08 00:02:32.678 INFO STEP 257 (remove_files) COMPLETE
61302026-07-08T00:02:33.685Z[ recovery-image] Jul 08 00:02:32.678 INFO O| Jul 08 00:02:32.678 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61312026-07-08T00:02:33.685Z[ recovery-image] Jul 08 00:02:32.684 INFO O| Jul 08 00:02:32.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger"
61322026-07-08T00:02:33.685Z[ recovery-image] Jul 08 00:02:32.684 INFO O| Jul 08 00:02:32.684 INFO STEP 258 (remove_files) COMPLETE
61332026-07-08T00:02:33.685Z[ recovery-image] Jul 08 00:02:32.684 INFO O| Jul 08 00:02:32.684 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61342026-07-08T00:02:33.695Z[ recovery-image] Jul 08 00:02:32.691 INFO O| Jul 08 00:02:32.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins"
61352026-07-08T00:02:33.695Z[ recovery-image] Jul 08 00:02:32.692 INFO O| Jul 08 00:02:32.692 INFO STEP 259 (remove_files) COMPLETE
61362026-07-08T00:02:33.695Z[ recovery-image] Jul 08 00:02:32.692 INFO O| Jul 08 00:02:32.692 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61372026-07-08T00:02:33.703Z[ recovery-image] Jul 08 00:02:32.699 INFO O| Jul 08 00:02:32.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname"
61382026-07-08T00:02:33.703Z[ recovery-image] Jul 08 00:02:32.699 INFO O| Jul 08 00:02:32.699 INFO STEP 260 (remove_files) COMPLETE
61392026-07-08T00:02:33.703Z[ recovery-image] Jul 08 00:02:32.699 INFO O| Jul 08 00:02:32.699 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61402026-07-08T00:02:33.713Z[ recovery-image] Jul 08 00:02:32.709 INFO O| Jul 08 00:02:32.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look"
61412026-07-08T00:02:33.713Z[ recovery-image] Jul 08 00:02:32.709 INFO O| Jul 08 00:02:32.709 INFO STEP 261 (remove_files) COMPLETE
61422026-07-08T00:02:33.713Z[ recovery-image] Jul 08 00:02:32.709 INFO O| Jul 08 00:02:32.709 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61432026-07-08T00:02:33.720Z[ recovery-image] Jul 08 00:02:32.717 INFO O| Jul 08 00:02:32.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4"
61442026-07-08T00:02:33.720Z[ recovery-image] Jul 08 00:02:32.718 INFO O| Jul 08 00:02:32.718 INFO STEP 262 (remove_files) COMPLETE
61452026-07-08T00:02:33.720Z[ recovery-image] Jul 08 00:02:32.718 INFO O| Jul 08 00:02:32.718 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61462026-07-08T00:02:33.728Z[ recovery-image] Jul 08 00:02:32.727 INFO O| Jul 08 00:02:32.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec"
61472026-07-08T00:02:33.728Z[ recovery-image] Jul 08 00:02:32.727 INFO O| Jul 08 00:02:32.727 INFO STEP 263 (remove_files) COMPLETE
61482026-07-08T00:02:33.728Z[ recovery-image] Jul 08 00:02:32.727 INFO O| Jul 08 00:02:32.727 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61492026-07-08T00:02:33.735Z[ recovery-image] Jul 08 00:02:32.735 INFO O| Jul 08 00:02:32.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo"
61502026-07-08T00:02:33.735Z[ recovery-image] Jul 08 00:02:32.735 INFO O| Jul 08 00:02:32.735 INFO STEP 264 (remove_files) COMPLETE
61512026-07-08T00:02:33.735Z[ recovery-image] Jul 08 00:02:32.735 INFO O| Jul 08 00:02:32.735 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61522026-07-08T00:02:33.744Z[ recovery-image] Jul 08 00:02:32.743 INFO O| Jul 08 00:02:32.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac"
61532026-07-08T00:02:33.744Z[ recovery-image] Jul 08 00:02:32.744 INFO O| Jul 08 00:02:32.744 INFO STEP 265 (remove_files) COMPLETE
61542026-07-08T00:02:33.744Z[ recovery-image] Jul 08 00:02:32.744 INFO O| Jul 08 00:02:32.744 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61552026-07-08T00:02:33.759Z[ recovery-image] Jul 08 00:02:32.751 INFO O| Jul 08 00:02:32.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach"
61562026-07-08T00:02:33.759Z[ recovery-image] Jul 08 00:02:32.751 INFO O| Jul 08 00:02:32.751 INFO STEP 266 (remove_files) COMPLETE
61572026-07-08T00:02:33.759Z[ recovery-image] Jul 08 00:02:32.751 INFO O| Jul 08 00:02:32.751 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61582026-07-08T00:02:33.783Z[ recovery-image] Jul 08 00:02:32.759 INFO O| Jul 08 00:02:32.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx"
61592026-07-08T00:02:33.783Z[ recovery-image] Jul 08 00:02:32.759 INFO O| Jul 08 00:02:32.759 INFO STEP 267 (remove_files) COMPLETE
61602026-07-08T00:02:33.783Z[ recovery-image] Jul 08 00:02:32.759 INFO O| Jul 08 00:02:32.759 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61612026-07-08T00:02:33.783Z[ recovery-image] Jul 08 00:02:32.767 INFO O| Jul 08 00:02:32.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev"
61622026-07-08T00:02:33.783Z[ recovery-image] Jul 08 00:02:32.767 INFO O| Jul 08 00:02:32.767 INFO STEP 268 (remove_files) COMPLETE
61632026-07-08T00:02:33.784Z[ recovery-image] Jul 08 00:02:32.767 INFO O| Jul 08 00:02:32.767 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61642026-07-08T00:02:33.795Z[ recovery-image] Jul 08 00:02:32.774 INFO O| Jul 08 00:02:32.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg"
61652026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.774 INFO O| Jul 08 00:02:32.774 INFO STEP 269 (remove_files) COMPLETE
61662026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.774 INFO O| Jul 08 00:02:32.774 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61672026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.782 INFO O| Jul 08 00:02:32.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c"
61682026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.782 INFO O| Jul 08 00:02:32.782 INFO STEP 270 (remove_files) COMPLETE
61692026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.782 INFO O| Jul 08 00:02:32.782 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61702026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.788 INFO O| Jul 08 00:02:32.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update"
61712026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.788 INFO O| Jul 08 00:02:32.788 INFO STEP 271 (remove_files) COMPLETE
61722026-07-08T00:02:33.796Z[ recovery-image] Jul 08 00:02:32.788 INFO O| Jul 08 00:02:32.788 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61732026-07-08T00:02:33.810Z[ recovery-image] Jul 08 00:02:32.795 INFO O| Jul 08 00:02:32.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo"
61742026-07-08T00:02:33.810Z[ recovery-image] Jul 08 00:02:32.795 INFO O| Jul 08 00:02:32.795 INFO STEP 272 (remove_files) COMPLETE
61752026-07-08T00:02:33.810Z[ recovery-image] Jul 08 00:02:32.795 INFO O| Jul 08 00:02:32.795 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61762026-07-08T00:02:33.810Z[ recovery-image] Jul 08 00:02:32.803 INFO O| Jul 08 00:02:32.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict"
61772026-07-08T00:02:33.810Z[ recovery-image] Jul 08 00:02:32.803 INFO O| Jul 08 00:02:32.803 INFO STEP 273 (remove_files) COMPLETE
61782026-07-08T00:02:33.810Z[ recovery-image] Jul 08 00:02:32.803 INFO O| Jul 08 00:02:32.803 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61792026-07-08T00:02:33.818Z[ recovery-image] Jul 08 00:02:32.809 INFO O| Jul 08 00:02:32.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe"
61802026-07-08T00:02:33.818Z[ recovery-image] Jul 08 00:02:32.809 INFO O| Jul 08 00:02:32.809 INFO STEP 274 (remove_files) COMPLETE
61812026-07-08T00:02:33.818Z[ recovery-image] Jul 08 00:02:32.809 INFO O| Jul 08 00:02:32.809 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61822026-07-08T00:02:33.818Z[ recovery-image] Jul 08 00:02:32.815 INFO O| Jul 08 00:02:32.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat"
61832026-07-08T00:02:33.818Z[ recovery-image] Jul 08 00:02:32.815 INFO O| Jul 08 00:02:32.815 INFO STEP 275 (remove_files) COMPLETE
61842026-07-08T00:02:33.818Z[ recovery-image] Jul 08 00:02:32.815 INFO O| Jul 08 00:02:32.815 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61852026-07-08T00:02:33.835Z[ recovery-image] Jul 08 00:02:32.821 INFO O| Jul 08 00:02:32.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt"
61862026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.821 INFO O| Jul 08 00:02:32.821 INFO STEP 276 (remove_files) COMPLETE
61872026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.821 INFO O| Jul 08 00:02:32.821 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61882026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.829 INFO O| Jul 08 00:02:32.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config"
61892026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.829 INFO O| Jul 08 00:02:32.829 INFO STEP 277 (remove_files) COMPLETE
61902026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.829 INFO O| Jul 08 00:02:32.829 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61912026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.836 INFO O| Jul 08 00:02:32.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert"
61922026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.836 INFO O| Jul 08 00:02:32.836 INFO STEP 278 (remove_files) COMPLETE
61932026-07-08T00:02:33.836Z[ recovery-image] Jul 08 00:02:32.836 INFO O| Jul 08 00:02:32.836 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61942026-07-08T00:02:33.847Z[ recovery-image] Jul 08 00:02:32.842 INFO O| Jul 08 00:02:32.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config"
61952026-07-08T00:02:33.847Z[ recovery-image] Jul 08 00:02:32.842 INFO O| Jul 08 00:02:32.842 INFO STEP 279 (remove_files) COMPLETE
61962026-07-08T00:02:33.847Z[ recovery-image] Jul 08 00:02:32.842 INFO O| Jul 08 00:02:32.842 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
61972026-07-08T00:02:33.857Z[ recovery-image] Jul 08 00:02:32.848 INFO O| Jul 08 00:02:32.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user"
61982026-07-08T00:02:33.858Z[ recovery-image] Jul 08 00:02:32.848 INFO O| Jul 08 00:02:32.848 INFO STEP 280 (remove_files) COMPLETE
61992026-07-08T00:02:33.858Z[ recovery-image] Jul 08 00:02:32.848 INFO O| Jul 08 00:02:32.848 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62002026-07-08T00:02:33.858Z[ recovery-image] Jul 08 00:02:32.854 INFO O| Jul 08 00:02:32.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform"
62012026-07-08T00:02:33.858Z[ recovery-image] Jul 08 00:02:32.854 INFO O| Jul 08 00:02:32.854 INFO STEP 281 (remove_files) COMPLETE
62022026-07-08T00:02:33.858Z[ recovery-image] Jul 08 00:02:32.854 INFO O| Jul 08 00:02:32.854 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62032026-07-08T00:02:33.871Z[ recovery-image] Jul 08 00:02:32.861 INFO O| Jul 08 00:02:32.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp"
62042026-07-08T00:02:33.871Z[ recovery-image] Jul 08 00:02:32.861 INFO O| Jul 08 00:02:32.861 INFO STEP 282 (remove_files) COMPLETE
62052026-07-08T00:02:33.871Z[ recovery-image] Jul 08 00:02:32.861 INFO O| Jul 08 00:02:32.861 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62062026-07-08T00:02:33.885Z[ recovery-image] Jul 08 00:02:32.868 INFO O| Jul 08 00:02:32.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news"
62072026-07-08T00:02:33.885Z[ recovery-image] Jul 08 00:02:32.868 INFO O| Jul 08 00:02:32.868 INFO STEP 283 (remove_files) COMPLETE
62082026-07-08T00:02:33.885Z[ recovery-image] Jul 08 00:02:32.868 INFO O| Jul 08 00:02:32.868 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62092026-07-08T00:02:33.885Z[ recovery-image] Jul 08 00:02:32.877 INFO O| Jul 08 00:02:32.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask"
62102026-07-08T00:02:33.885Z[ recovery-image] Jul 08 00:02:32.877 INFO O| Jul 08 00:02:32.877 INFO STEP 284 (remove_files) COMPLETE
62112026-07-08T00:02:33.885Z[ recovery-image] Jul 08 00:02:32.877 INFO O| Jul 08 00:02:32.877 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62122026-07-08T00:02:33.894Z[ recovery-image] Jul 08 00:02:32.883 INFO O| Jul 08 00:02:32.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice"
62132026-07-08T00:02:33.894Z[ recovery-image] Jul 08 00:02:32.883 INFO O| Jul 08 00:02:32.883 INFO STEP 285 (remove_files) COMPLETE
62142026-07-08T00:02:33.894Z[ recovery-image] Jul 08 00:02:32.883 INFO O| Jul 08 00:02:32.883 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62152026-07-08T00:02:33.894Z[ recovery-image] Jul 08 00:02:32.892 INFO O| Jul 08 00:02:32.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl"
62162026-07-08T00:02:33.894Z[ recovery-image] Jul 08 00:02:32.892 INFO O| Jul 08 00:02:32.892 INFO STEP 286 (remove_files) COMPLETE
62172026-07-08T00:02:33.894Z[ recovery-image] Jul 08 00:02:32.892 INFO O| Jul 08 00:02:32.892 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62182026-07-08T00:02:33.906Z[ recovery-image] Jul 08 00:02:32.898 INFO O| Jul 08 00:02:32.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk"
62192026-07-08T00:02:33.906Z[ recovery-image] Jul 08 00:02:32.898 INFO O| Jul 08 00:02:32.898 INFO STEP 287 (remove_files) COMPLETE
62202026-07-08T00:02:33.906Z[ recovery-image] Jul 08 00:02:32.898 INFO O| Jul 08 00:02:32.898 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62212026-07-08T00:02:33.906Z[ recovery-image] Jul 08 00:02:32.904 INFO O| Jul 08 00:02:32.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od"
62222026-07-08T00:02:33.906Z[ recovery-image] Jul 08 00:02:32.904 INFO O| Jul 08 00:02:32.904 INFO STEP 288 (remove_files) COMPLETE
62232026-07-08T00:02:33.907Z[ recovery-image] Jul 08 00:02:32.904 INFO O| Jul 08 00:02:32.904 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62242026-07-08T00:02:33.922Z[ recovery-image] Jul 08 00:02:32.914 INFO O| Jul 08 00:02:32.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa"
62252026-07-08T00:02:33.923Z[ recovery-image] Jul 08 00:02:32.914 INFO O| Jul 08 00:02:32.914 INFO STEP 289 (remove_files) COMPLETE
62262026-07-08T00:02:33.923Z[ recovery-image] Jul 08 00:02:32.914 INFO O| Jul 08 00:02:32.914 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62272026-07-08T00:02:33.931Z[ recovery-image] Jul 08 00:02:32.921 INFO O| Jul 08 00:02:32.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack"
62282026-07-08T00:02:33.931Z[ recovery-image] Jul 08 00:02:32.921 INFO O| Jul 08 00:02:32.921 INFO STEP 290 (remove_files) COMPLETE
62292026-07-08T00:02:33.932Z[ recovery-image] Jul 08 00:02:32.921 INFO O| Jul 08 00:02:32.921 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62302026-07-08T00:02:33.932Z[ recovery-image] Jul 08 00:02:32.930 INFO O| Jul 08 00:02:32.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page"
62312026-07-08T00:02:33.932Z[ recovery-image] Jul 08 00:02:32.930 INFO O| Jul 08 00:02:32.930 INFO STEP 291 (remove_files) COMPLETE
62322026-07-08T00:02:33.932Z[ recovery-image] Jul 08 00:02:32.930 INFO O| Jul 08 00:02:32.930 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62332026-07-08T00:02:33.940Z[ recovery-image] Jul 08 00:02:32.937 INFO O| Jul 08 00:02:32.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize"
62342026-07-08T00:02:33.940Z[ recovery-image] Jul 08 00:02:32.937 INFO O| Jul 08 00:02:32.937 INFO STEP 292 (remove_files) COMPLETE
62352026-07-08T00:02:33.940Z[ recovery-image] Jul 08 00:02:32.937 INFO O| Jul 08 00:02:32.937 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62362026-07-08T00:02:33.949Z[ recovery-image] Jul 08 00:02:32.945 INFO O| Jul 08 00:02:32.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd"
62372026-07-08T00:02:33.949Z[ recovery-image] Jul 08 00:02:32.945 INFO O| Jul 08 00:02:32.945 INFO STEP 293 (remove_files) COMPLETE
62382026-07-08T00:02:33.949Z[ recovery-image] Jul 08 00:02:32.945 INFO O| Jul 08 00:02:32.945 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62392026-07-08T00:02:33.956Z[ recovery-image] Jul 08 00:02:32.951 INFO O| Jul 08 00:02:32.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste"
62402026-07-08T00:02:33.956Z[ recovery-image] Jul 08 00:02:32.951 INFO O| Jul 08 00:02:32.951 INFO STEP 294 (remove_files) COMPLETE
62412026-07-08T00:02:33.956Z[ recovery-image] Jul 08 00:02:32.952 INFO O| Jul 08 00:02:32.951 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62422026-07-08T00:02:33.963Z[ recovery-image] Jul 08 00:02:32.958 INFO O| Jul 08 00:02:32.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk"
62432026-07-08T00:02:33.964Z[ recovery-image] Jul 08 00:02:32.959 INFO O| Jul 08 00:02:32.958 INFO STEP 295 (remove_files) COMPLETE
62442026-07-08T00:02:33.964Z[ recovery-image] Jul 08 00:02:32.959 INFO O| Jul 08 00:02:32.959 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62452026-07-08T00:02:33.972Z[ recovery-image] Jul 08 00:02:32.967 INFO O| Jul 08 00:02:32.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax"
62462026-07-08T00:02:33.972Z[ recovery-image] Jul 08 00:02:32.967 INFO O| Jul 08 00:02:32.967 INFO STEP 296 (remove_files) COMPLETE
62472026-07-08T00:02:33.972Z[ recovery-image] Jul 08 00:02:32.967 INFO O| Jul 08 00:02:32.967 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62482026-07-08T00:02:33.980Z[ recovery-image] Jul 08 00:02:32.976 INFO O| Jul 08 00:02:32.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config"
62492026-07-08T00:02:33.980Z[ recovery-image] Jul 08 00:02:32.976 INFO O| Jul 08 00:02:32.976 INFO STEP 297 (remove_files) COMPLETE
62502026-07-08T00:02:33.980Z[ recovery-image] Jul 08 00:02:32.976 INFO O| Jul 08 00:02:32.976 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62512026-07-08T00:02:33.991Z[ recovery-image] Jul 08 00:02:32.983 INFO O| Jul 08 00:02:32.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config"
62522026-07-08T00:02:33.991Z[ recovery-image] Jul 08 00:02:32.983 INFO O| Jul 08 00:02:32.983 INFO STEP 298 (remove_files) COMPLETE
62532026-07-08T00:02:33.991Z[ recovery-image] Jul 08 00:02:32.983 INFO O| Jul 08 00:02:32.983 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62542026-07-08T00:02:33.991Z[ recovery-image] Jul 08 00:02:32.990 INFO O| Jul 08 00:02:32.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config"
62552026-07-08T00:02:33.991Z[ recovery-image] Jul 08 00:02:32.990 INFO O| Jul 08 00:02:32.990 INFO STEP 299 (remove_files) COMPLETE
62562026-07-08T00:02:33.991Z[ recovery-image] Jul 08 00:02:32.990 INFO O| Jul 08 00:02:32.990 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62572026-07-08T00:02:33.999Z[ recovery-image] Jul 08 00:02:32.998 INFO O| Jul 08 00:02:32.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep"
62582026-07-08T00:02:33.999Z[ recovery-image] Jul 08 00:02:32.998 INFO O| Jul 08 00:02:32.998 INFO STEP 300 (remove_files) COMPLETE
62592026-07-08T00:02:33.999Z[ recovery-image] Jul 08 00:02:32.998 INFO O| Jul 08 00:02:32.998 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62602026-07-08T00:02:34.007Z[ recovery-image] Jul 08 00:02:33.006 INFO O| Jul 08 00:02:33.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test"
62612026-07-08T00:02:34.007Z[ recovery-image] Jul 08 00:02:33.006 INFO O| Jul 08 00:02:33.006 INFO STEP 301 (remove_files) COMPLETE
62622026-07-08T00:02:34.007Z[ recovery-image] Jul 08 00:02:33.006 INFO O| Jul 08 00:02:33.006 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62632026-07-08T00:02:34.017Z[ recovery-image] Jul 08 00:02:33.013 INFO O| Jul 08 00:02:33.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep"
62642026-07-08T00:02:34.017Z[ recovery-image] Jul 08 00:02:33.013 INFO O| Jul 08 00:02:33.013 INFO STEP 302 (remove_files) COMPLETE
62652026-07-08T00:02:34.017Z[ recovery-image] Jul 08 00:02:33.013 INFO O| Jul 08 00:02:33.013 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62662026-07-08T00:02:34.027Z[ recovery-image] Jul 08 00:02:33.020 INFO O| Jul 08 00:02:33.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest"
62672026-07-08T00:02:34.027Z[ recovery-image] Jul 08 00:02:33.020 INFO O| Jul 08 00:02:33.020 INFO STEP 303 (remove_files) COMPLETE
62682026-07-08T00:02:34.027Z[ recovery-image] Jul 08 00:02:33.021 INFO O| Jul 08 00:02:33.020 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62692026-07-08T00:02:34.053Z[ recovery-image] Jul 08 00:02:33.027 INFO O| Jul 08 00:02:33.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash"
62702026-07-08T00:02:34.053Z[ recovery-image] Jul 08 00:02:33.027 INFO O| Jul 08 00:02:33.027 INFO STEP 304 (remove_files) COMPLETE
62712026-07-08T00:02:34.053Z[ recovery-image] Jul 08 00:02:33.027 INFO O| Jul 08 00:02:33.027 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62722026-07-08T00:02:34.053Z[ recovery-image] Jul 08 00:02:33.035 INFO O| Jul 08 00:02:33.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh"
62732026-07-08T00:02:34.053Z[ recovery-image] Jul 08 00:02:33.035 INFO O| Jul 08 00:02:33.035 INFO STEP 305 (remove_files) COMPLETE
62742026-07-08T00:02:34.053Z[ recovery-image] Jul 08 00:02:33.035 INFO O| Jul 08 00:02:33.035 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62752026-07-08T00:02:34.075Z[ recovery-image] Jul 08 00:02:33.044 INFO O| Jul 08 00:02:33.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh"
62762026-07-08T00:02:34.075Z[ recovery-image] Jul 08 00:02:33.044 INFO O| Jul 08 00:02:33.044 INFO STEP 306 (remove_files) COMPLETE
62772026-07-08T00:02:34.075Z[ recovery-image] Jul 08 00:02:33.044 INFO O| Jul 08 00:02:33.044 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62782026-07-08T00:02:34.075Z[ recovery-image] Jul 08 00:02:33.052 INFO O| Jul 08 00:02:33.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93"
62792026-07-08T00:02:34.075Z[ recovery-image] Jul 08 00:02:33.052 INFO O| Jul 08 00:02:33.052 INFO STEP 307 (remove_files) COMPLETE
62802026-07-08T00:02:34.075Z[ recovery-image] Jul 08 00:02:33.052 INFO O| Jul 08 00:02:33.052 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62812026-07-08T00:02:34.075Z[ recovery-image] Jul 08 00:02:33.060 INFO O| Jul 08 00:02:33.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh"
62822026-07-08T00:02:34.076Z[ recovery-image] Jul 08 00:02:33.060 INFO O| Jul 08 00:02:33.060 INFO STEP 308 (remove_files) COMPLETE
62832026-07-08T00:02:34.076Z[ recovery-image] Jul 08 00:02:33.060 INFO O| Jul 08 00:02:33.060 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62842026-07-08T00:02:34.083Z[ recovery-image] Jul 08 00:02:33.067 INFO O| Jul 08 00:02:33.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93"
62852026-07-08T00:02:34.083Z[ recovery-image] Jul 08 00:02:33.067 INFO O| Jul 08 00:02:33.067 INFO STEP 309 (remove_files) COMPLETE
62862026-07-08T00:02:34.083Z[ recovery-image] Jul 08 00:02:33.067 INFO O| Jul 08 00:02:33.067 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62872026-07-08T00:02:34.083Z[ recovery-image] Jul 08 00:02:33.075 INFO O| Jul 08 00:02:33.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh"
62882026-07-08T00:02:34.084Z[ recovery-image] Jul 08 00:02:33.075 INFO O| Jul 08 00:02:33.075 INFO STEP 310 (remove_files) COMPLETE
62892026-07-08T00:02:34.084Z[ recovery-image] Jul 08 00:02:33.075 INFO O| Jul 08 00:02:33.075 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62902026-07-08T00:02:34.084Z[ recovery-image] Jul 08 00:02:33.083 INFO O| Jul 08 00:02:33.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh"
62912026-07-08T00:02:34.084Z[ recovery-image] Jul 08 00:02:33.083 INFO O| Jul 08 00:02:33.083 INFO STEP 311 (remove_files) COMPLETE
62922026-07-08T00:02:34.084Z[ recovery-image] Jul 08 00:02:33.083 INFO O| Jul 08 00:02:33.083 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62932026-07-08T00:02:34.102Z[ recovery-image] Jul 08 00:02:33.090 INFO O| Jul 08 00:02:33.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh"
62942026-07-08T00:02:34.102Z[ recovery-image] Jul 08 00:02:33.090 INFO O| Jul 08 00:02:33.090 INFO STEP 312 (remove_files) COMPLETE
62952026-07-08T00:02:34.102Z[ recovery-image] Jul 08 00:02:33.090 INFO O| Jul 08 00:02:33.090 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62962026-07-08T00:02:34.121Z[ recovery-image] Jul 08 00:02:33.110 INFO O| Jul 08 00:02:33.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg"
62972026-07-08T00:02:34.121Z[ recovery-image] Jul 08 00:02:33.110 INFO O| Jul 08 00:02:33.110 INFO STEP 313 (remove_files) COMPLETE
62982026-07-08T00:02:34.134Z[ recovery-image] Jul 08 00:02:33.110 INFO O| Jul 08 00:02:33.110 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
62992026-07-08T00:02:34.134Z[ recovery-image] Jul 08 00:02:33.116 INFO O| Jul 08 00:02:33.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo"
63002026-07-08T00:02:34.134Z[ recovery-image] Jul 08 00:02:33.116 INFO O| Jul 08 00:02:33.116 INFO STEP 314 (remove_files) COMPLETE
63012026-07-08T00:02:34.134Z[ recovery-image] Jul 08 00:02:33.116 INFO O| Jul 08 00:02:33.116 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63022026-07-08T00:02:34.134Z[ recovery-image] Jul 08 00:02:33.124 INFO O| Jul 08 00:02:33.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat"
63032026-07-08T00:02:34.134Z[ recovery-image] Jul 08 00:02:33.124 INFO O| Jul 08 00:02:33.124 INFO STEP 315 (remove_files) COMPLETE
63042026-07-08T00:02:34.134Z[ recovery-image] Jul 08 00:02:33.124 INFO O| Jul 08 00:02:33.124 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63052026-07-08T00:02:34.148Z[ recovery-image] Jul 08 00:02:33.133 INFO O| Jul 08 00:02:33.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm"
63062026-07-08T00:02:34.148Z[ recovery-image] Jul 08 00:02:33.133 INFO O| Jul 08 00:02:33.133 INFO STEP 316 (remove_files) COMPLETE
63072026-07-08T00:02:34.148Z[ recovery-image] Jul 08 00:02:33.133 INFO O| Jul 08 00:02:33.133 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63082026-07-08T00:02:34.148Z[ recovery-image] Jul 08 00:02:33.139 INFO O| Jul 08 00:02:33.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond"
63092026-07-08T00:02:34.148Z[ recovery-image] Jul 08 00:02:33.139 INFO O| Jul 08 00:02:33.139 INFO STEP 317 (remove_files) COMPLETE
63102026-07-08T00:02:34.148Z[ recovery-image] Jul 08 00:02:33.139 INFO O| Jul 08 00:02:33.139 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63112026-07-08T00:02:34.156Z[ recovery-image] Jul 08 00:02:33.146 INFO O| Jul 08 00:02:33.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo"
63122026-07-08T00:02:34.156Z[ recovery-image] Jul 08 00:02:33.146 INFO O| Jul 08 00:02:33.146 INFO STEP 318 (remove_files) COMPLETE
63132026-07-08T00:02:34.156Z[ recovery-image] Jul 08 00:02:33.146 INFO O| Jul 08 00:02:33.146 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63142026-07-08T00:02:34.156Z[ recovery-image] Jul 08 00:02:33.152 INFO O| Jul 08 00:02:33.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk"
63152026-07-08T00:02:34.156Z[ recovery-image] Jul 08 00:02:33.152 INFO O| Jul 08 00:02:33.152 INFO STEP 319 (remove_files) COMPLETE
63162026-07-08T00:02:34.156Z[ recovery-image] Jul 08 00:02:33.152 INFO O| Jul 08 00:02:33.152 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63172026-07-08T00:02:34.166Z[ recovery-image] Jul 08 00:02:33.159 INFO O| Jul 08 00:02:33.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam"
63182026-07-08T00:02:34.166Z[ recovery-image] Jul 08 00:02:33.159 INFO O| Jul 08 00:02:33.159 INFO STEP 320 (remove_files) COMPLETE
63192026-07-08T00:02:34.166Z[ recovery-image] Jul 08 00:02:33.159 INFO O| Jul 08 00:02:33.159 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63202026-07-08T00:02:34.166Z[ recovery-image] Jul 08 00:02:33.166 INFO O| Jul 08 00:02:33.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto"
63212026-07-08T00:02:34.166Z[ recovery-image] Jul 08 00:02:33.166 INFO O| Jul 08 00:02:33.166 INFO STEP 321 (remove_files) COMPLETE
63222026-07-08T00:02:34.166Z[ recovery-image] Jul 08 00:02:33.166 INFO O| Jul 08 00:02:33.166 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63232026-07-08T00:02:34.175Z[ recovery-image] Jul 08 00:02:33.173 INFO O| Jul 08 00:02:33.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans"
63242026-07-08T00:02:34.175Z[ recovery-image] Jul 08 00:02:33.173 INFO O| Jul 08 00:02:33.173 INFO STEP 322 (remove_files) COMPLETE
63252026-07-08T00:02:34.175Z[ recovery-image] Jul 08 00:02:33.173 INFO O| Jul 08 00:02:33.173 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63262026-07-08T00:02:34.190Z[ recovery-image] Jul 08 00:02:33.179 INFO O| Jul 08 00:02:33.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool"
63272026-07-08T00:02:34.190Z[ recovery-image] Jul 08 00:02:33.179 INFO O| Jul 08 00:02:33.179 INFO STEP 323 (remove_files) COMPLETE
63282026-07-08T00:02:34.190Z[ recovery-image] Jul 08 00:02:33.179 INFO O| Jul 08 00:02:33.179 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63292026-07-08T00:02:34.199Z[ recovery-image] Jul 08 00:02:33.186 INFO O| Jul 08 00:02:33.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp"
63302026-07-08T00:02:34.199Z[ recovery-image] Jul 08 00:02:33.186 INFO O| Jul 08 00:02:33.186 INFO STEP 324 (remove_files) COMPLETE
63312026-07-08T00:02:34.199Z[ recovery-image] Jul 08 00:02:33.186 INFO O| Jul 08 00:02:33.186 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63322026-07-08T00:02:34.199Z[ recovery-image] Jul 08 00:02:33.192 INFO O| Jul 08 00:02:33.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise"
63332026-07-08T00:02:34.199Z[ recovery-image] Jul 08 00:02:33.192 INFO O| Jul 08 00:02:33.192 INFO STEP 325 (remove_files) COMPLETE
63342026-07-08T00:02:34.200Z[ recovery-image] Jul 08 00:02:33.192 INFO O| Jul 08 00:02:33.192 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63352026-07-08T00:02:34.200Z[ recovery-image] Jul 08 00:02:33.199 INFO O| Jul 08 00:02:33.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat"
63362026-07-08T00:02:34.200Z[ recovery-image] Jul 08 00:02:33.199 INFO O| Jul 08 00:02:33.199 INFO STEP 326 (remove_files) COMPLETE
63372026-07-08T00:02:34.200Z[ recovery-image] Jul 08 00:02:33.199 INFO O| Jul 08 00:02:33.199 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63382026-07-08T00:02:34.205Z[ recovery-image] Jul 08 00:02:33.205 INFO O| Jul 08 00:02:33.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz"
63392026-07-08T00:02:34.205Z[ recovery-image] Jul 08 00:02:33.205 INFO O| Jul 08 00:02:33.205 INFO STEP 327 (remove_files) COMPLETE
63402026-07-08T00:02:34.205Z[ recovery-image] Jul 08 00:02:33.205 INFO O| Jul 08 00:02:33.205 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63412026-07-08T00:02:34.222Z[ recovery-image] Jul 08 00:02:33.214 INFO O| Jul 08 00:02:33.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr"
63422026-07-08T00:02:34.222Z[ recovery-image] Jul 08 00:02:33.214 INFO O| Jul 08 00:02:33.214 INFO STEP 328 (remove_files) COMPLETE
63432026-07-08T00:02:34.223Z[ recovery-image] Jul 08 00:02:33.214 INFO O| Jul 08 00:02:33.214 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63442026-07-08T00:02:34.223Z[ recovery-image] Jul 08 00:02:33.220 INFO O| Jul 08 00:02:33.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print"
63452026-07-08T00:02:34.223Z[ recovery-image] Jul 08 00:02:33.220 INFO O| Jul 08 00:02:33.220 INFO STEP 329 (remove_files) COMPLETE
63462026-07-08T00:02:34.223Z[ recovery-image] Jul 08 00:02:33.220 INFO O| Jul 08 00:02:33.220 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63472026-07-08T00:02:34.232Z[ recovery-image] Jul 08 00:02:33.229 INFO O| Jul 08 00:02:33.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf"
63482026-07-08T00:02:34.232Z[ recovery-image] Jul 08 00:02:33.229 INFO O| Jul 08 00:02:33.229 INFO STEP 330 (remove_files) COMPLETE
63492026-07-08T00:02:34.232Z[ recovery-image] Jul 08 00:02:33.229 INFO O| Jul 08 00:02:33.229 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63502026-07-08T00:02:34.248Z[ recovery-image] Jul 08 00:02:33.236 INFO O| Jul 08 00:02:33.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl"
63512026-07-08T00:02:34.249Z[ recovery-image] Jul 08 00:02:33.236 INFO O| Jul 08 00:02:33.236 INFO STEP 331 (remove_files) COMPLETE
63522026-07-08T00:02:34.249Z[ recovery-image] Jul 08 00:02:33.236 INFO O| Jul 08 00:02:33.236 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63532026-07-08T00:02:34.263Z[ recovery-image] Jul 08 00:02:33.245 INFO O| Jul 08 00:02:33.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles"
63542026-07-08T00:02:34.263Z[ recovery-image] Jul 08 00:02:33.245 INFO O| Jul 08 00:02:33.245 INFO STEP 332 (remove_files) COMPLETE
63552026-07-08T00:02:34.263Z[ recovery-image] Jul 08 00:02:33.245 INFO O| Jul 08 00:02:33.245 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63562026-07-08T00:02:34.263Z[ recovery-image] Jul 08 00:02:33.252 INFO O| Jul 08 00:02:33.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects"
63572026-07-08T00:02:34.263Z[ recovery-image] Jul 08 00:02:33.252 INFO O| Jul 08 00:02:33.252 INFO STEP 333 (remove_files) COMPLETE
63582026-07-08T00:02:34.263Z[ recovery-image] Jul 08 00:02:33.252 INFO O| Jul 08 00:02:33.252 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63592026-07-08T00:02:34.274Z[ recovery-image] Jul 08 00:02:33.260 INFO O| Jul 08 00:02:33.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags"
63602026-07-08T00:02:34.274Z[ recovery-image] Jul 08 00:02:33.260 INFO O| Jul 08 00:02:33.260 INFO STEP 334 (remove_files) COMPLETE
63612026-07-08T00:02:34.274Z[ recovery-image] Jul 08 00:02:33.260 INFO O| Jul 08 00:02:33.260 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63622026-07-08T00:02:34.274Z[ recovery-image] Jul 08 00:02:33.267 INFO O| Jul 08 00:02:33.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev"
63632026-07-08T00:02:34.275Z[ recovery-image] Jul 08 00:02:33.267 INFO O| Jul 08 00:02:33.267 INFO STEP 335 (remove_files) COMPLETE
63642026-07-08T00:02:34.275Z[ recovery-image] Jul 08 00:02:33.267 INFO O| Jul 08 00:02:33.267 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63652026-07-08T00:02:34.275Z[ recovery-image] Jul 08 00:02:33.273 INFO O| Jul 08 00:02:33.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp"
63662026-07-08T00:02:34.275Z[ recovery-image] Jul 08 00:02:33.273 INFO O| Jul 08 00:02:33.273 INFO STEP 336 (remove_files) COMPLETE
63672026-07-08T00:02:34.275Z[ recovery-image] Jul 08 00:02:33.273 INFO O| Jul 08 00:02:33.273 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63682026-07-08T00:02:34.284Z[ recovery-image] Jul 08 00:02:33.280 INFO O| Jul 08 00:02:33.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs"
63692026-07-08T00:02:34.284Z[ recovery-image] Jul 08 00:02:33.280 INFO O| Jul 08 00:02:33.280 INFO STEP 337 (remove_files) COMPLETE
63702026-07-08T00:02:34.284Z[ recovery-image] Jul 08 00:02:33.280 INFO O| Jul 08 00:02:33.280 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63712026-07-08T00:02:34.296Z[ recovery-image] Jul 08 00:02:33.286 INFO O| Jul 08 00:02:33.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait"
63722026-07-08T00:02:34.296Z[ recovery-image] Jul 08 00:02:33.286 INFO O| Jul 08 00:02:33.286 INFO STEP 338 (remove_files) COMPLETE
63732026-07-08T00:02:34.296Z[ recovery-image] Jul 08 00:02:33.286 INFO O| Jul 08 00:02:33.286 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63742026-07-08T00:02:34.296Z[ recovery-image] Jul 08 00:02:33.293 INFO O| Jul 08 00:02:33.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd"
63752026-07-08T00:02:34.296Z[ recovery-image] Jul 08 00:02:33.293 INFO O| Jul 08 00:02:33.293 INFO STEP 339 (remove_files) COMPLETE
63762026-07-08T00:02:34.296Z[ recovery-image] Jul 08 00:02:33.293 INFO O| Jul 08 00:02:33.293 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63772026-07-08T00:02:34.304Z[ recovery-image] Jul 08 00:02:33.302 INFO O| Jul 08 00:02:33.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read"
63782026-07-08T00:02:34.304Z[ recovery-image] Jul 08 00:02:33.302 INFO O| Jul 08 00:02:33.302 INFO STEP 340 (remove_files) COMPLETE
63792026-07-08T00:02:34.304Z[ recovery-image] Jul 08 00:02:33.302 INFO O| Jul 08 00:02:33.302 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63802026-07-08T00:02:34.315Z[ recovery-image] Jul 08 00:02:33.309 INFO O| Jul 08 00:02:33.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red"
63812026-07-08T00:02:34.315Z[ recovery-image] Jul 08 00:02:33.309 INFO O| Jul 08 00:02:33.309 INFO STEP 341 (remove_files) COMPLETE
63822026-07-08T00:02:34.315Z[ recovery-image] Jul 08 00:02:33.309 INFO O| Jul 08 00:02:33.309 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63832026-07-08T00:02:34.315Z[ recovery-image] Jul 08 00:02:33.315 INFO O| Jul 08 00:02:33.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp"
63842026-07-08T00:02:34.325Z[ recovery-image] Jul 08 00:02:33.316 INFO O| Jul 08 00:02:33.316 INFO STEP 342 (remove_files) COMPLETE
63852026-07-08T00:02:34.325Z[ recovery-image] Jul 08 00:02:33.316 INFO O| Jul 08 00:02:33.316 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63862026-07-08T00:02:34.325Z[ recovery-image] Jul 08 00:02:33.324 INFO O| Jul 08 00:02:33.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice"
63872026-07-08T00:02:34.325Z[ recovery-image] Jul 08 00:02:33.324 INFO O| Jul 08 00:02:33.324 INFO STEP 343 (remove_files) COMPLETE
63882026-07-08T00:02:34.325Z[ recovery-image] Jul 08 00:02:33.324 INFO O| Jul 08 00:02:33.324 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63892026-07-08T00:02:34.334Z[ recovery-image] Jul 08 00:02:33.333 INFO O| Jul 08 00:02:33.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize"
63902026-07-08T00:02:34.334Z[ recovery-image] Jul 08 00:02:33.333 INFO O| Jul 08 00:02:33.333 INFO STEP 344 (remove_files) COMPLETE
63912026-07-08T00:02:34.334Z[ recovery-image] Jul 08 00:02:33.333 INFO O| Jul 08 00:02:33.333 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63922026-07-08T00:02:34.343Z[ recovery-image] Jul 08 00:02:33.339 INFO O| Jul 08 00:02:33.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev"
63932026-07-08T00:02:34.343Z[ recovery-image] Jul 08 00:02:33.339 INFO O| Jul 08 00:02:33.339 INFO STEP 345 (remove_files) COMPLETE
63942026-07-08T00:02:34.343Z[ recovery-image] Jul 08 00:02:33.339 INFO O| Jul 08 00:02:33.339 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63952026-07-08T00:02:34.352Z[ recovery-image] Jul 08 00:02:33.346 INFO O| Jul 08 00:02:33.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh"
63962026-07-08T00:02:34.352Z[ recovery-image] Jul 08 00:02:33.346 INFO O| Jul 08 00:02:33.346 INFO STEP 346 (remove_files) COMPLETE
63972026-07-08T00:02:34.352Z[ recovery-image] Jul 08 00:02:33.346 INFO O| Jul 08 00:02:33.346 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
63982026-07-08T00:02:34.352Z[ recovery-image] Jul 08 00:02:33.352 INFO O| Jul 08 00:02:33.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93"
63992026-07-08T00:02:34.352Z[ recovery-image] Jul 08 00:02:33.352 INFO O| Jul 08 00:02:33.352 INFO STEP 347 (remove_files) COMPLETE
64002026-07-08T00:02:34.352Z[ recovery-image] Jul 08 00:02:33.352 INFO O| Jul 08 00:02:33.352 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64012026-07-08T00:02:34.364Z[ recovery-image] Jul 08 00:02:33.358 INFO O| Jul 08 00:02:33.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles"
64022026-07-08T00:02:34.364Z[ recovery-image] Jul 08 00:02:33.358 INFO O| Jul 08 00:02:33.358 INFO STEP 348 (remove_files) COMPLETE
64032026-07-08T00:02:34.364Z[ recovery-image] Jul 08 00:02:33.358 INFO O| Jul 08 00:02:33.358 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64042026-07-08T00:02:34.373Z[ recovery-image] Jul 08 00:02:33.367 INFO O| Jul 08 00:02:33.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo"
64052026-07-08T00:02:34.373Z[ recovery-image] Jul 08 00:02:33.367 INFO O| Jul 08 00:02:33.367 INFO STEP 349 (remove_files) COMPLETE
64062026-07-08T00:02:34.373Z[ recovery-image] Jul 08 00:02:33.367 INFO O| Jul 08 00:02:33.367 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64072026-07-08T00:02:34.391Z[ recovery-image] Jul 08 00:02:33.374 INFO O| Jul 08 00:02:33.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync"
64082026-07-08T00:02:34.391Z[ recovery-image] Jul 08 00:02:33.374 INFO O| Jul 08 00:02:33.374 INFO STEP 350 (remove_files) COMPLETE
64092026-07-08T00:02:34.391Z[ recovery-image] Jul 08 00:02:33.374 INFO O| Jul 08 00:02:33.374 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64102026-07-08T00:02:34.391Z[ recovery-image] Jul 08 00:02:33.380 INFO O| Jul 08 00:02:33.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl"
64112026-07-08T00:02:34.391Z[ recovery-image] Jul 08 00:02:33.380 INFO O| Jul 08 00:02:33.380 INFO STEP 351 (remove_files) COMPLETE
64122026-07-08T00:02:34.391Z[ recovery-image] Jul 08 00:02:33.380 INFO O| Jul 08 00:02:33.380 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64132026-07-08T00:02:34.398Z[ recovery-image] Jul 08 00:02:33.388 INFO O| Jul 08 00:02:33.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat"
64142026-07-08T00:02:34.399Z[ recovery-image] Jul 08 00:02:33.388 INFO O| Jul 08 00:02:33.388 INFO STEP 352 (remove_files) COMPLETE
64152026-07-08T00:02:34.399Z[ recovery-image] Jul 08 00:02:33.388 INFO O| Jul 08 00:02:33.388 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64162026-07-08T00:02:34.399Z[ recovery-image] Jul 08 00:02:33.395 INFO O| Jul 08 00:02:33.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp"
64172026-07-08T00:02:34.399Z[ recovery-image] Jul 08 00:02:33.395 INFO O| Jul 08 00:02:33.395 INFO STEP 353 (remove_files) COMPLETE
64182026-07-08T00:02:34.399Z[ recovery-image] Jul 08 00:02:33.395 INFO O| Jul 08 00:02:33.395 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64192026-07-08T00:02:34.418Z[ recovery-image] Jul 08 00:02:33.403 INFO O| Jul 08 00:02:33.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script"
64202026-07-08T00:02:34.419Z[ recovery-image] Jul 08 00:02:33.403 INFO O| Jul 08 00:02:33.403 INFO STEP 354 (remove_files) COMPLETE
64212026-07-08T00:02:34.419Z[ recovery-image] Jul 08 00:02:33.403 INFO O| Jul 08 00:02:33.403 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64222026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.411 INFO O| Jul 08 00:02:33.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff"
64232026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.411 INFO O| Jul 08 00:02:33.411 INFO STEP 355 (remove_files) COMPLETE
64242026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.411 INFO O| Jul 08 00:02:33.411 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64252026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.417 INFO O| Jul 08 00:02:33.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp"
64262026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.417 INFO O| Jul 08 00:02:33.417 INFO STEP 356 (remove_files) COMPLETE
64272026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.417 INFO O| Jul 08 00:02:33.417 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64282026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.423 INFO O| Jul 08 00:02:33.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp"
64292026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.423 INFO O| Jul 08 00:02:33.423 INFO STEP 357 (remove_files) COMPLETE
64302026-07-08T00:02:34.427Z[ recovery-image] Jul 08 00:02:33.423 INFO O| Jul 08 00:02:33.423 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64312026-07-08T00:02:34.436Z[ recovery-image] Jul 08 00:02:33.430 INFO O| Jul 08 00:02:33.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp"
64322026-07-08T00:02:34.436Z[ recovery-image] Jul 08 00:02:33.430 INFO O| Jul 08 00:02:33.430 INFO STEP 358 (remove_files) COMPLETE
64332026-07-08T00:02:34.436Z[ recovery-image] Jul 08 00:02:33.430 INFO O| Jul 08 00:02:33.430 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64342026-07-08T00:02:34.450Z[ recovery-image] Jul 08 00:02:33.437 INFO O| Jul 08 00:02:33.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil"
64352026-07-08T00:02:34.451Z[ recovery-image] Jul 08 00:02:33.437 INFO O| Jul 08 00:02:33.437 INFO STEP 359 (remove_files) COMPLETE
64362026-07-08T00:02:34.451Z[ recovery-image] Jul 08 00:02:33.437 INFO O| Jul 08 00:02:33.437 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64372026-07-08T00:02:34.459Z[ recovery-image] Jul 08 00:02:33.446 INFO O| Jul 08 00:02:33.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib"
64382026-07-08T00:02:34.459Z[ recovery-image] Jul 08 00:02:33.446 INFO O| Jul 08 00:02:33.446 INFO STEP 360 (remove_files) COMPLETE
64392026-07-08T00:02:34.459Z[ recovery-image] Jul 08 00:02:33.446 INFO O| Jul 08 00:02:33.446 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64402026-07-08T00:02:34.459Z[ recovery-image] Jul 08 00:02:33.454 INFO O| Jul 08 00:02:33.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget"
64412026-07-08T00:02:34.459Z[ recovery-image] Jul 08 00:02:33.454 INFO O| Jul 08 00:02:33.454 INFO STEP 361 (remove_files) COMPLETE
64422026-07-08T00:02:34.459Z[ recovery-image] Jul 08 00:02:33.454 INFO O| Jul 08 00:02:33.454 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64432026-07-08T00:02:34.467Z[ recovery-image] Jul 08 00:02:33.461 INFO O| Jul 08 00:02:33.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk"
64442026-07-08T00:02:34.467Z[ recovery-image] Jul 08 00:02:33.461 INFO O| Jul 08 00:02:33.461 INFO STEP 362 (remove_files) COMPLETE
64452026-07-08T00:02:34.467Z[ recovery-image] Jul 08 00:02:33.461 INFO O| Jul 08 00:02:33.461 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64462026-07-08T00:02:34.487Z[ recovery-image] Jul 08 00:02:33.469 INFO O| Jul 08 00:02:33.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck"
64472026-07-08T00:02:34.487Z[ recovery-image] Jul 08 00:02:33.469 INFO O| Jul 08 00:02:33.469 INFO STEP 363 (remove_files) COMPLETE
64482026-07-08T00:02:34.487Z[ recovery-image] Jul 08 00:02:33.469 INFO O| Jul 08 00:02:33.469 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64492026-07-08T00:02:34.487Z[ recovery-image] Jul 08 00:02:33.476 INFO O| Jul 08 00:02:33.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf"
64502026-07-08T00:02:34.488Z[ recovery-image] Jul 08 00:02:33.477 INFO O| Jul 08 00:02:33.477 INFO STEP 364 (remove_files) COMPLETE
64512026-07-08T00:02:34.488Z[ recovery-image] Jul 08 00:02:33.477 INFO O| Jul 08 00:02:33.477 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64522026-07-08T00:02:34.488Z[ recovery-image] Jul 08 00:02:33.484 INFO O| Jul 08 00:02:33.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta"
64532026-07-08T00:02:34.488Z[ recovery-image] Jul 08 00:02:33.484 INFO O| Jul 08 00:02:33.484 INFO STEP 365 (remove_files) COMPLETE
64542026-07-08T00:02:34.488Z[ recovery-image] Jul 08 00:02:33.484 INFO O| Jul 08 00:02:33.484 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64552026-07-08T00:02:34.496Z[ recovery-image] Jul 08 00:02:33.492 INFO O| Jul 08 00:02:33.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf"
64562026-07-08T00:02:34.496Z[ recovery-image] Jul 08 00:02:33.492 INFO O| Jul 08 00:02:33.492 INFO STEP 366 (remove_files) COMPLETE
64572026-07-08T00:02:34.496Z[ recovery-image] Jul 08 00:02:33.492 INFO O| Jul 08 00:02:33.492 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64582026-07-08T00:02:34.518Z[ recovery-image] Jul 08 00:02:33.498 INFO O| Jul 08 00:02:33.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget"
64592026-07-08T00:02:34.518Z[ recovery-image] Jul 08 00:02:33.498 INFO O| Jul 08 00:02:33.498 INFO STEP 367 (remove_files) COMPLETE
64602026-07-08T00:02:34.518Z[ recovery-image] Jul 08 00:02:33.498 INFO O| Jul 08 00:02:33.498 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64612026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.507 INFO O| Jul 08 00:02:33.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext"
64622026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.507 INFO O| Jul 08 00:02:33.507 INFO STEP 368 (remove_files) COMPLETE
64632026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.507 INFO O| Jul 08 00:02:33.507 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64642026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.514 INFO O| Jul 08 00:02:33.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat"
64652026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.514 INFO O| Jul 08 00:02:33.514 INFO STEP 369 (remove_files) COMPLETE
64662026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.514 INFO O| Jul 08 00:02:33.514 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64672026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.520 INFO O| Jul 08 00:02:33.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap"
64682026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.520 INFO O| Jul 08 00:02:33.520 INFO STEP 370 (remove_files) COMPLETE
64692026-07-08T00:02:34.571Z[ recovery-image] Jul 08 00:02:33.520 INFO O| Jul 08 00:02:33.520 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64702026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.527 INFO O| Jul 08 00:02:33.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping"
64712026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.527 INFO O| Jul 08 00:02:33.527 INFO STEP 371 (remove_files) COMPLETE
64722026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.528 INFO O| Jul 08 00:02:33.527 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64732026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.536 INFO O| Jul 08 00:02:33.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps"
64742026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.536 INFO O| Jul 08 00:02:33.536 INFO STEP 372 (remove_files) COMPLETE
64752026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.536 INFO O| Jul 08 00:02:33.536 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64762026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.544 INFO O| Jul 08 00:02:33.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset"
64772026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.545 INFO O| Jul 08 00:02:33.545 INFO STEP 373 (remove_files) COMPLETE
64782026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.545 INFO O| Jul 08 00:02:33.545 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64792026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.553 INFO O| Jul 08 00:02:33.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus"
64802026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.553 INFO O| Jul 08 00:02:33.553 INFO STEP 374 (remove_files) COMPLETE
64812026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.553 INFO O| Jul 08 00:02:33.553 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64822026-07-08T00:02:34.590Z[ recovery-image] Jul 08 00:02:33.560 INFO O| Jul 08 00:02:33.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable"
64832026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.560 INFO O| Jul 08 00:02:33.560 INFO STEP 375 (remove_files) COMPLETE
64842026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.560 INFO O| Jul 08 00:02:33.560 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64852026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.568 INFO O| Jul 08 00:02:33.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest"
64862026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.568 INFO O| Jul 08 00:02:33.568 INFO STEP 376 (remove_files) COMPLETE
64872026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.568 INFO O| Jul 08 00:02:33.568 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64882026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.576 INFO O| Jul 08 00:02:33.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate"
64892026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.576 INFO O| Jul 08 00:02:33.576 INFO STEP 377 (remove_files) COMPLETE
64902026-07-08T00:02:34.591Z[ recovery-image] Jul 08 00:02:33.576 INFO O| Jul 08 00:02:33.576 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64912026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.583 INFO O| Jul 08 00:02:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap"
64922026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.583 INFO O| Jul 08 00:02:33.583 INFO STEP 378 (remove_files) COMPLETE
64932026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.583 INFO O| Jul 08 00:02:33.583 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64942026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.591 INFO O| Jul 08 00:02:33.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm"
64952026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.591 INFO O| Jul 08 00:02:33.591 INFO STEP 379 (remove_files) COMPLETE
64962026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.591 INFO O| Jul 08 00:02:33.591 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
64972026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.598 INFO O| Jul 08 00:02:33.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm"
64982026-07-08T00:02:34.610Z[ recovery-image] Jul 08 00:02:33.598 INFO O| Jul 08 00:02:33.598 INFO STEP 380 (remove_files) COMPLETE
64992026-07-08T00:02:34.611Z[ recovery-image] Jul 08 00:02:33.598 INFO O| Jul 08 00:02:33.598 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65002026-07-08T00:02:34.632Z[ recovery-image] Jul 08 00:02:33.605 INFO O| Jul 08 00:02:33.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk"
65012026-07-08T00:02:34.632Z[ recovery-image] Jul 08 00:02:33.605 INFO O| Jul 08 00:02:33.605 INFO STEP 381 (remove_files) COMPLETE
65022026-07-08T00:02:34.632Z[ recovery-image] Jul 08 00:02:33.605 INFO O| Jul 08 00:02:33.605 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65032026-07-08T00:02:34.632Z[ recovery-image] Jul 08 00:02:33.614 INFO O| Jul 08 00:02:33.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss"
65042026-07-08T00:02:34.632Z[ recovery-image] Jul 08 00:02:33.614 INFO O| Jul 08 00:02:33.614 INFO STEP 382 (remove_files) COMPLETE
65052026-07-08T00:02:34.632Z[ recovery-image] Jul 08 00:02:33.614 INFO O| Jul 08 00:02:33.614 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65062026-07-08T00:02:34.658Z[ recovery-image] Jul 08 00:02:33.622 INFO O| Jul 08 00:02:33.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell"
65072026-07-08T00:02:34.658Z[ recovery-image] Jul 08 00:02:33.622 INFO O| Jul 08 00:02:33.622 INFO STEP 383 (remove_files) COMPLETE
65082026-07-08T00:02:34.658Z[ recovery-image] Jul 08 00:02:33.622 INFO O| Jul 08 00:02:33.622 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65092026-07-08T00:02:34.658Z[ recovery-image] Jul 08 00:02:33.629 INFO O| Jul 08 00:02:33.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split"
65102026-07-08T00:02:34.658Z[ recovery-image] Jul 08 00:02:33.629 INFO O| Jul 08 00:02:33.629 INFO STEP 384 (remove_files) COMPLETE
65112026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.629 INFO O| Jul 08 00:02:33.629 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65122026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.636 INFO O| Jul 08 00:02:33.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3"
65132026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.636 INFO O| Jul 08 00:02:33.636 INFO STEP 385 (remove_files) COMPLETE
65142026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.636 INFO O| Jul 08 00:02:33.636 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65152026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.642 INFO O| Jul 08 00:02:33.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh"
65162026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.642 INFO O| Jul 08 00:02:33.642 INFO STEP 386 (remove_files) COMPLETE
65172026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.642 INFO O| Jul 08 00:02:33.642 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65182026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.650 INFO O| Jul 08 00:02:33.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add"
65192026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.650 INFO O| Jul 08 00:02:33.650 INFO STEP 387 (remove_files) COMPLETE
65202026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.650 INFO O| Jul 08 00:02:33.650 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65212026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.656 INFO O| Jul 08 00:02:33.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent"
65222026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.657 INFO O| Jul 08 00:02:33.656 INFO STEP 388 (remove_files) COMPLETE
65232026-07-08T00:02:34.659Z[ recovery-image] Jul 08 00:02:33.657 INFO O| Jul 08 00:02:33.657 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65242026-07-08T00:02:34.677Z[ recovery-image] Jul 08 00:02:33.663 INFO O| Jul 08 00:02:33.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id"
65252026-07-08T00:02:34.678Z[ recovery-image] Jul 08 00:02:33.663 INFO O| Jul 08 00:02:33.663 INFO STEP 389 (remove_files) COMPLETE
65262026-07-08T00:02:34.678Z[ recovery-image] Jul 08 00:02:33.663 INFO O| Jul 08 00:02:33.663 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65272026-07-08T00:02:34.678Z[ recovery-image] Jul 08 00:02:33.668 INFO O| Jul 08 00:02:33.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan"
65282026-07-08T00:02:34.678Z[ recovery-image] Jul 08 00:02:33.668 INFO O| Jul 08 00:02:33.668 INFO STEP 390 (remove_files) COMPLETE
65292026-07-08T00:02:34.678Z[ recovery-image] Jul 08 00:02:33.668 INFO O| Jul 08 00:02:33.668 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65302026-07-08T00:02:34.693Z[ recovery-image] Jul 08 00:02:33.676 INFO O| Jul 08 00:02:33.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings"
65312026-07-08T00:02:34.693Z[ recovery-image] Jul 08 00:02:33.676 INFO O| Jul 08 00:02:33.676 INFO STEP 391 (remove_files) COMPLETE
65322026-07-08T00:02:34.693Z[ recovery-image] Jul 08 00:02:33.676 INFO O| Jul 08 00:02:33.676 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65332026-07-08T00:02:34.693Z[ recovery-image] Jul 08 00:02:33.682 INFO O| Jul 08 00:02:33.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum"
65342026-07-08T00:02:34.694Z[ recovery-image] Jul 08 00:02:33.682 INFO O| Jul 08 00:02:33.682 INFO STEP 392 (remove_files) COMPLETE
65352026-07-08T00:02:34.694Z[ recovery-image] Jul 08 00:02:33.682 INFO O| Jul 08 00:02:33.682 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65362026-07-08T00:02:34.694Z[ recovery-image] Jul 08 00:02:33.688 INFO O| Jul 08 00:02:33.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs"
65372026-07-08T00:02:34.694Z[ recovery-image] Jul 08 00:02:33.688 INFO O| Jul 08 00:02:33.688 INFO STEP 393 (remove_files) COMPLETE
65382026-07-08T00:02:34.694Z[ recovery-image] Jul 08 00:02:33.688 INFO O| Jul 08 00:02:33.688 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65392026-07-08T00:02:34.707Z[ recovery-image] Jul 08 00:02:33.693 INFO O| Jul 08 00:02:33.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy"
65402026-07-08T00:02:34.707Z[ recovery-image] Jul 08 00:02:33.693 INFO O| Jul 08 00:02:33.693 INFO STEP 394 (remove_files) COMPLETE
65412026-07-08T00:02:34.707Z[ recovery-image] Jul 08 00:02:33.693 INFO O| Jul 08 00:02:33.693 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65422026-07-08T00:02:34.707Z[ recovery-image] Jul 08 00:02:33.701 INFO O| Jul 08 00:02:33.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test"
65432026-07-08T00:02:34.707Z[ recovery-image] Jul 08 00:02:33.701 INFO O| Jul 08 00:02:33.701 INFO STEP 395 (remove_files) COMPLETE
65442026-07-08T00:02:34.707Z[ recovery-image] Jul 08 00:02:33.701 INFO O| Jul 08 00:02:33.701 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65452026-07-08T00:02:34.717Z[ recovery-image] Jul 08 00:02:33.707 INFO O| Jul 08 00:02:33.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic"
65462026-07-08T00:02:34.717Z[ recovery-image] Jul 08 00:02:33.707 INFO O| Jul 08 00:02:33.707 INFO STEP 396 (remove_files) COMPLETE
65472026-07-08T00:02:34.717Z[ recovery-image] Jul 08 00:02:33.707 INFO O| Jul 08 00:02:33.707 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65482026-07-08T00:02:34.717Z[ recovery-image] Jul 08 00:02:33.713 INFO O| Jul 08 00:02:33.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time"
65492026-07-08T00:02:34.717Z[ recovery-image] Jul 08 00:02:33.713 INFO O| Jul 08 00:02:33.713 INFO STEP 397 (remove_files) COMPLETE
65502026-07-08T00:02:34.717Z[ recovery-image] Jul 08 00:02:33.713 INFO O| Jul 08 00:02:33.713 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65512026-07-08T00:02:34.725Z[ recovery-image] Jul 08 00:02:33.719 INFO O| Jul 08 00:02:33.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip"
65522026-07-08T00:02:34.726Z[ recovery-image] Jul 08 00:02:33.719 INFO O| Jul 08 00:02:33.719 INFO STEP 398 (remove_files) COMPLETE
65532026-07-08T00:02:34.726Z[ recovery-image] Jul 08 00:02:33.719 INFO O| Jul 08 00:02:33.719 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65542026-07-08T00:02:34.726Z[ recovery-image] Jul 08 00:02:33.725 INFO O| Jul 08 00:02:33.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib"
65552026-07-08T00:02:34.726Z[ recovery-image] Jul 08 00:02:33.725 INFO O| Jul 08 00:02:33.725 INFO STEP 399 (remove_files) COMPLETE
65562026-07-08T00:02:34.726Z[ recovery-image] Jul 08 00:02:33.725 INFO O| Jul 08 00:02:33.725 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65572026-07-08T00:02:34.784Z[ recovery-image] Jul 08 00:02:33.730 INFO O| Jul 08 00:02:33.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm"
65582026-07-08T00:02:34.784Z[ recovery-image] Jul 08 00:02:33.730 INFO O| Jul 08 00:02:33.730 INFO STEP 400 (remove_files) COMPLETE
65592026-07-08T00:02:34.784Z[ recovery-image] Jul 08 00:02:33.731 INFO O| Jul 08 00:02:33.730 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65602026-07-08T00:02:34.784Z[ recovery-image] Jul 08 00:02:33.738 INFO O| Jul 08 00:02:33.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail"
65612026-07-08T00:02:34.784Z[ recovery-image] Jul 08 00:02:33.738 INFO O| Jul 08 00:02:33.738 INFO STEP 401 (remove_files) COMPLETE
65622026-07-08T00:02:34.784Z[ recovery-image] Jul 08 00:02:33.738 INFO O| Jul 08 00:02:33.738 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65632026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.747 INFO O| Jul 08 00:02:33.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true"
65642026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.747 INFO O| Jul 08 00:02:33.747 INFO STEP 402 (remove_files) COMPLETE
65652026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.747 INFO O| Jul 08 00:02:33.747 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65662026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.755 INFO O| Jul 08 00:02:33.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty"
65672026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.755 INFO O| Jul 08 00:02:33.755 INFO STEP 403 (remove_files) COMPLETE
65682026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.755 INFO O| Jul 08 00:02:33.755 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65692026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.762 INFO O| Jul 08 00:02:33.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type"
65702026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.762 INFO O| Jul 08 00:02:33.762 INFO STEP 404 (remove_files) COMPLETE
65712026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.762 INFO O| Jul 08 00:02:33.762 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65722026-07-08T00:02:34.792Z[ recovery-image] Jul 08 00:02:33.769 INFO O| Jul 08 00:02:33.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect"
65732026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.769 INFO O| Jul 08 00:02:33.769 INFO STEP 405 (remove_files) COMPLETE
65742026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.769 INFO O| Jul 08 00:02:33.769 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65752026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.775 INFO O| Jul 08 00:02:33.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit"
65762026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.775 INFO O| Jul 08 00:02:33.775 INFO STEP 406 (remove_files) COMPLETE
65772026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.775 INFO O| Jul 08 00:02:33.775 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65782026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.784 INFO O| Jul 08 00:02:33.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask"
65792026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.784 INFO O| Jul 08 00:02:33.784 INFO STEP 407 (remove_files) COMPLETE
65802026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.784 INFO O| Jul 08 00:02:33.784 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65812026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.792 INFO O| Jul 08 00:02:33.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias"
65822026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.792 INFO O| Jul 08 00:02:33.792 INFO STEP 408 (remove_files) COMPLETE
65832026-07-08T00:02:34.793Z[ recovery-image] Jul 08 00:02:33.792 INFO O| Jul 08 00:02:33.792 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65842026-07-08T00:02:34.802Z[ recovery-image] Jul 08 00:02:33.799 INFO O| Jul 08 00:02:33.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress"
65852026-07-08T00:02:34.802Z[ recovery-image] Jul 08 00:02:33.799 INFO O| Jul 08 00:02:33.799 INFO STEP 409 (remove_files) COMPLETE
65862026-07-08T00:02:34.802Z[ recovery-image] Jul 08 00:02:33.799 INFO O| Jul 08 00:02:33.799 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65872026-07-08T00:02:34.811Z[ recovery-image] Jul 08 00:02:33.807 INFO O| Jul 08 00:02:33.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand"
65882026-07-08T00:02:34.811Z[ recovery-image] Jul 08 00:02:33.807 INFO O| Jul 08 00:02:33.807 INFO STEP 410 (remove_files) COMPLETE
65892026-07-08T00:02:34.811Z[ recovery-image] Jul 08 00:02:33.807 INFO O| Jul 08 00:02:33.807 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65902026-07-08T00:02:34.819Z[ recovery-image] Jul 08 00:02:33.814 INFO O| Jul 08 00:02:33.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq"
65912026-07-08T00:02:34.819Z[ recovery-image] Jul 08 00:02:33.814 INFO O| Jul 08 00:02:33.814 INFO STEP 411 (remove_files) COMPLETE
65922026-07-08T00:02:34.819Z[ recovery-image] Jul 08 00:02:33.814 INFO O| Jul 08 00:02:33.814 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65932026-07-08T00:02:34.826Z[ recovery-image] Jul 08 00:02:33.822 INFO O| Jul 08 00:02:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units"
65942026-07-08T00:02:34.826Z[ recovery-image] Jul 08 00:02:33.822 INFO O| Jul 08 00:02:33.822 INFO STEP 412 (remove_files) COMPLETE
65952026-07-08T00:02:34.826Z[ recovery-image] Jul 08 00:02:33.822 INFO O| Jul 08 00:02:33.822 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65962026-07-08T00:02:34.834Z[ recovery-image] Jul 08 00:02:33.830 INFO O| Jul 08 00:02:33.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos"
65972026-07-08T00:02:34.834Z[ recovery-image] Jul 08 00:02:33.830 INFO O| Jul 08 00:02:33.830 INFO STEP 413 (remove_files) COMPLETE
65982026-07-08T00:02:34.834Z[ recovery-image] Jul 08 00:02:33.830 INFO O| Jul 08 00:02:33.830 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
65992026-07-08T00:02:34.842Z[ recovery-image] Jul 08 00:02:33.836 INFO O| Jul 08 00:02:33.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack"
66002026-07-08T00:02:34.843Z[ recovery-image] Jul 08 00:02:33.837 INFO O| Jul 08 00:02:33.836 INFO STEP 414 (remove_files) COMPLETE
66012026-07-08T00:02:34.843Z[ recovery-image] Jul 08 00:02:33.837 INFO O| Jul 08 00:02:33.836 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66022026-07-08T00:02:34.843Z[ recovery-image] Jul 08 00:02:33.843 INFO O| Jul 08 00:02:33.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr"
66032026-07-08T00:02:34.843Z[ recovery-image] Jul 08 00:02:33.843 INFO O| Jul 08 00:02:33.843 INFO STEP 415 (remove_files) COMPLETE
66042026-07-08T00:02:34.843Z[ recovery-image] Jul 08 00:02:33.843 INFO O| Jul 08 00:02:33.843 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66052026-07-08T00:02:34.851Z[ recovery-image] Jul 08 00:02:33.851 INFO O| Jul 08 00:02:33.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode"
66062026-07-08T00:02:34.851Z[ recovery-image] Jul 08 00:02:33.852 INFO O| Jul 08 00:02:33.851 INFO STEP 416 (remove_files) COMPLETE
66072026-07-08T00:02:34.851Z[ recovery-image] Jul 08 00:02:33.852 INFO O| Jul 08 00:02:33.851 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66082026-07-08T00:02:34.861Z[ recovery-image] Jul 08 00:02:33.858 INFO O| Jul 08 00:02:33.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode"
66092026-07-08T00:02:34.861Z[ recovery-image] Jul 08 00:02:33.858 INFO O| Jul 08 00:02:33.858 INFO STEP 417 (remove_files) COMPLETE
66102026-07-08T00:02:34.861Z[ recovery-image] Jul 08 00:02:33.858 INFO O| Jul 08 00:02:33.858 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66112026-07-08T00:02:34.873Z[ recovery-image] Jul 08 00:02:33.865 INFO O| Jul 08 00:02:33.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen"
66122026-07-08T00:02:34.873Z[ recovery-image] Jul 08 00:02:33.865 INFO O| Jul 08 00:02:33.865 INFO STEP 418 (remove_files) COMPLETE
66132026-07-08T00:02:34.873Z[ recovery-image] Jul 08 00:02:33.865 INFO O| Jul 08 00:02:33.865 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66142026-07-08T00:02:34.873Z[ recovery-image] Jul 08 00:02:33.872 INFO O| Jul 08 00:02:33.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit"
66152026-07-08T00:02:34.873Z[ recovery-image] Jul 08 00:02:33.872 INFO O| Jul 08 00:02:33.872 INFO STEP 419 (remove_files) COMPLETE
66162026-07-08T00:02:34.873Z[ recovery-image] Jul 08 00:02:33.872 INFO O| Jul 08 00:02:33.872 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66172026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.879 INFO O| Jul 08 00:02:33.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim"
66182026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.879 INFO O| Jul 08 00:02:33.879 INFO STEP 420 (remove_files) COMPLETE
66192026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.879 INFO O| Jul 08 00:02:33.879 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66202026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.887 INFO O| Jul 08 00:02:33.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor"
66212026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.887 INFO O| Jul 08 00:02:33.887 INFO STEP 421 (remove_files) COMPLETE
66222026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.887 INFO O| Jul 08 00:02:33.887 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66232026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.894 INFO O| Jul 08 00:02:33.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat"
66242026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.894 INFO O| Jul 08 00:02:33.894 INFO STEP 422 (remove_files) COMPLETE
66252026-07-08T00:02:34.894Z[ recovery-image] Jul 08 00:02:33.894 INFO O| Jul 08 00:02:33.894 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66262026-07-08T00:02:34.903Z[ recovery-image] Jul 08 00:02:33.902 INFO O| Jul 08 00:02:33.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt"
66272026-07-08T00:02:34.903Z[ recovery-image] Jul 08 00:02:33.902 INFO O| Jul 08 00:02:33.902 INFO STEP 423 (remove_files) COMPLETE
66282026-07-08T00:02:34.903Z[ recovery-image] Jul 08 00:02:33.902 INFO O| Jul 08 00:02:33.902 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66292026-07-08T00:02:34.911Z[ recovery-image] Jul 08 00:02:33.909 INFO O| Jul 08 00:02:33.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w"
66302026-07-08T00:02:34.911Z[ recovery-image] Jul 08 00:02:33.909 INFO O| Jul 08 00:02:33.909 INFO STEP 424 (remove_files) COMPLETE
66312026-07-08T00:02:34.911Z[ recovery-image] Jul 08 00:02:33.909 INFO O| Jul 08 00:02:33.909 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66322026-07-08T00:02:35.145Z[ recovery-image] Jul 08 00:02:33.917 INFO O| Jul 08 00:02:33.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait"
66332026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.917 INFO O| Jul 08 00:02:33.917 INFO STEP 425 (remove_files) COMPLETE
66342026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.917 INFO O| Jul 08 00:02:33.917 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66352026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.924 INFO O| Jul 08 00:02:33.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch"
66362026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.924 INFO O| Jul 08 00:02:33.924 INFO STEP 426 (remove_files) COMPLETE
66372026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.924 INFO O| Jul 08 00:02:33.924 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66382026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.930 INFO O| Jul 08 00:02:33.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc"
66392026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.930 INFO O| Jul 08 00:02:33.930 INFO STEP 427 (remove_files) COMPLETE
66402026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.930 INFO O| Jul 08 00:02:33.930 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66412026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.937 INFO O| Jul 08 00:02:33.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which"
66422026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.937 INFO O| Jul 08 00:02:33.937 INFO STEP 428 (remove_files) COMPLETE
66432026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.937 INFO O| Jul 08 00:02:33.937 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66442026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.946 INFO O| Jul 08 00:02:33.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls"
66452026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.946 INFO O| Jul 08 00:02:33.946 INFO STEP 429 (remove_files) COMPLETE
66462026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.946 INFO O| Jul 08 00:02:33.946 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66472026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.953 INFO O| Jul 08 00:02:33.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct"
66482026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.953 INFO O| Jul 08 00:02:33.953 INFO STEP 430 (remove_files) COMPLETE
66492026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.953 INFO O| Jul 08 00:02:33.953 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66502026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.961 INFO O| Jul 08 00:02:33.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write"
66512026-07-08T00:02:35.146Z[ recovery-image] Jul 08 00:02:33.961 INFO O| Jul 08 00:02:33.961 INFO STEP 431 (remove_files) COMPLETE
66522026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.961 INFO O| Jul 08 00:02:33.961 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66532026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.968 INFO O| Jul 08 00:02:33.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs"
66542026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.968 INFO O| Jul 08 00:02:33.968 INFO STEP 432 (remove_files) COMPLETE
66552026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.968 INFO O| Jul 08 00:02:33.968 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66562026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.975 INFO O| Jul 08 00:02:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config"
66572026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.975 INFO O| Jul 08 00:02:33.975 INFO STEP 433 (remove_files) COMPLETE
66582026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.975 INFO O| Jul 08 00:02:33.975 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66592026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.981 INFO O| Jul 08 00:02:33.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog"
66602026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.981 INFO O| Jul 08 00:02:33.981 INFO STEP 434 (remove_files) COMPLETE
66612026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.981 INFO O| Jul 08 00:02:33.981 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66622026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.989 INFO O| Jul 08 00:02:33.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint"
66632026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.989 INFO O| Jul 08 00:02:33.989 INFO STEP 435 (remove_files) COMPLETE
66642026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.989 INFO O| Jul 08 00:02:33.989 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66652026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.997 INFO O| Jul 08 00:02:33.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf"
66662026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.997 INFO O| Jul 08 00:02:33.997 INFO STEP 436 (remove_files) COMPLETE
66672026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:33.997 INFO O| Jul 08 00:02:33.997 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66682026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.005 INFO O| Jul 08 00:02:34.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr"
66692026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.005 INFO O| Jul 08 00:02:34.005 INFO STEP 437 (remove_files) COMPLETE
66702026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.005 INFO O| Jul 08 00:02:34.005 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66712026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.014 INFO O| Jul 08 00:02:34.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd"
66722026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.014 INFO O| Jul 08 00:02:34.014 INFO STEP 438 (remove_files) COMPLETE
66732026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.014 INFO O| Jul 08 00:02:34.014 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66742026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.022 INFO O| Jul 08 00:02:34.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz"
66752026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.022 INFO O| Jul 08 00:02:34.022 INFO STEP 439 (remove_files) COMPLETE
66762026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.022 INFO O| Jul 08 00:02:34.022 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66772026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.030 INFO O| Jul 08 00:02:34.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec"
66782026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.030 INFO O| Jul 08 00:02:34.030 INFO STEP 440 (remove_files) COMPLETE
66792026-07-08T00:02:35.147Z[ recovery-image] Jul 08 00:02:34.030 INFO O| Jul 08 00:02:34.030 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66802026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.037 INFO O| Jul 08 00:02:34.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff"
66812026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.037 INFO O| Jul 08 00:02:34.037 INFO STEP 441 (remove_files) COMPLETE
66822026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.037 INFO O| Jul 08 00:02:34.037 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66832026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.046 INFO O| Jul 08 00:02:34.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep"
66842026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.046 INFO O| Jul 08 00:02:34.046 INFO STEP 442 (remove_files) COMPLETE
66852026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.046 INFO O| Jul 08 00:02:34.046 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66862026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.054 INFO O| Jul 08 00:02:34.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless"
66872026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.054 INFO O| Jul 08 00:02:34.054 INFO STEP 443 (remove_files) COMPLETE
66882026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.054 INFO O| Jul 08 00:02:34.054 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66892026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.061 INFO O| Jul 08 00:02:34.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore"
66902026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.061 INFO O| Jul 08 00:02:34.061 INFO STEP 444 (remove_files) COMPLETE
66912026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.061 INFO O| Jul 08 00:02:34.061 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66922026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.068 INFO O| Jul 08 00:02:34.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes"
66932026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.068 INFO O| Jul 08 00:02:34.068 INFO STEP 445 (remove_files) COMPLETE
66942026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.068 INFO O| Jul 08 00:02:34.068 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66952026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.074 INFO O| Jul 08 00:02:34.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat"
66962026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.074 INFO O| Jul 08 00:02:34.074 INFO STEP 446 (remove_files) COMPLETE
66972026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.074 INFO O| Jul 08 00:02:34.074 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
66982026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.080 INFO O| Jul 08 00:02:34.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat"
66992026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.080 INFO O| Jul 08 00:02:34.080 INFO STEP 447 (remove_files) COMPLETE
67002026-07-08T00:02:35.148Z[ recovery-image] Jul 08 00:02:34.080 INFO O| Jul 08 00:02:34.080 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67012026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.087 INFO O| Jul 08 00:02:34.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd"
67022026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.087 INFO O| Jul 08 00:02:34.087 INFO STEP 448 (remove_files) COMPLETE
67032026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.087 INFO O| Jul 08 00:02:34.087 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67042026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.093 INFO O| Jul 08 00:02:34.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep"
67052026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.093 INFO O| Jul 08 00:02:34.093 INFO STEP 449 (remove_files) COMPLETE
67062026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.093 INFO O| Jul 08 00:02:34.093 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67072026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.100 INFO O| Jul 08 00:02:34.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless"
67082026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.100 INFO O| Jul 08 00:02:34.100 INFO STEP 450 (remove_files) COMPLETE
67092026-07-08T00:02:35.149Z[ recovery-image] Jul 08 00:02:34.100 INFO O| Jul 08 00:02:34.100 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67102026-07-08T00:02:35.176Z[ recovery-image] Jul 08 00:02:34.109 INFO O| Jul 08 00:02:34.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
67112026-07-08T00:02:35.176Z[ recovery-image] Jul 08 00:02:34.109 INFO O| Jul 08 00:02:34.109 INFO STEP 451 (remove_files) COMPLETE
67122026-07-08T00:02:35.176Z[ recovery-image] Jul 08 00:02:34.109 INFO O| Jul 08 00:02:34.109 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67132026-07-08T00:02:35.176Z[ recovery-image] Jul 08 00:02:34.116 INFO O| Jul 08 00:02:34.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
67142026-07-08T00:02:35.176Z[ recovery-image] Jul 08 00:02:34.116 INFO O| Jul 08 00:02:34.116 INFO STEP 452 (remove_files) COMPLETE
67152026-07-08T00:02:35.176Z[ recovery-image] Jul 08 00:02:34.116 INFO O| Jul 08 00:02:34.116 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67162026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.124 INFO O| Jul 08 00:02:34.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
67172026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.124 INFO O| Jul 08 00:02:34.124 INFO STEP 453 (remove_files) COMPLETE
67182026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.124 INFO O| Jul 08 00:02:34.124 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67192026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.130 INFO O| Jul 08 00:02:34.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
67202026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.130 INFO O| Jul 08 00:02:34.130 INFO STEP 454 (remove_files) COMPLETE
67212026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.130 INFO O| Jul 08 00:02:34.130 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67222026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.137 INFO O| Jul 08 00:02:34.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
67232026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.137 INFO O| Jul 08 00:02:34.137 INFO STEP 455 (remove_files) COMPLETE
67242026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.137 INFO O| Jul 08 00:02:34.137 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67252026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.146 INFO O| Jul 08 00:02:34.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
67262026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.146 INFO O| Jul 08 00:02:34.146 INFO STEP 456 (remove_files) COMPLETE
67272026-07-08T00:02:35.177Z[ recovery-image] Jul 08 00:02:34.146 INFO O| Jul 08 00:02:34.146 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67282026-07-08T00:02:35.183Z[ recovery-image] Jul 08 00:02:34.156 INFO O| Jul 08 00:02:34.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
67292026-07-08T00:02:35.183Z[ recovery-image] Jul 08 00:02:34.156 INFO O| Jul 08 00:02:34.156 INFO STEP 457 (remove_files) COMPLETE
67302026-07-08T00:02:35.183Z[ recovery-image] Jul 08 00:02:34.156 INFO O| Jul 08 00:02:34.156 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67312026-07-08T00:02:35.183Z[ recovery-image] Jul 08 00:02:34.165 INFO O| Jul 08 00:02:34.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
67322026-07-08T00:02:35.183Z[ recovery-image] Jul 08 00:02:34.165 INFO O| Jul 08 00:02:34.165 INFO STEP 458 (remove_files) COMPLETE
67332026-07-08T00:02:35.212Z[ recovery-image] Jul 08 00:02:34.165 INFO O| Jul 08 00:02:34.165 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67342026-07-08T00:02:35.212Z[ recovery-image] Jul 08 00:02:34.176 INFO O| Jul 08 00:02:34.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
67352026-07-08T00:02:35.212Z[ recovery-image] Jul 08 00:02:34.176 INFO O| Jul 08 00:02:34.175 INFO STEP 459 (remove_files) COMPLETE
67362026-07-08T00:02:35.212Z[ recovery-image] Jul 08 00:02:34.176 INFO O| Jul 08 00:02:34.175 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67372026-07-08T00:02:35.212Z[ recovery-image] Jul 08 00:02:34.186 INFO O| Jul 08 00:02:34.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
67382026-07-08T00:02:35.212Z[ recovery-image] Jul 08 00:02:34.186 INFO O| Jul 08 00:02:34.184 INFO STEP 460 (remove_files) COMPLETE
67392026-07-08T00:02:35.212Z[ recovery-image] Jul 08 00:02:34.186 INFO O| Jul 08 00:02:34.184 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67402026-07-08T00:02:35.220Z[ recovery-image] Jul 08 00:02:34.194 INFO O| Jul 08 00:02:34.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
67412026-07-08T00:02:35.223Z[ recovery-image] Jul 08 00:02:34.194 INFO O| Jul 08 00:02:34.192 INFO STEP 461 (remove_files) COMPLETE
67422026-07-08T00:02:35.223Z[ recovery-image] Jul 08 00:02:34.194 INFO O| Jul 08 00:02:34.192 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67432026-07-08T00:02:35.223Z[ recovery-image] Jul 08 00:02:34.202 INFO O| Jul 08 00:02:34.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
67442026-07-08T00:02:35.223Z[ recovery-image] Jul 08 00:02:34.202 INFO O| Jul 08 00:02:34.200 INFO STEP 462 (remove_files) COMPLETE
67452026-07-08T00:02:35.223Z[ recovery-image] Jul 08 00:02:34.202 INFO O| Jul 08 00:02:34.200 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67462026-07-08T00:02:35.224Z[ recovery-image] Jul 08 00:02:34.212 INFO O| Jul 08 00:02:34.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9"
67472026-07-08T00:02:35.224Z[ recovery-image] Jul 08 00:02:34.214 INFO O| Jul 08 00:02:34.213 INFO STEP 463 (remove_files) COMPLETE
67482026-07-08T00:02:35.224Z[ recovery-image] Jul 08 00:02:34.214 INFO O| Jul 08 00:02:34.213 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67492026-07-08T00:02:35.224Z[ recovery-image] Jul 08 00:02:34.223 INFO O| Jul 08 00:02:34.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9"
67502026-07-08T00:02:35.229Z[ recovery-image] Jul 08 00:02:34.223 INFO O| Jul 08 00:02:34.222 INFO STEP 464 (remove_files) COMPLETE
67512026-07-08T00:02:35.229Z[ recovery-image] Jul 08 00:02:34.223 INFO O| Jul 08 00:02:34.222 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67522026-07-08T00:02:35.234Z[ recovery-image] Jul 08 00:02:34.233 INFO O| Jul 08 00:02:34.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9"
67532026-07-08T00:02:35.234Z[ recovery-image] Jul 08 00:02:34.233 INFO O| Jul 08 00:02:34.233 INFO STEP 465 (remove_files) COMPLETE
67542026-07-08T00:02:35.234Z[ recovery-image] Jul 08 00:02:34.233 INFO O| Jul 08 00:02:34.233 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67552026-07-08T00:02:35.294Z[ recovery-image] Jul 08 00:02:34.244 INFO O| Jul 08 00:02:34.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags"
67562026-07-08T00:02:35.294Z[ recovery-image] Jul 08 00:02:34.244 INFO O| Jul 08 00:02:34.244 INFO STEP 466 (remove_files) COMPLETE
67572026-07-08T00:02:35.363Z[ recovery-image] Jul 08 00:02:34.244 INFO O| Jul 08 00:02:34.244 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67582026-07-08T00:02:35.363Z[ recovery-image] Jul 08 00:02:34.254 INFO O| Jul 08 00:02:34.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit"
67592026-07-08T00:02:35.363Z[ recovery-image] Jul 08 00:02:34.254 INFO O| Jul 08 00:02:34.254 INFO STEP 467 (remove_files) COMPLETE
67602026-07-08T00:02:35.363Z[ recovery-image] Jul 08 00:02:34.254 INFO O| Jul 08 00:02:34.254 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67612026-07-08T00:02:35.363Z[ recovery-image] Jul 08 00:02:34.265 INFO O| Jul 08 00:02:34.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex"
67622026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.265 INFO O| Jul 08 00:02:34.265 INFO STEP 468 (remove_files) COMPLETE
67632026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.265 INFO O| Jul 08 00:02:34.265 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67642026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.275 INFO O| Jul 08 00:02:34.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh"
67652026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.275 INFO O| Jul 08 00:02:34.275 INFO STEP 469 (remove_files) COMPLETE
67662026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.275 INFO O| Jul 08 00:02:34.275 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67672026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.285 INFO O| Jul 08 00:02:34.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh"
67682026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.285 INFO O| Jul 08 00:02:34.285 INFO STEP 470 (remove_files) COMPLETE
67692026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.285 INFO O| Jul 08 00:02:34.285 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67702026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.294 INFO O| Jul 08 00:02:34.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit"
67712026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.294 INFO O| Jul 08 00:02:34.294 INFO STEP 471 (remove_files) COMPLETE
67722026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.294 INFO O| Jul 08 00:02:34.294 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67732026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.304 INFO O| Jul 08 00:02:34.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi"
67742026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.304 INFO O| Jul 08 00:02:34.304 INFO STEP 472 (remove_files) COMPLETE
67752026-07-08T00:02:35.364Z[ recovery-image] Jul 08 00:02:34.304 INFO O| Jul 08 00:02:34.304 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67762026-07-08T00:02:35.369Z[ recovery-image] Jul 08 00:02:34.314 INFO O| Jul 08 00:02:34.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view"
67772026-07-08T00:02:35.369Z[ recovery-image] Jul 08 00:02:34.314 INFO O| Jul 08 00:02:34.314 INFO STEP 473 (remove_files) COMPLETE
67782026-07-08T00:02:35.369Z[ recovery-image] Jul 08 00:02:34.314 INFO O| Jul 08 00:02:34.314 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67792026-07-08T00:02:35.369Z[ recovery-image] Jul 08 00:02:34.324 INFO O| Jul 08 00:02:34.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhsmp"
67802026-07-08T00:02:35.369Z[ recovery-image] Jul 08 00:02:34.325 INFO O| Jul 08 00:02:34.325 INFO STEP 474 (remove_files) COMPLETE
67812026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.325 INFO O| Jul 08 00:02:34.325 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67822026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.335 INFO O| Jul 08 00:02:34.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usmn"
67832026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.335 INFO O| Jul 08 00:02:34.335 INFO STEP 475 (remove_files) COMPLETE
67842026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.335 INFO O| Jul 08 00:02:34.335 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67852026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.346 INFO O| Jul 08 00:02:34.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/zen_udf"
67862026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.346 INFO O| Jul 08 00:02:34.346 INFO STEP 476 (remove_files) COMPLETE
67872026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.346 INFO O| Jul 08 00:02:34.346 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67882026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.355 INFO O| Jul 08 00:02:34.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux"
67892026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.363 INFO O| Jul 08 00:02:34.363 INFO STEP 477 (remove_files) COMPLETE
67902026-07-08T00:02:35.370Z[ recovery-image] Jul 08 00:02:34.363 INFO O| Jul 08 00:02:34.363 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67912026-07-08T00:02:35.375Z[ recovery-image] Jul 08 00:02:34.372 INFO O| Jul 08 00:02:34.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool"
67922026-07-08T00:02:35.376Z[ recovery-image] Jul 08 00:02:34.372 INFO O| Jul 08 00:02:34.372 INFO STEP 478 (remove_files) COMPLETE
67932026-07-08T00:02:35.376Z[ recovery-image] Jul 08 00:02:34.372 INFO O| Jul 08 00:02:34.372 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67942026-07-08T00:02:35.381Z[ recovery-image] Jul 08 00:02:34.381 INFO O| Jul 08 00:02:34.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt"
67952026-07-08T00:02:35.381Z[ recovery-image] Jul 08 00:02:34.381 INFO O| Jul 08 00:02:34.381 INFO STEP 479 (remove_files) COMPLETE
67962026-07-08T00:02:35.386Z[ recovery-image] Jul 08 00:02:34.381 INFO O| Jul 08 00:02:34.381 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
67972026-07-08T00:02:35.391Z[ recovery-image] Jul 08 00:02:34.390 INFO O| Jul 08 00:02:34.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm"
67982026-07-08T00:02:35.391Z[ recovery-image] Jul 08 00:02:34.390 INFO O| Jul 08 00:02:34.390 INFO STEP 480 (remove_files) COMPLETE
67992026-07-08T00:02:35.391Z[ recovery-image] Jul 08 00:02:34.390 INFO O| Jul 08 00:02:34.390 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68002026-07-08T00:02:35.398Z[ recovery-image] Jul 08 00:02:34.398 INFO O| Jul 08 00:02:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts"
68012026-07-08T00:02:35.398Z[ recovery-image] Jul 08 00:02:34.398 INFO O| Jul 08 00:02:34.398 INFO STEP 481 (remove_files) COMPLETE
68022026-07-08T00:02:35.398Z[ recovery-image] Jul 08 00:02:34.398 INFO O| Jul 08 00:02:34.398 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68032026-07-08T00:02:35.405Z[ recovery-image] Jul 08 00:02:34.406 INFO O| Jul 08 00:02:34.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons"
68042026-07-08T00:02:35.405Z[ recovery-image] Jul 08 00:02:34.406 INFO O| Jul 08 00:02:34.406 INFO STEP 482 (remove_files) COMPLETE
68052026-07-08T00:02:35.413Z[ recovery-image] Jul 08 00:02:34.406 INFO O| Jul 08 00:02:34.406 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68062026-07-08T00:02:35.423Z[ recovery-image] Jul 08 00:02:34.415 INFO O| Jul 08 00:02:34.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf"
68072026-07-08T00:02:35.423Z[ recovery-image] Jul 08 00:02:34.415 INFO O| Jul 08 00:02:34.415 INFO STEP 483 (remove_files) COMPLETE
68082026-07-08T00:02:35.423Z[ recovery-image] Jul 08 00:02:34.415 INFO O| Jul 08 00:02:34.415 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68092026-07-08T00:02:35.431Z[ recovery-image] Jul 08 00:02:34.425 INFO O| Jul 08 00:02:34.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf"
68102026-07-08T00:02:35.431Z[ recovery-image] Jul 08 00:02:34.425 INFO O| Jul 08 00:02:34.425 INFO STEP 484 (remove_files) COMPLETE
68112026-07-08T00:02:35.431Z[ recovery-image] Jul 08 00:02:34.425 INFO O| Jul 08 00:02:34.425 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68122026-07-08T00:02:35.440Z[ recovery-image] Jul 08 00:02:34.435 INFO O| Jul 08 00:02:34.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf"
68132026-07-08T00:02:35.440Z[ recovery-image] Jul 08 00:02:34.435 INFO O| Jul 08 00:02:34.435 INFO STEP 485 (remove_files) COMPLETE
68142026-07-08T00:02:35.440Z[ recovery-image] Jul 08 00:02:34.435 INFO O| Jul 08 00:02:34.435 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68152026-07-08T00:02:35.445Z[ recovery-image] Jul 08 00:02:34.445 INFO O| Jul 08 00:02:34.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf"
68162026-07-08T00:02:35.445Z[ recovery-image] Jul 08 00:02:34.445 INFO O| Jul 08 00:02:34.445 INFO STEP 486 (remove_files) COMPLETE
68172026-07-08T00:02:35.445Z[ recovery-image] Jul 08 00:02:34.445 INFO O| Jul 08 00:02:34.445 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68182026-07-08T00:02:35.455Z[ recovery-image] Jul 08 00:02:34.455 INFO O| Jul 08 00:02:34.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf"
68192026-07-08T00:02:35.455Z[ recovery-image] Jul 08 00:02:34.455 INFO O| Jul 08 00:02:34.455 INFO STEP 487 (remove_files) COMPLETE
68202026-07-08T00:02:35.455Z[ recovery-image] Jul 08 00:02:34.455 INFO O| Jul 08 00:02:34.455 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68212026-07-08T00:02:35.466Z[ recovery-image] Jul 08 00:02:34.465 INFO O| Jul 08 00:02:34.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf"
68222026-07-08T00:02:35.466Z[ recovery-image] Jul 08 00:02:34.465 INFO O| Jul 08 00:02:34.465 INFO STEP 488 (remove_files) COMPLETE
68232026-07-08T00:02:35.466Z[ recovery-image] Jul 08 00:02:34.465 INFO O| Jul 08 00:02:34.465 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68242026-07-08T00:02:35.475Z[ recovery-image] Jul 08 00:02:34.474 INFO O| Jul 08 00:02:34.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf"
68252026-07-08T00:02:35.475Z[ recovery-image] Jul 08 00:02:34.474 INFO O| Jul 08 00:02:34.474 INFO STEP 489 (remove_files) COMPLETE
68262026-07-08T00:02:35.475Z[ recovery-image] Jul 08 00:02:34.474 INFO O| Jul 08 00:02:34.474 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68272026-07-08T00:02:35.486Z[ recovery-image] Jul 08 00:02:34.483 INFO O| Jul 08 00:02:34.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec"
68282026-07-08T00:02:35.486Z[ recovery-image] Jul 08 00:02:34.483 INFO O| Jul 08 00:02:34.483 INFO STEP 490 (remove_files) COMPLETE
68292026-07-08T00:02:35.486Z[ recovery-image] Jul 08 00:02:34.483 INFO O| Jul 08 00:02:34.483 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68302026-07-08T00:02:35.496Z[ recovery-image] Jul 08 00:02:34.493 INFO O| Jul 08 00:02:34.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec"
68312026-07-08T00:02:35.496Z[ recovery-image] Jul 08 00:02:34.493 INFO O| Jul 08 00:02:34.493 INFO STEP 491 (remove_files) COMPLETE
68322026-07-08T00:02:35.496Z[ recovery-image] Jul 08 00:02:34.493 INFO O| Jul 08 00:02:34.493 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68332026-07-08T00:02:35.506Z[ recovery-image] Jul 08 00:02:34.502 INFO O| Jul 08 00:02:34.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs"
68342026-07-08T00:02:35.506Z[ recovery-image] Jul 08 00:02:34.502 INFO O| Jul 08 00:02:34.502 INFO STEP 492 (remove_files) COMPLETE
68352026-07-08T00:02:35.506Z[ recovery-image] Jul 08 00:02:34.502 INFO O| Jul 08 00:02:34.502 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68362026-07-08T00:02:35.514Z[ recovery-image] Jul 08 00:02:34.511 INFO O| Jul 08 00:02:34.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs"
68372026-07-08T00:02:35.514Z[ recovery-image] Jul 08 00:02:34.511 INFO O| Jul 08 00:02:34.511 INFO STEP 493 (remove_files) COMPLETE
68382026-07-08T00:02:35.514Z[ recovery-image] Jul 08 00:02:34.511 INFO O| Jul 08 00:02:34.511 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68392026-07-08T00:02:35.529Z[ recovery-image] Jul 08 00:02:34.521 INFO O| Jul 08 00:02:34.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb"
68402026-07-08T00:02:35.529Z[ recovery-image] Jul 08 00:02:34.521 INFO O| Jul 08 00:02:34.521 INFO STEP 494 (remove_files) COMPLETE
68412026-07-08T00:02:35.529Z[ recovery-image] Jul 08 00:02:34.521 INFO O| Jul 08 00:02:34.521 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68422026-07-08T00:02:35.541Z[ recovery-image] Jul 08 00:02:34.531 INFO O| Jul 08 00:02:34.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs"
68432026-07-08T00:02:35.541Z[ recovery-image] Jul 08 00:02:34.531 INFO O| Jul 08 00:02:34.531 INFO STEP 495 (remove_files) COMPLETE
68442026-07-08T00:02:35.541Z[ recovery-image] Jul 08 00:02:34.531 INFO O| Jul 08 00:02:34.531 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68452026-07-08T00:02:35.541Z[ recovery-image] Jul 08 00:02:34.541 INFO O| Jul 08 00:02:34.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
68462026-07-08T00:02:35.541Z[ recovery-image] Jul 08 00:02:34.541 INFO O| Jul 08 00:02:34.541 INFO STEP 496 (remove_files) COMPLETE
68472026-07-08T00:02:35.541Z[ recovery-image] Jul 08 00:02:34.541 INFO O| Jul 08 00:02:34.541 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68482026-07-08T00:02:35.551Z[ recovery-image] Jul 08 00:02:34.551 INFO O| Jul 08 00:02:34.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
68492026-07-08T00:02:35.551Z[ recovery-image] Jul 08 00:02:34.551 INFO O| Jul 08 00:02:34.551 INFO STEP 497 (remove_files) COMPLETE
68502026-07-08T00:02:35.551Z[ recovery-image] Jul 08 00:02:34.551 INFO O| Jul 08 00:02:34.551 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68512026-07-08T00:02:35.564Z[ recovery-image] Jul 08 00:02:34.561 INFO O| Jul 08 00:02:34.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA"
68522026-07-08T00:02:35.564Z[ recovery-image] Jul 08 00:02:34.561 INFO O| Jul 08 00:02:34.561 INFO STEP 498 (remove_files) COMPLETE
68532026-07-08T00:02:35.564Z[ recovery-image] Jul 08 00:02:34.561 INFO O| Jul 08 00:02:34.561 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68542026-07-08T00:02:35.575Z[ recovery-image] Jul 08 00:02:34.570 INFO O| Jul 08 00:02:34.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT"
68552026-07-08T00:02:35.575Z[ recovery-image] Jul 08 00:02:34.570 INFO O| Jul 08 00:02:34.570 INFO STEP 499 (remove_files) COMPLETE
68562026-07-08T00:02:35.575Z[ recovery-image] Jul 08 00:02:34.570 INFO O| Jul 08 00:02:34.570 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68572026-07-08T00:02:35.583Z[ recovery-image] Jul 08 00:02:34.580 INFO O| Jul 08 00:02:34.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
68582026-07-08T00:02:35.583Z[ recovery-image] Jul 08 00:02:34.580 INFO O| Jul 08 00:02:34.580 INFO STEP 500 (remove_files) COMPLETE
68592026-07-08T00:02:35.584Z[ recovery-image] Jul 08 00:02:34.580 INFO O| Jul 08 00:02:34.580 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68602026-07-08T00:02:35.592Z[ recovery-image] Jul 08 00:02:34.590 INFO O| Jul 08 00:02:34.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod"
68612026-07-08T00:02:35.592Z[ recovery-image] Jul 08 00:02:34.590 INFO O| Jul 08 00:02:34.590 INFO STEP 501 (remove_files) COMPLETE
68622026-07-08T00:02:35.592Z[ recovery-image] Jul 08 00:02:34.590 INFO O| Jul 08 00:02:34.590 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68632026-07-08T00:02:35.600Z[ recovery-image] Jul 08 00:02:34.598 INFO O| Jul 08 00:02:34.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod"
68642026-07-08T00:02:35.600Z[ recovery-image] Jul 08 00:02:34.598 INFO O| Jul 08 00:02:34.598 INFO STEP 502 (remove_files) COMPLETE
68652026-07-08T00:02:35.601Z[ recovery-image] Jul 08 00:02:34.598 INFO O| Jul 08 00:02:34.598 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68662026-07-08T00:02:35.607Z[ recovery-image] Jul 08 00:02:34.606 INFO O| Jul 08 00:02:34.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod"
68672026-07-08T00:02:35.607Z[ recovery-image] Jul 08 00:02:34.606 INFO O| Jul 08 00:02:34.606 INFO STEP 503 (remove_files) COMPLETE
68682026-07-08T00:02:35.607Z[ recovery-image] Jul 08 00:02:34.606 INFO O| Jul 08 00:02:34.606 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68692026-07-08T00:02:35.615Z[ recovery-image] Jul 08 00:02:34.615 INFO O| Jul 08 00:02:34.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl"
68702026-07-08T00:02:35.615Z[ recovery-image] Jul 08 00:02:34.615 INFO O| Jul 08 00:02:34.615 INFO STEP 504 (remove_files) COMPLETE
68712026-07-08T00:02:35.615Z[ recovery-image] Jul 08 00:02:34.615 INFO O| Jul 08 00:02:34.615 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68722026-07-08T00:02:35.623Z[ recovery-image] Jul 08 00:02:34.624 INFO O| Jul 08 00:02:34.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys"
68732026-07-08T00:02:35.623Z[ recovery-image] Jul 08 00:02:34.624 INFO O| Jul 08 00:02:34.624 INFO STEP 505 (remove_files) COMPLETE
68742026-07-08T00:02:35.623Z[ recovery-image] Jul 08 00:02:34.624 INFO O| Jul 08 00:02:34.624 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68752026-07-08T00:02:35.638Z[ recovery-image] Jul 08 00:02:34.633 INFO O| Jul 08 00:02:34.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct"
68762026-07-08T00:02:35.638Z[ recovery-image] Jul 08 00:02:34.633 INFO O| Jul 08 00:02:34.633 INFO STEP 506 (remove_files) COMPLETE
68772026-07-08T00:02:35.638Z[ recovery-image] Jul 08 00:02:34.633 INFO O| Jul 08 00:02:34.633 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68782026-07-08T00:02:35.646Z[ recovery-image] Jul 08 00:02:34.642 INFO O| Jul 08 00:02:34.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README"
68792026-07-08T00:02:35.646Z[ recovery-image] Jul 08 00:02:34.642 INFO O| Jul 08 00:02:34.642 INFO STEP 507 (remove_files) COMPLETE
68802026-07-08T00:02:35.646Z[ recovery-image] Jul 08 00:02:34.642 INFO O| Jul 08 00:02:34.642 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68812026-07-08T00:02:35.651Z[ recovery-image] Jul 08 00:02:34.650 INFO O| Jul 08 00:02:34.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/apobdump"
68822026-07-08T00:02:35.651Z[ recovery-image] Jul 08 00:02:34.650 INFO O| Jul 08 00:02:34.650 INFO STEP 508 (remove_files) COMPLETE
68832026-07-08T00:02:35.651Z[ recovery-image] Jul 08 00:02:34.650 INFO O| Jul 08 00:02:34.650 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68842026-07-08T00:02:35.659Z[ recovery-image] Jul 08 00:02:34.659 INFO O| Jul 08 00:02:34.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/udf"
68852026-07-08T00:02:35.668Z[ recovery-image] Jul 08 00:02:34.660 INFO O| Jul 08 00:02:34.660 INFO STEP 509 (remove_files) COMPLETE
68862026-07-08T00:02:35.668Z[ recovery-image] Jul 08 00:02:34.660 INFO O| Jul 08 00:02:34.660 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68872026-07-08T00:02:35.676Z[ recovery-image] Jul 08 00:02:34.669 INFO O| Jul 08 00:02:34.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/uhsmp"
68882026-07-08T00:02:35.676Z[ recovery-image] Jul 08 00:02:34.669 INFO O| Jul 08 00:02:34.669 INFO STEP 510 (remove_files) COMPLETE
68892026-07-08T00:02:35.677Z[ recovery-image] Jul 08 00:02:34.669 INFO O| Jul 08 00:02:34.669 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68902026-07-08T00:02:35.684Z[ recovery-image] Jul 08 00:02:34.678 INFO O| Jul 08 00:02:34.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/usmn"
68912026-07-08T00:02:35.684Z[ recovery-image] Jul 08 00:02:34.678 INFO O| Jul 08 00:02:34.678 INFO STEP 511 (remove_files) COMPLETE
68922026-07-08T00:02:35.684Z[ recovery-image] Jul 08 00:02:34.678 INFO O| Jul 08 00:02:34.678 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68932026-07-08T00:02:35.699Z[ recovery-image] Jul 08 00:02:34.686 INFO O| Jul 08 00:02:34.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map"
68942026-07-08T00:02:35.699Z[ recovery-image] Jul 08 00:02:34.686 INFO O| Jul 08 00:02:34.686 INFO STEP 512 (remove_files) COMPLETE
68952026-07-08T00:02:35.699Z[ recovery-image] Jul 08 00:02:34.686 INFO O| Jul 08 00:02:34.686 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68962026-07-08T00:02:35.699Z[ recovery-image] Jul 08 00:02:34.696 INFO O| Jul 08 00:02:34.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace"
68972026-07-08T00:02:35.699Z[ recovery-image] Jul 08 00:02:34.696 INFO O| Jul 08 00:02:34.696 INFO STEP 513 (remove_files) COMPLETE
68982026-07-08T00:02:35.699Z[ recovery-image] Jul 08 00:02:34.696 INFO O| Jul 08 00:02:34.696 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
68992026-07-08T00:02:35.710Z[ recovery-image] Jul 08 00:02:34.704 INFO O| Jul 08 00:02:34.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen"
69002026-07-08T00:02:35.710Z[ recovery-image] Jul 08 00:02:34.704 INFO O| Jul 08 00:02:34.704 INFO STEP 514 (remove_files) COMPLETE
69012026-07-08T00:02:35.710Z[ recovery-image] Jul 08 00:02:34.704 INFO O| Jul 08 00:02:34.704 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69022026-07-08T00:02:35.718Z[ recovery-image] Jul 08 00:02:34.714 INFO O| Jul 08 00:02:34.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1"
69032026-07-08T00:02:35.718Z[ recovery-image] Jul 08 00:02:34.714 INFO O| Jul 08 00:02:34.714 INFO STEP 515 (remove_files) COMPLETE
69042026-07-08T00:02:35.718Z[ recovery-image] Jul 08 00:02:34.714 INFO O| Jul 08 00:02:34.714 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69052026-07-08T00:02:35.727Z[ recovery-image] Jul 08 00:02:34.723 INFO O| Jul 08 00:02:34.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3"
69062026-07-08T00:02:35.727Z[ recovery-image] Jul 08 00:02:34.723 INFO O| Jul 08 00:02:34.723 INFO STEP 516 (remove_files) COMPLETE
69072026-07-08T00:02:35.727Z[ recovery-image] Jul 08 00:02:34.723 INFO O| Jul 08 00:02:34.723 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69082026-07-08T00:02:35.735Z[ recovery-image] Jul 08 00:02:34.730 INFO O| Jul 08 00:02:34.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4"
69092026-07-08T00:02:35.735Z[ recovery-image] Jul 08 00:02:34.730 INFO O| Jul 08 00:02:34.730 INFO STEP 517 (remove_files) COMPLETE
69102026-07-08T00:02:35.735Z[ recovery-image] Jul 08 00:02:34.730 INFO O| Jul 08 00:02:34.730 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69112026-07-08T00:02:35.744Z[ recovery-image] Jul 08 00:02:34.739 INFO O| Jul 08 00:02:34.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o"
69122026-07-08T00:02:35.744Z[ recovery-image] Jul 08 00:02:34.739 INFO O| Jul 08 00:02:34.739 INFO STEP 518 (remove_files) COMPLETE
69132026-07-08T00:02:35.744Z[ recovery-image] Jul 08 00:02:34.739 INFO O| Jul 08 00:02:34.739 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69142026-07-08T00:02:35.752Z[ recovery-image] Jul 08 00:02:34.748 INFO O| Jul 08 00:02:34.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o"
69152026-07-08T00:02:35.752Z[ recovery-image] Jul 08 00:02:34.748 INFO O| Jul 08 00:02:34.748 INFO STEP 519 (remove_files) COMPLETE
69162026-07-08T00:02:35.752Z[ recovery-image] Jul 08 00:02:34.748 INFO O| Jul 08 00:02:34.748 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69172026-07-08T00:02:35.760Z[ recovery-image] Jul 08 00:02:34.757 INFO O| Jul 08 00:02:34.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1"
69182026-07-08T00:02:35.760Z[ recovery-image] Jul 08 00:02:34.757 INFO O| Jul 08 00:02:34.757 INFO STEP 520 (remove_files) COMPLETE
69192026-07-08T00:02:35.760Z[ recovery-image] Jul 08 00:02:34.757 INFO O| Jul 08 00:02:34.757 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69202026-07-08T00:02:35.768Z[ recovery-image] Jul 08 00:02:34.765 INFO O| Jul 08 00:02:34.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
69212026-07-08T00:02:35.768Z[ recovery-image] Jul 08 00:02:34.765 INFO O| Jul 08 00:02:34.765 INFO STEP 521 (remove_files) COMPLETE
69222026-07-08T00:02:35.768Z[ recovery-image] Jul 08 00:02:34.765 INFO O| Jul 08 00:02:34.765 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69232026-07-08T00:02:35.774Z[ recovery-image] Jul 08 00:02:34.773 INFO O| Jul 08 00:02:34.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
69242026-07-08T00:02:35.775Z[ recovery-image] Jul 08 00:02:34.773 INFO O| Jul 08 00:02:34.773 INFO STEP 522 (remove_files) COMPLETE
69252026-07-08T00:02:35.775Z[ recovery-image] Jul 08 00:02:34.773 INFO O| Jul 08 00:02:34.773 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69262026-07-08T00:02:35.782Z[ recovery-image] Jul 08 00:02:34.782 INFO O| Jul 08 00:02:34.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1"
69272026-07-08T00:02:35.782Z[ recovery-image] Jul 08 00:02:34.782 INFO O| Jul 08 00:02:34.782 INFO STEP 523 (remove_files) COMPLETE
69282026-07-08T00:02:35.782Z[ recovery-image] Jul 08 00:02:34.782 INFO O| Jul 08 00:02:34.782 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69292026-07-08T00:02:35.791Z[ recovery-image] Jul 08 00:02:34.791 INFO O| Jul 08 00:02:34.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
69302026-07-08T00:02:35.791Z[ recovery-image] Jul 08 00:02:34.791 INFO O| Jul 08 00:02:34.791 INFO STEP 524 (remove_files) COMPLETE
69312026-07-08T00:02:35.791Z[ recovery-image] Jul 08 00:02:34.791 INFO O| Jul 08 00:02:34.791 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69322026-07-08T00:02:35.800Z[ recovery-image] Jul 08 00:02:34.799 INFO O| Jul 08 00:02:34.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
69332026-07-08T00:02:35.800Z[ recovery-image] Jul 08 00:02:34.799 INFO O| Jul 08 00:02:34.799 INFO STEP 525 (remove_files) COMPLETE
69342026-07-08T00:02:35.800Z[ recovery-image] Jul 08 00:02:34.799 INFO O| Jul 08 00:02:34.799 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69352026-07-08T00:02:35.807Z[ recovery-image] Jul 08 00:02:34.805 INFO O| Jul 08 00:02:34.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
69362026-07-08T00:02:35.807Z[ recovery-image] Jul 08 00:02:34.805 INFO O| Jul 08 00:02:34.805 INFO STEP 526 (remove_files) COMPLETE
69372026-07-08T00:02:35.807Z[ recovery-image] Jul 08 00:02:34.805 INFO O| Jul 08 00:02:34.805 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69382026-07-08T00:02:35.815Z[ recovery-image] Jul 08 00:02:34.815 INFO O| Jul 08 00:02:34.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
69392026-07-08T00:02:35.815Z[ recovery-image] Jul 08 00:02:34.815 INFO O| Jul 08 00:02:34.815 INFO STEP 527 (remove_files) COMPLETE
69402026-07-08T00:02:35.815Z[ recovery-image] Jul 08 00:02:34.815 INFO O| Jul 08 00:02:34.815 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69412026-07-08T00:02:35.825Z[ recovery-image] Jul 08 00:02:34.823 INFO O| Jul 08 00:02:34.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub"
69422026-07-08T00:02:35.825Z[ recovery-image] Jul 08 00:02:34.823 INFO O| Jul 08 00:02:34.823 INFO STEP 528 (remove_files) COMPLETE
69432026-07-08T00:02:35.825Z[ recovery-image] Jul 08 00:02:34.823 INFO O| Jul 08 00:02:34.823 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69442026-07-08T00:02:35.830Z[ recovery-image] Jul 08 00:02:34.831 INFO O| Jul 08 00:02:34.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1"
69452026-07-08T00:02:35.838Z[ recovery-image] Jul 08 00:02:34.831 INFO O| Jul 08 00:02:34.831 INFO STEP 529 (remove_files) COMPLETE
69462026-07-08T00:02:35.838Z[ recovery-image] Jul 08 00:02:34.832 INFO O| Jul 08 00:02:34.831 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69472026-07-08T00:02:35.848Z[ recovery-image] Jul 08 00:02:34.840 INFO O| Jul 08 00:02:34.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1"
69482026-07-08T00:02:35.848Z[ recovery-image] Jul 08 00:02:34.840 INFO O| Jul 08 00:02:34.840 INFO STEP 530 (remove_files) COMPLETE
69492026-07-08T00:02:35.848Z[ recovery-image] Jul 08 00:02:34.840 INFO O| Jul 08 00:02:34.840 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69502026-07-08T00:02:35.848Z[ recovery-image] Jul 08 00:02:34.847 INFO O| Jul 08 00:02:34.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1"
69512026-07-08T00:02:35.848Z[ recovery-image] Jul 08 00:02:34.847 INFO O| Jul 08 00:02:34.847 INFO STEP 531 (remove_files) COMPLETE
69522026-07-08T00:02:35.848Z[ recovery-image] Jul 08 00:02:34.847 INFO O| Jul 08 00:02:34.847 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69532026-07-08T00:02:35.856Z[ recovery-image] Jul 08 00:02:34.854 INFO O| Jul 08 00:02:34.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1"
69542026-07-08T00:02:35.856Z[ recovery-image] Jul 08 00:02:34.854 INFO O| Jul 08 00:02:34.854 INFO STEP 532 (remove_files) COMPLETE
69552026-07-08T00:02:35.857Z[ recovery-image] Jul 08 00:02:34.854 INFO O| Jul 08 00:02:34.854 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69562026-07-08T00:02:35.866Z[ recovery-image] Jul 08 00:02:34.861 INFO O| Jul 08 00:02:34.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1"
69572026-07-08T00:02:35.866Z[ recovery-image] Jul 08 00:02:34.862 INFO O| Jul 08 00:02:34.862 INFO STEP 533 (remove_files) COMPLETE
69582026-07-08T00:02:35.866Z[ recovery-image] Jul 08 00:02:34.862 INFO O| Jul 08 00:02:34.862 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69592026-07-08T00:02:35.874Z[ recovery-image] Jul 08 00:02:34.868 INFO O| Jul 08 00:02:34.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0"
69602026-07-08T00:02:35.874Z[ recovery-image] Jul 08 00:02:34.868 INFO O| Jul 08 00:02:34.868 INFO STEP 534 (remove_files) COMPLETE
69612026-07-08T00:02:35.874Z[ recovery-image] Jul 08 00:02:34.868 INFO O| Jul 08 00:02:34.868 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69622026-07-08T00:02:35.884Z[ recovery-image] Jul 08 00:02:34.875 INFO O| Jul 08 00:02:34.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0"
69632026-07-08T00:02:35.884Z[ recovery-image] Jul 08 00:02:34.875 INFO O| Jul 08 00:02:34.875 INFO STEP 535 (remove_files) COMPLETE
69642026-07-08T00:02:35.884Z[ recovery-image] Jul 08 00:02:34.875 INFO O| Jul 08 00:02:34.875 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69652026-07-08T00:02:35.884Z[ recovery-image] Jul 08 00:02:34.881 INFO O| Jul 08 00:02:34.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0"
69662026-07-08T00:02:35.884Z[ recovery-image] Jul 08 00:02:34.881 INFO O| Jul 08 00:02:34.881 INFO STEP 536 (remove_files) COMPLETE
69672026-07-08T00:02:35.884Z[ recovery-image] Jul 08 00:02:34.881 INFO O| Jul 08 00:02:34.881 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69682026-07-08T00:02:35.894Z[ recovery-image] Jul 08 00:02:34.887 INFO O| Jul 08 00:02:34.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
69692026-07-08T00:02:35.894Z[ recovery-image] Jul 08 00:02:34.887 INFO O| Jul 08 00:02:34.887 INFO STEP 537 (remove_files) COMPLETE
69702026-07-08T00:02:35.894Z[ recovery-image] Jul 08 00:02:34.887 INFO O| Jul 08 00:02:34.887 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69712026-07-08T00:02:35.894Z[ recovery-image] Jul 08 00:02:34.893 INFO O| Jul 08 00:02:34.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
69722026-07-08T00:02:35.894Z[ recovery-image] Jul 08 00:02:34.893 INFO O| Jul 08 00:02:34.893 INFO STEP 538 (remove_files) COMPLETE
69732026-07-08T00:02:35.894Z[ recovery-image] Jul 08 00:02:34.893 INFO O| Jul 08 00:02:34.893 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69742026-07-08T00:02:35.910Z[ recovery-image] Jul 08 00:02:34.900 INFO O| Jul 08 00:02:34.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1"
69752026-07-08T00:02:35.910Z[ recovery-image] Jul 08 00:02:34.900 INFO O| Jul 08 00:02:34.900 INFO STEP 539 (remove_files) COMPLETE
69762026-07-08T00:02:35.911Z[ recovery-image] Jul 08 00:02:34.900 INFO O| Jul 08 00:02:34.900 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69772026-07-08T00:02:35.930Z[ recovery-image] Jul 08 00:02:34.907 INFO O| Jul 08 00:02:34.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1"
69782026-07-08T00:02:35.930Z[ recovery-image] Jul 08 00:02:34.907 INFO O| Jul 08 00:02:34.907 INFO STEP 540 (remove_files) COMPLETE
69792026-07-08T00:02:35.930Z[ recovery-image] Jul 08 00:02:34.907 INFO O| Jul 08 00:02:34.907 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69802026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.913 INFO O| Jul 08 00:02:34.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1"
69812026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.913 INFO O| Jul 08 00:02:34.913 INFO STEP 541 (remove_files) COMPLETE
69822026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.913 INFO O| Jul 08 00:02:34.913 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69832026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.920 INFO O| Jul 08 00:02:34.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
69842026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.920 INFO O| Jul 08 00:02:34.920 INFO STEP 542 (remove_files) COMPLETE
69852026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.920 INFO O| Jul 08 00:02:34.920 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69862026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.928 INFO O| Jul 08 00:02:34.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
69872026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.928 INFO O| Jul 08 00:02:34.928 INFO STEP 543 (remove_files) COMPLETE
69882026-07-08T00:02:35.931Z[ recovery-image] Jul 08 00:02:34.928 INFO O| Jul 08 00:02:34.928 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69892026-07-08T00:02:35.939Z[ recovery-image] Jul 08 00:02:34.936 INFO O| Jul 08 00:02:34.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1"
69902026-07-08T00:02:35.939Z[ recovery-image] Jul 08 00:02:34.936 INFO O| Jul 08 00:02:34.936 INFO STEP 544 (remove_files) COMPLETE
69912026-07-08T00:02:35.939Z[ recovery-image] Jul 08 00:02:34.936 INFO O| Jul 08 00:02:34.936 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69922026-07-08T00:02:35.952Z[ recovery-image] Jul 08 00:02:34.944 INFO O| Jul 08 00:02:34.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
69932026-07-08T00:02:35.952Z[ recovery-image] Jul 08 00:02:34.944 INFO O| Jul 08 00:02:34.944 INFO STEP 545 (remove_files) COMPLETE
69942026-07-08T00:02:35.952Z[ recovery-image] Jul 08 00:02:34.944 INFO O| Jul 08 00:02:34.944 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69952026-07-08T00:02:35.960Z[ recovery-image] Jul 08 00:02:34.952 INFO O| Jul 08 00:02:34.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1"
69962026-07-08T00:02:35.960Z[ recovery-image] Jul 08 00:02:34.953 INFO O| Jul 08 00:02:34.953 INFO STEP 546 (remove_files) COMPLETE
69972026-07-08T00:02:35.960Z[ recovery-image] Jul 08 00:02:34.953 INFO O| Jul 08 00:02:34.953 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
69982026-07-08T00:02:35.960Z[ recovery-image] Jul 08 00:02:34.960 INFO O| Jul 08 00:02:34.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1"
69992026-07-08T00:02:35.960Z[ recovery-image] Jul 08 00:02:34.960 INFO O| Jul 08 00:02:34.960 INFO STEP 547 (remove_files) COMPLETE
70002026-07-08T00:02:35.960Z[ recovery-image] Jul 08 00:02:34.960 INFO O| Jul 08 00:02:34.960 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70012026-07-08T00:02:35.968Z[ recovery-image] Jul 08 00:02:34.968 INFO O| Jul 08 00:02:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1"
70022026-07-08T00:02:35.968Z[ recovery-image] Jul 08 00:02:34.968 INFO O| Jul 08 00:02:34.968 INFO STEP 548 (remove_files) COMPLETE
70032026-07-08T00:02:35.968Z[ recovery-image] Jul 08 00:02:34.968 INFO O| Jul 08 00:02:34.968 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70042026-07-08T00:02:35.981Z[ recovery-image] Jul 08 00:02:34.975 INFO O| Jul 08 00:02:34.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1"
70052026-07-08T00:02:35.981Z[ recovery-image] Jul 08 00:02:34.975 INFO O| Jul 08 00:02:34.975 INFO STEP 549 (remove_files) COMPLETE
70062026-07-08T00:02:35.981Z[ recovery-image] Jul 08 00:02:34.975 INFO O| Jul 08 00:02:34.975 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70072026-07-08T00:02:35.990Z[ recovery-image] Jul 08 00:02:34.983 INFO O| Jul 08 00:02:34.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1"
70082026-07-08T00:02:35.990Z[ recovery-image] Jul 08 00:02:34.983 INFO O| Jul 08 00:02:34.983 INFO STEP 550 (remove_files) COMPLETE
70092026-07-08T00:02:35.990Z[ recovery-image] Jul 08 00:02:34.983 INFO O| Jul 08 00:02:34.983 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70102026-07-08T00:02:36.000Z[ recovery-image] Jul 08 00:02:34.991 INFO O| Jul 08 00:02:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1"
70112026-07-08T00:02:36.000Z[ recovery-image] Jul 08 00:02:34.991 INFO O| Jul 08 00:02:34.991 INFO STEP 551 (remove_files) COMPLETE
70122026-07-08T00:02:36.000Z[ recovery-image] Jul 08 00:02:34.991 INFO O| Jul 08 00:02:34.991 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70132026-07-08T00:02:36.000Z[ recovery-image] Jul 08 00:02:35.000 INFO O| Jul 08 00:02:35.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1"
70142026-07-08T00:02:36.000Z[ recovery-image] Jul 08 00:02:35.000 INFO O| Jul 08 00:02:35.000 INFO STEP 552 (remove_files) COMPLETE
70152026-07-08T00:02:36.000Z[ recovery-image] Jul 08 00:02:35.000 INFO O| Jul 08 00:02:35.000 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70162026-07-08T00:02:36.008Z[ recovery-image] Jul 08 00:02:35.008 INFO O| Jul 08 00:02:35.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1"
70172026-07-08T00:02:36.008Z[ recovery-image] Jul 08 00:02:35.008 INFO O| Jul 08 00:02:35.008 INFO STEP 553 (remove_files) COMPLETE
70182026-07-08T00:02:36.008Z[ recovery-image] Jul 08 00:02:35.008 INFO O| Jul 08 00:02:35.008 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70192026-07-08T00:02:36.016Z[ recovery-image] Jul 08 00:02:35.016 INFO O| Jul 08 00:02:35.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1"
70202026-07-08T00:02:36.016Z[ recovery-image] Jul 08 00:02:35.016 INFO O| Jul 08 00:02:35.016 INFO STEP 554 (remove_files) COMPLETE
70212026-07-08T00:02:36.016Z[ recovery-image] Jul 08 00:02:35.016 INFO O| Jul 08 00:02:35.016 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70222026-07-08T00:02:36.025Z[ recovery-image] Jul 08 00:02:35.024 INFO O| Jul 08 00:02:35.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1"
70232026-07-08T00:02:36.025Z[ recovery-image] Jul 08 00:02:35.024 INFO O| Jul 08 00:02:35.024 INFO STEP 555 (remove_files) COMPLETE
70242026-07-08T00:02:36.025Z[ recovery-image] Jul 08 00:02:35.024 INFO O| Jul 08 00:02:35.024 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70252026-07-08T00:02:36.031Z[ recovery-image] Jul 08 00:02:35.032 INFO O| Jul 08 00:02:35.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5"
70262026-07-08T00:02:36.040Z[ recovery-image] Jul 08 00:02:35.033 INFO O| Jul 08 00:02:35.033 INFO STEP 556 (remove_files) COMPLETE
70272026-07-08T00:02:36.040Z[ recovery-image] Jul 08 00:02:35.033 INFO O| Jul 08 00:02:35.033 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70282026-07-08T00:02:36.040Z[ recovery-image] Jul 08 00:02:35.040 INFO O| Jul 08 00:02:35.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1"
70292026-07-08T00:02:36.040Z[ recovery-image] Jul 08 00:02:35.040 INFO O| Jul 08 00:02:35.040 INFO STEP 557 (remove_files) COMPLETE
70302026-07-08T00:02:36.041Z[ recovery-image] Jul 08 00:02:35.040 INFO O| Jul 08 00:02:35.040 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70312026-07-08T00:02:36.054Z[ recovery-image] Jul 08 00:02:35.048 INFO O| Jul 08 00:02:35.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1"
70322026-07-08T00:02:36.054Z[ recovery-image] Jul 08 00:02:35.048 INFO O| Jul 08 00:02:35.048 INFO STEP 558 (remove_files) COMPLETE
70332026-07-08T00:02:36.055Z[ recovery-image] Jul 08 00:02:35.048 INFO O| Jul 08 00:02:35.048 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70342026-07-08T00:02:36.063Z[ recovery-image] Jul 08 00:02:35.056 INFO O| Jul 08 00:02:35.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1"
70352026-07-08T00:02:36.063Z[ recovery-image] Jul 08 00:02:35.057 INFO O| Jul 08 00:02:35.057 INFO STEP 559 (remove_files) COMPLETE
70362026-07-08T00:02:36.063Z[ recovery-image] Jul 08 00:02:35.057 INFO O| Jul 08 00:02:35.057 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70372026-07-08T00:02:36.070Z[ recovery-image] Jul 08 00:02:35.064 INFO O| Jul 08 00:02:35.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1"
70382026-07-08T00:02:36.070Z[ recovery-image] Jul 08 00:02:35.064 INFO O| Jul 08 00:02:35.064 INFO STEP 560 (remove_files) COMPLETE
70392026-07-08T00:02:36.070Z[ recovery-image] Jul 08 00:02:35.064 INFO O| Jul 08 00:02:35.064 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70402026-07-08T00:02:36.070Z[ recovery-image] Jul 08 00:02:35.071 INFO O| Jul 08 00:02:35.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1"
70412026-07-08T00:02:36.070Z[ recovery-image] Jul 08 00:02:35.071 INFO O| Jul 08 00:02:35.071 INFO STEP 561 (remove_files) COMPLETE
70422026-07-08T00:02:36.071Z[ recovery-image] Jul 08 00:02:35.071 INFO O| Jul 08 00:02:35.071 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70432026-07-08T00:02:36.080Z[ recovery-image] Jul 08 00:02:35.078 INFO O| Jul 08 00:02:35.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
70442026-07-08T00:02:36.081Z[ recovery-image] Jul 08 00:02:35.078 INFO O| Jul 08 00:02:35.078 INFO STEP 562 (remove_files) COMPLETE
70452026-07-08T00:02:36.081Z[ recovery-image] Jul 08 00:02:35.078 INFO O| Jul 08 00:02:35.078 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70462026-07-08T00:02:36.088Z[ recovery-image] Jul 08 00:02:35.085 INFO O| Jul 08 00:02:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1"
70472026-07-08T00:02:36.088Z[ recovery-image] Jul 08 00:02:35.085 INFO O| Jul 08 00:02:35.085 INFO STEP 563 (remove_files) COMPLETE
70482026-07-08T00:02:36.088Z[ recovery-image] Jul 08 00:02:35.085 INFO O| Jul 08 00:02:35.085 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70492026-07-08T00:02:36.103Z[ recovery-image] Jul 08 00:02:35.093 INFO O| Jul 08 00:02:35.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
70502026-07-08T00:02:36.103Z[ recovery-image] Jul 08 00:02:35.093 INFO O| Jul 08 00:02:35.093 INFO STEP 564 (remove_files) COMPLETE
70512026-07-08T00:02:36.103Z[ recovery-image] Jul 08 00:02:35.093 INFO O| Jul 08 00:02:35.093 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70522026-07-08T00:02:36.112Z[ recovery-image] Jul 08 00:02:35.100 INFO O| Jul 08 00:02:35.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9"
70532026-07-08T00:02:36.112Z[ recovery-image] Jul 08 00:02:35.100 INFO O| Jul 08 00:02:35.100 INFO STEP 565 (remove_files) COMPLETE
70542026-07-08T00:02:36.112Z[ recovery-image] Jul 08 00:02:35.100 INFO O| Jul 08 00:02:35.100 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70552026-07-08T00:02:36.112Z[ recovery-image] Jul 08 00:02:35.107 INFO O| Jul 08 00:02:35.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1"
70562026-07-08T00:02:36.112Z[ recovery-image] Jul 08 00:02:35.107 INFO O| Jul 08 00:02:35.107 INFO STEP 566 (remove_files) COMPLETE
70572026-07-08T00:02:36.112Z[ recovery-image] Jul 08 00:02:35.107 INFO O| Jul 08 00:02:35.107 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70582026-07-08T00:02:36.126Z[ recovery-image] Jul 08 00:02:35.115 INFO O| Jul 08 00:02:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1"
70592026-07-08T00:02:36.126Z[ recovery-image] Jul 08 00:02:35.115 INFO O| Jul 08 00:02:35.115 INFO STEP 567 (remove_files) COMPLETE
70602026-07-08T00:02:36.126Z[ recovery-image] Jul 08 00:02:35.115 INFO O| Jul 08 00:02:35.115 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70612026-07-08T00:02:36.127Z[ recovery-image] Jul 08 00:02:35.122 INFO O| Jul 08 00:02:35.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
70622026-07-08T00:02:36.127Z[ recovery-image] Jul 08 00:02:35.122 INFO O| Jul 08 00:02:35.122 INFO STEP 568 (remove_files) COMPLETE
70632026-07-08T00:02:36.127Z[ recovery-image] Jul 08 00:02:35.122 INFO O| Jul 08 00:02:35.122 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70642026-07-08T00:02:36.139Z[ recovery-image] Jul 08 00:02:35.129 INFO O| Jul 08 00:02:35.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
70652026-07-08T00:02:36.139Z[ recovery-image] Jul 08 00:02:35.129 INFO O| Jul 08 00:02:35.129 INFO STEP 569 (remove_files) COMPLETE
70662026-07-08T00:02:36.139Z[ recovery-image] Jul 08 00:02:35.129 INFO O| Jul 08 00:02:35.129 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70672026-07-08T00:02:36.139Z[ recovery-image] Jul 08 00:02:35.135 INFO O| Jul 08 00:02:35.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1"
70682026-07-08T00:02:36.139Z[ recovery-image] Jul 08 00:02:35.135 INFO O| Jul 08 00:02:35.135 INFO STEP 570 (remove_files) COMPLETE
70692026-07-08T00:02:36.139Z[ recovery-image] Jul 08 00:02:35.135 INFO O| Jul 08 00:02:35.135 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70702026-07-08T00:02:36.152Z[ recovery-image] Jul 08 00:02:35.144 INFO O| Jul 08 00:02:35.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1"
70712026-07-08T00:02:36.152Z[ recovery-image] Jul 08 00:02:35.144 INFO O| Jul 08 00:02:35.144 INFO STEP 571 (remove_files) COMPLETE
70722026-07-08T00:02:36.152Z[ recovery-image] Jul 08 00:02:35.144 INFO O| Jul 08 00:02:35.144 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70732026-07-08T00:02:36.161Z[ recovery-image] Jul 08 00:02:35.151 INFO O| Jul 08 00:02:35.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1"
70742026-07-08T00:02:36.161Z[ recovery-image] Jul 08 00:02:35.151 INFO O| Jul 08 00:02:35.151 INFO STEP 572 (remove_files) COMPLETE
70752026-07-08T00:02:36.161Z[ recovery-image] Jul 08 00:02:35.151 INFO O| Jul 08 00:02:35.151 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70762026-07-08T00:02:36.161Z[ recovery-image] Jul 08 00:02:35.159 INFO O| Jul 08 00:02:35.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1"
70772026-07-08T00:02:36.161Z[ recovery-image] Jul 08 00:02:35.159 INFO O| Jul 08 00:02:35.159 INFO STEP 573 (remove_files) COMPLETE
70782026-07-08T00:02:36.161Z[ recovery-image] Jul 08 00:02:35.159 INFO O| Jul 08 00:02:35.159 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70792026-07-08T00:02:36.169Z[ recovery-image] Jul 08 00:02:35.167 INFO O| Jul 08 00:02:35.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1"
70802026-07-08T00:02:36.169Z[ recovery-image] Jul 08 00:02:35.167 INFO O| Jul 08 00:02:35.167 INFO STEP 574 (remove_files) COMPLETE
70812026-07-08T00:02:36.169Z[ recovery-image] Jul 08 00:02:35.167 INFO O| Jul 08 00:02:35.167 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70822026-07-08T00:02:36.176Z[ recovery-image] Jul 08 00:02:35.174 INFO O| Jul 08 00:02:35.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1"
70832026-07-08T00:02:36.176Z[ recovery-image] Jul 08 00:02:35.174 INFO O| Jul 08 00:02:35.174 INFO STEP 575 (remove_files) COMPLETE
70842026-07-08T00:02:36.176Z[ recovery-image] Jul 08 00:02:35.174 INFO O| Jul 08 00:02:35.174 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70852026-07-08T00:02:36.189Z[ recovery-image] Jul 08 00:02:35.182 INFO O| Jul 08 00:02:35.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1"
70862026-07-08T00:02:36.189Z[ recovery-image] Jul 08 00:02:35.182 INFO O| Jul 08 00:02:35.182 INFO STEP 576 (remove_files) COMPLETE
70872026-07-08T00:02:36.189Z[ recovery-image] Jul 08 00:02:35.182 INFO O| Jul 08 00:02:35.182 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70882026-07-08T00:02:36.197Z[ recovery-image] Jul 08 00:02:35.190 INFO O| Jul 08 00:02:35.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1"
70892026-07-08T00:02:36.198Z[ recovery-image] Jul 08 00:02:35.190 INFO O| Jul 08 00:02:35.190 INFO STEP 577 (remove_files) COMPLETE
70902026-07-08T00:02:36.198Z[ recovery-image] Jul 08 00:02:35.190 INFO O| Jul 08 00:02:35.190 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70912026-07-08T00:02:36.198Z[ recovery-image] Jul 08 00:02:35.197 INFO O| Jul 08 00:02:35.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1"
70922026-07-08T00:02:36.198Z[ recovery-image] Jul 08 00:02:35.197 INFO O| Jul 08 00:02:35.197 INFO STEP 578 (remove_files) COMPLETE
70932026-07-08T00:02:36.198Z[ recovery-image] Jul 08 00:02:35.197 INFO O| Jul 08 00:02:35.197 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70942026-07-08T00:02:36.213Z[ recovery-image] Jul 08 00:02:35.204 INFO O| Jul 08 00:02:35.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1"
70952026-07-08T00:02:36.213Z[ recovery-image] Jul 08 00:02:35.204 INFO O| Jul 08 00:02:35.204 INFO STEP 579 (remove_files) COMPLETE
70962026-07-08T00:02:36.213Z[ recovery-image] Jul 08 00:02:35.204 INFO O| Jul 08 00:02:35.204 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
70972026-07-08T00:02:36.231Z[ recovery-image] Jul 08 00:02:35.211 INFO O| Jul 08 00:02:35.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1"
70982026-07-08T00:02:36.231Z[ recovery-image] Jul 08 00:02:35.211 INFO O| Jul 08 00:02:35.211 INFO STEP 580 (remove_files) COMPLETE
70992026-07-08T00:02:36.231Z[ recovery-image] Jul 08 00:02:35.211 INFO O| Jul 08 00:02:35.211 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71002026-07-08T00:02:36.231Z[ recovery-image] Jul 08 00:02:35.219 INFO O| Jul 08 00:02:35.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1"
71012026-07-08T00:02:36.231Z[ recovery-image] Jul 08 00:02:35.219 INFO O| Jul 08 00:02:35.219 INFO STEP 581 (remove_files) COMPLETE
71022026-07-08T00:02:36.231Z[ recovery-image] Jul 08 00:02:35.219 INFO O| Jul 08 00:02:35.219 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71032026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.226 INFO O| Jul 08 00:02:35.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
71042026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.226 INFO O| Jul 08 00:02:35.226 INFO STEP 582 (remove_files) COMPLETE
71052026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.226 INFO O| Jul 08 00:02:35.226 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71062026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.233 INFO O| Jul 08 00:02:35.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1"
71072026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.233 INFO O| Jul 08 00:02:35.233 INFO STEP 583 (remove_files) COMPLETE
71082026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.233 INFO O| Jul 08 00:02:35.233 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71092026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.241 INFO O| Jul 08 00:02:35.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1"
71102026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.241 INFO O| Jul 08 00:02:35.241 INFO STEP 584 (remove_files) COMPLETE
71112026-07-08T00:02:36.246Z[ recovery-image] Jul 08 00:02:35.241 INFO O| Jul 08 00:02:35.241 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71122026-07-08T00:02:36.264Z[ recovery-image] Jul 08 00:02:35.248 INFO O| Jul 08 00:02:35.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1"
71132026-07-08T00:02:36.264Z[ recovery-image] Jul 08 00:02:35.248 INFO O| Jul 08 00:02:35.248 INFO STEP 585 (remove_files) COMPLETE
71142026-07-08T00:02:36.264Z[ recovery-image] Jul 08 00:02:35.248 INFO O| Jul 08 00:02:35.248 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71152026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.256 INFO O| Jul 08 00:02:35.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
71162026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.257 INFO O| Jul 08 00:02:35.257 INFO STEP 586 (remove_files) COMPLETE
71172026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.257 INFO O| Jul 08 00:02:35.257 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71182026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.263 INFO O| Jul 08 00:02:35.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1"
71192026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.264 INFO O| Jul 08 00:02:35.264 INFO STEP 587 (remove_files) COMPLETE
71202026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.264 INFO O| Jul 08 00:02:35.264 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71212026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.272 INFO O| Jul 08 00:02:35.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1"
71222026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.272 INFO O| Jul 08 00:02:35.272 INFO STEP 588 (remove_files) COMPLETE
71232026-07-08T00:02:36.284Z[ recovery-image] Jul 08 00:02:35.273 INFO O| Jul 08 00:02:35.272 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71242026-07-08T00:02:36.294Z[ recovery-image] Jul 08 00:02:35.281 INFO O| Jul 08 00:02:35.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
71252026-07-08T00:02:36.294Z[ recovery-image] Jul 08 00:02:35.281 INFO O| Jul 08 00:02:35.281 INFO STEP 589 (remove_files) COMPLETE
71262026-07-08T00:02:36.294Z[ recovery-image] Jul 08 00:02:35.281 INFO O| Jul 08 00:02:35.281 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71272026-07-08T00:02:36.295Z[ recovery-image] Jul 08 00:02:35.287 INFO O| Jul 08 00:02:35.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
71282026-07-08T00:02:36.295Z[ recovery-image] Jul 08 00:02:35.287 INFO O| Jul 08 00:02:35.287 INFO STEP 590 (remove_files) COMPLETE
71292026-07-08T00:02:36.295Z[ recovery-image] Jul 08 00:02:35.287 INFO O| Jul 08 00:02:35.287 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71302026-07-08T00:02:36.295Z[ recovery-image] Jul 08 00:02:35.293 INFO O| Jul 08 00:02:35.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1"
71312026-07-08T00:02:36.295Z[ recovery-image] Jul 08 00:02:35.293 INFO O| Jul 08 00:02:35.293 INFO STEP 591 (remove_files) COMPLETE
71322026-07-08T00:02:36.295Z[ recovery-image] Jul 08 00:02:35.293 INFO O| Jul 08 00:02:35.293 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71332026-07-08T00:02:36.305Z[ recovery-image] Jul 08 00:02:35.301 INFO O| Jul 08 00:02:35.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
71342026-07-08T00:02:36.305Z[ recovery-image] Jul 08 00:02:35.301 INFO O| Jul 08 00:02:35.301 INFO STEP 592 (remove_files) COMPLETE
71352026-07-08T00:02:36.305Z[ recovery-image] Jul 08 00:02:35.301 INFO O| Jul 08 00:02:35.301 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71362026-07-08T00:02:36.315Z[ recovery-image] Jul 08 00:02:35.309 INFO O| Jul 08 00:02:35.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1"
71372026-07-08T00:02:36.315Z[ recovery-image] Jul 08 00:02:35.309 INFO O| Jul 08 00:02:35.309 INFO STEP 593 (remove_files) COMPLETE
71382026-07-08T00:02:36.315Z[ recovery-image] Jul 08 00:02:35.309 INFO O| Jul 08 00:02:35.309 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71392026-07-08T00:02:36.324Z[ recovery-image] Jul 08 00:02:35.317 INFO O| Jul 08 00:02:35.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1"
71402026-07-08T00:02:36.324Z[ recovery-image] Jul 08 00:02:35.317 INFO O| Jul 08 00:02:35.317 INFO STEP 594 (remove_files) COMPLETE
71412026-07-08T00:02:36.324Z[ recovery-image] Jul 08 00:02:35.317 INFO O| Jul 08 00:02:35.317 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71422026-07-08T00:02:36.332Z[ recovery-image] Jul 08 00:02:35.325 INFO O| Jul 08 00:02:35.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1"
71432026-07-08T00:02:36.333Z[ recovery-image] Jul 08 00:02:35.325 INFO O| Jul 08 00:02:35.325 INFO STEP 595 (remove_files) COMPLETE
71442026-07-08T00:02:36.333Z[ recovery-image] Jul 08 00:02:35.325 INFO O| Jul 08 00:02:35.325 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71452026-07-08T00:02:36.344Z[ recovery-image] Jul 08 00:02:35.334 INFO O| Jul 08 00:02:35.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1"
71462026-07-08T00:02:36.344Z[ recovery-image] Jul 08 00:02:35.334 INFO O| Jul 08 00:02:35.334 INFO STEP 596 (remove_files) COMPLETE
71472026-07-08T00:02:36.344Z[ recovery-image] Jul 08 00:02:35.334 INFO O| Jul 08 00:02:35.334 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71482026-07-08T00:02:36.353Z[ recovery-image] Jul 08 00:02:35.342 INFO O| Jul 08 00:02:35.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1"
71492026-07-08T00:02:36.353Z[ recovery-image] Jul 08 00:02:35.342 INFO O| Jul 08 00:02:35.342 INFO STEP 597 (remove_files) COMPLETE
71502026-07-08T00:02:36.354Z[ recovery-image] Jul 08 00:02:35.342 INFO O| Jul 08 00:02:35.342 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71512026-07-08T00:02:36.354Z[ recovery-image] Jul 08 00:02:35.350 INFO O| Jul 08 00:02:35.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1"
71522026-07-08T00:02:36.354Z[ recovery-image] Jul 08 00:02:35.350 INFO O| Jul 08 00:02:35.350 INFO STEP 598 (remove_files) COMPLETE
71532026-07-08T00:02:36.354Z[ recovery-image] Jul 08 00:02:35.350 INFO O| Jul 08 00:02:35.350 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71542026-07-08T00:02:36.362Z[ recovery-image] Jul 08 00:02:35.357 INFO O| Jul 08 00:02:35.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1"
71552026-07-08T00:02:36.362Z[ recovery-image] Jul 08 00:02:35.357 INFO O| Jul 08 00:02:35.357 INFO STEP 599 (remove_files) COMPLETE
71562026-07-08T00:02:36.362Z[ recovery-image] Jul 08 00:02:35.357 INFO O| Jul 08 00:02:35.357 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71572026-07-08T00:02:36.370Z[ recovery-image] Jul 08 00:02:35.364 INFO O| Jul 08 00:02:35.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
71582026-07-08T00:02:36.370Z[ recovery-image] Jul 08 00:02:35.364 INFO O| Jul 08 00:02:35.364 INFO STEP 600 (remove_files) COMPLETE
71592026-07-08T00:02:36.371Z[ recovery-image] Jul 08 00:02:35.364 INFO O| Jul 08 00:02:35.364 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71602026-07-08T00:02:36.371Z[ recovery-image] Jul 08 00:02:35.371 INFO O| Jul 08 00:02:35.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
71612026-07-08T00:02:36.386Z[ recovery-image] Jul 08 00:02:35.371 INFO O| Jul 08 00:02:35.371 INFO STEP 601 (remove_files) COMPLETE
71622026-07-08T00:02:36.386Z[ recovery-image] Jul 08 00:02:35.371 INFO O| Jul 08 00:02:35.371 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71632026-07-08T00:02:36.386Z[ recovery-image] Jul 08 00:02:35.380 INFO O| Jul 08 00:02:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
71642026-07-08T00:02:36.386Z[ recovery-image] Jul 08 00:02:35.380 INFO O| Jul 08 00:02:35.380 INFO STEP 602 (remove_files) COMPLETE
71652026-07-08T00:02:36.386Z[ recovery-image] Jul 08 00:02:35.380 INFO O| Jul 08 00:02:35.380 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71662026-07-08T00:02:36.398Z[ recovery-image] Jul 08 00:02:35.387 INFO O| Jul 08 00:02:35.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
71672026-07-08T00:02:36.398Z[ recovery-image] Jul 08 00:02:35.388 INFO O| Jul 08 00:02:35.388 INFO STEP 603 (remove_files) COMPLETE
71682026-07-08T00:02:36.398Z[ recovery-image] Jul 08 00:02:35.388 INFO O| Jul 08 00:02:35.388 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71692026-07-08T00:02:36.398Z[ recovery-image] Jul 08 00:02:35.395 INFO O| Jul 08 00:02:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
71702026-07-08T00:02:36.398Z[ recovery-image] Jul 08 00:02:35.395 INFO O| Jul 08 00:02:35.395 INFO STEP 604 (remove_files) COMPLETE
71712026-07-08T00:02:36.398Z[ recovery-image] Jul 08 00:02:35.395 INFO O| Jul 08 00:02:35.395 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71722026-07-08T00:02:36.405Z[ recovery-image] Jul 08 00:02:35.402 INFO O| Jul 08 00:02:35.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
71732026-07-08T00:02:36.406Z[ recovery-image] Jul 08 00:02:35.402 INFO O| Jul 08 00:02:35.402 INFO STEP 605 (remove_files) COMPLETE
71742026-07-08T00:02:36.406Z[ recovery-image] Jul 08 00:02:35.402 INFO O| Jul 08 00:02:35.402 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71752026-07-08T00:02:36.420Z[ recovery-image] Jul 08 00:02:35.408 INFO O| Jul 08 00:02:35.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
71762026-07-08T00:02:36.420Z[ recovery-image] Jul 08 00:02:35.408 INFO O| Jul 08 00:02:35.408 INFO STEP 606 (remove_files) COMPLETE
71772026-07-08T00:02:36.420Z[ recovery-image] Jul 08 00:02:35.408 INFO O| Jul 08 00:02:35.408 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71782026-07-08T00:02:36.430Z[ recovery-image] Jul 08 00:02:35.417 INFO O| Jul 08 00:02:35.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
71792026-07-08T00:02:36.430Z[ recovery-image] Jul 08 00:02:35.417 INFO O| Jul 08 00:02:35.417 INFO STEP 607 (remove_files) COMPLETE
71802026-07-08T00:02:36.430Z[ recovery-image] Jul 08 00:02:35.417 INFO O| Jul 08 00:02:35.417 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71812026-07-08T00:02:36.430Z[ recovery-image] Jul 08 00:02:35.424 INFO O| Jul 08 00:02:35.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
71822026-07-08T00:02:36.430Z[ recovery-image] Jul 08 00:02:35.424 INFO O| Jul 08 00:02:35.424 INFO STEP 608 (remove_files) COMPLETE
71832026-07-08T00:02:36.430Z[ recovery-image] Jul 08 00:02:35.424 INFO O| Jul 08 00:02:35.424 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71842026-07-08T00:02:36.438Z[ recovery-image] Jul 08 00:02:35.432 INFO O| Jul 08 00:02:35.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
71852026-07-08T00:02:36.439Z[ recovery-image] Jul 08 00:02:35.432 INFO O| Jul 08 00:02:35.432 INFO STEP 609 (remove_files) COMPLETE
71862026-07-08T00:02:36.439Z[ recovery-image] Jul 08 00:02:35.432 INFO O| Jul 08 00:02:35.432 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71872026-07-08T00:02:36.439Z[ recovery-image] Jul 08 00:02:35.439 INFO O| Jul 08 00:02:35.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
71882026-07-08T00:02:36.439Z[ recovery-image] Jul 08 00:02:35.439 INFO O| Jul 08 00:02:35.439 INFO STEP 610 (remove_files) COMPLETE
71892026-07-08T00:02:36.439Z[ recovery-image] Jul 08 00:02:35.439 INFO O| Jul 08 00:02:35.439 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71902026-07-08T00:02:36.451Z[ recovery-image] Jul 08 00:02:35.447 INFO O| Jul 08 00:02:35.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
71912026-07-08T00:02:36.451Z[ recovery-image] Jul 08 00:02:35.447 INFO O| Jul 08 00:02:35.447 INFO STEP 611 (remove_files) COMPLETE
71922026-07-08T00:02:36.451Z[ recovery-image] Jul 08 00:02:35.447 INFO O| Jul 08 00:02:35.447 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71932026-07-08T00:02:36.458Z[ recovery-image] Jul 08 00:02:35.454 INFO O| Jul 08 00:02:35.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
71942026-07-08T00:02:36.458Z[ recovery-image] Jul 08 00:02:35.454 INFO O| Jul 08 00:02:35.454 INFO STEP 612 (remove_files) COMPLETE
71952026-07-08T00:02:36.458Z[ recovery-image] Jul 08 00:02:35.454 INFO O| Jul 08 00:02:35.454 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71962026-07-08T00:02:36.465Z[ recovery-image] Jul 08 00:02:35.461 INFO O| Jul 08 00:02:35.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
71972026-07-08T00:02:36.465Z[ recovery-image] Jul 08 00:02:35.461 INFO O| Jul 08 00:02:35.461 INFO STEP 613 (remove_files) COMPLETE
71982026-07-08T00:02:36.465Z[ recovery-image] Jul 08 00:02:35.461 INFO O| Jul 08 00:02:35.461 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
71992026-07-08T00:02:36.475Z[ recovery-image] Jul 08 00:02:35.468 INFO O| Jul 08 00:02:35.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
72002026-07-08T00:02:36.475Z[ recovery-image] Jul 08 00:02:35.468 INFO O| Jul 08 00:02:35.468 INFO STEP 614 (remove_files) COMPLETE
72012026-07-08T00:02:36.475Z[ recovery-image] Jul 08 00:02:35.468 INFO O| Jul 08 00:02:35.468 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72022026-07-08T00:02:36.475Z[ recovery-image] Jul 08 00:02:35.475 INFO O| Jul 08 00:02:35.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
72032026-07-08T00:02:36.475Z[ recovery-image] Jul 08 00:02:35.475 INFO O| Jul 08 00:02:35.475 INFO STEP 615 (remove_files) COMPLETE
72042026-07-08T00:02:36.475Z[ recovery-image] Jul 08 00:02:35.475 INFO O| Jul 08 00:02:35.475 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72052026-07-08T00:02:36.484Z[ recovery-image] Jul 08 00:02:35.483 INFO O| Jul 08 00:02:35.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
72062026-07-08T00:02:36.484Z[ recovery-image] Jul 08 00:02:35.483 INFO O| Jul 08 00:02:35.483 INFO STEP 616 (remove_files) COMPLETE
72072026-07-08T00:02:36.484Z[ recovery-image] Jul 08 00:02:35.483 INFO O| Jul 08 00:02:35.483 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72082026-07-08T00:02:36.493Z[ recovery-image] Jul 08 00:02:35.491 INFO O| Jul 08 00:02:35.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
72092026-07-08T00:02:36.493Z[ recovery-image] Jul 08 00:02:35.491 INFO O| Jul 08 00:02:35.491 INFO STEP 617 (remove_files) COMPLETE
72102026-07-08T00:02:36.493Z[ recovery-image] Jul 08 00:02:35.491 INFO O| Jul 08 00:02:35.491 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72112026-07-08T00:02:36.520Z[ recovery-image] Jul 08 00:02:35.498 INFO O| Jul 08 00:02:35.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
72122026-07-08T00:02:36.520Z[ recovery-image] Jul 08 00:02:35.498 INFO O| Jul 08 00:02:35.498 INFO STEP 618 (remove_files) COMPLETE
72132026-07-08T00:02:36.520Z[ recovery-image] Jul 08 00:02:35.498 INFO O| Jul 08 00:02:35.498 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72142026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.505 INFO O| Jul 08 00:02:35.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
72152026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.505 INFO O| Jul 08 00:02:35.505 INFO STEP 619 (remove_files) COMPLETE
72162026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.505 INFO O| Jul 08 00:02:35.505 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72172026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.511 INFO O| Jul 08 00:02:35.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
72182026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.511 INFO O| Jul 08 00:02:35.511 INFO STEP 620 (remove_files) COMPLETE
72192026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.511 INFO O| Jul 08 00:02:35.511 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72202026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.520 INFO O| Jul 08 00:02:35.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
72212026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.520 INFO O| Jul 08 00:02:35.520 INFO STEP 621 (remove_files) COMPLETE
72222026-07-08T00:02:36.521Z[ recovery-image] Jul 08 00:02:35.520 INFO O| Jul 08 00:02:35.520 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72232026-07-08T00:02:36.530Z[ recovery-image] Jul 08 00:02:35.527 INFO O| Jul 08 00:02:35.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
72242026-07-08T00:02:36.530Z[ recovery-image] Jul 08 00:02:35.527 INFO O| Jul 08 00:02:35.527 INFO STEP 622 (remove_files) COMPLETE
72252026-07-08T00:02:36.530Z[ recovery-image] Jul 08 00:02:35.527 INFO O| Jul 08 00:02:35.527 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72262026-07-08T00:02:36.540Z[ recovery-image] Jul 08 00:02:35.535 INFO O| Jul 08 00:02:35.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
72272026-07-08T00:02:36.540Z[ recovery-image] Jul 08 00:02:35.535 INFO O| Jul 08 00:02:35.535 INFO STEP 623 (remove_files) COMPLETE
72282026-07-08T00:02:36.540Z[ recovery-image] Jul 08 00:02:35.535 INFO O| Jul 08 00:02:35.535 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72292026-07-08T00:02:36.550Z[ recovery-image] Jul 08 00:02:35.542 INFO O| Jul 08 00:02:35.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
72302026-07-08T00:02:36.550Z[ recovery-image] Jul 08 00:02:35.542 INFO O| Jul 08 00:02:35.542 INFO STEP 624 (remove_files) COMPLETE
72312026-07-08T00:02:36.550Z[ recovery-image] Jul 08 00:02:35.542 INFO O| Jul 08 00:02:35.542 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72322026-07-08T00:02:36.550Z[ recovery-image] Jul 08 00:02:35.549 INFO O| Jul 08 00:02:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
72332026-07-08T00:02:36.550Z[ recovery-image] Jul 08 00:02:35.549 INFO O| Jul 08 00:02:35.549 INFO STEP 625 (remove_files) COMPLETE
72342026-07-08T00:02:36.550Z[ recovery-image] Jul 08 00:02:35.549 INFO O| Jul 08 00:02:35.549 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72352026-07-08T00:02:36.560Z[ recovery-image] Jul 08 00:02:35.556 INFO O| Jul 08 00:02:35.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
72362026-07-08T00:02:36.560Z[ recovery-image] Jul 08 00:02:35.557 INFO O| Jul 08 00:02:35.557 INFO STEP 626 (remove_files) COMPLETE
72372026-07-08T00:02:36.560Z[ recovery-image] Jul 08 00:02:35.557 INFO O| Jul 08 00:02:35.557 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72382026-07-08T00:02:36.574Z[ recovery-image] Jul 08 00:02:35.565 INFO O| Jul 08 00:02:35.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
72392026-07-08T00:02:36.574Z[ recovery-image] Jul 08 00:02:35.565 INFO O| Jul 08 00:02:35.565 INFO STEP 627 (remove_files) COMPLETE
72402026-07-08T00:02:36.574Z[ recovery-image] Jul 08 00:02:35.565 INFO O| Jul 08 00:02:35.565 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72412026-07-08T00:02:36.583Z[ recovery-image] Jul 08 00:02:35.572 INFO O| Jul 08 00:02:35.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
72422026-07-08T00:02:36.583Z[ recovery-image] Jul 08 00:02:35.572 INFO O| Jul 08 00:02:35.572 INFO STEP 628 (remove_files) COMPLETE
72432026-07-08T00:02:36.583Z[ recovery-image] Jul 08 00:02:35.572 INFO O| Jul 08 00:02:35.572 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72442026-07-08T00:02:36.583Z[ recovery-image] Jul 08 00:02:35.579 INFO O| Jul 08 00:02:35.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2"
72452026-07-08T00:02:36.583Z[ recovery-image] Jul 08 00:02:35.579 INFO O| Jul 08 00:02:35.579 INFO STEP 629 (remove_files) COMPLETE
72462026-07-08T00:02:36.583Z[ recovery-image] Jul 08 00:02:35.579 INFO O| Jul 08 00:02:35.579 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72472026-07-08T00:02:36.594Z[ recovery-image] Jul 08 00:02:35.587 INFO O| Jul 08 00:02:35.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1"
72482026-07-08T00:02:36.594Z[ recovery-image] Jul 08 00:02:35.587 INFO O| Jul 08 00:02:35.587 INFO STEP 630 (remove_files) COMPLETE
72492026-07-08T00:02:36.594Z[ recovery-image] Jul 08 00:02:35.587 INFO O| Jul 08 00:02:35.587 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72502026-07-08T00:02:36.594Z[ recovery-image] Jul 08 00:02:35.594 INFO O| Jul 08 00:02:35.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr"
72512026-07-08T00:02:36.603Z[ recovery-image] Jul 08 00:02:35.595 INFO O| Jul 08 00:02:35.595 INFO STEP 631 (remove_files) COMPLETE
72522026-07-08T00:02:36.603Z[ recovery-image] Jul 08 00:02:35.595 INFO O| Jul 08 00:02:35.595 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72532026-07-08T00:02:36.603Z[ recovery-image] Jul 08 00:02:35.602 INFO O| Jul 08 00:02:35.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh"
72542026-07-08T00:02:36.603Z[ recovery-image] Jul 08 00:02:35.602 INFO O| Jul 08 00:02:35.602 INFO STEP 632 (remove_files) COMPLETE
72552026-07-08T00:02:36.603Z[ recovery-image] Jul 08 00:02:35.602 INFO O| Jul 08 00:02:35.602 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72562026-07-08T00:02:36.612Z[ recovery-image] Jul 08 00:02:35.610 INFO O| Jul 08 00:02:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query"
72572026-07-08T00:02:36.612Z[ recovery-image] Jul 08 00:02:35.611 INFO O| Jul 08 00:02:35.611 INFO STEP 633 (remove_files) COMPLETE
72582026-07-08T00:02:36.612Z[ recovery-image] Jul 08 00:02:35.611 INFO O| Jul 08 00:02:35.611 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72592026-07-08T00:02:36.621Z[ recovery-image] Jul 08 00:02:35.617 INFO O| Jul 08 00:02:35.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh"
72602026-07-08T00:02:36.621Z[ recovery-image] Jul 08 00:02:35.617 INFO O| Jul 08 00:02:35.617 INFO STEP 634 (remove_files) COMPLETE
72612026-07-08T00:02:36.621Z[ recovery-image] Jul 08 00:02:35.617 INFO O| Jul 08 00:02:35.617 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72622026-07-08T00:02:36.629Z[ recovery-image] Jul 08 00:02:35.626 INFO O| Jul 08 00:02:35.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
72632026-07-08T00:02:36.629Z[ recovery-image] Jul 08 00:02:35.626 INFO O| Jul 08 00:02:35.626 INFO STEP 635 (remove_files) COMPLETE
72642026-07-08T00:02:36.629Z[ recovery-image] Jul 08 00:02:35.626 INFO O| Jul 08 00:02:35.626 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72652026-07-08T00:02:36.637Z[ recovery-image] Jul 08 00:02:35.634 INFO O| Jul 08 00:02:35.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
72662026-07-08T00:02:36.637Z[ recovery-image] Jul 08 00:02:35.635 INFO O| Jul 08 00:02:35.635 INFO STEP 636 (remove_files) COMPLETE
72672026-07-08T00:02:36.637Z[ recovery-image] Jul 08 00:02:35.635 INFO O| Jul 08 00:02:35.635 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72682026-07-08T00:02:36.650Z[ recovery-image] Jul 08 00:02:35.642 INFO O| Jul 08 00:02:35.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
72692026-07-08T00:02:36.650Z[ recovery-image] Jul 08 00:02:35.642 INFO O| Jul 08 00:02:35.642 INFO STEP 637 (remove_files) COMPLETE
72702026-07-08T00:02:36.650Z[ recovery-image] Jul 08 00:02:35.642 INFO O| Jul 08 00:02:35.642 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72712026-07-08T00:02:36.650Z[ recovery-image] Jul 08 00:02:35.649 INFO O| Jul 08 00:02:35.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
72722026-07-08T00:02:36.651Z[ recovery-image] Jul 08 00:02:35.649 INFO O| Jul 08 00:02:35.649 INFO STEP 638 (remove_files) COMPLETE
72732026-07-08T00:02:36.651Z[ recovery-image] Jul 08 00:02:35.649 INFO O| Jul 08 00:02:35.649 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72742026-07-08T00:02:36.660Z[ recovery-image] Jul 08 00:02:35.658 INFO O| Jul 08 00:02:35.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
72752026-07-08T00:02:36.660Z[ recovery-image] Jul 08 00:02:35.658 INFO O| Jul 08 00:02:35.658 INFO STEP 639 (remove_files) COMPLETE
72762026-07-08T00:02:36.660Z[ recovery-image] Jul 08 00:02:35.658 INFO O| Jul 08 00:02:35.658 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72772026-07-08T00:02:36.668Z[ recovery-image] Jul 08 00:02:35.666 INFO O| Jul 08 00:02:35.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1"
72782026-07-08T00:02:36.668Z[ recovery-image] Jul 08 00:02:35.666 INFO O| Jul 08 00:02:35.666 INFO STEP 640 (remove_files) COMPLETE
72792026-07-08T00:02:36.668Z[ recovery-image] Jul 08 00:02:35.666 INFO O| Jul 08 00:02:35.666 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72802026-07-08T00:02:36.675Z[ recovery-image] Jul 08 00:02:35.673 INFO O| Jul 08 00:02:35.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1"
72812026-07-08T00:02:36.675Z[ recovery-image] Jul 08 00:02:35.673 INFO O| Jul 08 00:02:35.673 INFO STEP 641 (remove_files) COMPLETE
72822026-07-08T00:02:36.675Z[ recovery-image] Jul 08 00:02:35.673 INFO O| Jul 08 00:02:35.673 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72832026-07-08T00:02:36.684Z[ recovery-image] Jul 08 00:02:35.681 INFO O| Jul 08 00:02:35.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1"
72842026-07-08T00:02:36.684Z[ recovery-image] Jul 08 00:02:35.681 INFO O| Jul 08 00:02:35.681 INFO STEP 642 (remove_files) COMPLETE
72852026-07-08T00:02:36.684Z[ recovery-image] Jul 08 00:02:35.681 INFO O| Jul 08 00:02:35.681 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72862026-07-08T00:02:36.692Z[ recovery-image] Jul 08 00:02:35.688 INFO O| Jul 08 00:02:35.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1"
72872026-07-08T00:02:36.692Z[ recovery-image] Jul 08 00:02:35.688 INFO O| Jul 08 00:02:35.688 INFO STEP 643 (remove_files) COMPLETE
72882026-07-08T00:02:36.692Z[ recovery-image] Jul 08 00:02:35.688 INFO O| Jul 08 00:02:35.688 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72892026-07-08T00:02:36.700Z[ recovery-image] Jul 08 00:02:35.696 INFO O| Jul 08 00:02:35.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1"
72902026-07-08T00:02:36.700Z[ recovery-image] Jul 08 00:02:35.696 INFO O| Jul 08 00:02:35.696 INFO STEP 644 (remove_files) COMPLETE
72912026-07-08T00:02:36.700Z[ recovery-image] Jul 08 00:02:35.696 INFO O| Jul 08 00:02:35.696 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72922026-07-08T00:02:36.709Z[ recovery-image] Jul 08 00:02:35.704 INFO O| Jul 08 00:02:35.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1"
72932026-07-08T00:02:36.709Z[ recovery-image] Jul 08 00:02:35.704 INFO O| Jul 08 00:02:35.704 INFO STEP 645 (remove_files) COMPLETE
72942026-07-08T00:02:36.709Z[ recovery-image] Jul 08 00:02:35.704 INFO O| Jul 08 00:02:35.704 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72952026-07-08T00:02:36.718Z[ recovery-image] Jul 08 00:02:35.711 INFO O| Jul 08 00:02:35.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin"
72962026-07-08T00:02:36.718Z[ recovery-image] Jul 08 00:02:35.712 INFO O| Jul 08 00:02:35.712 INFO STEP 646 (remove_files) COMPLETE
72972026-07-08T00:02:36.718Z[ recovery-image] Jul 08 00:02:35.712 INFO O| Jul 08 00:02:35.712 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
72982026-07-08T00:02:36.725Z[ recovery-image] Jul 08 00:02:35.719 INFO O| Jul 08 00:02:35.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl"
72992026-07-08T00:02:36.725Z[ recovery-image] Jul 08 00:02:35.720 INFO O| Jul 08 00:02:35.720 INFO STEP 647 (remove_files) COMPLETE
73002026-07-08T00:02:36.725Z[ recovery-image] Jul 08 00:02:35.720 INFO O| Jul 08 00:02:35.720 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73012026-07-08T00:02:36.734Z[ recovery-image] Jul 08 00:02:35.727 INFO O| Jul 08 00:02:35.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin"
73022026-07-08T00:02:36.735Z[ recovery-image] Jul 08 00:02:35.727 INFO O| Jul 08 00:02:35.727 INFO STEP 648 (remove_files) COMPLETE
73032026-07-08T00:02:36.735Z[ recovery-image] Jul 08 00:02:35.727 INFO O| Jul 08 00:02:35.727 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73042026-07-08T00:02:36.735Z[ recovery-image] Jul 08 00:02:35.734 INFO O| Jul 08 00:02:35.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl"
73052026-07-08T00:02:36.735Z[ recovery-image] Jul 08 00:02:35.734 INFO O| Jul 08 00:02:35.734 INFO STEP 649 (remove_files) COMPLETE
73062026-07-08T00:02:36.735Z[ recovery-image] Jul 08 00:02:35.734 INFO O| Jul 08 00:02:35.734 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73072026-07-08T00:02:36.743Z[ recovery-image] Jul 08 00:02:35.742 INFO O| Jul 08 00:02:35.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin"
73082026-07-08T00:02:36.743Z[ recovery-image] Jul 08 00:02:35.742 INFO O| Jul 08 00:02:35.742 INFO STEP 650 (remove_files) COMPLETE
73092026-07-08T00:02:36.743Z[ recovery-image] Jul 08 00:02:35.742 INFO O| Jul 08 00:02:35.742 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73102026-07-08T00:02:36.753Z[ recovery-image] Jul 08 00:02:35.750 INFO O| Jul 08 00:02:35.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl"
73112026-07-08T00:02:36.753Z[ recovery-image] Jul 08 00:02:35.750 INFO O| Jul 08 00:02:35.750 INFO STEP 651 (remove_files) COMPLETE
73122026-07-08T00:02:36.753Z[ recovery-image] Jul 08 00:02:35.750 INFO O| Jul 08 00:02:35.750 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73132026-07-08T00:02:36.763Z[ recovery-image] Jul 08 00:02:35.757 INFO O| Jul 08 00:02:35.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin"
73142026-07-08T00:02:36.763Z[ recovery-image] Jul 08 00:02:35.757 INFO O| Jul 08 00:02:35.757 INFO STEP 652 (remove_files) COMPLETE
73152026-07-08T00:02:36.763Z[ recovery-image] Jul 08 00:02:35.757 INFO O| Jul 08 00:02:35.757 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73162026-07-08T00:02:36.772Z[ recovery-image] Jul 08 00:02:35.765 INFO O| Jul 08 00:02:35.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl"
73172026-07-08T00:02:36.772Z[ recovery-image] Jul 08 00:02:35.765 INFO O| Jul 08 00:02:35.765 INFO STEP 653 (remove_files) COMPLETE
73182026-07-08T00:02:36.772Z[ recovery-image] Jul 08 00:02:35.765 INFO O| Jul 08 00:02:35.765 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73192026-07-08T00:02:36.772Z[ recovery-image] Jul 08 00:02:35.772 INFO O| Jul 08 00:02:35.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin"
73202026-07-08T00:02:36.772Z[ recovery-image] Jul 08 00:02:35.772 INFO O| Jul 08 00:02:35.772 INFO STEP 654 (remove_files) COMPLETE
73212026-07-08T00:02:36.772Z[ recovery-image] Jul 08 00:02:35.772 INFO O| Jul 08 00:02:35.772 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73222026-07-08T00:02:36.792Z[ recovery-image] Jul 08 00:02:35.778 INFO O| Jul 08 00:02:35.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl"
73232026-07-08T00:02:36.792Z[ recovery-image] Jul 08 00:02:35.778 INFO O| Jul 08 00:02:35.778 INFO STEP 655 (remove_files) COMPLETE
73242026-07-08T00:02:36.792Z[ recovery-image] Jul 08 00:02:35.778 INFO O| Jul 08 00:02:35.778 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73252026-07-08T00:02:36.792Z[ recovery-image] Jul 08 00:02:35.787 INFO O| Jul 08 00:02:35.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
73262026-07-08T00:02:36.792Z[ recovery-image] Jul 08 00:02:35.787 INFO O| Jul 08 00:02:35.787 INFO STEP 656 (remove_files) COMPLETE
73272026-07-08T00:02:36.792Z[ recovery-image] Jul 08 00:02:35.787 INFO O| Jul 08 00:02:35.787 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73282026-07-08T00:02:36.802Z[ recovery-image] Jul 08 00:02:35.794 INFO O| Jul 08 00:02:35.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
73292026-07-08T00:02:36.802Z[ recovery-image] Jul 08 00:02:35.794 INFO O| Jul 08 00:02:35.794 INFO STEP 657 (remove_files) COMPLETE
73302026-07-08T00:02:36.802Z[ recovery-image] Jul 08 00:02:35.794 INFO O| Jul 08 00:02:35.794 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73312026-07-08T00:02:36.802Z[ recovery-image] Jul 08 00:02:35.801 INFO O| Jul 08 00:02:35.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled"
73322026-07-08T00:02:36.802Z[ recovery-image] Jul 08 00:02:35.801 INFO O| Jul 08 00:02:35.801 INFO STEP 658 (remove_files) COMPLETE
73332026-07-08T00:02:36.802Z[ recovery-image] Jul 08 00:02:35.801 INFO O| Jul 08 00:02:35.801 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73342026-07-08T00:02:36.817Z[ recovery-image] Jul 08 00:02:35.808 INFO O| Jul 08 00:02:35.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv"
73352026-07-08T00:02:36.817Z[ recovery-image] Jul 08 00:02:35.808 INFO O| Jul 08 00:02:35.808 INFO STEP 659 (remove_files) COMPLETE
73362026-07-08T00:02:36.817Z[ recovery-image] Jul 08 00:02:35.808 INFO O| Jul 08 00:02:35.808 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73372026-07-08T00:02:36.825Z[ recovery-image] Jul 08 00:02:35.815 INFO O| Jul 08 00:02:35.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend"
73382026-07-08T00:02:36.825Z[ recovery-image] Jul 08 00:02:35.815 INFO O| Jul 08 00:02:35.815 INFO STEP 660 (remove_files) COMPLETE
73392026-07-08T00:02:36.825Z[ recovery-image] Jul 08 00:02:35.815 INFO O| Jul 08 00:02:35.815 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73402026-07-08T00:02:36.825Z[ recovery-image] Jul 08 00:02:35.823 INFO O| Jul 08 00:02:35.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo"
73412026-07-08T00:02:36.825Z[ recovery-image] Jul 08 00:02:35.823 INFO O| Jul 08 00:02:35.823 INFO STEP 661 (remove_files) COMPLETE
73422026-07-08T00:02:36.825Z[ recovery-image] Jul 08 00:02:35.823 INFO O| Jul 08 00:02:35.823 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73432026-07-08T00:02:36.835Z[ recovery-image] Jul 08 00:02:35.830 INFO O| Jul 08 00:02:35.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o"
73442026-07-08T00:02:36.835Z[ recovery-image] Jul 08 00:02:35.830 INFO O| Jul 08 00:02:35.830 INFO STEP 662 (remove_files) COMPLETE
73452026-07-08T00:02:36.835Z[ recovery-image] Jul 08 00:02:35.830 INFO O| Jul 08 00:02:35.830 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73462026-07-08T00:02:36.844Z[ recovery-image] Jul 08 00:02:35.837 INFO O| Jul 08 00:02:35.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
73472026-07-08T00:02:36.844Z[ recovery-image] Jul 08 00:02:35.837 INFO O| Jul 08 00:02:35.837 INFO STEP 663 (remove_files) COMPLETE
73482026-07-08T00:02:36.844Z[ recovery-image] Jul 08 00:02:35.837 INFO O| Jul 08 00:02:35.837 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73492026-07-08T00:02:36.844Z[ recovery-image] Jul 08 00:02:35.844 INFO O| Jul 08 00:02:35.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d"
73502026-07-08T00:02:36.844Z[ recovery-image] Jul 08 00:02:35.844 INFO O| Jul 08 00:02:35.844 INFO STEP 664 (remove_files) COMPLETE
73512026-07-08T00:02:36.844Z[ recovery-image] Jul 08 00:02:35.844 INFO O| Jul 08 00:02:35.844 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73522026-07-08T00:02:36.853Z[ recovery-image] Jul 08 00:02:35.850 INFO O| Jul 08 00:02:35.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o"
73532026-07-08T00:02:36.854Z[ recovery-image] Jul 08 00:02:35.850 INFO O| Jul 08 00:02:35.850 INFO STEP 665 (remove_files) COMPLETE
73542026-07-08T00:02:36.854Z[ recovery-image] Jul 08 00:02:35.850 INFO O| Jul 08 00:02:35.850 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73552026-07-08T00:02:36.863Z[ recovery-image] Jul 08 00:02:35.857 INFO O| Jul 08 00:02:35.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
73562026-07-08T00:02:36.863Z[ recovery-image] Jul 08 00:02:35.857 INFO O| Jul 08 00:02:35.857 INFO STEP 666 (remove_files) COMPLETE
73572026-07-08T00:02:36.863Z[ recovery-image] Jul 08 00:02:35.857 INFO O| Jul 08 00:02:35.857 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73582026-07-08T00:02:36.863Z[ recovery-image] Jul 08 00:02:35.863 INFO O| Jul 08 00:02:35.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
73592026-07-08T00:02:36.863Z[ recovery-image] Jul 08 00:02:35.863 INFO O| Jul 08 00:02:35.863 INFO STEP 667 (remove_files) COMPLETE
73602026-07-08T00:02:36.863Z[ recovery-image] Jul 08 00:02:35.863 INFO O| Jul 08 00:02:35.863 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73612026-07-08T00:02:36.871Z[ recovery-image] Jul 08 00:02:35.870 INFO O| Jul 08 00:02:35.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
73622026-07-08T00:02:36.871Z[ recovery-image] Jul 08 00:02:35.870 INFO O| Jul 08 00:02:35.870 INFO STEP 668 (remove_files) COMPLETE
73632026-07-08T00:02:36.871Z[ recovery-image] Jul 08 00:02:35.870 INFO O| Jul 08 00:02:35.870 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73642026-07-08T00:02:36.881Z[ recovery-image] Jul 08 00:02:35.879 INFO O| Jul 08 00:02:35.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
73652026-07-08T00:02:36.881Z[ recovery-image] Jul 08 00:02:35.879 INFO O| Jul 08 00:02:35.879 INFO STEP 669 (remove_files) COMPLETE
73662026-07-08T00:02:36.881Z[ recovery-image] Jul 08 00:02:35.879 INFO O| Jul 08 00:02:35.879 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73672026-07-08T00:02:36.892Z[ recovery-image] Jul 08 00:02:35.886 INFO O| Jul 08 00:02:35.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
73682026-07-08T00:02:36.892Z[ recovery-image] Jul 08 00:02:35.886 INFO O| Jul 08 00:02:35.886 INFO STEP 670 (remove_files) COMPLETE
73692026-07-08T00:02:36.892Z[ recovery-image] Jul 08 00:02:35.886 INFO O| Jul 08 00:02:35.886 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73702026-07-08T00:02:36.903Z[ recovery-image] Jul 08 00:02:35.893 INFO O| Jul 08 00:02:35.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
73712026-07-08T00:02:36.903Z[ recovery-image] Jul 08 00:02:35.893 INFO O| Jul 08 00:02:35.893 INFO STEP 671 (remove_files) COMPLETE
73722026-07-08T00:02:36.903Z[ recovery-image] Jul 08 00:02:35.893 INFO O| Jul 08 00:02:35.893 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73732026-07-08T00:02:36.903Z[ recovery-image] Jul 08 00:02:35.901 INFO O| Jul 08 00:02:35.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
73742026-07-08T00:02:36.903Z[ recovery-image] Jul 08 00:02:35.901 INFO O| Jul 08 00:02:35.901 INFO STEP 672 (remove_files) COMPLETE
73752026-07-08T00:02:36.903Z[ recovery-image] Jul 08 00:02:35.901 INFO O| Jul 08 00:02:35.901 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73762026-07-08T00:02:36.915Z[ recovery-image] Jul 08 00:02:35.909 INFO O| Jul 08 00:02:35.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
73772026-07-08T00:02:36.915Z[ recovery-image] Jul 08 00:02:35.909 INFO O| Jul 08 00:02:35.909 INFO STEP 673 (remove_files) COMPLETE
73782026-07-08T00:02:36.915Z[ recovery-image] Jul 08 00:02:35.909 INFO O| Jul 08 00:02:35.909 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73792026-07-08T00:02:36.923Z[ recovery-image] Jul 08 00:02:35.916 INFO O| Jul 08 00:02:35.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
73802026-07-08T00:02:36.923Z[ recovery-image] Jul 08 00:02:35.917 INFO O| Jul 08 00:02:35.916 INFO STEP 674 (remove_files) COMPLETE
73812026-07-08T00:02:36.923Z[ recovery-image] Jul 08 00:02:35.917 INFO O| Jul 08 00:02:35.917 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73822026-07-08T00:02:36.937Z[ recovery-image] Jul 08 00:02:35.924 INFO O| Jul 08 00:02:35.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
73832026-07-08T00:02:36.937Z[ recovery-image] Jul 08 00:02:35.924 INFO O| Jul 08 00:02:35.924 INFO STEP 675 (remove_files) COMPLETE
73842026-07-08T00:02:36.937Z[ recovery-image] Jul 08 00:02:35.924 INFO O| Jul 08 00:02:35.924 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73852026-07-08T00:02:36.937Z[ recovery-image] Jul 08 00:02:35.932 INFO O| Jul 08 00:02:35.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict"
73862026-07-08T00:02:36.937Z[ recovery-image] Jul 08 00:02:35.932 INFO O| Jul 08 00:02:35.932 INFO STEP 676 (remove_files) COMPLETE
73872026-07-08T00:02:36.938Z[ recovery-image] Jul 08 00:02:35.932 INFO O| Jul 08 00:02:35.932 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73882026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.940 INFO O| Jul 08 00:02:35.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
73892026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.940 INFO O| Jul 08 00:02:35.940 INFO STEP 677 (remove_files) COMPLETE
73902026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.940 INFO O| Jul 08 00:02:35.940 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73912026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.947 INFO O| Jul 08 00:02:35.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict"
73922026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.947 INFO O| Jul 08 00:02:35.947 INFO STEP 678 (remove_files) COMPLETE
73932026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.947 INFO O| Jul 08 00:02:35.947 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73942026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.955 INFO O| Jul 08 00:02:35.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict"
73952026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.955 INFO O| Jul 08 00:02:35.955 INFO STEP 679 (remove_files) COMPLETE
73962026-07-08T00:02:36.955Z[ recovery-image] Jul 08 00:02:35.955 INFO O| Jul 08 00:02:35.955 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
73972026-07-08T00:02:36.965Z[ recovery-image] Jul 08 00:02:35.962 INFO O| Jul 08 00:02:35.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject"
73982026-07-08T00:02:36.965Z[ recovery-image] Jul 08 00:02:35.962 INFO O| Jul 08 00:02:35.962 INFO STEP 680 (remove_files) COMPLETE
73992026-07-08T00:02:36.965Z[ recovery-image] Jul 08 00:02:35.962 INFO O| Jul 08 00:02:35.962 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74002026-07-08T00:02:36.974Z[ recovery-image] Jul 08 00:02:35.969 INFO O| Jul 08 00:02:35.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim"
74012026-07-08T00:02:36.974Z[ recovery-image] Jul 08 00:02:35.969 INFO O| Jul 08 00:02:35.969 INFO STEP 681 (remove_files) COMPLETE
74022026-07-08T00:02:36.974Z[ recovery-image] Jul 08 00:02:35.969 INFO O| Jul 08 00:02:35.969 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74032026-07-08T00:02:36.982Z[ recovery-image] Jul 08 00:02:35.975 INFO O| Jul 08 00:02:35.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo"
74042026-07-08T00:02:36.983Z[ recovery-image] Jul 08 00:02:35.975 INFO O| Jul 08 00:02:35.975 INFO STEP 682 (remove_files) COMPLETE
74052026-07-08T00:02:36.983Z[ recovery-image] Jul 08 00:02:35.975 INFO O| Jul 08 00:02:35.975 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74062026-07-08T00:02:36.983Z[ recovery-image] Jul 08 00:02:35.982 INFO O| Jul 08 00:02:35.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo"
74072026-07-08T00:02:36.983Z[ recovery-image] Jul 08 00:02:35.982 INFO O| Jul 08 00:02:35.982 INFO STEP 683 (remove_files) COMPLETE
74082026-07-08T00:02:36.983Z[ recovery-image] Jul 08 00:02:35.982 INFO O| Jul 08 00:02:35.982 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74092026-07-08T00:02:36.993Z[ recovery-image] Jul 08 00:02:35.989 INFO O| Jul 08 00:02:35.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode"
74102026-07-08T00:02:36.993Z[ recovery-image] Jul 08 00:02:35.989 INFO O| Jul 08 00:02:35.989 INFO STEP 684 (remove_files) COMPLETE
74112026-07-08T00:02:36.993Z[ recovery-image] Jul 08 00:02:35.990 INFO O| Jul 08 00:02:35.989 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74122026-07-08T00:02:37.001Z[ recovery-image] Jul 08 00:02:35.996 INFO O| Jul 08 00:02:35.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
74132026-07-08T00:02:37.001Z[ recovery-image] Jul 08 00:02:35.996 INFO O| Jul 08 00:02:35.996 INFO STEP 685 (remove_files) COMPLETE
74142026-07-08T00:02:37.002Z[ recovery-image] Jul 08 00:02:35.996 INFO O| Jul 08 00:02:35.996 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74152026-07-08T00:02:37.009Z[ recovery-image] Jul 08 00:02:36.004 INFO O| Jul 08 00:02:36.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
74162026-07-08T00:02:37.009Z[ recovery-image] Jul 08 00:02:36.004 INFO O| Jul 08 00:02:36.004 INFO STEP 686 (remove_files) COMPLETE
74172026-07-08T00:02:37.009Z[ recovery-image] Jul 08 00:02:36.004 INFO O| Jul 08 00:02:36.004 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74182026-07-08T00:02:37.058Z[ recovery-image] Jul 08 00:02:36.011 INFO O| Jul 08 00:02:36.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
74192026-07-08T00:02:37.058Z[ recovery-image] Jul 08 00:02:36.012 INFO O| Jul 08 00:02:36.012 INFO STEP 687 (remove_files) COMPLETE
74202026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.012 INFO O| Jul 08 00:02:36.012 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74212026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.019 INFO O| Jul 08 00:02:36.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
74222026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.019 INFO O| Jul 08 00:02:36.019 INFO STEP 688 (remove_files) COMPLETE
74232026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.019 INFO O| Jul 08 00:02:36.019 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74242026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.026 INFO O| Jul 08 00:02:36.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
74252026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.026 INFO O| Jul 08 00:02:36.026 INFO STEP 689 (remove_files) COMPLETE
74262026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.026 INFO O| Jul 08 00:02:36.026 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74272026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.034 INFO O| Jul 08 00:02:36.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
74282026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.034 INFO O| Jul 08 00:02:36.034 INFO STEP 690 (remove_files) COMPLETE
74292026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.034 INFO O| Jul 08 00:02:36.034 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74302026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.041 INFO O| Jul 08 00:02:36.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
74312026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.041 INFO O| Jul 08 00:02:36.041 INFO STEP 691 (remove_files) COMPLETE
74322026-07-08T00:02:37.059Z[ recovery-image] Jul 08 00:02:36.041 INFO O| Jul 08 00:02:36.041 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74332026-07-08T00:02:37.088Z[ recovery-image] Jul 08 00:02:36.047 INFO O| Jul 08 00:02:36.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
74342026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.047 INFO O| Jul 08 00:02:36.047 INFO STEP 692 (remove_files) COMPLETE
74352026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.047 INFO O| Jul 08 00:02:36.047 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74362026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.053 INFO O| Jul 08 00:02:36.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
74372026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.053 INFO O| Jul 08 00:02:36.053 INFO STEP 693 (remove_files) COMPLETE
74382026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.053 INFO O| Jul 08 00:02:36.053 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74392026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.059 INFO O| Jul 08 00:02:36.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
74402026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.059 INFO O| Jul 08 00:02:36.059 INFO STEP 694 (remove_files) COMPLETE
74412026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.059 INFO O| Jul 08 00:02:36.059 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74422026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.066 INFO O| Jul 08 00:02:36.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
74432026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.066 INFO O| Jul 08 00:02:36.066 INFO STEP 695 (remove_files) COMPLETE
74442026-07-08T00:02:37.089Z[ recovery-image] Jul 08 00:02:36.066 INFO O| Jul 08 00:02:36.066 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74452026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.072 INFO O| Jul 08 00:02:36.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
74462026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.072 INFO O| Jul 08 00:02:36.072 INFO STEP 696 (remove_files) COMPLETE
74472026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.072 INFO O| Jul 08 00:02:36.072 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74482026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.079 INFO O| Jul 08 00:02:36.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
74492026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.079 INFO O| Jul 08 00:02:36.079 INFO STEP 697 (remove_files) COMPLETE
74502026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.079 INFO O| Jul 08 00:02:36.079 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74512026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.085 INFO O| Jul 08 00:02:36.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
74522026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.085 INFO O| Jul 08 00:02:36.085 INFO STEP 698 (remove_files) COMPLETE
74532026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.085 INFO O| Jul 08 00:02:36.085 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74542026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.091 INFO O| Jul 08 00:02:36.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
74552026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.091 INFO O| Jul 08 00:02:36.091 INFO STEP 699 (remove_files) COMPLETE
74562026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.091 INFO O| Jul 08 00:02:36.091 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74572026-07-08T00:02:37.104Z[ recovery-image] Jul 08 00:02:36.098 INFO O| Jul 08 00:02:36.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
74582026-07-08T00:02:37.105Z[ recovery-image] Jul 08 00:02:36.098 INFO O| Jul 08 00:02:36.098 INFO STEP 700 (remove_files) COMPLETE
74592026-07-08T00:02:37.105Z[ recovery-image] Jul 08 00:02:36.098 INFO O| Jul 08 00:02:36.098 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74602026-07-08T00:02:37.113Z[ recovery-image] Jul 08 00:02:36.103 INFO O| Jul 08 00:02:36.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
74612026-07-08T00:02:37.113Z[ recovery-image] Jul 08 00:02:36.103 INFO O| Jul 08 00:02:36.103 INFO STEP 701 (remove_files) COMPLETE
74622026-07-08T00:02:37.113Z[ recovery-image] Jul 08 00:02:36.103 INFO O| Jul 08 00:02:36.103 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74632026-07-08T00:02:37.113Z[ recovery-image] Jul 08 00:02:36.109 INFO O| Jul 08 00:02:36.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
74642026-07-08T00:02:37.114Z[ recovery-image] Jul 08 00:02:36.109 INFO O| Jul 08 00:02:36.109 INFO STEP 702 (remove_files) COMPLETE
74652026-07-08T00:02:37.114Z[ recovery-image] Jul 08 00:02:36.109 INFO O| Jul 08 00:02:36.109 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74662026-07-08T00:02:37.117Z[ recovery-image] Jul 08 00:02:36.116 INFO O| Jul 08 00:02:36.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
74672026-07-08T00:02:37.117Z[ recovery-image] Jul 08 00:02:36.116 INFO O| Jul 08 00:02:36.116 INFO STEP 703 (remove_files) COMPLETE
74682026-07-08T00:02:37.118Z[ recovery-image] Jul 08 00:02:36.116 INFO O| Jul 08 00:02:36.116 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74692026-07-08T00:02:37.124Z[ recovery-image] Jul 08 00:02:36.122 INFO O| Jul 08 00:02:36.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
74702026-07-08T00:02:37.124Z[ recovery-image] Jul 08 00:02:36.122 INFO O| Jul 08 00:02:36.122 INFO STEP 704 (remove_files) COMPLETE
74712026-07-08T00:02:37.124Z[ recovery-image] Jul 08 00:02:36.122 INFO O| Jul 08 00:02:36.122 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74722026-07-08T00:02:37.128Z[ recovery-image] Jul 08 00:02:36.129 INFO O| Jul 08 00:02:36.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
74732026-07-08T00:02:37.128Z[ recovery-image] Jul 08 00:02:36.129 INFO O| Jul 08 00:02:36.129 INFO STEP 705 (remove_files) COMPLETE
74742026-07-08T00:02:37.131Z[ recovery-image] Jul 08 00:02:36.129 INFO O| Jul 08 00:02:36.129 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74752026-07-08T00:02:37.135Z[ recovery-image] Jul 08 00:02:36.135 INFO O| Jul 08 00:02:36.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1"
74762026-07-08T00:02:37.135Z[ recovery-image] Jul 08 00:02:36.135 INFO O| Jul 08 00:02:36.135 INFO STEP 706 (remove_files) COMPLETE
74772026-07-08T00:02:37.135Z[ recovery-image] Jul 08 00:02:36.135 INFO O| Jul 08 00:02:36.135 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74782026-07-08T00:02:37.140Z[ recovery-image] Jul 08 00:02:36.141 INFO O| Jul 08 00:02:36.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1"
74792026-07-08T00:02:37.140Z[ recovery-image] Jul 08 00:02:36.141 INFO O| Jul 08 00:02:36.141 INFO STEP 707 (remove_files) COMPLETE
74802026-07-08T00:02:37.144Z[ recovery-image] Jul 08 00:02:36.141 INFO O| Jul 08 00:02:36.141 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74812026-07-08T00:02:37.147Z[ recovery-image] Jul 08 00:02:36.147 INFO O| Jul 08 00:02:36.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1"
74822026-07-08T00:02:37.147Z[ recovery-image] Jul 08 00:02:36.147 INFO O| Jul 08 00:02:36.147 INFO STEP 708 (remove_files) COMPLETE
74832026-07-08T00:02:37.148Z[ recovery-image] Jul 08 00:02:36.147 INFO O| Jul 08 00:02:36.147 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74842026-07-08T00:02:37.153Z[ recovery-image] Jul 08 00:02:36.153 INFO O| Jul 08 00:02:36.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
74852026-07-08T00:02:37.153Z[ recovery-image] Jul 08 00:02:36.153 INFO O| Jul 08 00:02:36.153 INFO STEP 709 (remove_files) COMPLETE
74862026-07-08T00:02:37.157Z[ recovery-image] Jul 08 00:02:36.153 INFO O| Jul 08 00:02:36.153 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74872026-07-08T00:02:37.162Z[ recovery-image] Jul 08 00:02:36.161 INFO O| Jul 08 00:02:36.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1"
74882026-07-08T00:02:37.162Z[ recovery-image] Jul 08 00:02:36.161 INFO O| Jul 08 00:02:36.161 INFO STEP 710 (remove_files) COMPLETE
74892026-07-08T00:02:37.162Z[ recovery-image] Jul 08 00:02:36.161 INFO O| Jul 08 00:02:36.161 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74902026-07-08T00:02:37.167Z[ recovery-image] Jul 08 00:02:36.168 INFO O| Jul 08 00:02:36.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1"
74912026-07-08T00:02:37.167Z[ recovery-image] Jul 08 00:02:36.168 INFO O| Jul 08 00:02:36.168 INFO STEP 711 (remove_files) COMPLETE
74922026-07-08T00:02:37.171Z[ recovery-image] Jul 08 00:02:36.168 INFO O| Jul 08 00:02:36.168 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74932026-07-08T00:02:37.184Z[ recovery-image] Jul 08 00:02:36.175 INFO O| Jul 08 00:02:36.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
74942026-07-08T00:02:37.184Z[ recovery-image] Jul 08 00:02:36.175 INFO O| Jul 08 00:02:36.175 INFO STEP 712 (remove_files) COMPLETE
74952026-07-08T00:02:37.184Z[ recovery-image] Jul 08 00:02:36.175 INFO O| Jul 08 00:02:36.175 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74962026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.181 INFO O| Jul 08 00:02:36.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so"
74972026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.182 INFO O| Jul 08 00:02:36.182 INFO STEP 713 (remove_files) COMPLETE
74982026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.182 INFO O| Jul 08 00:02:36.182 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
74992026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.188 INFO O| Jul 08 00:02:36.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
75002026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.188 INFO O| Jul 08 00:02:36.188 INFO STEP 714 (remove_files) COMPLETE
75012026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.188 INFO O| Jul 08 00:02:36.188 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75022026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.195 INFO O| Jul 08 00:02:36.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
75032026-07-08T00:02:37.242Z[ recovery-image] Jul 08 00:02:36.195 INFO O| Jul 08 00:02:36.195 INFO STEP 715 (remove_files) COMPLETE
75042026-07-08T00:02:37.243Z[ recovery-image] Jul 08 00:02:36.195 INFO O| Jul 08 00:02:36.195 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75052026-07-08T00:02:37.243Z[ recovery-image] Jul 08 00:02:36.203 INFO O| Jul 08 00:02:36.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
75062026-07-08T00:02:37.243Z[ recovery-image] Jul 08 00:02:36.203 INFO O| Jul 08 00:02:36.203 INFO STEP 716 (remove_files) COMPLETE
75072026-07-08T00:02:37.243Z[ recovery-image] Jul 08 00:02:36.203 INFO O| Jul 08 00:02:36.203 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75082026-07-08T00:02:37.294Z[ recovery-image] Jul 08 00:02:36.211 INFO O| Jul 08 00:02:36.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
75092026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.211 INFO O| Jul 08 00:02:36.211 INFO STEP 717 (remove_files) COMPLETE
75102026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.211 INFO O| Jul 08 00:02:36.211 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75112026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.218 INFO O| Jul 08 00:02:36.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so"
75122026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.218 INFO O| Jul 08 00:02:36.218 INFO STEP 718 (remove_files) COMPLETE
75132026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.218 INFO O| Jul 08 00:02:36.218 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75142026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.225 INFO O| Jul 08 00:02:36.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so"
75152026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.225 INFO O| Jul 08 00:02:36.225 INFO STEP 719 (remove_files) COMPLETE
75162026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.225 INFO O| Jul 08 00:02:36.225 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75172026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.232 INFO O| Jul 08 00:02:36.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
75182026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.232 INFO O| Jul 08 00:02:36.232 INFO STEP 720 (remove_files) COMPLETE
75192026-07-08T00:02:37.295Z[ recovery-image] Jul 08 00:02:36.232 INFO O| Jul 08 00:02:36.232 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75202026-07-08T00:02:37.303Z[ recovery-image] Jul 08 00:02:36.239 INFO O| Jul 08 00:02:36.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so"
75212026-07-08T00:02:37.303Z[ recovery-image] Jul 08 00:02:36.239 INFO O| Jul 08 00:02:36.239 INFO STEP 721 (remove_files) COMPLETE
75222026-07-08T00:02:37.303Z[ recovery-image] Jul 08 00:02:36.239 INFO O| Jul 08 00:02:36.239 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75232026-07-08T00:02:37.303Z[ recovery-image] Jul 08 00:02:36.246 INFO O| Jul 08 00:02:36.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
75242026-07-08T00:02:37.303Z[ recovery-image] Jul 08 00:02:36.246 INFO O| Jul 08 00:02:36.246 INFO STEP 722 (remove_files) COMPLETE
75252026-07-08T00:02:37.303Z[ recovery-image] Jul 08 00:02:36.246 INFO O| Jul 08 00:02:36.246 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75262026-07-08T00:02:37.314Z[ recovery-image] Jul 08 00:02:36.254 INFO O| Jul 08 00:02:36.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount"
75272026-07-08T00:02:37.314Z[ recovery-image] Jul 08 00:02:36.254 INFO O| Jul 08 00:02:36.254 INFO STEP 723 (remove_files) COMPLETE
75282026-07-08T00:02:37.314Z[ recovery-image] Jul 08 00:02:36.254 INFO O| Jul 08 00:02:36.254 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75292026-07-08T00:02:37.314Z[ recovery-image] Jul 08 00:02:36.260 INFO O| Jul 08 00:02:36.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp"
75302026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.261 INFO O| Jul 08 00:02:36.261 INFO STEP 724 (remove_files) COMPLETE
75312026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.261 INFO O| Jul 08 00:02:36.261 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75322026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.268 INFO O| Jul 08 00:02:36.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
75332026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.268 INFO O| Jul 08 00:02:36.268 INFO STEP 725 (remove_files) COMPLETE
75342026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.268 INFO O| Jul 08 00:02:36.268 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75352026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.274 INFO O| Jul 08 00:02:36.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit"
75362026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.274 INFO O| Jul 08 00:02:36.274 INFO STEP 726 (remove_files) COMPLETE
75372026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.274 INFO O| Jul 08 00:02:36.274 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75382026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.280 INFO O| Jul 08 00:02:36.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount"
75392026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.280 INFO O| Jul 08 00:02:36.280 INFO STEP 727 (remove_files) COMPLETE
75402026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.280 INFO O| Jul 08 00:02:36.280 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75412026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.286 INFO O| Jul 08 00:02:36.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount"
75422026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.286 INFO O| Jul 08 00:02:36.286 INFO STEP 728 (remove_files) COMPLETE
75432026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.286 INFO O| Jul 08 00:02:36.286 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75442026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.292 INFO O| Jul 08 00:02:36.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck"
75452026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.292 INFO O| Jul 08 00:02:36.292 INFO STEP 729 (remove_files) COMPLETE
75462026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.292 INFO O| Jul 08 00:02:36.292 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75472026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.298 INFO O| Jul 08 00:02:36.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp"
75482026-07-08T00:02:37.315Z[ recovery-image] Jul 08 00:02:36.298 INFO O| Jul 08 00:02:36.298 INFO STEP 730 (remove_files) COMPLETE
75492026-07-08T00:02:37.316Z[ recovery-image] Jul 08 00:02:36.298 INFO O| Jul 08 00:02:36.298 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75502026-07-08T00:02:37.316Z[ recovery-image] Jul 08 00:02:36.304 INFO O| Jul 08 00:02:36.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
75512026-07-08T00:02:37.316Z[ recovery-image] Jul 08 00:02:36.304 INFO O| Jul 08 00:02:36.304 INFO STEP 731 (remove_files) COMPLETE
75522026-07-08T00:02:37.316Z[ recovery-image] Jul 08 00:02:36.304 INFO O| Jul 08 00:02:36.304 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75532026-07-08T00:02:37.316Z[ recovery-image] Jul 08 00:02:36.310 INFO O| Jul 08 00:02:36.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs"
75542026-07-08T00:02:37.316Z[ recovery-image] Jul 08 00:02:36.310 INFO O| Jul 08 00:02:36.310 INFO STEP 732 (remove_files) COMPLETE
75552026-07-08T00:02:37.316Z[ recovery-image] Jul 08 00:02:36.311 INFO O| Jul 08 00:02:36.310 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75562026-07-08T00:02:37.321Z[ recovery-image] Jul 08 00:02:36.317 INFO O| Jul 08 00:02:36.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount"
75572026-07-08T00:02:37.321Z[ recovery-image] Jul 08 00:02:36.317 INFO O| Jul 08 00:02:36.317 INFO STEP 733 (remove_files) COMPLETE
75582026-07-08T00:02:37.321Z[ recovery-image] Jul 08 00:02:36.317 INFO O| Jul 08 00:02:36.317 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75592026-07-08T00:02:37.338Z[ recovery-image] Jul 08 00:02:36.323 INFO O| Jul 08 00:02:36.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount"
75602026-07-08T00:02:37.338Z[ recovery-image] Jul 08 00:02:36.323 INFO O| Jul 08 00:02:36.323 INFO STEP 734 (remove_files) COMPLETE
75612026-07-08T00:02:37.338Z[ recovery-image] Jul 08 00:02:36.323 INFO O| Jul 08 00:02:36.323 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75622026-07-08T00:02:37.358Z[ recovery-image] Jul 08 00:02:36.330 INFO O| Jul 08 00:02:36.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
75632026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.330 INFO O| Jul 08 00:02:36.330 INFO STEP 735 (remove_files) COMPLETE
75642026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.330 INFO O| Jul 08 00:02:36.330 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75652026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.336 INFO O| Jul 08 00:02:36.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
75662026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.336 INFO O| Jul 08 00:02:36.336 INFO STEP 736 (remove_files) COMPLETE
75672026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.336 INFO O| Jul 08 00:02:36.336 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75682026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.343 INFO O| Jul 08 00:02:36.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
75692026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.344 INFO O| Jul 08 00:02:36.343 INFO STEP 737 (remove_files) COMPLETE
75702026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.344 INFO O| Jul 08 00:02:36.343 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75712026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.350 INFO O| Jul 08 00:02:36.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares"
75722026-07-08T00:02:37.359Z[ recovery-image] Jul 08 00:02:36.350 INFO O| Jul 08 00:02:36.350 INFO STEP 738 (remove_files) COMPLETE
75732026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.350 INFO O| Jul 08 00:02:36.350 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75742026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.356 INFO O| Jul 08 00:02:36.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
75752026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.356 INFO O| Jul 08 00:02:36.356 INFO STEP 739 (remove_files) COMPLETE
75762026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.356 INFO O| Jul 08 00:02:36.356 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75772026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.363 INFO O| Jul 08 00:02:36.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount"
75782026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.363 INFO O| Jul 08 00:02:36.363 INFO STEP 740 (remove_files) COMPLETE
75792026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.363 INFO O| Jul 08 00:02:36.363 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75802026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.369 INFO O| Jul 08 00:02:36.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share"
75812026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.370 INFO O| Jul 08 00:02:36.369 INFO STEP 741 (remove_files) COMPLETE
75822026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.370 INFO O| Jul 08 00:02:36.369 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75832026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.375 INFO O| Jul 08 00:02:36.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount"
75842026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.375 INFO O| Jul 08 00:02:36.375 INFO STEP 742 (remove_files) COMPLETE
75852026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.375 INFO O| Jul 08 00:02:36.375 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75862026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.381 INFO O| Jul 08 00:02:36.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare"
75872026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.381 INFO O| Jul 08 00:02:36.381 INFO STEP 743 (remove_files) COMPLETE
75882026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.381 INFO O| Jul 08 00:02:36.381 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75892026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.388 INFO O| Jul 08 00:02:36.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri"
75902026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.388 INFO O| Jul 08 00:02:36.388 INFO STEP 744 (remove_files) COMPLETE
75912026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.388 INFO O| Jul 08 00:02:36.388 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75922026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.394 INFO O| Jul 08 00:02:36.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy"
75932026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.394 INFO O| Jul 08 00:02:36.394 INFO STEP 745 (remove_files) COMPLETE
75942026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.394 INFO O| Jul 08 00:02:36.394 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75952026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.400 INFO O| Jul 08 00:02:36.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df"
75962026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.400 INFO O| Jul 08 00:02:36.400 INFO STEP 746 (remove_files) COMPLETE
75972026-07-08T00:02:37.530Z[ recovery-image] Jul 08 00:02:36.400 INFO O| Jul 08 00:02:36.400 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
75982026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.406 INFO O| Jul 08 00:02:36.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota"
75992026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.406 INFO O| Jul 08 00:02:36.406 INFO STEP 747 (remove_files) COMPLETE
76002026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.406 INFO O| Jul 08 00:02:36.406 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76012026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.412 INFO O| Jul 08 00:02:36.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff"
76022026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.413 INFO O| Jul 08 00:02:36.412 INFO STEP 748 (remove_files) COMPLETE
76032026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.413 INFO O| Jul 08 00:02:36.412 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76042026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.419 INFO O| Jul 08 00:02:36.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck"
76052026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.419 INFO O| Jul 08 00:02:36.419 INFO STEP 749 (remove_files) COMPLETE
76062026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.419 INFO O| Jul 08 00:02:36.419 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76072026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.426 INFO O| Jul 08 00:02:36.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall"
76082026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.426 INFO O| Jul 08 00:02:36.426 INFO STEP 750 (remove_files) COMPLETE
76092026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.426 INFO O| Jul 08 00:02:36.426 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76102026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.432 INFO O| Jul 08 00:02:36.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb"
76112026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.432 INFO O| Jul 08 00:02:36.432 INFO STEP 751 (remove_files) COMPLETE
76122026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.432 INFO O| Jul 08 00:02:36.432 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76132026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.438 INFO O| Jul 08 00:02:36.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand"
76142026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.438 INFO O| Jul 08 00:02:36.438 INFO STEP 752 (remove_files) COMPLETE
76152026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.438 INFO O| Jul 08 00:02:36.438 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76162026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.443 INFO O| Jul 08 00:02:36.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap"
76172026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.444 INFO O| Jul 08 00:02:36.444 INFO STEP 753 (remove_files) COMPLETE
76182026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.444 INFO O| Jul 08 00:02:36.444 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76192026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.450 INFO O| Jul 08 00:02:36.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp"
76202026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.450 INFO O| Jul 08 00:02:36.450 INFO STEP 754 (remove_files) COMPLETE
76212026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.450 INFO O| Jul 08 00:02:36.450 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76222026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.457 INFO O| Jul 08 00:02:36.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
76232026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.457 INFO O| Jul 08 00:02:36.457 INFO STEP 755 (remove_files) COMPLETE
76242026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.457 INFO O| Jul 08 00:02:36.457 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76252026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.464 INFO O| Jul 08 00:02:36.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit"
76262026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.464 INFO O| Jul 08 00:02:36.464 INFO STEP 756 (remove_files) COMPLETE
76272026-07-08T00:02:37.531Z[ recovery-image] Jul 08 00:02:36.464 INFO O| Jul 08 00:02:36.464 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76282026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.470 INFO O| Jul 08 00:02:36.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs"
76292026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.471 INFO O| Jul 08 00:02:36.471 INFO STEP 757 (remove_files) COMPLETE
76302026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.471 INFO O| Jul 08 00:02:36.471 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76312026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.479 INFO O| Jul 08 00:02:36.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs"
76322026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.479 INFO O| Jul 08 00:02:36.479 INFO STEP 758 (remove_files) COMPLETE
76332026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.479 INFO O| Jul 08 00:02:36.479 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76342026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.486 INFO O| Jul 08 00:02:36.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck"
76352026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.486 INFO O| Jul 08 00:02:36.486 INFO STEP 759 (remove_files) COMPLETE
76362026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.486 INFO O| Jul 08 00:02:36.486 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76372026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.492 INFO O| Jul 08 00:02:36.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs"
76382026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.492 INFO O| Jul 08 00:02:36.492 INFO STEP 760 (remove_files) COMPLETE
76392026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.492 INFO O| Jul 08 00:02:36.492 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76402026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.498 INFO O| Jul 08 00:02:36.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot"
76412026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.498 INFO O| Jul 08 00:02:36.498 INFO STEP 761 (remove_files) COMPLETE
76422026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.498 INFO O| Jul 08 00:02:36.498 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76432026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.505 INFO O| Jul 08 00:02:36.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck"
76442026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.505 INFO O| Jul 08 00:02:36.505 INFO STEP 762 (remove_files) COMPLETE
76452026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.505 INFO O| Jul 08 00:02:36.505 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76462026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.511 INFO O| Jul 08 00:02:36.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff"
76472026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.511 INFO O| Jul 08 00:02:36.511 INFO STEP 763 (remove_files) COMPLETE
76482026-07-08T00:02:37.532Z[ recovery-image] Jul 08 00:02:36.511 INFO O| Jul 08 00:02:36.511 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76492026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.517 INFO O| Jul 08 00:02:36.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon"
76502026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.517 INFO O| Jul 08 00:02:36.517 INFO STEP 764 (remove_files) COMPLETE
76512026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.517 INFO O| Jul 08 00:02:36.517 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76522026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.524 INFO O| Jul 08 00:02:36.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota"
76532026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.524 INFO O| Jul 08 00:02:36.524 INFO STEP 765 (remove_files) COMPLETE
76542026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.524 INFO O| Jul 08 00:02:36.524 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76552026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.530 INFO O| Jul 08 00:02:36.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs"
76562026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.530 INFO O| Jul 08 00:02:36.530 INFO STEP 766 (remove_files) COMPLETE
76572026-07-08T00:02:37.580Z[ recovery-image] Jul 08 00:02:36.530 INFO O| Jul 08 00:02:36.530 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76582026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.536 INFO O| Jul 08 00:02:36.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump"
76592026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.536 INFO O| Jul 08 00:02:36.536 INFO STEP 767 (remove_files) COMPLETE
76602026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.536 INFO O| Jul 08 00:02:36.536 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76612026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.542 INFO O| Jul 08 00:02:36.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore"
76622026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.542 INFO O| Jul 08 00:02:36.542 INFO STEP 768 (remove_files) COMPLETE
76632026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.542 INFO O| Jul 08 00:02:36.542 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76642026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.548 INFO O| Jul 08 00:02:36.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy"
76652026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.548 INFO O| Jul 08 00:02:36.548 INFO STEP 769 (remove_files) COMPLETE
76662026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.548 INFO O| Jul 08 00:02:36.548 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76672026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.557 INFO O| Jul 08 00:02:36.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1"
76682026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.557 INFO O| Jul 08 00:02:36.557 INFO STEP 770 (remove_files) COMPLETE
76692026-07-08T00:02:37.581Z[ recovery-image] Jul 08 00:02:36.557 INFO O| Jul 08 00:02:36.557 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76702026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.564 INFO O| Jul 08 00:02:36.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1"
76712026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.564 INFO O| Jul 08 00:02:36.564 INFO STEP 771 (remove_files) COMPLETE
76722026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.564 INFO O| Jul 08 00:02:36.564 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76732026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.571 INFO O| Jul 08 00:02:36.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean"
76742026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.571 INFO O| Jul 08 00:02:36.571 INFO STEP 772 (remove_files) COMPLETE
76752026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.571 INFO O| Jul 08 00:02:36.571 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76762026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.578 INFO O| Jul 08 00:02:36.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd"
76772026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.578 INFO O| Jul 08 00:02:36.578 INFO STEP 773 (remove_files) COMPLETE
76782026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.578 INFO O| Jul 08 00:02:36.578 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76792026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.586 INFO O| Jul 08 00:02:36.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1"
76802026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.586 INFO O| Jul 08 00:02:36.586 INFO STEP 774 (remove_files) COMPLETE
76812026-07-08T00:02:37.601Z[ recovery-image] Jul 08 00:02:36.586 INFO O| Jul 08 00:02:36.586 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76822026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.593 INFO O| Jul 08 00:02:36.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1"
76832026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.593 INFO O| Jul 08 00:02:36.593 INFO STEP 775 (remove_files) COMPLETE
76842026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.593 INFO O| Jul 08 00:02:36.593 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76852026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.600 INFO O| Jul 08 00:02:36.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1"
76862026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.600 INFO O| Jul 08 00:02:36.600 INFO STEP 776 (remove_files) COMPLETE
76872026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.600 INFO O| Jul 08 00:02:36.600 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76882026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.605 INFO O| Jul 08 00:02:36.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked"
76892026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.605 INFO O| Jul 08 00:02:36.605 INFO STEP 777 (remove_files) COMPLETE
76902026-07-08T00:02:37.611Z[ recovery-image] Jul 08 00:02:36.605 INFO O| Jul 08 00:02:36.605 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76912026-07-08T00:02:37.622Z[ recovery-image] Jul 08 00:02:36.612 INFO O| Jul 08 00:02:36.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb"
76922026-07-08T00:02:37.622Z[ recovery-image] Jul 08 00:02:36.612 INFO O| Jul 08 00:02:36.612 INFO STEP 778 (remove_files) COMPLETE
76932026-07-08T00:02:37.622Z[ recovery-image] Jul 08 00:02:36.612 INFO O| Jul 08 00:02:36.612 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76942026-07-08T00:02:37.622Z[ recovery-image] Jul 08 00:02:36.617 INFO O| Jul 08 00:02:36.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal"
76952026-07-08T00:02:37.622Z[ recovery-image] Jul 08 00:02:36.617 INFO O| Jul 08 00:02:36.617 INFO STEP 779 (remove_files) COMPLETE
76962026-07-08T00:02:37.622Z[ recovery-image] Jul 08 00:02:36.617 INFO O| Jul 08 00:02:36.617 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
76972026-07-08T00:02:37.647Z[ recovery-image] Jul 08 00:02:36.623 INFO O| Jul 08 00:02:36.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb"
76982026-07-08T00:02:37.647Z[ recovery-image] Jul 08 00:02:36.623 INFO O| Jul 08 00:02:36.623 INFO STEP 780 (remove_files) COMPLETE
76992026-07-08T00:02:37.647Z[ recovery-image] Jul 08 00:02:36.623 INFO O| Jul 08 00:02:36.623 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77002026-07-08T00:02:37.647Z[ recovery-image] Jul 08 00:02:36.629 INFO O| Jul 08 00:02:36.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked"
77012026-07-08T00:02:37.647Z[ recovery-image] Jul 08 00:02:36.629 INFO O| Jul 08 00:02:36.629 INFO STEP 781 (remove_files) COMPLETE
77022026-07-08T00:02:37.647Z[ recovery-image] Jul 08 00:02:36.629 INFO O| Jul 08 00:02:36.629 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77032026-07-08T00:02:37.648Z[ recovery-image] Jul 08 00:02:36.635 INFO O| Jul 08 00:02:36.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd"
77042026-07-08T00:02:37.648Z[ recovery-image] Jul 08 00:02:36.635 INFO O| Jul 08 00:02:36.635 INFO STEP 782 (remove_files) COMPLETE
77052026-07-08T00:02:37.648Z[ recovery-image] Jul 08 00:02:36.635 INFO O| Jul 08 00:02:36.635 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77062026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.642 INFO O| Jul 08 00:02:36.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd"
77072026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.642 INFO O| Jul 08 00:02:36.642 INFO STEP 783 (remove_files) COMPLETE
77082026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.642 INFO O| Jul 08 00:02:36.642 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77092026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.648 INFO O| Jul 08 00:02:36.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
77102026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.648 INFO O| Jul 08 00:02:36.648 INFO STEP 784 (remove_files) COMPLETE
77112026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.648 INFO O| Jul 08 00:02:36.648 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77122026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.656 INFO O| Jul 08 00:02:36.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd"
77132026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.656 INFO O| Jul 08 00:02:36.656 INFO STEP 785 (remove_files) COMPLETE
77142026-07-08T00:02:37.674Z[ recovery-image] Jul 08 00:02:36.656 INFO O| Jul 08 00:02:36.656 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77152026-07-08T00:02:37.686Z[ recovery-image] Jul 08 00:02:36.663 INFO O| Jul 08 00:02:36.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
77162026-07-08T00:02:37.686Z[ recovery-image] Jul 08 00:02:36.663 INFO O| Jul 08 00:02:36.663 INFO STEP 786 (remove_files) COMPLETE
77172026-07-08T00:02:37.686Z[ recovery-image] Jul 08 00:02:36.663 INFO O| Jul 08 00:02:36.663 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77182026-07-08T00:02:37.686Z[ recovery-image] Jul 08 00:02:36.669 INFO O| Jul 08 00:02:36.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1"
77192026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.669 INFO O| Jul 08 00:02:36.669 INFO STEP 787 (remove_files) COMPLETE
77202026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.669 INFO O| Jul 08 00:02:36.669 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77212026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.676 INFO O| Jul 08 00:02:36.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
77222026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.676 INFO O| Jul 08 00:02:36.676 INFO STEP 788 (remove_files) COMPLETE
77232026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.676 INFO O| Jul 08 00:02:36.676 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77242026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.683 INFO O| Jul 08 00:02:36.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G"
77252026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.683 INFO O| Jul 08 00:02:36.683 INFO STEP 789 (remove_files) COMPLETE
77262026-07-08T00:02:37.687Z[ recovery-image] Jul 08 00:02:36.683 INFO O| Jul 08 00:02:36.683 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77272026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.689 INFO O| Jul 08 00:02:36.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G"
77282026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.689 INFO O| Jul 08 00:02:36.689 INFO STEP 790 (remove_files) COMPLETE
77292026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.689 INFO O| Jul 08 00:02:36.689 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77302026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.695 INFO O| Jul 08 00:02:36.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign"
77312026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.695 INFO O| Jul 08 00:02:36.695 INFO STEP 791 (remove_files) COMPLETE
77322026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.695 INFO O| Jul 08 00:02:36.695 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77332026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.702 INFO O| Jul 08 00:02:36.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default"
77342026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.702 INFO O| Jul 08 00:02:36.702 INFO STEP 792 (remove_files) COMPLETE
77352026-07-08T00:02:37.711Z[ recovery-image] Jul 08 00:02:36.702 INFO O| Jul 08 00:02:36.702 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77362026-07-08T00:02:37.723Z[ recovery-image] Jul 08 00:02:36.708 INFO O| Jul 08 00:02:36.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata"
77372026-07-08T00:02:37.724Z[ recovery-image] Jul 08 00:02:36.708 INFO O| Jul 08 00:02:36.708 INFO STEP 793 (remove_files) COMPLETE
77382026-07-08T00:02:37.724Z[ recovery-image] Jul 08 00:02:36.708 INFO O| Jul 08 00:02:36.708 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77392026-07-08T00:02:37.724Z[ recovery-image] Jul 08 00:02:36.715 INFO O| Jul 08 00:02:36.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter"
77402026-07-08T00:02:37.724Z[ recovery-image] Jul 08 00:02:36.715 INFO O| Jul 08 00:02:36.715 INFO STEP 794 (remove_files) COMPLETE
77412026-07-08T00:02:37.724Z[ recovery-image] Jul 08 00:02:36.715 INFO O| Jul 08 00:02:36.715 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77422026-07-08T00:02:37.732Z[ recovery-image] Jul 08 00:02:36.722 INFO O| Jul 08 00:02:36.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss"
77432026-07-08T00:02:37.732Z[ recovery-image] Jul 08 00:02:36.722 INFO O| Jul 08 00:02:36.722 INFO STEP 795 (remove_files) COMPLETE
77442026-07-08T00:02:37.732Z[ recovery-image] Jul 08 00:02:36.722 INFO O| Jul 08 00:02:36.722 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77452026-07-08T00:02:37.732Z[ recovery-image] Jul 08 00:02:36.727 INFO O| Jul 08 00:02:36.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata"
77462026-07-08T00:02:37.732Z[ recovery-image] Jul 08 00:02:36.727 INFO O| Jul 08 00:02:36.727 INFO STEP 796 (remove_files) COMPLETE
77472026-07-08T00:02:37.732Z[ recovery-image] Jul 08 00:02:36.727 INFO O| Jul 08 00:02:36.727 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77482026-07-08T00:02:37.742Z[ recovery-image] Jul 08 00:02:36.734 INFO O| Jul 08 00:02:36.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk"
77492026-07-08T00:02:37.742Z[ recovery-image] Jul 08 00:02:36.734 INFO O| Jul 08 00:02:36.734 INFO STEP 797 (remove_files) COMPLETE
77502026-07-08T00:02:37.742Z[ recovery-image] Jul 08 00:02:36.734 INFO O| Jul 08 00:02:36.734 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77512026-07-08T00:02:37.742Z[ recovery-image] Jul 08 00:02:36.739 INFO O| Jul 08 00:02:36.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign"
77522026-07-08T00:02:37.742Z[ recovery-image] Jul 08 00:02:36.739 INFO O| Jul 08 00:02:36.739 INFO STEP 798 (remove_files) COMPLETE
77532026-07-08T00:02:37.742Z[ recovery-image] Jul 08 00:02:36.739 INFO O| Jul 08 00:02:36.739 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77542026-07-08T00:02:37.750Z[ recovery-image] Jul 08 00:02:36.746 INFO O| Jul 08 00:02:36.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
77552026-07-08T00:02:37.750Z[ recovery-image] Jul 08 00:02:36.746 INFO O| Jul 08 00:02:36.746 INFO STEP 799 (remove_files) COMPLETE
77562026-07-08T00:02:37.750Z[ recovery-image] Jul 08 00:02:36.746 INFO O| Jul 08 00:02:36.746 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77572026-07-08T00:02:37.759Z[ recovery-image] Jul 08 00:02:36.753 INFO O| Jul 08 00:02:36.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
77582026-07-08T00:02:37.759Z[ recovery-image] Jul 08 00:02:36.753 INFO O| Jul 08 00:02:36.753 INFO STEP 800 (remove_files) COMPLETE
77592026-07-08T00:02:37.759Z[ recovery-image] Jul 08 00:02:36.753 INFO O| Jul 08 00:02:36.753 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77602026-07-08T00:02:37.767Z[ recovery-image] Jul 08 00:02:36.760 INFO O| Jul 08 00:02:36.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
77612026-07-08T00:02:37.767Z[ recovery-image] Jul 08 00:02:36.760 INFO O| Jul 08 00:02:36.760 INFO STEP 801 (remove_files) COMPLETE
77622026-07-08T00:02:37.767Z[ recovery-image] Jul 08 00:02:36.760 INFO O| Jul 08 00:02:36.760 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77632026-07-08T00:02:37.767Z[ recovery-image] Jul 08 00:02:36.766 INFO O| Jul 08 00:02:36.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
77642026-07-08T00:02:37.767Z[ recovery-image] Jul 08 00:02:36.766 INFO O| Jul 08 00:02:36.766 INFO STEP 802 (remove_files) COMPLETE
77652026-07-08T00:02:37.767Z[ recovery-image] Jul 08 00:02:36.766 INFO O| Jul 08 00:02:36.766 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77662026-07-08T00:02:37.775Z[ recovery-image] Jul 08 00:02:36.773 INFO O| Jul 08 00:02:36.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1"
77672026-07-08T00:02:37.775Z[ recovery-image] Jul 08 00:02:36.773 INFO O| Jul 08 00:02:36.773 INFO STEP 803 (remove_files) COMPLETE
77682026-07-08T00:02:37.775Z[ recovery-image] Jul 08 00:02:36.773 INFO O| Jul 08 00:02:36.773 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77692026-07-08T00:02:37.783Z[ recovery-image] Jul 08 00:02:36.780 INFO O| Jul 08 00:02:36.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1"
77702026-07-08T00:02:37.783Z[ recovery-image] Jul 08 00:02:36.780 INFO O| Jul 08 00:02:36.780 INFO STEP 804 (remove_files) COMPLETE
77712026-07-08T00:02:37.783Z[ recovery-image] Jul 08 00:02:36.780 INFO O| Jul 08 00:02:36.780 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77722026-07-08T00:02:37.792Z[ recovery-image] Jul 08 00:02:36.786 INFO O| Jul 08 00:02:36.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1"
77732026-07-08T00:02:37.792Z[ recovery-image] Jul 08 00:02:36.786 INFO O| Jul 08 00:02:36.786 INFO STEP 805 (remove_files) COMPLETE
77742026-07-08T00:02:37.792Z[ recovery-image] Jul 08 00:02:36.786 INFO O| Jul 08 00:02:36.786 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77752026-07-08T00:02:37.801Z[ recovery-image] Jul 08 00:02:36.793 INFO O| Jul 08 00:02:36.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1"
77762026-07-08T00:02:37.801Z[ recovery-image] Jul 08 00:02:36.793 INFO O| Jul 08 00:02:36.793 INFO STEP 806 (remove_files) COMPLETE
77772026-07-08T00:02:37.801Z[ recovery-image] Jul 08 00:02:36.793 INFO O| Jul 08 00:02:36.793 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77782026-07-08T00:02:37.801Z[ recovery-image] Jul 08 00:02:36.801 INFO O| Jul 08 00:02:36.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb"
77792026-07-08T00:02:37.802Z[ recovery-image] Jul 08 00:02:36.801 INFO O| Jul 08 00:02:36.801 INFO STEP 807 (remove_files) COMPLETE
77802026-07-08T00:02:37.802Z[ recovery-image] Jul 08 00:02:36.801 INFO O| Jul 08 00:02:36.801 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77812026-07-08T00:02:37.814Z[ recovery-image] Jul 08 00:02:36.807 INFO O| Jul 08 00:02:36.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so"
77822026-07-08T00:02:37.814Z[ recovery-image] Jul 08 00:02:36.807 INFO O| Jul 08 00:02:36.807 INFO STEP 808 (remove_files) COMPLETE
77832026-07-08T00:02:37.814Z[ recovery-image] Jul 08 00:02:36.807 INFO O| Jul 08 00:02:36.807 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77842026-07-08T00:02:37.822Z[ recovery-image] Jul 08 00:02:36.813 INFO O| Jul 08 00:02:36.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
77852026-07-08T00:02:37.822Z[ recovery-image] Jul 08 00:02:36.813 INFO O| Jul 08 00:02:36.813 INFO STEP 809 (remove_files) COMPLETE
77862026-07-08T00:02:37.822Z[ recovery-image] Jul 08 00:02:36.813 INFO O| Jul 08 00:02:36.813 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77872026-07-08T00:02:37.822Z[ recovery-image] Jul 08 00:02:36.819 INFO O| Jul 08 00:02:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1"
77882026-07-08T00:02:37.822Z[ recovery-image] Jul 08 00:02:36.819 INFO O| Jul 08 00:02:36.819 INFO STEP 810 (remove_files) COMPLETE
77892026-07-08T00:02:37.823Z[ recovery-image] Jul 08 00:02:36.819 INFO O| Jul 08 00:02:36.819 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77902026-07-08T00:02:37.838Z[ recovery-image] Jul 08 00:02:36.824 INFO O| Jul 08 00:02:36.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
77912026-07-08T00:02:37.838Z[ recovery-image] Jul 08 00:02:36.824 INFO O| Jul 08 00:02:36.824 INFO STEP 811 (remove_files) COMPLETE
77922026-07-08T00:02:37.838Z[ recovery-image] Jul 08 00:02:36.824 INFO O| Jul 08 00:02:36.824 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77932026-07-08T00:02:37.838Z[ recovery-image] Jul 08 00:02:36.830 INFO O| Jul 08 00:02:36.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed"
77942026-07-08T00:02:37.838Z[ recovery-image] Jul 08 00:02:36.830 INFO O| Jul 08 00:02:36.830 INFO STEP 812 (remove_files) COMPLETE
77952026-07-08T00:02:37.839Z[ recovery-image] Jul 08 00:02:36.830 INFO O| Jul 08 00:02:36.830 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77962026-07-08T00:02:37.848Z[ recovery-image] Jul 08 00:02:36.836 INFO O| Jul 08 00:02:36.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen"
77972026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.836 INFO O| Jul 08 00:02:36.836 INFO STEP 813 (remove_files) COMPLETE
77982026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.836 INFO O| Jul 08 00:02:36.836 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
77992026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.842 INFO O| Jul 08 00:02:36.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server"
78002026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.842 INFO O| Jul 08 00:02:36.842 INFO STEP 814 (remove_files) COMPLETE
78012026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.842 INFO O| Jul 08 00:02:36.842 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78022026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.847 INFO O| Jul 08 00:02:36.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
78032026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.847 INFO O| Jul 08 00:02:36.847 INFO STEP 815 (remove_files) COMPLETE
78042026-07-08T00:02:37.849Z[ recovery-image] Jul 08 00:02:36.847 INFO O| Jul 08 00:02:36.847 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78052026-07-08T00:02:37.859Z[ recovery-image] Jul 08 00:02:36.855 INFO O| Jul 08 00:02:36.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
78062026-07-08T00:02:37.859Z[ recovery-image] Jul 08 00:02:36.855 INFO O| Jul 08 00:02:36.855 INFO STEP 816 (remove_files) COMPLETE
78072026-07-08T00:02:37.859Z[ recovery-image] Jul 08 00:02:36.855 INFO O| Jul 08 00:02:36.855 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78082026-07-08T00:02:37.870Z[ recovery-image] Jul 08 00:02:36.861 INFO O| Jul 08 00:02:36.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
78092026-07-08T00:02:37.870Z[ recovery-image] Jul 08 00:02:36.861 INFO O| Jul 08 00:02:36.861 INFO STEP 817 (remove_files) COMPLETE
78102026-07-08T00:02:37.870Z[ recovery-image] Jul 08 00:02:36.861 INFO O| Jul 08 00:02:36.861 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78112026-07-08T00:02:37.870Z[ recovery-image] Jul 08 00:02:36.868 INFO O| Jul 08 00:02:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1"
78122026-07-08T00:02:37.870Z[ recovery-image] Jul 08 00:02:36.868 INFO O| Jul 08 00:02:36.868 INFO STEP 818 (remove_files) COMPLETE
78132026-07-08T00:02:37.870Z[ recovery-image] Jul 08 00:02:36.868 INFO O| Jul 08 00:02:36.868 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78142026-07-08T00:02:37.884Z[ recovery-image] Jul 08 00:02:36.874 INFO O| Jul 08 00:02:36.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1"
78152026-07-08T00:02:37.885Z[ recovery-image] Jul 08 00:02:36.874 INFO O| Jul 08 00:02:36.874 INFO STEP 819 (remove_files) COMPLETE
78162026-07-08T00:02:37.885Z[ recovery-image] Jul 08 00:02:36.874 INFO O| Jul 08 00:02:36.874 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78172026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.881 INFO O| Jul 08 00:02:36.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1"
78182026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.881 INFO O| Jul 08 00:02:36.881 INFO STEP 820 (remove_files) COMPLETE
78192026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.881 INFO O| Jul 08 00:02:36.881 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78202026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.887 INFO O| Jul 08 00:02:36.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1"
78212026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.887 INFO O| Jul 08 00:02:36.887 INFO STEP 821 (remove_files) COMPLETE
78222026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.887 INFO O| Jul 08 00:02:36.887 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78232026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.893 INFO O| Jul 08 00:02:36.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1"
78242026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.893 INFO O| Jul 08 00:02:36.893 INFO STEP 822 (remove_files) COMPLETE
78252026-07-08T00:02:37.899Z[ recovery-image] Jul 08 00:02:36.893 INFO O| Jul 08 00:02:36.893 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78262026-07-08T00:02:37.909Z[ recovery-image] Jul 08 00:02:36.899 INFO O| Jul 08 00:02:36.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1"
78272026-07-08T00:02:37.909Z[ recovery-image] Jul 08 00:02:36.899 INFO O| Jul 08 00:02:36.899 INFO STEP 823 (remove_files) COMPLETE
78282026-07-08T00:02:37.909Z[ recovery-image] Jul 08 00:02:36.899 INFO O| Jul 08 00:02:36.899 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78292026-07-08T00:02:37.909Z[ recovery-image] Jul 08 00:02:36.906 INFO O| Jul 08 00:02:36.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1"
78302026-07-08T00:02:37.909Z[ recovery-image] Jul 08 00:02:36.906 INFO O| Jul 08 00:02:36.906 INFO STEP 824 (remove_files) COMPLETE
78312026-07-08T00:02:37.909Z[ recovery-image] Jul 08 00:02:36.906 INFO O| Jul 08 00:02:36.906 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78322026-07-08T00:02:37.919Z[ recovery-image] Jul 08 00:02:36.912 INFO O| Jul 08 00:02:36.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
78332026-07-08T00:02:37.919Z[ recovery-image] Jul 08 00:02:36.912 INFO O| Jul 08 00:02:36.912 INFO STEP 825 (remove_files) COMPLETE
78342026-07-08T00:02:37.919Z[ recovery-image] Jul 08 00:02:36.912 INFO O| Jul 08 00:02:36.912 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78352026-07-08T00:02:37.920Z[ recovery-image] Jul 08 00:02:36.918 INFO O| Jul 08 00:02:36.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
78362026-07-08T00:02:37.920Z[ recovery-image] Jul 08 00:02:36.918 INFO O| Jul 08 00:02:36.918 INFO STEP 826 (remove_files) COMPLETE
78372026-07-08T00:02:37.920Z[ recovery-image] Jul 08 00:02:36.918 INFO O| Jul 08 00:02:36.918 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78382026-07-08T00:02:37.928Z[ recovery-image] Jul 08 00:02:36.925 INFO O| Jul 08 00:02:36.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
78392026-07-08T00:02:37.928Z[ recovery-image] Jul 08 00:02:36.925 INFO O| Jul 08 00:02:36.925 INFO STEP 827 (remove_files) COMPLETE
78402026-07-08T00:02:37.928Z[ recovery-image] Jul 08 00:02:36.925 INFO O| Jul 08 00:02:36.925 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78412026-07-08T00:02:37.935Z[ recovery-image] Jul 08 00:02:36.931 INFO O| Jul 08 00:02:36.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
78422026-07-08T00:02:37.936Z[ recovery-image] Jul 08 00:02:36.931 INFO O| Jul 08 00:02:36.931 INFO STEP 828 (remove_files) COMPLETE
78432026-07-08T00:02:37.936Z[ recovery-image] Jul 08 00:02:36.931 INFO O| Jul 08 00:02:36.931 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78442026-07-08T00:02:37.950Z[ recovery-image] Jul 08 00:02:36.937 INFO O| Jul 08 00:02:36.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
78452026-07-08T00:02:37.950Z[ recovery-image] Jul 08 00:02:36.937 INFO O| Jul 08 00:02:36.937 INFO STEP 829 (remove_files) COMPLETE
78462026-07-08T00:02:37.950Z[ recovery-image] Jul 08 00:02:36.937 INFO O| Jul 08 00:02:36.937 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78472026-07-08T00:02:37.950Z[ recovery-image] Jul 08 00:02:36.944 INFO O| Jul 08 00:02:36.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
78482026-07-08T00:02:37.950Z[ recovery-image] Jul 08 00:02:36.944 INFO O| Jul 08 00:02:36.944 INFO STEP 830 (remove_files) COMPLETE
78492026-07-08T00:02:37.951Z[ recovery-image] Jul 08 00:02:36.944 INFO O| Jul 08 00:02:36.944 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78502026-07-08T00:02:37.958Z[ recovery-image] Jul 08 00:02:36.950 INFO O| Jul 08 00:02:36.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
78512026-07-08T00:02:37.958Z[ recovery-image] Jul 08 00:02:36.950 INFO O| Jul 08 00:02:36.950 INFO STEP 831 (remove_files) COMPLETE
78522026-07-08T00:02:37.958Z[ recovery-image] Jul 08 00:02:36.950 INFO O| Jul 08 00:02:36.950 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78532026-07-08T00:02:37.958Z[ recovery-image] Jul 08 00:02:36.956 INFO O| Jul 08 00:02:36.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
78542026-07-08T00:02:37.958Z[ recovery-image] Jul 08 00:02:36.957 INFO O| Jul 08 00:02:36.957 INFO STEP 832 (remove_files) COMPLETE
78552026-07-08T00:02:37.958Z[ recovery-image] Jul 08 00:02:36.957 INFO O| Jul 08 00:02:36.957 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78562026-07-08T00:02:37.966Z[ recovery-image] Jul 08 00:02:36.962 INFO O| Jul 08 00:02:36.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
78572026-07-08T00:02:37.966Z[ recovery-image] Jul 08 00:02:36.962 INFO O| Jul 08 00:02:36.962 INFO STEP 833 (remove_files) COMPLETE
78582026-07-08T00:02:37.966Z[ recovery-image] Jul 08 00:02:36.962 INFO O| Jul 08 00:02:36.962 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78592026-07-08T00:02:37.975Z[ recovery-image] Jul 08 00:02:36.968 INFO O| Jul 08 00:02:36.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
78602026-07-08T00:02:37.975Z[ recovery-image] Jul 08 00:02:36.968 INFO O| Jul 08 00:02:36.968 INFO STEP 834 (remove_files) COMPLETE
78612026-07-08T00:02:37.975Z[ recovery-image] Jul 08 00:02:36.968 INFO O| Jul 08 00:02:36.968 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78622026-07-08T00:02:37.975Z[ recovery-image] Jul 08 00:02:36.974 INFO O| Jul 08 00:02:36.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
78632026-07-08T00:02:37.975Z[ recovery-image] Jul 08 00:02:36.974 INFO O| Jul 08 00:02:36.974 INFO STEP 835 (remove_files) COMPLETE
78642026-07-08T00:02:37.975Z[ recovery-image] Jul 08 00:02:36.974 INFO O| Jul 08 00:02:36.974 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78652026-07-08T00:02:37.984Z[ recovery-image] Jul 08 00:02:36.980 INFO O| Jul 08 00:02:36.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
78662026-07-08T00:02:37.984Z[ recovery-image] Jul 08 00:02:36.980 INFO O| Jul 08 00:02:36.980 INFO STEP 836 (remove_files) COMPLETE
78672026-07-08T00:02:37.984Z[ recovery-image] Jul 08 00:02:36.980 INFO O| Jul 08 00:02:36.980 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78682026-07-08T00:02:37.994Z[ recovery-image] Jul 08 00:02:36.986 INFO O| Jul 08 00:02:36.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
78692026-07-08T00:02:37.994Z[ recovery-image] Jul 08 00:02:36.986 INFO O| Jul 08 00:02:36.986 INFO STEP 837 (remove_files) COMPLETE
78702026-07-08T00:02:37.994Z[ recovery-image] Jul 08 00:02:36.986 INFO O| Jul 08 00:02:36.986 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78712026-07-08T00:02:37.994Z[ recovery-image] Jul 08 00:02:36.992 INFO O| Jul 08 00:02:36.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
78722026-07-08T00:02:37.994Z[ recovery-image] Jul 08 00:02:36.992 INFO O| Jul 08 00:02:36.992 INFO STEP 838 (remove_files) COMPLETE
78732026-07-08T00:02:37.994Z[ recovery-image] Jul 08 00:02:36.992 INFO O| Jul 08 00:02:36.992 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78742026-07-08T00:02:38.004Z[ recovery-image] Jul 08 00:02:36.999 INFO O| Jul 08 00:02:36.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
78752026-07-08T00:02:38.005Z[ recovery-image] Jul 08 00:02:36.999 INFO O| Jul 08 00:02:36.999 INFO STEP 839 (remove_files) COMPLETE
78762026-07-08T00:02:38.005Z[ recovery-image] Jul 08 00:02:36.999 INFO O| Jul 08 00:02:36.999 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78772026-07-08T00:02:38.013Z[ recovery-image] Jul 08 00:02:37.006 INFO O| Jul 08 00:02:37.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1"
78782026-07-08T00:02:38.013Z[ recovery-image] Jul 08 00:02:37.006 INFO O| Jul 08 00:02:37.006 INFO STEP 840 (remove_files) COMPLETE
78792026-07-08T00:02:38.013Z[ recovery-image] Jul 08 00:02:37.006 INFO O| Jul 08 00:02:37.006 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78802026-07-08T00:02:38.013Z[ recovery-image] Jul 08 00:02:37.012 INFO O| Jul 08 00:02:37.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
78812026-07-08T00:02:38.013Z[ recovery-image] Jul 08 00:02:37.012 INFO O| Jul 08 00:02:37.012 INFO STEP 841 (remove_files) COMPLETE
78822026-07-08T00:02:38.013Z[ recovery-image] Jul 08 00:02:37.012 INFO O| Jul 08 00:02:37.012 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78832026-07-08T00:02:38.024Z[ recovery-image] Jul 08 00:02:37.018 INFO O| Jul 08 00:02:37.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
78842026-07-08T00:02:38.024Z[ recovery-image] Jul 08 00:02:37.018 INFO O| Jul 08 00:02:37.018 INFO STEP 842 (remove_files) COMPLETE
78852026-07-08T00:02:38.024Z[ recovery-image] Jul 08 00:02:37.018 INFO O| Jul 08 00:02:37.018 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78862026-07-08T00:02:38.024Z[ recovery-image] Jul 08 00:02:37.024 INFO O| Jul 08 00:02:37.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
78872026-07-08T00:02:38.024Z[ recovery-image] Jul 08 00:02:37.024 INFO O| Jul 08 00:02:37.024 INFO STEP 843 (remove_files) COMPLETE
78882026-07-08T00:02:38.024Z[ recovery-image] Jul 08 00:02:37.024 INFO O| Jul 08 00:02:37.024 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78892026-07-08T00:02:38.032Z[ recovery-image] Jul 08 00:02:37.031 INFO O| Jul 08 00:02:37.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
78902026-07-08T00:02:38.032Z[ recovery-image] Jul 08 00:02:37.031 INFO O| Jul 08 00:02:37.031 INFO STEP 844 (remove_files) COMPLETE
78912026-07-08T00:02:38.032Z[ recovery-image] Jul 08 00:02:37.031 INFO O| Jul 08 00:02:37.031 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78922026-07-08T00:02:38.040Z[ recovery-image] Jul 08 00:02:37.039 INFO O| Jul 08 00:02:37.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
78932026-07-08T00:02:38.040Z[ recovery-image] Jul 08 00:02:37.039 INFO O| Jul 08 00:02:37.039 INFO STEP 845 (remove_files) COMPLETE
78942026-07-08T00:02:38.040Z[ recovery-image] Jul 08 00:02:37.039 INFO O| Jul 08 00:02:37.039 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78952026-07-08T00:02:38.049Z[ recovery-image] Jul 08 00:02:37.046 INFO O| Jul 08 00:02:37.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
78962026-07-08T00:02:38.049Z[ recovery-image] Jul 08 00:02:37.046 INFO O| Jul 08 00:02:37.046 INFO STEP 846 (remove_files) COMPLETE
78972026-07-08T00:02:38.049Z[ recovery-image] Jul 08 00:02:37.047 INFO O| Jul 08 00:02:37.046 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
78982026-07-08T00:02:38.057Z[ recovery-image] Jul 08 00:02:37.054 INFO O| Jul 08 00:02:37.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
78992026-07-08T00:02:38.057Z[ recovery-image] Jul 08 00:02:37.054 INFO O| Jul 08 00:02:37.054 INFO STEP 847 (remove_files) COMPLETE
79002026-07-08T00:02:38.057Z[ recovery-image] Jul 08 00:02:37.054 INFO O| Jul 08 00:02:37.054 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79012026-07-08T00:02:38.064Z[ recovery-image] Jul 08 00:02:37.061 INFO O| Jul 08 00:02:37.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
79022026-07-08T00:02:38.064Z[ recovery-image] Jul 08 00:02:37.061 INFO O| Jul 08 00:02:37.061 INFO STEP 848 (remove_files) COMPLETE
79032026-07-08T00:02:38.064Z[ recovery-image] Jul 08 00:02:37.061 INFO O| Jul 08 00:02:37.061 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79042026-07-08T00:02:38.072Z[ recovery-image] Jul 08 00:02:37.068 INFO O| Jul 08 00:02:37.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
79052026-07-08T00:02:38.072Z[ recovery-image] Jul 08 00:02:37.068 INFO O| Jul 08 00:02:37.068 INFO STEP 849 (remove_files) COMPLETE
79062026-07-08T00:02:38.072Z[ recovery-image] Jul 08 00:02:37.068 INFO O| Jul 08 00:02:37.068 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79072026-07-08T00:02:38.079Z[ recovery-image] Jul 08 00:02:37.075 INFO O| Jul 08 00:02:37.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
79082026-07-08T00:02:38.079Z[ recovery-image] Jul 08 00:02:37.075 INFO O| Jul 08 00:02:37.075 INFO STEP 850 (remove_files) COMPLETE
79092026-07-08T00:02:38.079Z[ recovery-image] Jul 08 00:02:37.075 INFO O| Jul 08 00:02:37.075 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79102026-07-08T00:02:38.087Z[ recovery-image] Jul 08 00:02:37.082 INFO O| Jul 08 00:02:37.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
79112026-07-08T00:02:38.087Z[ recovery-image] Jul 08 00:02:37.082 INFO O| Jul 08 00:02:37.082 INFO STEP 851 (remove_files) COMPLETE
79122026-07-08T00:02:38.087Z[ recovery-image] Jul 08 00:02:37.082 INFO O| Jul 08 00:02:37.082 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79132026-07-08T00:02:38.095Z[ recovery-image] Jul 08 00:02:37.089 INFO O| Jul 08 00:02:37.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
79142026-07-08T00:02:38.095Z[ recovery-image] Jul 08 00:02:37.089 INFO O| Jul 08 00:02:37.089 INFO STEP 852 (remove_files) COMPLETE
79152026-07-08T00:02:38.095Z[ recovery-image] Jul 08 00:02:37.089 INFO O| Jul 08 00:02:37.089 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79162026-07-08T00:02:38.095Z[ recovery-image] Jul 08 00:02:37.095 INFO O| Jul 08 00:02:37.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
79172026-07-08T00:02:38.095Z[ recovery-image] Jul 08 00:02:37.095 INFO O| Jul 08 00:02:37.095 INFO STEP 853 (remove_files) COMPLETE
79182026-07-08T00:02:38.095Z[ recovery-image] Jul 08 00:02:37.095 INFO O| Jul 08 00:02:37.095 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79192026-07-08T00:02:38.104Z[ recovery-image] Jul 08 00:02:37.101 INFO O| Jul 08 00:02:37.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
79202026-07-08T00:02:38.104Z[ recovery-image] Jul 08 00:02:37.101 INFO O| Jul 08 00:02:37.101 INFO STEP 854 (remove_files) COMPLETE
79212026-07-08T00:02:38.104Z[ recovery-image] Jul 08 00:02:37.101 INFO O| Jul 08 00:02:37.101 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79222026-07-08T00:02:38.114Z[ recovery-image] Jul 08 00:02:37.107 INFO O| Jul 08 00:02:37.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
79232026-07-08T00:02:38.114Z[ recovery-image] Jul 08 00:02:37.107 INFO O| Jul 08 00:02:37.107 INFO STEP 855 (remove_files) COMPLETE
79242026-07-08T00:02:38.114Z[ recovery-image] Jul 08 00:02:37.107 INFO O| Jul 08 00:02:37.107 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79252026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.115 INFO O| Jul 08 00:02:37.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1"
79262026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.115 INFO O| Jul 08 00:02:37.115 INFO STEP 856 (remove_files) COMPLETE
79272026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.115 INFO O| Jul 08 00:02:37.115 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79282026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.121 INFO O| Jul 08 00:02:37.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1"
79292026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.121 INFO O| Jul 08 00:02:37.121 INFO STEP 857 (remove_files) COMPLETE
79302026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.121 INFO O| Jul 08 00:02:37.121 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79312026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.128 INFO O| Jul 08 00:02:37.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1"
79322026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.128 INFO O| Jul 08 00:02:37.128 INFO STEP 858 (remove_files) COMPLETE
79332026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.128 INFO O| Jul 08 00:02:37.128 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79342026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.135 INFO O| Jul 08 00:02:37.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
79352026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.135 INFO O| Jul 08 00:02:37.135 INFO STEP 859 (remove_files) COMPLETE
79362026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.135 INFO O| Jul 08 00:02:37.135 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79372026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.140 INFO O| Jul 08 00:02:37.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
79382026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.140 INFO O| Jul 08 00:02:37.140 INFO STEP 860 (remove_files) COMPLETE
79392026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.140 INFO O| Jul 08 00:02:37.140 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79402026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.146 INFO O| Jul 08 00:02:37.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1"
79412026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.146 INFO O| Jul 08 00:02:37.146 INFO STEP 861 (remove_files) COMPLETE
79422026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.146 INFO O| Jul 08 00:02:37.146 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79432026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.152 INFO O| Jul 08 00:02:37.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1"
79442026-07-08T00:02:42.326Z[ recovery-image] Jul 08 00:02:37.152 INFO O| Jul 08 00:02:37.152 INFO STEP 862 (remove_files) COMPLETE
79452026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.152 INFO O| Jul 08 00:02:37.152 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79462026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.157 INFO O| Jul 08 00:02:37.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
79472026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.158 INFO O| Jul 08 00:02:37.158 INFO STEP 863 (remove_files) COMPLETE
79482026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.158 INFO O| Jul 08 00:02:37.158 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79492026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.163 INFO O| Jul 08 00:02:37.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1"
79502026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.163 INFO O| Jul 08 00:02:37.163 INFO STEP 864 (remove_files) COMPLETE
79512026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.163 INFO O| Jul 08 00:02:37.163 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79522026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.171 INFO O| Jul 08 00:02:37.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1"
79532026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.171 INFO O| Jul 08 00:02:37.171 INFO STEP 865 (remove_files) COMPLETE
79542026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.171 INFO O| Jul 08 00:02:37.171 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79552026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.177 INFO O| Jul 08 00:02:37.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1"
79562026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.177 INFO O| Jul 08 00:02:37.177 INFO STEP 866 (remove_files) COMPLETE
79572026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.177 INFO O| Jul 08 00:02:37.177 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79582026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.182 INFO O| Jul 08 00:02:37.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1"
79592026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.182 INFO O| Jul 08 00:02:37.182 INFO STEP 867 (remove_files) COMPLETE
79602026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.182 INFO O| Jul 08 00:02:37.182 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79612026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.188 INFO O| Jul 08 00:02:37.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1"
79622026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.188 INFO O| Jul 08 00:02:37.188 INFO STEP 868 (remove_files) COMPLETE
79632026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.188 INFO O| Jul 08 00:02:37.188 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79642026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.194 INFO O| Jul 08 00:02:37.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
79652026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.194 INFO O| Jul 08 00:02:37.194 INFO STEP 869 (remove_files) COMPLETE
79662026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.194 INFO O| Jul 08 00:02:37.194 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79672026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.199 INFO O| Jul 08 00:02:37.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1"
79682026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.199 INFO O| Jul 08 00:02:37.199 INFO STEP 870 (remove_files) COMPLETE
79692026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.199 INFO O| Jul 08 00:02:37.199 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79702026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.205 INFO O| Jul 08 00:02:37.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1"
79712026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.205 INFO O| Jul 08 00:02:37.205 INFO STEP 871 (remove_files) COMPLETE
79722026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.205 INFO O| Jul 08 00:02:37.205 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79732026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.210 INFO O| Jul 08 00:02:37.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
79742026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.210 INFO O| Jul 08 00:02:37.210 INFO STEP 872 (remove_files) COMPLETE
79752026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.210 INFO O| Jul 08 00:02:37.210 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79762026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.216 INFO O| Jul 08 00:02:37.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
79772026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.216 INFO O| Jul 08 00:02:37.216 INFO STEP 873 (remove_files) COMPLETE
79782026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.216 INFO O| Jul 08 00:02:37.216 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79792026-07-08T00:02:42.327Z[ recovery-image] Jul 08 00:02:37.221 INFO O| Jul 08 00:02:37.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1"
79802026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.221 INFO O| Jul 08 00:02:37.221 INFO STEP 874 (remove_files) COMPLETE
79812026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.221 INFO O| Jul 08 00:02:37.221 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79822026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.227 INFO O| Jul 08 00:02:37.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
79832026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.227 INFO O| Jul 08 00:02:37.227 INFO STEP 875 (remove_files) COMPLETE
79842026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.227 INFO O| Jul 08 00:02:37.227 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79852026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.233 INFO O| Jul 08 00:02:37.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
79862026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.233 INFO O| Jul 08 00:02:37.233 INFO STEP 876 (remove_files) COMPLETE
79872026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.233 INFO O| Jul 08 00:02:37.233 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79882026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.239 INFO O| Jul 08 00:02:37.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1"
79892026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.239 INFO O| Jul 08 00:02:37.239 INFO STEP 877 (remove_files) COMPLETE
79902026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.239 INFO O| Jul 08 00:02:37.239 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79912026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.244 INFO O| Jul 08 00:02:37.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1"
79922026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.244 INFO O| Jul 08 00:02:37.244 INFO STEP 878 (remove_files) COMPLETE
79932026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.244 INFO O| Jul 08 00:02:37.244 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79942026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.250 INFO O| Jul 08 00:02:37.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
79952026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.250 INFO O| Jul 08 00:02:37.250 INFO STEP 879 (remove_files) COMPLETE
79962026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.250 INFO O| Jul 08 00:02:37.250 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
79972026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.256 INFO O| Jul 08 00:02:37.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
79982026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.256 INFO O| Jul 08 00:02:37.256 INFO STEP 880 (remove_files) COMPLETE
79992026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.256 INFO O| Jul 08 00:02:37.256 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80002026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.262 INFO O| Jul 08 00:02:37.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
80012026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.262 INFO O| Jul 08 00:02:37.262 INFO STEP 881 (remove_files) COMPLETE
80022026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.262 INFO O| Jul 08 00:02:37.262 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80032026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.268 INFO O| Jul 08 00:02:37.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress"
80042026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.268 INFO O| Jul 08 00:02:37.268 INFO STEP 882 (remove_files) COMPLETE
80052026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.268 INFO O| Jul 08 00:02:37.268 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80062026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.275 INFO O| Jul 08 00:02:37.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck"
80072026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.275 INFO O| Jul 08 00:02:37.275 INFO STEP 883 (remove_files) COMPLETE
80082026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.275 INFO O| Jul 08 00:02:37.275 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80092026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.282 INFO O| Jul 08 00:02:37.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake"
80102026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.282 INFO O| Jul 08 00:02:37.282 INFO STEP 884 (remove_files) COMPLETE
80112026-07-08T00:02:42.328Z[ recovery-image] Jul 08 00:02:37.282 INFO O| Jul 08 00:02:37.282 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80122026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.290 INFO O| Jul 08 00:02:37.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista"
80132026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.290 INFO O| Jul 08 00:02:37.290 INFO STEP 885 (remove_files) COMPLETE
80142026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.290 INFO O| Jul 08 00:02:37.290 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80152026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.297 INFO O| Jul 08 00:02:37.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb"
80162026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.297 INFO O| Jul 08 00:02:37.297 INFO STEP 886 (remove_files) COMPLETE
80172026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.297 INFO O| Jul 08 00:02:37.297 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80182026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.303 INFO O| Jul 08 00:02:37.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop"
80192026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.303 INFO O| Jul 08 00:02:37.303 INFO STEP 887 (remove_files) COMPLETE
80202026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.303 INFO O| Jul 08 00:02:37.303 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80212026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.308 INFO O| Jul 08 00:02:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin"
80222026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.308 INFO O| Jul 08 00:02:37.308 INFO STEP 888 (remove_files) COMPLETE
80232026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.308 INFO O| Jul 08 00:02:37.308 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80242026-07-08T00:02:42.329Z[ recovery-image] Jul 08 00:02:37.316 INFO O| Jul 08 00:02:37.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog"
80252026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.316 INFO O| Jul 08 00:02:37.316 INFO STEP 889 (remove_files) COMPLETE
80262026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.316 INFO O| Jul 08 00:02:37.316 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80272026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.322 INFO O| Jul 08 00:02:37.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd"
80282026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.322 INFO O| Jul 08 00:02:37.322 INFO STEP 890 (remove_files) COMPLETE
80292026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.322 INFO O| Jul 08 00:02:37.322 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80302026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.328 INFO O| Jul 08 00:02:37.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
80312026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.329 INFO O| Jul 08 00:02:37.328 INFO STEP 891 (remove_files) COMPLETE
80322026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.329 INFO O| Jul 08 00:02:37.329 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80332026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.334 INFO O| Jul 08 00:02:37.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
80342026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.334 INFO O| Jul 08 00:02:37.334 INFO STEP 892 (remove_files) COMPLETE
80352026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.334 INFO O| Jul 08 00:02:37.334 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80362026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.341 INFO O| Jul 08 00:02:37.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
80372026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.341 INFO O| Jul 08 00:02:37.341 INFO STEP 893 (remove_files) COMPLETE
80382026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.341 INFO O| Jul 08 00:02:37.341 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80392026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.347 INFO O| Jul 08 00:02:37.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
80402026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.347 INFO O| Jul 08 00:02:37.347 INFO STEP 894 (remove_files) COMPLETE
80412026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.347 INFO O| Jul 08 00:02:37.347 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80422026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.354 INFO O| Jul 08 00:02:37.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd"
80432026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.354 INFO O| Jul 08 00:02:37.354 INFO STEP 895 (remove_files) COMPLETE
80442026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.354 INFO O| Jul 08 00:02:37.354 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80452026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.362 INFO O| Jul 08 00:02:37.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc"
80462026-07-08T00:02:42.389Z[ recovery-image] Jul 08 00:02:37.362 INFO O| Jul 08 00:02:37.362 INFO STEP 896 (remove_files) COMPLETE
80472026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.362 INFO O| Jul 08 00:02:37.362 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80482026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.369 INFO O| Jul 08 00:02:37.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs"
80492026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.369 INFO O| Jul 08 00:02:37.369 INFO STEP 897 (remove_files) COMPLETE
80502026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.369 INFO O| Jul 08 00:02:37.369 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80512026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.376 INFO O| Jul 08 00:02:37.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd"
80522026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.376 INFO O| Jul 08 00:02:37.376 INFO STEP 898 (remove_files) COMPLETE
80532026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.376 INFO O| Jul 08 00:02:37.376 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80542026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.383 INFO O| Jul 08 00:02:37.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server"
80552026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.383 INFO O| Jul 08 00:02:37.383 INFO STEP 899 (remove_files) COMPLETE
80562026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.383 INFO O| Jul 08 00:02:37.383 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80572026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.390 INFO O| Jul 08 00:02:37.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign"
80582026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.390 INFO O| Jul 08 00:02:37.390 INFO STEP 900 (remove_files) COMPLETE
80592026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.390 INFO O| Jul 08 00:02:37.390 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80602026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.396 INFO O| Jul 08 00:02:37.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
80612026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.396 INFO O| Jul 08 00:02:37.396 INFO STEP 901 (remove_files) COMPLETE
80622026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.396 INFO O| Jul 08 00:02:37.396 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80632026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.402 INFO O| Jul 08 00:02:37.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper"
80642026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.402 INFO O| Jul 08 00:02:37.402 INFO STEP 902 (remove_files) COMPLETE
80652026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.402 INFO O| Jul 08 00:02:37.402 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80662026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.408 INFO O| Jul 08 00:02:37.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid"
80672026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.409 INFO O| Jul 08 00:02:37.409 INFO STEP 903 (remove_files) COMPLETE
80682026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.409 INFO O| Jul 08 00:02:37.409 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80692026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.414 INFO O| Jul 08 00:02:37.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid"
80702026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.414 INFO O| Jul 08 00:02:37.414 INFO STEP 904 (remove_files) COMPLETE
80712026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.414 INFO O| Jul 08 00:02:37.414 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80722026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.423 INFO O| Jul 08 00:02:37.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange"
80732026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.423 INFO O| Jul 08 00:02:37.423 INFO STEP 905 (remove_files) COMPLETE
80742026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.423 INFO O| Jul 08 00:02:37.423 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80752026-07-08T00:02:42.390Z[ recovery-image] Jul 08 00:02:37.430 INFO O| Jul 08 00:02:37.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate"
80762026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.430 INFO O| Jul 08 00:02:37.430 INFO STEP 906 (remove_files) COMPLETE
80772026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.430 INFO O| Jul 08 00:02:37.430 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80782026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.437 INFO O| Jul 08 00:02:37.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid"
80792026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.437 INFO O| Jul 08 00:02:37.437 INFO STEP 907 (remove_files) COMPLETE
80802026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.437 INFO O| Jul 08 00:02:37.437 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80812026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.444 INFO O| Jul 08 00:02:37.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint"
80822026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.444 INFO O| Jul 08 00:02:37.444 INFO STEP 908 (remove_files) COMPLETE
80832026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.444 INFO O| Jul 08 00:02:37.444 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80842026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.452 INFO O| Jul 08 00:02:37.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem"
80852026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.452 INFO O| Jul 08 00:02:37.452 INFO STEP 909 (remove_files) COMPLETE
80862026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.452 INFO O| Jul 08 00:02:37.452 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80872026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.459 INFO O| Jul 08 00:02:37.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath"
80882026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.459 INFO O| Jul 08 00:02:37.459 INFO STEP 910 (remove_files) COMPLETE
80892026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.459 INFO O| Jul 08 00:02:37.459 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80902026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.465 INFO O| Jul 08 00:02:37.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr"
80912026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.465 INFO O| Jul 08 00:02:37.465 INFO STEP 911 (remove_files) COMPLETE
80922026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.465 INFO O| Jul 08 00:02:37.465 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80932026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.473 INFO O| Jul 08 00:02:37.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime"
80942026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.473 INFO O| Jul 08 00:02:37.473 INFO STEP 912 (remove_files) COMPLETE
80952026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.473 INFO O| Jul 08 00:02:37.473 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80962026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.481 INFO O| Jul 08 00:02:37.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid"
80972026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.481 INFO O| Jul 08 00:02:37.481 INFO STEP 913 (remove_files) COMPLETE
80982026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.481 INFO O| Jul 08 00:02:37.481 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
80992026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.488 INFO O| Jul 08 00:02:37.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn"
81002026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.488 INFO O| Jul 08 00:02:37.488 INFO STEP 914 (remove_files) COMPLETE
81012026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.488 INFO O| Jul 08 00:02:37.488 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81022026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.494 INFO O| Jul 08 00:02:37.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate"
81032026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.494 INFO O| Jul 08 00:02:37.494 INFO STEP 915 (remove_files) COMPLETE
81042026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.494 INFO O| Jul 08 00:02:37.494 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81052026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.501 INFO O| Jul 08 00:02:37.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid"
81062026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.501 INFO O| Jul 08 00:02:37.501 INFO STEP 916 (remove_files) COMPLETE
81072026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.501 INFO O| Jul 08 00:02:37.501 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81082026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.508 INFO O| Jul 08 00:02:37.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint"
81092026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.508 INFO O| Jul 08 00:02:37.508 INFO STEP 917 (remove_files) COMPLETE
81102026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.508 INFO O| Jul 08 00:02:37.508 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81112026-07-08T00:02:42.391Z[ recovery-image] Jul 08 00:02:37.515 INFO O| Jul 08 00:02:37.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem"
81122026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.515 INFO O| Jul 08 00:02:37.515 INFO STEP 918 (remove_files) COMPLETE
81132026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.515 INFO O| Jul 08 00:02:37.515 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81142026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.521 INFO O| Jul 08 00:02:37.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath"
81152026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.521 INFO O| Jul 08 00:02:37.521 INFO STEP 919 (remove_files) COMPLETE
81162026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.521 INFO O| Jul 08 00:02:37.521 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81172026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.528 INFO O| Jul 08 00:02:37.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange"
81182026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.528 INFO O| Jul 08 00:02:37.528 INFO STEP 920 (remove_files) COMPLETE
81192026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.528 INFO O| Jul 08 00:02:37.528 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81202026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.535 INFO O| Jul 08 00:02:37.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr"
81212026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.535 INFO O| Jul 08 00:02:37.535 INFO STEP 921 (remove_files) COMPLETE
81222026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.535 INFO O| Jul 08 00:02:37.535 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81232026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.542 INFO O| Jul 08 00:02:37.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime"
81242026-07-08T00:02:42.392Z[ recovery-image] Jul 08 00:02:37.542 INFO O| Jul 08 00:02:37.542 INFO STEP 922 (remove_files) COMPLETE
81252026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.542 INFO O| Jul 08 00:02:37.542 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81262026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.549 INFO O| Jul 08 00:02:37.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid"
81272026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.549 INFO O| Jul 08 00:02:37.549 INFO STEP 923 (remove_files) COMPLETE
81282026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.549 INFO O| Jul 08 00:02:37.549 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81292026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.556 INFO O| Jul 08 00:02:37.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn"
81302026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.556 INFO O| Jul 08 00:02:37.556 INFO STEP 924 (remove_files) COMPLETE
81312026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.556 INFO O| Jul 08 00:02:37.556 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81322026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.563 INFO O| Jul 08 00:02:37.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext"
81332026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.564 INFO O| Jul 08 00:02:37.564 INFO STEP 925 (remove_files) COMPLETE
81342026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.564 INFO O| Jul 08 00:02:37.564 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81352026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.571 INFO O| Jul 08 00:02:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate"
81362026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.571 INFO O| Jul 08 00:02:37.571 INFO STEP 926 (remove_files) COMPLETE
81372026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.571 INFO O| Jul 08 00:02:37.571 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81382026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.578 INFO O| Jul 08 00:02:37.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid"
81392026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.578 INFO O| Jul 08 00:02:37.578 INFO STEP 927 (remove_files) COMPLETE
81402026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.578 INFO O| Jul 08 00:02:37.578 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81412026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.585 INFO O| Jul 08 00:02:37.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint"
81422026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.585 INFO O| Jul 08 00:02:37.585 INFO STEP 928 (remove_files) COMPLETE
81432026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.585 INFO O| Jul 08 00:02:37.585 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81442026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.592 INFO O| Jul 08 00:02:37.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath"
81452026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.592 INFO O| Jul 08 00:02:37.592 INFO STEP 929 (remove_files) COMPLETE
81462026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.592 INFO O| Jul 08 00:02:37.592 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81472026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.599 INFO O| Jul 08 00:02:37.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange"
81482026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.599 INFO O| Jul 08 00:02:37.599 INFO STEP 930 (remove_files) COMPLETE
81492026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.599 INFO O| Jul 08 00:02:37.599 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81502026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.605 INFO O| Jul 08 00:02:37.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr"
81512026-07-08T00:02:42.399Z[ recovery-image] Jul 08 00:02:37.605 INFO O| Jul 08 00:02:37.605 INFO STEP 931 (remove_files) COMPLETE
81522026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.605 INFO O| Jul 08 00:02:37.605 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81532026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.613 INFO O| Jul 08 00:02:37.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime"
81542026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.613 INFO O| Jul 08 00:02:37.613 INFO STEP 932 (remove_files) COMPLETE
81552026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.613 INFO O| Jul 08 00:02:37.613 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81562026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.621 INFO O| Jul 08 00:02:37.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid"
81572026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.621 INFO O| Jul 08 00:02:37.621 INFO STEP 933 (remove_files) COMPLETE
81582026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.621 INFO O| Jul 08 00:02:37.621 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81592026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.628 INFO O| Jul 08 00:02:37.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn"
81602026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.628 INFO O| Jul 08 00:02:37.628 INFO STEP 934 (remove_files) COMPLETE
81612026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.628 INFO O| Jul 08 00:02:37.628 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81622026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.635 INFO O| Jul 08 00:02:37.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall"
81632026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.635 INFO O| Jul 08 00:02:37.635 INFO STEP 935 (remove_files) COMPLETE
81642026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.635 INFO O| Jul 08 00:02:37.635 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81652026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.643 INFO O| Jul 08 00:02:37.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname"
81662026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.643 INFO O| Jul 08 00:02:37.643 INFO STEP 936 (remove_files) COMPLETE
81672026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.643 INFO O| Jul 08 00:02:37.643 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81682026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.651 INFO O| Jul 08 00:02:37.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove"
81692026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.651 INFO O| Jul 08 00:02:37.651 INFO STEP 937 (remove_files) COMPLETE
81702026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.651 INFO O| Jul 08 00:02:37.651 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81712026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.658 INFO O| Jul 08 00:02:37.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv"
81722026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.658 INFO O| Jul 08 00:02:37.658 INFO STEP 938 (remove_files) COMPLETE
81732026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.658 INFO O| Jul 08 00:02:37.658 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81742026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.664 INFO O| Jul 08 00:02:37.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db"
81752026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.665 INFO O| Jul 08 00:02:37.665 INFO STEP 939 (remove_files) COMPLETE
81762026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.665 INFO O| Jul 08 00:02:37.665 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81772026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.673 INFO O| Jul 08 00:02:37.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve"
81782026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.673 INFO O| Jul 08 00:02:37.673 INFO STEP 940 (remove_files) COMPLETE
81792026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.673 INFO O| Jul 08 00:02:37.673 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81802026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.680 INFO O| Jul 08 00:02:37.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates"
81812026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.680 INFO O| Jul 08 00:02:37.680 INFO STEP 941 (remove_files) COMPLETE
81822026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.680 INFO O| Jul 08 00:02:37.680 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81832026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.687 INFO O| Jul 08 00:02:37.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay"
81842026-07-08T00:02:42.400Z[ recovery-image] Jul 08 00:02:37.687 INFO O| Jul 08 00:02:37.687 INFO STEP 942 (remove_files) COMPLETE
81852026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.687 INFO O| Jul 08 00:02:37.687 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81862026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.694 INFO O| Jul 08 00:02:37.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm"
81872026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.694 INFO O| Jul 08 00:02:37.694 INFO STEP 943 (remove_files) COMPLETE
81882026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.694 INFO O| Jul 08 00:02:37.694 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81892026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.701 INFO O| Jul 08 00:02:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump"
81902026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.701 INFO O| Jul 08 00:02:37.701 INFO STEP 944 (remove_files) COMPLETE
81912026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.701 INFO O| Jul 08 00:02:37.701 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81922026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.708 INFO O| Jul 08 00:02:37.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract"
81932026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.708 INFO O| Jul 08 00:02:37.708 INFO STEP 945 (remove_files) COMPLETE
81942026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.708 INFO O| Jul 08 00:02:37.708 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81952026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.715 INFO O| Jul 08 00:02:37.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv"
81962026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.715 INFO O| Jul 08 00:02:37.715 INFO STEP 946 (remove_files) COMPLETE
81972026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.715 INFO O| Jul 08 00:02:37.715 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
81982026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.722 INFO O| Jul 08 00:02:37.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate"
81992026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.722 INFO O| Jul 08 00:02:37.722 INFO STEP 947 (remove_files) COMPLETE
82002026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.722 INFO O| Jul 08 00:02:37.722 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82012026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.729 INFO O| Jul 08 00:02:37.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat"
82022026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.729 INFO O| Jul 08 00:02:37.729 INFO STEP 948 (remove_files) COMPLETE
82032026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.729 INFO O| Jul 08 00:02:37.729 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82042026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.736 INFO O| Jul 08 00:02:37.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat"
82052026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.736 INFO O| Jul 08 00:02:37.736 INFO STEP 949 (remove_files) COMPLETE
82062026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.736 INFO O| Jul 08 00:02:37.736 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82072026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.743 INFO O| Jul 08 00:02:37.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat"
82082026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.743 INFO O| Jul 08 00:02:37.743 INFO STEP 950 (remove_files) COMPLETE
82092026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.743 INFO O| Jul 08 00:02:37.743 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82102026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.750 INFO O| Jul 08 00:02:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp"
82112026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.750 INFO O| Jul 08 00:02:37.750 INFO STEP 951 (remove_files) COMPLETE
82122026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.750 INFO O| Jul 08 00:02:37.750 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82132026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.757 INFO O| Jul 08 00:02:37.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit"
82142026-07-08T00:02:42.401Z[ recovery-image] Jul 08 00:02:37.757 INFO O| Jul 08 00:02:37.757 INFO STEP 952 (remove_files) COMPLETE
82152026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.757 INFO O| Jul 08 00:02:37.757 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82162026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.763 INFO O| Jul 08 00:02:37.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig"
82172026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.763 INFO O| Jul 08 00:02:37.763 INFO STEP 953 (remove_files) COMPLETE
82182026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.763 INFO O| Jul 08 00:02:37.763 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82192026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.769 INFO O| Jul 08 00:02:37.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd"
82202026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.770 INFO O| Jul 08 00:02:37.770 INFO STEP 954 (remove_files) COMPLETE
82212026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.770 INFO O| Jul 08 00:02:37.770 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82222026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.776 INFO O| Jul 08 00:02:37.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord"
82232026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.776 INFO O| Jul 08 00:02:37.776 INFO STEP 955 (remove_files) COMPLETE
82242026-07-08T00:02:42.402Z[ recovery-image] Jul 08 00:02:37.776 INFO O| Jul 08 00:02:37.776 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82252026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.782 INFO O| Jul 08 00:02:37.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce"
82262026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.782 INFO O| Jul 08 00:02:37.782 INFO STEP 956 (remove_files) COMPLETE
82272026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.782 INFO O| Jul 08 00:02:37.782 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82282026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.787 INFO O| Jul 08 00:02:37.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat"
82292026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.787 INFO O| Jul 08 00:02:37.787 INFO STEP 957 (remove_files) COMPLETE
82302026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.787 INFO O| Jul 08 00:02:37.787 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82312026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.794 INFO O| Jul 08 00:02:37.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks"
82322026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.795 INFO O| Jul 08 00:02:37.794 INFO STEP 958 (remove_files) COMPLETE
82332026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.795 INFO O| Jul 08 00:02:37.794 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82342026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.801 INFO O| Jul 08 00:02:37.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve"
82352026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.801 INFO O| Jul 08 00:02:37.801 INFO STEP 959 (remove_files) COMPLETE
82362026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.801 INFO O| Jul 08 00:02:37.801 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82372026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.808 INFO O| Jul 08 00:02:37.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl"
82382026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.808 INFO O| Jul 08 00:02:37.808 INFO STEP 960 (remove_files) COMPLETE
82392026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.808 INFO O| Jul 08 00:02:37.808 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82402026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.814 INFO O| Jul 08 00:02:37.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm"
82412026-07-08T00:02:42.432Z[ recovery-image] Jul 08 00:02:37.814 INFO O| Jul 08 00:02:37.814 INFO STEP 961 (remove_files) COMPLETE
82422026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.814 INFO O| Jul 08 00:02:37.814 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82432026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.820 INFO O| Jul 08 00:02:37.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd"
82442026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.820 INFO O| Jul 08 00:02:37.820 INFO STEP 962 (remove_files) COMPLETE
82452026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.820 INFO O| Jul 08 00:02:37.820 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82462026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.826 INFO O| Jul 08 00:02:37.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot"
82472026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.826 INFO O| Jul 08 00:02:37.826 INFO STEP 963 (remove_files) COMPLETE
82482026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.826 INFO O| Jul 08 00:02:37.826 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82492026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.832 INFO O| Jul 08 00:02:37.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks"
82502026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.832 INFO O| Jul 08 00:02:37.832 INFO STEP 964 (remove_files) COMPLETE
82512026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.832 INFO O| Jul 08 00:02:37.832 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82522026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.838 INFO O| Jul 08 00:02:37.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo"
82532026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.838 INFO O| Jul 08 00:02:37.838 INFO STEP 965 (remove_files) COMPLETE
82542026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.838 INFO O| Jul 08 00:02:37.838 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82552026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.844 INFO O| Jul 08 00:02:37.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri"
82562026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.844 INFO O| Jul 08 00:02:37.844 INFO STEP 966 (remove_files) COMPLETE
82572026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.844 INFO O| Jul 08 00:02:37.844 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82582026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.850 INFO O| Jul 08 00:02:37.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm"
82592026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.850 INFO O| Jul 08 00:02:37.850 INFO STEP 967 (remove_files) COMPLETE
82602026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.850 INFO O| Jul 08 00:02:37.850 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82612026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.857 INFO O| Jul 08 00:02:37.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd"
82622026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.857 INFO O| Jul 08 00:02:37.857 INFO STEP 968 (remove_files) COMPLETE
82632026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.857 INFO O| Jul 08 00:02:37.857 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82642026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.863 INFO O| Jul 08 00:02:37.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate"
82652026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.863 INFO O| Jul 08 00:02:37.863 INFO STEP 969 (remove_files) COMPLETE
82662026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.863 INFO O| Jul 08 00:02:37.863 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82672026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.868 INFO O| Jul 08 00:02:37.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo"
82682026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.868 INFO O| Jul 08 00:02:37.868 INFO STEP 970 (remove_files) COMPLETE
82692026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.868 INFO O| Jul 08 00:02:37.868 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82702026-07-08T00:02:42.433Z[ recovery-image] Jul 08 00:02:37.874 INFO O| Jul 08 00:02:37.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks"
82712026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.874 INFO O| Jul 08 00:02:37.874 INFO STEP 971 (remove_files) COMPLETE
82722026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.874 INFO O| Jul 08 00:02:37.874 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82732026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.879 INFO O| Jul 08 00:02:37.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df"
82742026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.879 INFO O| Jul 08 00:02:37.879 INFO STEP 972 (remove_files) COMPLETE
82752026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.879 INFO O| Jul 08 00:02:37.879 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82762026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.884 INFO O| Jul 08 00:02:37.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts"
82772026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.885 INFO O| Jul 08 00:02:37.884 INFO STEP 973 (remove_files) COMPLETE
82782026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.885 INFO O| Jul 08 00:02:37.885 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82792026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.890 INFO O| Jul 08 00:02:37.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares"
82802026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.890 INFO O| Jul 08 00:02:37.890 INFO STEP 974 (remove_files) COMPLETE
82812026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.890 INFO O| Jul 08 00:02:37.890 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82822026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.896 INFO O| Jul 08 00:02:37.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks"
82832026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.896 INFO O| Jul 08 00:02:37.896 INFO STEP 975 (remove_files) COMPLETE
82842026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.896 INFO O| Jul 08 00:02:37.896 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82852026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.902 INFO O| Jul 08 00:02:37.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin"
82862026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.902 INFO O| Jul 08 00:02:37.902 INFO STEP 976 (remove_files) COMPLETE
82872026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.902 INFO O| Jul 08 00:02:37.902 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82882026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.907 INFO O| Jul 08 00:02:37.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo"
82892026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.907 INFO O| Jul 08 00:02:37.907 INFO STEP 977 (remove_files) COMPLETE
82902026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.907 INFO O| Jul 08 00:02:37.907 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82912026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.913 INFO O| Jul 08 00:02:37.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig"
82922026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.913 INFO O| Jul 08 00:02:37.913 INFO STEP 978 (remove_files) COMPLETE
82932026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.913 INFO O| Jul 08 00:02:37.913 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82942026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.919 INFO O| Jul 08 00:02:37.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom"
82952026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.919 INFO O| Jul 08 00:02:37.919 INFO STEP 979 (remove_files) COMPLETE
82962026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.919 INFO O| Jul 08 00:02:37.919 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
82972026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.924 INFO O| Jul 08 00:02:37.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff"
82982026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.924 INFO O| Jul 08 00:02:37.924 INFO STEP 980 (remove_files) COMPLETE
82992026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.924 INFO O| Jul 08 00:02:37.924 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83002026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.930 INFO O| Jul 08 00:02:37.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm"
83012026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.930 INFO O| Jul 08 00:02:37.930 INFO STEP 981 (remove_files) COMPLETE
83022026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.930 INFO O| Jul 08 00:02:37.930 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83032026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.935 INFO O| Jul 08 00:02:37.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump"
83042026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.935 INFO O| Jul 08 00:02:37.935 INFO STEP 982 (remove_files) COMPLETE
83052026-07-08T00:02:42.434Z[ recovery-image] Jul 08 00:02:37.935 INFO O| Jul 08 00:02:37.935 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83062026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.941 INFO O| Jul 08 00:02:37.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat"
83072026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.941 INFO O| Jul 08 00:02:37.941 INFO STEP 983 (remove_files) COMPLETE
83082026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.941 INFO O| Jul 08 00:02:37.941 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83092026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.947 INFO O| Jul 08 00:02:37.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard"
83102026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.947 INFO O| Jul 08 00:02:37.947 INFO STEP 984 (remove_files) COMPLETE
83112026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.947 INFO O| Jul 08 00:02:37.947 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83122026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.953 INFO O| Jul 08 00:02:37.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format"
83132026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.953 INFO O| Jul 08 00:02:37.953 INFO STEP 985 (remove_files) COMPLETE
83142026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.953 INFO O| Jul 08 00:02:37.953 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83152026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.958 INFO O| Jul 08 00:02:37.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck"
83162026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.958 INFO O| Jul 08 00:02:37.958 INFO STEP 986 (remove_files) COMPLETE
83172026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.959 INFO O| Jul 08 00:02:37.958 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83182026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.964 INFO O| Jul 08 00:02:37.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser"
83192026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.964 INFO O| Jul 08 00:02:37.964 INFO STEP 987 (remove_files) COMPLETE
83202026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.964 INFO O| Jul 08 00:02:37.964 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83212026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.970 INFO O| Jul 08 00:02:37.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy"
83222026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.970 INFO O| Jul 08 00:02:37.970 INFO STEP 988 (remove_files) COMPLETE
83232026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.970 INFO O| Jul 08 00:02:37.970 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83242026-07-08T00:02:42.435Z[ recovery-image] Jul 08 00:02:37.975 INFO O| Jul 08 00:02:37.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor"
83252026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.975 INFO O| Jul 08 00:02:37.975 INFO STEP 989 (remove_files) COMPLETE
83262026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.975 INFO O| Jul 08 00:02:37.975 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83272026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.980 INFO O| Jul 08 00:02:37.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd"
83282026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.980 INFO O| Jul 08 00:02:37.980 INFO STEP 990 (remove_files) COMPLETE
83292026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.980 INFO O| Jul 08 00:02:37.980 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83302026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.986 INFO O| Jul 08 00:02:37.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel"
83312026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.986 INFO O| Jul 08 00:02:37.986 INFO STEP 991 (remove_files) COMPLETE
83322026-07-08T00:02:42.444Z[ recovery-image] Jul 08 00:02:37.986 INFO O| Jul 08 00:02:37.986 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83332026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:37.991 INFO O| Jul 08 00:02:37.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod"
83342026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:37.991 INFO O| Jul 08 00:02:37.991 INFO STEP 992 (remove_files) COMPLETE
83352026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:37.991 INFO O| Jul 08 00:02:37.991 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83362026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:37.999 INFO O| Jul 08 00:02:37.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs"
83372026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:37.999 INFO O| Jul 08 00:02:37.999 INFO STEP 993 (remove_files) COMPLETE
83382026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:37.999 INFO O| Jul 08 00:02:37.999 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83392026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.006 INFO O| Jul 08 00:02:38.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck"
83402026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.006 INFO O| Jul 08 00:02:38.006 INFO STEP 994 (remove_files) COMPLETE
83412026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.006 INFO O| Jul 08 00:02:38.006 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83422026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.013 INFO O| Jul 08 00:02:38.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred"
83432026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.013 INFO O| Jul 08 00:02:38.013 INFO STEP 995 (remove_files) COMPLETE
83442026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.013 INFO O| Jul 08 00:02:38.013 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83452026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.020 INFO O| Jul 08 00:02:38.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt"
83462026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.020 INFO O| Jul 08 00:02:38.020 INFO STEP 996 (remove_files) COMPLETE
83472026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.020 INFO O| Jul 08 00:02:38.020 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83482026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.027 INFO O| Jul 08 00:02:38.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug"
83492026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.027 INFO O| Jul 08 00:02:38.027 INFO STEP 997 (remove_files) COMPLETE
83502026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.027 INFO O| Jul 08 00:02:38.027 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83512026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.034 INFO O| Jul 08 00:02:38.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl"
83522026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.034 INFO O| Jul 08 00:02:38.034 INFO STEP 998 (remove_files) COMPLETE
83532026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.034 INFO O| Jul 08 00:02:38.034 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83542026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.040 INFO O| Jul 08 00:02:38.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap"
83552026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.040 INFO O| Jul 08 00:02:38.040 INFO STEP 999 (remove_files) COMPLETE
83562026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.040 INFO O| Jul 08 00:02:38.040 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83572026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.045 INFO O| Jul 08 00:02:38.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm"
83582026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.045 INFO O| Jul 08 00:02:38.045 INFO STEP 1000 (remove_files) COMPLETE
83592026-07-08T00:02:42.445Z[ recovery-image] Jul 08 00:02:38.045 INFO O| Jul 08 00:02:38.045 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83602026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.051 INFO O| Jul 08 00:02:38.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm"
83612026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.051 INFO O| Jul 08 00:02:38.051 INFO STEP 1001 (remove_files) COMPLETE
83622026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.051 INFO O| Jul 08 00:02:38.051 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83632026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.056 INFO O| Jul 08 00:02:38.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert"
83642026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.056 INFO O| Jul 08 00:02:38.056 INFO STEP 1002 (remove_files) COMPLETE
83652026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.056 INFO O| Jul 08 00:02:38.056 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83662026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.061 INFO O| Jul 08 00:02:38.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc"
83672026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.061 INFO O| Jul 08 00:02:38.061 INFO STEP 1003 (remove_files) COMPLETE
83682026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.061 INFO O| Jul 08 00:02:38.061 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83692026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.067 INFO O| Jul 08 00:02:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed"
83702026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.067 INFO O| Jul 08 00:02:38.067 INFO STEP 1004 (remove_files) COMPLETE
83712026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.067 INFO O| Jul 08 00:02:38.067 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83722026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.072 INFO O| Jul 08 00:02:38.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm"
83732026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.072 INFO O| Jul 08 00:02:38.072 INFO STEP 1005 (remove_files) COMPLETE
83742026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.072 INFO O| Jul 08 00:02:38.072 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83752026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.078 INFO O| Jul 08 00:02:38.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv"
83762026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.078 INFO O| Jul 08 00:02:38.078 INFO STEP 1006 (remove_files) COMPLETE
83772026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.078 INFO O| Jul 08 00:02:38.078 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83782026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.083 INFO O| Jul 08 00:02:38.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install"
83792026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.083 INFO O| Jul 08 00:02:38.083 INFO STEP 1007 (remove_files) COMPLETE
83802026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.083 INFO O| Jul 08 00:02:38.083 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83812026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.088 INFO O| Jul 08 00:02:38.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot"
83822026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.088 INFO O| Jul 08 00:02:38.088 INFO STEP 1008 (remove_files) COMPLETE
83832026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.088 INFO O| Jul 08 00:02:38.088 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83842026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.094 INFO O| Jul 08 00:02:38.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf"
83852026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.094 INFO O| Jul 08 00:02:38.094 INFO STEP 1009 (remove_files) COMPLETE
83862026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.094 INFO O| Jul 08 00:02:38.094 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83872026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.099 INFO O| Jul 08 00:02:38.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat"
83882026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.099 INFO O| Jul 08 00:02:38.099 INFO STEP 1010 (remove_files) COMPLETE
83892026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.099 INFO O| Jul 08 00:02:38.099 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83902026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.105 INFO O| Jul 08 00:02:38.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs"
83912026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.105 INFO O| Jul 08 00:02:38.105 INFO STEP 1011 (remove_files) COMPLETE
83922026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.105 INFO O| Jul 08 00:02:38.105 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83932026-07-08T00:02:42.446Z[ recovery-image] Jul 08 00:02:38.110 INFO O| Jul 08 00:02:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf"
83942026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.110 INFO O| Jul 08 00:02:38.110 INFO STEP 1012 (remove_files) COMPLETE
83952026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.110 INFO O| Jul 08 00:02:38.110 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83962026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.116 INFO O| Jul 08 00:02:38.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey"
83972026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.116 INFO O| Jul 08 00:02:38.116 INFO STEP 1013 (remove_files) COMPLETE
83982026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.116 INFO O| Jul 08 00:02:38.116 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
83992026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.123 INFO O| Jul 08 00:02:38.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv"
84002026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.123 INFO O| Jul 08 00:02:38.123 INFO STEP 1014 (remove_files) COMPLETE
84012026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.123 INFO O| Jul 08 00:02:38.123 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84022026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.129 INFO O| Jul 08 00:02:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall"
84032026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.129 INFO O| Jul 08 00:02:38.129 INFO STEP 1015 (remove_files) COMPLETE
84042026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.129 INFO O| Jul 08 00:02:38.129 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84052026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.134 INFO O| Jul 08 00:02:38.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link"
84062026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.134 INFO O| Jul 08 00:02:38.134 INFO STEP 1016 (remove_files) COMPLETE
84072026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.134 INFO O| Jul 08 00:02:38.134 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84082026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.139 INFO O| Jul 08 00:02:38.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices"
84092026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.139 INFO O| Jul 08 00:02:38.139 INFO STEP 1017 (remove_files) COMPLETE
84102026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.139 INFO O| Jul 08 00:02:38.139 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84112026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.145 INFO O| Jul 08 00:02:38.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator"
84122026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.145 INFO O| Jul 08 00:02:38.145 INFO STEP 1018 (remove_files) COMPLETE
84132026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.145 INFO O| Jul 08 00:02:38.145 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84142026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.151 INFO O| Jul 08 00:02:38.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat"
84152026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.151 INFO O| Jul 08 00:02:38.151 INFO STEP 1019 (remove_files) COMPLETE
84162026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.151 INFO O| Jul 08 00:02:38.151 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84172026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.156 INFO O| Jul 08 00:02:38.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm"
84182026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.156 INFO O| Jul 08 00:02:38.156 INFO STEP 1020 (remove_files) COMPLETE
84192026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.156 INFO O| Jul 08 00:02:38.156 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84202026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.162 INFO O| Jul 08 00:02:38.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm"
84212026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.162 INFO O| Jul 08 00:02:38.162 INFO STEP 1021 (remove_files) COMPLETE
84222026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.162 INFO O| Jul 08 00:02:38.162 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84232026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.167 INFO O| Jul 08 00:02:38.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm"
84242026-07-08T00:02:42.447Z[ recovery-image] Jul 08 00:02:38.167 INFO O| Jul 08 00:02:38.167 INFO STEP 1022 (remove_files) COMPLETE
84252026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.167 INFO O| Jul 08 00:02:38.167 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84262026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.172 INFO O| Jul 08 00:02:38.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc"
84272026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.172 INFO O| Jul 08 00:02:38.172 INFO STEP 1023 (remove_files) COMPLETE
84282026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.172 INFO O| Jul 08 00:02:38.172 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84292026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.177 INFO O| Jul 08 00:02:38.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps"
84302026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.177 INFO O| Jul 08 00:02:38.177 INFO STEP 1024 (remove_files) COMPLETE
84312026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.177 INFO O| Jul 08 00:02:38.177 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84322026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.186 INFO O| Jul 08 00:02:38.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile"
84332026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.186 INFO O| Jul 08 00:02:38.186 INFO STEP 1025 (remove_files) COMPLETE
84342026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.186 INFO O| Jul 08 00:02:38.186 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84352026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.194 INFO O| Jul 08 00:02:38.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod"
84362026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.194 INFO O| Jul 08 00:02:38.194 INFO STEP 1026 (remove_files) COMPLETE
84372026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.194 INFO O| Jul 08 00:02:38.194 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84382026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.201 INFO O| Jul 08 00:02:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo"
84392026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.202 INFO O| Jul 08 00:02:38.201 INFO STEP 1027 (remove_files) COMPLETE
84402026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.202 INFO O| Jul 08 00:02:38.201 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84412026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.208 INFO O| Jul 08 00:02:38.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload"
84422026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.208 INFO O| Jul 08 00:02:38.208 INFO STEP 1028 (remove_files) COMPLETE
84432026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.208 INFO O| Jul 08 00:02:38.208 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84442026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.216 INFO O| Jul 08 00:02:38.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall"
84452026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.216 INFO O| Jul 08 00:02:38.216 INFO STEP 1029 (remove_files) COMPLETE
84462026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.216 INFO O| Jul 08 00:02:38.216 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84472026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.223 INFO O| Jul 08 00:02:38.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid"
84482026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.223 INFO O| Jul 08 00:02:38.223 INFO STEP 1030 (remove_files) COMPLETE
84492026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.223 INFO O| Jul 08 00:02:38.223 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84502026-07-08T00:02:42.452Z[ recovery-image] Jul 08 00:02:38.230 INFO O| Jul 08 00:02:38.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir"
84512026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.230 INFO O| Jul 08 00:02:38.230 INFO STEP 1031 (remove_files) COMPLETE
84522026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.230 INFO O| Jul 08 00:02:38.230 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84532026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.236 INFO O| Jul 08 00:02:38.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp"
84542026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.236 INFO O| Jul 08 00:02:38.236 INFO STEP 1032 (remove_files) COMPLETE
84552026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.236 INFO O| Jul 08 00:02:38.236 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84562026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.243 INFO O| Jul 08 00:02:38.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin"
84572026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.244 INFO O| Jul 08 00:02:38.244 INFO STEP 1033 (remove_files) COMPLETE
84582026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.244 INFO O| Jul 08 00:02:38.244 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84592026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.250 INFO O| Jul 08 00:02:38.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest"
84602026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.250 INFO O| Jul 08 00:02:38.250 INFO STEP 1034 (remove_files) COMPLETE
84612026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.250 INFO O| Jul 08 00:02:38.250 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84622026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.257 INFO O| Jul 08 00:02:38.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm"
84632026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.257 INFO O| Jul 08 00:02:38.257 INFO STEP 1035 (remove_files) COMPLETE
84642026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.257 INFO O| Jul 08 00:02:38.257 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84652026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.263 INFO O| Jul 08 00:02:38.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg"
84662026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.263 INFO O| Jul 08 00:02:38.263 INFO STEP 1036 (remove_files) COMPLETE
84672026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.263 INFO O| Jul 08 00:02:38.263 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84682026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.270 INFO O| Jul 08 00:02:38.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind"
84692026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.270 INFO O| Jul 08 00:02:38.270 INFO STEP 1037 (remove_files) COMPLETE
84702026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.270 INFO O| Jul 08 00:02:38.270 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84712026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.276 INFO O| Jul 08 00:02:38.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping"
84722026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.276 INFO O| Jul 08 00:02:38.276 INFO STEP 1038 (remove_files) COMPLETE
84732026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.276 INFO O| Jul 08 00:02:38.276 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84742026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.282 INFO O| Jul 08 00:02:38.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd"
84752026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.282 INFO O| Jul 08 00:02:38.282 INFO STEP 1039 (remove_files) COMPLETE
84762026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.282 INFO O| Jul 08 00:02:38.282 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84772026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.288 INFO O| Jul 08 00:02:38.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask"
84782026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.288 INFO O| Jul 08 00:02:38.288 INFO STEP 1040 (remove_files) COMPLETE
84792026-07-08T00:02:42.453Z[ recovery-image] Jul 08 00:02:38.289 INFO O| Jul 08 00:02:38.288 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84802026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.295 INFO O| Jul 08 00:02:38.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk"
84812026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.295 INFO O| Jul 08 00:02:38.295 INFO STEP 1041 (remove_files) COMPLETE
84822026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.295 INFO O| Jul 08 00:02:38.295 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84832026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.301 INFO O| Jul 08 00:02:38.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm"
84842026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.301 INFO O| Jul 08 00:02:38.301 INFO STEP 1042 (remove_files) COMPLETE
84852026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.301 INFO O| Jul 08 00:02:38.301 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84862026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.307 INFO O| Jul 08 00:02:38.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat"
84872026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.307 INFO O| Jul 08 00:02:38.307 INFO STEP 1043 (remove_files) COMPLETE
84882026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.307 INFO O| Jul 08 00:02:38.307 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84892026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.313 INFO O| Jul 08 00:02:38.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm"
84902026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.313 INFO O| Jul 08 00:02:38.313 INFO STEP 1044 (remove_files) COMPLETE
84912026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.313 INFO O| Jul 08 00:02:38.313 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84922026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.320 INFO O| Jul 08 00:02:38.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind"
84932026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.320 INFO O| Jul 08 00:02:38.320 INFO STEP 1045 (remove_files) COMPLETE
84942026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.320 INFO O| Jul 08 00:02:38.320 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84952026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.326 INFO O| Jul 08 00:02:38.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg"
84962026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.326 INFO O| Jul 08 00:02:38.326 INFO STEP 1046 (remove_files) COMPLETE
84972026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.326 INFO O| Jul 08 00:02:38.326 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
84982026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.332 INFO O| Jul 08 00:02:38.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports"
84992026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.332 INFO O| Jul 08 00:02:38.332 INFO STEP 1047 (remove_files) COMPLETE
85002026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.332 INFO O| Jul 08 00:02:38.332 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85012026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.339 INFO O| Jul 08 00:02:38.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff"
85022026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.339 INFO O| Jul 08 00:02:38.339 INFO STEP 1048 (remove_files) COMPLETE
85032026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.339 INFO O| Jul 08 00:02:38.339 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85042026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.345 INFO O| Jul 08 00:02:38.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm"
85052026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.345 INFO O| Jul 08 00:02:38.345 INFO STEP 1049 (remove_files) COMPLETE
85062026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.345 INFO O| Jul 08 00:02:38.345 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85072026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.351 INFO O| Jul 08 00:02:38.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit"
85082026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.351 INFO O| Jul 08 00:02:38.351 INFO STEP 1050 (remove_files) COMPLETE
85092026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.351 INFO O| Jul 08 00:02:38.351 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85102026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.357 INFO O| Jul 08 00:02:38.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd"
85112026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.357 INFO O| Jul 08 00:02:38.357 INFO STEP 1051 (remove_files) COMPLETE
85122026-07-08T00:02:42.454Z[ recovery-image] Jul 08 00:02:38.357 INFO O| Jul 08 00:02:38.357 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85132026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.363 INFO O| Jul 08 00:02:38.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel"
85142026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.363 INFO O| Jul 08 00:02:38.363 INFO STEP 1052 (remove_files) COMPLETE
85152026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.363 INFO O| Jul 08 00:02:38.363 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85162026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.369 INFO O| Jul 08 00:02:38.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod"
85172026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.369 INFO O| Jul 08 00:02:38.369 INFO STEP 1053 (remove_files) COMPLETE
85182026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.369 INFO O| Jul 08 00:02:38.369 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85192026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.375 INFO O| Jul 08 00:02:38.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag"
85202026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.375 INFO O| Jul 08 00:02:38.375 INFO STEP 1054 (remove_files) COMPLETE
85212026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.375 INFO O| Jul 08 00:02:38.375 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85222026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.381 INFO O| Jul 08 00:02:38.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl"
85232026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.381 INFO O| Jul 08 00:02:38.381 INFO STEP 1055 (remove_files) COMPLETE
85242026-07-08T00:02:42.455Z[ recovery-image] Jul 08 00:02:38.381 INFO O| Jul 08 00:02:38.381 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85252026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:38.387 INFO O| Jul 08 00:02:38.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc"
85262026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:38.387 INFO O| Jul 08 00:02:38.387 INFO STEP 1056 (remove_files) COMPLETE
85272026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:38.387 INFO O| Jul 08 00:02:38.387 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85282026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:38.393 INFO O| Jul 08 00:02:38.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm"
85292026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:38.393 INFO O| Jul 08 00:02:38.393 INFO STEP 1057 (remove_files) COMPLETE
85302026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.393 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85312026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo"
85322026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.400 INFO STEP 1058 (remove_files) COMPLETE
85332026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.400 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85342026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset"
85352026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.406 INFO STEP 1059 (remove_files) COMPLETE
85362026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.406 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85372026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck"
85382026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.412 INFO STEP 1060 (remove_files) COMPLETE
85392026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.412 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85402026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv"
85412026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.419 INFO STEP 1061 (remove_files) COMPLETE
85422026-07-08T00:02:42.459Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.419 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85432026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl"
85442026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.425 INFO STEP 1062 (remove_files) COMPLETE
85452026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.425 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85462026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm"
85472026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.431 INFO STEP 1063 (remove_files) COMPLETE
85482026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.431 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85492026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm"
85502026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.437 INFO STEP 1064 (remove_files) COMPLETE
85512026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.437 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85522026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr"
85532026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.443 INFO STEP 1065 (remove_files) COMPLETE
85542026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.443 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85552026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot"
85562026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.450 INFO STEP 1066 (remove_files) COMPLETE
85572026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.450 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85582026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv"
85592026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.457 INFO STEP 1067 (remove_files) COMPLETE
85602026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.457 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85612026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef"
85622026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.465 INFO STEP 1068 (remove_files) COMPLETE
85632026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.465 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85642026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd"
85652026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.470 INFO STEP 1069 (remove_files) COMPLETE
85662026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.470 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85672026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel"
85682026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.476 INFO STEP 1070 (remove_files) COMPLETE
85692026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.476 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85702026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod"
85712026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.481 INFO STEP 1071 (remove_files) COMPLETE
85722026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.481 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85732026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive"
85742026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.487 INFO STEP 1072 (remove_files) COMPLETE
85752026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.487 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85762026-07-08T00:02:42.460Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind"
85772026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.492 INFO STEP 1073 (remove_files) COMPLETE
85782026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.492 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85792026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc"
85802026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.498 INFO STEP 1074 (remove_files) COMPLETE
85812026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.498 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85822026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery"
85832026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.503 INFO STEP 1075 (remove_files) COMPLETE
85842026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.503 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85852026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt"
85862026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.508 INFO STEP 1076 (remove_files) COMPLETE
85872026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.508 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85882026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share"
85892026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.513 INFO STEP 1077 (remove_files) COMPLETE
85902026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.513 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85912026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall"
85922026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.518 INFO STEP 1078 (remove_files) COMPLETE
85932026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.518 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85942026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.151 INFO O| Jul 08 00:02:38.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl"
85952026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.524 INFO STEP 1079 (remove_files) COMPLETE
85962026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.524 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
85972026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr"
85982026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.529 INFO STEP 1080 (remove_files) COMPLETE
85992026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.529 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86002026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown"
86012026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.535 INFO STEP 1081 (remove_files) COMPLETE
86022026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.535 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86032026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm"
86042026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.540 INFO STEP 1082 (remove_files) COMPLETE
86052026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.540 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86062026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios"
86072026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.545 INFO STEP 1083 (remove_files) COMPLETE
86082026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.545 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86092026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat"
86102026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.550 INFO STEP 1084 (remove_files) COMPLETE
86112026-07-08T00:02:42.461Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.550 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86122026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd"
86132026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.555 INFO STEP 1085 (remove_files) COMPLETE
86142026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.555 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86152026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd"
86162026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.560 INFO STEP 1086 (remove_files) COMPLETE
86172026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.560 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86182026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop"
86192026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.566 INFO STEP 1087 (remove_files) COMPLETE
86202026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.566 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86212026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd"
86222026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.571 INFO STEP 1088 (remove_files) COMPLETE
86232026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.571 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86242026-07-08T00:02:42.462Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot"
86252026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.576 INFO STEP 1089 (remove_files) COMPLETE
86262026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.576 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86272026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace"
86282026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.581 INFO STEP 1090 (remove_files) COMPLETE
86292026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.581 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86302026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean"
86312026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.586 INFO STEP 1091 (remove_files) COMPLETE
86322026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.586 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86332026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr"
86342026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.591 INFO STEP 1092 (remove_files) COMPLETE
86352026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.591 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86362026-07-08T00:02:42.466Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs"
86372026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.596 INFO STEP 1093 (remove_files) COMPLETE
86382026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.596 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86392026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit"
86402026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.601 INFO STEP 1094 (remove_files) COMPLETE
86412026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.601 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86422026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop"
86432026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.607 INFO STEP 1095 (remove_files) COMPLETE
86442026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.607 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86452026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat"
86462026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.613 INFO STEP 1096 (remove_files) COMPLETE
86472026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.613 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86482026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef"
86492026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.618 INFO STEP 1097 (remove_files) COMPLETE
86502026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.618 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86512026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm"
86522026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.623 INFO STEP 1098 (remove_files) COMPLETE
86532026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.623 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86542026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm"
86552026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.628 INFO STEP 1099 (remove_files) COMPLETE
86562026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.628 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86572026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes"
86582026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.633 INFO STEP 1100 (remove_files) COMPLETE
86592026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.315 INFO O| Jul 08 00:02:38.633 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86602026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar"
86612026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.639 INFO STEP 1101 (remove_files) COMPLETE
86622026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.639 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86632026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd"
86642026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.644 INFO STEP 1102 (remove_files) COMPLETE
86652026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.644 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86662026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute"
86672026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.649 INFO STEP 1103 (remove_files) COMPLETE
86682026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.649 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86692026-07-08T00:02:42.467Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat"
86702026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.654 INFO STEP 1104 (remove_files) COMPLETE
86712026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.654 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86722026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm"
86732026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.660 INFO STEP 1105 (remove_files) COMPLETE
86742026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.660 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86752026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm"
86762026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.665 INFO STEP 1106 (remove_files) COMPLETE
86772026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.665 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86782026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall"
86792026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.670 INFO STEP 1107 (remove_files) COMPLETE
86802026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.670 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86812026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink"
86822026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.676 INFO STEP 1108 (remove_files) COMPLETE
86832026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.676 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86842026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare"
86852026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.681 INFO STEP 1109 (remove_files) COMPLETE
86862026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.681 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86872026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall"
86882026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.689 INFO STEP 1110 (remove_files) COMPLETE
86892026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.689 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86902026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv"
86912026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.696 INFO STEP 1111 (remove_files) COMPLETE
86922026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.696 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86932026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd"
86942026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.701 INFO STEP 1112 (remove_files) COMPLETE
86952026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.362 INFO O| Jul 08 00:02:38.701 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86962026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:38.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel"
86972026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.151 INFO STEP 1113 (remove_files) COMPLETE
86982026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.151 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
86992026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod"
87002026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.159 INFO STEP 1114 (remove_files) COMPLETE
87012026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.159 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87022026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy"
87032026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.165 INFO STEP 1115 (remove_files) COMPLETE
87042026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.165 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87052026-07-08T00:02:42.468Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall"
87062026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.172 INFO STEP 1116 (remove_files) COMPLETE
87072026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.172 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87082026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo"
87092026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.178 INFO STEP 1117 (remove_files) COMPLETE
87102026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.178 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87112026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb"
87122026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.184 INFO STEP 1118 (remove_files) COMPLETE
87132026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.184 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87142026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump"
87152026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.190 INFO STEP 1119 (remove_files) COMPLETE
87162026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.190 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87172026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic"
87182026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.195 INFO STEP 1120 (remove_files) COMPLETE
87192026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.195 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87202026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin"
87212026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.201 INFO STEP 1121 (remove_files) COMPLETE
87222026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.201 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87232026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm"
87242026-07-08T00:02:42.469Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.206 INFO STEP 1122 (remove_files) COMPLETE
87252026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.363 INFO O| Jul 08 00:02:41.206 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87262026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg"
87272026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.211 INFO STEP 1123 (remove_files) COMPLETE
87282026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.211 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json
87292026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump"
87302026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.217 INFO STEP 1124 (remove_files) COMPLETE
87312026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.217 INFO STEP 1125: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json
87322026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.224 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal
87332026-07-08T00:02:42.472Z[ recovery-image] Jul 08 00:02:41.364 INFO O| Jul 08 00:02:41.225 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."]
87342026-07-08T00:02:42.776Z[ recovery-image] Jul 08 00:02:41.777 INFO O| Jul 08 00:02:41.777 INFO STEP 1125 (pack_tar) COMPLETE
87352026-07-08T00:02:42.776Z[ recovery-image] Jul 08 00:02:41.777 INFO O| Jul 08 00:02:41.777 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87362026-07-08T00:02:42.779Z[ recovery-image] Jul 08 00:02:41.777 INFO O| Jul 08 00:02:41.777 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim
87372026-07-08T00:02:43.223Z[ recovery-image] Jul 08 00:02:42.224 INFO O| Jul 08 00:02:42.224 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim
87382026-07-08T00:02:43.311Z[ recovery-image] Jul 08 00:02:42.310 INFO O| Jul 08 00:02:42.310 INFO completed processing sled/ramdisk-03-recovery-trim
87392026-07-08T00:02:43.329Z[ recovery-image] Jul 08 00:02:42.313 INFO image builder template: zfs-recovery...
87402026-07-08T00:02:43.329Z[ recovery-image] Jul 08 00:02:42.313 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/.tmpEUv0W0/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
87412026-07-08T00:02:43.335Z[ recovery-image] Jul 08 00:02:42.336 INFO O| Jul 08 00:02:42.336 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery
87422026-07-08T00:02:43.338Z[ recovery-image] Jul 08 00:02:42.340 INFO O| Jul 08 00:02:42.339 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
87432026-07-08T00:02:43.469Z[ recovery-image] Jul 08 00:02:42.470 INFO O| Jul 08 00:02:42.470 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled
87442026-07-08T00:02:43.535Z[ recovery-image] Jul 08 00:02:42.536 INFO O| Jul 08 00:02:42.536 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery
87452026-07-08T00:02:43.535Z[ recovery-image] Jul 08 00:02:42.536 INFO O| Jul 08 00:02:42.536 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery
87462026-07-08T00:02:43.538Z[ recovery-image] Jul 08 00:02:42.538 INFO O| Jul 08 00:02:42.538 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
87472026-07-08T00:02:43.616Z[ recovery-image] Jul 08 00:02:42.617 INFO O| Jul 08 00:02:42.616 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled
87482026-07-08T00:02:43.677Z[ recovery-image] Jul 08 00:02:42.678 INFO O| Jul 08 00:02:42.678 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery
87492026-07-08T00:02:43.683Z[ recovery-image] Jul 08 00:02:42.684 INFO O| Jul 08 00:02:42.684 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87502026-07-08T00:02:43.687Z[ recovery-image] Jul 08 00:02:42.688 INFO O| Jul 08 00:02:42.688 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot
87512026-07-08T00:02:43.690Z[ recovery-image] Jul 08 00:02:42.689 INFO O| Jul 08 00:02:42.689 INFO no lofi found
87522026-07-08T00:02:43.690Z[ recovery-image] Jul 08 00:02:42.690 INFO O| Jul 08 00:02:42.690 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal
87532026-07-08T00:02:43.690Z[ recovery-image] Jul 08 00:02:42.690 INFO O| Jul 08 00:02:42.690 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw
87542026-07-08T00:02:45.001Z[ recovery-image] Jul 08 00:02:44.001 INFO O| Jul 08 00:02:44.001 INFO lofi device = /dev/dsk/c2t1d0p0
87552026-07-08T00:02:45.001Z[ recovery-image] Jul 08 00:02:44.001 INFO O| Jul 08 00:02:44.001 INFO pool device = /dev/dsk/c2t1d0p0
87562026-07-08T00:02:45.004Z[ recovery-image] Jul 08 00:02:44.001 INFO O| Jul 08 00:02:44.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"]
87572026-07-08T00:02:45.056Z[ recovery-image] Jul 08 00:02:44.057 INFO O| Jul 08 00:02:44.057 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87582026-07-08T00:02:45.056Z[ recovery-image] Jul 08 00:02:44.057 INFO O| Jul 08 00:02:44.057 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT
87592026-07-08T00:02:45.069Z[ recovery-image] Jul 08 00:02:44.070 INFO O| Jul 08 00:02:44.070 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off
87602026-07-08T00:02:45.112Z[ recovery-image] Jul 08 00:02:44.112 INFO O| Jul 08 00:02:44.112 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy
87612026-07-08T00:02:45.135Z[ recovery-image] Jul 08 00:02:44.136 INFO O| Jul 08 00:02:44.136 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk
87622026-07-08T00:02:45.144Z[ recovery-image] Jul 08 00:02:44.145 INFO O| Jul 08 00:02:44.145 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto
87632026-07-08T00:02:45.153Z[ recovery-image] Jul 08 00:02:44.153 INFO O| Jul 08 00:02:44.153 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
87642026-07-08T00:02:45.183Z[ recovery-image] Jul 08 00:02:44.183 INFO O| Jul 08 00:02:44.183 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87652026-07-08T00:02:45.183Z[ recovery-image] Jul 08 00:02:44.183 INFO O| Jul 08 00:02:44.183 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a
87662026-07-08T00:02:45.186Z[ recovery-image] Jul 08 00:02:44.183 INFO O| Jul 08 00:02:44.183 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87672026-07-08T00:02:45.191Z[ recovery-image] Jul 08 00:02:44.192 INFO O| Jul 08 00:02:44.192 INFO boot environment UUID: 365a1c20-64b4-4071-aa34-97a46e857cd4
87682026-07-08T00:02:45.191Z[ recovery-image] Jul 08 00:02:44.192 INFO O| Jul 08 00:02:44.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 365a1c20-64b4-4071-aa34-97a46e857cd4
87692026-07-08T00:02:45.199Z[ recovery-image] Jul 08 00:02:44.200 INFO O| Jul 08 00:02:44.200 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
87702026-07-08T00:02:45.207Z[ recovery-image] Jul 08 00:02:44.208 INFO O| Jul 08 00:02:44.208 INFO STEP 0 (create_be) COMPLETE
87712026-07-08T00:02:45.207Z[ recovery-image] Jul 08 00:02:44.208 INFO O| Jul 08 00:02:44.208 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
87722026-07-08T00:02:45.217Z[ recovery-image] Jul 08 00:02:44.218 INFO O| Jul 08 00:02:44.218 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"]
87732026-07-08T00:02:47.536Z[ recovery-image] Jul 08 00:02:46.536 INFO O| Jul 08 00:02:46.536 INFO STEP 1 (unpack_tar) COMPLETE
87742026-07-08T00:02:47.536Z[ recovery-image] Jul 08 00:02:46.536 INFO O| Jul 08 00:02:46.536 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87752026-07-08T00:02:47.543Z[ recovery-image] Jul 08 00:02:46.544 INFO O| Jul 08 00:02:46.544 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"]
87762026-07-08T00:02:47.867Z[ recovery-image] Jul 08 00:02:46.867 INFO O| Jul 08 00:02:46.867 INFO STEP 2 (devfsadm) COMPLETE
87772026-07-08T00:02:47.867Z[ recovery-image] Jul 08 00:02:46.867 INFO O| Jul 08 00:02:46.867 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87782026-07-08T00:02:47.873Z[ recovery-image] Jul 08 00:02:46.873 INFO O| Jul 08 00:02:46.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
87792026-07-08T00:02:47.876Z[ recovery-image] Jul 08 00:02:46.873 INFO O| Jul 08 00:02:46.873 INFO STEP 3 (ensure_dir) COMPLETE
87802026-07-08T00:02:47.876Z[ recovery-image] Jul 08 00:02:46.873 INFO O| Jul 08 00:02:46.873 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87812026-07-08T00:02:47.880Z[ recovery-image] Jul 08 00:02:46.881 INFO O| Jul 08 00:02:46.881 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
87822026-07-08T00:02:47.880Z[ recovery-image] Jul 08 00:02:46.881 INFO O| Jul 08 00:02:46.881 INFO STEP 4 (ensure_dir) COMPLETE
87832026-07-08T00:02:47.883Z[ recovery-image] Jul 08 00:02:46.881 INFO O| Jul 08 00:02:46.881 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87842026-07-08T00:02:47.886Z[ recovery-image] Jul 08 00:02:46.887 INFO O| Jul 08 00:02:46.887 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
87852026-07-08T00:02:47.889Z[ recovery-image] Jul 08 00:02:46.887 INFO O| Jul 08 00:02:46.887 INFO STEP 5 (ensure_dir) COMPLETE
87862026-07-08T00:02:47.889Z[ recovery-image] Jul 08 00:02:46.887 INFO O| Jul 08 00:02:46.887 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87872026-07-08T00:02:47.892Z[ recovery-image] Jul 08 00:02:46.893 INFO O| Jul 08 00:02:46.893 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87882026-07-08T00:02:47.892Z[ recovery-image] Jul 08 00:02:46.893 INFO O| Jul 08 00:02:46.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
87892026-07-08T00:02:47.893Z[ recovery-image] Jul 08 00:02:46.893 INFO O| Jul 08 00:02:46.893 INFO STEP 6 (ensure_dir) COMPLETE
87902026-07-08T00:02:47.893Z[ recovery-image] Jul 08 00:02:46.893 INFO O| Jul 08 00:02:46.893 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87912026-07-08T00:02:47.899Z[ recovery-image] Jul 08 00:02:46.900 INFO O| Jul 08 00:02:46.900 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87922026-07-08T00:02:47.902Z[ recovery-image] Jul 08 00:02:46.900 INFO O| Jul 08 00:02:46.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
87932026-07-08T00:02:47.902Z[ recovery-image] Jul 08 00:02:46.900 INFO O| Jul 08 00:02:46.900 INFO STEP 7 (ensure_dir) COMPLETE
87942026-07-08T00:02:47.902Z[ recovery-image] Jul 08 00:02:46.900 INFO O| Jul 08 00:02:46.900 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87952026-07-08T00:02:47.905Z[ recovery-image] Jul 08 00:02:46.906 INFO O| Jul 08 00:02:46.906 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg"
87962026-07-08T00:02:47.908Z[ recovery-image] Jul 08 00:02:46.907 INFO O| Jul 08 00:02:46.907 INFO STEP 8 (remove_files) COMPLETE
87972026-07-08T00:02:47.908Z[ recovery-image] Jul 08 00:02:46.907 INFO O| Jul 08 00:02:46.907 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
87982026-07-08T00:02:47.911Z[ recovery-image] Jul 08 00:02:46.912 INFO O| Jul 08 00:02:46.912 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk"
87992026-07-08T00:02:47.914Z[ recovery-image] Jul 08 00:02:46.913 INFO O| Jul 08 00:02:46.913 INFO STEP 9 (remove_files) COMPLETE
88002026-07-08T00:02:47.914Z[ recovery-image] Jul 08 00:02:46.913 INFO O| Jul 08 00:02:46.913 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88012026-07-08T00:02:47.917Z[ recovery-image] Jul 08 00:02:46.918 INFO O| Jul 08 00:02:46.918 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk"
88022026-07-08T00:02:47.921Z[ recovery-image] Jul 08 00:02:46.919 INFO O| Jul 08 00:02:46.918 INFO STEP 10 (remove_files) COMPLETE
88032026-07-08T00:02:47.921Z[ recovery-image] Jul 08 00:02:46.919 INFO O| Jul 08 00:02:46.919 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88042026-07-08T00:02:47.924Z[ recovery-image] Jul 08 00:02:46.924 INFO O| Jul 08 00:02:46.924 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors"
88052026-07-08T00:02:47.924Z[ recovery-image] Jul 08 00:02:46.924 INFO O| Jul 08 00:02:46.924 INFO STEP 11 (remove_files) COMPLETE
88062026-07-08T00:02:47.924Z[ recovery-image] Jul 08 00:02:46.924 INFO O| Jul 08 00:02:46.924 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88072026-07-08T00:02:47.929Z[ recovery-image] Jul 08 00:02:46.930 INFO O| Jul 08 00:02:46.930 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb"
88082026-07-08T00:02:47.929Z[ recovery-image] Jul 08 00:02:46.930 INFO O| Jul 08 00:02:46.930 INFO STEP 12 (remove_files) COMPLETE
88092026-07-08T00:02:47.932Z[ recovery-image] Jul 08 00:02:46.930 INFO O| Jul 08 00:02:46.930 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88102026-07-08T00:02:47.935Z[ recovery-image] Jul 08 00:02:46.936 INFO O| Jul 08 00:02:46.936 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88112026-07-08T00:02:47.935Z[ recovery-image] Jul 08 00:02:46.936 INFO O| Jul 08 00:02:46.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg
88122026-07-08T00:02:47.938Z[ recovery-image] Jul 08 00:02:46.936 INFO O| Jul 08 00:02:46.936 INFO STEP 13 (ensure_dir) COMPLETE
88132026-07-08T00:02:47.938Z[ recovery-image] Jul 08 00:02:46.936 INFO O| Jul 08 00:02:46.936 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88142026-07-08T00:02:47.941Z[ recovery-image] Jul 08 00:02:46.942 INFO O| Jul 08 00:02:46.942 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88152026-07-08T00:02:47.942Z[ recovery-image] Jul 08 00:02:46.942 INFO O| Jul 08 00:02:46.942 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88162026-07-08T00:02:47.942Z[ recovery-image] Jul 08 00:02:46.942 INFO O| Jul 08 00:02:46.942 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk
88172026-07-08T00:02:47.942Z[ recovery-image] Jul 08 00:02:46.942 INFO O| Jul 08 00:02:46.942 INFO STEP 14 (ensure_dir) COMPLETE
88182026-07-08T00:02:47.942Z[ recovery-image] Jul 08 00:02:46.942 INFO O| Jul 08 00:02:46.942 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88192026-07-08T00:02:47.947Z[ recovery-image] Jul 08 00:02:46.947 INFO O| Jul 08 00:02:46.947 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88202026-07-08T00:02:47.947Z[ recovery-image] Jul 08 00:02:46.947 INFO O| Jul 08 00:02:46.947 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88212026-07-08T00:02:47.950Z[ recovery-image] Jul 08 00:02:46.947 INFO O| Jul 08 00:02:46.947 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk
88222026-07-08T00:02:47.950Z[ recovery-image] Jul 08 00:02:46.947 INFO O| Jul 08 00:02:46.947 INFO STEP 15 (ensure_dir) COMPLETE
88232026-07-08T00:02:47.950Z[ recovery-image] Jul 08 00:02:46.947 INFO O| Jul 08 00:02:46.947 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88242026-07-08T00:02:47.953Z[ recovery-image] Jul 08 00:02:46.954 INFO O| Jul 08 00:02:46.954 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88252026-07-08T00:02:47.953Z[ recovery-image] Jul 08 00:02:46.954 INFO O| Jul 08 00:02:46.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors
88262026-07-08T00:02:47.953Z[ recovery-image] Jul 08 00:02:46.954 INFO O| Jul 08 00:02:46.954 INFO STEP 16 (ensure_dir) COMPLETE
88272026-07-08T00:02:47.953Z[ recovery-image] Jul 08 00:02:46.954 INFO O| Jul 08 00:02:46.954 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88282026-07-08T00:02:47.960Z[ recovery-image] Jul 08 00:02:46.960 INFO O| Jul 08 00:02:46.960 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88292026-07-08T00:02:47.960Z[ recovery-image] Jul 08 00:02:46.960 INFO O| Jul 08 00:02:46.960 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb
88302026-07-08T00:02:47.963Z[ recovery-image] Jul 08 00:02:46.961 INFO O| Jul 08 00:02:46.960 INFO STEP 17 (ensure_dir) COMPLETE
88312026-07-08T00:02:47.963Z[ recovery-image] Jul 08 00:02:46.961 INFO O| Jul 08 00:02:46.960 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88322026-07-08T00:02:47.966Z[ recovery-image] Jul 08 00:02:46.967 INFO O| Jul 08 00:02:46.967 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
88332026-07-08T00:02:47.969Z[ recovery-image] Jul 08 00:02:46.967 INFO O| Jul 08 00:02:46.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog
88342026-07-08T00:02:47.970Z[ recovery-image] Jul 08 00:02:46.967 INFO O| Jul 08 00:02:46.967 INFO ok!
88352026-07-08T00:02:47.970Z[ recovery-image] Jul 08 00:02:46.967 INFO O| Jul 08 00:02:46.967 INFO STEP 18 (ensure_symlink) COMPLETE
88362026-07-08T00:02:47.970Z[ recovery-image] Jul 08 00:02:46.967 INFO O| Jul 08 00:02:46.967 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
88372026-07-08T00:02:47.972Z[ recovery-image] Jul 08 00:02:46.973 INFO O| Jul 08 00:02:46.973 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents
88382026-07-08T00:02:47.975Z[ recovery-image] Jul 08 00:02:46.973 INFO O| Jul 08 00:02:46.973 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure
88392026-07-08T00:02:47.975Z[ recovery-image] Jul 08 00:02:46.973 INFO O| Jul 08 00:02:46.973 INFO ok!
88402026-07-08T00:02:47.975Z[ recovery-image] Jul 08 00:02:46.973 INFO O| Jul 08 00:02:46.973 INFO STEP 19 (ensure_file) COMPLETE
88412026-07-08T00:02:47.975Z[ recovery-image] Jul 08 00:02:46.973 INFO O| Jul 08 00:02:46.973 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88422026-07-08T00:02:47.979Z[ recovery-image] Jul 08 00:02:46.980 INFO O| Jul 08 00:02:46.980 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
88432026-07-08T00:02:47.979Z[ recovery-image] Jul 08 00:02:46.980 INFO O| Jul 08 00:02:46.980 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
88442026-07-08T00:02:47.982Z[ recovery-image] Jul 08 00:02:46.980 INFO O| Jul 08 00:02:46.980 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml
88452026-07-08T00:02:47.982Z[ recovery-image] Jul 08 00:02:46.980 INFO O| Jul 08 00:02:46.980 INFO ok!
88462026-07-08T00:02:47.982Z[ recovery-image] Jul 08 00:02:46.980 INFO O| Jul 08 00:02:46.980 INFO STEP 20 (ensure_symlink) COMPLETE
88472026-07-08T00:02:47.982Z[ recovery-image] Jul 08 00:02:46.980 INFO O| Jul 08 00:02:46.980 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88482026-07-08T00:02:47.985Z[ recovery-image] Jul 08 00:02:46.986 INFO O| Jul 08 00:02:46.986 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
88492026-07-08T00:02:47.985Z[ recovery-image] Jul 08 00:02:46.986 INFO O| Jul 08 00:02:46.986 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
88502026-07-08T00:02:47.988Z[ recovery-image] Jul 08 00:02:46.986 INFO O| Jul 08 00:02:46.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml
88512026-07-08T00:02:47.988Z[ recovery-image] Jul 08 00:02:46.986 INFO O| Jul 08 00:02:46.986 INFO ok!
88522026-07-08T00:02:47.988Z[ recovery-image] Jul 08 00:02:46.986 INFO O| Jul 08 00:02:46.986 INFO STEP 21 (ensure_symlink) COMPLETE
88532026-07-08T00:02:47.988Z[ recovery-image] Jul 08 00:02:46.986 INFO O| Jul 08 00:02:46.986 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88542026-07-08T00:02:47.991Z[ recovery-image] Jul 08 00:02:46.992 INFO O| Jul 08 00:02:46.992 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
88552026-07-08T00:02:47.994Z[ recovery-image] Jul 08 00:02:46.992 INFO O| Jul 08 00:02:46.992 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
88562026-07-08T00:02:47.994Z[ recovery-image] Jul 08 00:02:46.992 INFO O| Jul 08 00:02:46.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml
88572026-07-08T00:02:47.994Z[ recovery-image] Jul 08 00:02:46.992 INFO O| Jul 08 00:02:46.992 INFO ok!
88582026-07-08T00:02:47.994Z[ recovery-image] Jul 08 00:02:46.992 INFO O| Jul 08 00:02:46.992 INFO STEP 22 (ensure_symlink) COMPLETE
88592026-07-08T00:02:47.994Z[ recovery-image] Jul 08 00:02:46.992 INFO O| Jul 08 00:02:46.992 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
88602026-07-08T00:02:47.999Z[ recovery-image] Jul 08 00:02:46.999 INFO O| Jul 08 00:02:46.998 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
88612026-07-08T00:02:47.999Z[ recovery-image] Jul 08 00:02:46.999 INFO O| Jul 08 00:02:46.999 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
88622026-07-08T00:02:48.002Z[ recovery-image] Jul 08 00:02:46.999 INFO O| Jul 08 00:02:46.999 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml
88632026-07-08T00:02:48.002Z[ recovery-image] Jul 08 00:02:46.999 INFO O| Jul 08 00:02:46.999 INFO ok!
88642026-07-08T00:02:48.002Z[ recovery-image] Jul 08 00:02:46.999 INFO O| Jul 08 00:02:46.999 INFO STEP 23 (ensure_symlink) COMPLETE
88652026-07-08T00:02:48.002Z[ recovery-image] Jul 08 00:02:46.999 INFO O| Jul 08 00:02:46.999 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88662026-07-08T00:02:48.005Z[ recovery-image] Jul 08 00:02:47.005 INFO O| Jul 08 00:02:47.005 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
88672026-07-08T00:02:48.005Z[ recovery-image] Jul 08 00:02:47.005 INFO O| Jul 08 00:02:47.005 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 ...
88682026-07-08T00:02:48.006Z[ recovery-image] Jul 08 00:02:47.005 INFO O| Jul 08 00:02:47.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf
88692026-07-08T00:02:48.006Z[ recovery-image] Jul 08 00:02:47.005 INFO O| Jul 08 00:02:47.005 INFO ok!
88702026-07-08T00:02:48.006Z[ recovery-image] Jul 08 00:02:47.005 INFO O| Jul 08 00:02:47.005 INFO STEP 24 (ensure_file) COMPLETE
88712026-07-08T00:02:48.006Z[ recovery-image] Jul 08 00:02:47.005 INFO O| Jul 08 00:02:47.005 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
88722026-07-08T00:02:48.010Z[ recovery-image] Jul 08 00:02:47.011 INFO O| Jul 08 00:02:47.011 INFO updating shadow file
88732026-07-08T00:02:48.010Z[ recovery-image] Jul 08 00:02:47.011 INFO O| Jul 08 00:02:47.011 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88742026-07-08T00:02:48.010Z[ recovery-image] Jul 08 00:02:47.011 INFO O| Jul 08 00:02:47.011 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
88752026-07-08T00:02:48.013Z[ recovery-image] Jul 08 00:02:47.011 INFO O| Jul 08 00:02:47.011 INFO STEP 25 (shadow) COMPLETE
88762026-07-08T00:02:48.013Z[ recovery-image] Jul 08 00:02:47.011 INFO O| Jul 08 00:02:47.011 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88772026-07-08T00:02:48.017Z[ recovery-image] Jul 08 00:02:47.018 INFO O| Jul 08 00:02:47.018 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
88782026-07-08T00:02:48.017Z[ recovery-image] Jul 08 00:02:47.018 INFO O| Jul 08 00:02:47.018 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ...
88792026-07-08T00:02:48.020Z[ recovery-image] Jul 08 00:02:47.018 INFO O| Jul 08 00:02:47.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts
88802026-07-08T00:02:48.020Z[ recovery-image] Jul 08 00:02:47.018 INFO O| Jul 08 00:02:47.018 INFO ok!
88812026-07-08T00:02:48.020Z[ recovery-image] Jul 08 00:02:47.018 INFO O| Jul 08 00:02:47.018 INFO STEP 26 (ensure_file) COMPLETE
88822026-07-08T00:02:48.020Z[ recovery-image] Jul 08 00:02:47.018 INFO O| Jul 08 00:02:47.018 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88832026-07-08T00:02:48.024Z[ recovery-image] Jul 08 00:02:47.025 INFO O| Jul 08 00:02:47.025 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist
88842026-07-08T00:02:48.024Z[ recovery-image] Jul 08 00:02:47.025 INFO O| Jul 08 00:02:47.025 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ...
88852026-07-08T00:02:48.024Z[ recovery-image] Jul 08 00:02:47.025 INFO O| Jul 08 00:02:47.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename
88862026-07-08T00:02:48.024Z[ recovery-image] Jul 08 00:02:47.025 INFO O| Jul 08 00:02:47.025 INFO ok!
88872026-07-08T00:02:48.024Z[ recovery-image] Jul 08 00:02:47.025 INFO O| Jul 08 00:02:47.025 INFO STEP 27 (ensure_file) COMPLETE
88882026-07-08T00:02:48.027Z[ recovery-image] Jul 08 00:02:47.025 INFO O| Jul 08 00:02:47.025 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88892026-07-08T00:02:48.030Z[ recovery-image] Jul 08 00:02:47.031 INFO O| Jul 08 00:02:47.031 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
88902026-07-08T00:02:48.033Z[ recovery-image] Jul 08 00:02:47.031 INFO O| Jul 08 00:02:47.031 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ...
88912026-07-08T00:02:48.033Z[ recovery-image] Jul 08 00:02:47.031 INFO O| Jul 08 00:02:47.031 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88922026-07-08T00:02:48.033Z[ recovery-image] Jul 08 00:02:47.031 INFO O| Jul 08 00:02:47.031 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent
88932026-07-08T00:02:48.033Z[ recovery-image] Jul 08 00:02:47.031 INFO O| Jul 08 00:02:47.031 INFO ok!
88942026-07-08T00:02:48.033Z[ recovery-image] Jul 08 00:02:47.031 INFO O| Jul 08 00:02:47.031 INFO STEP 28 (ensure_file) COMPLETE
88952026-07-08T00:02:48.033Z[ recovery-image] Jul 08 00:02:47.031 INFO O| Jul 08 00:02:47.031 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
88962026-07-08T00:02:48.036Z[ recovery-image] Jul 08 00:02:47.037 INFO O| Jul 08 00:02:47.037 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist
88972026-07-08T00:02:48.036Z[ recovery-image] Jul 08 00:02:47.037 INFO O| Jul 08 00:02:47.037 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ...
88982026-07-08T00:02:48.036Z[ recovery-image] Jul 08 00:02:47.037 INFO O| Jul 08 00:02:47.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf
88992026-07-08T00:02:48.036Z[ recovery-image] Jul 08 00:02:47.037 INFO O| Jul 08 00:02:47.037 INFO ok!
89002026-07-08T00:02:48.036Z[ recovery-image] Jul 08 00:02:47.037 INFO O| Jul 08 00:02:47.037 INFO STEP 29 (ensure_file) COMPLETE
89012026-07-08T00:02:48.036Z[ recovery-image] Jul 08 00:02:47.037 INFO O| Jul 08 00:02:47.037 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89022026-07-08T00:02:48.042Z[ recovery-image] Jul 08 00:02:47.043 INFO O| Jul 08 00:02:47.043 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89032026-07-08T00:02:48.042Z[ recovery-image] Jul 08 00:02:47.043 INFO O| Jul 08 00:02:47.043 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89042026-07-08T00:02:48.045Z[ recovery-image] Jul 08 00:02:47.043 INFO O| Jul 08 00:02:47.043 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide
89052026-07-08T00:02:48.045Z[ recovery-image] Jul 08 00:02:47.043 INFO O| Jul 08 00:02:47.043 INFO STEP 30 (ensure_dir) COMPLETE
89062026-07-08T00:02:48.045Z[ recovery-image] Jul 08 00:02:47.043 INFO O| Jul 08 00:02:47.043 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89072026-07-08T00:02:48.048Z[ recovery-image] Jul 08 00:02:47.049 INFO O| Jul 08 00:02:47.049 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist
89082026-07-08T00:02:48.048Z[ recovery-image] Jul 08 00:02:47.049 INFO O| Jul 08 00:02:47.049 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 ...
89092026-07-08T00:02:48.048Z[ recovery-image] Jul 08 00:02:47.049 INFO O| Jul 08 00:02:47.049 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
89102026-07-08T00:02:48.049Z[ recovery-image] Jul 08 00:02:47.049 INFO O| Jul 08 00:02:47.049 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup
89112026-07-08T00:02:48.049Z[ recovery-image] Jul 08 00:02:47.049 INFO O| Jul 08 00:02:47.049 INFO ok!
89122026-07-08T00:02:48.049Z[ recovery-image] Jul 08 00:02:47.049 INFO O| Jul 08 00:02:47.049 INFO STEP 31 (ensure_file) COMPLETE
89132026-07-08T00:02:48.049Z[ recovery-image] Jul 08 00:02:47.049 INFO O| Jul 08 00:02:47.049 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
89142026-07-08T00:02:48.054Z[ recovery-image] Jul 08 00:02:47.055 INFO O| Jul 08 00:02:47.055 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89152026-07-08T00:02:48.057Z[ recovery-image] Jul 08 00:02:47.055 INFO O| Jul 08 00:02:47.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89162026-07-08T00:02:48.057Z[ recovery-image] Jul 08 00:02:47.055 INFO O| Jul 08 00:02:47.055 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide
89172026-07-08T00:02:48.057Z[ recovery-image] Jul 08 00:02:47.055 INFO O| Jul 08 00:02:47.055 INFO STEP 32 (ensure_dir) COMPLETE
89182026-07-08T00:02:48.057Z[ recovery-image] Jul 08 00:02:47.055 INFO O| Jul 08 00:02:47.055 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
89192026-07-08T00:02:48.063Z[ recovery-image] Jul 08 00:02:47.064 INFO O| Jul 08 00:02:47.063 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist
89202026-07-08T00:02:48.063Z[ recovery-image] Jul 08 00:02:47.064 INFO O| Jul 08 00:02:47.064 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 ...
89212026-07-08T00:02:48.065Z[ recovery-image] Jul 08 00:02:47.064 INFO O| Jul 08 00:02:47.064 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
89222026-07-08T00:02:48.065Z[ recovery-image] Jul 08 00:02:47.064 INFO O| Jul 08 00:02:47.064 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml
89232026-07-08T00:02:48.066Z[ recovery-image] Jul 08 00:02:47.064 INFO O| Jul 08 00:02:47.064 INFO ok!
89242026-07-08T00:02:48.066Z[ recovery-image] Jul 08 00:02:47.064 INFO O| Jul 08 00:02:47.064 INFO STEP 33 (ensure_file) COMPLETE
89252026-07-08T00:02:48.066Z[ recovery-image] Jul 08 00:02:47.064 INFO O| Jul 08 00:02:47.064 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89262026-07-08T00:02:48.068Z[ recovery-image] Jul 08 00:02:47.070 INFO O| Jul 08 00:02:47.069 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist
89272026-07-08T00:02:48.071Z[ recovery-image] Jul 08 00:02:47.070 INFO O| Jul 08 00:02:47.069 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ...
89282026-07-08T00:02:48.071Z[ recovery-image] Jul 08 00:02:47.070 INFO O| Jul 08 00:02:47.070 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master
89292026-07-08T00:02:48.071Z[ recovery-image] Jul 08 00:02:47.070 INFO O| Jul 08 00:02:47.070 INFO ok!
89302026-07-08T00:02:48.071Z[ recovery-image] Jul 08 00:02:47.070 INFO O| Jul 08 00:02:47.070 INFO STEP 34 (ensure_file) COMPLETE
89312026-07-08T00:02:48.071Z[ recovery-image] Jul 08 00:02:47.070 INFO O| Jul 08 00:02:47.070 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89322026-07-08T00:02:48.075Z[ recovery-image] Jul 08 00:02:47.075 INFO O| Jul 08 00:02:47.075 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
89332026-07-08T00:02:48.075Z[ recovery-image] Jul 08 00:02:47.075 INFO O| Jul 08 00:02:47.075 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ...
89342026-07-08T00:02:48.075Z[ recovery-image] Jul 08 00:02:47.075 INFO O| Jul 08 00:02:47.075 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89352026-07-08T00:02:48.075Z[ recovery-image] Jul 08 00:02:47.075 INFO O| Jul 08 00:02:47.075 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs
89362026-07-08T00:02:48.075Z[ recovery-image] Jul 08 00:02:47.075 INFO O| Jul 08 00:02:47.075 INFO ok!
89372026-07-08T00:02:48.075Z[ recovery-image] Jul 08 00:02:47.075 INFO O| Jul 08 00:02:47.075 INFO STEP 35 (ensure_file) COMPLETE
89382026-07-08T00:02:48.075Z[ recovery-image] Jul 08 00:02:47.075 INFO O| Jul 08 00:02:47.075 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89392026-07-08T00:02:48.081Z[ recovery-image] Jul 08 00:02:47.082 INFO O| Jul 08 00:02:47.082 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
89402026-07-08T00:02:48.081Z[ recovery-image] Jul 08 00:02:47.082 INFO O| Jul 08 00:02:47.082 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ...
89412026-07-08T00:02:48.084Z[ recovery-image] Jul 08 00:02:47.082 INFO O| Jul 08 00:02:47.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init
89422026-07-08T00:02:48.084Z[ recovery-image] Jul 08 00:02:47.082 INFO O| Jul 08 00:02:47.082 INFO ok!
89432026-07-08T00:02:48.084Z[ recovery-image] Jul 08 00:02:47.082 INFO O| Jul 08 00:02:47.082 INFO STEP 36 (ensure_file) COMPLETE
89442026-07-08T00:02:48.084Z[ recovery-image] Jul 08 00:02:47.082 INFO O| Jul 08 00:02:47.082 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89452026-07-08T00:02:48.088Z[ recovery-image] Jul 08 00:02:47.088 INFO O| Jul 08 00:02:47.088 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
89462026-07-08T00:02:48.088Z[ recovery-image] Jul 08 00:02:47.088 INFO O| Jul 08 00:02:47.088 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ...
89472026-07-08T00:02:48.088Z[ recovery-image] Jul 08 00:02:47.088 INFO O| Jul 08 00:02:47.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config
89482026-07-08T00:02:48.088Z[ recovery-image] Jul 08 00:02:47.088 INFO O| Jul 08 00:02:47.088 INFO ok!
89492026-07-08T00:02:48.088Z[ recovery-image] Jul 08 00:02:47.088 INFO O| Jul 08 00:02:47.088 INFO STEP 37 (ensure_file) COMPLETE
89502026-07-08T00:02:48.088Z[ recovery-image] Jul 08 00:02:47.088 INFO O| Jul 08 00:02:47.088 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89512026-07-08T00:02:48.094Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist
89522026-07-08T00:02:48.094Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ...
89532026-07-08T00:02:48.097Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89542026-07-08T00:02:48.097Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89552026-07-08T00:02:48.097Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89562026-07-08T00:02:48.097Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams
89572026-07-08T00:02:48.097Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO ok!
89582026-07-08T00:02:48.097Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO STEP 38 (ensure_file) COMPLETE
89592026-07-08T00:02:48.097Z[ recovery-image] Jul 08 00:02:47.095 INFO O| Jul 08 00:02:47.095 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89602026-07-08T00:02:48.101Z[ recovery-image] Jul 08 00:02:47.101 INFO O| Jul 08 00:02:47.101 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89612026-07-08T00:02:48.101Z[ recovery-image] Jul 08 00:02:47.101 INFO O| Jul 08 00:02:47.101 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89622026-07-08T00:02:48.101Z[ recovery-image] Jul 08 00:02:47.101 INFO O| Jul 08 00:02:47.101 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware
89632026-07-08T00:02:48.101Z[ recovery-image] Jul 08 00:02:47.101 INFO O| Jul 08 00:02:47.101 INFO STEP 39 (ensure_dir) COMPLETE
89642026-07-08T00:02:48.101Z[ recovery-image] Jul 08 00:02:47.101 INFO O| Jul 08 00:02:47.101 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89652026-07-08T00:02:48.106Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 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
89662026-07-08T00:02:48.106Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 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 ...
89672026-07-08T00:02:48.109Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 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
89682026-07-08T00:02:48.109Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 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
89692026-07-08T00:02:48.109Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 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
89702026-07-08T00:02:48.109Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 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
89712026-07-08T00:02:48.109Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 INFO ok!
89722026-07-08T00:02:48.110Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 INFO STEP 40 (ensure_file) COMPLETE
89732026-07-08T00:02:48.110Z[ recovery-image] Jul 08 00:02:47.107 INFO O| Jul 08 00:02:47.107 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89742026-07-08T00:02:48.113Z[ recovery-image] Jul 08 00:02:47.113 INFO O| Jul 08 00:02:47.113 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
89752026-07-08T00:02:48.113Z[ recovery-image] Jul 08 00:02:47.113 INFO O| Jul 08 00:02:47.113 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 ...
89762026-07-08T00:02:48.113Z[ recovery-image] Jul 08 00:02:47.113 INFO O| Jul 08 00:02:47.113 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
89772026-07-08T00:02:48.113Z[ recovery-image] Jul 08 00:02:47.113 INFO O| Jul 08 00:02:47.113 INFO ok!
89782026-07-08T00:02:48.113Z[ recovery-image] Jul 08 00:02:47.113 INFO O| Jul 08 00:02:47.113 INFO STEP 41 (ensure_symlink) COMPLETE
89792026-07-08T00:02:48.113Z[ recovery-image] Jul 08 00:02:47.113 INFO O| Jul 08 00:02:47.113 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
89802026-07-08T00:02:48.118Z[ recovery-image] Jul 08 00:02:47.119 INFO O| Jul 08 00:02:47.119 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist
89812026-07-08T00:02:48.118Z[ recovery-image] Jul 08 00:02:47.119 INFO O| Jul 08 00:02:47.119 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
89822026-07-08T00:02:48.121Z[ recovery-image] Jul 08 00:02:47.119 INFO O| Jul 08 00:02:47.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo
89832026-07-08T00:02:48.121Z[ recovery-image] Jul 08 00:02:47.119 INFO O| Jul 08 00:02:47.119 INFO ok!
89842026-07-08T00:02:48.121Z[ recovery-image] Jul 08 00:02:47.119 INFO O| Jul 08 00:02:47.119 INFO STEP 42 (ensure_symlink) COMPLETE
89852026-07-08T00:02:48.121Z[ recovery-image] Jul 08 00:02:47.119 INFO O| Jul 08 00:02:47.119 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89862026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist
89872026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ...
89882026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89892026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89902026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89912026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname
89922026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO ok!
89932026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO STEP 43 (ensure_file) COMPLETE
89942026-07-08T00:02:48.125Z[ recovery-image] Jul 08 00:02:47.125 INFO O| Jul 08 00:02:47.125 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
89952026-07-08T00:02:48.130Z[ recovery-image] Jul 08 00:02:47.130 INFO O| Jul 08 00:02:47.130 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
89962026-07-08T00:02:48.130Z[ recovery-image] Jul 08 00:02:47.130 INFO O| Jul 08 00:02:47.130 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 ...
89972026-07-08T00:02:48.133Z[ recovery-image] Jul 08 00:02:47.131 INFO O| Jul 08 00:02:47.130 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
89982026-07-08T00:02:48.133Z[ recovery-image] Jul 08 00:02:47.131 INFO O| Jul 08 00:02:47.131 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
89992026-07-08T00:02:48.133Z[ recovery-image] Jul 08 00:02:47.131 INFO O| Jul 08 00:02:47.131 INFO ok!
90002026-07-08T00:02:48.133Z[ recovery-image] Jul 08 00:02:47.131 INFO O| Jul 08 00:02:47.131 INFO STEP 44 (ensure_file) COMPLETE
90012026-07-08T00:02:48.133Z[ recovery-image] Jul 08 00:02:47.131 INFO O| Jul 08 00:02:47.131 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
90022026-07-08T00:02:48.137Z[ recovery-image] Jul 08 00:02:47.136 INFO O| Jul 08 00:02:47.136 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist
90032026-07-08T00:02:48.137Z[ recovery-image] Jul 08 00:02:47.136 INFO O| Jul 08 00:02:47.136 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ...
90042026-07-08T00:02:48.137Z[ recovery-image] Jul 08 00:02:47.136 INFO O| Jul 08 00:02:47.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml
90052026-07-08T00:02:48.137Z[ recovery-image] Jul 08 00:02:47.136 INFO O| Jul 08 00:02:47.136 INFO ok!
90062026-07-08T00:02:48.137Z[ recovery-image] Jul 08 00:02:47.136 INFO O| Jul 08 00:02:47.136 INFO STEP 45 (ensure_file) COMPLETE
90072026-07-08T00:02:48.137Z[ recovery-image] Jul 08 00:02:47.136 INFO O| Jul 08 00:02:47.136 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90082026-07-08T00:02:48.142Z[ recovery-image] Jul 08 00:02:47.143 INFO O| Jul 08 00:02:47.143 INFO updating shadow file
90092026-07-08T00:02:48.142Z[ recovery-image] Jul 08 00:02:47.143 INFO O| Jul 08 00:02:47.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow
90102026-07-08T00:02:48.146Z[ recovery-image] Jul 08 00:02:47.143 INFO O| Jul 08 00:02:47.143 INFO STEP 46 (shadow) COMPLETE
90112026-07-08T00:02:48.146Z[ recovery-image] Jul 08 00:02:47.143 INFO O| Jul 08 00:02:47.143 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
90122026-07-08T00:02:48.150Z[ recovery-image] Jul 08 00:02:47.149 INFO O| Jul 08 00:02:47.149 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
90132026-07-08T00:02:48.150Z[ recovery-image] Jul 08 00:02:47.149 INFO O| Jul 08 00:02:47.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ...
90142026-07-08T00:02:48.150Z[ recovery-image] Jul 08 00:02:47.149 INFO O| Jul 08 00:02:47.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90152026-07-08T00:02:48.150Z[ recovery-image] Jul 08 00:02:47.149 INFO O| Jul 08 00:02:47.149 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login
90162026-07-08T00:02:48.150Z[ recovery-image] Jul 08 00:02:47.149 INFO O| Jul 08 00:02:47.149 INFO ok!
90172026-07-08T00:02:48.150Z[ recovery-image] Jul 08 00:02:47.149 INFO O| Jul 08 00:02:47.149 INFO STEP 47 (ensure_file) COMPLETE
90182026-07-08T00:02:48.150Z[ recovery-image] Jul 08 00:02:47.149 INFO O| Jul 08 00:02:47.149 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90192026-07-08T00:02:48.155Z[ recovery-image] Jul 08 00:02:47.156 INFO O| Jul 08 00:02:47.156 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt
90202026-07-08T00:02:48.155Z[ recovery-image] Jul 08 00:02:47.156 INFO O| Jul 08 00:02:47.156 INFO STEP 48 (ensure_dir) COMPLETE
90212026-07-08T00:02:48.158Z[ recovery-image] Jul 08 00:02:47.156 INFO O| Jul 08 00:02:47.156 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90222026-07-08T00:02:48.162Z[ recovery-image] Jul 08 00:02:47.162 INFO O| Jul 08 00:02:47.162 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90232026-07-08T00:02:48.162Z[ recovery-image] Jul 08 00:02:47.162 INFO O| Jul 08 00:02:47.162 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide
90242026-07-08T00:02:48.165Z[ recovery-image] Jul 08 00:02:47.162 INFO O| Jul 08 00:02:47.162 INFO STEP 49 (ensure_dir) COMPLETE
90252026-07-08T00:02:48.165Z[ recovery-image] Jul 08 00:02:47.162 INFO O| Jul 08 00:02:47.162 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90262026-07-08T00:02:48.168Z[ recovery-image] Jul 08 00:02:47.167 INFO O| Jul 08 00:02:47.167 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90272026-07-08T00:02:48.168Z[ recovery-image] Jul 08 00:02:47.167 INFO O| Jul 08 00:02:47.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator
90282026-07-08T00:02:48.168Z[ recovery-image] Jul 08 00:02:47.167 INFO O| Jul 08 00:02:47.167 INFO STEP 50 (ensure_dir) COMPLETE
90292026-07-08T00:02:48.168Z[ recovery-image] Jul 08 00:02:47.168 INFO O| Jul 08 00:02:47.167 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90302026-07-08T00:02:48.177Z[ recovery-image] Jul 08 00:02:47.174 INFO O| Jul 08 00:02:47.174 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
90312026-07-08T00:02:48.182Z[ recovery-image] Jul 08 00:02:47.174 INFO O| Jul 08 00:02:47.174 INFO copying /tmp/.tmpEUv0W0/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ...
90322026-07-08T00:02:48.220Z[ recovery-image] Jul 08 00:02:47.221 INFO O| Jul 08 00:02:47.221 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator
90332026-07-08T00:02:48.223Z[ recovery-image] Jul 08 00:02:47.221 INFO O| Jul 08 00:02:47.221 INFO ok!
90342026-07-08T00:02:48.223Z[ recovery-image] Jul 08 00:02:47.221 INFO O| Jul 08 00:02:47.221 INFO STEP 51 (ensure_file) COMPLETE
90352026-07-08T00:02:48.223Z[ recovery-image] Jul 08 00:02:47.221 INFO O| Jul 08 00:02:47.221 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90362026-07-08T00:02:48.227Z[ recovery-image] Jul 08 00:02:47.228 INFO O| Jul 08 00:02:47.228 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90372026-07-08T00:02:48.227Z[ recovery-image] Jul 08 00:02:47.228 INFO O| Jul 08 00:02:47.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg
90382026-07-08T00:02:48.230Z[ recovery-image] Jul 08 00:02:47.228 INFO O| Jul 08 00:02:47.228 INFO STEP 52 (ensure_dir) COMPLETE
90392026-07-08T00:02:48.230Z[ recovery-image] Jul 08 00:02:47.228 INFO O| Jul 08 00:02:47.228 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90402026-07-08T00:02:48.234Z[ recovery-image] Jul 08 00:02:47.235 INFO O| Jul 08 00:02:47.235 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
90412026-07-08T00:02:48.234Z[ recovery-image] Jul 08 00:02:47.235 INFO O| Jul 08 00:02:47.235 INFO copying /tmp/.tmpEUv0W0/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ...
90422026-07-08T00:02:48.234Z[ recovery-image] Jul 08 00:02:47.235 INFO O| Jul 08 00:02:47.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION
90432026-07-08T00:02:48.237Z[ recovery-image] Jul 08 00:02:47.235 INFO O| Jul 08 00:02:47.235 INFO ok!
90442026-07-08T00:02:48.237Z[ recovery-image] Jul 08 00:02:47.235 INFO O| Jul 08 00:02:47.235 INFO STEP 53 (ensure_file) COMPLETE
90452026-07-08T00:02:48.237Z[ recovery-image] Jul 08 00:02:47.235 INFO O| Jul 08 00:02:47.235 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90462026-07-08T00:02:48.241Z[ recovery-image] Jul 08 00:02:47.242 INFO O| Jul 08 00:02:47.242 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90472026-07-08T00:02:48.241Z[ recovery-image] Jul 08 00:02:47.242 INFO O| Jul 08 00:02:47.242 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm
90482026-07-08T00:02:48.245Z[ recovery-image] Jul 08 00:02:47.242 INFO O| Jul 08 00:02:47.242 INFO STEP 54 (ensure_dir) COMPLETE
90492026-07-08T00:02:48.245Z[ recovery-image] Jul 08 00:02:47.242 INFO O| Jul 08 00:02:47.242 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90502026-07-08T00:02:48.249Z[ recovery-image] Jul 08 00:02:47.249 INFO O| Jul 08 00:02:47.249 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
90512026-07-08T00:02:48.249Z[ recovery-image] Jul 08 00:02:47.249 INFO O| Jul 08 00:02:47.249 INFO copying /tmp/.tmpEUv0W0/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
90522026-07-08T00:02:48.751Z[ recovery-image] Jul 08 00:02:47.751 INFO O| Jul 08 00:02:47.751 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
90532026-07-08T00:02:48.751Z[ recovery-image] Jul 08 00:02:47.752 INFO O| Jul 08 00:02:47.751 INFO ok!
90542026-07-08T00:02:48.751Z[ recovery-image] Jul 08 00:02:47.752 INFO O| Jul 08 00:02:47.751 INFO STEP 55 (ensure_file) COMPLETE
90552026-07-08T00:02:48.754Z[ recovery-image] Jul 08 00:02:47.752 INFO O| Jul 08 00:02:47.751 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90562026-07-08T00:02:48.758Z[ recovery-image] Jul 08 00:02:47.759 INFO O| Jul 08 00:02:47.759 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
90572026-07-08T00:02:48.758Z[ recovery-image] Jul 08 00:02:47.759 INFO O| Jul 08 00:02:47.759 INFO copying /tmp/.tmpEUv0W0/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
90582026-07-08T00:02:49.310Z[ recovery-image] Jul 08 00:02:48.311 INFO O| Jul 08 00:02:48.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
90592026-07-08T00:02:49.311Z[ recovery-image] Jul 08 00:02:48.311 INFO O| Jul 08 00:02:48.311 INFO ok!
90602026-07-08T00:02:49.311Z[ recovery-image] Jul 08 00:02:48.311 INFO O| Jul 08 00:02:48.311 INFO STEP 56 (ensure_file) COMPLETE
90612026-07-08T00:02:49.311Z[ recovery-image] Jul 08 00:02:48.311 INFO O| Jul 08 00:02:48.311 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90622026-07-08T00:02:49.319Z[ recovery-image] Jul 08 00:02:48.319 INFO O| Jul 08 00:02:48.319 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90632026-07-08T00:02:49.323Z[ recovery-image] Jul 08 00:02:48.319 INFO O| Jul 08 00:02:48.319 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg
90642026-07-08T00:02:49.323Z[ recovery-image] Jul 08 00:02:48.319 INFO O| Jul 08 00:02:48.319 INFO STEP 57 (ensure_dir) COMPLETE
90652026-07-08T00:02:49.323Z[ recovery-image] Jul 08 00:02:48.319 INFO O| Jul 08 00:02:48.319 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90662026-07-08T00:02:49.328Z[ recovery-image] Jul 08 00:02:48.327 INFO O| Jul 08 00:02:48.327 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
90672026-07-08T00:02:49.328Z[ recovery-image] Jul 08 00:02:48.327 INFO O| Jul 08 00:02:48.327 INFO copying /tmp/.tmpEUv0W0/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 ...
90682026-07-08T00:02:49.328Z[ recovery-image] Jul 08 00:02:48.327 INFO O| Jul 08 00:02:48.327 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
90692026-07-08T00:02:49.328Z[ recovery-image] Jul 08 00:02:48.327 INFO O| Jul 08 00:02:48.327 INFO ok!
90702026-07-08T00:02:49.328Z[ recovery-image] Jul 08 00:02:48.327 INFO O| Jul 08 00:02:48.327 INFO STEP 58 (ensure_file) COMPLETE
90712026-07-08T00:02:49.328Z[ recovery-image] Jul 08 00:02:48.327 INFO O| Jul 08 00:02:48.327 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90722026-07-08T00:02:49.333Z[ recovery-image] Jul 08 00:02:48.334 INFO O| Jul 08 00:02:48.334 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
90732026-07-08T00:02:49.333Z[ recovery-image] Jul 08 00:02:48.334 INFO O| Jul 08 00:02:48.334 INFO copying /tmp/.tmpEUv0W0/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 ...
90742026-07-08T00:02:49.336Z[ recovery-image] Jul 08 00:02:48.334 INFO O| Jul 08 00:02:48.334 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
90752026-07-08T00:02:49.337Z[ recovery-image] Jul 08 00:02:48.334 INFO O| Jul 08 00:02:48.334 INFO ok!
90762026-07-08T00:02:49.337Z[ recovery-image] Jul 08 00:02:48.334 INFO O| Jul 08 00:02:48.334 INFO STEP 59 (ensure_file) COMPLETE
90772026-07-08T00:02:49.337Z[ recovery-image] Jul 08 00:02:48.334 INFO O| Jul 08 00:02:48.334 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90782026-07-08T00:02:49.340Z[ recovery-image] Jul 08 00:02:48.340 INFO O| Jul 08 00:02:48.340 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90792026-07-08T00:02:49.340Z[ recovery-image] Jul 08 00:02:48.340 INFO O| Jul 08 00:02:48.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
90802026-07-08T00:02:49.340Z[ recovery-image] Jul 08 00:02:48.340 INFO O| Jul 08 00:02:48.340 INFO STEP 60 (ensure_dir) COMPLETE
90812026-07-08T00:02:49.340Z[ recovery-image] Jul 08 00:02:48.340 INFO O| Jul 08 00:02:48.340 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90822026-07-08T00:02:49.347Z[ recovery-image] Jul 08 00:02:48.347 INFO O| Jul 08 00:02:48.347 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
90832026-07-08T00:02:49.347Z[ recovery-image] Jul 08 00:02:48.347 INFO O| Jul 08 00:02:48.347 INFO copying /tmp/.tmpEUv0W0/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 ...
90842026-07-08T00:02:49.351Z[ recovery-image] Jul 08 00:02:48.347 INFO O| Jul 08 00:02:48.347 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
90852026-07-08T00:02:49.351Z[ recovery-image] Jul 08 00:02:48.347 INFO O| Jul 08 00:02:48.347 INFO ok!
90862026-07-08T00:02:49.351Z[ recovery-image] Jul 08 00:02:48.347 INFO O| Jul 08 00:02:48.347 INFO STEP 61 (ensure_file) COMPLETE
90872026-07-08T00:02:49.351Z[ recovery-image] Jul 08 00:02:48.347 INFO O| Jul 08 00:02:48.347 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90882026-07-08T00:02:49.355Z[ recovery-image] Jul 08 00:02:48.353 INFO O| Jul 08 00:02:48.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
90892026-07-08T00:02:49.355Z[ recovery-image] Jul 08 00:02:48.353 INFO O| Jul 08 00:02:48.353 INFO copying /tmp/.tmpEUv0W0/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 ...
90902026-07-08T00:02:49.355Z[ recovery-image] Jul 08 00:02:48.354 INFO O| Jul 08 00:02:48.354 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
90912026-07-08T00:02:49.355Z[ recovery-image] Jul 08 00:02:48.354 INFO O| Jul 08 00:02:48.354 INFO ok!
90922026-07-08T00:02:49.355Z[ recovery-image] Jul 08 00:02:48.354 INFO O| Jul 08 00:02:48.354 INFO STEP 62 (ensure_file) COMPLETE
90932026-07-08T00:02:49.355Z[ recovery-image] Jul 08 00:02:48.354 INFO O| Jul 08 00:02:48.354 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90942026-07-08T00:02:49.361Z[ recovery-image] Jul 08 00:02:48.361 INFO O| Jul 08 00:02:48.361 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90952026-07-08T00:02:49.364Z[ recovery-image] Jul 08 00:02:48.361 INFO O| Jul 08 00:02:48.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
90962026-07-08T00:02:49.364Z[ recovery-image] Jul 08 00:02:48.361 INFO O| Jul 08 00:02:48.361 INFO STEP 63 (ensure_dir) COMPLETE
90972026-07-08T00:02:49.365Z[ recovery-image] Jul 08 00:02:48.361 INFO O| Jul 08 00:02:48.361 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
90982026-07-08T00:02:49.368Z[ recovery-image] Jul 08 00:02:48.367 INFO O| Jul 08 00:02:48.367 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
90992026-07-08T00:02:49.368Z[ recovery-image] Jul 08 00:02:48.367 INFO O| Jul 08 00:02:48.367 INFO copying /tmp/.tmpEUv0W0/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 ...
91002026-07-08T00:02:49.368Z[ recovery-image] Jul 08 00:02:48.367 INFO O| Jul 08 00:02:48.367 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
91012026-07-08T00:02:49.368Z[ recovery-image] Jul 08 00:02:48.367 INFO O| Jul 08 00:02:48.367 INFO ok!
91022026-07-08T00:02:49.368Z[ recovery-image] Jul 08 00:02:48.367 INFO O| Jul 08 00:02:48.367 INFO STEP 64 (ensure_file) COMPLETE
91032026-07-08T00:02:49.368Z[ recovery-image] Jul 08 00:02:48.367 INFO O| Jul 08 00:02:48.367 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91042026-07-08T00:02:49.373Z[ recovery-image] Jul 08 00:02:48.374 INFO O| Jul 08 00:02:48.374 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
91052026-07-08T00:02:49.373Z[ recovery-image] Jul 08 00:02:48.374 INFO O| Jul 08 00:02:48.374 INFO copying /tmp/.tmpEUv0W0/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
91062026-07-08T00:02:49.377Z[ recovery-image] Jul 08 00:02:48.374 INFO O| Jul 08 00:02:48.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
91072026-07-08T00:02:49.377Z[ recovery-image] Jul 08 00:02:48.374 INFO O| Jul 08 00:02:48.374 INFO ok!
91082026-07-08T00:02:49.377Z[ recovery-image] Jul 08 00:02:48.374 INFO O| Jul 08 00:02:48.374 INFO STEP 65 (ensure_file) COMPLETE
91092026-07-08T00:02:49.377Z[ recovery-image] Jul 08 00:02:48.374 INFO O| Jul 08 00:02:48.374 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91102026-07-08T00:02:49.381Z[ recovery-image] Jul 08 00:02:48.379 INFO O| Jul 08 00:02:48.379 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib
91112026-07-08T00:02:49.381Z[ recovery-image] Jul 08 00:02:48.379 INFO O| Jul 08 00:02:48.379 INFO STEP 66 (ensure_dir) COMPLETE
91122026-07-08T00:02:49.381Z[ recovery-image] Jul 08 00:02:48.379 INFO O| Jul 08 00:02:48.379 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91132026-07-08T00:02:49.385Z[ recovery-image] Jul 08 00:02:48.386 INFO O| Jul 08 00:02:48.386 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc
91142026-07-08T00:02:49.388Z[ recovery-image] Jul 08 00:02:48.386 INFO O| Jul 08 00:02:48.386 INFO STEP 67 (ensure_dir) COMPLETE
91152026-07-08T00:02:49.388Z[ recovery-image] Jul 08 00:02:48.386 INFO O| Jul 08 00:02:48.386 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91162026-07-08T00:02:49.392Z[ recovery-image] Jul 08 00:02:48.392 INFO O| Jul 08 00:02:48.392 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest
91172026-07-08T00:02:49.392Z[ recovery-image] Jul 08 00:02:48.392 INFO O| Jul 08 00:02:48.392 INFO STEP 68 (ensure_dir) COMPLETE
91182026-07-08T00:02:49.392Z[ recovery-image] Jul 08 00:02:48.392 INFO O| Jul 08 00:02:48.392 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91192026-07-08T00:02:49.398Z[ recovery-image] Jul 08 00:02:48.398 INFO O| Jul 08 00:02:48.398 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site
91202026-07-08T00:02:49.398Z[ recovery-image] Jul 08 00:02:48.398 INFO O| Jul 08 00:02:48.398 INFO STEP 69 (ensure_dir) COMPLETE
91212026-07-08T00:02:49.402Z[ recovery-image] Jul 08 00:02:48.398 INFO O| Jul 08 00:02:48.398 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
91222026-07-08T00:02:49.406Z[ recovery-image] Jul 08 00:02:48.405 INFO O| Jul 08 00:02:48.405 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
91232026-07-08T00:02:49.406Z[ recovery-image] Jul 08 00:02:48.405 INFO O| Jul 08 00:02:48.405 INFO copying /tmp/.tmpEUv0W0/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
91242026-07-08T00:02:49.406Z[ recovery-image] Jul 08 00:02:48.405 INFO O| Jul 08 00:02:48.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
91252026-07-08T00:02:49.406Z[ recovery-image] Jul 08 00:02:48.405 INFO O| Jul 08 00:02:48.405 INFO ok!
91262026-07-08T00:02:49.406Z[ recovery-image] Jul 08 00:02:48.405 INFO O| Jul 08 00:02:48.405 INFO STEP 70 (ensure_file) COMPLETE
91272026-07-08T00:02:49.406Z[ recovery-image] Jul 08 00:02:48.405 INFO O| Jul 08 00:02:48.405 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91282026-07-08T00:02:49.410Z[ recovery-image] Jul 08 00:02:48.410 INFO O| Jul 08 00:02:48.410 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec"
91292026-07-08T00:02:49.414Z[ recovery-image] Jul 08 00:02:48.411 INFO O| Jul 08 00:02:48.411 INFO STEP 71 (remove_files) COMPLETE
91302026-07-08T00:02:49.414Z[ recovery-image] Jul 08 00:02:48.411 INFO O| Jul 08 00:02:48.411 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91312026-07-08T00:02:49.417Z[ recovery-image] Jul 08 00:02:48.418 INFO O| Jul 08 00:02:48.418 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap"
91322026-07-08T00:02:49.421Z[ recovery-image] Jul 08 00:02:48.418 INFO O| Jul 08 00:02:48.418 INFO STEP 72 (remove_files) COMPLETE
91332026-07-08T00:02:49.421Z[ recovery-image] Jul 08 00:02:48.418 INFO O| Jul 08 00:02:48.418 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91342026-07-08T00:02:49.425Z[ recovery-image] Jul 08 00:02:48.424 INFO O| Jul 08 00:02:48.424 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc"
91352026-07-08T00:02:49.425Z[ recovery-image] Jul 08 00:02:48.425 INFO O| Jul 08 00:02:48.425 INFO STEP 73 (remove_files) COMPLETE
91362026-07-08T00:02:49.425Z[ recovery-image] Jul 08 00:02:48.425 INFO O| Jul 08 00:02:48.425 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91372026-07-08T00:02:49.431Z[ recovery-image] Jul 08 00:02:48.431 INFO O| Jul 08 00:02:48.431 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security"
91382026-07-08T00:02:49.434Z[ recovery-image] Jul 08 00:02:48.432 INFO O| Jul 08 00:02:48.432 INFO STEP 74 (remove_files) COMPLETE
91392026-07-08T00:02:49.435Z[ recovery-image] Jul 08 00:02:48.432 INFO O| Jul 08 00:02:48.432 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91402026-07-08T00:02:49.438Z[ recovery-image] Jul 08 00:02:48.438 INFO O| Jul 08 00:02:48.438 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares"
91412026-07-08T00:02:49.438Z[ recovery-image] Jul 08 00:02:48.438 INFO O| Jul 08 00:02:48.438 INFO STEP 75 (remove_files) COMPLETE
91422026-07-08T00:02:49.438Z[ recovery-image] Jul 08 00:02:48.438 INFO O| Jul 08 00:02:48.438 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91432026-07-08T00:02:49.444Z[ recovery-image] Jul 08 00:02:48.445 INFO O| Jul 08 00:02:48.445 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb"
91442026-07-08T00:02:49.448Z[ recovery-image] Jul 08 00:02:48.445 INFO O| Jul 08 00:02:48.445 INFO STEP 76 (remove_files) COMPLETE
91452026-07-08T00:02:49.448Z[ recovery-image] Jul 08 00:02:48.445 INFO O| Jul 08 00:02:48.445 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91462026-07-08T00:02:49.453Z[ recovery-image] Jul 08 00:02:48.452 INFO O| Jul 08 00:02:48.452 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
91472026-07-08T00:02:49.453Z[ recovery-image] Jul 08 00:02:48.452 INFO O| Jul 08 00:02:48.452 INFO STEP 77 (remove_files) COMPLETE
91482026-07-08T00:02:49.454Z[ recovery-image] Jul 08 00:02:48.452 INFO O| Jul 08 00:02:48.452 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91492026-07-08T00:02:49.458Z[ recovery-image] Jul 08 00:02:48.459 INFO O| Jul 08 00:02:48.459 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
91502026-07-08T00:02:49.458Z[ recovery-image] Jul 08 00:02:48.459 INFO O| Jul 08 00:02:48.459 INFO STEP 78 (remove_files) COMPLETE
91512026-07-08T00:02:49.458Z[ recovery-image] Jul 08 00:02:48.459 INFO O| Jul 08 00:02:48.459 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91522026-07-08T00:02:49.464Z[ recovery-image] Jul 08 00:02:48.465 INFO O| Jul 08 00:02:48.465 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
91532026-07-08T00:02:49.464Z[ recovery-image] Jul 08 00:02:48.465 INFO O| Jul 08 00:02:48.465 INFO STEP 79 (remove_files) COMPLETE
91542026-07-08T00:02:49.467Z[ recovery-image] Jul 08 00:02:48.465 INFO O| Jul 08 00:02:48.465 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91552026-07-08T00:02:49.471Z[ recovery-image] Jul 08 00:02:48.471 INFO O| Jul 08 00:02:48.471 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
91562026-07-08T00:02:49.471Z[ recovery-image] Jul 08 00:02:48.471 INFO O| Jul 08 00:02:48.471 INFO STEP 80 (remove_files) COMPLETE
91572026-07-08T00:02:49.471Z[ recovery-image] Jul 08 00:02:48.471 INFO O| Jul 08 00:02:48.471 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91582026-07-08T00:02:49.477Z[ recovery-image] Jul 08 00:02:48.478 INFO O| Jul 08 00:02:48.478 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
91592026-07-08T00:02:49.477Z[ recovery-image] Jul 08 00:02:48.478 INFO O| Jul 08 00:02:48.478 INFO STEP 81 (remove_files) COMPLETE
91602026-07-08T00:02:49.480Z[ recovery-image] Jul 08 00:02:48.478 INFO O| Jul 08 00:02:48.478 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91612026-07-08T00:02:49.484Z[ recovery-image] Jul 08 00:02:48.484 INFO O| Jul 08 00:02:48.484 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
91622026-07-08T00:02:49.484Z[ recovery-image] Jul 08 00:02:48.485 INFO O| Jul 08 00:02:48.485 INFO STEP 82 (remove_files) COMPLETE
91632026-07-08T00:02:49.484Z[ recovery-image] Jul 08 00:02:48.485 INFO O| Jul 08 00:02:48.485 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91642026-07-08T00:02:49.490Z[ recovery-image] Jul 08 00:02:48.491 INFO O| Jul 08 00:02:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
91652026-07-08T00:02:49.493Z[ recovery-image] Jul 08 00:02:48.491 INFO O| Jul 08 00:02:48.491 INFO STEP 83 (remove_files) COMPLETE
91662026-07-08T00:02:49.494Z[ recovery-image] Jul 08 00:02:48.491 INFO O| Jul 08 00:02:48.491 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91672026-07-08T00:02:49.497Z[ recovery-image] Jul 08 00:02:48.498 INFO O| Jul 08 00:02:48.498 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
91682026-07-08T00:02:49.497Z[ recovery-image] Jul 08 00:02:48.498 INFO O| Jul 08 00:02:48.498 INFO STEP 84 (remove_files) COMPLETE
91692026-07-08T00:02:49.497Z[ recovery-image] Jul 08 00:02:48.498 INFO O| Jul 08 00:02:48.498 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91702026-07-08T00:02:49.504Z[ recovery-image] Jul 08 00:02:48.505 INFO O| Jul 08 00:02:48.505 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
91712026-07-08T00:02:49.508Z[ recovery-image] Jul 08 00:02:48.505 INFO O| Jul 08 00:02:48.505 INFO STEP 85 (remove_files) COMPLETE
91722026-07-08T00:02:49.508Z[ recovery-image] Jul 08 00:02:48.505 INFO O| Jul 08 00:02:48.505 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91732026-07-08T00:02:49.511Z[ recovery-image] Jul 08 00:02:48.512 INFO O| Jul 08 00:02:48.512 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
91742026-07-08T00:02:49.511Z[ recovery-image] Jul 08 00:02:48.512 INFO O| Jul 08 00:02:48.512 INFO STEP 86 (remove_files) COMPLETE
91752026-07-08T00:02:49.512Z[ recovery-image] Jul 08 00:02:48.512 INFO O| Jul 08 00:02:48.512 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91762026-07-08T00:02:49.517Z[ recovery-image] Jul 08 00:02:48.518 INFO O| Jul 08 00:02:48.518 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
91772026-07-08T00:02:49.520Z[ recovery-image] Jul 08 00:02:48.518 INFO O| Jul 08 00:02:48.518 INFO STEP 87 (remove_files) COMPLETE
91782026-07-08T00:02:49.520Z[ recovery-image] Jul 08 00:02:48.518 INFO O| Jul 08 00:02:48.518 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91792026-07-08T00:02:49.525Z[ recovery-image] Jul 08 00:02:48.525 INFO O| Jul 08 00:02:48.525 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
91802026-07-08T00:02:49.525Z[ recovery-image] Jul 08 00:02:48.525 INFO O| Jul 08 00:02:48.525 INFO STEP 88 (remove_files) COMPLETE
91812026-07-08T00:02:49.528Z[ recovery-image] Jul 08 00:02:48.525 INFO O| Jul 08 00:02:48.525 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91822026-07-08T00:02:49.531Z[ recovery-image] Jul 08 00:02:48.531 INFO O| Jul 08 00:02:48.531 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
91832026-07-08T00:02:49.531Z[ recovery-image] Jul 08 00:02:48.531 INFO O| Jul 08 00:02:48.531 INFO STEP 89 (remove_files) COMPLETE
91842026-07-08T00:02:49.531Z[ recovery-image] Jul 08 00:02:48.531 INFO O| Jul 08 00:02:48.531 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91852026-07-08T00:02:49.537Z[ recovery-image] Jul 08 00:02:48.537 INFO O| Jul 08 00:02:48.537 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
91862026-07-08T00:02:49.537Z[ recovery-image] Jul 08 00:02:48.537 INFO O| Jul 08 00:02:48.537 INFO STEP 90 (remove_files) COMPLETE
91872026-07-08T00:02:49.537Z[ recovery-image] Jul 08 00:02:48.537 INFO O| Jul 08 00:02:48.537 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91882026-07-08T00:02:49.543Z[ recovery-image] Jul 08 00:02:48.544 INFO O| Jul 08 00:02:48.544 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
91892026-07-08T00:02:49.543Z[ recovery-image] Jul 08 00:02:48.544 INFO O| Jul 08 00:02:48.544 INFO STEP 91 (remove_files) COMPLETE
91902026-07-08T00:02:49.543Z[ recovery-image] Jul 08 00:02:48.544 INFO O| Jul 08 00:02:48.544 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91912026-07-08T00:02:49.550Z[ recovery-image] Jul 08 00:02:48.550 INFO O| Jul 08 00:02:48.550 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat"
91922026-07-08T00:02:49.553Z[ recovery-image] Jul 08 00:02:48.550 INFO O| Jul 08 00:02:48.550 INFO STEP 92 (remove_files) COMPLETE
91932026-07-08T00:02:49.553Z[ recovery-image] Jul 08 00:02:48.550 INFO O| Jul 08 00:02:48.550 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91942026-07-08T00:02:49.557Z[ recovery-image] Jul 08 00:02:48.557 INFO O| Jul 08 00:02:48.557 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
91952026-07-08T00:02:49.557Z[ recovery-image] Jul 08 00:02:48.557 INFO O| Jul 08 00:02:48.557 INFO STEP 93 (remove_files) COMPLETE
91962026-07-08T00:02:49.557Z[ recovery-image] Jul 08 00:02:48.557 INFO O| Jul 08 00:02:48.557 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
91972026-07-08T00:02:49.562Z[ recovery-image] Jul 08 00:02:48.563 INFO O| Jul 08 00:02:48.562 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
91982026-07-08T00:02:49.565Z[ recovery-image] Jul 08 00:02:48.563 INFO O| Jul 08 00:02:48.563 INFO STEP 94 (remove_files) COMPLETE
91992026-07-08T00:02:49.565Z[ recovery-image] Jul 08 00:02:48.563 INFO O| Jul 08 00:02:48.563 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92002026-07-08T00:02:49.569Z[ recovery-image] Jul 08 00:02:48.568 INFO O| Jul 08 00:02:48.568 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
92012026-07-08T00:02:49.569Z[ recovery-image] Jul 08 00:02:48.568 INFO O| Jul 08 00:02:48.568 INFO STEP 95 (remove_files) COMPLETE
92022026-07-08T00:02:49.569Z[ recovery-image] Jul 08 00:02:48.568 INFO O| Jul 08 00:02:48.568 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92032026-07-08T00:02:49.574Z[ recovery-image] Jul 08 00:02:48.574 INFO O| Jul 08 00:02:48.574 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
92042026-07-08T00:02:49.574Z[ recovery-image] Jul 08 00:02:48.575 INFO O| Jul 08 00:02:48.574 INFO STEP 96 (remove_files) COMPLETE
92052026-07-08T00:02:49.574Z[ recovery-image] Jul 08 00:02:48.575 INFO O| Jul 08 00:02:48.574 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92062026-07-08T00:02:49.581Z[ recovery-image] Jul 08 00:02:48.581 INFO O| Jul 08 00:02:48.581 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
92072026-07-08T00:02:49.581Z[ recovery-image] Jul 08 00:02:48.581 INFO O| Jul 08 00:02:48.581 INFO STEP 97 (remove_files) COMPLETE
92082026-07-08T00:02:49.584Z[ recovery-image] Jul 08 00:02:48.581 INFO O| Jul 08 00:02:48.581 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92092026-07-08T00:02:49.588Z[ recovery-image] Jul 08 00:02:48.588 INFO O| Jul 08 00:02:48.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
92102026-07-08T00:02:49.588Z[ recovery-image] Jul 08 00:02:48.588 INFO O| Jul 08 00:02:48.588 INFO STEP 98 (remove_files) COMPLETE
92112026-07-08T00:02:49.588Z[ recovery-image] Jul 08 00:02:48.588 INFO O| Jul 08 00:02:48.588 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
92122026-07-08T00:02:49.593Z[ recovery-image] Jul 08 00:02:48.594 INFO O| Jul 08 00:02:48.594 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
92132026-07-08T00:02:49.593Z[ recovery-image] Jul 08 00:02:48.594 INFO O| Jul 08 00:02:48.594 INFO STEP 99 (remove_files) COMPLETE
92142026-07-08T00:02:49.597Z[ recovery-image] Jul 08 00:02:48.594 INFO O| Jul 08 00:02:48.594 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json
92152026-07-08T00:02:49.603Z[ recovery-image] Jul 08 00:02:48.603 INFO O| Jul 08 00:02:48.603 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal
92162026-07-08T00:02:49.603Z[ recovery-image] Jul 08 00:02:48.603 INFO O| Jul 08 00:02:48.603 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92172026-07-08T00:02:54.154Z[ recovery-image] Jul 08 00:02:53.154 INFO O| Jul 08 00:02:53.154 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
92182026-07-08T00:02:54.154Z[ recovery-image] Jul 08 00:02:53.154 INFO O| Jul 08 00:02:53.154 INFO E| svccfg: Loaded 68 smf(7) service descriptions
92192026-07-08T00:02:54.164Z[ recovery-image] Jul 08 00:02:53.165 INFO O| Jul 08 00:02:53.164 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"}
92202026-07-08T00:02:54.254Z[ recovery-image] Jul 08 00:02:53.254 INFO O| Jul 08 00:02:53.254 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"}
92212026-07-08T00:02:54.305Z[ recovery-image] Jul 08 00:02:53.305 INFO O| Jul 08 00:02:53.305 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"}
92222026-07-08T00:02:54.362Z[ recovery-image] Jul 08 00:02:53.362 INFO O| Jul 08 00:02:53.362 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist
92232026-07-08T00:02:54.362Z[ recovery-image] Jul 08 00:02:53.362 INFO O| Jul 08 00:02:53.362 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 ...
92242026-07-08T00:02:54.366Z[ recovery-image] Jul 08 00:02:53.363 INFO O| Jul 08 00:02:53.363 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db
92252026-07-08T00:02:54.366Z[ recovery-image] Jul 08 00:02:53.363 INFO O| Jul 08 00:02:53.363 INFO ok!
92262026-07-08T00:02:54.366Z[ recovery-image] Jul 08 00:02:53.363 INFO O| Jul 08 00:02:53.363 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing
92272026-07-08T00:02:54.366Z[ recovery-image] Jul 08 00:02:53.363 INFO O| Jul 08 00:02:53.363 INFO STEP 100 (seed_smf) COMPLETE
92282026-07-08T00:02:54.366Z[ recovery-image] Jul 08 00:02:53.363 INFO O| Jul 08 00:02:53.363 INFO steps complete; finalising image!
92292026-07-08T00:02:54.367Z[ recovery-image] Jul 08 00:02:53.363 INFO O| Jul 08 00:02:53.363 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery
92302026-07-08T00:02:54.391Z[ recovery-image] Jul 08 00:02:53.390 INFO O| Jul 08 00:02:53.390 INFO trim TEMPORARY-sled-zfs-recovery: (4% trimmed, started at Wed Jul 8 00:02:53 2026)
92312026-07-08T00:02:54.594Z[ recovery-image] Jul 08 00:02:53.594 INFO O| Jul 08 00:02:53.594 INFO trim TEMPORARY-sled-zfs-recovery: (89% trimmed, started at Wed Jul 8 00:02:53 2026)
92322026-07-08T00:02:54.811Z[ recovery-image] Jul 08 00:02:53.811 INFO O| Jul 08 00:02:53.811 INFO temporary pool has 491M used, 1.27G avail, 1.00x compressratio
92332026-07-08T00:02:54.811Z[ recovery-image] Jul 08 00:02:53.811 INFO O| Jul 08 00:02:53.811 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery
92342026-07-08T00:02:55.032Z[ recovery-image] Jul 08 00:02:54.032 INFO O| Jul 08 00:02:54.032 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
92352026-07-08T00:02:55.033Z[ recovery-image] Jul 08 00:02:54.032 INFO O| Jul 08 00:02:54.032 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal
92362026-07-08T00:02:56.997Z[ recovery-image] Jul 08 00:02:55.997 INFO O| Jul 08 00:02:55.997 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92372026-07-08T00:02:56.997Z[ recovery-image] Jul 08 00:02:55.997 INFO O| Jul 08 00:02:55.997 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92382026-07-08T00:02:57.001Z[ recovery-image] Jul 08 00:02:55.997 INFO O| Jul 08 00:02:55.997 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw
92392026-07-08T00:02:57.001Z[ recovery-image] Jul 08 00:02:55.997 INFO O| Jul 08 00:02:55.997 INFO completed processing sled/zfs-recovery
92402026-07-08T00:02:57.001Z[ recovery-image] Jul 08 00:02:55.997 INFO O| Jul 08 00:02:55.997 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery
92412026-07-08T00:02:58.848Z[ recovery-image] Jul 08 00:02:57.847 INFO O| Jul 08 00:02:57.847 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery
92422026-07-08T00:02:58.937Z[ recovery-image] Jul 08 00:02:57.937 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
92432026-07-08T00:02:58.937Z[ recovery-image] Jul 08 00:02:57.937 INFO expanded image name: "recovery 041867f/${os_short_commit} 2026-07-07 23:49" -> "recovery 041867f/9b09742 2026-07-07 23:49"
92442026-07-08T00:02:58.937Z[ recovery-image] Jul 08 00:02:57.937 INFO output artefacts stored in: "/work/os-recovery"
92452026-07-08T00:02:58.941Z[ recovery-image] Jul 08 00:02:57.938 INFO collecting git info from project "image-builder"...
92462026-07-08T00:02:58.945Z[ recovery-image] Jul 08 00:02:57.944 INFO collecting git info from project "chelsio-t6-roms"...
92472026-07-08T00:02:58.959Z[ recovery-image] Jul 08 00:02:57.959 INFO collecting git info from project "phbl"...
92482026-07-08T00:02:58.963Z[ recovery-image] Jul 08 00:02:57.964 INFO collecting git info from project "amd-firmware"...
92492026-07-08T00:02:59.272Z[ recovery-image] Jul 08 00:02:58.272 INFO collecting git info from project "bootserver"...
92502026-07-08T00:02:59.277Z[ recovery-image] Jul 08 00:02:58.277 INFO collecting git info from project "pinprick"...
92512026-07-08T00:02:59.281Z[ recovery-image] Jul 08 00:02:58.282 INFO collecting git info from project "pilot"...
92522026-07-08T00:02:59.287Z[ recovery-image] Jul 08 00:02:58.288 INFO collecting git info from project "dmar-report"...
92532026-07-08T00:02:59.295Z[ recovery-image] Jul 08 00:02:58.295 INFO collecting git info from project "amd-host-image-builder"...
92542026-07-08T00:02:59.332Z[ recovery-image] Jul 08 00:02:58.332 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
92552026-07-08T00:02:59.607Z[ recovery-image] Jul 08 00:02:58.608 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
92562026-07-08T00:02:59.886Z[ recovery-image] Jul 08 00:02:58.886 INFO creating Oxide boot image...
92572026-07-08T00:02:59.886Z[ recovery-image] Jul 08 00:02:58.886 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 041867f/9b09742 2026-07-07 23:49", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
92582026-07-08T00:03:06.671Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24068:20260625T122347Z
92592026-07-08T00:03:06.671Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24068:20260625T122347Z
92602026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z
92612026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z
92622026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z
92632026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z
92642026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z
92652026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.671 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z
92662026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.672 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@21.0.0.0-3.0:20260707T234908Z
92672026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.672 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z
92682026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.672 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z
92692026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.672 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24068:20260625T122347Z
92702026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.672 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24068:20260625T122348Z
92712026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.672 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24068:20260625T122348Z
92722026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24068:20260625T122348Z
92732026-07-08T00:03:06.676Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z
92742026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24068:20260625T122348Z
92752026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24068:20260625T122348Z
92762026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24068:20260625T122348Z
92772026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24068:20260625T122348Z
92782026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24068:20260625T122349Z
92792026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92802026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24068:20260625T122349Z
92812026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/developer/amd/zen@0.5.11-3.0.24068:20260625T122349Z
92822026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24068:20260625T122350Z
92832026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24068:20260625T122350Z
92842026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24068:20260625T122350Z
92852026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.673 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24068:20260625T122351Z
92862026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24068:20260625T122351Z
92872026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24068:20260625T122352Z
92882026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24068:20260625T122352Z
92892026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/network/opte@0.41.492-3.0:20260630T165610Z
92902026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24068:20260625T122353Z
92912026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24068:20260625T122355Z
92922026-07-08T00:03:06.677Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24068:20260625T122355Z
92932026-07-08T00:03:06.678Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24068:20260625T122356Z
92942026-07-08T00:03:06.678Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24068:20260625T122357Z
92952026-07-08T00:03:06.678Z[ host-image] Jul 08 00:03:05.674 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24068:20260625T122357Z
92962026-07-08T00:03:06.681Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z
92972026-07-08T00:03:06.681Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24068:20260625T122357Z
92982026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z
92992026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z
93002026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z
93012026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z
93022026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24068:20260625T122357Z
93032026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z
93042026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.677 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z
93052026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.678 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z
93062026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.678 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z
93072026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.681 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z
93082026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.681 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z
93092026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.681 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z
93102026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.681 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z
93112026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.682 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z
93122026-07-08T00:03:06.682Z[ host-image] Jul 08 00:03:05.682 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z
93132026-07-08T00:03:06.693Z[ host-image] Jul 08 00:03:05.693 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z
93142026-07-08T00:03:06.696Z[ host-image] Jul 08 00:03:05.693 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z
93152026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.693 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z
93162026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24068:20260625T122358Z
93172026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24068:20260625T122402Z
93182026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z
93192026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24068:20260625T122403Z
93202026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z
93212026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z
93222026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z
93232026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z
93242026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24068:20260625T122403Z
93252026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.694 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z
93262026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.695 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z
93272026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.695 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z
93282026-07-08T00:03:06.697Z[ host-image] Jul 08 00:03:05.695 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z
93292026-07-08T00:03:06.698Z[ host-image] Jul 08 00:03:05.695 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24068:20260625T122403Z
93302026-07-08T00:03:06.698Z[ host-image] Jul 08 00:03:05.695 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z
93312026-07-08T00:03:06.702Z[ host-image] Jul 08 00:03:05.699 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z
93322026-07-08T00:03:06.703Z[ host-image] Jul 08 00:03:05.699 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24068:20260625T122403Z
93332026-07-08T00:03:06.703Z[ host-image] Jul 08 00:03:05.700 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24068:20260625T122403Z
93342026-07-08T00:03:06.703Z[ host-image] Jul 08 00:03:05.700 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24068:20260625T122403Z
93352026-07-08T00:03:06.703Z[ host-image] Jul 08 00:03:05.700 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z
93362026-07-08T00:03:06.703Z[ host-image] Jul 08 00:03:05.700 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24068:20260625T122404Z
93372026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.700 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24068:20260625T122404Z
93382026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.700 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24068:20260625T122405Z
93392026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.700 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24068:20260625T122405Z
93402026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.701 INFO O| install = pkg://helios/shell/bash@5.2.32-3.0:20260212T151110Z
93412026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.701 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24068:20260625T122405Z
93422026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.702 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24068:20260625T122406Z
93432026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.702 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z
93442026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.702 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24068:20260625T122406Z
93452026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.702 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24068:20260625T122406Z
93462026-07-08T00:03:06.704Z[ host-image] Jul 08 00:03:05.702 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24068:20260625T122406Z
93472026-07-08T00:03:06.705Z[ host-image] Jul 08 00:03:05.702 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24068:20260625T122406Z
93482026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.704 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24068:20260625T122406Z
93492026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.704 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z
93502026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.704 INFO O| install = pkg://helios/system/data/zoneinfo@2026.2-3.0.24068:20260625T122406Z
93512026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.705 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24068:20260625T122406Z
93522026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.705 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24068:20260625T122407Z
93532026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.705 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24068:20260625T122407Z
93542026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.705 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24068:20260625T122407Z
93552026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.705 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24068:20260625T122407Z
93562026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.705 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24068:20260625T122407Z
93572026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.708 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24068:20260625T122408Z
93582026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.708 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24068:20260625T122408Z
93592026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.708 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24068:20260625T122408Z
93602026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.708 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24068:20260625T122408Z
93612026-07-08T00:03:06.709Z[ host-image] Jul 08 00:03:05.709 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24068:20260625T122408Z
93622026-07-08T00:03:06.714Z[ host-image] Jul 08 00:03:05.714 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24068:20260625T122410Z
93632026-07-08T00:03:06.714Z[ host-image] Jul 08 00:03:05.714 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24068:20260625T122408Z
93642026-07-08T00:03:06.718Z[ host-image] Jul 08 00:03:05.714 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24068:20260625T122408Z
93652026-07-08T00:03:06.718Z[ host-image] Jul 08 00:03:05.714 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z
93662026-07-08T00:03:06.718Z[ host-image] Jul 08 00:03:05.715 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z
93672026-07-08T00:03:06.722Z[ host-image] Jul 08 00:03:05.723 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24068:20260625T122408Z
93682026-07-08T00:03:06.726Z[ host-image] Jul 08 00:03:05.723 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z
93692026-07-08T00:03:06.726Z[ host-image] Jul 08 00:03:05.723 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24068:20260625T122409Z
93702026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.723 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24068:20260625T122409Z
93712026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.723 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24068:20260625T122409Z
93722026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.723 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z
93732026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.724 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z
93742026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.724 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24068:20260625T122410Z
93752026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.724 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24068:20260625T122409Z
93762026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.724 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24068:20260625T122410Z
93772026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.724 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24068:20260625T122410Z
93782026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.724 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24068:20260625T122410Z
93792026-07-08T00:03:06.727Z[ host-image] Jul 08 00:03:05.724 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24068:20260625T122410Z
93802026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.725 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z
93812026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.725 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24068:20260625T122411Z
93822026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.725 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24068:20260625T122411Z
93832026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.725 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24068:20260625T122411Z
93842026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.725 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24068:20260625T122412Z
93852026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.725 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24068:20260625T122411Z
93862026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24068:20260625T122411Z
93872026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z
93882026-07-08T00:03:06.728Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z
93892026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24068:20260625T122413Z
93902026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24068:20260625T122413Z
93912026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z
93922026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z
93932026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z
93942026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z
93952026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z
93962026-07-08T00:03:06.729Z[ host-image] Jul 08 00:03:05.726 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z
93972026-07-08T00:03:06.734Z[ host-image] Jul 08 00:03:05.727 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z
93982026-07-08T00:03:06.734Z[ host-image] Jul 08 00:03:05.727 INFO O| tempdir @ "/tmp/.tmpzD2xCh/tmp"
93992026-07-08T00:03:06.734Z[ host-image] Jul 08 00:03:05.727 INFO O| image root @ "/tmp/.tmpzD2xCh/tmp/root"
94002026-07-08T00:03:06.734Z[ host-image] Jul 08 00:03:05.727 INFO O| creating image...
94012026-07-08T00:03:07.041Z[ host-image] Jul 08 00:03:06.040 INFO O| copying publishers...
94022026-07-08T00:03:07.877Z[ host-image] Jul 08 00:03:06.877 INFO O| adding properties...
94032026-07-08T00:03:08.636Z[ host-image] Jul 08 00:03:07.636 INFO O| installing packages...
94042026-07-08T00:03:19.310Z[ host-image] Jul 08 00:03:18.311 INFO O| seeding SMF database...
94052026-07-08T00:03:23.518Z[ host-image] Jul 08 00:03:22.518 INFO O| configuring SMF profile...
94062026-07-08T00:03:23.518Z[ host-image] Jul 08 00:03:22.518 INFO O| modifying shadow(5)...
94072026-07-08T00:03:23.522Z[ host-image] Jul 08 00:03:22.518 INFO O| loading user and group database...
94082026-07-08T00:03:23.522Z[ host-image] Jul 08 00:03:22.518 INFO O| loading facet selections...
94092026-07-08T00:03:23.811Z[ host-image] Jul 08 00:03:22.809 INFO O| devel -> true
94102026-07-08T00:03:23.811Z[ host-image] Jul 08 00:03:22.809 INFO O| doc.man -> true
94112026-07-08T00:03:23.811Z[ host-image] Jul 08 00:03:22.809 INFO O| version-lock.shell/ksh93 -> true
94122026-07-08T00:03:23.814Z[ host-image] Jul 08 00:03:22.809 INFO O| version-lock.system/data/hardware-registry -> true
94132026-07-08T00:03:23.815Z[ host-image] Jul 08 00:03:22.809 INFO O| version-lock.system/data/zoneinfo -> true
94142026-07-08T00:03:23.815Z[ host-image] Jul 08 00:03:22.809 INFO O| version-lock.system/microcode/amd -> true
94152026-07-08T00:03:23.815Z[ host-image] Jul 08 00:03:22.809 INFO O| version-lock.system/microcode/intel -> true
94162026-07-08T00:03:23.815Z[ host-image] Jul 08 00:03:22.809 INFO O| version-lock.system/microcode/oxide -> true
94172026-07-08T00:03:23.815Z[ host-image] Jul 08 00:03:22.809 INFO O| assessing packaged files...
94182026-07-08T00:03:25.292Z[ host-image] Jul 08 00:03:24.292 INFO O| creating archive...
94192026-07-08T00:03:25.313Z[ host-image] Jul 08 00:03:24.313 INFO O| missing from packaging:
94202026-07-08T00:03:25.313Z[ host-image] Jul 08 00:03:24.314 INFO O| "etc/.pwd.lock"
94212026-07-08T00:03:25.316Z[ host-image] Jul 08 00:03:24.314 INFO O| "etc/bash"
94222026-07-08T00:03:25.320Z[ host-image] Jul 08 00:03:24.317 INFO O| "etc/svc/profile/generic.xml"
94232026-07-08T00:03:25.320Z[ host-image] Jul 08 00:03:24.317 INFO O| "etc/svc/profile/inetd_services.xml"
94242026-07-08T00:03:25.320Z[ host-image] Jul 08 00:03:24.317 INFO O| "etc/svc/profile/name_service.xml"
94252026-07-08T00:03:25.320Z[ host-image] Jul 08 00:03:24.317 INFO O| "etc/svc/profile/platform.xml"
94262026-07-08T00:03:25.320Z[ host-image] Jul 08 00:03:24.317 INFO O| "etc/svc/profile/platform_omicron1.xml"
94272026-07-08T00:03:25.320Z[ host-image] Jul 08 00:03:24.317 INFO O| "etc/svc/repository.db"
94282026-07-08T00:03:25.323Z[ host-image] Jul 08 00:03:24.323 INFO O| "opt/ooce/share"
94292026-07-08T00:03:25.323Z[ host-image] Jul 08 00:03:24.323 INFO O| "opt/ooce/share/man"
94302026-07-08T00:03:25.323Z[ host-image] Jul 08 00:03:24.323 INFO O| "opt/ooce/share/man/man1"
94312026-07-08T00:03:25.331Z[ host-image] Jul 08 00:03:24.332 INFO O| finishing archive...
94322026-07-08T00:03:27.668Z[ host-image] Jul 08 00:03:26.668 INFO O| creating gzonly manifest...
94332026-07-08T00:03:27.674Z[ host-image] Jul 08 00:03:26.674 INFO O| ok
94342026-07-08T00:03:27.756Z[ host-image] Jul 08 00:03:26.757 INFO image builder template: ramdisk-02-trim...
94352026-07-08T00:03:27.756Z[ host-image] Jul 08 00:03:26.757 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/.tmpEUv0W0/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
94362026-07-08T00:03:27.774Z[ host-image] Jul 08 00:03:26.774 INFO O| Jul 08 00:03:26.774 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94372026-07-08T00:03:27.777Z[ host-image] Jul 08 00:03:26.778 INFO O| Jul 08 00:03:26.778 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
94382026-07-08T00:03:28.213Z[ host-image] Jul 08 00:03:27.213 INFO O| Jul 08 00:03:27.213 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled
94392026-07-08T00:03:28.254Z[ host-image] Jul 08 00:03:27.254 INFO O| Jul 08 00:03:27.254 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim
94402026-07-08T00:03:28.254Z[ host-image] Jul 08 00:03:27.254 INFO O| Jul 08 00:03:27.254 INFO work dataset: rpool/images/build/host/work/sled/ramdisk
94412026-07-08T00:03:28.257Z[ host-image] Jul 08 00:03:27.258 INFO O| Jul 08 00:03:27.258 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim
94422026-07-08T00:03:28.260Z[ host-image] Jul 08 00:03:27.261 INFO O| Jul 08 00:03:27.261 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os
94432026-07-08T00:03:28.264Z[ host-image] Jul 08 00:03:27.265 INFO O| Jul 08 00:03:27.265 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os
94442026-07-08T00:03:28.550Z[ host-image] Jul 08 00:03:27.551 INFO O| Jul 08 00:03:27.550 INFO rolled back to input snapshot; work may begin
94452026-07-08T00:03:28.550Z[ host-image] Jul 08 00:03:27.551 INFO O| Jul 08 00:03:27.551 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk
94462026-07-08T00:03:28.554Z[ host-image] Jul 08 00:03:27.555 INFO O| Jul 08 00:03:27.555 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94472026-07-08T00:03:28.560Z[ host-image] Jul 08 00:03:27.561 INFO O| Jul 08 00:03:27.561 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg"
94482026-07-08T00:03:28.596Z[ host-image] Jul 08 00:03:27.596 INFO O| Jul 08 00:03:27.596 INFO STEP 0 (remove_files) COMPLETE
94492026-07-08T00:03:28.596Z[ host-image] Jul 08 00:03:27.596 INFO O| Jul 08 00:03:27.596 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94502026-07-08T00:03:28.603Z[ host-image] Jul 08 00:03:27.604 INFO O| Jul 08 00:03:27.604 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4"
94512026-07-08T00:03:28.607Z[ host-image] Jul 08 00:03:27.605 INFO O| Jul 08 00:03:27.605 INFO STEP 1 (remove_files) COMPLETE
94522026-07-08T00:03:28.607Z[ host-image] Jul 08 00:03:27.605 INFO O| Jul 08 00:03:27.605 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94532026-07-08T00:03:28.610Z[ host-image] Jul 08 00:03:27.611 INFO O| Jul 08 00:03:27.611 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include"
94542026-07-08T00:03:28.622Z[ host-image] Jul 08 00:03:27.623 INFO O| Jul 08 00:03:27.623 INFO STEP 2 (remove_files) COMPLETE
94552026-07-08T00:03:28.622Z[ host-image] Jul 08 00:03:27.623 INFO O| Jul 08 00:03:27.623 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94562026-07-08T00:03:28.628Z[ host-image] Jul 08 00:03:27.629 INFO O| Jul 08 00:03:27.629 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo"
94572026-07-08T00:03:28.631Z[ host-image] Jul 08 00:03:27.630 INFO O| Jul 08 00:03:27.630 INFO STEP 3 (remove_files) COMPLETE
94582026-07-08T00:03:28.631Z[ host-image] Jul 08 00:03:27.630 INFO O| Jul 08 00:03:27.630 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94592026-07-08T00:03:28.636Z[ host-image] Jul 08 00:03:27.636 INFO O| Jul 08 00:03:27.636 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help"
94602026-07-08T00:03:28.639Z[ host-image] Jul 08 00:03:27.639 INFO O| Jul 08 00:03:27.639 INFO STEP 4 (remove_files) COMPLETE
94612026-07-08T00:03:28.639Z[ host-image] Jul 08 00:03:27.639 INFO O| Jul 08 00:03:27.639 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94622026-07-08T00:03:28.645Z[ host-image] Jul 08 00:03:27.645 INFO O| Jul 08 00:03:27.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc"
94632026-07-08T00:03:28.648Z[ host-image] Jul 08 00:03:27.647 INFO O| Jul 08 00:03:27.647 INFO STEP 5 (remove_files) COMPLETE
94642026-07-08T00:03:28.648Z[ host-image] Jul 08 00:03:27.647 INFO O| Jul 08 00:03:27.647 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94652026-07-08T00:03:28.652Z[ host-image] Jul 08 00:03:27.652 INFO O| Jul 08 00:03:27.652 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion"
94662026-07-08T00:03:28.660Z[ host-image] Jul 08 00:03:27.661 INFO O| Jul 08 00:03:27.661 INFO STEP 6 (remove_files) COMPLETE
94672026-07-08T00:03:28.660Z[ host-image] Jul 08 00:03:27.661 INFO O| Jul 08 00:03:27.661 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94682026-07-08T00:03:28.663Z[ host-image] Jul 08 00:03:27.661 INFO O| Jul 08 00:03:27.661 INFO skip step because feature "heliosv2" is not enabled
94692026-07-08T00:03:28.664Z[ host-image] Jul 08 00:03:27.661 INFO O| Jul 08 00:03:27.661 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94702026-07-08T00:03:28.667Z[ host-image] Jul 08 00:03:27.667 INFO O| Jul 08 00:03:27.667 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man"
94712026-07-08T00:03:28.677Z[ host-image] Jul 08 00:03:27.677 INFO O| Jul 08 00:03:27.677 INFO STEP 8 (remove_files) COMPLETE
94722026-07-08T00:03:28.677Z[ host-image] Jul 08 00:03:27.677 INFO O| Jul 08 00:03:27.677 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94732026-07-08T00:03:28.682Z[ host-image] Jul 08 00:03:27.683 INFO O| Jul 08 00:03:27.683 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl"
94742026-07-08T00:03:28.741Z[ host-image] Jul 08 00:03:27.742 INFO O| Jul 08 00:03:27.742 INFO STEP 9 (remove_files) COMPLETE
94752026-07-08T00:03:28.742Z[ host-image] Jul 08 00:03:27.742 INFO O| Jul 08 00:03:27.742 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94762026-07-08T00:03:28.747Z[ host-image] Jul 08 00:03:27.748 INFO O| Jul 08 00:03:27.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man"
94772026-07-08T00:03:28.812Z[ host-image] Jul 08 00:03:27.813 INFO O| Jul 08 00:03:27.813 INFO STEP 10 (remove_files) COMPLETE
94782026-07-08T00:03:28.812Z[ host-image] Jul 08 00:03:27.813 INFO O| Jul 08 00:03:27.813 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94792026-07-08T00:03:28.817Z[ host-image] Jul 08 00:03:27.818 INFO O| Jul 08 00:03:27.818 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp"
94802026-07-08T00:03:28.820Z[ host-image] Jul 08 00:03:27.820 INFO O| Jul 08 00:03:27.820 INFO STEP 11 (remove_files) COMPLETE
94812026-07-08T00:03:28.820Z[ host-image] Jul 08 00:03:27.820 INFO O| Jul 08 00:03:27.820 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94822026-07-08T00:03:28.825Z[ host-image] Jul 08 00:03:27.826 INFO O| Jul 08 00:03:27.826 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386"
94832026-07-08T00:03:28.828Z[ host-image] Jul 08 00:03:27.826 INFO O| Jul 08 00:03:27.826 INFO STEP 12 (remove_files) COMPLETE
94842026-07-08T00:03:28.828Z[ host-image] Jul 08 00:03:27.826 INFO O| Jul 08 00:03:27.826 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94852026-07-08T00:03:28.831Z[ host-image] Jul 08 00:03:27.831 INFO O| Jul 08 00:03:27.831 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv"
94862026-07-08T00:03:28.834Z[ host-image] Jul 08 00:03:27.832 INFO O| Jul 08 00:03:27.832 INFO STEP 13 (remove_files) COMPLETE
94872026-07-08T00:03:28.834Z[ host-image] Jul 08 00:03:27.832 INFO O| Jul 08 00:03:27.832 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
94882026-07-08T00:03:28.976Z[ host-image] Jul 08 00:03:27.976 INFO O| Jul 08 00:03:27.976 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a"
94892026-07-08T00:03:28.990Z[ host-image] Jul 08 00:03:27.988 INFO O| Jul 08 00:03:27.988 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a"
94902026-07-08T00:03:29.047Z[ host-image] Jul 08 00:03:28.047 INFO O| Jul 08 00:03:28.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
94912026-07-08T00:03:29.047Z[ host-image] Jul 08 00:03:28.047 INFO O| Jul 08 00:03:28.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
94922026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.047 INFO O| Jul 08 00:03:28.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
94932026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.047 INFO O| Jul 08 00:03:28.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
94942026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.047 INFO O| Jul 08 00:03:28.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
94952026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.047 INFO O| Jul 08 00:03:28.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
94962026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.047 INFO O| Jul 08 00:03:28.047 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
94972026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
94982026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
94992026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
95002026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
95012026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
95022026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
95032026-07-08T00:03:29.050Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
95042026-07-08T00:03:29.051Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
95052026-07-08T00:03:29.051Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
95062026-07-08T00:03:29.051Z[ host-image] Jul 08 00:03:28.048 INFO O| Jul 08 00:03:28.048 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a"
95072026-07-08T00:03:29.051Z[ host-image] Jul 08 00:03:28.049 INFO O| Jul 08 00:03:28.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a"
95082026-07-08T00:03:29.059Z[ host-image] Jul 08 00:03:28.059 INFO O| Jul 08 00:03:28.059 INFO STEP 14 (remove_files) COMPLETE
95092026-07-08T00:03:29.059Z[ host-image] Jul 08 00:03:28.059 INFO O| Jul 08 00:03:28.059 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95102026-07-08T00:03:29.066Z[ host-image] Jul 08 00:03:28.067 INFO O| Jul 08 00:03:28.067 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot"
95112026-07-08T00:03:29.069Z[ host-image] Jul 08 00:03:28.068 INFO O| Jul 08 00:03:28.068 INFO STEP 15 (remove_files) COMPLETE
95122026-07-08T00:03:29.069Z[ host-image] Jul 08 00:03:28.068 INFO O| Jul 08 00:03:28.068 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95132026-07-08T00:03:29.073Z[ host-image] Jul 08 00:03:28.073 INFO O| Jul 08 00:03:28.073 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc"
95142026-07-08T00:03:29.078Z[ host-image] Jul 08 00:03:28.079 INFO O| Jul 08 00:03:28.078 INFO STEP 16 (remove_files) COMPLETE
95152026-07-08T00:03:29.078Z[ host-image] Jul 08 00:03:28.079 INFO O| Jul 08 00:03:28.078 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95162026-07-08T00:03:29.083Z[ host-image] Jul 08 00:03:28.084 INFO O| Jul 08 00:03:28.084 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv"
95172026-07-08T00:03:29.087Z[ host-image] Jul 08 00:03:28.084 INFO O| Jul 08 00:03:28.084 INFO STEP 17 (remove_files) COMPLETE
95182026-07-08T00:03:29.087Z[ host-image] Jul 08 00:03:28.084 INFO O| Jul 08 00:03:28.084 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95192026-07-08T00:03:29.091Z[ host-image] Jul 08 00:03:28.091 INFO O| Jul 08 00:03:28.091 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc"
95202026-07-08T00:03:29.094Z[ host-image] Jul 08 00:03:28.093 INFO O| Jul 08 00:03:28.093 INFO STEP 18 (remove_files) COMPLETE
95212026-07-08T00:03:29.094Z[ host-image] Jul 08 00:03:28.093 INFO O| Jul 08 00:03:28.093 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95222026-07-08T00:03:29.097Z[ host-image] Jul 08 00:03:28.098 INFO O| Jul 08 00:03:28.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica"
95232026-07-08T00:03:29.097Z[ host-image] Jul 08 00:03:28.098 INFO O| Jul 08 00:03:28.098 INFO STEP 19 (remove_files) COMPLETE
95242026-07-08T00:03:29.097Z[ host-image] Jul 08 00:03:28.098 INFO O| Jul 08 00:03:28.098 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95252026-07-08T00:03:29.103Z[ host-image] Jul 08 00:03:28.103 INFO O| Jul 08 00:03:28.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem"
95262026-07-08T00:03:29.103Z[ host-image] Jul 08 00:03:28.103 INFO O| Jul 08 00:03:28.103 INFO STEP 20 (remove_files) COMPLETE
95272026-07-08T00:03:29.105Z[ host-image] Jul 08 00:03:28.103 INFO O| Jul 08 00:03:28.103 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95282026-07-08T00:03:29.108Z[ host-image] Jul 08 00:03:28.108 INFO O| Jul 08 00:03:28.108 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans"
95292026-07-08T00:03:29.108Z[ host-image] Jul 08 00:03:28.108 INFO O| Jul 08 00:03:28.108 INFO STEP 21 (remove_files) COMPLETE
95302026-07-08T00:03:29.108Z[ host-image] Jul 08 00:03:28.108 INFO O| Jul 08 00:03:28.108 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95312026-07-08T00:03:29.112Z[ host-image] Jul 08 00:03:28.113 INFO O| Jul 08 00:03:28.113 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc"
95322026-07-08T00:03:29.113Z[ host-image] Jul 08 00:03:28.113 INFO O| Jul 08 00:03:28.113 INFO STEP 22 (remove_files) COMPLETE
95332026-07-08T00:03:29.115Z[ host-image] Jul 08 00:03:28.113 INFO O| Jul 08 00:03:28.113 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95342026-07-08T00:03:29.118Z[ host-image] Jul 08 00:03:28.118 INFO O| Jul 08 00:03:28.118 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv"
95352026-07-08T00:03:29.118Z[ host-image] Jul 08 00:03:28.118 INFO O| Jul 08 00:03:28.118 INFO STEP 23 (remove_files) COMPLETE
95362026-07-08T00:03:29.118Z[ host-image] Jul 08 00:03:28.118 INFO O| Jul 08 00:03:28.118 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95372026-07-08T00:03:29.123Z[ host-image] Jul 08 00:03:28.123 INFO O| Jul 08 00:03:28.123 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd"
95382026-07-08T00:03:29.123Z[ host-image] Jul 08 00:03:28.123 INFO O| Jul 08 00:03:28.123 INFO STEP 24 (remove_files) COMPLETE
95392026-07-08T00:03:29.126Z[ host-image] Jul 08 00:03:28.123 INFO O| Jul 08 00:03:28.123 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95402026-07-08T00:03:29.129Z[ host-image] Jul 08 00:03:28.128 INFO O| Jul 08 00:03:28.128 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon"
95412026-07-08T00:03:29.129Z[ host-image] Jul 08 00:03:28.128 INFO O| Jul 08 00:03:28.128 INFO STEP 25 (remove_files) COMPLETE
95422026-07-08T00:03:29.129Z[ host-image] Jul 08 00:03:28.128 INFO O| Jul 08 00:03:28.128 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95432026-07-08T00:03:29.133Z[ host-image] Jul 08 00:03:28.134 INFO O| Jul 08 00:03:28.134 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power"
95442026-07-08T00:03:29.133Z[ host-image] Jul 08 00:03:28.134 INFO O| Jul 08 00:03:28.134 INFO STEP 26 (remove_files) COMPLETE
95452026-07-08T00:03:29.136Z[ host-image] Jul 08 00:03:28.134 INFO O| Jul 08 00:03:28.134 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95462026-07-08T00:03:29.139Z[ host-image] Jul 08 00:03:28.139 INFO O| Jul 08 00:03:28.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio"
95472026-07-08T00:03:29.139Z[ host-image] Jul 08 00:03:28.139 INFO O| Jul 08 00:03:28.139 INFO STEP 27 (remove_files) COMPLETE
95482026-07-08T00:03:29.139Z[ host-image] Jul 08 00:03:28.139 INFO O| Jul 08 00:03:28.139 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95492026-07-08T00:03:29.143Z[ host-image] Jul 08 00:03:28.144 INFO O| Jul 08 00:03:28.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575"
95502026-07-08T00:03:29.143Z[ host-image] Jul 08 00:03:28.144 INFO O| Jul 08 00:03:28.144 INFO STEP 28 (remove_files) COMPLETE
95512026-07-08T00:03:29.146Z[ host-image] Jul 08 00:03:28.144 INFO O| Jul 08 00:03:28.144 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95522026-07-08T00:03:29.149Z[ host-image] Jul 08 00:03:28.149 INFO O| Jul 08 00:03:28.149 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens"
95532026-07-08T00:03:29.149Z[ host-image] Jul 08 00:03:28.149 INFO O| Jul 08 00:03:28.149 INFO STEP 29 (remove_files) COMPLETE
95542026-07-08T00:03:29.149Z[ host-image] Jul 08 00:03:28.149 INFO O| Jul 08 00:03:28.149 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95552026-07-08T00:03:29.153Z[ host-image] Jul 08 00:03:28.154 INFO O| Jul 08 00:03:28.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci"
95562026-07-08T00:03:29.153Z[ host-image] Jul 08 00:03:28.154 INFO O| Jul 08 00:03:28.154 INFO STEP 30 (remove_files) COMPLETE
95572026-07-08T00:03:29.153Z[ host-image] Jul 08 00:03:28.154 INFO O| Jul 08 00:03:28.154 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95582026-07-08T00:03:29.158Z[ host-image] Jul 08 00:03:28.159 INFO O| Jul 08 00:03:28.159 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots"
95592026-07-08T00:03:29.158Z[ host-image] Jul 08 00:03:28.159 INFO O| Jul 08 00:03:28.159 INFO STEP 31 (remove_files) COMPLETE
95602026-07-08T00:03:29.161Z[ host-image] Jul 08 00:03:28.159 INFO O| Jul 08 00:03:28.159 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95612026-07-08T00:03:29.164Z[ host-image] Jul 08 00:03:28.164 INFO O| Jul 08 00:03:28.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci"
95622026-07-08T00:03:29.164Z[ host-image] Jul 08 00:03:28.164 INFO O| Jul 08 00:03:28.164 INFO STEP 32 (remove_files) COMPLETE
95632026-07-08T00:03:29.164Z[ host-image] Jul 08 00:03:28.164 INFO O| Jul 08 00:03:28.164 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95642026-07-08T00:03:29.168Z[ host-image] Jul 08 00:03:28.169 INFO O| Jul 08 00:03:28.169 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid"
95652026-07-08T00:03:29.171Z[ host-image] Jul 08 00:03:28.169 INFO O| Jul 08 00:03:28.169 INFO STEP 33 (remove_files) COMPLETE
95662026-07-08T00:03:29.171Z[ host-image] Jul 08 00:03:28.169 INFO O| Jul 08 00:03:28.169 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95672026-07-08T00:03:29.174Z[ host-image] Jul 08 00:03:28.174 INFO O| Jul 08 00:03:28.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd"
95682026-07-08T00:03:29.174Z[ host-image] Jul 08 00:03:28.174 INFO O| Jul 08 00:03:28.174 INFO STEP 34 (remove_files) COMPLETE
95692026-07-08T00:03:29.174Z[ host-image] Jul 08 00:03:28.174 INFO O| Jul 08 00:03:28.174 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95702026-07-08T00:03:29.178Z[ host-image] Jul 08 00:03:28.179 INFO O| Jul 08 00:03:28.179 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci"
95712026-07-08T00:03:29.178Z[ host-image] Jul 08 00:03:28.179 INFO O| Jul 08 00:03:28.179 INFO STEP 35 (remove_files) COMPLETE
95722026-07-08T00:03:29.178Z[ host-image] Jul 08 00:03:28.179 INFO O| Jul 08 00:03:28.179 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95732026-07-08T00:03:29.184Z[ host-image] Jul 08 00:03:28.185 INFO O| Jul 08 00:03:28.185 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb"
95742026-07-08T00:03:29.184Z[ host-image] Jul 08 00:03:28.185 INFO O| Jul 08 00:03:28.185 INFO STEP 36 (remove_files) COMPLETE
95752026-07-08T00:03:29.184Z[ host-image] Jul 08 00:03:28.185 INFO O| Jul 08 00:03:28.185 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95762026-07-08T00:03:29.191Z[ host-image] Jul 08 00:03:28.192 INFO O| Jul 08 00:03:28.192 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci"
95772026-07-08T00:03:29.191Z[ host-image] Jul 08 00:03:28.192 INFO O| Jul 08 00:03:28.192 INFO STEP 37 (remove_files) COMPLETE
95782026-07-08T00:03:29.191Z[ host-image] Jul 08 00:03:28.192 INFO O| Jul 08 00:03:28.192 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95792026-07-08T00:03:29.197Z[ host-image] Jul 08 00:03:28.198 INFO O| Jul 08 00:03:28.198 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac"
95802026-07-08T00:03:29.198Z[ host-image] Jul 08 00:03:28.198 INFO O| Jul 08 00:03:28.198 INFO STEP 38 (remove_files) COMPLETE
95812026-07-08T00:03:29.200Z[ host-image] Jul 08 00:03:28.198 INFO O| Jul 08 00:03:28.198 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95822026-07-08T00:03:29.203Z[ host-image] Jul 08 00:03:28.204 INFO O| Jul 08 00:03:28.204 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as"
95832026-07-08T00:03:29.203Z[ host-image] Jul 08 00:03:28.204 INFO O| Jul 08 00:03:28.204 INFO STEP 39 (remove_files) COMPLETE
95842026-07-08T00:03:29.206Z[ host-image] Jul 08 00:03:28.204 INFO O| Jul 08 00:03:28.204 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95852026-07-08T00:03:29.210Z[ host-image] Jul 08 00:03:28.211 INFO O| Jul 08 00:03:28.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia"
95862026-07-08T00:03:29.210Z[ host-image] Jul 08 00:03:28.211 INFO O| Jul 08 00:03:28.211 INFO STEP 40 (remove_files) COMPLETE
95872026-07-08T00:03:29.213Z[ host-image] Jul 08 00:03:28.211 INFO O| Jul 08 00:03:28.211 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95882026-07-08T00:03:29.216Z[ host-image] Jul 08 00:03:28.217 INFO O| Jul 08 00:03:28.217 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid"
95892026-07-08T00:03:29.216Z[ host-image] Jul 08 00:03:28.217 INFO O| Jul 08 00:03:28.217 INFO STEP 41 (remove_files) COMPLETE
95902026-07-08T00:03:29.217Z[ host-image] Jul 08 00:03:28.217 INFO O| Jul 08 00:03:28.217 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95912026-07-08T00:03:29.222Z[ host-image] Jul 08 00:03:28.223 INFO O| Jul 08 00:03:28.223 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn"
95922026-07-08T00:03:29.225Z[ host-image] Jul 08 00:03:28.223 INFO O| Jul 08 00:03:28.223 INFO STEP 42 (remove_files) COMPLETE
95932026-07-08T00:03:29.225Z[ host-image] Jul 08 00:03:28.223 INFO O| Jul 08 00:03:28.223 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95942026-07-08T00:03:29.228Z[ host-image] Jul 08 00:03:28.229 INFO O| Jul 08 00:03:28.229 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci"
95952026-07-08T00:03:29.232Z[ host-image] Jul 08 00:03:28.229 INFO O| Jul 08 00:03:28.229 INFO STEP 43 (remove_files) COMPLETE
95962026-07-08T00:03:29.232Z[ host-image] Jul 08 00:03:28.229 INFO O| Jul 08 00:03:28.229 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
95972026-07-08T00:03:29.234Z[ host-image] Jul 08 00:03:28.234 INFO O| Jul 08 00:03:28.234 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm"
95982026-07-08T00:03:29.234Z[ host-image] Jul 08 00:03:28.234 INFO O| Jul 08 00:03:28.234 INFO STEP 44 (remove_files) COMPLETE
95992026-07-08T00:03:29.234Z[ host-image] Jul 08 00:03:28.234 INFO O| Jul 08 00:03:28.234 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96002026-07-08T00:03:29.239Z[ host-image] Jul 08 00:03:28.239 INFO O| Jul 08 00:03:28.239 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000"
96012026-07-08T00:03:29.239Z[ host-image] Jul 08 00:03:28.239 INFO O| Jul 08 00:03:28.239 INFO STEP 45 (remove_files) COMPLETE
96022026-07-08T00:03:29.239Z[ host-image] Jul 08 00:03:28.239 INFO O| Jul 08 00:03:28.239 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96032026-07-08T00:03:29.244Z[ host-image] Jul 08 00:03:28.244 INFO O| Jul 08 00:03:28.244 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd"
96042026-07-08T00:03:29.248Z[ host-image] Jul 08 00:03:28.244 INFO O| Jul 08 00:03:28.244 INFO STEP 46 (remove_files) COMPLETE
96052026-07-08T00:03:29.248Z[ host-image] Jul 08 00:03:28.244 INFO O| Jul 08 00:03:28.244 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96062026-07-08T00:03:29.251Z[ host-image] Jul 08 00:03:28.249 INFO O| Jul 08 00:03:28.249 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba"
96072026-07-08T00:03:29.251Z[ host-image] Jul 08 00:03:28.249 INFO O| Jul 08 00:03:28.249 INFO STEP 47 (remove_files) COMPLETE
96082026-07-08T00:03:29.251Z[ host-image] Jul 08 00:03:28.249 INFO O| Jul 08 00:03:28.249 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96092026-07-08T00:03:29.254Z[ host-image] Jul 08 00:03:28.254 INFO O| Jul 08 00:03:28.254 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex"
96102026-07-08T00:03:29.254Z[ host-image] Jul 08 00:03:28.254 INFO O| Jul 08 00:03:28.254 INFO STEP 48 (remove_files) COMPLETE
96112026-07-08T00:03:29.254Z[ host-image] Jul 08 00:03:28.254 INFO O| Jul 08 00:03:28.254 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96122026-07-08T00:03:29.259Z[ host-image] Jul 08 00:03:28.259 INFO O| Jul 08 00:03:28.259 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf"
96132026-07-08T00:03:29.259Z[ host-image] Jul 08 00:03:28.259 INFO O| Jul 08 00:03:28.259 INFO STEP 49 (remove_files) COMPLETE
96142026-07-08T00:03:29.259Z[ host-image] Jul 08 00:03:28.259 INFO O| Jul 08 00:03:28.259 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96152026-07-08T00:03:29.264Z[ host-image] Jul 08 00:03:28.264 INFO O| Jul 08 00:03:28.264 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt"
96162026-07-08T00:03:29.264Z[ host-image] Jul 08 00:03:28.264 INFO O| Jul 08 00:03:28.264 INFO STEP 50 (remove_files) COMPLETE
96172026-07-08T00:03:29.267Z[ host-image] Jul 08 00:03:28.264 INFO O| Jul 08 00:03:28.264 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96182026-07-08T00:03:29.269Z[ host-image] Jul 08 00:03:28.269 INFO O| Jul 08 00:03:28.269 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf"
96192026-07-08T00:03:29.270Z[ host-image] Jul 08 00:03:28.269 INFO O| Jul 08 00:03:28.269 INFO STEP 51 (remove_files) COMPLETE
96202026-07-08T00:03:29.270Z[ host-image] Jul 08 00:03:28.269 INFO O| Jul 08 00:03:28.269 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96212026-07-08T00:03:29.274Z[ host-image] Jul 08 00:03:28.274 INFO O| Jul 08 00:03:28.274 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
96222026-07-08T00:03:29.274Z[ host-image] Jul 08 00:03:28.275 INFO O| Jul 08 00:03:28.275 INFO STEP 52 (remove_files) COMPLETE
96232026-07-08T00:03:29.274Z[ host-image] Jul 08 00:03:28.275 INFO O| Jul 08 00:03:28.275 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96242026-07-08T00:03:29.279Z[ host-image] Jul 08 00:03:28.280 INFO O| Jul 08 00:03:28.280 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
96252026-07-08T00:03:29.279Z[ host-image] Jul 08 00:03:28.280 INFO O| Jul 08 00:03:28.280 INFO STEP 53 (remove_files) COMPLETE
96262026-07-08T00:03:29.282Z[ host-image] Jul 08 00:03:28.280 INFO O| Jul 08 00:03:28.280 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96272026-07-08T00:03:29.285Z[ host-image] Jul 08 00:03:28.285 INFO O| Jul 08 00:03:28.285 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm"
96282026-07-08T00:03:29.285Z[ host-image] Jul 08 00:03:28.285 INFO O| Jul 08 00:03:28.285 INFO STEP 54 (remove_files) COMPLETE
96292026-07-08T00:03:29.285Z[ host-image] Jul 08 00:03:28.285 INFO O| Jul 08 00:03:28.285 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96302026-07-08T00:03:29.289Z[ host-image] Jul 08 00:03:28.290 INFO O| Jul 08 00:03:28.290 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm"
96312026-07-08T00:03:29.290Z[ host-image] Jul 08 00:03:28.290 INFO O| Jul 08 00:03:28.290 INFO STEP 55 (remove_files) COMPLETE
96322026-07-08T00:03:29.292Z[ host-image] Jul 08 00:03:28.290 INFO O| Jul 08 00:03:28.290 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96332026-07-08T00:03:29.296Z[ host-image] Jul 08 00:03:28.295 INFO O| Jul 08 00:03:28.295 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm"
96342026-07-08T00:03:29.296Z[ host-image] Jul 08 00:03:28.295 INFO O| Jul 08 00:03:28.295 INFO STEP 56 (remove_files) COMPLETE
96352026-07-08T00:03:29.296Z[ host-image] Jul 08 00:03:28.295 INFO O| Jul 08 00:03:28.295 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96362026-07-08T00:03:29.299Z[ host-image] Jul 08 00:03:28.300 INFO O| Jul 08 00:03:28.300 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm"
96372026-07-08T00:03:29.300Z[ host-image] Jul 08 00:03:28.300 INFO O| Jul 08 00:03:28.300 INFO STEP 57 (remove_files) COMPLETE
96382026-07-08T00:03:29.302Z[ host-image] Jul 08 00:03:28.300 INFO O| Jul 08 00:03:28.300 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96392026-07-08T00:03:29.305Z[ host-image] Jul 08 00:03:28.305 INFO O| Jul 08 00:03:28.305 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar"
96402026-07-08T00:03:29.305Z[ host-image] Jul 08 00:03:28.305 INFO O| Jul 08 00:03:28.305 INFO STEP 58 (remove_files) COMPLETE
96412026-07-08T00:03:29.305Z[ host-image] Jul 08 00:03:28.305 INFO O| Jul 08 00:03:28.305 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96422026-07-08T00:03:29.309Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
96432026-07-08T00:03:29.309Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ...
96442026-07-08T00:03:29.312Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96452026-07-08T00:03:29.313Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96462026-07-08T00:03:29.313Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96472026-07-08T00:03:29.313Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap
96482026-07-08T00:03:29.313Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO ok!
96492026-07-08T00:03:29.313Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO STEP 59 (ensure_file) COMPLETE
96502026-07-08T00:03:29.313Z[ host-image] Jul 08 00:03:28.310 INFO O| Jul 08 00:03:28.310 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96512026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.315 INFO O| Jul 08 00:03:28.315 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
96522026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.315 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ...
96532026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.316 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96542026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.316 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96552026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96562026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.316 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk
96572026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.316 INFO ok!
96582026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.316 INFO STEP 60 (ensure_file) COMPLETE
96592026-07-08T00:03:29.316Z[ host-image] Jul 08 00:03:28.316 INFO O| Jul 08 00:03:28.316 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96602026-07-08T00:03:29.320Z[ host-image] Jul 08 00:03:28.321 INFO O| Jul 08 00:03:28.321 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist
96612026-07-08T00:03:29.320Z[ host-image] Jul 08 00:03:28.321 INFO O| Jul 08 00:03:28.321 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ...
96622026-07-08T00:03:29.321Z[ host-image] Jul 08 00:03:28.321 INFO O| Jul 08 00:03:28.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile
96632026-07-08T00:03:29.321Z[ host-image] Jul 08 00:03:28.321 INFO O| Jul 08 00:03:28.321 INFO ok!
96642026-07-08T00:03:29.323Z[ host-image] Jul 08 00:03:28.321 INFO O| Jul 08 00:03:28.321 INFO STEP 61 (ensure_file) COMPLETE
96652026-07-08T00:03:29.324Z[ host-image] Jul 08 00:03:28.321 INFO O| Jul 08 00:03:28.321 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96662026-07-08T00:03:29.328Z[ host-image] Jul 08 00:03:28.329 INFO O| Jul 08 00:03:28.329 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking
96672026-07-08T00:03:29.331Z[ host-image] Jul 08 00:03:28.329 INFO O| Jul 08 00:03:28.329 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ...
96682026-07-08T00:03:29.331Z[ host-image] Jul 08 00:03:28.329 INFO O| Jul 08 00:03:28.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc
96692026-07-08T00:03:29.331Z[ host-image] Jul 08 00:03:28.329 INFO O| Jul 08 00:03:28.329 INFO ok!
96702026-07-08T00:03:29.331Z[ host-image] Jul 08 00:03:28.329 INFO O| Jul 08 00:03:28.329 INFO STEP 62 (ensure_file) COMPLETE
96712026-07-08T00:03:29.331Z[ host-image] Jul 08 00:03:28.329 INFO O| Jul 08 00:03:28.329 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96722026-07-08T00:03:29.334Z[ host-image] Jul 08 00:03:28.335 INFO O| Jul 08 00:03:28.335 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking
96732026-07-08T00:03:29.334Z[ host-image] Jul 08 00:03:28.335 INFO O| Jul 08 00:03:28.335 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ...
96742026-07-08T00:03:29.337Z[ host-image] Jul 08 00:03:28.335 INFO O| Jul 08 00:03:28.335 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96752026-07-08T00:03:29.337Z[ host-image] Jul 08 00:03:28.335 INFO O| Jul 08 00:03:28.335 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd
96762026-07-08T00:03:29.337Z[ host-image] Jul 08 00:03:28.335 INFO O| Jul 08 00:03:28.335 INFO ok!
96772026-07-08T00:03:29.337Z[ host-image] Jul 08 00:03:28.335 INFO O| Jul 08 00:03:28.335 INFO STEP 63 (ensure_file) COMPLETE
96782026-07-08T00:03:29.337Z[ host-image] Jul 08 00:03:28.335 INFO O| Jul 08 00:03:28.335 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96792026-07-08T00:03:29.340Z[ host-image] Jul 08 00:03:28.341 INFO O| Jul 08 00:03:28.341 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist
96802026-07-08T00:03:29.340Z[ host-image] Jul 08 00:03:28.341 INFO O| Jul 08 00:03:28.341 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ...
96812026-07-08T00:03:29.343Z[ host-image] Jul 08 00:03:28.341 INFO O| Jul 08 00:03:28.341 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96822026-07-08T00:03:29.343Z[ host-image] Jul 08 00:03:28.341 INFO O| Jul 08 00:03:28.341 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf
96832026-07-08T00:03:29.343Z[ host-image] Jul 08 00:03:28.341 INFO O| Jul 08 00:03:28.341 INFO ok!
96842026-07-08T00:03:29.343Z[ host-image] Jul 08 00:03:28.341 INFO O| Jul 08 00:03:28.341 INFO STEP 64 (ensure_file) COMPLETE
96852026-07-08T00:03:29.343Z[ host-image] Jul 08 00:03:28.341 INFO O| Jul 08 00:03:28.341 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96862026-07-08T00:03:29.346Z[ host-image] Jul 08 00:03:28.347 INFO O| Jul 08 00:03:28.347 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist
96872026-07-08T00:03:29.346Z[ host-image] Jul 08 00:03:28.347 INFO O| Jul 08 00:03:28.347 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ...
96882026-07-08T00:03:29.349Z[ host-image] Jul 08 00:03:28.347 INFO O| Jul 08 00:03:28.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly
96892026-07-08T00:03:29.349Z[ host-image] Jul 08 00:03:28.347 INFO O| Jul 08 00:03:28.347 INFO ok!
96902026-07-08T00:03:29.349Z[ host-image] Jul 08 00:03:28.347 INFO O| Jul 08 00:03:28.347 INFO STEP 65 (assemble_files) COMPLETE
96912026-07-08T00:03:29.349Z[ host-image] Jul 08 00:03:28.347 INFO O| Jul 08 00:03:28.347 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96922026-07-08T00:03:29.352Z[ host-image] Jul 08 00:03:28.353 INFO O| Jul 08 00:03:28.353 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist
96932026-07-08T00:03:29.352Z[ host-image] Jul 08 00:03:28.353 INFO O| Jul 08 00:03:28.353 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ...
96942026-07-08T00:03:29.355Z[ host-image] Jul 08 00:03:28.353 INFO O| Jul 08 00:03:28.353 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96952026-07-08T00:03:29.355Z[ host-image] Jul 08 00:03:28.353 INFO O| Jul 08 00:03:28.353 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf
96962026-07-08T00:03:29.355Z[ host-image] Jul 08 00:03:28.353 INFO O| Jul 08 00:03:28.353 INFO ok!
96972026-07-08T00:03:29.355Z[ host-image] Jul 08 00:03:28.353 INFO O| Jul 08 00:03:28.353 INFO STEP 66 (ensure_file) COMPLETE
96982026-07-08T00:03:29.355Z[ host-image] Jul 08 00:03:28.353 INFO O| Jul 08 00:03:28.353 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
96992026-07-08T00:03:29.359Z[ host-image] Jul 08 00:03:28.359 INFO O| Jul 08 00:03:28.359 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97002026-07-08T00:03:29.359Z[ host-image] Jul 08 00:03:28.359 INFO O| Jul 08 00:03:28.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97012026-07-08T00:03:29.362Z[ host-image] Jul 08 00:03:28.359 INFO O| Jul 08 00:03:28.359 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline
97022026-07-08T00:03:29.362Z[ host-image] Jul 08 00:03:28.359 INFO O| Jul 08 00:03:28.359 INFO STEP 67 (ensure_dir) COMPLETE
97032026-07-08T00:03:29.362Z[ host-image] Jul 08 00:03:28.359 INFO O| Jul 08 00:03:28.359 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97042026-07-08T00:03:29.365Z[ host-image] Jul 08 00:03:28.365 INFO O| Jul 08 00:03:28.365 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
97052026-07-08T00:03:29.365Z[ host-image] Jul 08 00:03:28.365 INFO O| Jul 08 00:03:28.365 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 ...
97062026-07-08T00:03:29.370Z[ host-image] Jul 08 00:03:28.370 INFO O| Jul 08 00:03:28.370 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
97072026-07-08T00:03:29.370Z[ host-image] Jul 08 00:03:28.370 INFO O| Jul 08 00:03:28.370 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
97082026-07-08T00:03:29.370Z[ host-image] Jul 08 00:03:28.370 INFO O| Jul 08 00:03:28.370 INFO ok!
97092026-07-08T00:03:29.373Z[ host-image] Jul 08 00:03:28.370 INFO O| Jul 08 00:03:28.370 INFO STEP 68 (ensure_file) COMPLETE
97102026-07-08T00:03:29.373Z[ host-image] Jul 08 00:03:28.370 INFO O| Jul 08 00:03:28.370 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97112026-07-08T00:03:29.376Z[ host-image] Jul 08 00:03:28.376 INFO O| Jul 08 00:03:28.376 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
97122026-07-08T00:03:29.376Z[ host-image] Jul 08 00:03:28.376 INFO O| Jul 08 00:03:28.376 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 ...
97132026-07-08T00:03:29.378Z[ host-image] Jul 08 00:03:28.376 INFO O| Jul 08 00:03:28.376 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
97142026-07-08T00:03:29.379Z[ host-image] Jul 08 00:03:28.376 INFO O| Jul 08 00:03:28.376 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
97152026-07-08T00:03:29.379Z[ host-image] Jul 08 00:03:28.376 INFO O| Jul 08 00:03:28.376 INFO ok!
97162026-07-08T00:03:29.379Z[ host-image] Jul 08 00:03:28.376 INFO O| Jul 08 00:03:28.376 INFO STEP 69 (ensure_file) COMPLETE
97172026-07-08T00:03:29.379Z[ host-image] Jul 08 00:03:28.376 INFO O| Jul 08 00:03:28.376 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json
97182026-07-08T00:03:29.385Z[ host-image] Jul 08 00:03:28.385 INFO O| Jul 08 00:03:28.385 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal
97192026-07-08T00:03:29.385Z[ host-image] Jul 08 00:03:28.385 INFO O| Jul 08 00:03:28.385 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."]
97202026-07-08T00:03:30.783Z[ host-image] Jul 08 00:03:29.783 INFO O| Jul 08 00:03:29.783 INFO STEP 70 (pack_tar) COMPLETE
97212026-07-08T00:03:30.783Z[ host-image] Jul 08 00:03:29.783 INFO O| Jul 08 00:03:29.783 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim
97222026-07-08T00:03:30.783Z[ host-image] Jul 08 00:03:29.783 INFO O| Jul 08 00:03:29.783 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim
97232026-07-08T00:03:31.315Z[ host-image] Jul 08 00:03:30.315 INFO O| Jul 08 00:03:30.315 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim
97242026-07-08T00:03:31.369Z[ host-image] Jul 08 00:03:30.369 INFO O| Jul 08 00:03:30.369 INFO completed processing sled/ramdisk-02-trim
97252026-07-08T00:03:31.374Z[ host-image] Jul 08 00:03:30.371 INFO image builder template: zfs...
97262026-07-08T00:03:31.374Z[ host-image] Jul 08 00:03:30.371 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/.tmpEUv0W0/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
97272026-07-08T00:03:31.382Z[ host-image] Jul 08 00:03:30.382 INFO O| Jul 08 00:03:30.382 INFO skip include "stress" because feature "stress" is not enabled
97282026-07-08T00:03:31.384Z[ host-image] Jul 08 00:03:30.382 INFO O| Jul 08 00:03:30.382 INFO skip include "stress" because feature "compliance" is not enabled
97292026-07-08T00:03:31.407Z[ host-image] Jul 08 00:03:30.408 INFO O| Jul 08 00:03:30.408 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs
97302026-07-08T00:03:31.410Z[ host-image] Jul 08 00:03:30.411 INFO O| Jul 08 00:03:30.411 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs
97312026-07-08T00:03:31.496Z[ host-image] Jul 08 00:03:30.497 INFO O| Jul 08 00:03:30.496 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled
97322026-07-08T00:03:31.554Z[ host-image] Jul 08 00:03:30.554 INFO O| Jul 08 00:03:30.554 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs
97332026-07-08T00:03:31.554Z[ host-image] Jul 08 00:03:30.554 INFO O| Jul 08 00:03:30.554 INFO work dataset: rpool/images/build/host/work/sled/zfs
97342026-07-08T00:03:31.557Z[ host-image] Jul 08 00:03:30.558 INFO O| Jul 08 00:03:30.558 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs
97352026-07-08T00:03:31.616Z[ host-image] Jul 08 00:03:30.616 INFO O| Jul 08 00:03:30.616 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled
97362026-07-08T00:03:31.677Z[ host-image] Jul 08 00:03:30.677 INFO O| Jul 08 00:03:30.677 INFO DESTROY POOL: TEMPORARY-sled-zfs
97372026-07-08T00:03:31.682Z[ host-image] Jul 08 00:03:30.683 INFO O| Jul 08 00:03:30.683 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw
97382026-07-08T00:03:31.686Z[ host-image] Jul 08 00:03:30.687 INFO O| Jul 08 00:03:30.687 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot
97392026-07-08T00:03:31.689Z[ host-image] Jul 08 00:03:30.687 INFO O| Jul 08 00:03:30.687 INFO no lofi found
97402026-07-08T00:03:31.689Z[ host-image] Jul 08 00:03:30.687 INFO O| Jul 08 00:03:30.687 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal
97412026-07-08T00:03:31.689Z[ host-image] Jul 08 00:03:30.687 INFO O| Jul 08 00:03:30.687 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw
97422026-07-08T00:03:33.006Z[ host-image] Jul 08 00:03:32.001 INFO O| Jul 08 00:03:32.001 INFO lofi device = /dev/dsk/c2t1d0p0
97432026-07-08T00:03:33.006Z[ host-image] Jul 08 00:03:32.001 INFO O| Jul 08 00:03:32.001 INFO pool device = /dev/dsk/c2t1d0p0
97442026-07-08T00:03:33.006Z[ host-image] Jul 08 00:03:32.001 INFO O| Jul 08 00:03:32.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/sled/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
97452026-07-08T00:03:33.052Z[ host-image] Jul 08 00:03:32.052 INFO O| Jul 08 00:03:32.052 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97462026-07-08T00:03:33.052Z[ host-image] Jul 08 00:03:32.052 INFO O| Jul 08 00:03:32.052 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT
97472026-07-08T00:03:33.065Z[ host-image] Jul 08 00:03:32.063 INFO O| Jul 08 00:03:32.063 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off
97482026-07-08T00:03:33.096Z[ host-image] Jul 08 00:03:32.096 INFO O| Jul 08 00:03:32.096 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy
97492026-07-08T00:03:33.117Z[ host-image] Jul 08 00:03:32.118 INFO O| Jul 08 00:03:32.118 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk
97502026-07-08T00:03:33.125Z[ host-image] Jul 08 00:03:32.125 INFO O| Jul 08 00:03:32.125 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto
97512026-07-08T00:03:33.130Z[ host-image] Jul 08 00:03:32.131 INFO O| Jul 08 00:03:32.131 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy
97522026-07-08T00:03:33.159Z[ host-image] Jul 08 00:03:32.160 INFO O| Jul 08 00:03:32.160 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a
97532026-07-08T00:03:33.159Z[ host-image] Jul 08 00:03:32.160 INFO O| Jul 08 00:03:32.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a
97542026-07-08T00:03:33.163Z[ host-image] Jul 08 00:03:32.160 INFO O| Jul 08 00:03:32.160 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"]
97552026-07-08T00:03:33.166Z[ host-image] Jul 08 00:03:32.165 INFO O| Jul 08 00:03:32.165 INFO boot environment UUID: 799a3f73-cc9c-4c4d-8a50-978e3e3b586a
97562026-07-08T00:03:33.167Z[ host-image] Jul 08 00:03:32.165 INFO O| Jul 08 00:03:32.165 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 799a3f73-cc9c-4c4d-8a50-978e3e3b586a
97572026-07-08T00:03:33.171Z[ host-image] Jul 08 00:03:32.172 INFO O| Jul 08 00:03:32.172 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
97582026-07-08T00:03:33.182Z[ host-image] Jul 08 00:03:32.178 INFO O| Jul 08 00:03:32.178 INFO STEP 0 (create_be) COMPLETE
97592026-07-08T00:03:33.182Z[ host-image] Jul 08 00:03:32.178 INFO O| Jul 08 00:03:32.178 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
97602026-07-08T00:03:33.187Z[ host-image] Jul 08 00:03:32.187 INFO O| Jul 08 00:03:32.187 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"]
97612026-07-08T00:03:40.809Z[ host-image] Jul 08 00:03:39.805 INFO O| Jul 08 00:03:39.805 INFO STEP 1 (unpack_tar) COMPLETE
97622026-07-08T00:03:40.809Z[ host-image] Jul 08 00:03:39.805 INFO O| Jul 08 00:03:39.805 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97632026-07-08T00:03:40.813Z[ host-image] Jul 08 00:03:39.813 INFO O| Jul 08 00:03:39.813 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"]
97642026-07-08T00:03:41.011Z[ host-image] Jul 08 00:03:40.011 INFO O| Jul 08 00:03:40.011 INFO STEP 2 (devfsadm) COMPLETE
97652026-07-08T00:03:41.011Z[ host-image] Jul 08 00:03:40.011 INFO O| Jul 08 00:03:40.011 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97662026-07-08T00:03:41.018Z[ host-image] Jul 08 00:03:40.018 INFO O| Jul 08 00:03:40.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97672026-07-08T00:03:41.018Z[ host-image] Jul 08 00:03:40.018 INFO O| Jul 08 00:03:40.018 INFO STEP 3 (ensure_dir) COMPLETE
97682026-07-08T00:03:41.021Z[ host-image] Jul 08 00:03:40.018 INFO O| Jul 08 00:03:40.018 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97692026-07-08T00:03:41.024Z[ host-image] Jul 08 00:03:40.024 INFO O| Jul 08 00:03:40.024 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
97702026-07-08T00:03:41.024Z[ host-image] Jul 08 00:03:40.024 INFO O| Jul 08 00:03:40.024 INFO STEP 4 (ensure_dir) COMPLETE
97712026-07-08T00:03:41.024Z[ host-image] Jul 08 00:03:40.024 INFO O| Jul 08 00:03:40.024 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97722026-07-08T00:03:41.029Z[ host-image] Jul 08 00:03:40.030 INFO O| Jul 08 00:03:40.030 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
97732026-07-08T00:03:41.030Z[ host-image] Jul 08 00:03:40.030 INFO O| Jul 08 00:03:40.030 INFO STEP 5 (ensure_dir) COMPLETE
97742026-07-08T00:03:41.032Z[ host-image] Jul 08 00:03:40.030 INFO O| Jul 08 00:03:40.030 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97752026-07-08T00:03:41.038Z[ host-image] Jul 08 00:03:40.038 INFO O| Jul 08 00:03:40.038 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97762026-07-08T00:03:41.038Z[ host-image] Jul 08 00:03:40.038 INFO O| Jul 08 00:03:40.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
97772026-07-08T00:03:41.041Z[ host-image] Jul 08 00:03:40.038 INFO O| Jul 08 00:03:40.038 INFO STEP 6 (ensure_dir) COMPLETE
97782026-07-08T00:03:41.041Z[ host-image] Jul 08 00:03:40.038 INFO O| Jul 08 00:03:40.038 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97792026-07-08T00:03:41.044Z[ host-image] Jul 08 00:03:40.044 INFO O| Jul 08 00:03:40.044 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97802026-07-08T00:03:41.044Z[ host-image] Jul 08 00:03:40.044 INFO O| Jul 08 00:03:40.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
97812026-07-08T00:03:41.044Z[ host-image] Jul 08 00:03:40.044 INFO O| Jul 08 00:03:40.044 INFO STEP 7 (ensure_dir) COMPLETE
97822026-07-08T00:03:41.044Z[ host-image] Jul 08 00:03:40.044 INFO O| Jul 08 00:03:40.044 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97832026-07-08T00:03:41.050Z[ host-image] Jul 08 00:03:40.050 INFO O| Jul 08 00:03:40.050 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg"
97842026-07-08T00:03:41.052Z[ host-image] Jul 08 00:03:40.051 INFO O| Jul 08 00:03:40.051 INFO STEP 8 (remove_files) COMPLETE
97852026-07-08T00:03:41.053Z[ host-image] Jul 08 00:03:40.051 INFO O| Jul 08 00:03:40.051 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97862026-07-08T00:03:41.056Z[ host-image] Jul 08 00:03:40.056 INFO O| Jul 08 00:03:40.056 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk"
97872026-07-08T00:03:41.059Z[ host-image] Jul 08 00:03:40.057 INFO O| Jul 08 00:03:40.057 INFO STEP 9 (remove_files) COMPLETE
97882026-07-08T00:03:41.059Z[ host-image] Jul 08 00:03:40.057 INFO O| Jul 08 00:03:40.057 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97892026-07-08T00:03:41.062Z[ host-image] Jul 08 00:03:40.063 INFO O| Jul 08 00:03:40.063 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk"
97902026-07-08T00:03:41.065Z[ host-image] Jul 08 00:03:40.063 INFO O| Jul 08 00:03:40.063 INFO STEP 10 (remove_files) COMPLETE
97912026-07-08T00:03:41.065Z[ host-image] Jul 08 00:03:40.063 INFO O| Jul 08 00:03:40.063 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97922026-07-08T00:03:41.070Z[ host-image] Jul 08 00:03:40.069 INFO O| Jul 08 00:03:40.069 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors"
97932026-07-08T00:03:41.070Z[ host-image] Jul 08 00:03:40.069 INFO O| Jul 08 00:03:40.069 INFO STEP 11 (remove_files) COMPLETE
97942026-07-08T00:03:41.073Z[ host-image] Jul 08 00:03:40.069 INFO O| Jul 08 00:03:40.069 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97952026-07-08T00:03:41.076Z[ host-image] Jul 08 00:03:40.075 INFO O| Jul 08 00:03:40.075 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb"
97962026-07-08T00:03:41.076Z[ host-image] Jul 08 00:03:40.075 INFO O| Jul 08 00:03:40.075 INFO STEP 12 (remove_files) COMPLETE
97972026-07-08T00:03:41.076Z[ host-image] Jul 08 00:03:40.075 INFO O| Jul 08 00:03:40.075 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
97982026-07-08T00:03:41.079Z[ host-image] Jul 08 00:03:40.080 INFO O| Jul 08 00:03:40.080 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
97992026-07-08T00:03:41.079Z[ host-image] Jul 08 00:03:40.080 INFO O| Jul 08 00:03:40.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg
98002026-07-08T00:03:41.082Z[ host-image] Jul 08 00:03:40.080 INFO O| Jul 08 00:03:40.080 INFO STEP 13 (ensure_dir) COMPLETE
98012026-07-08T00:03:41.082Z[ host-image] Jul 08 00:03:40.080 INFO O| Jul 08 00:03:40.080 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98022026-07-08T00:03:41.085Z[ host-image] Jul 08 00:03:40.085 INFO O| Jul 08 00:03:40.085 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98032026-07-08T00:03:41.085Z[ host-image] Jul 08 00:03:40.085 INFO O| Jul 08 00:03:40.085 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98042026-07-08T00:03:41.085Z[ host-image] Jul 08 00:03:40.085 INFO O| Jul 08 00:03:40.085 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk
98052026-07-08T00:03:41.086Z[ host-image] Jul 08 00:03:40.085 INFO O| Jul 08 00:03:40.085 INFO STEP 14 (ensure_dir) COMPLETE
98062026-07-08T00:03:41.086Z[ host-image] Jul 08 00:03:40.085 INFO O| Jul 08 00:03:40.085 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98072026-07-08T00:03:41.091Z[ host-image] Jul 08 00:03:40.091 INFO O| Jul 08 00:03:40.091 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98082026-07-08T00:03:41.091Z[ host-image] Jul 08 00:03:40.091 INFO O| Jul 08 00:03:40.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98092026-07-08T00:03:41.094Z[ host-image] Jul 08 00:03:40.091 INFO O| Jul 08 00:03:40.091 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk
98102026-07-08T00:03:41.094Z[ host-image] Jul 08 00:03:40.091 INFO O| Jul 08 00:03:40.091 INFO STEP 15 (ensure_dir) COMPLETE
98112026-07-08T00:03:41.094Z[ host-image] Jul 08 00:03:40.091 INFO O| Jul 08 00:03:40.091 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98122026-07-08T00:03:41.097Z[ host-image] Jul 08 00:03:40.097 INFO O| Jul 08 00:03:40.097 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98132026-07-08T00:03:41.097Z[ host-image] Jul 08 00:03:40.097 INFO O| Jul 08 00:03:40.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors
98142026-07-08T00:03:41.097Z[ host-image] Jul 08 00:03:40.097 INFO O| Jul 08 00:03:40.097 INFO STEP 16 (ensure_dir) COMPLETE
98152026-07-08T00:03:41.097Z[ host-image] Jul 08 00:03:40.097 INFO O| Jul 08 00:03:40.097 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98162026-07-08T00:03:41.102Z[ host-image] Jul 08 00:03:40.103 INFO O| Jul 08 00:03:40.103 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98172026-07-08T00:03:41.102Z[ host-image] Jul 08 00:03:40.103 INFO O| Jul 08 00:03:40.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb
98182026-07-08T00:03:41.105Z[ host-image] Jul 08 00:03:40.103 INFO O| Jul 08 00:03:40.103 INFO STEP 17 (ensure_dir) COMPLETE
98192026-07-08T00:03:41.105Z[ host-image] Jul 08 00:03:40.103 INFO O| Jul 08 00:03:40.103 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98202026-07-08T00:03:41.108Z[ host-image] Jul 08 00:03:40.108 INFO O| Jul 08 00:03:40.108 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
98212026-07-08T00:03:41.108Z[ host-image] Jul 08 00:03:40.108 INFO O| Jul 08 00:03:40.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog
98222026-07-08T00:03:41.108Z[ host-image] Jul 08 00:03:40.108 INFO O| Jul 08 00:03:40.108 INFO ok!
98232026-07-08T00:03:41.108Z[ host-image] Jul 08 00:03:40.108 INFO O| Jul 08 00:03:40.108 INFO STEP 18 (ensure_symlink) COMPLETE
98242026-07-08T00:03:41.109Z[ host-image] Jul 08 00:03:40.108 INFO O| Jul 08 00:03:40.108 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
98252026-07-08T00:03:41.113Z[ host-image] Jul 08 00:03:40.113 INFO O| Jul 08 00:03:40.113 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents
98262026-07-08T00:03:41.113Z[ host-image] Jul 08 00:03:40.113 INFO O| Jul 08 00:03:40.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure
98272026-07-08T00:03:41.117Z[ host-image] Jul 08 00:03:40.113 INFO O| Jul 08 00:03:40.113 INFO ok!
98282026-07-08T00:03:41.117Z[ host-image] Jul 08 00:03:40.113 INFO O| Jul 08 00:03:40.113 INFO STEP 19 (ensure_file) COMPLETE
98292026-07-08T00:03:41.117Z[ host-image] Jul 08 00:03:40.113 INFO O| Jul 08 00:03:40.113 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98302026-07-08T00:03:41.120Z[ host-image] Jul 08 00:03:40.118 INFO O| Jul 08 00:03:40.118 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist
98312026-07-08T00:03:41.120Z[ host-image] Jul 08 00:03:40.118 INFO O| Jul 08 00:03:40.118 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
98322026-07-08T00:03:41.120Z[ host-image] Jul 08 00:03:40.119 INFO O| Jul 08 00:03:40.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml
98332026-07-08T00:03:41.120Z[ host-image] Jul 08 00:03:40.119 INFO O| Jul 08 00:03:40.119 INFO ok!
98342026-07-08T00:03:41.120Z[ host-image] Jul 08 00:03:40.119 INFO O| Jul 08 00:03:40.119 INFO STEP 20 (ensure_symlink) COMPLETE
98352026-07-08T00:03:41.120Z[ host-image] Jul 08 00:03:40.119 INFO O| Jul 08 00:03:40.119 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98362026-07-08T00:03:41.123Z[ host-image] Jul 08 00:03:40.124 INFO O| Jul 08 00:03:40.124 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist
98372026-07-08T00:03:41.124Z[ host-image] Jul 08 00:03:40.124 INFO O| Jul 08 00:03:40.124 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
98382026-07-08T00:03:41.127Z[ host-image] Jul 08 00:03:40.124 INFO O| Jul 08 00:03:40.124 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml
98392026-07-08T00:03:41.127Z[ host-image] Jul 08 00:03:40.124 INFO O| Jul 08 00:03:40.124 INFO ok!
98402026-07-08T00:03:41.127Z[ host-image] Jul 08 00:03:40.124 INFO O| Jul 08 00:03:40.124 INFO STEP 21 (ensure_symlink) COMPLETE
98412026-07-08T00:03:41.127Z[ host-image] Jul 08 00:03:40.124 INFO O| Jul 08 00:03:40.124 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98422026-07-08T00:03:41.130Z[ host-image] Jul 08 00:03:40.129 INFO O| Jul 08 00:03:40.129 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist
98432026-07-08T00:03:41.130Z[ host-image] Jul 08 00:03:40.129 INFO O| Jul 08 00:03:40.129 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
98442026-07-08T00:03:41.130Z[ host-image] Jul 08 00:03:40.129 INFO O| Jul 08 00:03:40.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml
98452026-07-08T00:03:41.130Z[ host-image] Jul 08 00:03:40.129 INFO O| Jul 08 00:03:40.129 INFO ok!
98462026-07-08T00:03:41.130Z[ host-image] Jul 08 00:03:40.129 INFO O| Jul 08 00:03:40.129 INFO STEP 22 (ensure_symlink) COMPLETE
98472026-07-08T00:03:41.130Z[ host-image] Jul 08 00:03:40.129 INFO O| Jul 08 00:03:40.129 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
98482026-07-08T00:03:41.134Z[ host-image] Jul 08 00:03:40.134 INFO O| Jul 08 00:03:40.134 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist
98492026-07-08T00:03:41.134Z[ host-image] Jul 08 00:03:40.134 INFO O| Jul 08 00:03:40.134 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
98502026-07-08T00:03:41.139Z[ host-image] Jul 08 00:03:40.134 INFO O| Jul 08 00:03:40.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml
98512026-07-08T00:03:41.139Z[ host-image] Jul 08 00:03:40.134 INFO O| Jul 08 00:03:40.134 INFO ok!
98522026-07-08T00:03:41.139Z[ host-image] Jul 08 00:03:40.134 INFO O| Jul 08 00:03:40.134 INFO STEP 23 (ensure_symlink) COMPLETE
98532026-07-08T00:03:41.139Z[ host-image] Jul 08 00:03:40.134 INFO O| Jul 08 00:03:40.134 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98542026-07-08T00:03:41.142Z[ host-image] Jul 08 00:03:40.140 INFO O| Jul 08 00:03:40.140 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
98552026-07-08T00:03:41.142Z[ host-image] Jul 08 00:03:40.140 INFO O| Jul 08 00:03:40.140 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ...
98562026-07-08T00:03:41.142Z[ host-image] Jul 08 00:03:40.140 INFO O| Jul 08 00:03:40.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf
98572026-07-08T00:03:41.142Z[ host-image] Jul 08 00:03:40.140 INFO O| Jul 08 00:03:40.140 INFO ok!
98582026-07-08T00:03:41.142Z[ host-image] Jul 08 00:03:40.140 INFO O| Jul 08 00:03:40.140 INFO STEP 24 (ensure_file) COMPLETE
98592026-07-08T00:03:41.142Z[ host-image] Jul 08 00:03:40.140 INFO O| Jul 08 00:03:40.140 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
98602026-07-08T00:03:41.145Z[ host-image] Jul 08 00:03:40.146 INFO O| Jul 08 00:03:40.146 INFO updating shadow file
98612026-07-08T00:03:41.148Z[ host-image] Jul 08 00:03:40.146 INFO O| Jul 08 00:03:40.146 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98622026-07-08T00:03:41.148Z[ host-image] Jul 08 00:03:40.146 INFO O| Jul 08 00:03:40.146 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
98632026-07-08T00:03:41.148Z[ host-image] Jul 08 00:03:40.146 INFO O| Jul 08 00:03:40.146 INFO STEP 25 (shadow) COMPLETE
98642026-07-08T00:03:41.148Z[ host-image] Jul 08 00:03:40.146 INFO O| Jul 08 00:03:40.146 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98652026-07-08T00:03:41.151Z[ host-image] Jul 08 00:03:40.152 INFO O| Jul 08 00:03:40.152 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
98662026-07-08T00:03:41.151Z[ host-image] Jul 08 00:03:40.152 INFO O| Jul 08 00:03:40.152 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ...
98672026-07-08T00:03:41.151Z[ host-image] Jul 08 00:03:40.152 INFO O| Jul 08 00:03:40.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts
98682026-07-08T00:03:41.151Z[ host-image] Jul 08 00:03:40.152 INFO O| Jul 08 00:03:40.152 INFO ok!
98692026-07-08T00:03:41.154Z[ host-image] Jul 08 00:03:40.152 INFO O| Jul 08 00:03:40.152 INFO STEP 26 (ensure_file) COMPLETE
98702026-07-08T00:03:41.154Z[ host-image] Jul 08 00:03:40.152 INFO O| Jul 08 00:03:40.152 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98712026-07-08T00:03:41.157Z[ host-image] Jul 08 00:03:40.158 INFO O| Jul 08 00:03:40.158 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist
98722026-07-08T00:03:41.157Z[ host-image] Jul 08 00:03:40.158 INFO O| Jul 08 00:03:40.158 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ...
98732026-07-08T00:03:41.161Z[ host-image] Jul 08 00:03:40.158 INFO O| Jul 08 00:03:40.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename
98742026-07-08T00:03:41.162Z[ host-image] Jul 08 00:03:40.158 INFO O| Jul 08 00:03:40.158 INFO ok!
98752026-07-08T00:03:41.162Z[ host-image] Jul 08 00:03:40.158 INFO O| Jul 08 00:03:40.158 INFO STEP 27 (ensure_file) COMPLETE
98762026-07-08T00:03:41.162Z[ host-image] Jul 08 00:03:40.158 INFO O| Jul 08 00:03:40.158 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98772026-07-08T00:03:41.165Z[ host-image] Jul 08 00:03:40.164 INFO O| Jul 08 00:03:40.163 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
98782026-07-08T00:03:41.165Z[ host-image] Jul 08 00:03:40.164 INFO O| Jul 08 00:03:40.164 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ...
98792026-07-08T00:03:41.165Z[ host-image] Jul 08 00:03:40.164 INFO O| Jul 08 00:03:40.164 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98802026-07-08T00:03:41.165Z[ host-image] Jul 08 00:03:40.164 INFO O| Jul 08 00:03:40.164 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent
98812026-07-08T00:03:41.165Z[ host-image] Jul 08 00:03:40.164 INFO O| Jul 08 00:03:40.164 INFO ok!
98822026-07-08T00:03:41.165Z[ host-image] Jul 08 00:03:40.164 INFO O| Jul 08 00:03:40.164 INFO STEP 28 (ensure_file) COMPLETE
98832026-07-08T00:03:41.165Z[ host-image] Jul 08 00:03:40.164 INFO O| Jul 08 00:03:40.164 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98842026-07-08T00:03:41.169Z[ host-image] Jul 08 00:03:40.169 INFO O| Jul 08 00:03:40.169 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist
98852026-07-08T00:03:41.172Z[ host-image] Jul 08 00:03:40.170 INFO O| Jul 08 00:03:40.169 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ...
98862026-07-08T00:03:41.172Z[ host-image] Jul 08 00:03:40.170 INFO O| Jul 08 00:03:40.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf
98872026-07-08T00:03:41.172Z[ host-image] Jul 08 00:03:40.170 INFO O| Jul 08 00:03:40.170 INFO ok!
98882026-07-08T00:03:41.172Z[ host-image] Jul 08 00:03:40.170 INFO O| Jul 08 00:03:40.170 INFO STEP 29 (ensure_file) COMPLETE
98892026-07-08T00:03:41.172Z[ host-image] Jul 08 00:03:40.170 INFO O| Jul 08 00:03:40.170 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
98902026-07-08T00:03:41.177Z[ host-image] Jul 08 00:03:40.175 INFO O| Jul 08 00:03:40.175 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98912026-07-08T00:03:41.177Z[ host-image] Jul 08 00:03:40.175 INFO O| Jul 08 00:03:40.175 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98922026-07-08T00:03:41.177Z[ host-image] Jul 08 00:03:40.175 INFO O| Jul 08 00:03:40.175 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide
98932026-07-08T00:03:41.177Z[ host-image] Jul 08 00:03:40.175 INFO O| Jul 08 00:03:40.175 INFO STEP 30 (ensure_dir) COMPLETE
98942026-07-08T00:03:41.177Z[ host-image] Jul 08 00:03:40.175 INFO O| Jul 08 00:03:40.175 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
98952026-07-08T00:03:41.180Z[ host-image] Jul 08 00:03:40.181 INFO O| Jul 08 00:03:40.181 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist
98962026-07-08T00:03:41.180Z[ host-image] Jul 08 00:03:40.181 INFO O| Jul 08 00:03:40.181 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ...
98972026-07-08T00:03:41.183Z[ host-image] Jul 08 00:03:40.181 INFO O| Jul 08 00:03:40.181 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98982026-07-08T00:03:41.183Z[ host-image] Jul 08 00:03:40.181 INFO O| Jul 08 00:03:40.181 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup
98992026-07-08T00:03:41.183Z[ host-image] Jul 08 00:03:40.181 INFO O| Jul 08 00:03:40.181 INFO ok!
99002026-07-08T00:03:41.183Z[ host-image] Jul 08 00:03:40.181 INFO O| Jul 08 00:03:40.181 INFO STEP 31 (ensure_file) COMPLETE
99012026-07-08T00:03:41.183Z[ host-image] Jul 08 00:03:40.181 INFO O| Jul 08 00:03:40.181 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json
99022026-07-08T00:03:41.186Z[ host-image] Jul 08 00:03:40.187 INFO O| Jul 08 00:03:40.187 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99032026-07-08T00:03:41.186Z[ host-image] Jul 08 00:03:40.187 INFO O| Jul 08 00:03:40.187 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99042026-07-08T00:03:41.189Z[ host-image] Jul 08 00:03:40.187 INFO O| Jul 08 00:03:40.187 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide
99052026-07-08T00:03:41.189Z[ host-image] Jul 08 00:03:40.187 INFO O| Jul 08 00:03:40.187 INFO STEP 32 (ensure_dir) COMPLETE
99062026-07-08T00:03:41.189Z[ host-image] Jul 08 00:03:40.187 INFO O| Jul 08 00:03:40.187 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
99072026-07-08T00:03:41.192Z[ host-image] Jul 08 00:03:40.192 INFO O| Jul 08 00:03:40.192 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist
99082026-07-08T00:03:41.192Z[ host-image] Jul 08 00:03:40.192 INFO O| Jul 08 00:03:40.192 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 ...
99092026-07-08T00:03:41.192Z[ host-image] Jul 08 00:03:40.192 INFO O| Jul 08 00:03:40.192 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
99102026-07-08T00:03:41.192Z[ host-image] Jul 08 00:03:40.192 INFO O| Jul 08 00:03:40.192 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml
99112026-07-08T00:03:41.192Z[ host-image] Jul 08 00:03:40.192 INFO O| Jul 08 00:03:40.192 INFO ok!
99122026-07-08T00:03:41.192Z[ host-image] Jul 08 00:03:40.192 INFO O| Jul 08 00:03:40.192 INFO STEP 33 (ensure_file) COMPLETE
99132026-07-08T00:03:41.192Z[ host-image] Jul 08 00:03:40.192 INFO O| Jul 08 00:03:40.192 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99142026-07-08T00:03:41.197Z[ host-image] Jul 08 00:03:40.198 INFO O| Jul 08 00:03:40.198 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist
99152026-07-08T00:03:41.200Z[ host-image] Jul 08 00:03:40.198 INFO O| Jul 08 00:03:40.198 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ...
99162026-07-08T00:03:41.200Z[ host-image] Jul 08 00:03:40.198 INFO O| Jul 08 00:03:40.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master
99172026-07-08T00:03:41.200Z[ host-image] Jul 08 00:03:40.198 INFO O| Jul 08 00:03:40.198 INFO ok!
99182026-07-08T00:03:41.200Z[ host-image] Jul 08 00:03:40.198 INFO O| Jul 08 00:03:40.198 INFO STEP 34 (ensure_file) COMPLETE
99192026-07-08T00:03:41.200Z[ host-image] Jul 08 00:03:40.198 INFO O| Jul 08 00:03:40.198 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99202026-07-08T00:03:41.203Z[ host-image] Jul 08 00:03:40.204 INFO O| Jul 08 00:03:40.204 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
99212026-07-08T00:03:41.203Z[ host-image] Jul 08 00:03:40.204 INFO O| Jul 08 00:03:40.204 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ...
99222026-07-08T00:03:41.206Z[ host-image] Jul 08 00:03:40.204 INFO O| Jul 08 00:03:40.204 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99232026-07-08T00:03:41.206Z[ host-image] Jul 08 00:03:40.204 INFO O| Jul 08 00:03:40.204 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs
99242026-07-08T00:03:41.206Z[ host-image] Jul 08 00:03:40.204 INFO O| Jul 08 00:03:40.204 INFO ok!
99252026-07-08T00:03:41.206Z[ host-image] Jul 08 00:03:40.204 INFO O| Jul 08 00:03:40.204 INFO STEP 35 (ensure_file) COMPLETE
99262026-07-08T00:03:41.206Z[ host-image] Jul 08 00:03:40.204 INFO O| Jul 08 00:03:40.204 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99272026-07-08T00:03:41.209Z[ host-image] Jul 08 00:03:40.210 INFO O| Jul 08 00:03:40.210 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking
99282026-07-08T00:03:41.209Z[ host-image] Jul 08 00:03:40.210 INFO O| Jul 08 00:03:40.210 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ...
99292026-07-08T00:03:41.212Z[ host-image] Jul 08 00:03:40.210 INFO O| Jul 08 00:03:40.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init
99302026-07-08T00:03:41.212Z[ host-image] Jul 08 00:03:40.210 INFO O| Jul 08 00:03:40.210 INFO ok!
99312026-07-08T00:03:41.212Z[ host-image] Jul 08 00:03:40.210 INFO O| Jul 08 00:03:40.210 INFO STEP 36 (ensure_file) COMPLETE
99322026-07-08T00:03:41.212Z[ host-image] Jul 08 00:03:40.210 INFO O| Jul 08 00:03:40.210 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99332026-07-08T00:03:41.215Z[ host-image] Jul 08 00:03:40.216 INFO O| Jul 08 00:03:40.216 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
99342026-07-08T00:03:41.215Z[ host-image] Jul 08 00:03:40.216 INFO O| Jul 08 00:03:40.216 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ...
99352026-07-08T00:03:41.215Z[ host-image] Jul 08 00:03:40.216 INFO O| Jul 08 00:03:40.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config
99362026-07-08T00:03:41.218Z[ host-image] Jul 08 00:03:40.216 INFO O| Jul 08 00:03:40.216 INFO ok!
99372026-07-08T00:03:41.218Z[ host-image] Jul 08 00:03:40.216 INFO O| Jul 08 00:03:40.216 INFO STEP 37 (ensure_file) COMPLETE
99382026-07-08T00:03:41.218Z[ host-image] Jul 08 00:03:40.216 INFO O| Jul 08 00:03:40.216 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99392026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.221 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist
99402026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ...
99412026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99422026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99432026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99442026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams
99452026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO ok!
99462026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO STEP 38 (ensure_file) COMPLETE
99472026-07-08T00:03:41.222Z[ host-image] Jul 08 00:03:40.222 INFO O| Jul 08 00:03:40.222 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99482026-07-08T00:03:41.227Z[ host-image] Jul 08 00:03:40.227 INFO O| Jul 08 00:03:40.227 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99492026-07-08T00:03:41.227Z[ host-image] Jul 08 00:03:40.227 INFO O| Jul 08 00:03:40.227 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99502026-07-08T00:03:41.229Z[ host-image] Jul 08 00:03:40.227 INFO O| Jul 08 00:03:40.227 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware
99512026-07-08T00:03:41.229Z[ host-image] Jul 08 00:03:40.227 INFO O| Jul 08 00:03:40.227 INFO STEP 39 (ensure_dir) COMPLETE
99522026-07-08T00:03:41.229Z[ host-image] Jul 08 00:03:40.227 INFO O| Jul 08 00:03:40.227 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99532026-07-08T00:03:41.233Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 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
99542026-07-08T00:03:41.233Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 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 ...
99552026-07-08T00:03:41.233Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 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
99562026-07-08T00:03:41.236Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 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
99572026-07-08T00:03:41.236Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 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
99582026-07-08T00:03:41.236Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 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
99592026-07-08T00:03:41.236Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 INFO ok!
99602026-07-08T00:03:41.236Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 INFO STEP 40 (ensure_file) COMPLETE
99612026-07-08T00:03:41.236Z[ host-image] Jul 08 00:03:40.233 INFO O| Jul 08 00:03:40.233 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99622026-07-08T00:03:41.239Z[ host-image] Jul 08 00:03:40.239 INFO O| Jul 08 00:03:40.239 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
99632026-07-08T00:03:41.239Z[ host-image] Jul 08 00:03:40.239 INFO O| Jul 08 00:03:40.239 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 ...
99642026-07-08T00:03:41.239Z[ host-image] Jul 08 00:03:40.239 INFO O| Jul 08 00:03:40.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
99652026-07-08T00:03:41.239Z[ host-image] Jul 08 00:03:40.239 INFO O| Jul 08 00:03:40.239 INFO ok!
99662026-07-08T00:03:41.239Z[ host-image] Jul 08 00:03:40.239 INFO O| Jul 08 00:03:40.239 INFO STEP 41 (ensure_symlink) COMPLETE
99672026-07-08T00:03:41.239Z[ host-image] Jul 08 00:03:40.239 INFO O| Jul 08 00:03:40.239 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
99682026-07-08T00:03:41.243Z[ host-image] Jul 08 00:03:40.244 INFO O| Jul 08 00:03:40.244 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist
99692026-07-08T00:03:41.243Z[ host-image] Jul 08 00:03:40.244 INFO O| Jul 08 00:03:40.244 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ...
99702026-07-08T00:03:41.246Z[ host-image] Jul 08 00:03:40.244 INFO O| Jul 08 00:03:40.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo
99712026-07-08T00:03:41.247Z[ host-image] Jul 08 00:03:40.244 INFO O| Jul 08 00:03:40.244 INFO ok!
99722026-07-08T00:03:41.247Z[ host-image] Jul 08 00:03:40.244 INFO O| Jul 08 00:03:40.244 INFO STEP 42 (ensure_symlink) COMPLETE
99732026-07-08T00:03:41.247Z[ host-image] Jul 08 00:03:40.244 INFO O| Jul 08 00:03:40.244 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99742026-07-08T00:03:41.250Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist
99752026-07-08T00:03:41.250Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ...
99762026-07-08T00:03:41.250Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99772026-07-08T00:03:41.253Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99782026-07-08T00:03:41.253Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99792026-07-08T00:03:41.253Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot
99802026-07-08T00:03:41.253Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO ok!
99812026-07-08T00:03:41.253Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO STEP 43 (ensure_file) COMPLETE
99822026-07-08T00:03:41.253Z[ host-image] Jul 08 00:03:40.250 INFO O| Jul 08 00:03:40.250 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99832026-07-08T00:03:41.256Z[ host-image] Jul 08 00:03:40.257 INFO O| Jul 08 00:03:40.257 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
99842026-07-08T00:03:41.256Z[ host-image] Jul 08 00:03:40.257 INFO O| Jul 08 00:03:40.257 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 ...
99852026-07-08T00:03:41.256Z[ host-image] Jul 08 00:03:40.257 INFO O| Jul 08 00:03:40.257 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
99862026-07-08T00:03:41.256Z[ host-image] Jul 08 00:03:40.257 INFO O| Jul 08 00:03:40.257 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml
99872026-07-08T00:03:41.256Z[ host-image] Jul 08 00:03:40.257 INFO O| Jul 08 00:03:40.257 INFO ok!
99882026-07-08T00:03:41.256Z[ host-image] Jul 08 00:03:40.257 INFO O| Jul 08 00:03:40.257 INFO STEP 44 (ensure_file) COMPLETE
99892026-07-08T00:03:41.256Z[ host-image] Jul 08 00:03:40.257 INFO O| Jul 08 00:03:40.257 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
99902026-07-08T00:03:41.262Z[ host-image] Jul 08 00:03:40.262 INFO O| Jul 08 00:03:40.262 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist
99912026-07-08T00:03:41.262Z[ host-image] Jul 08 00:03:40.262 INFO O| Jul 08 00:03:40.262 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ...
99922026-07-08T00:03:41.262Z[ host-image] Jul 08 00:03:40.262 INFO O| Jul 08 00:03:40.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml
99932026-07-08T00:03:41.264Z[ host-image] Jul 08 00:03:40.262 INFO O| Jul 08 00:03:40.262 INFO ok!
99942026-07-08T00:03:41.264Z[ host-image] Jul 08 00:03:40.262 INFO O| Jul 08 00:03:40.262 INFO STEP 45 (ensure_file) COMPLETE
99952026-07-08T00:03:41.264Z[ host-image] Jul 08 00:03:40.262 INFO O| Jul 08 00:03:40.262 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
99962026-07-08T00:03:41.267Z[ host-image] Jul 08 00:03:40.268 INFO O| Jul 08 00:03:40.268 INFO updating shadow file
99972026-07-08T00:03:41.267Z[ host-image] Jul 08 00:03:40.268 INFO O| Jul 08 00:03:40.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow
99982026-07-08T00:03:41.267Z[ host-image] Jul 08 00:03:40.268 INFO O| Jul 08 00:03:40.268 INFO STEP 46 (shadow) COMPLETE
99992026-07-08T00:03:41.268Z[ host-image] Jul 08 00:03:40.268 INFO O| Jul 08 00:03:40.268 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
100002026-07-08T00:03:41.273Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking
100012026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ...
100022026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100032026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login
100042026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO ok!
100052026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO STEP 47 (ensure_file) COMPLETE
100062026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100072026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO skip step because feature "mfg" is not enabled
100082026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100092026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO skip step because feature "mfg" is not enabled
100102026-07-08T00:03:41.276Z[ host-image] Jul 08 00:03:40.273 INFO O| Jul 08 00:03:40.273 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
100112026-07-08T00:03:41.279Z[ host-image] Jul 08 00:03:40.279 INFO O| Jul 08 00:03:40.279 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist
100122026-07-08T00:03:41.279Z[ host-image] Jul 08 00:03:40.279 INFO O| Jul 08 00:03:40.279 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ...
100132026-07-08T00:03:41.299Z[ host-image] Jul 08 00:03:40.299 INFO O| Jul 08 00:03:40.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100142026-07-08T00:03:41.299Z[ host-image] Jul 08 00:03:40.299 INFO O| Jul 08 00:03:40.299 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot
100152026-07-08T00:03:41.302Z[ host-image] Jul 08 00:03:40.299 INFO O| Jul 08 00:03:40.299 INFO ok!
100162026-07-08T00:03:41.302Z[ host-image] Jul 08 00:03:40.299 INFO O| Jul 08 00:03:40.299 INFO STEP 50 (ensure_file) COMPLETE
100172026-07-08T00:03:41.302Z[ host-image] Jul 08 00:03:40.299 INFO O| Jul 08 00:03:40.299 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100182026-07-08T00:03:41.302Z[ host-image] Jul 08 00:03:40.299 INFO O| Jul 08 00:03:40.299 INFO skip step because feature "compliance" is not enabled
100192026-07-08T00:03:41.302Z[ host-image] Jul 08 00:03:40.299 INFO O| Jul 08 00:03:40.299 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100202026-07-08T00:03:41.306Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist
100212026-07-08T00:03:41.308Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ...
100222026-07-08T00:03:41.308Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100232026-07-08T00:03:41.309Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100242026-07-08T00:03:41.309Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100252026-07-08T00:03:41.309Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname
100262026-07-08T00:03:41.309Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO ok!
100272026-07-08T00:03:41.309Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO STEP 52 (ensure_file) COMPLETE
100282026-07-08T00:03:41.309Z[ host-image] Jul 08 00:03:40.306 INFO O| Jul 08 00:03:40.306 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100292026-07-08T00:03:41.312Z[ host-image] Jul 08 00:03:40.312 INFO O| Jul 08 00:03:40.312 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
100302026-07-08T00:03:41.312Z[ host-image] Jul 08 00:03:40.312 INFO O| Jul 08 00:03:40.312 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 ...
100312026-07-08T00:03:41.315Z[ host-image] Jul 08 00:03:40.312 INFO O| Jul 08 00:03:40.312 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
100322026-07-08T00:03:41.315Z[ host-image] Jul 08 00:03:40.312 INFO O| Jul 08 00:03:40.312 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
100332026-07-08T00:03:41.315Z[ host-image] Jul 08 00:03:40.312 INFO O| Jul 08 00:03:40.312 INFO ok!
100342026-07-08T00:03:41.315Z[ host-image] Jul 08 00:03:40.312 INFO O| Jul 08 00:03:40.312 INFO STEP 53 (ensure_file) COMPLETE
100352026-07-08T00:03:41.315Z[ host-image] Jul 08 00:03:40.312 INFO O| Jul 08 00:03:40.312 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100362026-07-08T00:03:41.318Z[ host-image] Jul 08 00:03:40.318 INFO O| Jul 08 00:03:40.318 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist
100372026-07-08T00:03:41.318Z[ host-image] Jul 08 00:03:40.318 INFO O| Jul 08 00:03:40.318 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 ...
100382026-07-08T00:03:41.318Z[ host-image] Jul 08 00:03:40.318 INFO O| Jul 08 00:03:40.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100392026-07-08T00:03:41.318Z[ host-image] Jul 08 00:03:40.318 INFO O| Jul 08 00:03:40.318 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen
100402026-07-08T00:03:41.318Z[ host-image] Jul 08 00:03:40.318 INFO O| Jul 08 00:03:40.318 INFO ok!
100412026-07-08T00:03:41.318Z[ host-image] Jul 08 00:03:40.318 INFO O| Jul 08 00:03:40.318 INFO STEP 54 (ensure_file) COMPLETE
100422026-07-08T00:03:41.318Z[ host-image] Jul 08 00:03:40.318 INFO O| Jul 08 00:03:40.318 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100432026-07-08T00:03:41.323Z[ host-image] Jul 08 00:03:40.324 INFO O| Jul 08 00:03:40.324 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist
100442026-07-08T00:03:41.323Z[ host-image] Jul 08 00:03:40.324 INFO O| Jul 08 00:03:40.324 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 ...
100452026-07-08T00:03:41.323Z[ host-image] Jul 08 00:03:40.324 INFO O| Jul 08 00:03:40.324 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
100462026-07-08T00:03:41.326Z[ host-image] Jul 08 00:03:40.324 INFO O| Jul 08 00:03:40.324 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml
100472026-07-08T00:03:41.326Z[ host-image] Jul 08 00:03:40.324 INFO O| Jul 08 00:03:40.324 INFO ok!
100482026-07-08T00:03:41.326Z[ host-image] Jul 08 00:03:40.324 INFO O| Jul 08 00:03:40.324 INFO STEP 55 (ensure_file) COMPLETE
100492026-07-08T00:03:41.326Z[ host-image] Jul 08 00:03:40.324 INFO O| Jul 08 00:03:40.324 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100502026-07-08T00:03:41.331Z[ host-image] Jul 08 00:03:40.332 INFO O| Jul 08 00:03:40.332 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist
100512026-07-08T00:03:41.331Z[ host-image] Jul 08 00:03:40.332 INFO O| Jul 08 00:03:40.332 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 ...
100522026-07-08T00:03:41.334Z[ host-image] Jul 08 00:03:40.332 INFO O| Jul 08 00:03:40.332 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100532026-07-08T00:03:41.334Z[ host-image] Jul 08 00:03:40.332 INFO O| Jul 08 00:03:40.332 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen
100542026-07-08T00:03:41.334Z[ host-image] Jul 08 00:03:40.332 INFO O| Jul 08 00:03:40.332 INFO ok!
100552026-07-08T00:03:41.334Z[ host-image] Jul 08 00:03:40.332 INFO O| Jul 08 00:03:40.332 INFO STEP 56 (ensure_file) COMPLETE
100562026-07-08T00:03:41.334Z[ host-image] Jul 08 00:03:40.332 INFO O| Jul 08 00:03:40.332 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100572026-07-08T00:03:41.337Z[ host-image] Jul 08 00:03:40.338 INFO O| Jul 08 00:03:40.338 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist
100582026-07-08T00:03:41.337Z[ host-image] Jul 08 00:03:40.338 INFO O| Jul 08 00:03:40.338 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 ...
100592026-07-08T00:03:41.337Z[ host-image] Jul 08 00:03:40.338 INFO O| Jul 08 00:03:40.338 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
100602026-07-08T00:03:41.340Z[ host-image] Jul 08 00:03:40.338 INFO O| Jul 08 00:03:40.338 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml
100612026-07-08T00:03:41.340Z[ host-image] Jul 08 00:03:40.338 INFO O| Jul 08 00:03:40.338 INFO ok!
100622026-07-08T00:03:41.340Z[ host-image] Jul 08 00:03:40.338 INFO O| Jul 08 00:03:40.338 INFO STEP 57 (ensure_file) COMPLETE
100632026-07-08T00:03:41.340Z[ host-image] Jul 08 00:03:40.338 INFO O| Jul 08 00:03:40.338 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100642026-07-08T00:03:41.343Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist
100652026-07-08T00:03:41.343Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 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 ...
100662026-07-08T00:03:41.346Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100672026-07-08T00:03:41.346Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100682026-07-08T00:03:41.346Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100692026-07-08T00:03:41.346Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen
100702026-07-08T00:03:41.346Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO ok!
100712026-07-08T00:03:41.346Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO STEP 58 (ensure_file) COMPLETE
100722026-07-08T00:03:41.346Z[ host-image] Jul 08 00:03:40.344 INFO O| Jul 08 00:03:40.344 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100732026-07-08T00:03:41.349Z[ host-image] Jul 08 00:03:40.350 INFO O| Jul 08 00:03:40.350 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist
100742026-07-08T00:03:41.349Z[ host-image] Jul 08 00:03:40.350 INFO O| Jul 08 00:03:40.350 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 ...
100752026-07-08T00:03:41.349Z[ host-image] Jul 08 00:03:40.350 INFO O| Jul 08 00:03:40.350 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
100762026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.350 INFO O| Jul 08 00:03:40.350 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml
100772026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.350 INFO O| Jul 08 00:03:40.350 INFO ok!
100782026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.350 INFO O| Jul 08 00:03:40.350 INFO STEP 59 (ensure_file) COMPLETE
100792026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.350 INFO O| Jul 08 00:03:40.350 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100802026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.357 INFO O| Jul 08 00:03:40.357 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist
100812026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.357 INFO O| Jul 08 00:03:40.357 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ...
100822026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.357 INFO O| Jul 08 00:03:40.357 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100832026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.357 INFO O| Jul 08 00:03:40.357 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger
100842026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.357 INFO O| Jul 08 00:03:40.357 INFO ok!
100852026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.357 INFO O| Jul 08 00:03:40.357 INFO STEP 60 (ensure_file) COMPLETE
100862026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.357 INFO O| Jul 08 00:03:40.357 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100872026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.363 INFO O| Jul 08 00:03:40.363 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist
100882026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.363 INFO O| Jul 08 00:03:40.363 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 ...
100892026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.363 INFO O| Jul 08 00:03:40.363 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
100902026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.363 INFO O| Jul 08 00:03:40.363 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml
100912026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.363 INFO O| Jul 08 00:03:40.363 INFO ok!
100922026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.363 INFO O| Jul 08 00:03:40.363 INFO STEP 61 (ensure_file) COMPLETE
100932026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.363 INFO O| Jul 08 00:03:40.363 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
100942026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist
100952026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ...
100962026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100972026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100982026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
100992026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon
101002026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO ok!
101012026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO STEP 62 (ensure_file) COMPLETE
101022026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.369 INFO O| Jul 08 00:03:40.369 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101032026-07-08T00:03:41.378Z[ host-image] Jul 08 00:03:40.375 INFO O| Jul 08 00:03:40.375 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
101042026-07-08T00:03:41.379Z[ host-image] Jul 08 00:03:40.375 INFO O| Jul 08 00:03:40.375 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 ...
101052026-07-08T00:03:41.379Z[ host-image] Jul 08 00:03:40.375 INFO O| Jul 08 00:03:40.375 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
101062026-07-08T00:03:41.379Z[ host-image] Jul 08 00:03:40.375 INFO O| Jul 08 00:03:40.375 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
101072026-07-08T00:03:41.379Z[ host-image] Jul 08 00:03:40.375 INFO O| Jul 08 00:03:40.375 INFO ok!
101082026-07-08T00:03:41.379Z[ host-image] Jul 08 00:03:40.375 INFO O| Jul 08 00:03:40.375 INFO STEP 63 (ensure_file) COMPLETE
101092026-07-08T00:03:41.379Z[ host-image] Jul 08 00:03:40.375 INFO O| Jul 08 00:03:40.375 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101102026-07-08T00:03:41.382Z[ host-image] Jul 08 00:03:40.381 INFO O| Jul 08 00:03:40.381 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
101112026-07-08T00:03:41.382Z[ host-image] Jul 08 00:03:40.381 INFO O| Jul 08 00:03:40.381 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 ...
101122026-07-08T00:03:41.382Z[ host-image] Jul 08 00:03:40.381 INFO O| Jul 08 00:03:40.381 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
101132026-07-08T00:03:41.382Z[ host-image] Jul 08 00:03:40.381 INFO O| Jul 08 00:03:40.381 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml
101142026-07-08T00:03:41.382Z[ host-image] Jul 08 00:03:40.381 INFO O| Jul 08 00:03:40.381 INFO ok!
101152026-07-08T00:03:41.382Z[ host-image] Jul 08 00:03:40.381 INFO O| Jul 08 00:03:40.381 INFO STEP 64 (ensure_file) COMPLETE
101162026-07-08T00:03:41.382Z[ host-image] Jul 08 00:03:40.381 INFO O| Jul 08 00:03:40.381 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
101172026-07-08T00:03:41.387Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.387 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
101182026-07-08T00:03:41.387Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.387 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 ...
101192026-07-08T00:03:41.390Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.388 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
101202026-07-08T00:03:41.390Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.388 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml
101212026-07-08T00:03:41.391Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.388 INFO ok!
101222026-07-08T00:03:41.391Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.388 INFO STEP 65 (ensure_file) COMPLETE
101232026-07-08T00:03:41.391Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.388 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
101242026-07-08T00:03:41.391Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.388 INFO skip step because feature "mbist" is not enabled
101252026-07-08T00:03:41.391Z[ host-image] Jul 08 00:03:40.388 INFO O| Jul 08 00:03:40.388 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101262026-07-08T00:03:41.394Z[ host-image] Jul 08 00:03:40.394 INFO O| Jul 08 00:03:40.394 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt
101272026-07-08T00:03:41.394Z[ host-image] Jul 08 00:03:40.394 INFO O| Jul 08 00:03:40.394 INFO STEP 67 (ensure_dir) COMPLETE
101282026-07-08T00:03:41.394Z[ host-image] Jul 08 00:03:40.394 INFO O| Jul 08 00:03:40.394 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101292026-07-08T00:03:41.399Z[ host-image] Jul 08 00:03:40.399 INFO O| Jul 08 00:03:40.399 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101302026-07-08T00:03:41.399Z[ host-image] Jul 08 00:03:40.399 INFO O| Jul 08 00:03:40.399 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide
101312026-07-08T00:03:41.399Z[ host-image] Jul 08 00:03:40.399 INFO O| Jul 08 00:03:40.399 INFO STEP 68 (ensure_dir) COMPLETE
101322026-07-08T00:03:41.402Z[ host-image] Jul 08 00:03:40.399 INFO O| Jul 08 00:03:40.399 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101332026-07-08T00:03:41.405Z[ host-image] Jul 08 00:03:40.405 INFO O| Jul 08 00:03:40.405 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101342026-07-08T00:03:41.405Z[ host-image] Jul 08 00:03:40.405 INFO O| Jul 08 00:03:40.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm
101352026-07-08T00:03:41.405Z[ host-image] Jul 08 00:03:40.405 INFO O| Jul 08 00:03:40.405 INFO STEP 69 (ensure_dir) COMPLETE
101362026-07-08T00:03:41.405Z[ host-image] Jul 08 00:03:40.405 INFO O| Jul 08 00:03:40.405 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101372026-07-08T00:03:41.411Z[ host-image] Jul 08 00:03:40.411 INFO O| Jul 08 00:03:40.411 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
101382026-07-08T00:03:41.411Z[ host-image] Jul 08 00:03:40.411 INFO O| Jul 08 00:03:40.411 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ...
101392026-07-08T00:03:41.914Z[ host-image] Jul 08 00:03:40.914 INFO O| Jul 08 00:03:40.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm
101402026-07-08T00:03:41.914Z[ host-image] Jul 08 00:03:40.914 INFO O| Jul 08 00:03:40.914 INFO ok!
101412026-07-08T00:03:41.914Z[ host-image] Jul 08 00:03:40.914 INFO O| Jul 08 00:03:40.914 INFO STEP 70 (ensure_file) COMPLETE
101422026-07-08T00:03:41.917Z[ host-image] Jul 08 00:03:40.914 INFO O| Jul 08 00:03:40.914 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101432026-07-08T00:03:41.922Z[ host-image] Jul 08 00:03:40.922 INFO O| Jul 08 00:03:40.922 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
101442026-07-08T00:03:41.922Z[ host-image] Jul 08 00:03:40.922 INFO O| Jul 08 00:03:40.922 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ...
101452026-07-08T00:03:42.351Z[ host-image] Jul 08 00:03:41.351 INFO O| Jul 08 00:03:41.351 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd
101462026-07-08T00:03:42.351Z[ host-image] Jul 08 00:03:41.351 INFO O| Jul 08 00:03:41.351 INFO ok!
101472026-07-08T00:03:42.352Z[ host-image] Jul 08 00:03:41.351 INFO O| Jul 08 00:03:41.351 INFO STEP 71 (ensure_file) COMPLETE
101482026-07-08T00:03:42.355Z[ host-image] Jul 08 00:03:41.351 INFO O| Jul 08 00:03:41.351 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101492026-07-08T00:03:42.359Z[ host-image] Jul 08 00:03:41.359 INFO O| Jul 08 00:03:41.359 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101502026-07-08T00:03:42.362Z[ host-image] Jul 08 00:03:41.359 INFO O| Jul 08 00:03:41.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg
101512026-07-08T00:03:42.362Z[ host-image] Jul 08 00:03:41.359 INFO O| Jul 08 00:03:41.359 INFO STEP 72 (ensure_dir) COMPLETE
101522026-07-08T00:03:42.362Z[ host-image] Jul 08 00:03:41.359 INFO O| Jul 08 00:03:41.359 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101532026-07-08T00:03:42.367Z[ host-image] Jul 08 00:03:41.367 INFO O| Jul 08 00:03:41.367 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
101542026-07-08T00:03:42.367Z[ host-image] Jul 08 00:03:41.367 INFO O| Jul 08 00:03:41.367 INFO copying /tmp/.tmpEUv0W0/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 ...
101552026-07-08T00:03:42.370Z[ host-image] Jul 08 00:03:41.367 INFO O| Jul 08 00:03:41.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
101562026-07-08T00:03:42.370Z[ host-image] Jul 08 00:03:41.367 INFO O| Jul 08 00:03:41.367 INFO ok!
101572026-07-08T00:03:42.370Z[ host-image] Jul 08 00:03:41.367 INFO O| Jul 08 00:03:41.367 INFO STEP 73 (ensure_file) COMPLETE
101582026-07-08T00:03:42.370Z[ host-image] Jul 08 00:03:41.367 INFO O| Jul 08 00:03:41.367 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101592026-07-08T00:03:42.373Z[ host-image] Jul 08 00:03:41.372 INFO O| Jul 08 00:03:41.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
101602026-07-08T00:03:42.373Z[ host-image] Jul 08 00:03:41.372 INFO O| Jul 08 00:03:41.372 INFO copying /tmp/.tmpEUv0W0/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 ...
101612026-07-08T00:03:42.373Z[ host-image] Jul 08 00:03:41.372 INFO O| Jul 08 00:03:41.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
101622026-07-08T00:03:42.373Z[ host-image] Jul 08 00:03:41.372 INFO O| Jul 08 00:03:41.372 INFO ok!
101632026-07-08T00:03:42.373Z[ host-image] Jul 08 00:03:41.372 INFO O| Jul 08 00:03:41.372 INFO STEP 74 (ensure_file) COMPLETE
101642026-07-08T00:03:42.373Z[ host-image] Jul 08 00:03:41.372 INFO O| Jul 08 00:03:41.372 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101652026-07-08T00:03:42.378Z[ host-image] Jul 08 00:03:41.379 INFO O| Jul 08 00:03:41.379 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101662026-07-08T00:03:42.381Z[ host-image] Jul 08 00:03:41.379 INFO O| Jul 08 00:03:41.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd
101672026-07-08T00:03:42.381Z[ host-image] Jul 08 00:03:41.379 INFO O| Jul 08 00:03:41.379 INFO STEP 75 (ensure_dir) COMPLETE
101682026-07-08T00:03:42.381Z[ host-image] Jul 08 00:03:41.379 INFO O| Jul 08 00:03:41.379 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101692026-07-08T00:03:42.384Z[ host-image] Jul 08 00:03:41.385 INFO O| Jul 08 00:03:41.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
101702026-07-08T00:03:42.388Z[ host-image] Jul 08 00:03:41.385 INFO O| Jul 08 00:03:41.385 INFO copying /tmp/.tmpEUv0W0/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 ...
101712026-07-08T00:03:42.388Z[ host-image] Jul 08 00:03:41.385 INFO O| Jul 08 00:03:41.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
101722026-07-08T00:03:42.388Z[ host-image] Jul 08 00:03:41.385 INFO O| Jul 08 00:03:41.385 INFO ok!
101732026-07-08T00:03:42.388Z[ host-image] Jul 08 00:03:41.385 INFO O| Jul 08 00:03:41.385 INFO STEP 76 (ensure_file) COMPLETE
101742026-07-08T00:03:42.388Z[ host-image] Jul 08 00:03:41.385 INFO O| Jul 08 00:03:41.385 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101752026-07-08T00:03:42.392Z[ host-image] Jul 08 00:03:41.390 INFO O| Jul 08 00:03:41.390 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
101762026-07-08T00:03:42.392Z[ host-image] Jul 08 00:03:41.390 INFO O| Jul 08 00:03:41.390 INFO copying /tmp/.tmpEUv0W0/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 ...
101772026-07-08T00:03:42.392Z[ host-image] Jul 08 00:03:41.390 INFO O| Jul 08 00:03:41.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
101782026-07-08T00:03:42.392Z[ host-image] Jul 08 00:03:41.390 INFO O| Jul 08 00:03:41.390 INFO ok!
101792026-07-08T00:03:42.392Z[ host-image] Jul 08 00:03:41.390 INFO O| Jul 08 00:03:41.390 INFO STEP 77 (ensure_file) COMPLETE
101802026-07-08T00:03:42.392Z[ host-image] Jul 08 00:03:41.390 INFO O| Jul 08 00:03:41.390 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101812026-07-08T00:03:42.396Z[ host-image] Jul 08 00:03:41.396 INFO O| Jul 08 00:03:41.396 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101822026-07-08T00:03:42.398Z[ host-image] Jul 08 00:03:41.396 INFO O| Jul 08 00:03:41.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm
101832026-07-08T00:03:42.398Z[ host-image] Jul 08 00:03:41.396 INFO O| Jul 08 00:03:41.396 INFO STEP 78 (ensure_dir) COMPLETE
101842026-07-08T00:03:42.398Z[ host-image] Jul 08 00:03:41.396 INFO O| Jul 08 00:03:41.396 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101852026-07-08T00:03:42.402Z[ host-image] Jul 08 00:03:41.402 INFO O| Jul 08 00:03:41.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
101862026-07-08T00:03:42.402Z[ host-image] Jul 08 00:03:41.402 INFO O| Jul 08 00:03:41.402 INFO copying /tmp/.tmpEUv0W0/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 ...
101872026-07-08T00:03:42.404Z[ host-image] Jul 08 00:03:41.402 INFO O| Jul 08 00:03:41.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
101882026-07-08T00:03:42.404Z[ host-image] Jul 08 00:03:41.402 INFO O| Jul 08 00:03:41.402 INFO ok!
101892026-07-08T00:03:42.404Z[ host-image] Jul 08 00:03:41.402 INFO O| Jul 08 00:03:41.402 INFO STEP 79 (ensure_file) COMPLETE
101902026-07-08T00:03:42.404Z[ host-image] Jul 08 00:03:41.402 INFO O| Jul 08 00:03:41.402 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101912026-07-08T00:03:42.408Z[ host-image] Jul 08 00:03:41.408 INFO O| Jul 08 00:03:41.408 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
101922026-07-08T00:03:42.410Z[ host-image] Jul 08 00:03:41.408 INFO O| Jul 08 00:03:41.408 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ...
101932026-07-08T00:03:42.410Z[ host-image] Jul 08 00:03:41.408 INFO O| Jul 08 00:03:41.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION
101942026-07-08T00:03:42.410Z[ host-image] Jul 08 00:03:41.408 INFO O| Jul 08 00:03:41.408 INFO ok!
101952026-07-08T00:03:42.410Z[ host-image] Jul 08 00:03:41.408 INFO O| Jul 08 00:03:41.408 INFO STEP 80 (ensure_file) COMPLETE
101962026-07-08T00:03:42.410Z[ host-image] Jul 08 00:03:41.408 INFO O| Jul 08 00:03:41.408 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
101972026-07-08T00:03:42.413Z[ host-image] Jul 08 00:03:41.414 INFO O| Jul 08 00:03:41.414 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101982026-07-08T00:03:42.413Z[ host-image] Jul 08 00:03:41.414 INFO O| Jul 08 00:03:41.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent
101992026-07-08T00:03:42.416Z[ host-image] Jul 08 00:03:41.414 INFO O| Jul 08 00:03:41.414 INFO STEP 81 (ensure_dir) COMPLETE
102002026-07-08T00:03:42.416Z[ host-image] Jul 08 00:03:41.414 INFO O| Jul 08 00:03:41.414 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102012026-07-08T00:03:42.419Z[ host-image] Jul 08 00:03:41.420 INFO O| Jul 08 00:03:41.420 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
102022026-07-08T00:03:42.419Z[ host-image] Jul 08 00:03:41.420 INFO O| Jul 08 00:03:41.420 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ...
102032026-07-08T00:03:42.619Z[ host-image] Jul 08 00:03:41.619 INFO O| Jul 08 00:03:41.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle
102042026-07-08T00:03:42.619Z[ host-image] Jul 08 00:03:41.619 INFO O| Jul 08 00:03:41.618 INFO ok!
102052026-07-08T00:03:42.619Z[ host-image] Jul 08 00:03:41.619 INFO O| Jul 08 00:03:41.618 INFO STEP 82 (ensure_file) COMPLETE
102062026-07-08T00:03:42.619Z[ host-image] Jul 08 00:03:41.619 INFO O| Jul 08 00:03:41.619 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102072026-07-08T00:03:42.625Z[ host-image] Jul 08 00:03:41.626 INFO O| Jul 08 00:03:41.626 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist
102082026-07-08T00:03:42.626Z[ host-image] Jul 08 00:03:41.626 INFO O| Jul 08 00:03:41.626 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ...
102092026-07-08T00:03:43.051Z[ host-image] Jul 08 00:03:42.050 INFO O| Jul 08 00:03:42.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor
102102026-07-08T00:03:43.051Z[ host-image] Jul 08 00:03:42.050 INFO O| Jul 08 00:03:42.050 INFO ok!
102112026-07-08T00:03:43.051Z[ host-image] Jul 08 00:03:42.050 INFO O| Jul 08 00:03:42.050 INFO STEP 83 (ensure_file) COMPLETE
102122026-07-08T00:03:43.054Z[ host-image] Jul 08 00:03:42.050 INFO O| Jul 08 00:03:42.050 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102132026-07-08T00:03:43.058Z[ host-image] Jul 08 00:03:42.059 INFO O| Jul 08 00:03:42.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
102142026-07-08T00:03:43.058Z[ host-image] Jul 08 00:03:42.059 INFO O| Jul 08 00:03:42.059 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ...
102152026-07-08T00:03:44.042Z[ host-image] Jul 08 00:03:43.043 INFO O| Jul 08 00:03:43.042 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent
102162026-07-08T00:03:44.042Z[ host-image] Jul 08 00:03:43.043 INFO O| Jul 08 00:03:43.042 INFO ok!
102172026-07-08T00:03:44.043Z[ host-image] Jul 08 00:03:43.043 INFO O| Jul 08 00:03:43.042 INFO STEP 84 (ensure_file) COMPLETE
102182026-07-08T00:03:44.046Z[ host-image] Jul 08 00:03:43.043 INFO O| Jul 08 00:03:43.043 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102192026-07-08T00:03:44.050Z[ host-image] Jul 08 00:03:43.051 INFO O| Jul 08 00:03:43.051 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102202026-07-08T00:03:44.053Z[ host-image] Jul 08 00:03:43.051 INFO O| Jul 08 00:03:43.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg
102212026-07-08T00:03:44.053Z[ host-image] Jul 08 00:03:43.051 INFO O| Jul 08 00:03:43.051 INFO STEP 85 (ensure_dir) COMPLETE
102222026-07-08T00:03:44.053Z[ host-image] Jul 08 00:03:43.051 INFO O| Jul 08 00:03:43.051 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102232026-07-08T00:03:44.059Z[ host-image] Jul 08 00:03:43.059 INFO O| Jul 08 00:03:43.059 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
102242026-07-08T00:03:44.059Z[ host-image] Jul 08 00:03:43.059 INFO O| Jul 08 00:03:43.059 INFO copying /tmp/.tmpEUv0W0/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 ...
102252026-07-08T00:03:44.062Z[ host-image] Jul 08 00:03:43.059 INFO O| Jul 08 00:03:43.059 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml
102262026-07-08T00:03:44.062Z[ host-image] Jul 08 00:03:43.059 INFO O| Jul 08 00:03:43.059 INFO ok!
102272026-07-08T00:03:44.062Z[ host-image] Jul 08 00:03:43.059 INFO O| Jul 08 00:03:43.059 INFO STEP 86 (ensure_file) COMPLETE
102282026-07-08T00:03:44.062Z[ host-image] Jul 08 00:03:43.059 INFO O| Jul 08 00:03:43.059 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102292026-07-08T00:03:44.065Z[ host-image] Jul 08 00:03:43.066 INFO O| Jul 08 00:03:43.066 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
102302026-07-08T00:03:44.065Z[ host-image] Jul 08 00:03:43.066 INFO O| Jul 08 00:03:43.066 INFO copying /tmp/.tmpEUv0W0/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 ...
102312026-07-08T00:03:44.068Z[ host-image] Jul 08 00:03:43.066 INFO O| Jul 08 00:03:43.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md
102322026-07-08T00:03:44.068Z[ host-image] Jul 08 00:03:43.066 INFO O| Jul 08 00:03:43.066 INFO ok!
102332026-07-08T00:03:44.068Z[ host-image] Jul 08 00:03:43.066 INFO O| Jul 08 00:03:43.066 INFO STEP 87 (ensure_file) COMPLETE
102342026-07-08T00:03:44.068Z[ host-image] Jul 08 00:03:43.066 INFO O| Jul 08 00:03:43.066 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102352026-07-08T00:03:44.074Z[ host-image] Jul 08 00:03:43.073 INFO O| Jul 08 00:03:43.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist
102362026-07-08T00:03:44.075Z[ host-image] Jul 08 00:03:43.073 INFO O| Jul 08 00:03:43.073 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ...
102372026-07-08T00:03:44.075Z[ host-image] Jul 08 00:03:43.073 INFO O| Jul 08 00:03:43.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION
102382026-07-08T00:03:44.075Z[ host-image] Jul 08 00:03:43.073 INFO O| Jul 08 00:03:43.073 INFO ok!
102392026-07-08T00:03:44.075Z[ host-image] Jul 08 00:03:43.073 INFO O| Jul 08 00:03:43.073 INFO STEP 88 (ensure_file) COMPLETE
102402026-07-08T00:03:44.075Z[ host-image] Jul 08 00:03:43.073 INFO O| Jul 08 00:03:43.073 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102412026-07-08T00:03:44.078Z[ host-image] Jul 08 00:03:43.078 INFO O| Jul 08 00:03:43.078 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist
102422026-07-08T00:03:44.078Z[ host-image] Jul 08 00:03:43.078 INFO O| Jul 08 00:03:43.078 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ...
102432026-07-08T00:03:44.080Z[ host-image] Jul 08 00:03:43.078 INFO O| Jul 08 00:03:43.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz
102442026-07-08T00:03:44.081Z[ host-image] Jul 08 00:03:43.078 INFO O| Jul 08 00:03:43.078 INFO ok!
102452026-07-08T00:03:44.081Z[ host-image] Jul 08 00:03:43.078 INFO O| Jul 08 00:03:43.078 INFO STEP 89 (ensure_file) COMPLETE
102462026-07-08T00:03:44.081Z[ host-image] Jul 08 00:03:43.078 INFO O| Jul 08 00:03:43.078 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102472026-07-08T00:03:44.084Z[ host-image] Jul 08 00:03:43.084 INFO O| Jul 08 00:03:43.084 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102482026-07-08T00:03:44.084Z[ host-image] Jul 08 00:03:43.084 INFO O| Jul 08 00:03:43.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog
102492026-07-08T00:03:44.084Z[ host-image] Jul 08 00:03:43.084 INFO O| Jul 08 00:03:43.084 INFO STEP 90 (ensure_dir) COMPLETE
102502026-07-08T00:03:44.084Z[ host-image] Jul 08 00:03:43.084 INFO O| Jul 08 00:03:43.084 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102512026-07-08T00:03:44.090Z[ host-image] Jul 08 00:03:43.090 INFO O| Jul 08 00:03:43.090 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist
102522026-07-08T00:03:44.093Z[ host-image] Jul 08 00:03:43.090 INFO O| Jul 08 00:03:43.090 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ...
102532026-07-08T00:03:44.093Z[ host-image] Jul 08 00:03:43.093 INFO O| Jul 08 00:03:43.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog
102542026-07-08T00:03:44.093Z[ host-image] Jul 08 00:03:43.093 INFO O| Jul 08 00:03:43.093 INFO ok!
102552026-07-08T00:03:44.093Z[ host-image] Jul 08 00:03:43.093 INFO O| Jul 08 00:03:43.093 INFO STEP 91 (ensure_file) COMPLETE
102562026-07-08T00:03:44.093Z[ host-image] Jul 08 00:03:43.093 INFO O| Jul 08 00:03:43.093 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102572026-07-08T00:03:44.098Z[ host-image] Jul 08 00:03:43.098 INFO O| Jul 08 00:03:43.098 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist
102582026-07-08T00:03:44.098Z[ host-image] Jul 08 00:03:43.098 INFO O| Jul 08 00:03:43.098 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ...
102592026-07-08T00:03:44.100Z[ host-image] Jul 08 00:03:43.098 INFO O| Jul 08 00:03:43.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION
102602026-07-08T00:03:44.100Z[ host-image] Jul 08 00:03:43.098 INFO O| Jul 08 00:03:43.098 INFO ok!
102612026-07-08T00:03:44.101Z[ host-image] Jul 08 00:03:43.098 INFO O| Jul 08 00:03:43.098 INFO STEP 92 (ensure_file) COMPLETE
102622026-07-08T00:03:44.101Z[ host-image] Jul 08 00:03:43.098 INFO O| Jul 08 00:03:43.098 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102632026-07-08T00:03:44.103Z[ host-image] Jul 08 00:03:43.104 INFO O| Jul 08 00:03:43.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
102642026-07-08T00:03:44.103Z[ host-image] Jul 08 00:03:43.104 INFO O| Jul 08 00:03:43.104 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ...
102652026-07-08T00:03:44.510Z[ host-image] Jul 08 00:03:43.511 INFO O| Jul 08 00:03:43.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz
102662026-07-08T00:03:44.510Z[ host-image] Jul 08 00:03:43.511 INFO O| Jul 08 00:03:43.510 INFO ok!
102672026-07-08T00:03:44.510Z[ host-image] Jul 08 00:03:43.511 INFO O| Jul 08 00:03:43.510 INFO STEP 93 (ensure_file) COMPLETE
102682026-07-08T00:03:44.513Z[ host-image] Jul 08 00:03:43.511 INFO O| Jul 08 00:03:43.511 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102692026-07-08T00:03:44.517Z[ host-image] Jul 08 00:03:43.517 INFO O| Jul 08 00:03:43.517 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102702026-07-08T00:03:44.520Z[ host-image] Jul 08 00:03:43.517 INFO O| Jul 08 00:03:43.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind
102712026-07-08T00:03:44.520Z[ host-image] Jul 08 00:03:43.517 INFO O| Jul 08 00:03:43.517 INFO STEP 94 (ensure_dir) COMPLETE
102722026-07-08T00:03:44.520Z[ host-image] Jul 08 00:03:43.517 INFO O| Jul 08 00:03:43.517 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102732026-07-08T00:03:44.527Z[ host-image] Jul 08 00:03:43.524 INFO O| Jul 08 00:03:43.524 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102742026-07-08T00:03:44.527Z[ host-image] Jul 08 00:03:43.524 INFO O| Jul 08 00:03:43.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib
102752026-07-08T00:03:44.527Z[ host-image] Jul 08 00:03:43.524 INFO O| Jul 08 00:03:43.524 INFO STEP 95 (ensure_dir) COMPLETE
102762026-07-08T00:03:44.527Z[ host-image] Jul 08 00:03:43.524 INFO O| Jul 08 00:03:43.524 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102772026-07-08T00:03:44.530Z[ host-image] Jul 08 00:03:43.530 INFO O| Jul 08 00:03:43.530 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102782026-07-08T00:03:44.530Z[ host-image] Jul 08 00:03:43.530 INFO O| Jul 08 00:03:43.530 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc
102792026-07-08T00:03:44.530Z[ host-image] Jul 08 00:03:43.530 INFO O| Jul 08 00:03:43.530 INFO STEP 96 (ensure_dir) COMPLETE
102802026-07-08T00:03:44.530Z[ host-image] Jul 08 00:03:43.530 INFO O| Jul 08 00:03:43.530 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102812026-07-08T00:03:44.534Z[ host-image] Jul 08 00:03:43.535 INFO O| Jul 08 00:03:43.535 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102822026-07-08T00:03:44.537Z[ host-image] Jul 08 00:03:43.535 INFO O| Jul 08 00:03:43.535 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
102832026-07-08T00:03:44.537Z[ host-image] Jul 08 00:03:43.535 INFO O| Jul 08 00:03:43.535 INFO STEP 97 (ensure_dir) COMPLETE
102842026-07-08T00:03:44.537Z[ host-image] Jul 08 00:03:43.535 INFO O| Jul 08 00:03:43.535 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102852026-07-08T00:03:44.540Z[ host-image] Jul 08 00:03:43.541 INFO O| Jul 08 00:03:43.541 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102862026-07-08T00:03:44.540Z[ host-image] Jul 08 00:03:43.541 INFO O| Jul 08 00:03:43.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
102872026-07-08T00:03:44.540Z[ host-image] Jul 08 00:03:43.541 INFO O| Jul 08 00:03:43.541 INFO STEP 98 (ensure_dir) COMPLETE
102882026-07-08T00:03:44.543Z[ host-image] Jul 08 00:03:43.541 INFO O| Jul 08 00:03:43.541 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102892026-07-08T00:03:44.547Z[ host-image] Jul 08 00:03:43.547 INFO O| Jul 08 00:03:43.547 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
102902026-07-08T00:03:44.547Z[ host-image] Jul 08 00:03:43.547 INFO O| Jul 08 00:03:43.547 INFO copying /tmp/.tmpEUv0W0/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 ...
102912026-07-08T00:03:44.549Z[ host-image] Jul 08 00:03:43.547 INFO O| Jul 08 00:03:43.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
102922026-07-08T00:03:44.549Z[ host-image] Jul 08 00:03:43.547 INFO O| Jul 08 00:03:43.547 INFO ok!
102932026-07-08T00:03:44.550Z[ host-image] Jul 08 00:03:43.547 INFO O| Jul 08 00:03:43.547 INFO STEP 99 (ensure_file) COMPLETE
102942026-07-08T00:03:44.550Z[ host-image] Jul 08 00:03:43.547 INFO O| Jul 08 00:03:43.547 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102952026-07-08T00:03:44.552Z[ host-image] Jul 08 00:03:43.552 INFO O| Jul 08 00:03:43.552 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102962026-07-08T00:03:44.552Z[ host-image] Jul 08 00:03:43.552 INFO O| Jul 08 00:03:43.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin
102972026-07-08T00:03:44.553Z[ host-image] Jul 08 00:03:43.552 INFO O| Jul 08 00:03:43.552 INFO STEP 100 (ensure_dir) COMPLETE
102982026-07-08T00:03:44.553Z[ host-image] Jul 08 00:03:43.552 INFO O| Jul 08 00:03:43.552 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
102992026-07-08T00:03:44.558Z[ host-image] Jul 08 00:03:43.559 INFO O| Jul 08 00:03:43.559 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
103002026-07-08T00:03:44.558Z[ host-image] Jul 08 00:03:43.559 INFO O| Jul 08 00:03:43.559 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
103012026-07-08T00:03:44.571Z[ host-image] Jul 08 00:03:43.571 INFO O| Jul 08 00:03:43.571 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind
103022026-07-08T00:03:44.571Z[ host-image] Jul 08 00:03:43.571 INFO O| Jul 08 00:03:43.571 INFO ok!
103032026-07-08T00:03:44.574Z[ host-image] Jul 08 00:03:43.571 INFO O| Jul 08 00:03:43.571 INFO STEP 101 (ensure_file) COMPLETE
103042026-07-08T00:03:44.574Z[ host-image] Jul 08 00:03:43.571 INFO O| Jul 08 00:03:43.571 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103052026-07-08T00:03:44.577Z[ host-image] Jul 08 00:03:43.577 INFO O| Jul 08 00:03:43.577 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
103062026-07-08T00:03:44.577Z[ host-image] Jul 08 00:03:43.577 INFO O| Jul 08 00:03:43.577 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
103072026-07-08T00:03:44.577Z[ host-image] Jul 08 00:03:43.577 INFO O| Jul 08 00:03:43.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
103082026-07-08T00:03:44.577Z[ host-image] Jul 08 00:03:43.577 INFO O| Jul 08 00:03:43.577 INFO ok!
103092026-07-08T00:03:44.577Z[ host-image] Jul 08 00:03:43.577 INFO O| Jul 08 00:03:43.577 INFO STEP 102 (ensure_file) COMPLETE
103102026-07-08T00:03:44.577Z[ host-image] Jul 08 00:03:43.577 INFO O| Jul 08 00:03:43.577 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103112026-07-08T00:03:44.582Z[ host-image] Jul 08 00:03:43.583 INFO O| Jul 08 00:03:43.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
103122026-07-08T00:03:44.583Z[ host-image] Jul 08 00:03:43.583 INFO O| Jul 08 00:03:43.583 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
103132026-07-08T00:03:44.796Z[ host-image] Jul 08 00:03:43.797 INFO O| Jul 08 00:03:43.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
103142026-07-08T00:03:44.796Z[ host-image] Jul 08 00:03:43.797 INFO O| Jul 08 00:03:43.797 INFO ok!
103152026-07-08T00:03:44.800Z[ host-image] Jul 08 00:03:43.797 INFO O| Jul 08 00:03:43.797 INFO STEP 103 (ensure_file) COMPLETE
103162026-07-08T00:03:44.800Z[ host-image] Jul 08 00:03:43.797 INFO O| Jul 08 00:03:43.797 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103172026-07-08T00:03:44.802Z[ host-image] Jul 08 00:03:43.803 INFO O| Jul 08 00:03:43.803 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist
103182026-07-08T00:03:44.806Z[ host-image] Jul 08 00:03:43.803 INFO O| Jul 08 00:03:43.803 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ...
103192026-07-08T00:03:44.806Z[ host-image] Jul 08 00:03:43.803 INFO O| Jul 08 00:03:43.803 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION
103202026-07-08T00:03:44.806Z[ host-image] Jul 08 00:03:43.803 INFO O| Jul 08 00:03:43.803 INFO ok!
103212026-07-08T00:03:44.806Z[ host-image] Jul 08 00:03:43.803 INFO O| Jul 08 00:03:43.803 INFO STEP 104 (ensure_file) COMPLETE
103222026-07-08T00:03:44.806Z[ host-image] Jul 08 00:03:43.803 INFO O| Jul 08 00:03:43.803 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103232026-07-08T00:03:44.809Z[ host-image] Jul 08 00:03:43.808 INFO O| Jul 08 00:03:43.808 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103242026-07-08T00:03:44.809Z[ host-image] Jul 08 00:03:43.808 INFO O| Jul 08 00:03:43.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils
103252026-07-08T00:03:44.809Z[ host-image] Jul 08 00:03:43.808 INFO O| Jul 08 00:03:43.808 INFO STEP 105 (ensure_dir) COMPLETE
103262026-07-08T00:03:44.809Z[ host-image] Jul 08 00:03:43.808 INFO O| Jul 08 00:03:43.808 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103272026-07-08T00:03:44.813Z[ host-image] Jul 08 00:03:43.814 INFO O| Jul 08 00:03:43.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist
103282026-07-08T00:03:44.813Z[ host-image] Jul 08 00:03:43.814 INFO O| Jul 08 00:03:43.814 INFO copying /tmp/.tmpEUv0W0/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 ...
103292026-07-08T00:03:45.007Z[ host-image] Jul 08 00:03:44.007 INFO O| Jul 08 00:03:44.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw
103302026-07-08T00:03:45.007Z[ host-image] Jul 08 00:03:44.007 INFO O| Jul 08 00:03:44.007 INFO ok!
103312026-07-08T00:03:45.007Z[ host-image] Jul 08 00:03:44.007 INFO O| Jul 08 00:03:44.007 INFO STEP 106 (ensure_file) COMPLETE
103322026-07-08T00:03:45.010Z[ host-image] Jul 08 00:03:44.007 INFO O| Jul 08 00:03:44.007 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103332026-07-08T00:03:45.014Z[ host-image] Jul 08 00:03:44.015 INFO O| Jul 08 00:03:44.015 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist
103342026-07-08T00:03:45.014Z[ host-image] Jul 08 00:03:44.015 INFO O| Jul 08 00:03:44.015 INFO copying /tmp/.tmpEUv0W0/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 ...
103352026-07-08T00:03:45.017Z[ host-image] Jul 08 00:03:44.015 INFO O| Jul 08 00:03:44.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d
103362026-07-08T00:03:45.017Z[ host-image] Jul 08 00:03:44.015 INFO O| Jul 08 00:03:44.015 INFO ok!
103372026-07-08T00:03:45.017Z[ host-image] Jul 08 00:03:44.015 INFO O| Jul 08 00:03:44.015 INFO STEP 107 (ensure_file) COMPLETE
103382026-07-08T00:03:45.017Z[ host-image] Jul 08 00:03:44.015 INFO O| Jul 08 00:03:44.015 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103392026-07-08T00:03:45.020Z[ host-image] Jul 08 00:03:44.021 INFO O| Jul 08 00:03:44.021 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist
103402026-07-08T00:03:45.023Z[ host-image] Jul 08 00:03:44.021 INFO O| Jul 08 00:03:44.021 INFO copying /tmp/.tmpEUv0W0/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 ...
103412026-07-08T00:03:45.024Z[ host-image] Jul 08 00:03:44.021 INFO O| Jul 08 00:03:44.021 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d
103422026-07-08T00:03:45.024Z[ host-image] Jul 08 00:03:44.021 INFO O| Jul 08 00:03:44.021 INFO ok!
103432026-07-08T00:03:45.024Z[ host-image] Jul 08 00:03:44.021 INFO O| Jul 08 00:03:44.021 INFO STEP 108 (ensure_file) COMPLETE
103442026-07-08T00:03:45.024Z[ host-image] Jul 08 00:03:44.021 INFO O| Jul 08 00:03:44.021 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103452026-07-08T00:03:45.026Z[ host-image] Jul 08 00:03:44.027 INFO O| Jul 08 00:03:44.027 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist
103462026-07-08T00:03:45.026Z[ host-image] Jul 08 00:03:44.027 INFO O| Jul 08 00:03:44.027 INFO copying /tmp/.tmpEUv0W0/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 ...
103472026-07-08T00:03:45.026Z[ host-image] Jul 08 00:03:44.027 INFO O| Jul 08 00:03:44.027 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d
103482026-07-08T00:03:45.026Z[ host-image] Jul 08 00:03:44.027 INFO O| Jul 08 00:03:44.027 INFO ok!
103492026-07-08T00:03:45.027Z[ host-image] Jul 08 00:03:44.027 INFO O| Jul 08 00:03:44.027 INFO STEP 109 (ensure_file) COMPLETE
103502026-07-08T00:03:45.029Z[ host-image] Jul 08 00:03:44.027 INFO O| Jul 08 00:03:44.027 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103512026-07-08T00:03:45.032Z[ host-image] Jul 08 00:03:44.033 INFO O| Jul 08 00:03:44.033 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist
103522026-07-08T00:03:45.032Z[ host-image] Jul 08 00:03:44.033 INFO O| Jul 08 00:03:44.033 INFO copying /tmp/.tmpEUv0W0/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 ...
103532026-07-08T00:03:45.032Z[ host-image] Jul 08 00:03:44.033 INFO O| Jul 08 00:03:44.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d
103542026-07-08T00:03:45.032Z[ host-image] Jul 08 00:03:44.033 INFO O| Jul 08 00:03:44.033 INFO ok!
103552026-07-08T00:03:45.032Z[ host-image] Jul 08 00:03:44.033 INFO O| Jul 08 00:03:44.033 INFO STEP 110 (ensure_file) COMPLETE
103562026-07-08T00:03:45.035Z[ host-image] Jul 08 00:03:44.033 INFO O| Jul 08 00:03:44.033 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103572026-07-08T00:03:45.038Z[ host-image] Jul 08 00:03:44.038 INFO O| Jul 08 00:03:44.038 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist
103582026-07-08T00:03:45.038Z[ host-image] Jul 08 00:03:44.038 INFO O| Jul 08 00:03:44.038 INFO copying /tmp/.tmpEUv0W0/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 ...
103592026-07-08T00:03:45.038Z[ host-image] Jul 08 00:03:44.038 INFO O| Jul 08 00:03:44.038 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d
103602026-07-08T00:03:45.038Z[ host-image] Jul 08 00:03:44.038 INFO O| Jul 08 00:03:44.038 INFO ok!
103612026-07-08T00:03:45.038Z[ host-image] Jul 08 00:03:44.038 INFO O| Jul 08 00:03:44.038 INFO STEP 111 (ensure_file) COMPLETE
103622026-07-08T00:03:45.038Z[ host-image] Jul 08 00:03:44.038 INFO O| Jul 08 00:03:44.038 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103632026-07-08T00:03:45.043Z[ host-image] Jul 08 00:03:44.044 INFO O| Jul 08 00:03:44.044 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist
103642026-07-08T00:03:45.043Z[ host-image] Jul 08 00:03:44.044 INFO O| Jul 08 00:03:44.044 INFO copying /tmp/.tmpEUv0W0/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 ...
103652026-07-08T00:03:45.046Z[ host-image] Jul 08 00:03:44.044 INFO O| Jul 08 00:03:44.044 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d
103662026-07-08T00:03:45.046Z[ host-image] Jul 08 00:03:44.044 INFO O| Jul 08 00:03:44.044 INFO ok!
103672026-07-08T00:03:45.046Z[ host-image] Jul 08 00:03:44.044 INFO O| Jul 08 00:03:44.044 INFO STEP 112 (ensure_file) COMPLETE
103682026-07-08T00:03:45.046Z[ host-image] Jul 08 00:03:44.044 INFO O| Jul 08 00:03:44.044 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103692026-07-08T00:03:45.050Z[ host-image] Jul 08 00:03:44.050 INFO O| Jul 08 00:03:44.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist
103702026-07-08T00:03:45.053Z[ host-image] Jul 08 00:03:44.050 INFO O| Jul 08 00:03:44.050 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ...
103712026-07-08T00:03:45.053Z[ host-image] Jul 08 00:03:44.050 INFO O| Jul 08 00:03:44.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d
103722026-07-08T00:03:45.054Z[ host-image] Jul 08 00:03:44.050 INFO O| Jul 08 00:03:44.050 INFO ok!
103732026-07-08T00:03:45.054Z[ host-image] Jul 08 00:03:44.050 INFO O| Jul 08 00:03:44.050 INFO STEP 113 (ensure_file) COMPLETE
103742026-07-08T00:03:45.054Z[ host-image] Jul 08 00:03:44.050 INFO O| Jul 08 00:03:44.050 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103752026-07-08T00:03:45.056Z[ host-image] Jul 08 00:03:44.056 INFO O| Jul 08 00:03:44.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist
103762026-07-08T00:03:45.056Z[ host-image] Jul 08 00:03:44.056 INFO O| Jul 08 00:03:44.056 INFO copying /tmp/.tmpEUv0W0/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 ...
103772026-07-08T00:03:45.056Z[ host-image] Jul 08 00:03:44.056 INFO O| Jul 08 00:03:44.056 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d
103782026-07-08T00:03:45.056Z[ host-image] Jul 08 00:03:44.056 INFO O| Jul 08 00:03:44.056 INFO ok!
103792026-07-08T00:03:45.056Z[ host-image] Jul 08 00:03:44.056 INFO O| Jul 08 00:03:44.056 INFO STEP 114 (ensure_file) COMPLETE
103802026-07-08T00:03:45.056Z[ host-image] Jul 08 00:03:44.056 INFO O| Jul 08 00:03:44.056 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103812026-07-08T00:03:45.061Z[ host-image] Jul 08 00:03:44.061 INFO O| Jul 08 00:03:44.061 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist
103822026-07-08T00:03:45.061Z[ host-image] Jul 08 00:03:44.061 INFO O| Jul 08 00:03:44.061 INFO copying /tmp/.tmpEUv0W0/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 ...
103832026-07-08T00:03:45.064Z[ host-image] Jul 08 00:03:44.061 INFO O| Jul 08 00:03:44.061 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d
103842026-07-08T00:03:45.064Z[ host-image] Jul 08 00:03:44.061 INFO O| Jul 08 00:03:44.061 INFO ok!
103852026-07-08T00:03:45.064Z[ host-image] Jul 08 00:03:44.061 INFO O| Jul 08 00:03:44.061 INFO STEP 115 (ensure_file) COMPLETE
103862026-07-08T00:03:45.064Z[ host-image] Jul 08 00:03:44.061 INFO O| Jul 08 00:03:44.061 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103872026-07-08T00:03:45.067Z[ host-image] Jul 08 00:03:44.067 INFO O| Jul 08 00:03:44.067 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist
103882026-07-08T00:03:45.067Z[ host-image] Jul 08 00:03:44.067 INFO O| Jul 08 00:03:44.067 INFO copying /tmp/.tmpEUv0W0/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 ...
103892026-07-08T00:03:45.067Z[ host-image] Jul 08 00:03:44.067 INFO O| Jul 08 00:03:44.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d
103902026-07-08T00:03:45.067Z[ host-image] Jul 08 00:03:44.067 INFO O| Jul 08 00:03:44.067 INFO ok!
103912026-07-08T00:03:45.067Z[ host-image] Jul 08 00:03:44.067 INFO O| Jul 08 00:03:44.067 INFO STEP 116 (ensure_file) COMPLETE
103922026-07-08T00:03:45.067Z[ host-image] Jul 08 00:03:44.067 INFO O| Jul 08 00:03:44.067 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103932026-07-08T00:03:45.071Z[ host-image] Jul 08 00:03:44.072 INFO O| Jul 08 00:03:44.072 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist
103942026-07-08T00:03:45.071Z[ host-image] Jul 08 00:03:44.072 INFO O| Jul 08 00:03:44.072 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ...
103952026-07-08T00:03:45.074Z[ host-image] Jul 08 00:03:44.072 INFO O| Jul 08 00:03:44.072 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d
103962026-07-08T00:03:45.074Z[ host-image] Jul 08 00:03:44.072 INFO O| Jul 08 00:03:44.072 INFO ok!
103972026-07-08T00:03:45.074Z[ host-image] Jul 08 00:03:44.072 INFO O| Jul 08 00:03:44.072 INFO STEP 117 (ensure_file) COMPLETE
103982026-07-08T00:03:45.074Z[ host-image] Jul 08 00:03:44.072 INFO O| Jul 08 00:03:44.072 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
103992026-07-08T00:03:45.078Z[ host-image] Jul 08 00:03:44.078 INFO O| Jul 08 00:03:44.078 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist
104002026-07-08T00:03:45.078Z[ host-image] Jul 08 00:03:44.078 INFO O| Jul 08 00:03:44.078 INFO copying /tmp/.tmpEUv0W0/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 ...
104012026-07-08T00:03:45.078Z[ host-image] Jul 08 00:03:44.078 INFO O| Jul 08 00:03:44.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d
104022026-07-08T00:03:45.078Z[ host-image] Jul 08 00:03:44.078 INFO O| Jul 08 00:03:44.078 INFO ok!
104032026-07-08T00:03:45.078Z[ host-image] Jul 08 00:03:44.078 INFO O| Jul 08 00:03:44.078 INFO STEP 118 (ensure_file) COMPLETE
104042026-07-08T00:03:45.078Z[ host-image] Jul 08 00:03:44.078 INFO O| Jul 08 00:03:44.078 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104052026-07-08T00:03:45.083Z[ host-image] Jul 08 00:03:44.083 INFO O| Jul 08 00:03:44.083 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist
104062026-07-08T00:03:45.083Z[ host-image] Jul 08 00:03:44.083 INFO O| Jul 08 00:03:44.083 INFO copying /tmp/.tmpEUv0W0/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 ...
104072026-07-08T00:03:45.085Z[ host-image] Jul 08 00:03:44.083 INFO O| Jul 08 00:03:44.083 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d
104082026-07-08T00:03:45.085Z[ host-image] Jul 08 00:03:44.083 INFO O| Jul 08 00:03:44.083 INFO ok!
104092026-07-08T00:03:45.086Z[ host-image] Jul 08 00:03:44.083 INFO O| Jul 08 00:03:44.083 INFO STEP 119 (ensure_file) COMPLETE
104102026-07-08T00:03:45.086Z[ host-image] Jul 08 00:03:44.083 INFO O| Jul 08 00:03:44.083 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104112026-07-08T00:03:45.088Z[ host-image] Jul 08 00:03:44.089 INFO O| Jul 08 00:03:44.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist
104122026-07-08T00:03:45.088Z[ host-image] Jul 08 00:03:44.089 INFO O| Jul 08 00:03:44.089 INFO copying /tmp/.tmpEUv0W0/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 ...
104132026-07-08T00:03:45.091Z[ host-image] Jul 08 00:03:44.089 INFO O| Jul 08 00:03:44.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d
104142026-07-08T00:03:45.091Z[ host-image] Jul 08 00:03:44.089 INFO O| Jul 08 00:03:44.089 INFO ok!
104152026-07-08T00:03:45.091Z[ host-image] Jul 08 00:03:44.089 INFO O| Jul 08 00:03:44.089 INFO STEP 120 (ensure_file) COMPLETE
104162026-07-08T00:03:45.091Z[ host-image] Jul 08 00:03:44.089 INFO O| Jul 08 00:03:44.089 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104172026-07-08T00:03:45.094Z[ host-image] Jul 08 00:03:44.095 INFO O| Jul 08 00:03:44.095 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist
104182026-07-08T00:03:45.094Z[ host-image] Jul 08 00:03:44.095 INFO O| Jul 08 00:03:44.095 INFO copying /tmp/.tmpEUv0W0/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 ...
104192026-07-08T00:03:45.097Z[ host-image] Jul 08 00:03:44.095 INFO O| Jul 08 00:03:44.095 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d
104202026-07-08T00:03:45.097Z[ host-image] Jul 08 00:03:44.095 INFO O| Jul 08 00:03:44.095 INFO ok!
104212026-07-08T00:03:45.097Z[ host-image] Jul 08 00:03:44.095 INFO O| Jul 08 00:03:44.095 INFO STEP 121 (ensure_file) COMPLETE
104222026-07-08T00:03:45.097Z[ host-image] Jul 08 00:03:44.095 INFO O| Jul 08 00:03:44.095 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104232026-07-08T00:03:45.100Z[ host-image] Jul 08 00:03:44.100 INFO O| Jul 08 00:03:44.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist
104242026-07-08T00:03:45.100Z[ host-image] Jul 08 00:03:44.100 INFO O| Jul 08 00:03:44.100 INFO copying /tmp/.tmpEUv0W0/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 ...
104252026-07-08T00:03:45.100Z[ host-image] Jul 08 00:03:44.100 INFO O| Jul 08 00:03:44.100 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d
104262026-07-08T00:03:45.100Z[ host-image] Jul 08 00:03:44.100 INFO O| Jul 08 00:03:44.100 INFO ok!
104272026-07-08T00:03:45.100Z[ host-image] Jul 08 00:03:44.100 INFO O| Jul 08 00:03:44.100 INFO STEP 122 (ensure_file) COMPLETE
104282026-07-08T00:03:45.100Z[ host-image] Jul 08 00:03:44.100 INFO O| Jul 08 00:03:44.100 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104292026-07-08T00:03:45.105Z[ host-image] Jul 08 00:03:44.106 INFO O| Jul 08 00:03:44.106 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist
104302026-07-08T00:03:45.108Z[ host-image] Jul 08 00:03:44.106 INFO O| Jul 08 00:03:44.106 INFO copying /tmp/.tmpEUv0W0/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 ...
104312026-07-08T00:03:45.108Z[ host-image] Jul 08 00:03:44.106 INFO O| Jul 08 00:03:44.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d
104322026-07-08T00:03:45.108Z[ host-image] Jul 08 00:03:44.106 INFO O| Jul 08 00:03:44.106 INFO ok!
104332026-07-08T00:03:45.108Z[ host-image] Jul 08 00:03:44.106 INFO O| Jul 08 00:03:44.106 INFO STEP 123 (ensure_file) COMPLETE
104342026-07-08T00:03:45.108Z[ host-image] Jul 08 00:03:44.106 INFO O| Jul 08 00:03:44.106 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104352026-07-08T00:03:45.111Z[ host-image] Jul 08 00:03:44.112 INFO O| Jul 08 00:03:44.112 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist
104362026-07-08T00:03:45.114Z[ host-image] Jul 08 00:03:44.112 INFO O| Jul 08 00:03:44.112 INFO copying /tmp/.tmpEUv0W0/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 ...
104372026-07-08T00:03:45.114Z[ host-image] Jul 08 00:03:44.112 INFO O| Jul 08 00:03:44.112 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d
104382026-07-08T00:03:45.114Z[ host-image] Jul 08 00:03:44.112 INFO O| Jul 08 00:03:44.112 INFO ok!
104392026-07-08T00:03:45.114Z[ host-image] Jul 08 00:03:44.112 INFO O| Jul 08 00:03:44.112 INFO STEP 124 (ensure_file) COMPLETE
104402026-07-08T00:03:45.114Z[ host-image] Jul 08 00:03:44.112 INFO O| Jul 08 00:03:44.112 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104412026-07-08T00:03:45.117Z[ host-image] Jul 08 00:03:44.117 INFO O| Jul 08 00:03:44.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist
104422026-07-08T00:03:45.117Z[ host-image] Jul 08 00:03:44.117 INFO O| Jul 08 00:03:44.117 INFO copying /tmp/.tmpEUv0W0/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 ...
104432026-07-08T00:03:45.117Z[ host-image] Jul 08 00:03:44.117 INFO O| Jul 08 00:03:44.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d
104442026-07-08T00:03:45.117Z[ host-image] Jul 08 00:03:44.117 INFO O| Jul 08 00:03:44.117 INFO ok!
104452026-07-08T00:03:45.117Z[ host-image] Jul 08 00:03:44.117 INFO O| Jul 08 00:03:44.117 INFO STEP 125 (ensure_file) COMPLETE
104462026-07-08T00:03:45.117Z[ host-image] Jul 08 00:03:44.117 INFO O| Jul 08 00:03:44.117 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104472026-07-08T00:03:45.122Z[ host-image] Jul 08 00:03:44.123 INFO O| Jul 08 00:03:44.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist
104482026-07-08T00:03:45.123Z[ host-image] Jul 08 00:03:44.123 INFO O| Jul 08 00:03:44.123 INFO copying /tmp/.tmpEUv0W0/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 ...
104492026-07-08T00:03:45.125Z[ host-image] Jul 08 00:03:44.123 INFO O| Jul 08 00:03:44.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d
104502026-07-08T00:03:45.125Z[ host-image] Jul 08 00:03:44.123 INFO O| Jul 08 00:03:44.123 INFO ok!
104512026-07-08T00:03:45.126Z[ host-image] Jul 08 00:03:44.123 INFO O| Jul 08 00:03:44.123 INFO STEP 126 (ensure_file) COMPLETE
104522026-07-08T00:03:45.126Z[ host-image] Jul 08 00:03:44.123 INFO O| Jul 08 00:03:44.123 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104532026-07-08T00:03:45.129Z[ host-image] Jul 08 00:03:44.128 INFO O| Jul 08 00:03:44.128 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist
104542026-07-08T00:03:45.129Z[ host-image] Jul 08 00:03:44.128 INFO O| Jul 08 00:03:44.128 INFO copying /tmp/.tmpEUv0W0/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 ...
104552026-07-08T00:03:45.129Z[ host-image] Jul 08 00:03:44.128 INFO O| Jul 08 00:03:44.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d
104562026-07-08T00:03:45.129Z[ host-image] Jul 08 00:03:44.128 INFO O| Jul 08 00:03:44.128 INFO ok!
104572026-07-08T00:03:45.129Z[ host-image] Jul 08 00:03:44.128 INFO O| Jul 08 00:03:44.128 INFO STEP 127 (ensure_file) COMPLETE
104582026-07-08T00:03:45.129Z[ host-image] Jul 08 00:03:44.128 INFO O| Jul 08 00:03:44.128 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104592026-07-08T00:03:45.135Z[ host-image] Jul 08 00:03:44.134 INFO O| Jul 08 00:03:44.134 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist
104602026-07-08T00:03:45.138Z[ host-image] Jul 08 00:03:44.134 INFO O| Jul 08 00:03:44.134 INFO copying /tmp/.tmpEUv0W0/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 ...
104612026-07-08T00:03:45.138Z[ host-image] Jul 08 00:03:44.134 INFO O| Jul 08 00:03:44.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh
104622026-07-08T00:03:45.138Z[ host-image] Jul 08 00:03:44.134 INFO O| Jul 08 00:03:44.134 INFO ok!
104632026-07-08T00:03:45.138Z[ host-image] Jul 08 00:03:44.134 INFO O| Jul 08 00:03:44.134 INFO STEP 128 (ensure_file) COMPLETE
104642026-07-08T00:03:45.138Z[ host-image] Jul 08 00:03:44.134 INFO O| Jul 08 00:03:44.134 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104652026-07-08T00:03:45.141Z[ host-image] Jul 08 00:03:44.140 INFO O| Jul 08 00:03:44.140 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist
104662026-07-08T00:03:45.141Z[ host-image] Jul 08 00:03:44.140 INFO O| Jul 08 00:03:44.140 INFO copying /tmp/.tmpEUv0W0/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 ...
104672026-07-08T00:03:45.141Z[ host-image] Jul 08 00:03:44.140 INFO O| Jul 08 00:03:44.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d
104682026-07-08T00:03:45.141Z[ host-image] Jul 08 00:03:44.140 INFO O| Jul 08 00:03:44.140 INFO ok!
104692026-07-08T00:03:45.141Z[ host-image] Jul 08 00:03:44.140 INFO O| Jul 08 00:03:44.140 INFO STEP 129 (ensure_file) COMPLETE
104702026-07-08T00:03:45.141Z[ host-image] Jul 08 00:03:44.140 INFO O| Jul 08 00:03:44.140 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104712026-07-08T00:03:45.145Z[ host-image] Jul 08 00:03:44.145 INFO O| Jul 08 00:03:44.145 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist
104722026-07-08T00:03:45.145Z[ host-image] Jul 08 00:03:44.145 INFO O| Jul 08 00:03:44.145 INFO copying /tmp/.tmpEUv0W0/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 ...
104732026-07-08T00:03:45.145Z[ host-image] Jul 08 00:03:44.146 INFO O| Jul 08 00:03:44.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh
104742026-07-08T00:03:45.148Z[ host-image] Jul 08 00:03:44.146 INFO O| Jul 08 00:03:44.146 INFO ok!
104752026-07-08T00:03:45.148Z[ host-image] Jul 08 00:03:44.146 INFO O| Jul 08 00:03:44.146 INFO STEP 130 (ensure_file) COMPLETE
104762026-07-08T00:03:45.148Z[ host-image] Jul 08 00:03:44.146 INFO O| Jul 08 00:03:44.146 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104772026-07-08T00:03:45.151Z[ host-image] Jul 08 00:03:44.151 INFO O| Jul 08 00:03:44.151 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist
104782026-07-08T00:03:45.151Z[ host-image] Jul 08 00:03:44.151 INFO O| Jul 08 00:03:44.151 INFO copying /tmp/.tmpEUv0W0/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 ...
104792026-07-08T00:03:45.151Z[ host-image] Jul 08 00:03:44.151 INFO O| Jul 08 00:03:44.151 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d
104802026-07-08T00:03:45.151Z[ host-image] Jul 08 00:03:44.151 INFO O| Jul 08 00:03:44.151 INFO ok!
104812026-07-08T00:03:45.151Z[ host-image] Jul 08 00:03:44.151 INFO O| Jul 08 00:03:44.151 INFO STEP 131 (ensure_file) COMPLETE
104822026-07-08T00:03:45.151Z[ host-image] Jul 08 00:03:44.151 INFO O| Jul 08 00:03:44.151 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104832026-07-08T00:03:45.156Z[ host-image] Jul 08 00:03:44.157 INFO O| Jul 08 00:03:44.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist
104842026-07-08T00:03:45.156Z[ host-image] Jul 08 00:03:44.157 INFO O| Jul 08 00:03:44.157 INFO copying /tmp/.tmpEUv0W0/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 ...
104852026-07-08T00:03:45.156Z[ host-image] Jul 08 00:03:44.157 INFO O| Jul 08 00:03:44.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh
104862026-07-08T00:03:45.160Z[ host-image] Jul 08 00:03:44.157 INFO O| Jul 08 00:03:44.157 INFO ok!
104872026-07-08T00:03:45.160Z[ host-image] Jul 08 00:03:44.157 INFO O| Jul 08 00:03:44.157 INFO STEP 132 (ensure_file) COMPLETE
104882026-07-08T00:03:45.160Z[ host-image] Jul 08 00:03:44.157 INFO O| Jul 08 00:03:44.157 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104892026-07-08T00:03:45.163Z[ host-image] Jul 08 00:03:44.163 INFO O| Jul 08 00:03:44.163 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist
104902026-07-08T00:03:45.163Z[ host-image] Jul 08 00:03:44.163 INFO O| Jul 08 00:03:44.163 INFO copying /tmp/.tmpEUv0W0/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 ...
104912026-07-08T00:03:45.163Z[ host-image] Jul 08 00:03:44.163 INFO O| Jul 08 00:03:44.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d
104922026-07-08T00:03:45.163Z[ host-image] Jul 08 00:03:44.163 INFO O| Jul 08 00:03:44.163 INFO ok!
104932026-07-08T00:03:45.164Z[ host-image] Jul 08 00:03:44.163 INFO O| Jul 08 00:03:44.163 INFO STEP 133 (ensure_file) COMPLETE
104942026-07-08T00:03:45.164Z[ host-image] Jul 08 00:03:44.163 INFO O| Jul 08 00:03:44.163 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
104952026-07-08T00:03:45.167Z[ host-image] Jul 08 00:03:44.168 INFO O| Jul 08 00:03:44.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist
104962026-07-08T00:03:45.170Z[ host-image] Jul 08 00:03:44.168 INFO O| Jul 08 00:03:44.168 INFO copying /tmp/.tmpEUv0W0/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 ...
104972026-07-08T00:03:45.170Z[ host-image] Jul 08 00:03:44.168 INFO O| Jul 08 00:03:44.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d
104982026-07-08T00:03:45.170Z[ host-image] Jul 08 00:03:44.168 INFO O| Jul 08 00:03:44.168 INFO ok!
104992026-07-08T00:03:45.170Z[ host-image] Jul 08 00:03:44.168 INFO O| Jul 08 00:03:44.168 INFO STEP 134 (ensure_file) COMPLETE
105002026-07-08T00:03:45.170Z[ host-image] Jul 08 00:03:44.168 INFO O| Jul 08 00:03:44.168 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105012026-07-08T00:03:45.174Z[ host-image] Jul 08 00:03:44.173 INFO O| Jul 08 00:03:44.173 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist
105022026-07-08T00:03:45.174Z[ host-image] Jul 08 00:03:44.173 INFO O| Jul 08 00:03:44.173 INFO copying /tmp/.tmpEUv0W0/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 ...
105032026-07-08T00:03:45.174Z[ host-image] Jul 08 00:03:44.173 INFO O| Jul 08 00:03:44.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d
105042026-07-08T00:03:45.174Z[ host-image] Jul 08 00:03:44.173 INFO O| Jul 08 00:03:44.173 INFO ok!
105052026-07-08T00:03:45.174Z[ host-image] Jul 08 00:03:44.173 INFO O| Jul 08 00:03:44.173 INFO STEP 135 (ensure_file) COMPLETE
105062026-07-08T00:03:45.174Z[ host-image] Jul 08 00:03:44.173 INFO O| Jul 08 00:03:44.173 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105072026-07-08T00:03:45.178Z[ host-image] Jul 08 00:03:44.179 INFO O| Jul 08 00:03:44.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist
105082026-07-08T00:03:45.178Z[ host-image] Jul 08 00:03:44.179 INFO O| Jul 08 00:03:44.179 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ...
105092026-07-08T00:03:45.181Z[ host-image] Jul 08 00:03:44.179 INFO O| Jul 08 00:03:44.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md
105102026-07-08T00:03:45.181Z[ host-image] Jul 08 00:03:44.179 INFO O| Jul 08 00:03:44.179 INFO ok!
105112026-07-08T00:03:45.181Z[ host-image] Jul 08 00:03:44.179 INFO O| Jul 08 00:03:44.179 INFO STEP 136 (ensure_file) COMPLETE
105122026-07-08T00:03:45.181Z[ host-image] Jul 08 00:03:44.179 INFO O| Jul 08 00:03:44.179 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105132026-07-08T00:03:45.184Z[ host-image] Jul 08 00:03:44.184 INFO O| Jul 08 00:03:44.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist
105142026-07-08T00:03:45.184Z[ host-image] Jul 08 00:03:44.184 INFO O| Jul 08 00:03:44.184 INFO copying /tmp/.tmpEUv0W0/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 ...
105152026-07-08T00:03:45.184Z[ host-image] Jul 08 00:03:44.184 INFO O| Jul 08 00:03:44.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt
105162026-07-08T00:03:45.184Z[ host-image] Jul 08 00:03:44.184 INFO O| Jul 08 00:03:44.184 INFO ok!
105172026-07-08T00:03:45.184Z[ host-image] Jul 08 00:03:44.184 INFO O| Jul 08 00:03:44.184 INFO STEP 137 (ensure_file) COMPLETE
105182026-07-08T00:03:45.184Z[ host-image] Jul 08 00:03:44.184 INFO O| Jul 08 00:03:44.184 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105192026-07-08T00:03:45.190Z[ host-image] Jul 08 00:03:44.190 INFO O| Jul 08 00:03:44.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist
105202026-07-08T00:03:45.190Z[ host-image] Jul 08 00:03:44.190 INFO O| Jul 08 00:03:44.190 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ...
105212026-07-08T00:03:45.190Z[ host-image] Jul 08 00:03:44.190 INFO O| Jul 08 00:03:44.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION
105222026-07-08T00:03:45.193Z[ host-image] Jul 08 00:03:44.190 INFO O| Jul 08 00:03:44.190 INFO ok!
105232026-07-08T00:03:45.193Z[ host-image] Jul 08 00:03:44.190 INFO O| Jul 08 00:03:44.190 INFO STEP 138 (ensure_file) COMPLETE
105242026-07-08T00:03:45.193Z[ host-image] Jul 08 00:03:44.190 INFO O| Jul 08 00:03:44.190 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105252026-07-08T00:03:45.196Z[ host-image] Jul 08 00:03:44.196 INFO O| Jul 08 00:03:44.196 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist
105262026-07-08T00:03:45.196Z[ host-image] Jul 08 00:03:44.196 INFO O| Jul 08 00:03:44.196 INFO copying /tmp/.tmpEUv0W0/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ...
105272026-07-08T00:03:45.797Z[ recovery-image] Jul 08 00:03:44.797 INFO O| ok, image written!
105282026-07-08T00:03:45.797Z[ recovery-image] Jul 08 00:03:44.797 INFO O| ok, boot_image_csum file written!
105292026-07-08T00:03:45.800Z[ recovery-image] Jul 08 00:03:44.799 INFO creating boot archive (CPIO)...
105302026-07-08T00:03:45.800Z[ recovery-image] Jul 08 00:03:44.799 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
105312026-07-08T00:03:45.805Z[ recovery-image] Jul 08 00:03:44.804 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk
105322026-07-08T00:03:45.805Z[ recovery-image] Jul 08 00:03:44.804 INFO E| + outfile=/work/os-recovery/cpio
105332026-07-08T00:03:45.805Z[ recovery-image] Jul 08 00:03:44.804 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
105342026-07-08T00:03:45.807Z[ recovery-image] Jul 08 00:03:44.806 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk
105352026-07-08T00:03:45.807Z[ recovery-image] Jul 08 00:03:44.807 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
105362026-07-08T00:03:45.841Z[ recovery-image] Jul 08 00:03:44.841 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
105372026-07-08T00:03:45.844Z[ recovery-image] Jul 08 00:03:44.841 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
105382026-07-08T00:03:45.847Z[ recovery-image] Jul 08 00:03:44.848 INFO creating compressed cpio/unix for dev loaders...
105392026-07-08T00:03:45.847Z[ recovery-image] Jul 08 00:03:44.848 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
105402026-07-08T00:03:46.118Z[ recovery-image] Jul 08 00:03:45.118 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None
105412026-07-08T00:03:50.120Z[ recovery-image] Jul 08 00:03:49.119 INFO creating reset image...
105422026-07-08T00:03:50.120Z[ recovery-image] Jul 08 00:03:49.119 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")
105432026-07-08T00:03:50.400Z[ recovery-image] Jul 08 00:03:49.400 INFO E| Updating crates.io index
105442026-07-08T00:03:50.698Z[ recovery-image] Jul 08 00:03:49.698 INFO E| Downloading crates ...
105452026-07-08T00:03:50.744Z[ recovery-image] Jul 08 00:03:49.744 INFO E| Downloaded sigchld v0.2.4
105462026-07-08T00:03:50.752Z[ recovery-image] Jul 08 00:03:49.752 INFO E| Downloaded duct v1.1.1
105472026-07-08T00:03:50.755Z[ recovery-image] Jul 08 00:03:49.754 INFO E| Downloaded colorchoice v1.0.5
105482026-07-08T00:03:50.759Z[ recovery-image] Jul 08 00:03:49.756 INFO E| Downloaded shared_child v1.1.1
105492026-07-08T00:03:50.759Z[ recovery-image] Jul 08 00:03:49.757 INFO E| Downloaded shared_thread v0.2.0
105502026-07-08T00:03:50.760Z[ recovery-image] Jul 08 00:03:49.757 INFO E| Downloaded clap_lex v1.1.0
105512026-07-08T00:03:50.760Z[ recovery-image] Jul 08 00:03:49.758 INFO E| Downloaded os_pipe v1.2.3
105522026-07-08T00:03:50.802Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling libc v0.2.186
105532026-07-08T00:03:50.802Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling proc-macro2 v1.0.106
105542026-07-08T00:03:50.802Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling quote v1.0.45
105552026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling unicode-ident v1.0.24
105562026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling signal-hook v0.3.18
105572026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling utf8parse v0.2.2
105582026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling anstyle-query v1.1.5
105592026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling colorchoice v1.0.5
105602026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.802 INFO E| Compiling is_terminal_polyfill v1.70.2
105612026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.803 INFO E| Compiling anstyle v1.0.14
105622026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.803 INFO E| Compiling strsim v0.11.1
105632026-07-08T00:03:50.806Z[ recovery-image] Jul 08 00:03:49.803 INFO E| Compiling clap_lex v1.1.0
105642026-07-08T00:03:50.813Z[ recovery-image] Jul 08 00:03:49.814 INFO E| Compiling heck v0.5.0
105652026-07-08T00:03:50.816Z[ recovery-image] Jul 08 00:03:49.814 INFO E| Compiling shared_thread v0.2.0
105662026-07-08T00:03:50.971Z[ recovery-image] Jul 08 00:03:49.960 INFO E| Compiling anstyle-parse v1.0.0
105672026-07-08T00:03:51.150Z[ recovery-image] Jul 08 00:03:50.149 INFO E| Compiling anstream v1.0.0
105682026-07-08T00:03:51.243Z[ host-image] Jul 08 00:03:50.236 INFO O| Jul 08 00:03:50.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz
105692026-07-08T00:03:51.243Z[ host-image] Jul 08 00:03:50.236 INFO O| Jul 08 00:03:50.236 INFO ok!
105702026-07-08T00:03:51.243Z[ host-image] Jul 08 00:03:50.236 INFO O| Jul 08 00:03:50.236 INFO STEP 139 (ensure_file) COMPLETE
105712026-07-08T00:03:51.243Z[ host-image] Jul 08 00:03:50.236 INFO O| Jul 08 00:03:50.236 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105722026-07-08T00:03:51.248Z[ host-image] Jul 08 00:03:50.245 INFO O| Jul 08 00:03:50.245 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib
105732026-07-08T00:03:51.248Z[ host-image] Jul 08 00:03:50.245 INFO O| Jul 08 00:03:50.245 INFO STEP 140 (ensure_dir) COMPLETE
105742026-07-08T00:03:51.248Z[ host-image] Jul 08 00:03:50.245 INFO O| Jul 08 00:03:50.245 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105752026-07-08T00:03:51.270Z[ host-image] Jul 08 00:03:50.253 INFO O| Jul 08 00:03:50.253 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc
105762026-07-08T00:03:51.270Z[ host-image] Jul 08 00:03:50.253 INFO O| Jul 08 00:03:50.253 INFO STEP 141 (ensure_dir) COMPLETE
105772026-07-08T00:03:51.271Z[ host-image] Jul 08 00:03:50.253 INFO O| Jul 08 00:03:50.253 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105782026-07-08T00:03:51.278Z[ host-image] Jul 08 00:03:50.262 INFO O| Jul 08 00:03:50.262 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest
105792026-07-08T00:03:51.278Z[ host-image] Jul 08 00:03:50.262 INFO O| Jul 08 00:03:50.262 INFO STEP 142 (ensure_dir) COMPLETE
105802026-07-08T00:03:51.279Z[ host-image] Jul 08 00:03:50.262 INFO O| Jul 08 00:03:50.262 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105812026-07-08T00:03:51.279Z[ host-image] Jul 08 00:03:50.269 INFO O| Jul 08 00:03:50.269 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site
105822026-07-08T00:03:51.279Z[ host-image] Jul 08 00:03:50.269 INFO O| Jul 08 00:03:50.269 INFO STEP 143 (ensure_dir) COMPLETE
105832026-07-08T00:03:51.279Z[ host-image] Jul 08 00:03:50.269 INFO O| Jul 08 00:03:50.269 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105842026-07-08T00:03:51.282Z[ host-image] Jul 08 00:03:50.278 INFO O| Jul 08 00:03:50.278 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
105852026-07-08T00:03:51.282Z[ host-image] Jul 08 00:03:50.278 INFO O| Jul 08 00:03:50.278 INFO copying /tmp/.tmpEUv0W0/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 ...
105862026-07-08T00:03:51.283Z[ host-image] Jul 08 00:03:50.278 INFO O| Jul 08 00:03:50.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml
105872026-07-08T00:03:51.283Z[ host-image] Jul 08 00:03:50.278 INFO O| Jul 08 00:03:50.278 INFO ok!
105882026-07-08T00:03:51.283Z[ host-image] Jul 08 00:03:50.278 INFO O| Jul 08 00:03:50.278 INFO STEP 144 (ensure_file) COMPLETE
105892026-07-08T00:03:51.283Z[ host-image] Jul 08 00:03:50.278 INFO O| Jul 08 00:03:50.278 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105902026-07-08T00:03:51.286Z[ host-image] Jul 08 00:03:50.286 INFO O| Jul 08 00:03:50.286 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root
105912026-07-08T00:03:51.286Z[ host-image] Jul 08 00:03:50.286 INFO O| Jul 08 00:03:50.286 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root
105922026-07-08T00:03:51.286Z[ host-image] Jul 08 00:03:50.286 INFO O| Jul 08 00:03:50.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root
105932026-07-08T00:03:51.286Z[ host-image] Jul 08 00:03:50.286 INFO O| Jul 08 00:03:50.286 INFO STEP 145 (ensure_dir) COMPLETE
105942026-07-08T00:03:51.286Z[ host-image] Jul 08 00:03:50.286 INFO O| Jul 08 00:03:50.286 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
105952026-07-08T00:03:51.294Z[ host-image] Jul 08 00:03:50.294 INFO O| Jul 08 00:03:50.294 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking
105962026-07-08T00:03:51.294Z[ host-image] Jul 08 00:03:50.294 INFO O| Jul 08 00:03:50.294 INFO copying /tmp/.tmpEUv0W0/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ...
105972026-07-08T00:03:51.297Z[ host-image] Jul 08 00:03:50.294 INFO O| Jul 08 00:03:50.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile
105982026-07-08T00:03:51.297Z[ host-image] Jul 08 00:03:50.294 INFO O| Jul 08 00:03:50.294 INFO ok!
105992026-07-08T00:03:51.297Z[ host-image] Jul 08 00:03:50.294 INFO O| Jul 08 00:03:50.294 INFO STEP 146 (ensure_file) COMPLETE
106002026-07-08T00:03:51.297Z[ host-image] Jul 08 00:03:50.294 INFO O| Jul 08 00:03:50.294 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106012026-07-08T00:03:51.301Z[ host-image] Jul 08 00:03:50.302 INFO O| Jul 08 00:03:50.302 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec"
106022026-07-08T00:03:51.304Z[ host-image] Jul 08 00:03:50.302 INFO O| Jul 08 00:03:50.302 INFO STEP 147 (remove_files) COMPLETE
106032026-07-08T00:03:51.304Z[ host-image] Jul 08 00:03:50.302 INFO O| Jul 08 00:03:50.302 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106042026-07-08T00:03:51.308Z[ host-image] Jul 08 00:03:50.309 INFO O| Jul 08 00:03:50.309 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap"
106052026-07-08T00:03:51.311Z[ host-image] Jul 08 00:03:50.309 INFO O| Jul 08 00:03:50.309 INFO STEP 148 (remove_files) COMPLETE
106062026-07-08T00:03:51.311Z[ host-image] Jul 08 00:03:50.309 INFO O| Jul 08 00:03:50.309 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106072026-07-08T00:03:51.315Z[ host-image] Jul 08 00:03:50.315 INFO O| Jul 08 00:03:50.315 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc"
106082026-07-08T00:03:51.318Z[ host-image] Jul 08 00:03:50.315 INFO O| Jul 08 00:03:50.315 INFO STEP 149 (remove_files) COMPLETE
106092026-07-08T00:03:51.318Z[ host-image] Jul 08 00:03:50.315 INFO O| Jul 08 00:03:50.315 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106102026-07-08T00:03:51.322Z[ host-image] Jul 08 00:03:50.323 INFO O| Jul 08 00:03:50.323 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security"
106112026-07-08T00:03:51.325Z[ host-image] Jul 08 00:03:50.323 INFO O| Jul 08 00:03:50.323 INFO STEP 150 (remove_files) COMPLETE
106122026-07-08T00:03:51.325Z[ host-image] Jul 08 00:03:50.323 INFO O| Jul 08 00:03:50.323 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106132026-07-08T00:03:51.330Z[ host-image] Jul 08 00:03:50.330 INFO O| Jul 08 00:03:50.330 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares"
106142026-07-08T00:03:51.333Z[ host-image] Jul 08 00:03:50.330 INFO O| Jul 08 00:03:50.330 INFO STEP 151 (remove_files) COMPLETE
106152026-07-08T00:03:51.333Z[ host-image] Jul 08 00:03:50.330 INFO O| Jul 08 00:03:50.330 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106162026-07-08T00:03:51.337Z[ host-image] Jul 08 00:03:50.337 INFO O| Jul 08 00:03:50.337 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb"
106172026-07-08T00:03:51.340Z[ host-image] Jul 08 00:03:50.338 INFO O| Jul 08 00:03:50.338 INFO STEP 152 (remove_files) COMPLETE
106182026-07-08T00:03:51.340Z[ host-image] Jul 08 00:03:50.338 INFO O| Jul 08 00:03:50.338 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106192026-07-08T00:03:51.345Z[ host-image] Jul 08 00:03:50.346 INFO O| Jul 08 00:03:50.346 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
106202026-07-08T00:03:51.345Z[ host-image] Jul 08 00:03:50.346 INFO O| Jul 08 00:03:50.346 INFO STEP 153 (remove_files) COMPLETE
106212026-07-08T00:03:51.346Z[ host-image] Jul 08 00:03:50.346 INFO O| Jul 08 00:03:50.346 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106222026-07-08T00:03:51.349Z[ recovery-image] Jul 08 00:03:50.349 INFO E| Compiling clap_builder v4.6.0
106232026-07-08T00:03:51.352Z[ host-image] Jul 08 00:03:50.353 INFO O| Jul 08 00:03:50.353 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
106242026-07-08T00:03:51.355Z[ host-image] Jul 08 00:03:50.353 INFO O| Jul 08 00:03:50.353 INFO STEP 154 (remove_files) COMPLETE
106252026-07-08T00:03:51.356Z[ host-image] Jul 08 00:03:50.353 INFO O| Jul 08 00:03:50.353 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106262026-07-08T00:03:51.360Z[ host-image] Jul 08 00:03:50.361 INFO O| Jul 08 00:03:50.361 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml"
106272026-07-08T00:03:51.363Z[ host-image] Jul 08 00:03:50.361 INFO O| Jul 08 00:03:50.361 INFO STEP 155 (remove_files) COMPLETE
106282026-07-08T00:03:51.363Z[ host-image] Jul 08 00:03:50.361 INFO O| Jul 08 00:03:50.361 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106292026-07-08T00:03:51.367Z[ host-image] Jul 08 00:03:50.367 INFO O| Jul 08 00:03:50.367 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
106302026-07-08T00:03:51.370Z[ host-image] Jul 08 00:03:50.367 INFO O| Jul 08 00:03:50.367 INFO STEP 156 (remove_files) COMPLETE
106312026-07-08T00:03:51.370Z[ host-image] Jul 08 00:03:50.367 INFO O| Jul 08 00:03:50.367 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106322026-07-08T00:03:51.373Z[ host-image] Jul 08 00:03:50.374 INFO O| Jul 08 00:03:50.374 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml"
106332026-07-08T00:03:51.377Z[ host-image] Jul 08 00:03:50.374 INFO O| Jul 08 00:03:50.374 INFO STEP 157 (remove_files) COMPLETE
106342026-07-08T00:03:51.377Z[ host-image] Jul 08 00:03:50.374 INFO O| Jul 08 00:03:50.374 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106352026-07-08T00:03:51.381Z[ host-image] Jul 08 00:03:50.382 INFO O| Jul 08 00:03:50.382 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml"
106362026-07-08T00:03:51.381Z[ host-image] Jul 08 00:03:50.382 INFO O| Jul 08 00:03:50.382 INFO STEP 158 (remove_files) COMPLETE
106372026-07-08T00:03:51.381Z[ host-image] Jul 08 00:03:50.382 INFO O| Jul 08 00:03:50.382 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106382026-07-08T00:03:51.388Z[ host-image] Jul 08 00:03:50.389 INFO O| Jul 08 00:03:50.389 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
106392026-07-08T00:03:51.389Z[ host-image] Jul 08 00:03:50.389 INFO O| Jul 08 00:03:50.389 INFO STEP 159 (remove_files) COMPLETE
106402026-07-08T00:03:51.392Z[ host-image] Jul 08 00:03:50.389 INFO O| Jul 08 00:03:50.389 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106412026-07-08T00:03:51.396Z[ host-image] Jul 08 00:03:50.396 INFO O| Jul 08 00:03:50.396 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml"
106422026-07-08T00:03:51.396Z[ host-image] Jul 08 00:03:50.396 INFO O| Jul 08 00:03:50.396 INFO STEP 160 (remove_files) COMPLETE
106432026-07-08T00:03:51.399Z[ host-image] Jul 08 00:03:50.396 INFO O| Jul 08 00:03:50.396 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106442026-07-08T00:03:51.405Z[ host-image] Jul 08 00:03:50.403 INFO O| Jul 08 00:03:50.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml"
106452026-07-08T00:03:51.405Z[ host-image] Jul 08 00:03:50.403 INFO O| Jul 08 00:03:50.403 INFO STEP 161 (remove_files) COMPLETE
106462026-07-08T00:03:51.414Z[ host-image] Jul 08 00:03:50.403 INFO O| Jul 08 00:03:50.403 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106472026-07-08T00:03:51.417Z[ host-image] Jul 08 00:03:50.410 INFO O| Jul 08 00:03:50.410 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
106482026-07-08T00:03:51.417Z[ host-image] Jul 08 00:03:50.410 INFO O| Jul 08 00:03:50.410 INFO STEP 162 (remove_files) COMPLETE
106492026-07-08T00:03:51.417Z[ host-image] Jul 08 00:03:50.410 INFO O| Jul 08 00:03:50.410 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106502026-07-08T00:03:51.417Z[ host-image] Jul 08 00:03:50.417 INFO O| Jul 08 00:03:50.417 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
106512026-07-08T00:03:51.417Z[ host-image] Jul 08 00:03:50.417 INFO O| Jul 08 00:03:50.417 INFO STEP 163 (remove_files) COMPLETE
106522026-07-08T00:03:51.417Z[ host-image] Jul 08 00:03:50.417 INFO O| Jul 08 00:03:50.417 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106532026-07-08T00:03:51.425Z[ host-image] Jul 08 00:03:50.425 INFO O| Jul 08 00:03:50.425 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml"
106542026-07-08T00:03:51.426Z[ host-image] Jul 08 00:03:50.425 INFO O| Jul 08 00:03:50.425 INFO STEP 164 (remove_files) COMPLETE
106552026-07-08T00:03:51.434Z[ host-image] Jul 08 00:03:50.425 INFO O| Jul 08 00:03:50.425 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106562026-07-08T00:03:51.434Z[ host-image] Jul 08 00:03:50.433 INFO O| Jul 08 00:03:50.433 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml"
106572026-07-08T00:03:51.434Z[ host-image] Jul 08 00:03:50.433 INFO O| Jul 08 00:03:50.433 INFO STEP 165 (remove_files) COMPLETE
106582026-07-08T00:03:51.434Z[ host-image] Jul 08 00:03:50.433 INFO O| Jul 08 00:03:50.433 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106592026-07-08T00:03:51.439Z[ host-image] Jul 08 00:03:50.439 INFO O| Jul 08 00:03:50.439 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
106602026-07-08T00:03:51.442Z[ host-image] Jul 08 00:03:50.439 INFO O| Jul 08 00:03:50.439 INFO STEP 166 (remove_files) COMPLETE
106612026-07-08T00:03:51.442Z[ host-image] Jul 08 00:03:50.439 INFO O| Jul 08 00:03:50.439 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106622026-07-08T00:03:51.445Z[ host-image] Jul 08 00:03:50.446 INFO O| Jul 08 00:03:50.446 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
106632026-07-08T00:03:51.445Z[ host-image] Jul 08 00:03:50.446 INFO O| Jul 08 00:03:50.446 INFO STEP 167 (remove_files) COMPLETE
106642026-07-08T00:03:51.448Z[ host-image] Jul 08 00:03:50.446 INFO O| Jul 08 00:03:50.446 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106652026-07-08T00:03:51.453Z[ host-image] Jul 08 00:03:50.453 INFO O| Jul 08 00:03:50.453 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat"
106662026-07-08T00:03:51.456Z[ host-image] Jul 08 00:03:50.454 INFO O| Jul 08 00:03:50.453 INFO STEP 168 (remove_files) COMPLETE
106672026-07-08T00:03:51.456Z[ host-image] Jul 08 00:03:50.454 INFO O| Jul 08 00:03:50.454 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106682026-07-08T00:03:51.460Z[ host-image] Jul 08 00:03:50.460 INFO O| Jul 08 00:03:50.460 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
106692026-07-08T00:03:51.460Z[ host-image] Jul 08 00:03:50.460 INFO O| Jul 08 00:03:50.460 INFO STEP 169 (remove_files) COMPLETE
106702026-07-08T00:03:51.460Z[ host-image] Jul 08 00:03:50.460 INFO O| Jul 08 00:03:50.460 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106712026-07-08T00:03:51.466Z[ host-image] Jul 08 00:03:50.466 INFO O| Jul 08 00:03:50.466 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml"
106722026-07-08T00:03:51.469Z[ host-image] Jul 08 00:03:50.466 INFO O| Jul 08 00:03:50.466 INFO STEP 170 (remove_files) COMPLETE
106732026-07-08T00:03:51.469Z[ host-image] Jul 08 00:03:50.466 INFO O| Jul 08 00:03:50.466 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106742026-07-08T00:03:51.472Z[ host-image] Jul 08 00:03:50.472 INFO O| Jul 08 00:03:50.472 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml"
106752026-07-08T00:03:51.472Z[ host-image] Jul 08 00:03:50.472 INFO O| Jul 08 00:03:50.472 INFO STEP 171 (remove_files) COMPLETE
106762026-07-08T00:03:51.472Z[ host-image] Jul 08 00:03:50.472 INFO O| Jul 08 00:03:50.472 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106772026-07-08T00:03:51.478Z[ host-image] Jul 08 00:03:50.478 INFO O| Jul 08 00:03:50.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml"
106782026-07-08T00:03:51.478Z[ host-image] Jul 08 00:03:50.478 INFO O| Jul 08 00:03:50.478 INFO STEP 172 (remove_files) COMPLETE
106792026-07-08T00:03:51.478Z[ host-image] Jul 08 00:03:50.478 INFO O| Jul 08 00:03:50.478 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106802026-07-08T00:03:51.484Z[ host-image] Jul 08 00:03:50.484 INFO O| Jul 08 00:03:50.484 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml"
106812026-07-08T00:03:51.487Z[ host-image] Jul 08 00:03:50.484 INFO O| Jul 08 00:03:50.484 INFO STEP 173 (remove_files) COMPLETE
106822026-07-08T00:03:51.487Z[ host-image] Jul 08 00:03:50.484 INFO O| Jul 08 00:03:50.484 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106832026-07-08T00:03:51.491Z[ host-image] Jul 08 00:03:50.491 INFO O| Jul 08 00:03:50.491 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml"
106842026-07-08T00:03:51.491Z[ host-image] Jul 08 00:03:50.491 INFO O| Jul 08 00:03:50.491 INFO STEP 174 (remove_files) COMPLETE
106852026-07-08T00:03:51.491Z[ host-image] Jul 08 00:03:50.491 INFO O| Jul 08 00:03:50.491 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
106862026-07-08T00:03:51.497Z[ host-image] Jul 08 00:03:50.497 INFO O| Jul 08 00:03:50.497 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml"
106872026-07-08T00:03:51.497Z[ host-image] Jul 08 00:03:50.498 INFO O| Jul 08 00:03:50.498 INFO STEP 175 (remove_files) COMPLETE
106882026-07-08T00:03:51.500Z[ host-image] Jul 08 00:03:50.498 INFO O| Jul 08 00:03:50.498 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json
106892026-07-08T00:03:51.506Z[ host-image] Jul 08 00:03:50.507 INFO O| Jul 08 00:03:50.507 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal
106902026-07-08T00:03:51.507Z[ host-image] Jul 08 00:03:50.507 INFO O| Jul 08 00:03:50.507 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"}
106912026-07-08T00:03:51.588Z[ recovery-image] Jul 08 00:03:50.588 INFO E| Compiling errno v0.3.14
106922026-07-08T00:03:51.588Z[ recovery-image] Jul 08 00:03:50.588 INFO E| Compiling os_pipe v1.2.3
106932026-07-08T00:03:51.676Z[ recovery-image] Jul 08 00:03:50.676 INFO E| Compiling signal-hook-registry v1.4.8
106942026-07-08T00:03:51.887Z[ recovery-image] Jul 08 00:03:50.887 INFO E| Compiling syn v2.0.117
106952026-07-08T00:03:51.925Z[ recovery-image] Jul 08 00:03:50.925 INFO E| Compiling sigchld v0.2.4
106962026-07-08T00:03:52.017Z[ recovery-image] Jul 08 00:03:51.017 INFO E| Compiling shared_child v1.1.1
106972026-07-08T00:03:52.117Z[ recovery-image] Jul 08 00:03:51.117 INFO E| Compiling duct v1.1.1
106982026-07-08T00:03:53.761Z[ recovery-image] Jul 08 00:03:52.761 INFO E| Compiling clap_derive v4.6.1
106992026-07-08T00:03:54.905Z[ recovery-image] Jul 08 00:03:53.905 INFO E| Compiling clap v4.6.1
107002026-07-08T00:03:54.963Z[ recovery-image] Jul 08 00:03:53.963 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
107012026-07-08T00:03:55.278Z[ host-image] Jul 08 00:03:54.279 INFO O| Jul 08 00:03:54.279 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
107022026-07-08T00:03:55.278Z[ host-image] Jul 08 00:03:54.279 INFO O| Jul 08 00:03:54.279 INFO E| svccfg: Loaded 79 smf(7) service descriptions
107032026-07-08T00:03:55.289Z[ host-image] Jul 08 00:03:54.289 INFO O| Jul 08 00:03:54.289 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"}
107042026-07-08T00:03:55.386Z[ host-image] Jul 08 00:03:54.386 INFO O| Jul 08 00:03:54.386 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_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", "SVCCFG_CHECKHASH": "1"}
107052026-07-08T00:03:55.440Z[ host-image] Jul 08 00:03:54.440 INFO O| Jul 08 00:03:54.440 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"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", "SVCCFG_CHECKHASH": "1"}
107062026-07-08T00:03:55.501Z[ host-image] Jul 08 00:03:54.501 INFO O| Jul 08 00:03:54.501 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist
107072026-07-08T00:03:55.501Z[ host-image] Jul 08 00:03:54.501 INFO O| Jul 08 00:03:54.501 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ...
107082026-07-08T00:03:55.574Z[ host-image] Jul 08 00:03:54.574 INFO O| Jul 08 00:03:54.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db
107092026-07-08T00:03:55.574Z[ host-image] Jul 08 00:03:54.574 INFO O| Jul 08 00:03:54.574 INFO ok!
107102026-07-08T00:03:55.577Z[ host-image] Jul 08 00:03:54.574 INFO O| Jul 08 00:03:54.574 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing
107112026-07-08T00:03:55.577Z[ host-image] Jul 08 00:03:54.574 INFO O| Jul 08 00:03:54.574 INFO STEP 176 (seed_smf) COMPLETE
107122026-07-08T00:03:55.577Z[ host-image] Jul 08 00:03:54.574 INFO O| Jul 08 00:03:54.574 INFO steps complete; finalising image!
107132026-07-08T00:03:55.577Z[ host-image] Jul 08 00:03:54.574 INFO O| Jul 08 00:03:54.574 INFO TRIM POOL: TEMPORARY-sled-zfs
107142026-07-08T00:03:55.619Z[ host-image] Jul 08 00:03:54.619 INFO O| Jul 08 00:03:54.619 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Wed Jul 8 00:03:54 2026)
107152026-07-08T00:03:55.749Z[ recovery-image] Jul 08 00:03:54.750 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
107162026-07-08T00:03:55.755Z[ recovery-image] Jul 08 00:03:54.755 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl`
107172026-07-08T00:03:55.834Z[ host-image] Jul 08 00:03:54.834 INFO O| Jul 08 00:03:54.834 INFO temporary pool has 849M used, 47.4M avail, 1.82x compressratio
107182026-07-08T00:03:55.834Z[ host-image] Jul 08 00:03:54.834 INFO O| Jul 08 00:03:54.834 INFO EXPORT POOL: TEMPORARY-sled-zfs
107192026-07-08T00:03:55.950Z[ recovery-image] Jul 08 00:03:54.950 INFO E| Downloading crates ...
107202026-07-08T00:03:55.997Z[ recovery-image] Jul 08 00:03:54.997 INFO E| Downloaded cpio_reader v0.1.2
107212026-07-08T00:03:56.004Z[ recovery-image] Jul 08 00:03:55.005 INFO E| Downloaded bitflags v2.13.0
107222026-07-08T00:03:56.012Z[ recovery-image] Jul 08 00:03:55.013 INFO E| Downloaded bitstruct_derive v0.1.0
107232026-07-08T00:03:56.015Z[ recovery-image] Jul 08 00:03:55.015 INFO E| Downloaded raw-cpuid v10.7.0
107242026-07-08T00:03:56.021Z[ recovery-image] Jul 08 00:03:55.021 INFO E| Downloaded bit_field v0.10.3
107252026-07-08T00:03:56.024Z[ recovery-image] Jul 08 00:03:55.021 INFO E| Downloaded bitstruct v0.1.1
107262026-07-08T00:03:56.034Z[ recovery-image] Jul 08 00:03:55.035 INFO E| Downloaded log v0.4.32
107272026-07-08T00:03:56.037Z[ recovery-image] Jul 08 00:03:55.037 INFO E| Downloaded miniz_oxide v0.9.1
107282026-07-08T00:03:56.069Z[ recovery-image] Jul 08 00:03:55.070 INFO E| Downloaded goblin v0.10.7
107292026-07-08T00:03:56.168Z[ host-image] Jul 08 00:03:55.168 INFO O| Jul 08 00:03:55.168 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw
107302026-07-08T00:03:56.168Z[ host-image] Jul 08 00:03:55.168 INFO O| Jul 08 00:03:55.168 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal
107312026-07-08T00:03:56.209Z[ recovery-image] Jul 08 00:03:55.209 INFO E| Downloaded x86 v0.52.0
107322026-07-08T00:03:56.243Z[ recovery-image] Jul 08 00:03:55.243 INFO E| Updating crates.io index
107332026-07-08T00:03:56.298Z[ recovery-image] Jul 08 00:03:55.298 INFO E| Downloading crates ...
107342026-07-08T00:03:56.323Z[ recovery-image] Jul 08 00:03:55.323 INFO E| Downloaded hashbrown v0.17.1
107352026-07-08T00:03:56.326Z[ recovery-image] Jul 08 00:03:55.326 INFO E| Downloaded rustc-literal-escaper v0.0.7
107362026-07-08T00:03:56.366Z[ recovery-image] Jul 08 00:03:55.366 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)
107372026-07-08T00:03:56.366Z[ recovery-image] Jul 08 00:03:55.366 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)
107382026-07-08T00:03:56.366Z[ recovery-image] Jul 08 00:03:55.366 INFO E| Compiling proc-macro2 v1.0.106
107392026-07-08T00:03:56.369Z[ recovery-image] Jul 08 00:03:55.366 INFO E| Compiling unicode-ident v1.0.24
107402026-07-08T00:03:56.369Z[ recovery-image] Jul 08 00:03:55.366 INFO E| Compiling quote v1.0.45
107412026-07-08T00:03:56.369Z[ recovery-image] Jul 08 00:03:55.366 INFO E| Compiling syn v1.0.109
107422026-07-08T00:03:56.398Z[ recovery-image] Jul 08 00:03:55.378 INFO E| Compiling x86 v0.52.0
107432026-07-08T00:03:56.398Z[ recovery-image] Jul 08 00:03:55.378 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
107442026-07-08T00:03:56.398Z[ recovery-image] Jul 08 00:03:55.378 INFO E| Compiling seq-macro v0.3.6
107452026-07-08T00:03:56.943Z[ host-image] Jul 08 00:03:55.943 INFO O| Jul 08 00:03:55.943 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw
107462026-07-08T00:03:56.943Z[ host-image] Jul 08 00:03:55.943 INFO O| Jul 08 00:03:55.943 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw
107472026-07-08T00:03:56.943Z[ host-image] Jul 08 00:03:55.943 INFO O| Jul 08 00:03:55.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw
107482026-07-08T00:03:56.947Z[ host-image] Jul 08 00:03:55.943 INFO O| Jul 08 00:03:55.943 INFO completed processing sled/zfs
107492026-07-08T00:03:56.947Z[ host-image] Jul 08 00:03:55.943 INFO O| Jul 08 00:03:55.943 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs
107502026-07-08T00:03:57.281Z[ recovery-image] Jul 08 00:03:56.281 INFO E| Compiling syn v2.0.117
107512026-07-08T00:03:58.534Z[ recovery-image] Jul 08 00:03:57.533 INFO E| Compiling scroll_derive v0.13.1
107522026-07-08T00:03:59.566Z[ recovery-image] Jul 08 00:03:58.566 INFO E| Compiling bitstruct_derive v0.1.0
107532026-07-08T00:04:08.404Z[ recovery-image] Jul 08 00:04:07.403 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)
107542026-07-08T00:04:10.445Z[ recovery-image] Jul 08 00:04:09.444 INFO E| Compiling bitflags v1.3.2
107552026-07-08T00:04:10.445Z[ recovery-image] Jul 08 00:04:09.444 INFO E| Compiling bitflags v2.13.0
107562026-07-08T00:04:10.448Z[ recovery-image] Jul 08 00:04:09.444 INFO E| Compiling log v0.4.32
107572026-07-08T00:04:10.448Z[ recovery-image] Jul 08 00:04:09.445 INFO E| Compiling bit_field v0.10.3
107582026-07-08T00:04:10.448Z[ recovery-image] Jul 08 00:04:09.445 INFO E| Compiling plain v0.2.3
107592026-07-08T00:04:10.448Z[ recovery-image] Jul 08 00:04:09.445 INFO E| Compiling adler2 v2.0.1
107602026-07-08T00:04:10.448Z[ recovery-image] Jul 08 00:04:09.445 INFO E| Compiling scroll v0.13.0
107612026-07-08T00:04:10.448Z[ recovery-image] Jul 08 00:04:09.445 INFO E| Compiling static_assertions v1.1.0
107622026-07-08T00:04:10.448Z[ recovery-image] Jul 08 00:04:09.445 INFO E| Compiling bitstruct v0.1.1
107632026-07-08T00:04:10.496Z[ recovery-image] Jul 08 00:04:09.496 INFO E| Compiling raw-cpuid v10.7.0
107642026-07-08T00:04:10.543Z[ recovery-image] Jul 08 00:04:09.543 INFO E| Compiling miniz_oxide v0.9.1
107652026-07-08T00:04:10.604Z[ recovery-image] Jul 08 00:04:09.605 INFO E| Compiling cpio_reader v0.1.2
107662026-07-08T00:04:10.661Z[ recovery-image] Jul 08 00:04:09.661 INFO E| Compiling goblin v0.10.7
107672026-07-08T00:04:11.495Z[ host-image] Jul 08 00:04:10.495 INFO O| Jul 08 00:04:10.495 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs
107682026-07-08T00:04:11.576Z[ host-image] Jul 08 00:04:10.574 INFO BUILD STRING "heads/stlouis-0-g9b09742c68c\n"
107692026-07-08T00:04:11.576Z[ host-image] Jul 08 00:04:10.574 INFO expanded image name: "ci 041867f/${os_short_commit} 2026-07-07 23:49" -> "ci 041867f/9b09742 2026-07-07 23:49"
107702026-07-08T00:04:11.579Z[ host-image] Jul 08 00:04:10.574 INFO output artefacts stored in: "/work/os-host"
107712026-07-08T00:04:11.579Z[ host-image] Jul 08 00:04:10.575 INFO collecting git info from project "image-builder"...
107722026-07-08T00:04:11.582Z[ host-image] Jul 08 00:04:10.581 INFO collecting git info from project "chelsio-t6-roms"...
107732026-07-08T00:04:11.586Z[ host-image] Jul 08 00:04:10.586 INFO collecting git info from project "phbl"...
107742026-07-08T00:04:11.591Z[ host-image] Jul 08 00:04:10.591 INFO collecting git info from project "amd-firmware"...
107752026-07-08T00:04:11.603Z[ host-image] Jul 08 00:04:10.604 INFO collecting git info from project "bootserver"...
107762026-07-08T00:04:11.608Z[ host-image] Jul 08 00:04:10.608 INFO collecting git info from project "pinprick"...
107772026-07-08T00:04:11.612Z[ host-image] Jul 08 00:04:10.613 INFO collecting git info from project "pilot"...
107782026-07-08T00:04:11.618Z[ host-image] Jul 08 00:04:10.618 INFO collecting git info from project "dmar-report"...
107792026-07-08T00:04:11.622Z[ host-image] Jul 08 00:04:10.623 INFO collecting git info from project "amd-host-image-builder"...
107802026-07-08T00:04:11.628Z[ host-image] Jul 08 00:04:10.628 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
107812026-07-08T00:04:11.928Z[ host-image] Jul 08 00:04:10.928 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
107822026-07-08T00:04:12.232Z[ host-image] Jul 08 00:04:11.232 INFO creating Oxide boot image...
107832026-07-08T00:04:12.232Z[ host-image] Jul 08 00:04:11.232 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 041867f/9b09742 2026-07-07 23:49", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
107842026-07-08T00:04:12.912Z[ host-image] Jul 08 00:04:11.912 INFO O| ok, image written!
107852026-07-08T00:04:12.912Z[ host-image] Jul 08 00:04:11.912 INFO O| ok, boot_image_csum file written!
107862026-07-08T00:04:12.915Z[ host-image] Jul 08 00:04:11.914 INFO creating boot archive (CPIO)...
107872026-07-08T00:04:12.915Z[ host-image] Jul 08 00:04:11.914 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
107882026-07-08T00:04:12.918Z[ host-image] Jul 08 00:04:11.918 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk
107892026-07-08T00:04:12.918Z[ host-image] Jul 08 00:04:11.918 INFO E| + outfile=/work/os-host/cpio
107902026-07-08T00:04:12.918Z[ host-image] Jul 08 00:04:11.918 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
107912026-07-08T00:04:12.921Z[ host-image] Jul 08 00:04:11.920 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk
107922026-07-08T00:04:12.921Z[ host-image] Jul 08 00:04:11.920 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
107932026-07-08T00:04:12.946Z[ host-image] Jul 08 00:04:11.946 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
107942026-07-08T00:04:12.946Z[ host-image] Jul 08 00:04:11.946 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
107952026-07-08T00:04:12.953Z[ host-image] Jul 08 00:04:11.952 INFO creating compressed cpio/unix for dev loaders...
107962026-07-08T00:04:12.953Z[ host-image] Jul 08 00:04:11.953 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
107972026-07-08T00:04:13.176Z[ host-image] Jul 08 00:04:12.176 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None
107982026-07-08T00:04:13.563Z[ recovery-image] Jul 08 00:04:12.563 INFO E| Finished `release` profile [optimized] target(s) in 17.79s
107992026-07-08T00:04:13.581Z[ recovery-image] Jul 08 00:04:12.581 INFO building ROM for gimlet
108002026-07-08T00:04:13.581Z[ recovery-image] Jul 08 00:04:12.581 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")
108012026-07-08T00:04:13.657Z[ recovery-image] Jul 08 00:04:12.657 INFO E| Downloading crates ...
108022026-07-08T00:04:13.716Z[ recovery-image] Jul 08 00:04:12.716 INFO E| Downloaded toml_datetime v0.6.9
108032026-07-08T00:04:13.719Z[ recovery-image] Jul 08 00:04:12.719 INFO E| Downloaded anstyle v1.0.10
108042026-07-08T00:04:13.724Z[ recovery-image] Jul 08 00:04:12.724 INFO E| Downloaded clap_lex v0.7.4
108052026-07-08T00:04:13.727Z[ recovery-image] Jul 08 00:04:12.727 INFO E| Downloaded colorchoice v1.0.3
108062026-07-08T00:04:13.733Z[ recovery-image] Jul 08 00:04:12.733 INFO E| Downloaded clap v4.5.37
108072026-07-08T00:04:13.738Z[ recovery-image] Jul 08 00:04:12.739 INFO E| Downloaded shared_child v1.0.1
108082026-07-08T00:04:13.741Z[ recovery-image] Jul 08 00:04:12.739 INFO E| Downloaded serde_spanned v0.6.8
108092026-07-08T00:04:13.741Z[ recovery-image] Jul 08 00:04:12.740 INFO E| Downloaded duct v0.13.7
108102026-07-08T00:04:13.741Z[ recovery-image] Jul 08 00:04:12.741 INFO E| Downloaded anstyle-query v1.1.2
108112026-07-08T00:04:13.745Z[ recovery-image] Jul 08 00:04:12.745 INFO E| Downloaded os_pipe v1.2.1
108122026-07-08T00:04:13.748Z[ recovery-image] Jul 08 00:04:12.746 INFO E| Downloaded is_terminal_polyfill v1.70.1
108132026-07-08T00:04:13.748Z[ recovery-image] Jul 08 00:04:12.748 INFO E| Downloaded toml_write v0.1.1
108142026-07-08T00:04:13.751Z[ recovery-image] Jul 08 00:04:12.749 INFO E| Downloaded anstyle-parse v0.2.6
108152026-07-08T00:04:13.751Z[ recovery-image] Jul 08 00:04:12.751 INFO E| Downloaded anstream v0.6.18
108162026-07-08T00:04:13.756Z[ recovery-image] Jul 08 00:04:12.757 INFO E| Downloaded clap_derive v4.5.32
108172026-07-08T00:04:13.772Z[ recovery-image] Jul 08 00:04:12.772 INFO E| Downloaded toml v0.8.22
108182026-07-08T00:04:13.791Z[ recovery-image] Jul 08 00:04:12.791 INFO E| Downloaded cc v1.2.20
108192026-07-08T00:04:13.797Z[ recovery-image] Jul 08 00:04:12.793 INFO E| Downloaded toml_edit v0.22.26
108202026-07-08T00:04:13.813Z[ recovery-image] Jul 08 00:04:12.813 INFO E| Downloaded winnow v0.7.7
108212026-07-08T00:04:13.818Z[ recovery-image] Jul 08 00:04:12.818 INFO E| Downloaded clap_builder v4.5.37
108222026-07-08T00:04:13.831Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling libc v0.2.172
108232026-07-08T00:04:13.831Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling utf8parse v0.2.2
108242026-07-08T00:04:13.834Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling anstyle-query v1.1.2
108252026-07-08T00:04:13.834Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling colorchoice v1.0.3
108262026-07-08T00:04:13.835Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling hashbrown v0.15.2
108272026-07-08T00:04:13.835Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling shlex v1.3.0
108282026-07-08T00:04:13.835Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling is_terminal_polyfill v1.70.1
108292026-07-08T00:04:13.835Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling anstyle v1.0.10
108302026-07-08T00:04:13.835Z[ recovery-image] Jul 08 00:04:12.831 INFO E| Compiling equivalent v1.0.2
108312026-07-08T00:04:13.848Z[ recovery-image] Jul 08 00:04:12.848 INFO E| Compiling once_cell v1.21.3
108322026-07-08T00:04:13.851Z[ recovery-image] Jul 08 00:04:12.849 INFO E| Compiling strsim v0.11.1
108332026-07-08T00:04:13.852Z[ recovery-image] Jul 08 00:04:12.849 INFO E| Compiling anyhow v1.0.98
108342026-07-08T00:04:13.856Z[ recovery-image] Jul 08 00:04:12.856 INFO E| Compiling winnow v0.7.7
108352026-07-08T00:04:13.859Z[ recovery-image] Jul 08 00:04:12.856 INFO E| Compiling clap_lex v0.7.4
108362026-07-08T00:04:13.859Z[ recovery-image] Jul 08 00:04:12.859 INFO E| Compiling toml_write v0.1.1
108372026-07-08T00:04:13.862Z[ recovery-image] Jul 08 00:04:12.863 INFO E| Compiling syn v2.0.101
108382026-07-08T00:04:13.953Z[ recovery-image] Jul 08 00:04:12.953 INFO E| Compiling anstyle-parse v0.2.6
108392026-07-08T00:04:14.083Z[ recovery-image] Jul 08 00:04:13.082 INFO E| Compiling cc v1.2.20
108402026-07-08T00:04:14.093Z[ recovery-image] Jul 08 00:04:13.092 INFO E| Compiling anstream v0.6.18
108412026-07-08T00:04:14.290Z[ recovery-image] Jul 08 00:04:13.290 INFO E| Compiling clap_builder v4.5.37
108422026-07-08T00:04:14.418Z[ recovery-image] Jul 08 00:04:13.418 INFO E| Compiling indexmap v2.9.0
108432026-07-08T00:04:14.537Z[ recovery-image] Jul 08 00:04:13.537 INFO E| Compiling os_pipe v1.2.1
108442026-07-08T00:04:14.537Z[ recovery-image] Jul 08 00:04:13.537 INFO E| Compiling shared_child v1.0.1
108452026-07-08T00:04:14.649Z[ recovery-image] Jul 08 00:04:13.648 INFO E| Compiling duct v0.13.7
108462026-07-08T00:04:15.070Z[ recovery-image] Jul 08 00:04:14.070 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask)
108472026-07-08T00:04:15.857Z[ recovery-image] Jul 08 00:04:14.857 INFO E| Compiling serde_derive v1.0.219
108482026-07-08T00:04:15.857Z[ recovery-image] Jul 08 00:04:14.857 INFO E| Compiling clap_derive v4.5.32
108492026-07-08T00:04:16.439Z[ host-image] Jul 08 00:04:15.439 INFO creating reset image...
108502026-07-08T00:04:16.439Z[ host-image] Jul 08 00:04:15.439 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")
108512026-07-08T00:04:16.506Z[ host-image] Jul 08 00:04:15.506 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
108522026-07-08T00:04:16.509Z[ host-image] Jul 08 00:04:15.507 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl`
108532026-07-08T00:04:16.778Z[ host-image] Jul 08 00:04:15.776 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)
108542026-07-08T00:04:16.778Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
108552026-07-08T00:04:16.778Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling proc-macro2 v1.0.106
108562026-07-08T00:04:16.778Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling quote v1.0.45
108572026-07-08T00:04:16.778Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling unicode-ident v1.0.24
108582026-07-08T00:04:16.778Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling syn v1.0.109
108592026-07-08T00:04:16.778Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling x86 v0.52.0
108602026-07-08T00:04:16.779Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
108612026-07-08T00:04:16.779Z[ host-image] Jul 08 00:04:15.777 INFO E| Compiling seq-macro v0.3.6
108622026-07-08T00:04:17.162Z[ recovery-image] Jul 08 00:04:16.161 INFO E| Compiling clap v4.5.37
108632026-07-08T00:04:17.704Z[ host-image] Jul 08 00:04:16.703 INFO E| Compiling syn v2.0.117
108642026-07-08T00:04:17.757Z[ recovery-image] Jul 08 00:04:16.755 INFO E| Compiling serde v1.0.219
108652026-07-08T00:04:18.990Z[ host-image] Jul 08 00:04:17.990 INFO E| Compiling scroll_derive v0.13.1
108662026-07-08T00:04:19.554Z[ recovery-image] Jul 08 00:04:18.554 INFO E| Compiling serde_spanned v0.6.8
108672026-07-08T00:04:19.554Z[ recovery-image] Jul 08 00:04:18.554 INFO E| Compiling toml_datetime v0.6.9
108682026-07-08T00:04:19.696Z[ recovery-image] Jul 08 00:04:18.696 INFO E| Compiling toml_edit v0.22.26
108692026-07-08T00:04:19.997Z[ host-image] Jul 08 00:04:18.997 INFO E| Compiling bitstruct_derive v0.1.0
108702026-07-08T00:04:20.933Z[ recovery-image] Jul 08 00:04:19.933 INFO E| Compiling toml v0.8.22
108712026-07-08T00:04:22.925Z[ recovery-image] Jul 08 00:04:21.925 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s
108722026-07-08T00:04:22.938Z[ recovery-image] Jul 08 00:04:21.938 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`
108732026-07-08T00:04:22.951Z[ recovery-image] Jul 08 00:04:21.951 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
108742026-07-08T00:04:23.024Z[ recovery-image] Jul 08 00:04:22.024 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
108752026-07-08T00:04:23.027Z[ recovery-image] Jul 08 00:04:22.027 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`
108762026-07-08T00:04:23.145Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
108772026-07-08T00:04:23.145Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
108782026-07-08T00:04:23.145Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
108792026-07-08T00:04:23.148Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
108802026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
108812026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
108822026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
108832026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
108842026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
108852026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
108862026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
108872026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
108882026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
108892026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.145 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
108902026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
108912026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO O| Info: ABL version: 0x100f5010
108922026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
108932026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
108942026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
108952026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
108962026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
108972026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
108982026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
108992026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
109002026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
109012026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
109022026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
109032026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
109042026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
109052026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
109062026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
109072026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
109082026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
109092026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
109102026-07-08T00:04:23.149Z[ recovery-image] Jul 08 00:04:22.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
109112026-07-08T00:04:23.180Z[ recovery-image] Jul 08 00:04:22.180 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
109122026-07-08T00:04:23.180Z[ recovery-image] Jul 08 00:04:22.180 INFO building ROM for cosmo
109132026-07-08T00:04:23.180Z[ recovery-image] Jul 08 00:04:22.180 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")
109142026-07-08T00:04:23.263Z[ recovery-image] Jul 08 00:04:22.263 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
109152026-07-08T00:04:23.266Z[ recovery-image] Jul 08 00:04:22.266 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`
109162026-07-08T00:04:23.276Z[ recovery-image] Jul 08 00:04:22.276 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
109172026-07-08T00:04:23.346Z[ recovery-image] Jul 08 00:04:22.346 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
109182026-07-08T00:04:23.349Z[ recovery-image] Jul 08 00:04:22.350 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`
109192026-07-08T00:04:23.557Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
109202026-07-08T00:04:23.557Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
109212026-07-08T00:04:23.557Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
109222026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
109232026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
109242026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
109252026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
109262026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
109272026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
109282026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
109292026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
109302026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
109312026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
109322026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
109332026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
109342026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
109352026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
109362026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.557 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
109372026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
109382026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
109392026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
109402026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
109412026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
109422026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
109432026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
109442026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
109452026-07-08T00:04:23.561Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
109462026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
109472026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
109482026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
109492026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
109502026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
109512026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
109522026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
109532026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
109542026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
109552026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
109562026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
109572026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
109582026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
109592026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
109602026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
109612026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
109622026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
109632026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
109642026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
109652026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
109662026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
109672026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
109682026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
109692026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
109702026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
109712026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.558 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
109722026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO O| Info: ABL version: 0x100af010
109732026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
109742026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
109752026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
109762026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
109772026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
109782026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
109792026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
109802026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
109812026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
109822026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
109832026-07-08T00:04:23.562Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
109842026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
109852026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
109862026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
109872026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
109882026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
109892026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
109902026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
109912026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
109922026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
109932026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
109942026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
109952026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
109962026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
109972026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
109982026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
109992026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
110002026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
110012026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.559 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
110022026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
110032026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
110042026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
110052026-07-08T00:04:23.563Z[ recovery-image] Jul 08 00:04:22.560 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
110062026-07-08T00:04:23.592Z[ recovery-image] Jul 08 00:04:22.592 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
110072026-07-08T00:04:23.592Z[ recovery-image] Jul 08 00:04:22.592 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
110082026-07-08T00:04:24.809Z[ recovery-image] Jul 08 00:04:23.809 INFO image complete! materials are in "/work/os-recovery"
110092026-07-08T00:04:24.813Z[ recovery-image]
110102026-07-08T00:04:24.813Z[ recovery-image] real 4:08.617291237
110112026-07-08T00:04:24.813Z[ recovery-image] user 2:33.762580959
110122026-07-08T00:04:24.813Z[ recovery-image] sys 34.660653505
110132026-07-08T00:04:24.813Z[ recovery-image] trap 0.060165411
110142026-07-08T00:04:24.813Z[ recovery-image] tflt 0.658921922
110152026-07-08T00:04:24.813Z[ recovery-image] dflt 0.882020481
110162026-07-08T00:04:24.813Z[ recovery-image] kflt 0.000091230
110172026-07-08T00:04:24.813Z[ recovery-image] lock 8:08.124488419
110182026-07-08T00:04:24.813Z[ recovery-image] slp 24:00.949846195
110192026-07-08T00:04:24.813Z[ recovery-image] lat 22.536054382
110202026-07-08T00:04:24.813Z[ recovery-image] stop 6.776060165
110212026-07-08T00:04:24.813ZJul 08 00:04:23.812 INFO [recovery-image] process exited with exit status: 0 (248.621761944s)
110222026-07-08T00:04:29.010Z[ host-image] Jul 08 00:04:28.010 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)
110232026-07-08T00:04:31.075Z[ host-image] Jul 08 00:04:30.074 INFO E| Compiling bitflags v1.3.2
110242026-07-08T00:04:31.075Z[ host-image] Jul 08 00:04:30.074 INFO E| Compiling scroll v0.13.0
110252026-07-08T00:04:31.075Z[ host-image] Jul 08 00:04:30.075 INFO E| Compiling plain v0.2.3
110262026-07-08T00:04:31.075Z[ host-image] Jul 08 00:04:30.075 INFO E| Compiling adler2 v2.0.1
110272026-07-08T00:04:31.075Z[ host-image] Jul 08 00:04:30.075 INFO E| Compiling bitflags v2.13.0
110282026-07-08T00:04:31.078Z[ host-image] Jul 08 00:04:30.075 INFO E| Compiling bit_field v0.10.3
110292026-07-08T00:04:31.078Z[ host-image] Jul 08 00:04:30.075 INFO E| Compiling log v0.4.32
110302026-07-08T00:04:31.078Z[ host-image] Jul 08 00:04:30.075 INFO E| Compiling static_assertions v1.1.0
110312026-07-08T00:04:31.078Z[ host-image] Jul 08 00:04:30.075 INFO E| Compiling bitstruct v0.1.1
110322026-07-08T00:04:31.123Z[ host-image] Jul 08 00:04:30.123 INFO E| Compiling raw-cpuid v10.7.0
110332026-07-08T00:04:31.177Z[ host-image] Jul 08 00:04:30.177 INFO E| Compiling miniz_oxide v0.9.1
110342026-07-08T00:04:31.230Z[ host-image] Jul 08 00:04:30.230 INFO E| Compiling cpio_reader v0.1.2
110352026-07-08T00:04:31.298Z[ host-image] Jul 08 00:04:30.298 INFO E| Compiling goblin v0.10.7
110362026-07-08T00:04:34.067Z[ host-image] Jul 08 00:04:33.067 INFO E| Finished `release` profile [optimized] target(s) in 17.54s
110372026-07-08T00:04:34.078Z[ host-image] Jul 08 00:04:33.078 INFO building ROM for cosmo
110382026-07-08T00:04:34.078Z[ host-image] Jul 08 00:04:33.078 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")
110392026-07-08T00:04:34.167Z[ host-image] Jul 08 00:04:33.167 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110402026-07-08T00:04:34.170Z[ host-image] Jul 08 00:04:33.170 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/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`
110412026-07-08T00:04:34.182Z[ host-image] Jul 08 00:04:33.182 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml"
110422026-07-08T00:04:34.247Z[ host-image] Jul 08 00:04:33.247 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
110432026-07-08T00:04:34.250Z[ host-image] Jul 08 00:04:33.249 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`
110442026-07-08T00:04:34.450Z[ host-image] Jul 08 00:04:33.449 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn"
110452026-07-08T00:04:34.450Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin"
110462026-07-08T00:04:34.450Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin"
110472026-07-08T00:04:34.454Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin"
110482026-07-08T00:04:34.454Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin"
110492026-07-08T00:04:34.454Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin"
110502026-07-08T00:04:34.454Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn"
110512026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn"
110522026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin"
110532026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin"
110542026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin"
110552026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin"
110562026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin"
110572026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin"
110582026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin"
110592026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin"
110602026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin"
110612026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin"
110622026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin"
110632026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin"
110642026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin"
110652026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin"
110662026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin"
110672026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin"
110682026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin"
110692026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin"
110702026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin"
110712026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin"
110722026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin"
110732026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin"
110742026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin"
110752026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin"
110762026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin"
110772026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin"
110782026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin"
110792026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin"
110802026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin"
110812026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.450 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin"
110822026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin"
110832026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin"
110842026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin"
110852026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin"
110862026-07-08T00:04:34.455Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin"
110872026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin"
110882026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin"
110892026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin"
110902026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin"
110912026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin"
110922026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin"
110932026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin"
110942026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin"
110952026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin"
110962026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin"
110972026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO O| Info: ABL version: 0x100af010
110982026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0
110992026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0
111002026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin"
111012026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"
111022026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.451 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin"
111032026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin"
111042026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin"
111052026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin"
111062026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin"
111072026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin"
111082026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin"
111092026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin"
111102026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin"
111112026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin"
111122026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin"
111132026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin"
111142026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin"
111152026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin"
111162026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin"
111172026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin"
111182026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin"
111192026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin"
111202026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin"
111212026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin"
111222026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin"
111232026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin"
111242026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin"
111252026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin"
111262026-07-08T00:04:34.456Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin"
111272026-07-08T00:04:34.457Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin"
111282026-07-08T00:04:34.457Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin"
111292026-07-08T00:04:34.457Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin"
111302026-07-08T00:04:34.457Z[ host-image] Jul 08 00:04:33.452 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin"
111312026-07-08T00:04:34.482Z[ host-image] Jul 08 00:04:33.482 INFO skipping building ROM for cosmo-mbist ('mbist' disabled)
111322026-07-08T00:04:34.482Z[ host-image] Jul 08 00:04:33.482 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled)
111332026-07-08T00:04:34.485Z[ host-image] Jul 08 00:04:33.482 INFO building ROM for gimlet
111342026-07-08T00:04:34.485Z[ host-image] Jul 08 00:04:33.482 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")
111352026-07-08T00:04:34.564Z[ host-image] Jul 08 00:04:33.564 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s
111362026-07-08T00:04:34.567Z[ host-image] Jul 08 00:04:33.566 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`
111372026-07-08T00:04:34.577Z[ host-image] Jul 08 00:04:33.577 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml"
111382026-07-08T00:04:34.642Z[ host-image] Jul 08 00:04:33.642 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
111392026-07-08T00:04:34.664Z[ host-image] Jul 08 00:04:33.644 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`
111402026-07-08T00:04:34.754Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn"
111412026-07-08T00:04:34.754Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin"
111422026-07-08T00:04:34.754Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin"
111432026-07-08T00:04:34.754Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin"
111442026-07-08T00:04:34.754Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn"
111452026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn"
111462026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin"
111472026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin"
111482026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin"
111492026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin"
111502026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin"
111512026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin"
111522026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin"
111532026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin"
111542026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin"
111552026-07-08T00:04:34.757Z[ host-image] Jul 08 00:04:33.754 INFO O| Info: ABL version: 0x100f5010
111562026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.754 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100
111572026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin"
111582026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin"
111592026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin"
111602026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin"
111612026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin"
111622026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin"
111632026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin"
111642026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin"
111652026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin"
111662026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin"
111672026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin"
111682026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin"
111692026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin"
111702026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin"
111712026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin"
111722026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin"
111732026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin"
111742026-07-08T00:04:34.758Z[ host-image] Jul 08 00:04:33.755 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin"
111752026-07-08T00:04:34.785Z[ host-image] Jul 08 00:04:33.785 INFO finishing image archive at "/work/os-host/os.tar.gz"...
111762026-07-08T00:04:44.043Z[ host-image] Jul 08 00:04:43.042 INFO image complete! materials are in "/work/os-host"
111772026-07-08T00:04:44.046Z[ host-image]
111782026-07-08T00:04:44.046Z[ host-image] real 4:57.513610491
111792026-07-08T00:04:44.046Z[ host-image] user 2:26.840516462
111802026-07-08T00:04:44.046Z[ host-image] sys 32.014609930
111812026-07-08T00:04:44.046Z[ host-image] trap 0.059742223
111822026-07-08T00:04:44.046Z[ host-image] tflt 0.317931460
111832026-07-08T00:04:44.046Z[ host-image] dflt 0.186980334
111842026-07-08T00:04:44.046Z[ host-image] kflt 0.000067370
111852026-07-08T00:04:44.049Z[ host-image] lock 8:13.638429872
111862026-07-08T00:04:44.049Z[ host-image] slp 28:43.058637633
111872026-07-08T00:04:44.049Z[ host-image] lat 18.098005285
111882026-07-08T00:04:44.049Z[ host-image] stop 1.574350439
111892026-07-08T00:04:44.049ZJul 08 00:04:43.046 INFO [host-image] process exited with exit status: 0 (297.518928659s)
111902026-07-08T00:04:44.049ZJul 08 00:04:43.046 INFO [tuf-repo] running task
111912026-07-08T00:05:02.690ZJul 08 00:05:01.690 INFO assembling repository in `/tmp/tufaceous5Ax2RY`, component: OmicronRepoAssembler
111922026-07-08T00:05:08.070ZJul 08 00:05:07.070 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
111932026-07-08T00:05:08.290ZJul 08 00:05:07.289 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
111942026-07-08T00:05:16.987ZJul 08 00:05:15.986 INFO extracting uploaded archive to /tmp/.tmp0kftnI
111952026-07-08T00:05:18.692ZJul 08 00:05:17.691 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.bLUGwx
111962026-07-08T00:05:18.746ZJul 08 00:05:17.746 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
111972026-07-08T00:05:18.848ZJul 08 00:05:17.848 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
111982026-07-08T00:05:18.932ZJul 08 00:05:17.932 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
111992026-07-08T00:05:19.010ZJul 08 00:05:18.009 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112002026-07-08T00:05:19.095ZJul 08 00:05:18.094 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112012026-07-08T00:05:19.182ZJul 08 00:05:18.182 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112022026-07-08T00:05:19.268ZJul 08 00:05:18.268 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112032026-07-08T00:05:19.371ZJul 08 00:05:18.370 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112042026-07-08T00:05:19.371ZJul 08 00:05:18.370 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112052026-07-08T00:05:19.420ZJul 08 00:05:18.420 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112062026-07-08T00:05:19.423ZJul 08 00:05:18.420 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112072026-07-08T00:05:19.468ZJul 08 00:05:18.468 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112082026-07-08T00:05:19.472ZJul 08 00:05:18.468 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112092026-07-08T00:05:19.517ZJul 08 00:05:18.517 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112102026-07-08T00:05:19.520ZJul 08 00:05:18.517 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112112026-07-08T00:05:19.566ZJul 08 00:05:18.565 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112122026-07-08T00:05:19.568ZJul 08 00:05:18.565 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112132026-07-08T00:05:19.612ZJul 08 00:05:18.612 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112142026-07-08T00:05:19.615ZJul 08 00:05:18.612 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112152026-07-08T00:05:19.658ZJul 08 00:05:18.658 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112162026-07-08T00:05:19.658ZJul 08 00:05:18.658 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112172026-07-08T00:05:19.661ZJul 08 00:05:18.658 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112182026-07-08T00:05:19.661ZJul 08 00:05:18.659 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112192026-07-08T00:05:19.662ZJul 08 00:05:18.660 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112202026-07-08T00:05:19.662ZJul 08 00:05:18.660 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112212026-07-08T00:05:19.662ZJul 08 00:05:18.661 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
112222026-07-08T00:05:25.140ZJul 08 00:05:24.139 INFO added artifact, length: 33554432, hash: be2ae7774c92700dbf46c58ea65b3a83ff2868432624d102ae2b0f2dc7877e98, version: 21.0.0-0.ci+git041867f7c27, kind: gimlet_host_phase_1, name: host
112232026-07-08T00:05:25.140ZJul 08 00:05:24.140 INFO added artifact, length: 33554432, hash: 6d4891558497ca08a3da3a8ff4e7d7c91f5406d67f84aed88d3408f03f030403, version: 21.0.0-0.ci+git041867f7c27, kind: cosmo_host_phase_1, name: host
112242026-07-08T00:05:25.143ZJul 08 00:05:24.140 INFO added artifact, length: 1101008896, hash: e3afb44dbb240bf3a729d763ade6779087aad56a1f668f462f492764d81d9d56, version: 21.0.0-0.ci+git041867f7c27, kind: host_phase_2, name: host
112252026-07-08T00:05:26.108ZJul 08 00:05:25.107 INFO added artifact, length: 33554432, hash: 6fb873deac3029279250b232dbbf0205e1e59d5e5e6478e40403603374444d39, version: 21.0.0-0.ci+git041867f7c27, kind: gimlet_trampoline_phase_1, name: trampoline
112262026-07-08T00:05:26.108ZJul 08 00:05:25.107 INFO added artifact, length: 33554432, hash: be82149e170a99e2c588ec42290f6adafc2cffa52e60dcfcbd763409cd39dbb9, version: 21.0.0-0.ci+git041867f7c27, kind: cosmo_trampoline_phase_1, name: trampoline
112272026-07-08T00:05:26.108ZJul 08 00:05:25.107 INFO added artifact, length: 164510642, hash: 77e96fa32470179183c7fe7152dd83d84bb17b8d07402ca2aefbfc4bda7ea093, version: 21.0.0-0.ci+git041867f7c27, kind: trampoline_phase_2, name: trampoline
112282026-07-08T00:05:27.923ZJul 08 00:05:26.922 INFO added artifact, length: 304329355, hash: f513787ec0784fcbc7ecac962c20334e4056b3dab0d5898d08523f71530d63a3, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: clickhouse_keeper
112292026-07-08T00:05:29.697ZJul 08 00:05:28.696 INFO added artifact, length: 318180717, hash: 35881d4812486d461e3792bacdbb50396f0e1653e546ca07231c87b17f7f1286, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: clickhouse_server
112302026-07-08T00:05:31.531ZJul 08 00:05:30.531 INFO added artifact, length: 318183482, hash: 93474dc6ad59f842e58c92625dc32bed7d3c09f8ed049cd955476f308fd89901, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: clickhouse
112312026-07-08T00:05:32.437ZJul 08 00:05:31.437 INFO added artifact, length: 165616442, hash: 86063ae329181dca5a23f49180c261c6b7b98204b7ac47071f99ad450ad29cd2, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: cockroachdb
112322026-07-08T00:05:32.646ZJul 08 00:05:31.645 INFO added artifact, length: 40048238, hash: c26bb73f6eb64e59cf79aa9bb66d0e640855d70ee97b73a6b99d2e4c242d3c10, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: crucible-pantry-zone
112332026-07-08T00:05:32.934ZJul 08 00:05:31.933 INFO added artifact, length: 55096751, hash: 337cc09b0423d7aaa8a4a3e58e237dfe95c74bf35f1f155dbec2067edcb05c22, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: crucible-zone
112342026-07-08T00:05:33.198ZJul 08 00:05:32.197 INFO added artifact, length: 47916883, hash: ef590f1ee8f90683a7a79fcdd1c1835b551ac579184246e161b7e93bf38c6bef, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: external-dns
112352026-07-08T00:05:33.447ZJul 08 00:05:32.446 INFO added artifact, length: 47916481, hash: 4666e9e03dd5b7d628846e239809a3cbf6bf2dd62b3224da9b3ed31cfcf015c3, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: internal-dns
112362026-07-08T00:05:34.943ZJul 08 00:05:33.943 INFO added artifact, length: 281117028, hash: e6f628479be4027bead032965bbcbd88085cef7bc55285b0b9f46d27e6609d0d, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: nexus
112372026-07-08T00:05:35.121ZJul 08 00:05:34.120 INFO added artifact, length: 30628372, hash: f9d154718d7ddc74ebafa69eb55712a84a12741d604a519f7a713c6bbcd31e08, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: ntp
112382026-07-08T00:05:35.476ZJul 08 00:05:34.475 INFO added artifact, length: 63623109, hash: 9aee2b6d5d10d1822fb8067c0ce3a3dbd81a9729f0af0f7ca681c4b7be412a58, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: oximeter
112392026-07-08T00:05:35.493ZJul 08 00:05:34.493 INFO added artifact, length: 3109592, hash: 02503ab5bdbe398c0524993e39825ef5f36acc432fd4257d75682f0261f07271, version: 21.0.0-0.ci+git041867f7c27, kind: zone, name: probe
112402026-07-08T00:05:35.497ZJul 08 00:05:34.493 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
112412026-07-08T00:05:35.497ZJul 08 00:05:34.493 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
112422026-07-08T00:05:35.497ZJul 08 00:05:34.493 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
112432026-07-08T00:05:35.519ZJul 08 00:05:34.518 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
112442026-07-08T00:05:35.544ZJul 08 00:05:34.543 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
112452026-07-08T00:05:35.572ZJul 08 00:05:34.569 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
112462026-07-08T00:05:35.618ZJul 08 00:05:34.617 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
112472026-07-08T00:05:35.618ZJul 08 00:05:34.617 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
112482026-07-08T00:05:35.671ZJul 08 00:05:34.670 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
112492026-07-08T00:05:35.671ZJul 08 00:05:34.671 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
112502026-07-08T00:05:35.719ZJul 08 00:05:34.718 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
112512026-07-08T00:05:35.722ZJul 08 00:05:34.719 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
112522026-07-08T00:05:35.764ZJul 08 00:05:34.763 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
112532026-07-08T00:05:35.764ZJul 08 00:05:34.763 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
112542026-07-08T00:05:35.766ZJul 08 00:05:34.764 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
112552026-07-08T00:05:35.766ZJul 08 00:05:34.765 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
112562026-07-08T00:05:35.767ZJul 08 00:05:34.765 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
112572026-07-08T00:05:35.807ZJul 08 00:05:34.806 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
112582026-07-08T00:05:35.900ZJul 08 00:05:34.899 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
112592026-07-08T00:05:35.986ZJul 08 00:05:34.985 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
112602026-07-08T00:05:36.067ZJul 08 00:05:35.067 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
112612026-07-08T00:05:36.067ZJul 08 00:05:35.067 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
112622026-07-08T00:05:36.116ZJul 08 00:05:35.116 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112632026-07-08T00:05:36.116ZJul 08 00:05:35.116 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
112642026-07-08T00:05:36.163ZJul 08 00:05:35.162 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
112652026-07-08T00:05:36.166ZJul 08 00:05:35.162 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
112662026-07-08T00:05:36.211ZJul 08 00:05:35.211 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
112672026-07-08T00:05:36.211ZJul 08 00:05:35.211 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
112682026-07-08T00:05:36.214ZJul 08 00:05:35.211 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
112692026-07-08T00:05:36.214ZJul 08 00:05:35.212 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
112702026-07-08T00:05:36.214ZJul 08 00:05:35.213 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
112712026-07-08T00:05:36.214ZJul 08 00:05:35.213 INFO added artifact, length: 924, hash: 60932a72baab8c763ddf7870cdcb4ed490747fb1a95ab95df1a0c9b8c3cc89de, version: 21.0.0-0.ci+git041867f7c27, kind: installinator_document, name: installinator_document
112722026-07-08T00:05:36.719ZJul 08 00:05:35.719 INFO extracting uploaded archive to /tmp/.tmpu7yatd
112732026-07-08T00:05:38.472ZJul 08 00:05:37.471 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.4e0Z6Q
112742026-07-08T00:05:38.525ZJul 08 00:05:37.524 INFO added artifact, length: 6691707, hash: 6e54a62de9e61278cfd79abdef4d3a5c03c8d0f725ba8d225ea39730ab9e511c, version: 1.76.0, kind: gimlet_sp, name: cosmo-a
112752026-07-08T00:05:38.616ZJul 08 00:05:37.615 INFO added artifact, length: 6693207, hash: 898c3ba72e9920962fdb0676906da1e7b098a32e1d60dcd1a7007817bb6e7d34, version: 1.76.0, kind: gimlet_sp, name: cosmo-b
112762026-07-08T00:05:38.693ZJul 08 00:05:37.693 INFO added artifact, length: 5487226, hash: cb23cdf30166786668b309c771fb32208bf6d4b240206a89c8a08907ea64c36f, version: 1.76.0, kind: gimlet_sp, name: gimlet-b
112772026-07-08T00:05:38.774ZJul 08 00:05:37.773 INFO added artifact, length: 5490780, hash: 468a3793814a0a38efb97af0a88ca18ad15cd283705e67abc0648e200389b928, version: 1.76.0, kind: gimlet_sp, name: gimlet-c
112782026-07-08T00:05:38.855ZJul 08 00:05:37.854 INFO added artifact, length: 5470180, hash: 43ff82883aaa215a27f2cd75d756380bc05088d3205b725d7c53d926e3080854, version: 1.76.0, kind: gimlet_sp, name: gimlet-d
112792026-07-08T00:05:38.927ZJul 08 00:05:37.926 INFO added artifact, length: 5470183, hash: a4201bc99eee5fb4dc6e7f1665eb273be212a3adc41db37c81d04a873e8dcd34, version: 1.76.0, kind: gimlet_sp, name: gimlet-e
112802026-07-08T00:05:39.001ZJul 08 00:05:38.000 INFO added artifact, length: 5470166, hash: 9365108e16312e19b94ae5fdf989b3772cb906ee98a93e16bacec49da3da3380, version: 1.76.0, kind: gimlet_sp, name: gimlet-f
112812026-07-08T00:05:39.099ZJul 08 00:05:38.098 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet
112822026-07-08T00:05:39.099ZJul 08 00:05:38.098 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet
112832026-07-08T00:05:39.149ZJul 08 00:05:38.149 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo
112842026-07-08T00:05:39.149ZJul 08 00:05:38.149 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo
112852026-07-08T00:05:39.198ZJul 08 00:05:38.197 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112862026-07-08T00:05:39.201ZJul 08 00:05:38.197 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet
112872026-07-08T00:05:39.251ZJul 08 00:05:38.251 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart
112882026-07-08T00:05:39.254ZJul 08 00:05:38.251 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart
112892026-07-08T00:05:39.299ZJul 08 00:05:38.299 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112902026-07-08T00:05:39.300ZJul 08 00:05:38.299 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo
112912026-07-08T00:05:39.348ZJul 08 00:05:38.347 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet
112922026-07-08T00:05:39.351ZJul 08 00:05:38.347 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet
112932026-07-08T00:05:39.394ZJul 08 00:05:38.394 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo
112942026-07-08T00:05:39.394ZJul 08 00:05:38.394 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo
112952026-07-08T00:05:39.397ZJul 08 00:05:38.394 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet
112962026-07-08T00:05:39.397ZJul 08 00:05:38.395 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo
112972026-07-08T00:05:39.397ZJul 08 00:05:38.396 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart
112982026-07-08T00:05:39.397ZJul 08 00:05:38.396 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet
112992026-07-08T00:05:39.400ZJul 08 00:05:38.397 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo
113002026-07-08T00:05:44.650ZJul 08 00:05:43.649 INFO added artifact, length: 33554432, hash: be2ae7774c92700dbf46c58ea65b3a83ff2868432624d102ae2b0f2dc7877e98, version: 21.0.0-0.ci+git041867f7c27, kind: gimlet_host_phase_1, name: host
113012026-07-08T00:05:44.651ZJul 08 00:05:43.650 INFO added artifact, length: 33554432, hash: 6d4891558497ca08a3da3a8ff4e7d7c91f5406d67f84aed88d3408f03f030403, version: 21.0.0-0.ci+git041867f7c27, kind: cosmo_host_phase_1, name: host
113022026-07-08T00:05:44.654ZJul 08 00:05:43.650 INFO added artifact, length: 1101008896, hash: e3afb44dbb240bf3a729d763ade6779087aad56a1f668f462f492764d81d9d56, version: 21.0.0-0.ci+git041867f7c27, kind: host_phase_2, name: host
113032026-07-08T00:05:45.586ZJul 08 00:05:44.585 INFO added artifact, length: 33554432, hash: 6fb873deac3029279250b232dbbf0205e1e59d5e5e6478e40403603374444d39, version: 21.0.0-0.ci+git041867f7c27, kind: gimlet_trampoline_phase_1, name: trampoline
113042026-07-08T00:05:45.586ZJul 08 00:05:44.585 INFO added artifact, length: 33554432, hash: be82149e170a99e2c588ec42290f6adafc2cffa52e60dcfcbd763409cd39dbb9, version: 21.0.0-0.ci+git041867f7c27, kind: cosmo_trampoline_phase_1, name: trampoline
113052026-07-08T00:05:45.589ZJul 08 00:05:44.585 INFO added artifact, length: 164510642, hash: 77e96fa32470179183c7fe7152dd83d84bb17b8d07402ca2aefbfc4bda7ea093, version: 21.0.0-0.ci+git041867f7c27, kind: trampoline_phase_2, name: trampoline
113062026-07-08T00:05:50.496ZJul 08 00:05:49.496 INFO added artifact, length: 1734234680, hash: d92408e156762a6dcc67bd1bdd68eebf55d1c842e80b496e7dbd860736e95500, version: 21.0.0-0.ci+git041867f7c27, kind: control_plane, name: control-plane
113072026-07-08T00:05:50.500ZJul 08 00:05:49.496 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38
113082026-07-08T00:05:50.500ZJul 08 00:05:49.496 INFO added artifact, length: 829, hash: e065c90e2c507d79356aba6bdc22f86b34432673f121ccad187a2d1922714517, version: 1.76.0, kind: measurement_corpus, name: staging-corim-all-sp-v1.76.0
113092026-07-08T00:05:50.500ZJul 08 00:05:49.496 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38
113102026-07-08T00:05:50.525ZJul 08 00:05:49.525 INFO added artifact, length: 4039156, hash: 36a908bf7a8b637e1614615a5b9a2b92933eebe760f6de8d943748885e37adb8, version: 1.76.0, kind: psc_sp, name: observer-a
113112026-07-08T00:05:50.553ZJul 08 00:05:49.552 INFO added artifact, length: 4089536, hash: 01e5a18b8c7f59212055eaa9c44ea0b4c410e1fa347188ef4844f09f472d9e9c, version: 1.76.0, kind: psc_sp, name: psc-b
113122026-07-08T00:05:50.584ZJul 08 00:05:49.583 INFO added artifact, length: 4091988, hash: 7b77e5c1d9ad67041a777cc0dd934ac8ff7221f172d4cd464c1bd9c0966da2b7, version: 1.76.0, kind: psc_sp, name: psc-c
113132026-07-08T00:05:50.632ZJul 08 00:05:49.632 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc
113142026-07-08T00:05:50.635ZJul 08 00:05:49.632 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc
113152026-07-08T00:05:50.683ZJul 08 00:05:49.682 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc
113162026-07-08T00:05:50.686ZJul 08 00:05:49.682 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc
113172026-07-08T00:05:50.738ZJul 08 00:05:49.738 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart
113182026-07-08T00:05:50.738ZJul 08 00:05:49.738 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart
113192026-07-08T00:05:50.785ZJul 08 00:05:49.784 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc
113202026-07-08T00:05:50.785ZJul 08 00:05:49.784 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc
113212026-07-08T00:05:50.788ZJul 08 00:05:49.785 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc
113222026-07-08T00:05:50.789ZJul 08 00:05:49.786 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart
113232026-07-08T00:05:50.789ZJul 08 00:05:49.786 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc
113242026-07-08T00:05:50.835ZJul 08 00:05:49.834 INFO added artifact, length: 6977435, hash: 0aef8007d1c5fdbd62860c5c6fd7c84cf1fc8a07ba87ed9731c50f689cf338a3, version: 1.76.0, kind: switch_sp, name: sidecar-b
113252026-07-08T00:05:50.925ZJul 08 00:05:49.925 INFO added artifact, length: 6993009, hash: 8f19fc6248f39144ee8bdc2270d482e07da982c4064153611a99ddf870cd089f, version: 1.76.0, kind: switch_sp, name: sidecar-c
113262026-07-08T00:05:51.008ZJul 08 00:05:50.007 INFO added artifact, length: 6993057, hash: 760fcf2b80591d1c8073d7fdc25872c2e0c8afe850edd4b999b0291dd75d9afa, version: 1.76.0, kind: switch_sp, name: sidecar-d
113272026-07-08T00:05:51.106ZJul 08 00:05:50.105 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar
113282026-07-08T00:05:51.106ZJul 08 00:05:50.105 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar
113292026-07-08T00:05:51.153ZJul 08 00:05:50.153 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113302026-07-08T00:05:51.157ZJul 08 00:05:50.153 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar
113312026-07-08T00:05:51.203ZJul 08 00:05:50.202 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart
113322026-07-08T00:05:51.206ZJul 08 00:05:50.202 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart
113332026-07-08T00:05:51.252ZJul 08 00:05:50.251 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar
113342026-07-08T00:05:51.252ZJul 08 00:05:50.251 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar
113352026-07-08T00:05:51.255ZJul 08 00:05:50.252 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar
113362026-07-08T00:05:51.255ZJul 08 00:05:50.252 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart
113372026-07-08T00:05:51.255ZJul 08 00:05:50.253 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar
113382026-07-08T00:05:51.255ZJul 08 00:05:50.253 INFO added artifact, length: 924, hash: 60932a72baab8c763ddf7870cdcb4ed490747fb1a95ab95df1a0c9b8c3cc89de, version: 21.0.0-0.ci+git041867f7c27, kind: installinator_document, name: installinator_document
113392026-07-08T00:05:51.924ZJul 08 00:05:50.923 INFO [tuf-repo] task succeeded (67.876933816s)
113402026-07-08T00:06:41.282Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 21s
113412026-07-08T00:06:43.078ZJul 08 00:06:42.077 INFO [verify-libraries] process exited with exit status: 0 (387.13387797s)
113422026-07-08T00:06:43.078ZJul 08 00:06:42.077 INFO all jobs completed in 1055.316761293s
113432026-07-08T00:06:44.089Zprocess exited: duration 1264618 ms, exit code 0
 
113442026-07-08T00:06:44.101Zfound 41 output files
113452026-07-08T00:06:44.101Zuploading: /work/manifest.toml (17334 bytes)
113462026-07-08T00:06:45.118Zuploaded: /work/manifest.toml
113472026-07-08T00:06:45.118Zuploading: /work/repo.zip (3038145166 bytes)
113482026-07-08T00:07:20.355Zuploaded: /work/repo.zip
113492026-07-08T00:07:20.355Zuploading: /work/repo.zip.sha256.txt (65 bytes)
113502026-07-08T00:07:21.381Zuploaded: /work/repo.zip.sha256.txt
113512026-07-08T00:07:21.381Zuploading: /work/helios.json (647 bytes)
113522026-07-08T00:07:22.389Zuploaded: /work/helios.json
113532026-07-08T00:07:22.389Zuploading: /work/incorporation.p5m (113332 bytes)
113542026-07-08T00:07:23.405Zuploaded: /work/incorporation.p5m
113552026-07-08T00:07:23.405Zuploading: /work/incorporation.p5p (133120 bytes)
113562026-07-08T00:07:24.419Zuploaded: /work/incorporation.p5p
113572026-07-08T00:07:24.422Zuploading: /work/helios-incorp.log (522 bytes)
113582026-07-08T00:07:25.428Zuploaded: /work/helios-incorp.log
113592026-07-08T00:07:25.428Zuploading: /work/helios-setup.log (57395 bytes)
113602026-07-08T00:07:26.438Zuploaded: /work/helios-setup.log
113612026-07-08T00:07:26.441Zuploading: /work/host-image.log (235093 bytes)
113622026-07-08T00:07:27.454Zuploaded: /work/host-image.log
113632026-07-08T00:07:27.457Zuploading: /work/host-package.log (32820 bytes)
113642026-07-08T00:07:28.467Zuploaded: /work/host-package.log
113652026-07-08T00:07:28.467Zuploading: /work/host-target.log (101 bytes)
113662026-07-08T00:07:29.476Zuploaded: /work/host-target.log
113672026-07-08T00:07:29.476Zuploading: /work/incorp-create.log (0 bytes)
113682026-07-08T00:07:30.484Zuploaded: /work/incorp-create.log
113692026-07-08T00:07:30.485Zuploading: /work/incorp-fmt.log (0 bytes)
113702026-07-08T00:07:31.492Zuploaded: /work/incorp-fmt.log
113712026-07-08T00:07:31.492Zuploading: /work/incorp-pkgsend.log (108 bytes)
113722026-07-08T00:07:32.501Zuploaded: /work/incorp-pkgsend.log
113732026-07-08T00:07:32.501Zuploading: /work/incorp-publisher.log (0 bytes)
113742026-07-08T00:07:33.511Zuploaded: /work/incorp-publisher.log
113752026-07-08T00:07:33.511Zuploading: /work/omicron-package.log (8003 bytes)
113762026-07-08T00:07:34.529Zuploaded: /work/omicron-package.log
113772026-07-08T00:07:34.529Zuploading: /work/recovery-image.log (593223 bytes)
113782026-07-08T00:07:35.550Zuploaded: /work/recovery-image.log
113792026-07-08T00:07:35.550Zuploading: /work/recovery-package.log (2545 bytes)
113802026-07-08T00:07:36.558Zuploaded: /work/recovery-package.log
113812026-07-08T00:07:36.559Zuploading: /work/recovery-target.log (98 bytes)
113822026-07-08T00:07:37.568Zuploaded: /work/recovery-target.log
113832026-07-08T00:07:37.568Zuploading: /work/stamp-clickhouse.log (117 bytes)
113842026-07-08T00:07:38.576Zuploaded: /work/stamp-clickhouse.log
113852026-07-08T00:07:38.576Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
113862026-07-08T00:07:39.587Zuploaded: /work/stamp-clickhouse_keeper.log
113872026-07-08T00:07:39.587Zuploading: /work/stamp-clickhouse_server.log (124 bytes)
113882026-07-08T00:07:40.595Zuploaded: /work/stamp-clickhouse_server.log
113892026-07-08T00:07:40.595Zuploading: /work/stamp-cockroachdb.log (118 bytes)
113902026-07-08T00:07:41.604Zuploaded: /work/stamp-cockroachdb.log
113912026-07-08T00:07:41.604Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
113922026-07-08T00:07:42.611Zuploaded: /work/stamp-crucible-pantry-zone.log
113932026-07-08T00:07:42.611Zuploading: /work/stamp-crucible-utils.log (118 bytes)
113942026-07-08T00:07:43.621Zuploaded: /work/stamp-crucible-utils.log
113952026-07-08T00:07:43.621Zuploading: /work/stamp-crucible-zone.log (120 bytes)
113962026-07-08T00:07:44.629Zuploaded: /work/stamp-crucible-zone.log
113972026-07-08T00:07:44.629Zuploading: /work/stamp-external-dns.log (119 bytes)
113982026-07-08T00:07:45.641Zuploaded: /work/stamp-external-dns.log
113992026-07-08T00:07:45.641Zuploading: /work/stamp-installinator.log (103 bytes)
114002026-07-08T00:07:46.661Zuploaded: /work/stamp-installinator.log
114012026-07-08T00:07:46.661Zuploading: /work/stamp-internal-dns.log (119 bytes)
114022026-07-08T00:07:47.673Zuploaded: /work/stamp-internal-dns.log
114032026-07-08T00:07:47.673Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
114042026-07-08T00:07:48.706Zuploaded: /work/stamp-mg-ddm-gz.log
114052026-07-08T00:07:48.706Zuploading: /work/stamp-nexus.log (112 bytes)
114062026-07-08T00:07:49.734Zuploaded: /work/stamp-nexus.log
114072026-07-08T00:07:49.734Zuploading: /work/stamp-ntp.log (110 bytes)
114082026-07-08T00:07:50.747Zuploaded: /work/stamp-ntp.log
114092026-07-08T00:07:50.747Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
114102026-07-08T00:07:51.759Zuploaded: /work/stamp-omicron-sled-agent.log
114112026-07-08T00:07:51.759Zuploading: /work/stamp-overlay.log (114 bytes)
114122026-07-08T00:07:52.767Zuploaded: /work/stamp-overlay.log
114132026-07-08T00:07:52.767Zuploading: /work/stamp-oximeter.log (115 bytes)
114142026-07-08T00:07:53.778Zuploaded: /work/stamp-oximeter.log
114152026-07-08T00:07:53.778Zuploading: /work/stamp-oxlog.log (109 bytes)
114162026-07-08T00:07:54.787Zuploaded: /work/stamp-oxlog.log
114172026-07-08T00:07:54.787Zuploading: /work/stamp-probe.log (112 bytes)
114182026-07-08T00:07:55.796Zuploaded: /work/stamp-probe.log
114192026-07-08T00:07:55.796Zuploading: /work/stamp-propolis-server.log (122 bytes)
114202026-07-08T00:07:56.806Zuploaded: /work/stamp-propolis-server.log
114212026-07-08T00:07:56.806Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
114222026-07-08T00:07:57.814Zuploaded: /work/stamp-pumpkind-gz.log
114232026-07-08T00:07:57.814Zuploading: /work/stamp-switch-asic.log (118 bytes)
114242026-07-08T00:07:58.824Zuploaded: /work/stamp-switch-asic.log
114252026-07-08T00:07:58.824Zuploading: /work/verify-libraries.log (50487 bytes)
114262026-07-08T00:07:59.837Zuploaded: /work/verify-libraries.log